
/* 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: #ffe3f1;
}

body, td, p  {
	color: #3e0a24;
	font-family: "Lato", 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: #ff007e;
	text-decoration: none;
}

a:hover, a:active {
	color: #3e0a24;
	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", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 34px; line-height: 36px; font-weight: 600; letter-spacing: -1px; text-align: center;
}

h2 {
	font-family: "Lato", 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;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}


/* Header */

header {
	background-color: #e57c87;
	background-image: url('../images/header-shadow.png'), url('../images/header-bgd.jpg');
	background-position: center top, center center;
	background-repeat: repeat-x, no-repeat;
	background-size: auto, cover;
}

header .top-section .header-slogan {
	padding: 10px 0;
	border-bottom: 1px solid #ff007e; color: #fff;
	font-size: 26px; line-height: 30px; font-weight: 600; text-align: center; text-transform: uppercase;
}

header .logo-section .logo {
	max-width: 100%; height: auto; display: block; 
	margin: 15px auto 0 auto;
}

header .logo-section .promo-button {
	max-width: 100%; height: auto;
	margin: 5px auto 0 auto;
}


/* Slider */

.slider-section {
	padding: 20px 0;
	background: #93275d url('../images/bgd-darker.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: 265px; float: left;
}

.slider-side .slider-side-image {
	width: 265px; height: 280px; display: block;
}

.slider-side .slider-side-link {
	width: 265px; height: 100px;
	background: #fff;
}

.slider-side .slider-side-link a {
	height: 100px; display: block;
	padding-top: 46px;
	background: url('../images/slider-side-link.png') center top 6px no-repeat;
	text-align: center;
}

.slider-side .slider-side-link a .text-01 {
	display: block;
	color: #c7116d;
	font-size: 23px; line-height: 24px; font-weight: 900;
}

.slider-side .slider-side-link a .text-02 {
	display: block;
	color: #c7116d;
	font-size: 23px; line-height: 24px; font-weight: 900;
}


/* Intro section */

h2.heading {
	padding: 0 60px;
	background-image: url('../images/intro-section-icon.png'), url('../images/intro-section-icon.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}

.intro-section {
	padding: 20px 0;
	background: #fff;
	text-align: center;
}

.intro-section p {
	margin: 15px 0;
	font-size: 19px; line-height: 24px; text-align: justify;
}

.intro-section .large-link {
	font-size: 42px; line-height: 44px; font-weight: 600; text-decoration: underline;
}


/* Thumbs section */

.thumbs-section {
	padding: 20px 0 5px 0;
	background: #b65989 url('../images/bgd-lighter.png') repeat;
}

.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.3);
}

.thumbs .item:nth-child(5n) {
	margin-right: 0;
}

.thumbs .item img {
	width: 100%; height: auto; display: block;
}


/* Promo section */

.promo-section .promo-top {
	height: 111px;
	background: #682044 url('../images/bgd-dark.png');
	border-top: 1px solid #682044;
}

.promo-section .promo-top .wrapper {
	height: 111px;
	background-color: #a14272;
	background-image: url('../images/promo-bgd-left.png'), url('../images/promo-bgd-right.png'), url('../images/bgd-medium.png');
	background-position: left center, right center, center bottom;
	background-repeat: no-repeat, no-repeat, repeat;
	font-size: 42px; line-height: 85px; font-weight: 600; text-align: center; text-transform: uppercase;
}

.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: #f0e0e0;
}

.promo-section .promo-bottom {
	background: #fff;
}

.promo-section .promo-bottom .wrapper {
	height: 30px; position: relative;
}

.promo-section .promo-bottom .promo-button.desktop {
	position: absolute; left: 50%; bottom: 0;
	margin-left: -287px;
}

.promo-section .promo-bottom .promo-button.mobile {
	max-width: 100%; height: auto;
	position: absolute; left: 0; bottom: 0;
}


/* Highest Rated section */

.highest-section {
	margin: 20px 0 5px 0;
}

.highest-section h2 {
	color: #ff007e;
}

.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 #ff007e;
}

.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;
	border-top: 1px solid #ff007e; color: #ff007e;
	font-size: 14px; line-height: 35px; text-align: center;
}

.highest-section .episodes .item .title span {
	border-bottom: 1px solid #ff007e;
}


/* Footer */

footer {
	padding: 20px 0;
	background: #fff;
	font-size: 16px; line-height: 20px; text-align: center;
}


/* Media queries */

@media(min-width: 768px) and (max-width: 1059px) {
	.wrapper {
		width: 750px;
	}

	header .top-section .header-slogan {
		font-size: 20px; line-height: 25px;
	}

	.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: 10px 0;
		text-align: center;
	}

	.slider-side .slider-side-link a {
		width: auto; height: auto; display: inline-block;
		padding-top: 40px;
		background-position: center top;
	}

	.slider-side .slider-side-link a .text-01,
	.slider-side .slider-side-link a .text-02 {
		display: inline-block;
		margin: 0 2px;
		font-size: 32px; line-height: 34px;
	}

	.thumbs-section {
		padding: 20px 0 10px 0;
	}

	.thumbs .item {
		width: 142px;
		margin-right: 10px; margin-bottom: 10px;
	}

	.promo-section .promo-top .wrapper {
		font-size: 30px;
	}

	.highest-section .episodes .item {
		width: 177px;
	}
}

@media(min-width: 480px) and (max-width: 767px) {
	.wrapper {
		width: 460px;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	h2 {
		font-size: 22px; line-height: 25px;
	}

	header .top-section .header-slogan {
		font-size: 20px; line-height: 24px;
	}

	.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: 10px 0;
		text-align: center;
	}

	.slider-side .slider-side-link a {
		width: auto; height: auto; display: inline-block;
		padding-top: 40px;
		background-position: center top;
	}

	.slider-side .slider-side-link a .text-01,
	.slider-side .slider-side-link a .text-02 {
		display: inline-block;
		margin: 0 2px;
		font-size: 32px; line-height: 34px;
	}

	.intro-section p {
		font-size: 16px; line-height: 22px;
	}

	.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 50px 0 50px;
		font-size: 24px; line-height: 24px;
	}

	.highest-section .episodes .item {
		width: 223px;
	}

	.highest-section .episodes .item:nth-child(2n) {
		margin-right: 0;
	}
}

@media(max-width: 479px) {
	.wrapper {
		width: 300px;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	h2 {
		font-size: 22px; line-height: 25px;
	}

	header .top-section .header-slogan {
		font-size: 15px; line-height: 21px;
	}

	.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: 16px; line-height: 22px;
	}

	.intro-section .large-link {
		font-size: 32px; 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 50px 0 50px;
		font-size: 21px; line-height: 24px;
	}

	.highest-section .episodes .item {
		width: 143px;
	}

	.highest-section .episodes .item:nth-child(2n) {
		margin-right: 0;
	}
}

