img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"]{display:none !important;}


/* Seriado OLD */
.bot_sharing { font-family: Verdana, Geneva, sans-serif; font-size: 18px; font-weight: bold; }
.panel{ width: 100%; height: 100%; min-height: 370px;  }
.panel_boot{  position:fixed; width:100%; background-color:#000; padding:5px; bottom:0px; }
.prueda{ border-bottom-left-radius:10px; border-bottom-right-radius:10px;  border-top-left-radius:10px; border-top-right-radius:10px; min-height:370px; }
.embed { min-height:100px; height: 100%; }
.irueda{ border-bottom-left-radius:5px; border-bottom-right-radius:5px; border-top-left-radius:5px; border-top-right-radius:5px; padding:2px; }
body,td,th { color: #FFF;}
.fx2{ margin: -33px 0px 0px -28px; overflow: hidden; }
.fx{ position: absolute; z-index: 9999; opacity: 0; filter: alpha(opacity=0); }
.-fx{ position: fixed; width: 300px; height: 220px; top: 30%; z-index: 999999999999999 !important; left: 0; right: 0; margin: 0 auto; background-color: #FFF; } 
.embed div{ margin: 0 5px;}
.servidor{ margin: auto;  display: inline-block;  width: 197px; height: 92px; text-indent: -9999px; cursor: pointer; }
.clear{ clear: both; }
body>p{text-align:center}
body>p a{color:#505667}
.menu-temps:before,.menu-temps:after{content:"";display:table}
.menu-temps:after{clear:both}
.menu-temps{zoom:1}
.left{ float: left; margin-top: 4px !important; }
.box{ color: #000; opacity:0.85; -moz-opacity: 0.85; filter: alpha(opacity=85); width: 90%; height: 400px; background-color:#000; padding: 5px; border-radius:5px;}
.box ul{margin:0;padding:0;list-style:none;font-weight:bold;width:370px; margin: 3px 0px; z-index:2;position:relative; display: block; float:left;}
.box ul li{background:#fff;float:left;cursor:pointer;width:25px;height:21px;text-align:center;margin-right:3px;background:url(img/temp_button.png) 0 0 no-repeat;}
.box ul li.active{background:url(img/temp_button.png) 0 -22px no-repeat;}
.box ul li:hover{background:url(img/temp_button.png) 0 -22px no-repeat;color:#F00;}
.box li.filme{background:#fff;float:left;cursor:pointer;width:50px;height:20px;text-align:center;margin-right:3px;}
.box li.filme:hover{background:#fff;float:left;cursor:pointer;width:50px;height:20px;text-align:center;margin-right:3px;}
.box li.filme.active{background:#fff;float:left;cursor:pointer;width:50px;height:20px;text-align:center;margin-right:3px;}
.box .content{margin:0 0 0;background-color:#e8e8e8;text-align: left;border-radius:3px;border:1px solid #ccc;padding:9px;position:relative; height: 350px;}
.box .content>div{display:none;overflow:auto;position:relative;max-height: 330px;}
.box .content>div>p{ float: left; width: 50%; }
a{text-decoration:none;color:#000;font-weight:bold;}
a:hover{text-decoration:none;color:#F00;font-weight:bold;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;}
.titulo-opcao{ color: #F00; font-weight: bold; cursor: pointer; font-size: 16px; display: block; margin-bottom: 5px; cursor: default; }
/* END Seriado */


#showload {
    width: 200px;
    height: 80px;
    background-color: #89cb00;
    border: 2px solid #65b701;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 30px #89cb00;
    -webkit-box-shadow: 0px 0px 30px #89cb00;
    box-shadow: 0px 0px 30px #89cb00;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    position: absolute;
    z-index: 800;
    left: 50%;
    top: 50%;
    margin-left: -100px;
 /* half of the width  */
    margin-top: -40px;
 /* half of the height */
    text-align: center;
    line-height: 80px;
}

#showload span,a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 16px;
    color: #000000;
    text-shadow: 1px 1px 0px #bad3ed;
    font-weight: bold;
    text-decoration: none;
}

#showload a:hover {
    color: #3e670b;
}

.close {
    display: block;
    position: absolute;
    padding-left: 180px;
}



/* NEW */
@font-face {
  font-family: 'OpenSans';
  font-weight:bold;
  src: url('fonts/OpenSans.eot') format('eot'),
       url('fonts/OpenSans.woff') format('woff'),
       url('fonts/OpenSans.ttf') format('truetype');
}

body {
	margin:0;
	padding:0;
}
#ErrorWin {
	width:100%;
	height:100%;
	background-color:#111111;
	display:table;
}
#ErrorWinCont {
	width:400px;
	height:170px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	padding-left:10px;
	padding-right:10px;
}
#ErrorWinCont div[role='icon'] {
	min-width:10px;
	width:auto;
	height:auto;
	display:table;
	margin:auto;
}
#ErrorWinCont div[role='texterror'] {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	min-width:20px;
	width:100%;
	height:auto;
	text-align:center;
	margin-top:8px;
}
#ErrorWinCont div[role='options'] {
	color:#878787;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	min-width:20px;
	width:auto;
	height:auto;
	text-align:left;
	margin-top:30px;
	margin-left:20px;
}
#ContPlayer {
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
	background-color:#111111;
	display:table;
}
#WinHome {
	width:100%;
	height:100%;
}
#TopWinHome {
	max-width:800px;
	width:100%;
	height:auto;
	background-color:#FFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	margin:auto;
	overflow:hidden;
}
#Bar1TopWinHome {
	width:100%;
	height:auto;
	background-color:#F1F1F1;
	overflow:hidden;
}
#ContBar1TopWinH {
	width:auto;
	height:auto;
	margin-left:10px;
	margin-right:10px;
	background-color:#F1F1F1;
	padding-top:9px;
	padding-bottom:12px;
	overflow:hidden;
}
#ContBar1TopWinH div[role='logo'] {
	width:auto;
	height:auto;
	display:table;
	float:right;
	margin-top:4px;
	margin-right:5px;
}
#ContBar1TopWinH div[role='title'] {
	width:auto;
	height:auto;
	display:table;
	float:left;
	margin-left:5px;
	color:#333333;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
#Bar2TopWinHome {
	width:auto;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:5px;
}
#Bar2TopWinHome div {
	width:auto;
	height:auto;
	display:table;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#F1F1F1;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display:inline-block;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}
#Bar2TopWinHome div:last-child {
	margin-right:0px;
}
#Bar2TopWinHome div:hover {
	background-color:#DDDADA;
}
#MainWinHome {
	max-width:800px;
	width:100%;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:8px;
	position:relative;
}
#ContMainWinH {
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.LabelMainWinH {
	width:49%;
	height:auto;
	display:inline-block;
	background-color:#FFF;
	padding-bottom:15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
}
.LabelMainWinH:last-child {
	margin-left:8px;
}
.LabelMainWinH div[role='titletemp_lbwh'] {
	width:100%;
	height:auto;
	border-bottom:1px solid #DDD;
	padding-top:8px;
	padding-bottom:10px;
	color:#333333;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.LabelMainWinH div[role='episodes'] {
	margin-top:15px;
	width:auto;
	height:auto;
	display:table;
}
.LabelMainWinH div[role='episodes'] div {
	color:#535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	margin-left:15px;
	width:auto;
	height:auto;
	display:table;
	margin-top:4px;
	cursor:pointer;
}
.LabelMainWinH div[role='episodes'] div:hover {
	color:#333333;
}
.LabelMainWinH div[role='episodes'] a {
	text-decoration:none;
	color:#535353;
}
.LabelMainWinH div[role='episodes'] a:visited {
	text-decoration: none;
	color: #CF2121;
}
#WinView {
	width:100%;
	height:100%;
	display:none;
}
#TopWinView {
	max-width:800px;
	width:100%;
	height:auto;
	background-color:#FFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	margin:auto;
	overflow:hidden;
}
#Bar1TopWinView {
	width:auto;
	height:auto;
	background-color:#FFF;
	overflow:hidden;
}
#Bar1TopWinView div[role='butback'] {
	width:auto;
	height:25px;
	padding-left:12px;
	padding-right:12px;
	padding-top:13px;
	padding-bottom:12px;
	background-color:#333333;
	display:table;
	cursor:pointer;
	float:left;
}
#Bar1TopWinView div[role='butback']:hover {
	background-color: #242424;
}
#Bar1TopWinView div[role='title'] {
	width:auto;
	height:auto;
	display:table;
	float:left;
	margin-left:10px;
	color:#333333;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-top:10px;
}
#Bar1TopWinView div[role='players'] {
	float:right;
	margin-right:5px;
	margin-top:4px;
	width:auto;
	height:auto;
	display:table;
}
#Bar1TopWinView div[role='players'] div {
	width:auto;
	height:auto;
	display:table;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#F1F1F1;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display:inline-block;
	cursor:pointer;
	margin-left:5px;
	margin-top:5px;
}
#Bar1TopWinView div[role='players'] div:hover, #Bar1TopWinView div[role='players'] div.OptionActive {
	background-color:#DDDADA;
}
#MainWinView {
	max-width:800px;
	width:100%;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:8px;
	position:relative;
	max-height:420px;
	background-color:#111111;
}
.MainLoading {
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
	padding-top:20px;
	background-color:#FFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.53);
	display:none;
	margin-bottom:8px;
}
.MainLoading div[role='loading'] {
	min-width:20px;
	height:auto;
	display:table;
	margin:auto;
}

.UXCircLoaderCont1 {
	width:42px;
}
.UXCircLoader1 {
	background-color:rgba(0, 0, 0, 0.29);
	float:left;
	height:10px;
	margin-left:4px;
	width:10px;
	-moz-animation-name:BounceCircLoader;
	-moz-animation-duration:0.44999999999999996s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:normal;
	-moz-border-radius:8px;
	-webkit-animation-name:BounceCircLoader;
	-webkit-animation-duration:0.44999999999999996s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:normal;
	-webkit-border-radius:8px;
	-ms-animation-name:BounceCircLoader;
	-ms-animation-duration:0.44999999999999996s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:normal;
	-ms-border-radius:8px;
	-o-animation-name:BounceCircLoader;
	-o-animation-duration:0.44999999999999996s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:normal;
	-o-border-radius:8px;
	animation-name:BounceCircLoader;
	animation-duration:0.44999999999999996s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	border-radius:8px;
}
.CircLoaderCont_1 {
	-moz-animation-delay:0.09s;
	-webkit-animation-delay:0.09s;
	-ms-animation-delay:0.09s;
	-o-animation-delay:0.09s;
	animation-delay:0.09s;
}
.CircLoaderCont_2 {
	-moz-animation-delay:0.21000000000000002s;
	-webkit-animation-delay:0.21000000000000002s;
	-ms-animation-delay:0.21000000000000002s;
	-o-animation-delay:0.21000000000000002s;
	animation-delay:0.21000000000000002s;
}
.CircLoaderCont_3 {
	-moz-animation-delay:0.26999999999999996s;
	-webkit-animation-delay:0.26999999999999996s;
	-ms-animation-delay:0.26999999999999996s;
	-o-animation-delay:0.26999999999999996s;
	animation-delay:0.26999999999999996s;
}

@-moz-keyframes BounceCircLoader {
	0%{
	}
	50%{
		background-color:rgba(0, 0, 0, 0.66);
	}
	100%{
	}
}
@-webkit-keyframes BounceCircLoader {
	0%{
	}
	50%{
		background-color:rgba(0, 0, 0, 0.66);
	}	
	100%{
	}
}
@-ms-keyframes BounceCircLoader {
	0%{
	}
	50%{
		background-color:rgba(0, 0, 0, 0.66);
	}
	100%{
	}
}
@-o-keyframes BounceCircLoader {
	0%{
	}
	50%{
		background-color:rgba(0, 0, 0, 0.66);
	}
	100%{
	}
}
@keyframes BounceCircLoader {
	0%{
	}
	50%{
		background-color:rgba(0, 0, 0, 0.66);
	}
	100%{
	}
}

@media screen and (min-width: 580px) {
	#MenuTop {
		float:left;
		margin-left:20px;
		margin-right:0px;
	}
	#SearchTop {
		display:block;
	}
	#SearchMin {
		display:none;
	}
	#FeaturedCont {
		padding-top:0px;
	}
	#FeaturedCont {
		margin-right:-5px;
	}
	#BoxError {
		margin-top:30px;
	}
	#BoxError div[role='title'] {
		font-size:35px;
	}
	#BoxError div[role='subtitle'] {
		font-size:18px;
	}
	#ContBoxError {
		padding-top:40px;
		padding-bottom:50px;
	}
	#Pagination {
		margin:auto;
		float:right;
		margin-top:0px;
	}
	#InfoCurPage {
		float:left;
		margin:auto;
		margin-top:5px;
	}
}
@media screen and (min-width: 850px) {
	#LogoTop {
		margin-left:30px;
	}
	#SearchTop {
		margin-right:30px;
	}
}

@media screen and (max-width: 449px) {
	#ErrorWinCont {
		width:auto;
	}
	#ErrorWinCont div[role='options'] {
		margin-left:0px;
	}
	#ErrorWinCont div[role='icon'] img {
		width:80px !important;
		height:58 !important;
	}
	#ErrorWinCont div[role='texterror'] {
		font-size:14px;
	}
	#ErrorWinCont div[role='options'] {
		margin-top:15px;
	}
}
@media screen and (max-width: 599px) {
	.LabelMainWinH {
		width:100%;
	}
	.LabelMainWinH:last-child {
		margin-top:8px;
		margin-left:0px;
	}
	#Bar1TopWinView div[role='players'] {
		float:none;
		width:100%;
		padding-bottom:5px;
		padding-top:5px;
		text-align:center;
		border-top:1px solid #DDD;
	}
	a:visited {
    color: orange;
}
}