.PostagemGeral {
	text-align: center;
	height: auto;
	width: 100%;
	color: rgb(255, 255, 255);
	border-top: 0px solid rgb(0, 0, 150);
}

.VideoOptions {
	background: rgba(0, 0, 0, 0.5);
	height: 40px;
	font-size: 16px;
	border-radius: 30px;
	border: 2px solid rgb(42, 42, 42);
}

.VideoOptions li {
	background: none repeat scroll 0% 0% rgb(42, 42, 42);
	list-style: outside none none;
	height: 36px;
	width: 200px;
	font-weight: bold;
	border-radius: 20px;
	border: 2px solid rgb(42, 42, 42);
	line-height: 36px;
	float: left;
}

.VideoOptionsMovies {
	background: none repeat scroll 0% 0% rgb(0, 0, 0);
	height: 36px;
	font-size: 16px;
	border-radius: 30px;
	border: 3px solid rgb(42, 42, 42);
	padding: 0px;
}

.VideoOptionsMovies li {
	background: none repeat scroll 0% 0% rgb(42, 42, 42);
	list-style: outside none none;
	height: 36px;
	width: 200px;
	font-weight: bold;
	border-radius: 20px;
	border: 2px solid rgb(42, 42, 42);
	line-height: 36px;
	float: left;
}

.VideoOptions .focus {text-shadow: 0px 0px 5px rgb(0, 0, 0); border: 2px solid rgb(42, 42, 42);}
.VideoOptions .notfocus {text-shadow: 1px 1px rgb(0, 0, 0); opacity: 0.4;}
.VideoOptions .notfocus:hover {opacity: 1; text-shadow: 0 0 5px white; cursor: pointer;}

.VideoOptionsMovies .focus {text-shadow: 0px 0px 5px rgb(0, 0, 0); border: 2px solid rgb(42, 42, 42);}
.VideoOptionsMovies .notfocus {text-shadow: 1px 1px rgb(0, 0, 0); opacity: 0.2;}
.VideoOptionsMovies .notfocus:hover {opacity: 1; text-shadow: 0 0 5px white; cursor: pointer;}

.Video {
	padding-bottom: 10px;
	font-size: 16px;
}

.Download {
	padding: 1px 0px 1px 0px;
}

.DownloadMenu, .DownloadMenu1 {
	background: rgba(0, 0, 0, 1);
	font-size: 16px;
	width: 1024px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid rgb(42, 42, 42);
	font-weight: bold;
	cursor: pointer;
	line-height: 40px;
}

.DownloadMenu:hover, .DownloadMenu1:hover {
	background: rgba(125, 125, 125, 1);
	font-size: 16px;
	width: 1024px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid rgb(42, 42, 42);
	font-weight: bold;
	cursor: pointer;
	color: rgb(0, 0, 0);
	line-height: 40px;
}

.ButtonMais, .ButtonMenos {
	float: right;
	margin-top: 11px;
	margin-right: 15px;
	margin-left: -33px;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.ButtonMais {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	border: 2px solid;
	transform: scale(var(--ggs,1));
	border-radius: 4px;
}

.ButtonMais::after,
.ButtonMais::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 9.8px;
	height: 2px;
	background: currentColor;
	border-radius: 5px;
	top: 6.4px;
	left: 2.5px;
}
.ButtonMais::after {
	width: 2px;
	height: 9.8px;
	top: 2.3px;
	left: 6.4px;
}

.ButtonMenos {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 4px;
}
.ButtonMenos::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 9.8px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    top: 6.4px;
    left: 2.5px;
}

.DownloadBox {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 600px;
	height: auto;
	border: 3px solid rgb(42, 42, 42);
	border-radius: 20px;
}

.DownloadInfo {
	border-radius: 17px;
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	width: auto;
}

.DownloadDown {
	height: 40px;
	border-radius: 15px;
	border: 3px solid rgb(42, 42, 42);
}

.DownloadDown li {
	height: 100%;
	width: 132px;
	border-radius: 12px;
	float: left;
	list-style: none;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
}

#DownloadDown3 li {width: 197px; border-radius: 12px;}
#DownloadDown2 li {width: 296px; border-radius: 12px;}
#DownloadDown1 li {width: 100%; border-radius: 12px;}

.DownloadDown .op1 {background-color: rgb(138, 200, 210); opacity: 0.4;}
.DownloadDown .op2 {background-color: rgb(255, 102, 102); border-left: 2px solid rgb(13, 28, 83); opacity: 0.4;}
.DownloadDown .op3 {background-color: rgb(131, 222, 149); border-left: 2px solid rgb(13, 28, 83); opacity: 0.4;}

.DownloadDown .op1:hover {background-color: rgb(138, 200, 210); opacity: 1.0;}
.DownloadDown .op2:hover {background-color: rgb(255, 102, 102); border-left: 2px solid rgb(13, 28, 83); opacity: 1.0;}
.DownloadDown .op3:hover {background-color: rgb(131, 222, 149); border-left: 2px solid rgb(13, 28, 83); opacity: 1.0;}

.naruttebanemenueffect {
	font: 16px Verdana, Geneva, sans-serif;
	color: rgb(255, 255, 255);
	text-decoration: none;
	list-style: none;
}

.naruttebanemenueffect li {
	border-radius: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 10px;
	width: 275px;
	height: 40px;
	background-image: linear-gradient(black, #2a2a2a);
	background-repeat: repeat-x;
	font-weight: bold;
	line-height: 40px;
}

.naruttebanemenueffect li:hover, .naruttebanemenueffect a:hover {
	border-radius: 20px;
	cursor: pointer;
	background-image: none;
	background-color: rgba(125, 125, 125, 1);
	width: 275px;
	font-weight: bold;
	color: rgb(0, 0, 0);
}


.naruttebanemenueffect div {
	display: none;
	padding-top: 5px;
	margin-bottom: 10px;
	padding-left: 5px;	
}
	
.Comentarios {
	background: rgba(0, 0, 0, 1);
	font-size: 16px;
	width: 1024px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid rgb(42, 42, 42);
	font-weight: bold;
	line-height: 40px;
}

.Comentarios:hover {
	background: rgba(125, 125, 125, 1);
	font-size: 16px;
	width: 1024px;
	height: 40px;
	border-radius: 16px;
	border: 2px solid rgb(42, 42, 42);
	font-weight: bold;
	color: rgb(0, 0, 0);
	line-height: 40px;
}
	
.ComentariosButton {
	float: right;
	margin-top: 11px;
	margin-right: 15px;
	margin-left: -33px;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid;
    transform: scale(var(--ggs,1));
    border-radius: 4px;
}

.ComentariosButton::after,
.ComentariosButton::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 3px;
}
.ComentariosButton::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 4px;
}
.ComentariosButton::before {
    width: 8.1px;
    height: 2px;
    bottom: 6px;
    background: currentColor;
}

.ControleEpisodio {
	background: rgba(0, 0, 0, 0.5);
	height: 40px;
	border-radius: 20px;
	border: 2px solid rgb(42, 42, 42);
	text-align: center;
}
	
.ControleEpisodio li {
	height: 36px;
	width: 508px;
	border: 2px solid rgb(42, 42, 42);
	float: left;
	list-style: none;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
}
	
.ControleEpisodio .Anterior {
	background-color: rgb(0, 0, 0);
	border-radius: 17px;
}
	
.ControleEpisodio .Proximo {
	background-color: rgb(0, 0, 0);
	border-radius: 17px;
	float: right;
}

.ControleEpisodio .Anterior:hover {
	background-color: rgb(125, 125, 125);
	border-radius: 20px;
	color: rgb(0, 0, 0);
}
	
.ControleEpisodio .Proximo:hover {
	background-color: rgb(125, 125, 125);
	border-radius: 20px;
	color: rgb(0, 0, 0);
	float: right;
}

.AnteriorButton {
	float: left;
	margin-top: 11px;
	margin-right: -33px;
	margin-left: 15px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 18px;
    height: 18px;
}

.AnteriorButton::after,
.AnteriorButton::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
}

.AnteriorButton::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    bottom: 7px;
}

.AnteriorButton::before {
    width: 16px;
    height: 2px;
    bottom: 10px;
    background: currentColor;
}

.ProximoButton {
	float: right;
	margin-top: 11px;
	margin-right: 15px;
	margin-left: -33px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 18px;
    height: 18px;
}

.ProximoButton::after,
.ProximoButton::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 3px;
}

.ProximoButton::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 7px;
}

.ProximoButton::before {
    width: 16px;
    height: 2px;
    bottom: 10px;
    background: currentColor;
}

.AbrirLeitor {
	background: rgba(0, 0, 0, 1);
	font-size: 16px;
	width: 1024px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid rgb(42, 42, 42);
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}

.AbrirLeitor:hover {
	background: rgba(125, 125, 125, 1);
	font-size: 16px;
	width: 1024px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid rgb(42, 42, 42);
	font-weight: bold;
	text-align: center;
	color: rgb(0, 0, 0);
	line-height: 40px;
}
	
.AbrirLeitorButton {
	float: right;
	margin-top: 11px;
	margin-right: 15px;
	margin-left: -33px;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid;
    transform: scale(var(--ggs,1));
    border-radius: 4px;
}

.AbrirLeitorButton::after,
.AbrirLeitorButton::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 3px;
}
.AbrirLeitorButton::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 4px;
}
.AbrirLeitorButton::before {
    width: 8.1px;
    height: 2px;
    bottom: 6px;
    background: currentColor;
}

.OpenMenu {
	background-image: url('../imagem/layout/OpenMenu.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	margin: 36px;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 8900;
}

#OpenMenuFundo {
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:8800;
	display: none;
}

.window {
	display: none;
	width:300px;
	height: 51px;
	position:absolute;
	background: rgba(0, 0, 0,0.6);
	z-index:9900;
	padding:20px;
	border: 2px solid rgb(42, 42, 42);
	border-radius:40px;
	position: fixed;
	text-align: center;
}

.ServerOptionConfig {
	background-image: url('../imagem/layout/ServerOptionConfig.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	margin: 36px 36px 0px 0px;
	top: 0px;
	right: 0px;
	position: fixed;
	z-index: 9900;
}

#ServerOptionFundo {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}

.ServerOption {
	background: rgba(0, 0, 0, 0.5);
	height: 47px;
	font-size: 12px;
	border-radius: 20px;
	border: 2px solid rgb(42, 42, 42);
	padding: 0px;
}

.ServerOption a {
	color: rgb(255, 255, 255);
}

.ServerOption li {
	background: none repeat scroll 0% 0% rgb(42, 42, 42);
	list-style: outside none none;
	height: 36px;
	width: 144px;
	font-weight: bold;
	border-radius: 20px;
	border: 2px solid rgb(42, 42, 42);
	padding-top: 7px;
	float: left;
}

.ServerOption .ativo {text-shadow: 0px 0px 5px rgb(0, 0, 0); border: 2px solid rgb(42, 42, 42);}
.ServerOption .inativo {text-shadow: 1px 1px rgb(0, 0, 0); opacity: 0.2;}
.ServerOption .inativo:hover {opacity: 1; text-shadow: 0 0 5px white; cursor: pointer;}

.UltimaSessaoBoruto {
	background-image: url('../imagem/SeriesUltimaSessao/Boruto.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
	width: 300px;
	height: 100px;
	position: fixed;
	z-index: 8900;
	border-radius: 40px;
	text-align: center;
	cursor: pointer;
}

.UltimaSessaoBorutoDublado {
	background-image: url('../imagem/SeriesUltimaSessao/Boruto.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
	width: 300px;
	height: 100px;
	position: fixed;
	z-index: 8900;
	border-radius: 40px;
	text-align: center;
	cursor: pointer;
}

.UltimaSessaoNarutoDublado {
	background-image: url('../imagem/SeriesUltimaSessao/Naruto Dublado.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
	width: 300px;
	height: 100px;
	position: fixed;
	z-index: 8900;
	border-radius: 40px;
	text-align: center;
	cursor: pointer;
}

.UltimaSessaoNarutoClassico {
	background-image: url('../imagem/SeriesUltimaSessao/Naruto Clássico.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
	width: 300px;
	height: 100px;
	position: fixed;
	z-index: 8900;
	border-radius: 40px;
	text-align: center;
	cursor: pointer;
}

.UltimaSessaoNarutoShippuudenDublado {
	background-image: url('../imagem/SeriesUltimaSessao/Naruto Shippuuden.jpg');
	background-repeat: no-repeat;
	background-size: auto;
	display: none;
	width: 299px;
	height: 99px;
	position: fixed;
	z-index: 8900;
	border-radius: 40px;
	text-align: center;
	cursor: pointer;
}

.UltimaSessaoNarutoShippuuden {
	background-image: url('../imagem/SeriesUltimaSessao/Naruto Shippuuden.jpg');
	background-repeat: no-repeat;
	background-size: auto;
	display: none;
	width: 299px;
	height: 99px;
	position: fixed;
	z-index: 8900;
	border-radius: 40px;
	text-align: center;
	cursor: pointer;
}

.UltimaSessaoRockLeeSD {
	background-image: url('');
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
	width: 300px;
	height: 100px;
	position: fixed;
	z-index: 8900;
	border-radius: 40px;
	text-align: center;
	cursor: pointer;
}

.UltimaSessaoNarutoShippuudenDubladoCrunchyroll {
	background-image: url('../imagem/SeriesUltimaSessao/Naruto Shippuuden.jpg');
	background-repeat: no-repeat;
	background-size: auto;
	display: none;
	width: 299px;
	height: 99px;
	position: fixed;
	z-index: 8900;
	border-radius: 40px;
	text-align: center;
	cursor: pointer;
}

#UltimaSessaoFechar {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,1));
	width: 18px;
	height: 18px;
	border: 2px solid;
	border-radius: 9px;
	top: -94px;
	right: -265px;
	position: relative;
	display: none;
}

#UltimaSessaoFechar::after,
#UltimaSessaoFechar::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 9.6px;
	height: 2px;
	background: currentColor;
	transform: rotate(45deg);
	border-radius: 5px;
	top: 5.5px;
	left: 2.4px;
}

#UltimaSessaoFechar::after {
    transform: rotate(-45deg);
}

#UltimaSessaoFechar:hover {
	color: rgb(255, 255, 255);
}

.UltimaSessao {
	position: relative;
}

.UltimaSessao:hover {
	color: rgb(000, 000, 000);
}

.UltimaSessao li:hover {
	background: none repeat scroll 0% 0% rgba(125, 125, 125, 0.8);
	color: rgb(000, 000, 000);
}

.UltimaSessao li {
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
	list-style: outside none none;
	width: 296px;
	height: 96px;
	font-weight: bold;
	border: 2px solid rgb(42, 42, 42);
	color: rgb(255, 255, 255);
	line-height: 100px;
	border-radius: 38px;
	font-size: 15px;
}

.UltimaSessao li:hover {
	background: none repeat scroll 0% 0% rgba(125, 125, 125, 0.8);
	color: rgb(000, 000, 000);
}

.AparelhosOption {
	width: 108px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 8900;
}

.mobileativo {
	background-image: url('../imagem/layout/Mobile.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	top: 0px;
	left: 0px;
	position: absolute;
}

.mobileinativo {
	background-image: url('../imagem/layout/Mobile.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	top: 0px;
	left: 0px;
	position: absolute;
	opacity: 0.2;
}

.mobileinativo:hover {
	background-image: url('../imagem/layout/Mobile.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	top: 0px;
	left: 0px;
	position: absolute;
	opacity: 1;
}

.pcativo {
	background-image: url('../imagem/layout/PC.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	top: 0px;
	left: 36px;
	position: absolute;
}

.pcinativo {
	background-image: url('../imagem/layout/PC.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	top: 0px;
	left: 36px;
	position: absolute;
	opacity: 0.2;
}

.pcinativo:hover {
	background-image: url('../imagem/layout/PC.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	top: 0px;
	left: 36px;
	position: absolute;
	opacity: 1;
}

.tvativo {
	background-image: url('../imagem/layout/TV.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	top: 0px;
	left: 72px;
	position: absolute;
}

.tvinativo {
	background-image: url('../imagem/layout/TV.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	top: 0px;
	left: 72px;
	position: absolute;
	opacity: 0.2;
}

.tvinativo:hover {
	background-image: url('../imagem/layout/TV.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	top: 0px;
	left: 72px;
	position: absolute;
	opacity: 1;
}