
/* 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: #262626 url('../images/bgd.jpg');
}

body, td, p  {
	color: #fff;
	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: #fff;
	text-decoration: none;
}

a:hover, a:active {
	color: #f72e88;
	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 */

.site-header {
	height: 800px;
	background: url('../images/header.jpg') center center repeat-x;
	background-size: auto 100%;
}

.site-header .wrapper {
	position: relative;
}

.site-header-logo-wrapper {
	height: 110px;
	padding: 18px 20px 0 20px;
	position: absolute; top: 289px; left: 150px;
	background: rgba(0, 0, 0, 0.75);
	text-align: center;
}

.site-header-logo {
	max-width: 90%;
}

.site-header-slogan-wrapper {
	height: 110px;
	padding: 8px 20px 0 20px;
	position: absolute; top: 399px; right: 150px;
	background: rgba(0, 0, 0, 0.75);
}

.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 .color-white {
	color: #fff;
}

.site-header-slogan .color-pink {
	color: #f72e88;
}



/* Banner regular */

.banner-regular {
	padding: 20px 0;
	background: #b14b79;
}

.banner-regular-top {
	display: block;
	padding: 20px 10px;
	background: #303030; border-radius: 8px;
	font-size: 48px; line-height: 52px; font-weight: 600; letter-spacing: -1px; text-align: center;
}

.banner-regular-top:link,
.banner-regular-top:visited {
	background: #303030; color: #fff;
}

.banner-regular-top:hover,
.banner-regular-top:active {
	background: #fff; color: #303030;
}

.banner-regular-bottom {
	display: block;
	padding: 18px 0 12px 0;
	font-size: 28px; line-height: 26px; font-weight: 700; text-align: center;
}

.banner-regular-bottom:link,
.banner-regular-bottom:visited {
	color: #303030;
}

.banner-regular-bottom:hover,
.banner-regular-bottom:active {
	color: #fff;
}


/* 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;
}

.highest-rated-items {
	width: 100%; max-width: 1800px;
	padding: 0 20px; margin: 30px auto 0 auto;
}

.highest-rated-items .item {
	width: 32%; display: block; float: left; position: relative;
	margin-right: 2%;
}

.highest-rated-items .item:last-child {
	margin-right: 0;
}

.highest-rated-items .item a {
	width: 100%; height: 0; display: block; position: relative;
	padding-bottom: 61.4%;
}

.highest-rated-items .item a img {
	width: 100%; height: 100%; display: block;
	position: absolute; top: 0; left: 0;
}

.highest-rated-items .item span {
	height: 35px; display: block; overflow: hidden;
	position: absolute; left: 0; bottom: 0;
	padding: 0 15px;
	background: rgba(0, 0, 0, 0.5); color: #fff;
	font-size: 18px; line-height: 35px; font-weight: 700; text-align: left;
}


/* Bonus sites */

.bonus-sites {
	padding: 30px 0;
	background: rgba(0, 0, 0, 0.35);
}


.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: #000; color: #e0e0e0;
	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-top {
		font-size: 40px; line-height: 44px;
	}

	.banner-regular-bottom {
		font-size: 25px; line-height: 24px;
	}


}

@media(min-width: 768px) and (max-width: 989px) {
	.wrapper {
		width: 750px;
	}

	.site-header-logo-wrapper {
		width: 100%;
		left: 0;
	}

	.site-header-slogan-wrapper {
		width: 100%;
		right: 0;
		text-align: center;
	}

	.banner-regular-top {
		font-size: 30px; line-height: 34px;
	}

	.banner-regular-bottom {
		font-size: 20px; line-height: 20px;
	}

	.bonus-sites-items {
		width: 100%;
	}

	.bonus-sites-items img {
		width: 125px;
	}
}

@media(min-width: 480px) and (max-width: 767px) {
	.wrapper {
		width: 460px;
	}

	.site-header-logo-wrapper {
		width: 100%;
		left: 0;
		padding: 20px 0 0 0;
	}

	.site-header-slogan-wrapper {
		width: 100%;
		right: 0;
		text-align: center;
	}

	.site-header-slogan {
		padding: 15px 0 0 0;
		font-size: 34px; line-height: 32px;
	}

	.banner-regular-top {
		font-size: 34px; line-height: 38px;
	}

	.banner-regular-bottom {
		font-size: 20px; line-height: 24px;
	}

	.banner-large .button {
		width: 100%;
		margin-top: 150px;
	}

	.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%;
		margin-right: 0;
		margin-bottom: 3%;
	}

	.site-footer span {
		margin: 8px 0 0 0;
	}


}

@media(max-width: 479px) {
	.wrapper {
		width: 300px;
	}

	.site-header-logo-wrapper {
		width: 100%;
		left: 0;
		padding: 32px 0 0 0;
	}

	.site-header-slogan-wrapper {
		width: 100%;
		right: 0;
		text-align: center;
	}

	.site-header-slogan {
		padding: 25px 0 0 0;
		font-size: 22px; line-height: 22px;
	}

	.banner-regular-top {
		font-size: 30px; line-height: 34px;
	}

	.banner-regular-bottom {
		font-size: 20px; line-height: 24px;
	}


	.banner-large .button {
		width: 100%;
		margin-top: 110px;
	}

	.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%;
		margin-right: 0;
		margin-bottom: 3%;
	}

	.site-footer span {
		margin: 8px 0 0 0;
	}

}