#launcherBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	background-size: cover;
	background-position: center top;
	opacity: 0;
	transition: all .5s ease-in-out
}

#launcherBg.enabled {
	opacity: 1
}

#launcherBg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(0deg, #130b1a 0, rgba(19, 11, 26, .84) 25%, rgba(19, 11, 26, .66) 38%, rgba(7, 6, 10, .61) 58%, rgba(11, 7, 21, .76) 100%)
}

#ms {
	overflow-x: hidden;
	transition: all .4s ease-in-out
}

body.vpLoad #ms {
	margin-top: 600px
}

#ms .pageNavigator {
	display: block;
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
	height: 60px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#ms .pageNavigator .title {
	float: left;
	vertical-align: top;
	font-size: 22px;
	color: #fff;
	line-height: 58px;
	margin: 0;
	opacity: 1
}

#ms .pageNavigator .navi {
	float: right;
	vertical-align: top;
	height: 60px;
	font-size: 11px;
	color: rgba(255, 255, 255, .7);
	font-family: var(--geobold);
	line-height: 58px;
	text-align: right;
	margin-top: 2px;
	opacity: .7
}

#ms .pageNavigator .navi a,
#ms .pageNavigator .navi span {
	text-decoration: none;
	display: inline-block;
	margin: 0 5px;
	color: rgba(255, 255, 255, .7);
	font-family: var(--geobold);
	text-transform: uppercase
}

#ms .pageNavigator .navi span {
	color: #fff
}

#ms .pageNavigator .navi a:hover {
	color: #fff
}

#ms .stupidPoster {
	position: absolute;
	top: 60px;
	left: 0;
	width: 250px;
	border-radius: 5px;
	box-shadow: 0 0 50px 10px rgba(0, 0, 0, .4);
	transition: all .5s ease-in-out
}

#ms .stupidPoster.side {
	transform: translateX(-100%);
	opacity: 0
}

#ms .ai {
	display: block;
	width: 740px;
	min-height: 480px;
	position: relative;
	padding-top: 60px;
	margin-left: 300px;
	padding-bottom: 30px;
	transition: all .5s ease-in-out
}

#ms .ai.side {
	transform: translateX(150%);
	opacity: 0
}

#ms .ai h1 {
	display: inline-block;
	position: relative;
	line-height: 30px;
	height: 30px;
	border-radius: 15px;
	width: auto;
	color: #fff;
	font-size: 11px;
	letter-spacing: 4px;
	text-shadow: 0 0 20px #d597f4;
	text-align: center;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	margin: 0
}

#ms .ai h2 {
	font-size: 54px;
	color: #fff;
	font-family: var(--geobold);
	display: block;
	margin-top: 10px;
	overflow: hidden;
	/* height: 54px; */ /*ATIVADO ELE ESCONDE OS TITULOS GRANDES*/
	line-height: 54px;
	transition: all .5s ease-in-out;
	position: relative;
	text-transform: uppercase
}

#ms .ai h2.one {
	font-size: 44px;
	line-height: 44px;
	/* height: 44px */ /*ATIVADO ELE ESCONDE OS TITULOS GRANDES*/
}

#ms .ai h2.two {
	font-size: 36px;
	line-height: 36px;
	height: 36px
}

#ms .ai h2.three {
	font-size: 32px;
	line-height: 32px;
	height: 32px
}

#ms .ai h2.four {
	font-size: 28px;
	line-height: 28px;
	height: 28px
}

#ms .ai h2.fifth {
	font-size: 22px;
	line-height: 22px;
	height: 22px
}

#ms .ai .genres {
	display: block;
	height: 30px;
	font-size: 0
}

#ms .ai .genres a {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 1px;
	color: #fff;
	font-family: var(--geoit);
	cursor: pointer;
	margin-right: 5px;
	text-transform: uppercase;
	padding: 0 7px;
	line-height: 30px;
	text-decoration: none
}

#ms .ai .infos {
	display: block;
	position: relative;
	height: 40px;
	font-size: 0;
	width: 500px;
	color: #fff;
	transition: all .5s ease-in-out
}

#ms .ai .infos .year {
	position: absolute;
	left: 0;
	line-height: 40px;
	font-size: 14px;
	letter-spacing: 2px;
	font-family: var(--geolite)
}

#ms .ai .infos .dur {
	position: absolute;
	line-height: 40px;
	left: 55px;
	padding-left: 35px;
	font-size: 14px;
	letter-spacing: 0;
	font-family: var(--geolite)
}

#ms .ai .infos .dur i {
	height: 20px;
	left: 0;
	top: 9px;
	position: absolute
}

#ms .ai .infos .trailer {
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	letter-spacing: 2px;
	color: #fff;
	font-family: var(--geolite);
	font-size: 12px;
	line-height: 40px;
	text-decoration: none;
	cursor: pointer;
	transition: all .2s ease-in-out
}

#ms .ai .infos .trailer i {
	height: 20px;
	right: 0;
	top: 9px;
	position: absolute;
	transition: all .2s ease-in-out
}

#ms .ai .infos .trailer:hover i {
	right: -5px
}

#ms .ai .rating {
	width: 60px;
	border-bottom-left-radius: 210px;
	line-height: 40px;
	color: #fff;
	position: absolute;
	top: 0;
	font-size: 14px;
	left: 183px;
	text-decoration: none
}

#ms .ai .rating i {
	color: #fff;
	font-size: 11px;
	opacity: .7
}

#ms .ai .stars {
	width: 120px;
	height: 16px;
	position: absolute;
	top: 11.5px;
	left: 230px
}

#ms .ai .stars .b {
	background: url(../img/stars.png);
	opacity: .3;
	width: 120px;
	height: 16px;
	position: absolute
}

#ms .ai .stars .f {
	background: url(../img/stars.png);
	height: 16px;
	position: absolute;
	width: 0%;
	transition: all .5s ease-in-out
}

#ms .ai .buttons {
	display: block;
	height: 50px;
	width: auto;
	margin-top: 20px;
	margin-left: -5px;
	opacity: 1;
	font-size: 0;
	transition: all .5s ease-in-out
}

#ms.enabled .ai .buttons {
	opacity: 1
}

#ms .buttons .divisor {
	display: inline-block
}

#ms .ai .buttons .adasd {
	display: inline-block;
	height: 50px;
	border-radius: 25px;
	color: #fff;
	font-family: var(--geobold);
	position: relative;
	text-align: center;
	padding-left: 25px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	margin-right: 10px;
	vertical-align: top;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2)
}

#ms .ai .buttons .adasd:hover {
	box-shadow: 0 0 60px 5px rgba(33, 15, 51, .3)
}

#ms .ai .buttons .adasd i {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .1);
	transition: all .5s ease-in-out
}

#ms .ai .buttons .adasd i svg {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 10px
}

#ms .ai .buttons .adasd i svg circle,
#ms .ai .buttons .adasd i svg path {
	fill: #fff
}

#ms .ai .buttons .adasd.soon {
	padding-left: 0 !important;
	width: 230px !important;
	background: rgba(255, 255, 255, .1) !important;
	transition: all .5s ease-in-out !important;
	overflow: hidden;
	font-size: 11px;
	padding-left: 30px !important
}

#ms .ai .buttons .adasd.download {
	width: 160px;
	background: rgba(113, 128, 147, .7)
}

#ms .ai .buttons .adasd.download:hover {
	background: #7f8fa6
}

#ms .ai .buttons .adasd.bookmark {
	width: 50px;
	background: rgba(204, 175, 238, .1)
}

#ms .ai .buttons .adasd.bookmark:hover {
	background: rgba(204, 175, 238, .15)
}

#ms .ai .buttons .adasd.bookmark.active {
	background: #ff6348
}

#ms .ai .buttons .adasd.bookmark.active:hover {
	background: coral
}

#ms .ai .buttons .adasd.like {
	width: 50px;
	background: rgba(204, 175, 238, .1)
}

#ms .ai .buttons .adasd.like:hover {
	background: rgba(204, 175, 238, .15)
}

#ms .ai .buttons .adasd.like.active {
	background: #2ed573
}

#ms .ai .buttons .adasd.like.active:hover {
	background: #7bed9f
}

#ms .tooltiped .tooltip {
	text-transform: initial;
	font-size: 12px;
	letter-spacing: 0;
	width: 210px;
	left: 3px
}

#ms .tooltiped:hover .tooltip {
	bottom: 60px
}

#ms .ai .desc {
	display: block;
	position: relative;
	font-size: 14px;
	color: #fff;
	max-width: 100%
}

#ms .ai .desc.one {
	font-size: 13px
}

#ms .ai .desc.two {
	font-size: 12px
}

#ms .ai .g {
	display: block;
	line-height: 30px;
	position: relative;
	margin-bottom: 10px
}

#ms .ai .g a {
	font-size: 12px;
	font-family: var(--geoit);
	color: #fff;
	background: rgba(204, 175, 238, .1);
	display: inline-block;
	margin-right: 5px;
	border-radius: 15px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px;
	cursor: pointer;
	transition: all .3s ease-in-out
}

#ms .ai .g a:hover {
	background: rgba(204, 175, 238, .2);
	box-shadow: 0 0 40px 2px rgba(0, 0, 0, .4)
}

#mve {
	display: block;
	position: relative;
	transition: all .3s ease-in-out
}

#cmt {
	display: block;
	float: left;
	position: relative;
	width: 40%;
	margin-bottom: 30px
}

#cmt .error {
	width: 100%;
	padding: 10px 15px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	display: none;
	position: relative;
	margin-bottom: 10px;
	background: #ff7675;
	border-radius: 5px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .4);
	transition: all .2s ease-in-out
}

#cmt .error.active {
	display: block
}

#cmtBox {
	height: 100px;
	position: relative;
	margin-top: 10px;
	height: 90px
}

#cmtBox .commentThis,
#cmtBox .spoiler {
	width: 150px;
	border-radius: 5px;
	background: #332837;
	color: #fff;
	font-size: 12px;
	font-family: var(--geoit);
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	text-align: center;
	padding-left: 30px;
	line-height: 40px
}

#cmtBox .commentThis i {
	position: absolute;
	top: 10px;
	left: 10px
}

#cmtBox .commentThis:hover {
	background: var(--purpleh)
}

#cmtBox .spoiler {
	top: 50px;
	background: #332837
}

#cmtBox .spoiler.active,
#cmtBox .spoiler:hover {
	background: rgba(108, 92, 231, .7)
}

#cmtBox .spoiler .check {
	width: 26px;
	height: 26px;
	border-radius: 5px;
	position: absolute;
	top: 7px;
	left: 7px;
	background: #4c3e51
}

#cmtBox .spoiler:hover .check {
	background: rgba(162, 155, 254, .7)
}

#cmtBox .spoiler .check:hover {
	background: rgba(162, 155, 254, .9)
}

#cmtBox .spoiler.active .check {
	background: rgba(162, 155, 254, .9)
}

#cmtBox .spoiler .check::before {
	position: absolute;
	top: 5px;
	left: 6px;
	background: url(../img/checkMarkWhite.png);
	width: 16px;
	height: 16px;
	content: "";
	background-size: cover;
	opacity: 0
}

#cmtBox .spoiler.active .check::before {
	opacity: 1
}

#cmtBox textarea {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 160px);
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	height: 100%;
	border: none;
	-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 5px;
	background: rgba(31, 26, 36, .6);
	resize: none;
	padding: 15px 20px
}

#cmtList {
	display: block;
	position: relative
}

#cmtList .item {
	display: block;
	width: 100%;
	min-height: 100px;
	position: relative
}

#cmtList .item .user {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}

#cmtList .item .user .image {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	background-size: cover;
	background-position: center center;
	width: 60px;
	height: 60px;
	border-radius: 25px;
	background-color: #332837;
	box-shadow: 0 0 20px 0 #332837
}

#cmtList .item .user .userLink {
	width: 100%;
	position: absolute;
	top: 20px;
	left: 100px;
	font-size: 18px;
	color: #fff;
	font-family: var(--geoit);
	text-decoration: none;
	text-transform: uppercase;
	z-index: 500;
	font-size: 0
}

#cmtList .item .user .userLink a {
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	width: 60%;
	display: inline-block;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 0px;
	padding-top: 0px;
}

#cmtList .item .user a:hover {
	text-shadow: 0 0 15px #fff !important
}

#cmtList .item .text {
	z-index: 200;
	position: relative;
	padding-top: 55px;
	padding-left: 100px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family: var(--geolite);
	color: #fff
}

#cmtList .item .date {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	font-family: var(--geolite);
	text-transform: initial;
	opacity: .7;
	margin-left: 5px;
}

#cmtList .item .rank {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 22px;
	line-height: 22px;
	font-size: 9px;
	color: #fff;
	font-family: var(--geoit);
	background: #2e1e3c;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
	margin-left: 5px;
	vertical-align: top;
	top: 6px;
	letter-spacing: 1px
}

#cmtList .item .rank.user {
	background: #7bed9f
}

#cmtList .item .rank.vip {
	color: #000;
	background: #ff9f43
}

#cmtList .item .rank.admin {
	background: #ee5253
}

#cmt .noMore,
#cmtList .stillNone {
	display: block;
	position: relative;
	font-size: 16px;
	font-family: var(--geolite);
	color: #fff;
	text-align: center;
	margin: 40px 0
}

#cmtList .showSpoiler {
	font-size: 12px;
	font-family: var(--geoit)
}

#cmt .noMore {
	display: none
}

#cmt .loadMore {
	margin-top: 10px;
	border-radius: 5px;
	background: #332837;
	height: 60px;
	color: #fff;
	font-size: 14px;
	color: #fff;
	font-family: var(--geoit);
	line-height: 60px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	display: none
}

#cmt .loadMore.active,
#cmt .noMore.active {
	display: block
}

#cmt .loadMore:hover {
	background: #423148
}

#cmt .loadMore .icon {
	position: absolute;
	top: 15px;
	left: 15px
}

#cmt .loadMore:hover .icon {
	-webkit-animation: rotatingSvg 2s infinite linear;
	animation: rotatingSvg 2s infinite linear
}

@-webkit-keyframes rotatingSvg {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotatingSvg {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

#castList {
	display: block;
	position: relative;
	margin-bottom: 10px;
	font-size: 0;
	margin-top: 10px
}

.personCard {
	width: auto;
	height: 40px;
	position: relative;
	display: inline-block;
	transition: all .2s ease-in-out;
	margin-right: 15px;
	font-size: 0;
	margin-bottom: 10px
}

.personCard .img {
	width: 37px;
	height: 40px;
	border-radius: 15px;
	position: relative;
	background-color: #332837;
	border: 3px solid #332837;
	background-position: center center;
	background-origin: content-box;
	background-size: cover;
	display: inline-block;
	transition: all .2s ease-in-out;
	vertical-align: top
}

.personCard .img.noImg::before {
	content: "?";
	font-size: 18px;
	width: 33px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	opacity: .3;
	position: absolute;
	top: 0;
	left: 0
}

.personCard:hover .img {
	box-shadow: 0 0 30px 0 rgb(213, 151, 244, .3)
}

.personCard span {
	font-size: 13px;
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 40px;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px
}

.personCard:hover span {
	text-shadow: 0 0 20px #d597f4
}

#mve .typetit {
	font-size: 18px;
	color: #fff;
	display: block;
	margin-bottom: 5px;
	position: relative
}

#mvrv {
	width: calc(60% - 30px);
	float: right;
	display: block;
	position: relative
}

#mvrv h3 {
	display: block;
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px
}

#mvrv p {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-bottom: 40px
}

#mvrv a,
#mvrv span {
	text-decoration: none;
	color: #f2f2f2
}

#simv {
	display: block;
	height: 355px;
	position: relative
}

#cmt .title,
#mvrv .title,
#simv .title {
	font-size: 32px;
	color: #fff;
	display: block;
	margin-bottom: 10px
}

#mvrv .title {
	margin-bottom: 0
}

#watchMovieButton {
	padding-left: 0 !important;
	width: 160px !important;
	background: #6c5ce7 !important;
	background: linear-gradient(45deg, #6c5ce7 0, #a29bfe 100%) !important;
	transition: all .5s ease-in-out !important;
	overflow: hidden
}

#watchMovieButton:hover {
	opacity: 1
}

#watchMovieButton.langOn {
	width: 320px !important
}

#watchMovieButton .tit {
	width: 160px;
	padding-left: 30px;
	transition: all .5s ease-in-out
}

#watchMovieButton.langOn .tit {
	width: 100px;
	padding-left: 10px
}

#watchMovieButton i {
	transition: all .5s ease-in-out !important
}

#watchMovieButton.langOn i {
	left: -50px !important
}

#watchMovieButton .langButtons {
	position: absolute;
	top: 5px;
	height: 40px;
	right: -100%;
	display: block;
	opacity: 0;
	font-size: 0;
	transition: all .5s ease-in-out !important
}

#watchMovieButton.langOn .langButtons {
	right: 5px;
	opacity: 1
}

#watchMovieButton .btn {
	color: #fff;
	font-family: var(--geoit);
	line-height: 40px;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	background: rgba(0, 0, 0, .1);
	border-radius: 20px;
	position: relative;
	transition: all .2s ease-in-out
}

#watchMovieButton .btn:hover {
	background: rgba(0, 0, 0, .2)
}

#watchMovieButton .btn.leg {
	border-radius: 20px 0 0 20px
}

#watchMovieButton .btn.dub {
	border-radius: 0 20px 20px 0
}

#watchMovieButton.enOnly {
	width: 190px !important
}

#watchMovieButton.ptOnly {
	width: 230px !important
}

#watchMovieButton.enOnly .btn,
#watchMovieButton.ptOnly .btn {
	border-radius: 20px !important
}

#vp {
	position: absolute;
	top: 100px;
	left: 0;
	width: 1420px;
	left: calc(50% - 710px);
	height: 600px;
	display: block;
	z-index: 200;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-in-out
}

#vp.active {
	opacity: 1;
	visibility: visible
}

#vpBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	text-align: center;
	display: block
}

#vpBar .back,
#vpBar .report {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 60px;
	cursor: pointer
}

#vpBar .report {
	right: unset;
	left: 10px
}

#vpBar .back i,
#vpBar .report i {
	display: block;
	vertical-align: top
}

#vpBar .back::before {
	content: "FECHAR PLAYER";
	font-family: var(--geoit);
	position: absolute;
	line-height: 60px;
	font-size: 12px;
	color: #fff;
	right: 70px;
	top: 0;
	width: 110px;
	opacity: .3;
	transition: all .3s ease-in-out
}

#vpBar .back:hover::before {
	opacity: 1;
	right: 80px
}

#vpBar .report::before {
	content: "REPORTAR PROBLEMA";
	font-family: var(--geoit);
	position: absolute;
	line-height: 60px;
	font-size: 12px;
	color: #fff;
	left: 70px;
	top: 0;
	width: 145px;
	transition: all .3s ease-in-out;
	opacity: .3
}

#vpBar .report:hover::before {
	opacity: 1;
	left: 80px
}

#vpBar .back svg,
#vpBar .report svg {
	transition: all .2s ease-in-out
}

#vpBar .back:hover svg,
#vpBar .report:hover svg {
	-webkit-filter: drop-shadow(0 0 30px rgba(255, 255, 255, 1));
	filter: drop-shadow(0 0 30px rgba(255, 255, 255, 1))
}

#vpBar .players {
	width: auto;
	height: 60px;
	position: relative;
	display: inline-block;
	margin: 10px auto;
	border-radius: 30px;
	overflow: hidden;
	font-size: 0;
	overflow: hidden
}

#vpBar .players::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	border-radius: 30px;
	border: 2px solid #fff
}

#vpBar .players .btn {
	display: inline-block;
	padding: 0 40px;
	color: #fff;
	font-size: 12px;
	font-family: var(--geobold);
	cursor: pointer;
	line-height: 60px;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	position: relative;
	opacity: .7
}

#vpBar .players .btn:hover {
	opacity: 1;
	text-shadow: 0 0 20px #fff
}

#vpBar .players .btn.active {
	opacity: 1;
	text-shadow: 0 0 30px #d597f4
}

#embed {
	position: absolute;
	top: 100px;
	height: 500px;
	left: 0;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	display: block;
	background: rgba(0, 0, 0, .4);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .4)
}

#embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#showSeasonsButton {
	padding-left: 0 !important;
	width: 200px !important;
	background: #57606f;
	transition: all .5s ease-in-out !important;
	overflow: hidden
}

#showSeasonsButton.disabled {
	background: #2f3542 !important
}

#showSeasonsButton .tit {
	width: 200px;
	padding-left: 30px;
	transition: all .5s ease-in-out
}

#ms .ai .buttons .adasd.follow {
	padding-left: 0 !important;
	width: 160px;
	background: rgba(113, 128, 147, .3)
}

#ms .ai .buttons .adasd.follow.active {
	background: #00cec9 !important
}

#ms .adasd.follow .tit {
	width: 160px;
	padding-left: 30px;
	transition: all .5s ease-in-out
}

#seasons {
	height: 40px;
	transform: translate(0, -50px);
	color: #fff;
	transition: all .3s ease-in-out;
	font-size: 0;
	margin-top: 25px;
	top: 25px;
	display: block;
	opacity: 0;
	position: relative
}

#seasons.visible {
	opacity: 1
}

#seasons .tit {
	display: inline-block;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 2px;
	text-shadow: 0 0 30px rgba(255, 255, 255, .3);
	line-height: 40px;
	vertical-align: top;
	text-align: center;
	width: 240px
}

#seasons .list {
	display: inline-block;
	width: auto;
	margin: 0 15px;
	vertical-align: top;
	width: calc(100% - 280px)
}

#seasons .list .item {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	font-weight: 800;
	margin: 0;
	cursor: pointer;
	transition: all .2s ease-in-out;
	position: relative;
	vertical-align: top;
	padding-right: 1px;
	position: relative;
	background: rgba(255, 255, 255, .05)
}

#seasons .list .item.seen {
	background: #95f2b2;
	color: #000;
	box-shadow: 0 0 30px 0 rgba(123, 237, 159, .6);
	text-shadow: 0 0 10px #fff
}

#seasons .list .item.active,
#seasons .list .item:hover {
	background: #fff;
	color: #050819;
	box-shadow: 0 0 30px 0 rgba(217, 128, 250, .4)
}

#episodes {
	display: block;
	position: relative;
	width: 100%;
	transition: all .3s ease-in-out;
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}

#episodes.active {
	visibility: visible;
	opacity: 1;
	height: 130px;
	margin-bottom: 30px
}

#episodes.trans {
	opacity: 0
}

#episodes .showNoEpisodes {
	line-height: 150px;
	margin-top: 25px;
	padding: 0 50px;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	opacity: .5;
	width: auto;
	display: inline-block;
	border: 1px solid #121628;
	border-radius: 50px
}

#episodes .item {
	display: block;
	width: 200px;
	cursor: pointer;
	position: relative
}

#episodes .item .poster {
	width: 200px;
	height: 115px;
	border-radius: 10px;
	border: 3px solid #2b2e3c;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all .3s ease-in-out;
	background: #050919
}

#episodes .item .poster.active {
	border: 1px solid #fff;
	box-shadow: 0 0 50px 0 rgba(255, 255, 255, .2)
}

#episodes .item .poster:not(.unreleased):hover {
	border: 1px solid #fff;
	box-shadow: 0 0 50px 0 rgba(255, 255, 255, .2)
}

#episodes .item .poster .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transition: all .3s ease-in-out;
	opacity: .4
}

#episodes .item:not(.unreleased):hover .poster .img {
	opacity: 1
}

#episodes .item .title {
	position: absolute;
	bottom: 10px;
	left: 15px;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	transition: all .3s ease-in-out;
	width: 90%
}

#episodes .item:not(.unreleased):hover .title {
	opacity: 0;
	bottom: -5px
}

#episodes .item .releaseSoon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	z-index: 10;
	padding-left: 15px;
	transition: all .3s ease-in-out
}

#episodes .item:not(.unreleased):hover .releaseSoon {
	top: -15px;
	opacity: 0
}

#episodes .item .releaseSoon .day {
	display: block;
	margin-top: 15px;
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	font-weight: 800
}

#episodes .item .releaseSoon .month {
	display: block;
	margin-top: 0;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

#episodes .owl-stage-outer,
#seasons .owl-stage-outer {
	overflow: initial;
	-webkit-mask-image: initial
}

#episodes .item .poster::before {
	content: "";
	background: url(../img/epPlay.png);
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 84px;
	transition: all .3s ease-in-out;
	opacity: 0;
	z-index: 90
}

#episodes .item:not(.unreleased):hover .poster::before {
	opacity: 1;
	top: 40px
}

#episodes .item.seen .poster::after {
	content: "";
	background: url(../img/iSaw.png);
	width: 16px;
	height: 16px;
	position: absolute;
	top: 15px;
	right: 15px;
	transition: all .3s ease-in-out;
	z-index: 90
}

#episodes .item.seen:not(.unreleased):hover .poster::after {
	opacity: 0;
	right: -5px
}

#episodes .langChose {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(113, 128, 147, .8);
	text-align: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(0);
	transition: all .2s ease-in-out
}

#episodes .langChose.active {
	opacity: 1;
	transform: scale(1)
}

#episodes .langChose .tit {
	display: block;
	font-size: 12px;
	font-family: var(--geobold);
	color: #fff;
	margin-top: 10px
}

#episodes .langChose.one .tit {
	margin-top: 25px
}

#episodes .langChose .btn {
	display: block;
	font-size: 12px;
	position: relative;
	font-family: var(--geobold);
	color: #fff;
	border-radius: 5px;
	padding: 7px;
	width: 120px;
	margin: 0 auto;
	margin-top: 5px;
	background: #222f3e;
	transition: all .3s ease-in-out;
	cursor: pointer;
	text-transform: uppercase;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

#episodes .langChose .btn:hover {
	background: #334151;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5)
}

#vp.seriesVp {
	position: relative;
	top: 0;
	left: 0;
	height: 0;
	transition: all .5s ease-in-out;
	opacity: 0;
	visibility: hidden;
	margin: 0 auto;
	margin-bottom: 50px
}

#vp.seriesVp.active {
	height: 600px;
	opacity: 1;
	visibility: visible
}

#vpBar .back.nextEp::before {
	width: 130px;
	content: "PRÓXIMO EPISÓDIO"
}

#vp .titleBar {
	position: absolute;
	top: 100px;
	width: 100%;
	text-align: center;
	height: 40px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	opacity: 0;
	transition: all .3s ease-in-out
}

#vp:hover .titleBar {
	opacity: 1
}

.reportPlayerModal .title {
	text-align: center;
	font-size: 24px;
	color: #000;
	display: block;
	padding: 20px 0
}

#downloadVideoModal {
	max-width: 440px
}

#downloadVideoModal .innerbox {
	border-radius: 5px;
	box-shadow: 0 0 50px 0 rgba(86, 61, 143, .3);
	padding: 30px 10px;
	text-align: center
}

#downloadVideoModal .title {
	font-size: 28px;
	color: #000;
	display: block;
	margin-bottom: 10px
}

#downloadVideoModal .list {
	display: block;
	text-align: center;
	position: relative
}

#downloadVideoModal .item {
	width: 190px;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	position: relative;
	height: 100%
}

#downloadVideoModal .item .lang {
	font-size: 16px;
	color: #576574;
	font-family: var(--geobold);
	display: block
}

#downloadVideoModal .item .coolButton {
	width: 100%;
	display: block;
	margin-top: 10px;
	font-size: 12px
}

#downloadVideoModal .item .downloadbtn {
	background: #00cec9
}

#downloadVideoModal .item .downloadbtn:hover {
	background: #81ecec
}

#downloadVideoModal .aftermsg {
	display: block;
	text-align: center;
	color: #535c68;
	opacity: .78;
	margin-bottom: 10px;
	font-size: 12px
}

@media only screen and (max-width:1420px) {
	#vp {
		width: 96%;
		left: 2%
	}
}

@media only screen and (max-width:1080px) {
	#ms .stupidPoster {
		top: 20px;
		width: 200px
	}

	#ms .ai {
		padding-top: 20px;
		margin-left: 240px;
		min-height: 360px;
		width: calc(100% - 250px)
	}

	#ms .ai h2 {
		font-size: 44px;
		line-height: 44px;
		height: 44px
	}

	#cmtList .item .text {
		font-size: 14px
	}

	#vp {
		height: 450px
	}

	#vpBar .report::before {
		display: none
	}

	#vpBar .back::before {
		display: none
	}

	#embed {
		height: 360px;
		top: 80px
	}

	#vpBar {
		height: 70px
	}

	#vpBar .players {
		height: 50px
	}

	body.vpLoad #ms {
		margin-top: 500px
	}

	#vpBar .players {
		padding: 0 15px
	}

	#vpBar .players .btn {
		line-height: 50px;
		padding: 0 15px
	}

	#vpBar .back,
	#vpBar .report {
		height: 50px
	}

	#vpBar .back svg,
	#vpBar .report svg {
		height: 50px;
		width: 50px
	}

	#vp.seriesVp.active {
		height: 420px
	}
}

@media only screen and (max-width:960px) {
	#mvrv {
		width: 48%
	}

	#cmt {
		width: 50%
	}

	#ms .ai h2 {
		font-size: 36px;
		line-height: 36px;
		height: 36px
	}
}

@media only screen and (max-width:840px) {
	#mvrv {
		width: 80%;
		float: unset;
		display: block;
		margin: 20px auto
	}

	#cmt {
		width: 80%;
		float: unset;
		display: block;
		margin: 0 auto
	}

	#ms .pageNavigator {
		height: auto
	}

	#ms .stupidPoster {
		display: none
	}

	#ms .ai {
		margin-left: 2.5%;
		width: 95%
	}

	#ms .pageNavigator .navi,
	#ms .pageNavigator .title {
		float: unset;
		text-align: center;
		display: block
	}
}

@media only screen and (max-width:760px) {
	#ms .ai .divisor {
		display: block;
		height: 20px
	}

	#ms .ai .buttons {
		height: auto;
		text-align: center
	}
}

@media only screen and (max-width:640px) {
	#simv {
		height: 320px
	}

	#mvrv {
		width: 95%;
		float: unset;
		display: block;
		margin: 20px auto
	}

	#cmt {
		width: 95%;
		float: unset;
		display: block;
		margin: 0 auto
	}

	#ms .ai h1 {
		font-size: 12px;
		letter-spacing: 0
	}

	#ms .ai .infos {
		width: 100%;
		height: 70px
	}

	#ms .ai .stars {
		top: 45px;
		left: 0
	}

	#ms {
		overflow: initial
	}

	#ms .ai .infos .trailer {
		top: 33px;
		right: 0
	}

	#ms .ai .rating {
		top: 34px;
		font-size: 14px;
		left: 145px
	}

	#ms .ai h2 {
		height: auto !important
	}

	#vpBar .players .btn {
		padding: 0 8px
	}

	#mvrv h3 {
		font-size: 14px
	}

	#mvrv p {
		font-size: 12px
	}

	#seasons {
		height: 100px
	}

	#seasons .tit {
		display: block;
		text-align: left;
		padding-left: 15px;
		margin-bottom: 10px
	}

	#episodes.active {
		margin-bottom: 10px
	}

	#seasonsList {
		width: 100% !important;
		display: block
	}
}

@media only screen and (max-width:480px) {
	.personCard span {
		display: none
	}

	#vpBar .back,
	#vpBar .report {
		display: none
	}

	#castList {
		text-align: center
	}

	#ms .stupidPoster {
		display: block;
		min-height: 300px;
		position: relative;
		margin: 20px auto
	}

	#ms .ai h2 {
		height: auto !important
	}

	#embed {
		height: 200px
	}

	body.vpLoad #ms {
		margin-top: 330px
	}

	#vp {
		height: 300px
	}

	.personCard .img {
		widows: 45px;
		height: 55px
	}

	.personCard {
		height: 55px
	}

	#vp .titleBar {
		display: none
	}

	#vp.seriesVp.active {
		height: 250px
	}
}