
/* 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: #e8bc7a url('../images/bgd.jpg');
}

body, td, p  {
	color: #202020;
	font-family: "Roboto Slab", serif; font-size: 13px; line-height: 1.6em;
 }

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a, a:visited {
	color: #ff9a00;
	text-decoration: none;
}

a:hover, a:active {
	color: #202020;
	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: "Roboto Slab", serif; font-size: 34px; line-height: 36px; font-weight: 600; letter-spacing: -1px; text-align: center;
}

h2 {
	font-family: "Roboto Slab", 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') center center no-repeat;
	background-size: cover;
}

.site-header-box-wrapper {
	background: rgba(0, 0, 0, 0.55);
	padding: 15px 0; margin-top: 150px;
}

.site-header-logo-wrapper {
	width: 25%; display: block; float: left;
	padding: 0 15px;
}

.site-header-logo {
	max-width: 100%; display: block;
	margin: 4px auto 0 auto;
}

.site-header-slogan {
	width: 75%; display: block; float: right;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.site-header-slogan a:link,
.site-header-slogan a:visited {
	font-size: 42px; line-height: 36px; font-weight: 700; letter-spacing: -1px; text-align: center;
}

.site-header-slogan span {
	width: 100%; display: inline-block;
	display: inline-block;
	color: #fff;
}

.site-header-slogan .slogan-02 {
	color: #ff9a00;
}

.site-header-slogan span:hover {
	opacity: 0.75;
}

.site-header-subslogan-wrapper {
	margin-top: 30px;
}

.site-header-subslogan-button {
	width: 60%; float: left;
	padding: 20px 0;
	background: #e0c5a6; border-radius: 8px; color: #531111;
	font-size: 48px; line-height: 48px; font-weight: 700; letter-spacing: -1px; text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}

.site-header-subslogan-button:hover,
.site-header-subslogan-button:active {
	background: #fff;
}

.site-header-subslogan-wrapper ul {
	width: 35%; float: right;
	font-size: 24px; line-height: 24px; font-weight: 400; text-align: left;
}

.site-header-subslogan-wrapper ul li {
	padding-left: 24px; margin-top: 4px;
	background: url('../images/header-points-item.png') left center no-repeat;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}


/* Banner regular */

.banner-regular {
	padding: 30px 0; margin: 30px 0;
	background: rgba(0, 0, 0, 0.55); border-bottom: 14px solid rgba(0, 0, 0, 0.2);
	text-align: center;
}

.banner-regular-top .size-large {
	display: block;
	color: #ff9a00;
	font-size: 60px; line-height: 62px; font-weight: 900;
}

.banner-regular-second .banner-regular-top .size-large,
.banner-regular-third .banner-regular-top .size-large {
	color: #fff;
}

.banner-regular-third {
	margin-top: -30px; margin-bottom: 0;
}

.banner-regular-top .size-small {
	display: block;
	color: #fff;
	font-size: 37px; line-height: 38px; font-weight: 900;
}

.banner-regular-top:hover .size-large,
.banner-regular-top:hover .size-small {
	opacity: 0.75;
}

.banner-regular-button {
	display: inline-block;
	padding: 20px 25px; margin-top: 20px;
	background: #e0c5a6; border-radius: 8px; color: #531111;
	font-size: 48px; line-height: 48px; font-weight: 700; letter-spacing: -1px; text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}

.banner-regular-button:hover {
	background: #ff9a00; color: #fff;
}

.banner-regular-desc {
	display: block;
	margin-top: 15px;
	color: #fff;
	font-size: 18px; line-height: 28px; font-weight: 400; text-align: center;
}

.banner-regular-desc:hover,
.banner-regular-desc:active {
	color: #d0d0d0;
}


/* Thumbs */

.content-thumbs {
	margin: 30px 0;
}

.content-thumbs-regular {
	width: 100%; float: right;
}

.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;
}


/* Highest Rated */

.highest-rated {
	padding: 30px 0; margin: -30px 0 30px 0;
	background: rgba(0, 0, 0, 0.25);
}

.highest-rated h2 {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.highest-rated-items {
	width: 100%; float: right;
	margin-top: 30px;
}

.highest-rated-items .item {
	width: 47.5%; display: block; float: left; position: relative;
	margin-right: 5%; margin-bottom: 5%;
}

.highest-rated-items .item:nth-child(2n) {
	margin-right: 0;
}

.highest-rated-items .item a {
	width: 100%; height: 0; display: block; position: relative;
	padding-bottom: 51.23%;
}

.highest-rated-items .item a img {
	width: 100%; height: 100%; display: block;
	position: absolute; top: 0; left: 0;
}

.highest-rated-items .item span {
	width: 60%; height: 50px; display: block; overflow: hidden;
	position: absolute; left: 20%; bottom: 0;
	padding: 0 15px;
	background: rgba(83, 17, 17, 0.5); color: #fff;
	font-size: 22px; line-height: 50px; font-weight: 700; text-align: center;
}


/* Footer */

.site-footer {
	padding: 30px 0; margin-top: -20px;
	background: #000; color: #ffeac9;
	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-logo-wrapper {
		width: 30%;
	}

	.site-header-slogan {
		width: 70%;
	}

	.site-header-subslogan-button {
		width: 55%;
		font-size: 40px; line-height: 48px;
	}

	.site-header-subslogan-wrapper ul {
		width: 40%;
		font-size: 20px; line-height: 23px;
	}

	.banner-regular-top > span {
		font-size: 50px; line-height: 54px;
	}

}

@media(min-width: 768px) and (max-width: 989px) {
	.wrapper {
		width: 750px;
	}

	.site-header-logo-wrapper {
		width: 40%;
	}

	.site-header-logo {
		margin: 0 auto;
	}

	.site-header-slogan {
		width: 60%;
		margin-top: 6px;
	}

	.site-header-slogan a:link,
	.site-header-slogan a:visited {
		font-size: 32px; line-height: 30px;
	}

	.site-header-subslogan-button {
		width: 55%;
		font-size: 44px; line-height: 48px;
	}

	.site-header-subslogan-wrapper ul {
		width: 40%;
		margin-top: 25px;
		font-size: 17px; line-height: 21px;
	}

	.banner-regular-top .size-large {
		font-size: 46px; line-height: 46px;
	}

	.banner-regular-top .size-small {
		font-size: 30px; line-height: 30px;
	}

	.banner-regular-desc {
		font-size: 16px; line-height: 24px;
	}

}

@media(min-width: 480px) and (max-width: 767px) {
	.wrapper {
		width: 460px;
	}

	.site-header-box-wrapper {
		margin-top: 50px;
	}

	.site-header-logo-wrapper {
		width: 100%;
	}

	.site-header-logo {
		margin: 0 auto;
	}

	.site-header-slogan {
		width: 100%;
		margin-top: 10px;
		border: 0 none;
	}

	.site-header-slogan a:link,
	.site-header-slogan a:visited {
		font-size: 32px; line-height: 30px;
	}

	.site-header-subslogan-button {
		width: 100%;
		font-size: 35px; line-height: 35px;
	}

	.site-header-subslogan-wrapper ul {
		width: 100%;
		margin-top: 15px;
		font-size: 17px; line-height: 21px;
	}

	.banner-regular-top .size-large {
		font-size: 46px; line-height: 46px;
	}

	.banner-regular-top .size-small {
		font-size: 30px; line-height: 30px;
	}

	.banner-regular-desc {
		font-size: 14px; line-height: 22px;
	}

	.content-thumbs-regular .item {
		width: 50%;
	}

	.highest-rated-items .item {
		width: 100%;
		margin-right: 0;
	}

	.site-footer span {
		margin: 8px 0 0 0;
	}


}

@media(max-width: 479px) {
	.wrapper {
		width: 300px;
	}

	.site-header-box-wrapper {
		margin-top: 50px;
	}

	.site-header-logo-wrapper {
		width: 100%;
	}

	.site-header-logo {
		margin: 0 auto;
	}

	.site-header-slogan {
		width: 100%;
		margin-top: 10px;
		border: 0 none;
	}

	.site-header-slogan a:link,
	.site-header-slogan a:visited {
		font-size: 22px; line-height: 24px;
	}

	.site-header-subslogan-button {
		width: 100%;
		font-size: 35px; line-height: 35px;
	}

	.site-header-subslogan-wrapper ul {
		width: 100%;
		margin-top: 15px;
		font-size: 17px; line-height: 21px;
	}

	.banner-regular-top .size-large {
		font-size: 36px; line-height: 36px;
	}

	.banner-regular-top .size-small {
		font-size: 30px; line-height: 30px;
	}

	.banner-regular-desc {
		font-size: 14px; line-height: 22px;
	}

	.content-thumbs-regular .item {
		width: 50%;
	}

	.highest-rated-items .item {
		width: 100%;
		margin-right: 0;
	}

	.site-footer span {
		margin: 8px 0 0 0;
	}

}