
/* 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: #75174a url('../images/bgd.png');
}

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: #49d9de;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
	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; position: relative;
	margin: 0 auto;
}


/* Header */

.site-header {
	min-height: 574px; position: relative;
	background: url('../images/header.jpg') left center no-repeat;
	background-size: cover;
}

.site-header-slogan {
	width: 100%;
	position: absolute; left: 0; bottom: 0;
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.5);
}

.site-header-slogan .logo-wrapper {
	width: 40%; display: block; float: left;
	padding: 0 10px;
}

.site-header-slogan .logo-wrapper .site-header-logo {
	max-width: 100%; display: block;
	margin: 22px auto 0 auto;
}

.site-header-slogan .text-wrapper {
	width: 60%; display: block; float: right;
	padding: 0 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	text-align: left;
}

.site-header-slogan .text-wrapper .slogan-01 {
	color: #49d9de;
	font-size: 40px; line-height: 44px; font-weight: 900;
}

.site-header-slogan .text-wrapper ul {
	margin-top: 10px;
	list-style-type: disc;
}

.site-header-slogan .text-wrapper li {
	margin-left: 25px;
	font-size: 20px; line-height: 24px; font-weight: 400; text-align: left;
}

/* Make Header Shorter */
.site-header.shorter { min-height:0; background:none; }
.site-header.shorter .wrapper { min-height:0; }
.site-header.shorter .site-header-logo-wrapper { background:none; width:100%; text-align:center; position:relative; left:0; }
.site-header.shorter .site-header-slogan { position:relative; margin-top:15px; }

/* Banner regular */

.banner-regular:link,
.banner-regular:visited {
	display: block;
	padding: 22px 10px; margin: 20px 0;
	border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 10px;
	color: #49d9de;
	font-size: 48px; line-height: 52px; font-weight: 900; text-align: center; text-decoration: underline;
}

.banner-regular:hover,
.banner-regular:active {
	color: #fff;
}

.banner-regular-second:link,
.banner-regular-second:visited {
	border: 1px solid rgba(0, 0, 0, 0.4);
	color: #651440;
}

.banner-regular-second:hover,
.banner-regular-second:active {
	color: #000;
}

.banner-desc {
	display: block;
	margin-top: 10px;
	color: #49d9de;
	font-size: 20px; line-height: 26px; font-weight: 400; text-align: center;
}

.banner-large {
	display: block;
	padding: 30px; margin: 20px 0;
	border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 10px;
}

.banner-large-text {
	width: 45%; float: left;
	font-size: 48px; line-height: 46px; font-weight: 900; text-align: center;
}

.banner-large-text span {
	display: inline-block;
}

.banner-large-text span.color-white {
	font-size: 40px; line-height: 40px;
	color: #fff;
}

.banner-large-text:hover span.color-white {
	color: #49d9de;
}

.banner-large-button {
	width: 45%; float: right;
	padding: 30px 10px; margin-top: 30px;
	background: #fff; border-radius: 20px; color: #780243;
	font-size: 60px; line-height: 60px; font-weight: 900; text-align: center;
}

.banner-large-button:hover,
.banner-large-button:active {
	background: #49d9de; color: #fff;
}

.banner-large-button span {
	border-bottom: 1px solid #780243;
}




/* Thumbs */

.content-thumbs {
	margin: 20px 0;
}

.content-thumbs-first .content-thumbs-large {
	width: 40%; float: left;
}

.content-thumbs-first .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-first .content-thumbs-regular {
	width: 20%; float: left;
}

.content-thumbs-first .content-thumbs-regular .item {
	width: 100%; display: block; float: left; position: relative;
}

.content-thumbs-second .content-thumbs-regular {
	width: 100%; float: left;
}

.content-thumbs-second .content-thumbs-regular .item {
	width: 20%; 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 url('../images/highest.png');
}

.highest-rated h2 {
	color: #651440;
}

.highest-rated-items {
	width: 100%;
	margin-top: 30px;
}

.highest-rated-items .item {
	width: 25%; 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: 40px; display: block; overflow: hidden;
	position: absolute; left: 0; top: 0;
	padding: 0 10px;
	background: rgba(115, 23, 72, 0.5); color: #fff;
	font-size: 25px; line-height: 40px; font-weight: 700; text-align: center;
}


/* Footer */

.site-footer {
	padding: 30px 0; margin-top: -20px;
	background: #000; color: #fff;
	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;
	}

	.site-header-slogan .text-wrapper .slogan-01 {
		font-size: 30px; line-height: 34px;
	}

	.banner-regular:link,
	.banner-regular:visited {
		font-size: 42px; line-height: 46px;
	}

}

@media(min-width: 768px) and (max-width: 989px) {
	.wrapper {
		width: 750px;
	}

	.site-header-slogan .logo-wrapper {
		width: 100%;
		padding: 0;
	}

	.site-header-slogan .logo-wrapper .site-header-logo {
		margin: 0 auto 10px auto;
	}

	.site-header-slogan .text-wrapper {
		width: 100%;
		padding-top: 10px;
		border: 0 none; border-top: 1px solid rgba(255, 255, 255, 0.3);
		text-align: center;
	}

	.site-header-slogan .text-wrapper ul {
		list-style-type: none;
	}

	.site-header-slogan .text-wrapper ul li {
		margin: 0;
		text-align: center;
	}

	.banner-regular:link,
	.banner-regular:visited {
		font-size: 32px; line-height: 36px;
	}

	.banner-large-text {
		font-size: 38px; line-height: 36px;
	}

	.banner-large-text span.color-white {
		font-size: 34px; line-height: 36px;
	}

	.banner-large-button {
		padding: 30px 10px; margin-top: 20px;
		font-size: 44px; line-height: 44px;
	}

	.highest-rated-items .item {
		width: 50%;
	}

}

@media(min-width: 480px) and (max-width: 767px) {
	.wrapper {
		width: 460px;
	}

	.site-header-slogan .logo-wrapper {
		width: 100%;
		padding: 0;
	}

	.site-header-slogan .logo-wrapper .site-header-logo {
		margin: 0 auto 10px auto;
	}

	.site-header-slogan .text-wrapper {
		width: 100%;
		padding-top: 10px;
		border: 0 none; border-top: 1px solid rgba(255, 255, 255, 0.3);
		text-align: center;
	}

	.site-header-slogan .text-wrapper ul {
		list-style-type: none;
	}

	.site-header-slogan .text-wrapper ul li {
		margin: 0;
		text-align: center;
	}

	.banner-regular:link,
	.banner-regular:visited {
		font-size: 37px; line-height: 41px;
	}

	.banner-regular:link,
	.banner-regular:visited {
		font-size: 34px; line-height: 38px;
	}

	.banner-large {
		padding: 20px;
	}

	.banner-large-text {
		width: 100%;
		font-size: 38px; line-height: 36px;
	}

	.banner-large-text span.color-white {
		font-size: 34px; line-height: 36px;
	}

	.banner-large-button {
		width: 100%;
		padding: 30px 10px; margin-top: 20px;
		font-size: 44px; line-height: 44px;
	}

	.banner-regular-desc {
		font-size: 17px; line-height: 24px;
	}

	.content-thumbs-first .content-thumbs-large {
		width: 100%;
	}
	
	.content-thumbs-first .content-thumbs-regular {
		width: 100%;
	}

	.content-thumbs-first .content-thumbs-regular .item {
		width: 50%;
	}

	.content-thumbs-second .content-thumbs-regular .item {
		width: 50%;
	}

	.highest-rated-items .item {
		width: 50%;
	}

	.site-footer span {
		margin: 8px 0 0 0;
	}


}

@media(max-width: 479px) {
	.wrapper {
		width: 300px;
	}

	.site-header-slogan .logo-wrapper {
		width: 100%;
		padding: 0;
	}

	.site-header-slogan .logo-wrapper .site-header-logo {
		margin: 0 auto 10px auto;
	}

	.site-header-slogan .text-wrapper {
		width: 100%;
		padding-top: 10px;
		border: 0 none; border-top: 1px solid rgba(255, 255, 255, 0.3);
		text-align: center;
	}

	.site-header-slogan .text-wrapper .slogan-01 {
		font-size: 30px; line-height: 34px;
	}

	.site-header-slogan .text-wrapper ul {
		list-style-type: none;
	}

	.site-header-slogan .text-wrapper ul li {
		margin: 0;
		font-size: 13px; line-height: 18px;  text-align: center;
	}

	.banner-regular:link,
	.banner-regular:visited {
		font-size: 35px; line-height: 39px;
	}

	.banner-large {
		padding: 20px;
	}

	.banner-large-text {
		width: 100%;
		font-size: 34px; line-height: 32px;
	}

	.banner-large-text span.color-white {
		font-size: 30px; line-height: 30px;
	}

	.banner-large-button {
		width: 100%;
		padding: 20px 10px; margin-top: 20px;
		font-size: 38px; line-height: 40px;
	}

	.banner-regular-desc {
		font-size: 17px; line-height: 24px;
	}

	.content-thumbs-first .content-thumbs-large {
		width: 100%;
	}
	
	.content-thumbs-first .content-thumbs-regular {
		width: 100%;
	}

	.content-thumbs-first .content-thumbs-regular .item {
		width: 50%;
	}

	.content-thumbs-second .content-thumbs-regular .item {
		width: 50%;
	}

	.highest-rated-items .item {
		width: 100%;
	}

	.site-footer span {
		margin: 8px 0 0 0;
	}

}