
/* 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: #611623 url("../images/bgd.png");
}

body, td, p  {
	color: #fff;
	font-family: "Nunito Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 16px; line-height: 21px; font-weight: normal;
 }

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a, a:visited {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	transition: color 0.35s, background 0.35s;
}

a:hover, a:active {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	transition: color 0.35s, background 0.35s;
}

p {
	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: 1170px;
	margin: 0 auto;
}


/* Top section */

.top-section {
	width: 100%; min-height: 320px; position: relative;
	background: url('../images/top-section-bgd.jpg'); background-position: center center; background-size: cover;
}

.top-section .logo-wrapper {
	width: 420px; height: 320px; display: block; float: left;
	background: #e40d33 url("../images/logo-wrapper.jpg") center center;
	text-align: center;
}

.top-section .logo-wrapper .logo-holder {
	display: block;
	margin-top: 20px;
}

.top-section .logo-wrapper .points {
	display: block;
	padding: 0 10px 0 30px; margin-top: 20px;
}

.top-section .logo-wrapper .points .point {
	display: block;
	padding-left: 30px; margin: 10px 0;
	background: url("../images/icon-point.png") left center no-repeat;
	font-size: 20px; line-height: 22px; text-align: left;
}

.top-section .promo-wrapper {
	width: calc(100% - 420px); display: block; float: right;
	text-align: center;
}

.top-section .slogan-wrapper a:link,
.top-section .slogan-wrapper a:visited {
	display: inline-block;
	padding-bottom: 30px; padding-left: 20px; margin: 50px auto 0 auto;
	background: url("../images/separator.png") left bottom no-repeat; color: #fff;
	font-size: 70px; line-height: 64px; font-weight: 800; text-align: left; letter-spacing: -2px;
	transition: opacity 0.35s;
}

.top-section .slogan-wrapper a:hover,
.top-section .slogan-wrapper a:active {
	opacity: 0.8;
	transition: opacity 0.35s;
}

.top-section .slogan-wrapper a .large {
	display: block;
	font-size: 50px; line-height: 50px; font-weight: 800; text-align: left;
}

.top-section .slogan-wrapper a .small {
	display: block;
	font-size: 30px; line-height: 30px; font-weight: 800; text-align: left;
}

.top-section .button-wrapper a:link,
.top-section .button-wrapper a:visited {
	height: 60px; display: inline-block; position: relative;
	padding-right: 80px; padding-left: 20px;
	background: #ef0d33;
	font-size: 35px; line-height: 60px; font-weight: 800; text-align: center;
}

.top-section .button-wrapper a:hover,
.top-section .button-wrapper a:active {
	background: #d60024;
}

.top-section .button-wrapper a:before {
	width: 60px; height: 60px; display: block; content: "";
	position: absolute; right: 0; top: 0;
	background: #d60024 url("../images/icon-gloves.png") center center no-repeat;
}


/* Promo text section */

.promo-text-section {
	padding: 30px 0;
	background: #220502;
	font-size: 45px; line-height: 1em; font-weight: 800; text-align: center;
}

.promo-text-section a:link,
.promo-text-section a:visited {
	border-bottom: 1px solid; color: #ef0d33;
}

.promo-text-section a:hover,
.promo-text-section a:active {
	color: #fff;
}


/* Promo middle section */

.promo-middle-section {
	padding: 50px 0; margin: 20px 0;
	background: url("../images/middle-section-bgd.jpg") center center no-repeat; background-size: cover;
	text-align: center;
}

.promo-middle-section .slogan-wrapper {
	max-width: 1000px; display: inline-block;
	padding-bottom: 30px;
	background: url("../images/separator.png") left bottom no-repeat;
	font-size: 70px; line-height: 64px; font-weight: 800; text-align: left; letter-spacing: -2px;
}

.promo-middle-section .button-wrapper {
	margin-top: 5px;
	text-align: center;
}

.promo-middle-section .button-wrapper a:link,
.promo-middle-section .button-wrapper a:visited {
	height: 100px; display: inline-block; position: relative;
	padding-right: 130px; padding-left: 30px;
	background: #ef0d33;
	font-size: 68px; line-height: 100px; font-weight: 800; text-align: center;
}

.promo-middle-section .button-wrapper a:hover,
.promo-middle-section .button-wrapper a:active {
	background: #d60024;
}


.promo-middle-section .button-wrapper a:before {
	width: 100px; height: 100px; display: block; content: "";
	position: absolute; right: 0; top: 0;
	background: #d60024 url("../images/icon-fist-large.png") center center no-repeat;
}


/* Promo bottom section */

.promo-bottom-section {
	padding: 50px 0; margin: 20px 0 0 0;
	background: url("../images/bottom-section-bgd.jpg") center center no-repeat; background-size: cover;
	text-align: center;
}

.promo-bottom-section .slogan-wrapper {
	max-width: 1000px; display: inline-block;
	padding-bottom: 30px;
	background: url("../images/separator.png") left bottom no-repeat;
	font-size: 70px; line-height: 64px; font-weight: 800; text-align: left; letter-spacing: -2px;
}

.promo-bottom-section .button-wrapper {
	margin-top: 5px;
	text-align: center;
}

.promo-bottom-section .button-wrapper a:link,
.promo-bottom-section .button-wrapper a:visited {
	height: 100px; display: inline-block; position: relative;
	padding-right: 130px; padding-left: 30px;
	background: #ef0d33;
	font-size: 68px; line-height: 100px; font-weight: 800; text-align: center;
}

.promo-bottom-section .button-wrapper a:hover,
.promo-bottom-section .button-wrapper a:active {
	background: #d60024;
}


.promo-bottom-section .button-wrapper a:before {
	width: 100px; height: 100px; display: block; content: "";
	position: absolute; right: 0; top: 0;
	background: #d60024 url("../images/icon-fist-large.png") center center no-repeat;
}


/* Footer */

.site-footer {
	padding: 25px 0;
	background: rgba(0, 0, 20, 0.25);
	font-size: 14px; line-height: 18px;
}

.site-footer .links-2257 {
	display: block; float: left;
}

.site-footer .links-tech {
	display: block; float: right;
}


/* Thumbs */

.content-thumbs {
	margin: 20px 0;
}

.content-thumbs-large {
	width: 40%; float: left;
}

.content-thumbs-large .item {
	width: 100%; display: block; float: left; position: relative;
}

.content-thumbs-large .item a {
	width: 100%; height: 0; display: block; position: relative;
	padding-bottom: 140%;
}

.content-thumbs-large .item a img {
	width: 100%; height: 100%; display: block;
	position: absolute; top: 0; left: 0;
}

.content-thumbs-regular {
	width: 60%; float: right;
}

.content-thumbs-regular .item {
	width: 33.333%; display: block; float: left; position: relative;
}

.content-thumbs-regular .item a {
	width: 100%; height: 0; display: block; position: relative;
	padding-bottom: 140%;
}

.content-thumbs-regular .item a img {
	width: 100%; height: 100%; display: block;
	position: absolute; top: 0; left: 0;
}

.content-thumbs-second .content-thumbs-large {
	float: right;
}

.content-thumbs-second .content-thumbs-regular {
	float: left;
}
