/* 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: #191919 url("../images/bgd.jpg");
}

body, td, p  {
	color: #fff;
	font-family: "Signika", 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: #ff2d00;
	text-decoration: none;
	transition: color 0.35s, background 0.35s, border 0.35s;
}

a:hover, a:active {
	color: #fff;
	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: 25px 30px;
	background: #ff2d00; border-radius: 6px; border: 2px solid rgba(255, 255, 255, 0.15); color: #fff;
	font-size: 36px; line-height: 1.1em; font-weight: 900; text-align: center; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.button:hover, .button:active {
	background: #bc391d;
}

.button .accent {
	color: #fff;
	text-decoration: underline;
}


/* Top section */

.top-section {
	width: 100%; position: relative;
	padding: 20px 0 80px 0;
	background: #000 url("../images/promo-top-bgd.jpg") center center no-repeat; background-size: cover;;
	border-bottom: 15px solid rgba(80, 30, 20, 0.75);
}

.top-section .logo-wrapper {
	width: 50%; 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: 50%; display: block; float: right;
	margin-top: 22px;
	font-size: 40px; line-height: 1em; font-weight: 700; text-align: right;
}

.top-section .slogan-wrapper span {
	display: block;
}

.top-section .slogan-wrapper span:first-child {
	color: #fff;
}


/* Promo top section */

.promo-top-section {
	position: relative;
	margin-top: -70px;
}

.promo-top {
	padding: 15px;
	background: rgba(0, 0, 0, 0.85);
	text-align: center;
}

.promo-top-section .slogan {
	width: 48%; display: block; float: left;
	margin-top: 8px;
	text-align: center;
}

.promo-top-section .slogan a:link,
.promo-top-section .slogan a:visited {
	color: #fff;
}

.promo-top-section .slogan span {
	display: inline-block;
}

.promo-top-section .slogan a .accent {
	color: #ff2d00;
	font-weight: 900; text-decoration: underline;
}

.promo-top-section .button {
	width: 48%; display: block; float: right;
}



/* Promo middle section */

.promo-middle-section {
	margin: 20px 0;
}

.promo-middle {
	text-align: center;
}

.promo-middle-section .slogan {
	margin-top: 15px;
	text-align: center; text-decoration: underline;
}

.promo-middle-section .slogan a:link,
.promo-middle-section .slogan a:visited {
	color: #fff;
}

.promo-middle-section .slogan a:hover,
.promo-middle-section .slogan a:active {
	color: #c0c0c0;
}

.promo-middle-section .slogan a .accent {
	font-weight: 900; text-decoration: underline;
}


/* Promo bottom section */

.promo-bottom-section {
	padding: 60px 0; margin-top: 20px;
	background: #726665 url("../images/promo-bottom-bgd.jpg") center center no-repeat; background-size: cover;
}

.promo-bottom {
	text-align: center;
}

.promo-bottom-section .slogan {
	margin-top: 20px;
	text-align: center;
}

.promo-bottom-section .slogan a:link,
.promo-bottom-section .slogan a:visited {
	color: #fff;
}

.promo-bottom-section .slogan a:hover,
.promo-bottom-section .slogan a:active {
	color: #c0c0c0;
}

.promo-bottom-section .slogan a .accent {
	font-weight: 900; text-decoration: underline;
}


/* Footer */

.site-footer {
	background: rgba(0, 0, 0, 0.5); 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: 204px; height: auto; display: block; float: left;
	margin-right: 20px; margin-bottom: 20px;
}

.thumbs-listing a:nth-child(5n) img {
	margin-right: 0;
}

.thumbs-listing a:nth-last-child(-n+6) img {
}

.fancybox-caption-wrap {
	bottom: -15px;
}

.fancybox-caption-wrap .fancybox-caption {
	font-size: 18px;
	font-weight: bold;
	padding: 35px 0 30px 0;
	text-align: center;
}