
/* 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: #e7edf1 url('../images/bgd.png');
}

body, td, p  {
	color: #000;
	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: #ec8fa7;
	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: "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: 625px; position: relative;
	background: url('../images/header.jpg') right center no-repeat;
	background-size: cover;
}

.site-header .logo-wrapper {
	padding: 15px 0;
	background: rgba(0, 0, 0, 0.25);
}

.site-header-logo {
	max-width: 100%; display: block;
	margin: 10px auto 0 auto;
}

.site-header-slogan {
	width: 100%; display: block;
	margin-top: 110px;
}

.site-header-slogan a:link,
.site-header-slogan a:visited {
	padding: 10px 15px;
	border-radius: 5px;
	color: #fff;
	font-size: 48px; line-height: 50px; font-weight: 700; text-align: center;
}

.site-header-slogan a:hover,
.site-header-slogan a:active {
	color: #d7d7d7;
}

.site-header-slogan .slogan-01 {
	display: block; float: left;
	background: rgba(200, 30, 109, 0.55); 
}

.site-header-slogan .slogan-02 {
	display: block; float: right;
	margin-top: 10px;
	background: rgba(0, 0, 0, 0.55); 
}

.site-header-slogan span {
	width: 100%; display: inline-block;
}

.site-header-button {
	max-width: 100%; display: block;
	margin: 80px auto 0 auto;
}

.subheader {
	margin: 20px 0;
	font-size: 16px; line-height: 20px; font-weight: 700; text-align: center;
}

.subheader span {
	display: inline-block;
	color: #ad4776;
}

.subheader a:link,
.subheader a:visited {
	display: inline-block;
	padding: 8px 12px; margin-left: 10px;
	background: #f06aa7; border-radius: 3px; color: #fff;
	font-size: 20px;
}

/* Make Header Shorter */
.site-header.shorter { min-height:0; background:url(../images/headerbg.jpg) right center no-repeat; background-size:cover; }
.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; }

/* Banner regular */

.banner-regular {
	padding: 30px 0; margin: -20px 0 -20px 0;
	background: #c6e5d9; border-top: 10px solid #fff; border-bottom: 10px solid #fff;
}

.banner-regular-top {
	display: block;
	padding: 24px 12px;
	background: #e74e77 url('../images/banner.png'); border-bottom: 5px solid #fff; border-radius: 8px;
}

.banner-regular-top > span {
	display: block;
	font-size: 60px; line-height: 64px; font-weight: 900; text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

.banner-regular-top .color-green {
	color: #49ded3;
}

.banner-regular-top .color-white {
	color: #fff;
}

.banner-regular-top:hover .color-green {
	color: #3cccc1;
}

.banner-regular-top:hover .color-white {
	color: #e0e0e0;
}

.banner-regular-desc {
	display: block;
	margin-top: 10px;
	color: #426b5b;
	font-size: 20px; line-height: 26px; font-weight: 400; text-align: center;
}


/* 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.3333%; 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; border-top: 10px solid #ec8fa7;
}

.highest-rated h2 {
	color: #ec8fa7;
}

.highest-rated-items {
	width: 100%; float: right;
	margin-top: 30px;
}

.highest-rated-items .item {
	width: 33.333%; display: block; float: left; position: relative;
}

.highest-rated-items .item a {
	width: 100%; height: 0; display: block; position: relative;
	padding-bottom: 87%;
}

.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: 45px; display: block; overflow: hidden;
	position: absolute; left: 0; bottom: 0;
	padding: 0 10px;
	background: rgba(233, 78, 120, 0.5); color: #fff;
	font-size: 32px; line-height: 45px; font-weight: 700; text-align: center;
}


/* Footer */

.site-footer {
	padding: 30px 0; margin-top: -20px;
	background: #ad4776; 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;
	}

	.subheader a {
		margin-top: 5px;
	}

	.banner-regular-top > span {
		font-size: 50px; line-height: 54px;
	}

}

@media(min-width: 768px) and (max-width: 989px) {
	.wrapper {
		width: 750px;
	}

	.site-header-slogan a:link,
	.site-header-slogan a:visited {
		width: 100%;
		font-size: 38px; line-height: 40px;
	}

	.subheader a {
		margin-top: 10px;
	}

	.banner-regular-top > span {
		font-size: 42px; line-height: 45px;
	}

}

@media(min-width: 480px) and (max-width: 767px) {
	.wrapper {
		width: 460px;
	}

	.site-header-slogan {
		margin-top: 70px;
	}

	.site-header-slogan a:link,
	.site-header-slogan a:visited {
		width: 100%;
		font-size: 35px; line-height: 39px;
	}

	.site-header-button {
		margin-top: 50px;
	}

	.subheader a {
		margin-top: 5px;
	}

	.banner-regular-top > span {
		font-size: 42px; line-height: 45px;
	}

	.banner-regular-desc {
		font-size: 17px; line-height: 24px;
	}

	.content-thumbs-large,
	.content-thumbs-regular {
		width: 100%;
	}

	.site-footer span {
		margin: 8px 0 0 0;
	}


}

@media(max-width: 479px) {
	.wrapper {
		width: 300px;
	}

	.site-header-slogan {
		margin-top: 70px;
	}

	.site-header-slogan a:link,
	.site-header-slogan a:visited {
		width: 100%;
		font-size: 28px; line-height: 30px;
	}

	.site-header-button {
		margin-top: 50px;
	}

	.subheader a {
		margin-top: 5px;
	}

	.banner-regular-top > span {
		font-size: 38px; line-height: 42px;
	}

	.banner-regular-desc {
		font-size: 17px; line-height: 24px;
	}

	.content-thumbs-large,
	.content-thumbs-regular {
		width: 100%;
	}

	.highest-rated-items .item {
		width: 100%;
	}

	.site-footer span {
		margin: 8px 0 0 0;
	}

}

.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; }
/* Gabriel */
.banner-regular-desc.incentive-text {
    margin-top: -15px;
    margin-bottom: 20px;
}
.banner-regular-desc.incentive-text-videos {
    margin-top: 20px;
    margin-bottom: 20px;
}