
/* 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: #e7e7e7 url('../images/bgd.jpg');
}

body, td, p  {
	color: #000;
	font-family: "Lato", sans-serif; font-size: 13px; line-height: 1.6em;
 }

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a, a:visited {
	color: #ce2121;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

p {
	margin-bottom: 1em;
	text-align: justify;
}

hr {
	height: 1px; display: block; clear: both;
	padding: 0; margin: 15px 0;
	background: #333; border: none;
}

h1 {
	font-family: "Lato", sans-serif; font-size: 34px; line-height: 36px; font-weight: 600; letter-spacing: -1px; text-align: center;
}

h2 {
	font-family: "Lato", sans-serif; font-size: 30px; line-height: 32px; font-weight: 600; letter-spacing: -1px; text-align: center;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.wrapper {
	width: 1170px;
	margin: 0 auto;
}


/* Header */


.topbar {
	min-height: 82px;
	background: #fff;
}

.topbar .site-header-logo {
	display: block; float: left;
	margin-top: 10px;
}

.topbar .button {
	height: 62px;
	display: block; float: right;
	padding: 0 35px; margin-top: 10px;
	background: #ed1c24; color: #fff; border-radius: 5px;
	font-size: 35px; line-height: 62px; font-weight: 700; text-align: center;
}

.topbar .button:hover,
.topbar .button:active {
	background: #e0e0e0; color: #ed1c24;
}

.site-header {
	height: 515px;
	background: url('../images/header.jpg') center center repeat-x;
	background-size: auto 100%;
}

.site-header .wrapper {
	position: relative;
}

.site-header-slogan-wrapper-01 {
	height: 110px;
	padding: 8px 20px 0 20px;
	position: absolute; top: 147px; left: 125px;
	background: #ed1c24; color: #fff;
}

.site-header-slogan-wrapper-02 {
	height: 110px;
	padding: 8px 20px 0 20px;
	position: absolute; top: 257px; right: 168px;
	background: #fff;
}

.site-header-slogan {
	display: inline-block;
	padding: 12px 20px 0 20px;
	font-size: 36px; line-height: 34px; font-weight: 700; text-align: center;
}

.site-header-slogan span {
	display: block;
}

.site-header-slogan-wrapper-01 .site-header-slogan {
	color: #fff;
}

.site-header-slogan-wrapper-02 .site-header-slogan {
	color: #ed1c24;
}



/* Banner regular */

.banner-regular-wrapper {
	padding: 20px 0; margin: 20px 0;
	background: #2e2e2e url('../images/bgd-dark.jpg');
}

.banner-regular {
	padding: 30px;
	background: #d32121; border-bottom: 5px solid #e0e0e0; border-radius: 10px;
}

.banner-regular-text {
	width: 58%; display: block; float: left;
	margin-top: 15px;
	font-size: 44px; line-height: 44px; font-weight: 900; letter-spacing: -1px; text-align: center;
}

.banner-regular-text:link,
.banner-regular-text:visited {
	color: #fff;
}

.banner-regular-text:hover,
.banner-regular-text:active {
	color: #e0e0e0;
}

.banner-regular-button {
	width: 38%; display: block; float: right;
	padding: 30px 0;
	border-radius: 10px;
	font-size: 60px; line-height: 58px; font-weight: 900; letter-spacing: -1px; text-align: center;
}

.banner-regular-button:link,
.banner-regular-button:visited {
	background: #e2e2e2; color: #000;
}

.banner-regular-button:hover,
.banner-regular-button:active {
	background: #fff; color: #d32121;
}

.banner-regular-desc:link,
.banner-regular-desc:visited {
	width: 70%; display: block;
	color: #fff;
	margin: 15px auto 0 auto;
	font-size: 18px; line-height: 22px; font-weight: 400; text-align: center;
}

.banner-regular-desc:hover,
.banner-regular-desc:active {
	color: #e0e0e0;
}


/* Banner large */

.banner-large {
	height: 430px;
	background: url('../images/banner-large.jpg') center center repeat-x;
	background-size: auto 100%;
	text-align: center;
}

.banner-large .button {
	display: inline-block;
	padding: 20px; margin-top: 170px;
	border-radius: 8px;
	font-size: 48px; line-height: 46px; font-weight: 700; letter-spacing: -1px; text-align: center;
}

.banner-large .button:link,
.banner-large .button:visited {
	background: #4ebec8; color: #fff;
}

.banner-large .button:hover,
.banner-large .button:active {
	background: #fff; color: #4ebec8;
}


/* 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;
}


/* Highest Rated */

.highest-rated {
	padding: 30px 0; margin: 20px 0;
	background: #fff; border-top: 10px solid #bbeeea;
}

.highest-rated h2 {
	color: #d22855;
}

.highest-rated-items {
	width: 100%; float: right;
	margin-top: 30px;
}

.highest-rated-items .item {
	width: 33.333%; display: block; float: left; position: relative;
}

.highest-rated-items .item a {
	width: 100%; height: 0; display: block; position: relative;
	padding-bottom: 100%;
}

.highest-rated-items .item a img {
	width: 100%; height: 100%; display: block;
	position: absolute; top: 0; left: 0;
}

.highest-rated-items .item span {
	width: 100%; height: 45px; display: block; overflow: hidden;
	position: absolute; left: 0; bottom: 0;
	padding: 0 10px;
	background: rgba(235, 0, 0, 0.5); color: #fff;
	font-size: 24px; line-height: 45px; font-weight: 600; text-align: center;
}


/* Bonus sites */

.bonus-sites {
	padding: 30px 0;
}


.bonus-sites-items {
	width: 870px;
	margin: 20px auto;
	font-size: 0px; text-align: center;
}

.bonus-sites-items img {
	display: inline-block;
}


/* Footer */

.site-footer {
	padding: 30px 0;
	background: #d9d9d8; color: #303030;
	font-size: 15px; line-height: 20px; font-weight: 400; text-align: center;
}

.site-footer a,
.site-footer span {
	display: inline-block;
}

.site-footer span {
	margin: 0 0 0 20px;
}


/* Media queries */

@media(min-width: 990px) and (max-width: 1199px) {
	.wrapper {
		width: 970px;
	}

	.banner-regular-text {
		margin-top: 18px;
		font-size: 35px; line-height: 35px;
	}

	.banner-regular-desc:link,
	.banner-regular-desc:visited {
		width: 80%;
	}
}

@media(min-width: 768px) and (max-width: 989px) {
	.wrapper {
		width: 750px;
	}

	.banner-regular-text {
		margin-top: 0;
		font-size: 35px; line-height: 35px;
	}

	.banner-regular-button {
		font-size: 40px; line-height: 44px;
	}

	.banner-regular-desc:link,
	.banner-regular-desc:visited {
		width: 80%;
	}

	.bonus-sites-items {
		width: 100%;
	}

	.bonus-sites-items img {
		width: 125px;
	}
}

@media(min-width: 480px) and (max-width: 767px) {
	.wrapper {
		width: 460px;
	}

	.topbar .button {
		padding: 0 5px;
	}

	.site-header-slogan-wrapper-01,
	.site-header-slogan-wrapper-02 {
		width: 100%;
		left: 0;
	}

	.banner-regular-text {
		width: 100%;
		margin-top: 0;
		font-size: 35px; line-height: 35px;
	}

	.banner-regular-button {
		width: 100%;
		margin-top: 15px;
		font-size: 40px; line-height: 44px;
	}

	.banner-regular-desc:link,
	.banner-regular-desc:visited {
		width: 100%;
		font-size: 15px; line-height: 20px;
	}

	.content-thumbs-large,
	.content-thumbs-regular {
		width: 100%;
	}

	.bonus-sites-items {
		width: 100%;
	}

	.bonus-sites-items img {
		width: 92px;
	}

	.highest-rated-items .item {
		width: 100%;
	}

	.site-footer span {
		margin: 8px 0 0 0;
	}


}

@media(max-width: 479px) {
	.wrapper {
		width: 300px;
	}

	.topbar .site-header-logo {
		margin-left: 25px;
	}

	.topbar .button {
		display: none;
	}

	.site-header-slogan-wrapper-01,
	.site-header-slogan-wrapper-02 {
		width: 100%;
		left: 0;
	}

	.site-header-slogan {
		width: 100%; display: inline-block;
		padding: 22px 0 0 0;
		font-size: 22px; line-height: 24px; text-align: center;
	}

	.banner-regular-text {
		width: 100%;
		margin-top: 0;
		font-size: 28px; line-height: 28px;
	}

	.banner-regular-button {
		width: 100%;
		margin-top: 15px;
		font-size: 40px; line-height: 44px;
	}

	.banner-regular-desc:link,
	.banner-regular-desc:visited {
		width: 100%;
		font-size: 15px; line-height: 20px;
	}

	.content-thumbs-large,
	.content-thumbs-regular {
		width: 100%;
	}

	.bonus-sites-items {
		width: 100%;
	}

	.bonus-sites-items img {
		width: 100px;
	}

	.highest-rated-items .item {
		width: 100%;
	}

	.site-footer span {
		margin: 8px 0 0 0;
	}

}