
/* CSS clear based on http://meyerweb.com/eric/tools/css/reset/ */

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 {
	padding: 0; margin: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers and specific declarations */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: ''; content: none;
}

table {
	border-spacing: 0; border-collapse: collapse;
}


/* Main definitions */

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	padding: 0; margin: 0;
	position: relative;
	background: #1d1d1d url("../images/bgd.png");
}

body, td, p  {
	color: #e0e0e0;
	font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 19px; line-height: 1.4em; font-weight: normal;
 }

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
	transition: color 0.35s, background 0.35s, border 0.35s;
}

a:hover, a:active {
	color: #fdd105;
	text-decoration: none;
	transition: color 0.35s, background 0.35s, border 0.35s;
}

p {
	margin: 0;
	text-align: justify;
}

hr {
	height: 1px; display: block; clear: both;
	padding: 0; margin: 15px 0;
	background: #333; border: none;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.wrapper {
	width: 1120px;
	margin: 0 auto;
}

.button:link, .button:visited {
	display: block;
	padding: 15px 20px;
	background: #000; border-radius: 5px; color: #fff;
	font-size: 50px; line-height: 1.1em; font-weight: 900; text-align: center; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.button:hover, .button:active {
	background: #830a0a;
}

.button .accent {
	text-decoration: underline;
}


/* Top section */

.top-section {
	width: 100%; position: relative;
	padding: 20px 0 80px 0;
	background: url("../images/promo-top-bgd.jpg") center center no-repeat; background-size: cover;
}

.top-section .button-wrapper {
	width: 33.333%; display: block; float: left;
	margin-top: 30px;
	text-align: left;
}

.top-section .button-wrapper .button {
	display: inline-block;	
	padding: 12px 20px;
	background: #fdd105; color: #202020; text-shadow: none;
	font-size: 28px; line-height: 1.1em; letter-spacing: -1px;
}

.top-section .logo-wrapper {
	width: 33.333%; display: block; float: left;
	padding: 0 20px;
	text-align: center;
}

.top-section .logo-wrapper .logo {
	max-width: 100%; height: auto; display: block;
	margin: 0 auto;
}

.top-section .slogan-wrapper {
	width: 33.333%; display: block; float: left;
	margin-top: 32px;
	font-size: 28px; line-height: 1.2em; text-align: right;
}

.top-section .slogan-wrapper span {
	display: inline-block;
}


/* Promo top section */

.promo-top-section {
	position: relative;
	margin-top: -60px;
}

.promo-top {
	padding: 15px;
	background: #a30000; 
	text-align: center;
}

.promo-top-section .slogan {
	width: 48%; display: block; float: left;
	margin-top: 5px;
	font-size: 16px; line-height: 1.2em; text-align: center;
}

.promo-top-section .slogan a .accent {
	display: block;
	padding-bottom: 8px; margin-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3); color: #fdd105;
	font-size: 30px; line-height: 1em; font-weight: 900; text-align: center;
}

.promo-top-section .button {
	width: 48%; display: block; float: right;
	font-size: 32px;
}


/* Promo middle section */

.promo-middle-section {
	margin: 20px 0;
}

.promo-middle {
	padding: 15px;
	background: #a30000;
	text-align: center;
}

.promo-middle-section .slogan {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
}

.promo-middle-section .slogan .accent {
	font-weight: 900; text-decoration: underline;
}

.promo-middle-section .button {
	margin-top: 10px;
}


/* Promo bottom section */

.promo-bottom-section {
	margin: 20px 0;
}

.promo-bottom {
	padding: 15px;
	background: #a30000;
	text-align: center;
}

.promo-bottom-section .slogan {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
}

.promo-bottom-section .slogan .accent {
	font-weight: 900; text-decoration: underline;
}

.promo-bottom-section .button {
	margin-top: 10px;
}


/* Footer */

.site-footer {
	background: rgba(255, 255, 255, 0.05); color: #e0e0e0;
}

.site-footer .footer {
	padding: 30px;
	font-size: 14px; line-height: 1.2em; text-align: center;
}

.site-footer .footer a,
.site-footer .footer span {
	margin: 0 5px;
}


/* Thumbs */

.content-thumbs {
	margin: 20px 0;
}

.thumbs-listing img {
	width: 170px; height: auto; display: block; float: left;
	margin-right: 20px; margin-bottom: 20px;
}

.thumbs-listing a:nth-child(6n) img {
	margin-right: 0;
}

.thumbs-listing a:nth-last-child(-n+6) img {
	margin-bottom: 0;
}

.fancybox-caption-wrap {
	bottom: -15px;
}

.fancybox-caption-wrap .fancybox-caption {
	font-size: 18px;
	font-weight: bold;
	padding: 35px 0 30px 0;
	text-align: center;
}
