
/* 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: #eae6e0 url('../images/bgd-light.jpg');
}

body, td, p  {
	color: #101010;
	font-family: "Roboto Slab", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; line-height: 1.6em;
 }

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a, a:visited {
	color: #ffffff;
	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: "Roboto Slab", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 34px; line-height: 36px; font-weight: 600; letter-spacing: -1px; text-align: center;
}

h2 {
	font-family: "Roboto Slab", Arial, "Helvetica Neue", Helvetica, 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: 1030px;
	margin: 0 auto;
}


/* Header */

header .top-section {
	padding: 6px 0;
	border-bottom: 1px solid #be9100;
}

header .top-section .header-slogan {
	font-size: 23px; line-height: 28px; font-weight: 600; text-align: center; text-transform: uppercase;
}

header .logo-section {
	height: 200px; position: relative;
	background: url('../images/logo-section-bgd.jpg') center center repeat-x;
	text-align: center;
}

header .logo-section .logo {
	max-width: 100%; display: inline-block;
	margin: 35px auto 0 auto;
}


/* Slider */

.slider-section {
	padding: 20px 0;
	background: #1c1c1c url('../images/bgd-dark.png');
}

.slider-main {
	width: 765px; /*height: 380px;*/ position: relative; float: right;
	background: #000;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	width: 60px; height: 60px;
	position: absolute;	top: 50%; z-index: 10;
	margin-top: -30px;
	background-color: rgba(255, 255, 255, 0.45);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.owl-carousel .owl-prev{
	left: 0;
	background-image: url('../images/icon-arrow-left.png');
}

.owl-carousel .owl-next{
	right: 0;
	background-image: url('../images/icon-arrow-right.png');
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover{
	background-color: rgba(255, 255, 255, 0.75);
}

.slider-side {
	width: 245px; float: left;
}

.slider-side .slider-side-image {
	width: 245px; height: 330px; display: block;
}

.slider-side .slider-side-link {
	width: 245px; height: 104px;
	background: #ffffff;
}

.slider-side .slider-side-link a {
	display: block;
	padding-top: 12px;
	text-align: center;
}

.slider-side .slider-side-link a .text-01 {
	display: block;
	color: #000000; text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5);
	font-size: 35px; line-height: 30px; font-weight: 600;
}

.slider-side .slider-side-link a .text-02 {
	display: block;
	color: #000000; text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5);
	font-size: 35px; line-height: 30px; font-weight: 600;
}

.slider-side .slider-side-link a .text-03 {
	display: block;
	color: #000000; text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5);
	font-size: 17px; line-height: 19px; font-weight: 600;
}


/* Intro section */

h2.heading {
	padding: 0 75px;
	background-image: url('../images/intro-section-icon-left.png'), url('../images/intro-section-icon-right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
	color: #ffffff;
}

.intro-section {
	padding: 20px 0;
	background: #ff0000;
	text-align: center;
}

.intro-section p {
	margin: 15px 0;
	color: #fff;
	font-size: 16px; line-height: 22px; text-align: justify;
}

.intro-section .large-link {
	color: #fff;
	font-size: 42px; line-height: 44px; font-weight: 600; text-decoration: underline;
}

.intro-section .large-link:hover,
.intro-section .large-link:active {
	color: #000000;
}


/* Thumbs section */

.thumbs-section {
	padding: 20px 0 5px 0;
}

.thumbs .item {
	width: 194px; height: auto; float: left;
	margin-right: 15px; margin-bottom: 15px;
	border: 2px solid #fff; border-radius: 4px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
}

.thumbs .item:nth-child(5n) {
	margin-right: 0;
}

.thumbs .item img {
	width: 100%; height: auto; display: block;
}


/* Promo section */

.promo-section .promo-top {
	background-color: #ff0000;
}

.promo-section .promo-top .wrapper {
	padding: 15px 0;
	font-size: 56px; line-height: 56px; font-weight: 600; text-align: center;
}

.promo-section .promo-top a:link,
.promo-section .promo-top a:visited {
	color: #fff;
}

.promo-section .promo-top a:hover,
.promo-section .promo-top a:active {
	color: #e0e7e0;
}

.promo-section .promo-bottom {
	height: 85px; position: relative;
	background: #ff0000; border-bottom: 9px solid #000000;
}

.promo-section .promo-bottom .wrapper {
	height: 85px; position: relative;
}

.promo-section .promo-bottom .wrapper a:link,
.promo-section .promo-bottom .wrapper a:visited {
	height: 79px; display: block;
	position: absolute; left: 0; right: 0; bottom: 0;
	background-image: url('../images/promo-bgd-left.png'), url('../images/promo-bgd-right.png'), url('../images/promo-bgd.png');
	background-position: left bottom, right bottom, center bottom;
	background-repeat: no-repeat, no-repeat, repeat-x;
	color: #f9ce4b;
	font-size: 37px; line-height: 79px; font-weight: 600; text-align: center;
}

.promo-section .promo-bottom .wrapper a:hover,
.promo-section .promo-bottom .wrapper a:active {
	color: #fff;
}


/* Highest Rated section */

.highest-section {
	margin: 20px 0 5px 0;
}

.highest-section h2 {
	color: #000000;
}

.highest-section .episodes {
	margin-top: 20px;
}

.highest-section .episodes .item {
	width: 247px; float: left;
	margin-right: 14px; margin-bottom: 14px;
	background: #fff;
	border: 2px solid #fff; border-radius: 4px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
}

.highest-section .episodes .item:nth-child(4n) {
	margin-right: 0;
}

.highest-section .episodes .item .thumb {
	width: 100%; height: auto; display: block;
}

.highest-section .episodes .item .title {
	height: 38px; overflow: hidden; display: block; position: relative;
	padding-top: 3px; 
	border-top: 1px solid #664d03; color: #000000;
	font-size: 14px; line-height: 35px; font-weight: 600; text-align: center;
}

.highest-section .episodes .item .title span {
	border-bottom: 1px solid #000000;
}


/* Footer */

footer {
	padding: 20px 0;
	background: #000000;
	font-size: 16px; line-height: 20px; text-align: center;
}

.trailer {
	float:left;
	width:100%;
	position:relative;
}
#trailerOverlay { display:none; float:left; width:100%; height:100%; background:rgba(0,0,0,0.8); position:absolute; top:0px; left:0px; z-index:999; }
#trailerOverlay .centerMe { float:left; width:100%; position:absolute; top:50%; left:0; margin-top:-40px; color:#FFF; text-align:center; z-index:99999; }
#trailerOverlay .centerMe a { float:left; width:100%; text-align:center; color:#FFF; text-decoration:none; font-size:34px; line-height:100%; }
#trailerOverlay .centerMe a:hover strong { text-decoration:underline; }
.replay { float:left; width:20px; height:20px; background:url('../images/replay.png') no-repeat; cursor:pointer; position:absolute; top:20px; right:20px; z-index:9999; }

/* Media queries */

@media(min-width: 768px) and (max-width: 1059px) {
	.wrapper {
		width: 750px;
	}

	.slider-main {
		width: 750px; height: 372px;
	}

	.slider-side {
		width: 750px;
	}

	.slider-side .slider-side-image {
		display: none;
	}

	.slider-side .slider-side-link {
		width: 100%; height: auto;
		padding: 15px 0;
		text-align: center;
	}

	.slider-side .slider-side-link a {
		width: auto; display: inline-block;
		padding-top: 0;
	}

	.slider-side .slider-side-link a .text-01,
	.slider-side .slider-side-link a .text-02,
	.slider-side .slider-side-link a .text-03 {
		display: inline-block;
		margin: 0 2px;
		font-size: 35px; line-height: 35px;
	}

	.thumbs-section {
		padding: 20px 0 10px 0;
	}

	.thumbs .item {
		width: 142px;
		margin-right: 10px; margin-bottom: 10px;
	}

	.highest-section .episodes .item {
		width: 177px;
	}
}

@media(min-width: 480px) and (max-width: 767px) {
	.wrapper {
		width: 460px;
	}

	h2 {
		font-size: 22px; line-height: 26px;
	}

	header .top-section .header-slogan {
		font-size: 19px; line-height: 23px;
	}

	.slider-main {
		width: 460px; height: 228px;
	}

	.slider-side {
		width: 460px;
	}

	.slider-side .slider-side-image {
		display: none;
	}

	.slider-side .slider-side-link {
		width: 100%; height: auto;
		padding: 15px 0;
		text-align: center;
	}

	.slider-side .slider-side-link a {
		width: auto; display: inline-block;
		padding-top: 0;
	}

	.slider-side .slider-side-link a .text-01,
	.slider-side .slider-side-link a .text-02,
	.slider-side .slider-side-link a .text-03 {
		display: inline-block;
		margin: 0 2px;
		font-size: 35px; line-height: 35px;
	}

	.intro-section p {
		font-size: 14px; line-height: 21px;
	}

	.intro-section .large-link {
		font-size: 32px; line-height: 36px;
	}

	.thumbs-section {
		padding: 20px 0 10px 0;
	}

	.thumbs .item {
		width: 146px;
		margin-right: 11px; margin-bottom: 11px;
	}

	.thumbs .item:nth-child(5n) {
		margin-right: 11px;
	}

	.thumbs .item:nth-child(3n) {
		margin-right: 0;
	}

	.promo-section .promo-top .wrapper {
		padding: 10px 0;
		font-size: 38px; line-height: 42px;
	}

	.promo-section .promo-bottom .wrapper a span span {
		display: none;
	}

	.highest-section .episodes .item {
		width: 223px;
	}

	.highest-section .episodes .item:nth-child(2n) {
		margin-right: 0;
	}
}

@media(max-width: 479px) {
	.wrapper {
		width: 300px;
	}

	h2 {
		font-size: 20px; line-height: 23px;
	}

	header .top-section .header-slogan {
		font-size: 17px; line-height: 19px;
	}

	header .logo-section {
		height: 165px;
	}

	.slider-main {
		width: 300px; height: 149px;
	}

	.slider-side {
		width: 300px;
	}

	.slider-side .slider-side-image {
		display: none;
	}

	.slider-side .slider-side-link {
		width: 100%;
		text-align: center;
	}

	.intro-section p {
		font-size: 14px; line-height: 21px;
	}

	.intro-section .large-link {
		font-size: 30px; line-height: 36px;
	}

	.thumbs-section {
		padding: 20px 0 10px 0;
	}

	.thumbs .item {
		width: 145px;
		margin-right: 10px; margin-bottom: 10px;
	}

	.thumbs .item:nth-child(5n) {
		margin-right: 10px;
	}

	.thumbs .item:nth-child(2n) {
		margin-right: 0;
	}

	.promo-section .promo-top .wrapper {
		padding: 10px 0;
		font-size: 38px; line-height: 42px;
	}

	.promo-section .promo-bottom .wrapper a span {
		display: none;
	}

	.highest-section .episodes .item {
		width: 143px;
	}

	.highest-section .episodes .item:nth-child(2n) {
		margin-right: 0;
	}
}

