/* Reset styles */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font: inherit;
	}
	
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: square;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* end */

/* Starts main css */

* {
/* This will help us size things easily with percentages even though we'll be using borders */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
* {
    outline: none;
}
::selection {
	background: white; /* Safari */
	color: rgb(26, 25, 25);
	//text-shadow: none;
	}
::-moz-selection {
	background: white; /* Firefox */
	color: rgb(26, 25, 25);
	//text-shadow: none;
}
/* Preloader */

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	//background-color:#191A19; 
	background-color: rgba(25, 26, 25, 1);
	z-index:1000; 
}

#status {
	width:160px;
	height:160px;
	position:absolute;
	left:50%; 
	top:50%;
	background-image:url(images/preloader-cssfox.png); 
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	margin:-80px 0 0 -80px; 
}
#status-text {
	font-family: 'Open Sans', sans-serif;
	width:160px;
	font-size: 8px;
	color: #424242;
	text-align: center;
	position:absolute;
	left:50%; 
	top:50%; 
	margin: 100px 0 0 -80px; 
}
#status:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #424242;
	border-left-color: #424242;

	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#status:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #424242;
	border-left-color: #424242;

	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
	
@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

/* scrool top */

#message a {
    display: block;
    display: none;
    z-index: 999; 
    opacity: .8;
    position: fixed;
    top: 100%;
    margin-top: -80px; /* = height + preferred bottom margin */
	right: 50px;
    width: 40px;
    height: 40px;
	border-radius: 2px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	border: 2px solid transparent;
	border-top-color: rgba(89, 89, 89, 0.58);
	border-left-color: rgba(89, 89, 89, 0.58);
}

/* */

body {
	font-family: 'Open Sans', sans-serif;
	background: rgb(26, 25, 25);
}
.header {
	position: relative;
	z-index: 100;
	overflow: hidden;
}
.header-block {
	margin: 0 10px;
}

/* badge */

#css-fox-nominee-badge {
	position: fixed;
	display: block;
	z-index: 101;
	top: 120px;
	right: -195px;
	width: 266px;
	height: 108px;
	background-image:url(images/css-fox-nominee-badge-white.png);
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
a#css-fox-nominee-badge:hover {
	right: 5px;
}
.fox-description {
	font-size: 14px;
    color: #5E5E5E;
    font-weight: 700;
}
.fox-lunched {
	font-size: 10px;
	color: #626262;
	font-weight: 700;
	margin: 10px 0 40px;
}
.star {
	font-size: 14px;
	color: #323232;
	margin-bottom: 10px;
	font-weight: 800;
	line-height: 10px;
}
.nav {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
}
.nav span {
    color: #6E6E6E;
}
.fox-center {
	width: 100%;
    text-align: center;
    margin: 50px 0;
}
.wrap {
	text-align: center;
	position: relative;
    overflow: hidden;
	margin: 0 10px;
}
h2 {
	font-size: 74px;
	margin: 0 0 10px;
    padding-top: 10px;
	color: white;
	letter-spacing: -4px;
	font-weight: 300;
	font-style: italic;
}
h2 span {
	font-weight: 800;
    color: #DFDFDF;
}
.foxh2 {
	color: white;
	letter-spacing: -15px;
	font-style: normal;
	font-weight: 300;
}
h3 {
	text-align: left;
	font-size: 64px;
	margin: 150px 0 200px;
    padding-top: 10px;
	color: white;
	letter-spacing: -4px;
	font-weight: 800;
	font-style: italic;
	line-height: 10px;
}
h3 span {
	font-size: 14px;
	color: #323232;
	font-weight: 800;
	letter-spacing: 0;
	font-style: normal;
}
.and {
	font-weight: 300;
	text-shadow: 0 0 9px rgba(51, 51, 51, 1);
	font-size: 64px;
	color: white;
	font-style: italic;
}
a {
	color: rgb(224, 224, 224);
	text-decoration: none; 
}
a:hover {
	color: grey;
}
.wrap img {
	max-width: 100%;
	display: block;
    margin: 0 auto;
}
.img-top {
	//margin-top: 200px;
	padding-top: 200px;
}

/* related links */

.rm-table {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
}
.rm-table td {
	border: 1px solid rgba(54, 54, 54, 0.15);
	padding: 11px;
	box-shadow: -1px -1px 0px rgba(14, 14, 14, 0.66);
	font-size: 12px;
	font-weight: 800;
	font-style: italic;
}
.table-left-content {
	text-align: right;
	text-transform: uppercase;
	
}
.table-left-content a {
	color: rgb(123, 123, 123);
}
.table-left-content a:hover {
	color: white;
}
.rm-table-date {
	text-align: left;
	width: 50%;
	color: rgb(123, 123, 123);
}
.rm-div {
	margin: 20px 10px 100px;
}

/* */

footer {
	position: relative;
	z-index: 100;
	width: 100%;
	clear: both;
	background: white;
	text-align: center;
	font-weight: 700;
	padding: 0 0 70px;
}
.footer-logo-img {
	padding-top: 120px;
	margin-bottom: 15px;
}
.welcome-home-fox {
	color: #737373;
	font-size: 13px;
}

@media only screen and (max-width: 900px), 
only screen and (max-device-width: 900px) {
	
	h2 {
	font-size: 44px;
	letter-spacing: -2px;
	}
	.foxh2 {
    letter-spacing: -10px;
	}
	h3 {
	font-size: 44px;
	letter-spacing: -2px;
	}
	.and {
    font-size: 44px;
	}
	
}

@media only screen and (max-width: 600px), 
only screen and (max-device-width: 600px) {
	h2 {
	font-size: 24px;
	letter-spacing: -1px;
	}
	.foxh2 {
	letter-spacing: -4px;
	}
	h3 {
	font-size: 22px;
	letter-spacing: -1px;
	margin: 40px 0 70px;
	}
	.and {
	font-size: 22px;
	}
	#css-fox-nominee-badge {
    display: none;
	}
	.fox-description {
    font-size: 12px;
	}
	.nav {
    font-size: 11px;
	}
	.rm-table td {
    font-size: 11px;
	}
	.fox-center {
	margin: 50px 0 5px;
	}
	.img-top {
	padding-top: 60px;
	}
	.rm-div {
	margin: 20px 0px 100px;
	}
	
}
