@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(../libs/icomoon/style.css);
@import url(../fonts/stylesheet.css);
body {
	font-family: NexaRegular
}

a {
	color: #fff;
	text-decoration: none
}

a:hover {
	color: #ffcc74;
	text-decoration: none
}

button:focus {
	outline: 0
}

.dropdown-toggle::after {
	display: none
}

p {
	color: #fff;
	margin-bottom: 0
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

@media (min-width:574px) {
	.container {
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1229px
	}
}

@media (max-width:574px) {
	.mb-hidden {
		display: none!important
	}
}

.mg-form .form-group {
	margin-top: 30px;
	margin-bottom: 30px
}

.mg-form .form-group label {
	font-size: 13px;
	color: #fff;
	text-align: right;
	padding-top: 12px
}

.mg-form .form-group small.form-text {
	color: rgba(101, 110, 146, .6);
	font-size: 12px;
	padding: 3px 15px
}

.mg-form .form-control {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #fff;
	font-size: 14px;
	color: #88899c;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	font-weight: 700
}

.mg-form .form-control:focus {
	box-shadow: 0 0 0 .2rem #ffcc74;
	border: none
}

.mg-form .input-group .input-group-text {
	padding: 0;
	color: #ffcc74;
	-webkit-border-radius: 25px 0 0 25px;
	-moz-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px;
	border: none;
	background-color: #fff
}

.mg-form .input-group .input-group-text i {
	width: 50px;
	text-align: center
}

.mg-form .input-group .form-control {
	padding-left: 0
}

.mg-form .input-group .form-control:focus {
	box-shadow: none
}

.mg-form select.custom-select {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #fff;
	font-size: 13px;
	color: #88899c;
	padding-bottom: 0;
	border: none
}

.mg-form select.custom-select:focus {
	box-shadow: 0 0 0 .2rem #ffcc74;
	border: none
}

.mg-form textarea.form-control {
	min-height: 160px;
	resize: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding-top: 14px
}

.mg-form textarea.form-control.spoiler-control {
	min-height: 100px
}

@media (max-width:767px) {
	.mg-form .form-group {
		margin-top: 15px;
		margin-bottom: 15px
	}
	.mg-form .form-group label {
		text-align: left;
		margin-left: 15px
	}
	.mg-form .group-birthday select.custom-select {
		margin-bottom: 10px
	}
}

.mg-form .custom-checkbox-forgot {
	text-align: left!important;
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #7b86a7
}

.mg-form .custom-checkbox-forgot:hover {
	color: #fff
}

.mg-form .custom-checkbox-forgot input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.mg-form .custom-checkbox-forgot .checkmark {
	position: absolute;
	top: 10px;
	left: 0;
	height: 19px;
	width: 19px;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 4px
}

.mg-form .custom-checkbox-forgot:hover input~.checkmark {
	border-color: #ffcc74
}

.mg-form .custom-checkbox-forgot input:checked~.checkmark {
	background-color: #fff;
	border-color: #ffcc74
}

.mg-form .custom-checkbox-forgot .checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.mg-form .custom-checkbox-forgot input:checked~.checkmark:after {
	display: block
}

.mg-form .custom-checkbox-forgot .checkmark:after {
	left: 5px;
	top: 0;
	width: 6px;
	height: 12px;
	border: solid #00b22e;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.form-control:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 204, 116, .29)
}

.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.custom-checkbox .checkmark {
	position: absolute;
	top: -6px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: transparent;
	border: 2px solid #556080;
	border-radius: 50%
}

.custom-checkbox:hover input~.checkmark {
	background-color: #03a830;
	border-color: #03a830
}

.custom-checkbox:hover input~.checkmark::after {
	display: block!important
}

.custom-checkbox input:checked~.checkmark {
	background-color: #03a830;
	border-color: #03a830
}

.custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.custom-checkbox input:checked~.checkmark:after {
	display: block
}

.custom-checkbox .checkmark:after {
	left: 8px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.check-switch input.switch-check {
	height: 0;
	width: 0;
	visibility: hidden
}

.check-switch label {
	cursor: pointer;
	text-indent: -9999px;
	width: 47px;
	height: 22px;
	background-color: #5c6386;
	border-radius: 100px;
	position: relative
}

.check-switch label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 15px;
	height: 15px;
	box-shadow: 0 9px 14px -5px rgba(0, 0, 0, .37);
	background-color: #737ca4;
	border-radius: 15px;
	transition: .3s
}

.check-switch input.switch-check:checked+label {
	box-shadow: 0 8px 18px -2px rgba(0, 0, 0, .22);
	border-radius: 24px;
	background-image: linear-gradient(-32deg, #ffcc74 0, #a08559 100%)
}

.check-switch input.switch-check:checked+label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .44);
	background-color: #fff
}

.btn.btn-round {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px
}

.btn.btn-warning {
	border-color: #ffcc74;
	background-color: #ffcc74;
	color: #181818;
	font-size: 13px;
	padding: 5px 15px 3px;
	font-family: NexaHeavy
}

.btn.btn-warning i.fa {
	margin-right: 10px
}

.btn.btn-warning:active,
.btn.btn-warning:focus,
.btn.btn-warning:hover {
	color: #ffcc74!important;
	border-color: #dbb26b!important;
	background-color: transparent!important
}

.btn.btn-profile:active,
.btn.btn-profile:focus,
.btn.btn-profile:hover {
	background-color: #fff!important;
	color: #181818!important;
	border-color: #fff!important
}

.btn.btn-dark {
	border-color: #181818;
	background-color: #181818;
	color: #fff;
	font-size: 13px;
	padding: 5px 15px 3px
}

.btn.btn-dark i.fa {
	margin-right: 10px
}

.btn.btn-dark:active,
.btn.btn-dark:focus,
.btn.btn-dark:hover {
	color: #181818!important;
	border-color: #181818!important;
	background-color: transparent!important
}

.btn.btn-secondary {
	border-color: rgba(101, 110, 146, .5);
	background-color: rgba(101, 110, 146, .5);
	color: #fff;
	font-size: 13px;
	padding: 5px 15px 3px
}

.btn.btn-secondary i.fa {
	margin-right: 10px
}

.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
	color: #ffcc74!important
}

.btn.btn-outline-warning {
	border-color: #ffcc74;
	color: #ffcc74;
	font-size: 13px;
	padding: 5px 15px 3px
}

.btn.btn-outline-warning:active,
.btn.btn-outline-warning:focus,
.btn.btn-outline-warning:hover {
	color: #181818!important;
	border-color: #ffcc74!important;
	background-color: #ffcc74!important
}

.btn.btn-lg {
	padding: 10px 25px 8px
}

.set-size {
	font-size: 10em
}

.invitation-right.set-size {
	font-size: 20em
}

.charts-container:after {
	clear: both;
	content: '';
	display: table
}

.pie-wrapper {
	height: .4em;
	width: .4em;
	float: left;
	margin: 0;
	position: relative
}

.pie-wrapper:nth-child(3n+1) {
	clear: both
}

.pie-wrapper .pie {
	height: 100%;
	width: 100%;
	clip: rect(0, .4em, .4em, .2em);
	left: 0;
	position: absolute;
	top: 0
}

.pie-wrapper .pie .half-circle {
	height: 100%;
	width: 100%;
	border: .0266666667em solid #3498db;
	border-radius: 50%;
	clip: rect(0, .2em, .4em, 0);
	left: 0;
	position: absolute;
	top: 0
}

.pie-wrapper .label {
	background: #1f2435;
	border-radius: 50%;
	bottom: .16em;
	color: #fff;
	cursor: default;
	display: block;
	font-size: .1em;
	left: .16em;
	line-height: 1.12em;
	position: absolute;
	right: .16em;
	text-align: center;
	top: .16em
}

.pie-wrapper .label .smaller {
	color: rgba(255, 255, 255, .6);
	font-size: .45em;
	padding-bottom: 20px
}

.pie-wrapper .label.imdb-point {
	top: 1em;
	font-size: 20px
}

.pie-wrapper .label.imdb-point .smaller {
	font-size: 11px
}

.pie-wrapper .label.imdb-point .imdb-text {
	display: block;
	color: #fff;
	font-size: 9px;
	line-height: 9px;
	font-family: NexaHeavy
}

.pie-wrapper .label.inv-point {
	background-color: transparent;
	top: 1.2em;
	font-size: 25px
}

.pie-wrapper .label.inv-point .smaller {
	font-size: 11px
}

.pie-wrapper .label.inv-point .inv-text {
	display: block;
	color: #fff;
	font-size: 9px;
	line-height: 13px;
	font-family: NexaHeavy;
	padding: 0 30px
}

.pie-wrapper .shadow {
	height: 100%;
	width: 100%;
	border: .0266666667em solid #4d587a;
	border-radius: 50%
}

.pie-wrapper.style-2 .label {
	background: 0 0;
	color: #fff
}

.pie-wrapper.style-2 .label .smaller {
	color: rgba(255, 255, 255, .6)
}

.pie-wrapper.progress-10 .pie .half-circle {
	border-color: #ffcc74
}

.pie-wrapper.progress-10 .pie .left-side {
	transform: rotate(36deg)
}

.pie-wrapper.progress-10 .pie .right-side {
	display: none
}

.pie-wrapper.progress-20 .pie .half-circle {
	border-color: #ffcc74
}

.pie-wrapper.progress-20 .pie .left-side {
	transform: rotate(72deg)
}

.pie-wrapper.progress-20 .pie .right-side {
	display: none
}

.pie-wrapper.progress-30 .pie .half-circle {
	border-color: #ffcc74
}

.pie-wrapper.progress-30 .pie .left-side {
	transform: rotate(108deg)
}

.pie-wrapper.progress-30 .pie .right-side {
	display: none
}

.pie-wrapper.progress-40 .pie .half-circle {
	border-color: #ffcc74
}

.pie-wrapper.progress-40 .pie .left-side {
	transform: rotate(144deg)
}

.pie-wrapper.progress-40 .pie .right-side {
	display: none
}

.pie-wrapper.progress-50 .pie .half-circle {
	border-color: #ffcc74
}

.pie-wrapper.progress-50 .pie .left-side {
	transform: rotate(180deg)
}

.pie-wrapper.progress-50 .pie .right-side {
	display: none
}

.pie-wrapper.progress-60 .pie {
	clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-60 .pie .half-circle {
	border-color: #ffcc74
}

.pie-wrapper.progress-60 .pie .left-side {
	transform: rotate(216deg)
}

.pie-wrapper.progress-60 .pie .right-side {
	transform: rotate(180deg)
}

.pie-wrapper.progress-70 .pie {
	clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-70 .pie .half-circle {
	border-color: #ffcc74
}

.pie-wrapper.progress-70 .pie .left-side {
	transform: rotate(252deg)
}

.pie-wrapper.progress-70 .pie .right-side {
	transform: rotate(180deg)
}

.pie-wrapper.progress-80 .pie {
	clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-80 .pie .half-circle {
	border-color: #ffcc74
}

.pie-wrapper.progress-80 .pie .left-side {
	transform: rotate(288deg)
}

.pie-wrapper.progress-80 .pie .right-side {
	transform: rotate(180deg)
}

.pie-wrapper.progress-90 .pie {
	clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-90 .pie .half-circle {
	border-color: #ffcc74
}

.pie-wrapper.progress-90 .pie .left-side {
	transform: rotate(324deg)
}

.pie-wrapper.progress-90 .pie .right-side {
	transform: rotate(180deg)
}

.invitation-right .pie-wrapper .shadow {
	border: .0153846154em solid #4d587a!important
}

.invitation-right .pie .half-circle {
	border: .0153846154em solid #3498db
}

.pie-wrapper--solid {
	border-radius: 50%;
	overflow: hidden
}

.pie-wrapper--solid:before {
	border-radius: 0 100% 100% 0/50%;
	content: '';
	display: block;
	height: 100%;
	margin-left: 50%;
	transform-origin: left
}

.pie-wrapper--solid .label {
	background: 0 0
}

.pie-wrapper--solid.progress-65 {
	background: linear-gradient(to right, #e67e22 50%, #1f2435 50%)
}

.pie-wrapper--solid.progress-65:before {
	background: #e67e22;
	transform: rotate(126deg)
}

.pie-wrapper--solid.progress-25 {
	background: linear-gradient(to right, #9b59b6 50%, #1f2435 50%)
}

.pie-wrapper--solid.progress-25:before {
	background: #1f2435;
	transform: rotate(-270deg)
}

.pie-wrapper--solid.progress-88 {
	background: linear-gradient(to right, #3498db 50%, #1f2435 50%)
}

.pie-wrapper--solid.progress-88:before {
	background: #3498db;
	transform: rotate(43.2deg)
}

header {
	margin-top: 30px
}

.header-top {
	padding: 15px 0 20px
}

.header-top .navbar-toggler {
	display: none
}

.header-top .navbar-toggler i {
	color: #fff;
	font-size: 18px
}

.header-top .mb-search-open-button {
	display: none;
	width: 33px;
	height: 33px;
	border: 2px solid #ffcc74;
	background-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffcc74;
	margin: 0 10px;
	padding: 5px 0
}

.header-top .mb-search-box {
	display: none
}

.header-top .user-box .unassigned a.btn {
	margin-left: 10px;
	font-family: NexaRegular
}

.header-top .user-box .user-profile {
	width: 259px;
	border-radius: 24px;
	background-color: #22273a;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.header-top .user-box .user-profile .dropdown-toggle-mg .ico-btn.dropdown-toggle {
	background-color: transparent;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
	padding: 5px 0
}

.header-top .user-box .user-profile .dropdown-toggle-mg .ico-btn.dropdown-toggle i {
	font-size: 18px;
	color: #9ba1b8;
	-webkit-transition: all .2s;
	transition: all .2s
}

.header-top .user-box .user-profile .dropdown-toggle-mg .ico-btn.dropdown-toggle:focus i,
.header-top .user-box .user-profile .dropdown-toggle-mg .ico-btn.dropdown-toggle:hover i {
	color: #191d29
}

.header-top .user-box .user-profile .dropdown-toggle-mg .btn.dropdown-toggle {
	-webkit-transition: all .2s;
	transition: all .2s
}

.header-top .user-box .user-profile .dropdown-toggle-mg .btn.dropdown-toggle:focus,
.header-top .user-box .user-profile .dropdown-toggle-mg .btn.dropdown-toggle:hover {
	box-shadow: none;
	background-color: #ffcc74
}

.header-top .user-box .user-profile .dropdown-menu-mg {
	left: 50%!important;
	transform: translate(-50%, 45px)!important;
	padding: 0;
	min-width: 100px;
	min-height: 100px;
	border: none;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	box-shadow: 0 7px 17px -2px rgba(0, 0, 0, .5);
	background-color: #2c334b
}

.header-top .user-box .user-profile .dropdown-menu-mg:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 10px 7px;
	transform: translateX(-50%)!important;
	border-color: transparent transparent #2c334b transparent
}

.header-top .user-box .user-profile .dropdown-menu-mg .dropdown-menu__title {
	border-bottom: 2px solid rgba(255, 255, 255, .13);
	padding: 0 0 5px;
	position: relative;
	margin: 15px
}

.header-top .user-box .user-profile .dropdown-menu-mg .dropdown-menu__title h4 {
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0
}

.header-top .user-box .user-profile .dropdown-menu-mg .dropdown-menu__title h4 strong {
	font-family: NexaHeavy
}

.header-top .user-box .user-profile .dropdown-menu-mg .dropdown-menu__title h4:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffcc74
}

.header-top .user-box .user-profile .notification-box {
	margin-left: 15px;
	position: relative
}

.header-top .user-box .user-profile .notification-box span.noti-count {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 9px;
	color: #181818;
	text-align: center;
	line-height: 18px;
	font-family: NexaHeavy
}

.header-top .user-box .user-profile .notification-box .dropdown-menu-mg {
	width: 258px
}

.header-top .user-box .user-profile .notification-box .dropdown-menu-mg ul.notification-list {
	min-height: 100px;
	max-height: 305px;
	position: relative
}

.header-top .user-box .user-profile .notification-box .dropdown-menu-mg ul.notification-list li a {
	border-left: 3px solid transparent;
	padding: 5px 10px;
	display: flex
}

.header-top .user-box .user-profile .notification-box .dropdown-menu-mg ul.notification-list li a span.notif__img {
	margin-right: 15px;
	margin-top: 5px
}

.header-top .user-box .user-profile .notification-box .dropdown-menu-mg ul.notification-list li a span.notif__img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 35px;
	width: 35px
}

.header-top .user-box .user-profile .notification-box .dropdown-menu-mg ul.notification-list li a span.notif__detail {
	line-height: 16px
}

.header-top .user-box .user-profile .notification-box .dropdown-menu-mg ul.notification-list li a span.notif__detail span.detail__text {
	font-size: 12px
}

.header-top .user-box .user-profile .notification-box .dropdown-menu-mg ul.notification-list li a span.notif__detail span.detail__text span.d-1 {
	color: #fff
}

.header-top .user-box .user-profile .notification-box .dropdown-menu-mg ul.notification-list li a span.notif__detail span.detail__text span.d-2 {
	color: #ffcc74
}

.header-top .user-box .user-profile .notification-box .dropdown-menu-mg ul.notification-list li a span.notif__detail span.detail__text span.d-3 {
	color: #88899c
}

.header-top .user-box .user-profile .notification-box .dropdown-menu-mg ul.notification-list li a span.notif__detail time {
	color: rgba(136, 137, 156, .6);
	font-size: 10px;
	display: block
}

.header-top .user-box .user-profile .notification-box .dropdown-menu-mg ul.notification-list li a:hover {
	border-left: 3px solid #ffcc74;
	background-color: rgba(28, 34, 51, .4)
}

.header-top .user-box .user-profile .notification-box .dropdown-menu-mg a.more-button {
	border-radius: 0 0 9px 9px;
	background-color: #191d29;
	font-size: 12px;
	color: #fff;
	padding: 8px 8px 4px;
	display: block;
	width: 100%;
	text-align: center
}

.header-top .user-box .user-profile .notification-box .dropdown-menu-mg a.more-button:hover {
	color: #ffcc74
}

.header-top .user-box .user-profile .bg-setting-box .dropdown-menu-mg {
	width: 376px
}

.header-top .user-box .user-profile .bg-setting-box .dropdown-menu-mg ul.bg-list {
	max-height: 286px;
	min-height: 100px;
	margin-bottom: 25px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}

.header-top .user-box .user-profile .bg-setting-box .dropdown-menu-mg ul.bg-list li {
	margin: 8px
}

.header-top .user-box .user-profile .bg-setting-box .dropdown-menu-mg ul.bg-list li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.header-top .user-box .user-profile .bg-setting-box .dropdown-menu-mg ul.bg-list li a img {
	width: 100px;
	height: 58px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid transparent
}

.header-top .user-box .user-profile .bg-setting-box .dropdown-menu-mg ul.bg-list li a:hover img {
	border: 3px solid #ffcc74
}

.header-top .user-box .user-profile .bg-setting-box .dropdown-menu-mg .ps__rail-y {
	background-color: rgba(101, 110, 146, .26)!important;
	margin-bottom: 0
}

.header-top .user-box .user-profile .bg-setting-box .dropdown-menu-mg .ps__rail-y .ps__thumb-y {
	background-color: #66718f!important
}

.header-top .user-box .user-profile .profile-box .btn.dropdown-toggle {
	background-color: #2c334b;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 5px 10px
}

.header-top .user-box .user-profile .profile-box .btn.dropdown-toggle span {
	-webkit-transition: all .2s;
	transition: all .2s
}

.header-top .user-box .user-profile .profile-box .btn.dropdown-toggle span.profile-box__avatar {
	margin-right: 5px
}

.header-top .user-box .user-profile .profile-box .btn.dropdown-toggle span.profile-box__avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 26px;
	height: 26px
}

.header-top .user-box .user-profile .profile-box .btn.dropdown-toggle span.profile-box__name {
	font-size: 12px;
	color: #fff
}

.header-top .user-box .user-profile .profile-box .btn.dropdown-toggle span.profile-box__arrow {
	padding: 0 5px;
	font-size: 12px;
	color: rgba(255, 255, 255, .6)
}

.header-top .user-box .user-profile .profile-box .btn.dropdown-toggle:focus span,
.header-top .user-box .user-profile .profile-box .btn.dropdown-toggle:hover span {
	color: #000
}

.header-top .user-box .user-profile .profile-box .dropdown-menu-mg {
	width: 250px;
	left: -32px!important;
	transform: translate(-30%, 48px)!important
}

.header-top .user-box .user-profile .profile-box .dropdown-menu-mg:before {
	right: 10px;
	left: auto
}

.header-top .user-box .user-profile .profile-box .mb-profile-mini-box {
	padding: 15px 20px 0;
	display: none
}

.header-top .user-box .user-profile .profile-box .mb-profile-mini-box span.mb-profile-box__avatar {
	margin-right: 10px
}

.header-top .user-box .user-profile .profile-box .mb-profile-mini-box span.mb-profile-box__avatar img {
	width: 37px;
	height: 37px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.header-top .user-box .user-profile .profile-box .mb-profile-mini-box span.mb-profile-box__name {
	font-size: 14px;
	color: #fff
}

.header-top .user-box .user-profile .profile-box ul.profile-nav {
	padding: 10px 0
}

.header-top .user-box .user-profile .profile-box ul.profile-nav li a {
	border-left: 3px solid transparent;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	padding: 10px 25px;
	display: flex;
	align-items: center
}

.header-top .user-box .user-profile .profile-box ul.profile-nav li a i {
	margin-right: 20px;
	width: 18px;
	height: 16px;
	text-align: center
}

.header-top .user-box .user-profile .profile-box ul.profile-nav li a i.icon-after-watch,
.header-top .user-box .user-profile .profile-box ul.profile-nav li a i.icon-comment,
.header-top .user-box .user-profile .profile-box ul.profile-nav li a i.icon-watched {
	font-size: 10px;
	line-height: 13px
}

.header-top .user-box .user-profile .profile-box ul.profile-nav li a:hover {
	color: #ffcc74;
	border-left: 3px solid #ffcc74;
	background-color: rgba(28, 34, 51, .4)
}

@media (max-width:767px) {
	.header-top {
		padding: 15px 0 20px
	}
	.header-top .user-box .unassigned a.btn {
		display: block;
		margin: 5px 0
	}
	.header-top .user-box .user-profile {
		width: 215px
	}
	.header-top .user-box .user-profile .notification-box {
		margin-left: 5px
	}
	.header-top .search-box .btn-search {
		right: 18px
	}
	.header-top .search-box .btn-search i {
		line-height: 30px
	}
	.header-top .bg-setting-box {
		display: none
	}
}

@media (max-width:574px) {
	.header-top {
		flex-wrap: wrap
	}
	.header-top .user-box .bg-setting-box .dropdown-menu-mg,
	.header-top .user-box .notification-box .dropdown-menu-mg {
		left: 0!important;
		right: 0!important;
		transform: translate(-44%, 45px)!important
	}
	.header-top .search-box {
		padding: 0
	}
	.header-top .search-box .btn-search {
		right: 3px
	}
	.header-top .user-box .unassigned {
		display: flex
	}
	.header-top .user-box .unassigned a.btn {
		margin: 5px 5px
	}
}

@media (max-width:480px) {
	.header-top .user-box .unassigned {
		margin-top: 15px
	}
}

.header-nav {
	background-color: #202536;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0
}

.header-nav .navbar {
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(81, 81, 81, .2) 100%);
	padding: 0
}

.header-nav a.mb-close {
	display: none
}

.header-nav .navbar-toggler {
	padding: 0;
	margin: 15px
}

.header-nav .navbar-toggler i {
	color: #fff
}

.header-nav .navbar-collapse .navbar-nav {
	padding: 16px 0 0 0
}

.header-nav .navbar-collapse .navbar-nav .nav-item {
	padding-bottom: 10px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.header-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	color: #fff;
	padding: 8px 25px;
	border-right: 1px solid rgba(151, 151, 151, .32)
}

.header-nav .navbar-collapse .navbar-nav .nav-item .nav-link i {
	margin-right: 10px;
	font-size: 14px
}

.header-nav .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
	border-right: none
}

.header-nav .navbar-collapse .navbar-nav .nav-item.active,
.header-nav .navbar-collapse .navbar-nav .nav-item:hover {
	border-bottom: 2px solid #ffcc74
}

@media (max-width:1199px) {
	.header-nav .navbar-collapse .nav-item .nav-link {
		padding: 5px 20px
	}
}

@media (max-width:991px) {
	.header-nav .navbar-collapse .nav-item .nav-link {
		padding: 5px 10px
	}
}

@media (max-width:767px) {
	.header-nav .navbar-collapse .navbar-nav {
		padding-left: 15px
	}
	.header-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 5px 5px;
		border-right: none
	}
	.header-nav .navbar-collapse .navbar-nav .nav-item .nav-link i {
		width: 20px;
		margin-right: 5px;
		display: inline-block;
		text-align: center
	}
	.header-nav .navbar-collapse .navbar-nav .nav-item.active,
	.header-nav .navbar-collapse .navbar-nav .nav-item:hover {
		border-bottom: none
	}
}

.header-nav .social-buttons {
	margin-right: 20px
}

.header-nav .social-buttons .social__text {
	font-size: 12px;
	line-height: 13px;
	color: #6d779d;
	margin-right: 10px
}

.header-nav .social-buttons .social__link {
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 1px solid #59617c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	color: #6d779d;
	margin: 0 5px
}

.header-nav .social-buttons .social__link i {
	font-size: 14px;
	line-height: 24px
}

.header-nav .social-buttons .social__link:hover {
	color: #fff;
	border-color: #fff
}

@media (max-width:991px) {
	.header-nav .social-buttons .social__text {
		display: none
	}
}

@media (max-width:767px) {
	.header-nav .social-buttons {
		margin-right: 15px;
		padding: 0
	}
	.header-nav .social-buttons .social__link {
		margin: 0
	}
}

.search-box {
	position: relative
}

.search-box .input-search {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-color: #fff;
	border: none;
	box-shadow: none;
	color: #9f9f9f;
	font-size: 13px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 3px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.search-box .input-search.is-focus,
.search-box .input-search:focus {
	background-color: #fff;
	color: #000
}

.search-box .btn-search {
	position: absolute;
	top: 3px;
	right: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #181818;
	background-color: #ffcc74;
	width: 32px;
	height: 32px;
	padding: 0
}

.search-box .btn-search i {
	line-height: 27px
}

.search-box .search-result-box {
	position: absolute;
	top: 50px;
	left: 50%;
	display: none;
	transform: translateX(-50%);
	width: 376px;
	min-height: 100px;
	box-shadow: 0 7px 17px -2px rgba(0, 0, 0, .5);
	background-color: #262b3f;
	z-index: 999;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px
}

.search-box .search-result-box:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	transform: translateX(-50%)!important;
	border-color: transparent transparent #262b3f transparent
}

.search-box .search-result-box span.result-count {
	font-size: 12px;
	color: rgba(255, 255, 255, .7);
	padding: 10px 15px;
	display: block
}

.search-box .search-result-box .result-list-scroll {
	position: relative;
	max-height: 290px
}

.search-box .search-result-box ul.result-list li a {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	border-left: 3px solid transparent
}

.search-box .search-result-box ul.result-list li a img.result__img {
	width: 31px;
	height: 39px;
	margin-right: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.search-box .search-result-box ul.result-list li a span.result__name {
	line-height: 19px
}

.search-box .search-result-box ul.result-list li a span.result__name span {
	display: block;
	font-size: 13px
}

.search-box .search-result-box ul.result-list li a span.result__name span.name {
	color: #fff
}

.search-box .search-result-box ul.result-list li a span.result__name span.tags {
	color: #757881
}

.search-box .search-result-box ul.result-list li a:hover {
	border-left: 3px solid #ffcc74;
	background-color: rgba(28, 34, 51, .4)
}

.search-box .search-result-box ul.result-list li a:hover span.result__name span.name {
	color: #ffcc74
}

.search-box .search-result-box a.more-button {
	border-radius: 0 0 9px 9px;
	background-color: #191d29;
	position: absolute;
	left: 0;
	bottom: -28px;
	font-size: 12px;
	color: #fff;
	padding: 8px 8px 4px;
	display: block;
	width: 100%;
	text-align: center
}

.search-box .search-result-box a.more-button:hover {
	color: #ffcc74
}

.search-box .search-result-box span.result-none {
	display: none;
	padding: 25px 15px;
	text-align: center;
	color: #ffcc74;
	font-size: 13px
}

@media (max-width:574px) {
	.header-top a.logo img {
		width: 89px
	}
	.header-top .navbar-toggler {
		display: block;
		margin-right: 15px;
		padding-left: 0
	}
	.header-top .mb-search-open-button {
		display: block;
		margin: 0 15px
	}
	.header-top .mb-search-open-button i {
		line-height: 19px
	}
	.header-top .search-box {
		display: none
	}
	.header-top .user-box {
		margin-left: auto
	}
	.header-top .user-box .user-profile {
		background-color: transparent;
		width: auto
	}
	.header-top .user-box .user-profile .profile-box.show .btn.dropdown-toggle {
		position: relative;
		border: 1px solid #fff
	}
	.header-top .user-box .user-profile .profile-box.show .btn.dropdown-toggle:before {
		content: "\e909";
		font-family: icomoon!important;
		font-size: 21px;
		background-color: #fff;
		color: #202536;
		position: absolute;
		text-align: center;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		line-height: 33px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px
	}
	.header-top .user-box .user-profile .profile-box.show .btn.dropdown-toggle:focus {
		box-shadow: none
	}
	.header-top .user-box .user-profile .profile-box .btn.dropdown-toggle {
		padding: 5px 10px 5px 15px
	}
	.header-top .user-box .user-profile .profile-box .mb-profile-mini-box {
		display: block
	}
	.header-top .user-box .user-profile .profile-box span.profile-box__avatar {
		display: none
	}
	.header-top .user-box .user-profile .profile-box .dropdown-menu-mg {
		transform: translate(-67%, 48px)!important
	}
	.header-top .user-box .user-profile .notification-box {
		margin-right: 10px;
		margin-left: 0
	}
	.header-top .user-box .user-profile .notification-box .dropdown-menu-mg {
		transform: translate(-79%, 45px)!important
	}
	.header-top .user-box .user-profile .notification-box .dropdown-menu-mg:before {
		left: auto;
		right: 25px
	}
	.o-hidden {
		overflow: hidden
	}
	.mobile-overlay {
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(25, 29, 41, .9);
		z-index: 999;
		display: none
	}
	.header-nav {
		position: absolute;
		top: 0;
		left: -336px;
		width: 336px;
		height: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		z-index: 1000;
		-webkit-transition: all .2s;
		transition: all .2s
	}
	.header-nav a.mb-close {
		display: block;
		position: absolute;
		right: 25px;
		top: 25px
	}
	.header-nav .social-buttons {
		margin-right: 0;
		background: #272d3e;
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 25px 35px
	}
	.header-nav .social-buttons .social__text {
		display: block;
		margin-bottom: 15px
	}
	.header-nav .social-buttons .social__link {
		margin-right: 15px
	}
	.header-nav .navbar {
		height: 100%;
		background: 0 0
	}
	.header-nav .navbar .navbar-nav {
		position: absolute;
		top: 0;
		left: 0;
		padding: 25px
	}
	.header-nav .navbar .navbar-nav li.nav-item {
		margin: 5px 0
	}
	.header-nav .navbar .navbar-nav li.nav-item a.nav-link {
		font-size: 14px
	}
	.header-nav .navbar .navbar-nav li.nav-item a.nav-link i {
		margin-right: 15px
	}
	.header-nav .navbar .navbar-nav li.nav-item a.nav-link.active,
	.header-nav .navbar .navbar-nav li.nav-item a.nav-link:hover {
		color: #ffcc74
	}
	.mobile-menu .header-nav {
		left: 0
	}
	.mb-search-box {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		background: #ccc;
		width: 100%;
		height: 100%;
		z-index: 999;
		background-color: rgba(25, 29, 41, .9)
	}
	.mb-search-box .mb-search-box-centered {
		height: 100%
	}
	.mb-search-box .mb-search-box-inner span.mb__text {
		color: #fff;
		font-size: 28px
	}
	.mb-search-box .mb-search-box-inner .mb-input-search {
		width: 331px;
		height: 64px;
		-webkit-border-radius: 32px;
		-moz-border-radius: 32px;
		border-radius: 32px;
		margin: 30px 0;
		font-size: 16px;
		padding: 15px 25px
	}
	.mb-search-box .mb-search-box-inner .mb-input-search:focus {
		box-shadow: none;
		border: none
	}
	.mb-search-box .mb-search-box-inner .mb-input-button {
		width: 194px;
		height: 64px;
		-webkit-border-radius: 32px;
		-moz-border-radius: 32px;
		border-radius: 32px;
		font-size: 18px;
		padding-left: 45px
	}
	.mb-search-box .mb-search-box-inner .mb-input-button i {
		margin-left: 25px;
		margin-right: 0;
		font-size: 25px
	}
	.mb-search-box .mb-search-box-inner a.mb-search-close {
		position: absolute;
		right: 15px;
		top: 15px;
		font-size: 28px;
		color: #fff
	}
	.mb-search-box .mb-search-box-inner a.mb-search-close:hover {
		color: #ffcc74
	}
}

@media (max-width:400px) {
	.header-top .navbar-toggler {
		margin-right: 0
	}
	.header-top .mb-search-open-button {
		margin: 0 5px
	}
	.header-nav {
		left: -280px;
		width: 280px
	}
	.header-top .user-box .user-profile .notification-box .dropdown-menu-mg {
		width: 224px;
		background: #191d29
	}
	.header-top .user-box .user-profile .notification-box .dropdown-menu-mg:before {
		right: 17px
	}
}

@media (max-height:380px) {
	.header-nav .social-buttons {
		padding: 15px 35px
	}
	.header-nav .social-buttons .social__text {
		margin-bottom: 5px
	}
	.header-nav .social-buttons .social__link {
		margin-right: 15px
	}
	.header-nav .navbar .navbar-nav {
		padding: 10px 25px
	}
	.header-nav .navbar .navbar-nav li.nav-item {
		margin: 0
	}
}

.adv-box {
	position: relative;
	padding-bottom: 2px
}

.adv-box.adv300,
.adv-box.adv730 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #ffcc74
}

.adv-box.adv300 img,
.adv-box.adv730 img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.adv-box.adv300 {
	width: 300px;
	height: 250px;
	margin-bottom: 1.5rem!important
}

.adv-box.adv730 {
	max-width: 100%;
	min-height: 70px
}

.adv-box.adv300x550 {
	width: 300px;
	height: 550px;
	border: none
}

.adv-box.adv300x550 img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.adv-box .adv__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 17px;
	-webkit-border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
	background-color: #ffcc74;
	color: #191d29;
	font-size: 14px;
	text-align: center
}

@media (max-width:991px) {
	.adv-box.adv300 {
		width: 300px;
		height: 250px;
		margin: 0 auto
	}
}

@media (max-width:767px) {
	.adv-box {
		display: none
	}
}

.content {
	background-color: #202536;
	padding: 30px 25px
}

.content .content__sidebar {
	width: 300px
}

.content .content__container {
	width: calc(100%)
}

.content__user {
	padding: 0
}

.content__user .content__sidebar {
	width: 245px;
	background-image: linear-gradient(180deg, rgba(69, 80, 112, .3) 0, rgba(69, 80, 112, 0) 100%)
}

.content__user .content__container {
	width: calc(100% - 245px);
	padding: 0 30px
}

@media (max-width:991px) {
	.content .content__inner {
		flex-wrap: wrap
	}
	.content .content__sidebar {
		width: 100%;
		order: 2
	}
	.content .content__container {
		width: 100%;
		order: 1
	}
	.content__user .content__sidebar {
		width: 245px;
		order: 1
	}
	.content__user .content__container {
		width: calc(100% - 245px);
		order: 2
	}
}

@media (max-width:767px) {
	.content__user .content__inner {
		flex-wrap: wrap
	}
	.content__user .content__sidebar {
		width: 100%;
		order: 1;
		display: none
	}
	.content__user .content__container {
		width: 100%;
		order: 2
	}
}

@media (max-width:574px) {
	.content {
		padding: 10px;
		background-color: #202536;
		border-radius: 12px
	}
}

.container {
	width: 100%;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: auto;
	margin-left: auto
}

.card.card__bg1 {
	background-color: transparent;
	background-image: linear-gradient(to top, rgba(69, 80, 112, .6) 0, rgba(69, 80, 112, 0) 100%)
}

.card.card__bg1 .card__title h2:before {
	background-color: #ffcc74
}

.card.card__bg2 {
	background-color: transparent;
	background-image: linear-gradient(to top, rgba(71, 129, 128, .6) 0, rgba(71, 129, 128, 0) 100%)
}

.card.card__bg2 .card__title h2:before {
	background-color: #4aabbf
}

.card.card__bg3 {
	background-color: transparent;
	background-image: linear-gradient(to top, rgba(90, 67, 142, .65) 0, rgba(90, 67, 142, 0) 100%)
}

.card.card__bg3 .card__title h2:before {
	background-color: #a48dd7
}

.card.card__bg4 {
	background-color: #2d3447
}

.card.card__bg4 .card__title h2:before {
	background-color: #ff3b55
}

.card.card__bg4 .card__title.title__5 h2:before,
.card.card__bg4 .card__title.title__7 h2:before {
	background-color: #f5a623
}

.card.card__bg4 .card__title.title__3 h2:before {
	background-color: #a48dd7
}

.card.card__bg5 {
	background-color: transparent;
	background-image: linear-gradient(to top, rgba(69, 80, 112, .6) 0, rgba(69, 80, 112, 0) 100%)
}

.card.card__bg5 .card__title h2:before {
	background-color: #ffcc74
}

.card .card__title {
	border-bottom: 2px solid rgba(255, 255, 255, .13);
	padding: 0 15px 5px;
	position: relative;
	margin-bottom: 0
}

.card .card__title.title__big {
	margin: 10px 25px;
	padding: 10px 0 5px
}

.card .card__title.title__1 h2 {
	background: url(../img/icon/popcorn.svg) 0 0 no-repeat
}

.card .card__title.title__2 h2 {
	background: url(../img/icon/comments.svg) 0 0 no-repeat
}

.card .card__title.title__3 h2 {
	background: url(../img/icon/comments-o.svg) 0 0 no-repeat
}

.card .card__title.title__4 h2 {
	background: url(../img/icon/award.svg) 0 0 no-repeat
}

.card .card__title.title__5 h2 {
	background: url(../img/icon/star.svg) 0 0 no-repeat
}

.card .card__title.title__6 h2 {
	background: url(../img/icon/film.svg) 0 center no-repeat
}

.card .card__title.title__7 h2 {
	background: url(../img/icon/right-arrow.svg) 0 center no-repeat
}

.card .card__title.title__8 h2 {
	background: url(../img/icon/bell-o.svg) 0 center no-repeat
}

.card .card__title h2 {
	font-size: 18px;
	color: #fff;
	padding-left: 30px;
	padding-top: 6px;
	margin-bottom: 0;
	float: left;
	position: relative
}

.card .card__title h2 strong {
	font-family: NexaHeavy;
	font-weight: 400
}

.card .card__title h2:before {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffcc74
}

.card .card__title a.title__link {
	color: #6d769e;
	-webkit-transition: all .2s;
	transition: all .2s
}

.card .card__title a.title__link:hover {
	color: #fff
}

.card .card__title.title__no-icon h2 {
	padding-left: 0
}

.card .card__title.title__no-icon:before {
	width: 104px
}

.card .card__title.title__no-icon.title__big:before {
	width: 208px
}

.card__content {
	padding-bottom: 10px
}

.card__content .nav-tabs {
	background-color: rgba(20, 23, 34, .45);
	border: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin: 10px 15px;
	flex-wrap: nowrap;
	padding: 0 5px
}

.card__content .nav-tabs .nav-link {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	color: rgba(255, 255, 255, .5);
	padding: 5px;
	line-height: 20px
}

.card__content .nav-tabs .nav-link.active,
.card__content .nav-tabs .nav-link.show {
	color: #ffcc74;
	border-color: transparent;
	background-color: transparent
}

.card__content .nav-tabs-lang {
	padding: 5px;
	margin: 0
}

.card__content .nav-tabs-lang .nav-link {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 7px 14px 4px;
	line-height: 12px;
	text-align: center
}

.card__content .nav-tabs-lang .nav-link.active,
.card__content .nav-tabs-lang .nav-link.show {
	color: #181818;
	background-color: #ffcc74
}

@media (max-width:574px) {
	.card__content .nav-tabs-lang .nav-link {
		width: 50%
	}
}

.card.card__bg2 .card__content .nav-tabs .nav-link.active,
.card.card__bg2 .card__content .nav-tabs .nav-link.show {
	color: #4aabbf
}

ul.movie-list li a {
	display: flex;
	padding: 10px 20px;
	border-left: 2px solid transparent;
	border-top: 1px solid rgba(61, 68, 95, .4);
	border-bottom: 1px solid rgba(61, 68, 95, .4);
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s
}

ul.movie-list li a img.movie-list__thumb-img {
	width: 36px;
	height: 52px;
	margin-right: 20px;
	border-radius: 2px
}

ul.movie-list li a span.movie-list__articles span {
	display: block
}

ul.movie-list li a span.movie-list__articles span.movie-name {
	font-family: NexaHeavy;
	font-size: 13px;
	color: #fff
}

ul.movie-list li a span.movie-list__articles span.movie-tags {
	font-size: 12px;
	color: #afb5cc
}

ul.movie-list li a span.movie-list__articles span.movie-rating {
	color: #afb5cc;
	font-size: 10px
}

ul.movie-list li a span.movie-list__articles span.movie-rating strong {
	font-size: 10px
}

ul.movie-list li a span.movie-list__articles span.movie-rating strong.rating {
	color: #3cd879;
	margin-right: 15px
}

ul.movie-list li a span.movie-list__articles span.movie-rating strong.imdb {
	color: #ffa21e
}

ul.movie-list li a span.number {
	position: absolute;
	right: 15px;
	top: 23px;
	width: 28px;
	height: 28px;
	background-color: #465273;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: NexaHeavy;
	font-size: 13px;
	color: #fff;
	line-height: 30px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

ul.movie-list li a span.number:before {
	content: "";
	position: absolute;
	right: 12px;
	top: 28px;
	background-color: rgba(70, 71, 97, .4);
	width: 4px;
	height: 60px;
	z-index: 0
}

ul.movie-list li a span.number:after {
	content: "\f04b";
	font-family: FontAwesome;
	position: absolute;
	left: -15px;
	top: 0;
	line-height: 21px;
	width: 34px;
	height: 34px;
	font-size: 12px;
	color: #202536;
	padding: 4px 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

ul.movie-list li a:hover {
	background-color: rgba(32, 37, 54, .4);
	border-left-color: #ffcc74
}

ul.movie-list li a:hover span.number {
	transform: scale(1.3);
	background-color: #ffcc74;
	line-height: -99px;
	font-size: 1px
}

ul.movie-list li a:hover span.number:after {
	opacity: 1;
	left: -1px
}

ul.movie-list li:last-child span.number:before {
	display: none
}

ul.movie-list.tv-series li a span.followers {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 50px;
	height: 50px;
	border: 1px dashed #5b848f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 7px
}

ul.movie-list.tv-series li a span.followers span {
	display: block;
	font-family: NexaHeavy;
	text-align: center;
	background-color: rgba(86, 149, 153, .45);
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff
}

ul.movie-list.tv-series li a span.followers span.count {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	width: 100%;
	height: 100%;
	font-size: 13px;
	letter-spacing: -.78px;
	line-height: 38px;
	white-space: nowrap
}

ul.movie-list.tv-series li a span.followers span.text {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 9px;
	width: 57px;
	margin-left: -10px;
	padding: 3px 0 0;
	margin-top: -7px
}

ul.movie-list.tv-series li a:hover {
	border-left-color: #569599
}

ul.movie-list.tv-series li a:hover span.followers span {
	background-color: #569599
}

ul.comment-list li {
	padding: 15px;
	border-bottom: 1px solid rgba(61, 68, 95, .61);
	display: none
}

ul.comment-list li .comment-info {
	display: flex;
	padding: 5px 10px 10px
}

ul.comment-list li .comment-info__avatar {
	width: 36px;
	text-align: center;
	margin-right: 15px
}

ul.comment-list li .comment-info__avatar img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

ul.comment-list li .comment-info__articles span {
	display: block
}

ul.comment-list li .comment-info__articles span.username {
	font-size: 13px;
	color: #fff
}

ul.comment-list li .comment-info__articles span.movie-name {
	color: #fff;
	font-size: 12px
}

ul.comment-list li .comment-info__articles span.movie-name span {
	display: inline;
	color: #afb5cc;
	margin-left: 15px
}

ul.comment-list li .comment-box {
	padding: 13.8px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .35);
	color: #afb5cc;
	font-size: 11px;
	line-height: 15.42px;
	position: relative;
	margin-top: -7px
}

ul.comment-list li .comment-box:before {
	content: "";
	position: absolute;
	left: 60px;
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 20px;
	border-color: transparent transparent transparent rgba(0, 0, 0, .35)
}

.dot-nav {
	display: flex;
	justify-content: center
}

.dot-nav button {
	padding: 0;
	margin: 5px;
	width: 8px;
	height: 8px;
	display: inline-block;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer
}

.dot-nav button.active,
.dot-nav button:hover {
	background-color: #fff;
	transform: scale(1.2)
}

.movie-popular__owl {
	padding: 0;
	overflow: hidden
}

.movie-popular__owl .owl-nav button.owl-next,
.movie-popular__owl .owl-nav button.owl-prev {
	position: absolute;
	top: 0;
	width: 200px;
	height: 100%;
	padding: 0;
	color: rgba(255, 255, 255, .6);
	outline: 0;
	font-size: 22px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.movie-popular__owl .owl-nav button.owl-next i,
.movie-popular__owl .owl-nav button.owl-prev i {
	font-size: 28px;
	line-height: 24px
}

.movie-popular__owl .owl-nav button.owl-next:hover,
.movie-popular__owl .owl-nav button.owl-prev:hover {
	color: #fff
}

.movie-popular__owl .owl-nav button.owl-prev {
	display: none
}

.movie-popular__owl .owl-nav button.owl-next {
	right: -5px;
	text-align: right;
	padding-right: 35px!important;
	background-image: linear-gradient(to right, rgba(47, 53, 75, 0) 0, #2d3447 100%)
}

.movie-popular__owl:hover .owl-nav button.owl-next {
	width: 100px
}

.movie-popular__owl .owl-stage-outer {
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 5px
}

.movie-popular__owl img.movie-poster {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.movie-popular__owl .item {
	padding: 0 5px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s;
	transition: all .2s
}

.movie-popular__owl .item:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.movie-popular__owl .item a {
	position: relative;
	display: inline-block
}

.movie-popular__owl .item a span.bottom-info {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	padding: 15px 15px 5px;
	background-image: linear-gradient(180deg, transparent 0, #000 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.movie-popular__owl .item a span.bottom-info span.movie-name {
	font-size: 14px;
	color: #fff;
	display: block;
	font-family: NexaHeavy
}

.movie-popular__owl .item a span.bottom-info span.movie-tags {
	font-size: 10px;
	color: #ffcc74;
	display: block;
	line-height: 9px
}

.movie-popular__owl .item a span.bottom-info span.imyear {
	font-size: 10px;
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-top: 8px;
	margin-bottom: 5px
}

.movie-popular__owl .item a span.bottom-info span.imyear i {
	font-size: 12px;
	float: left;
	margin-top: -1px;
	margin-right: 3px
}

.movie-popular__owl .item a span.bottom-info span.imyear span.imdb i {
	color: #f5a623
}

.movie-popular__owl .item a span.bottom-info span.imyear span.imdb span {
	color: #cbcbcb
}

.movie-popular__owl .item a span.bottom-info span.imyear span.year i {
	color: #00b22e
}

.movie-popular__owl .item a span.movie-options {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	margin: 5px;
	z-index: 999
}

.movie-popular__owl .item a span.movie-options span {
	padding-top: 0;
	padding-right: 0;
	text-align: center;
	width: 15px;
	height: 15px;
	margin: 5px 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: NexaHeavy;
	font-size: 11px;
	color: #fff
}

.movie-popular__owl .item a span.movie-options span.movie-options__language {
	background-color: #00b22e
}

.movie-popular__owl .item a span.movie-options span.movie-options__option-2 {
	background-color: #ff3b55
}

.movie-popular__owl .item a span.movie-options span.movie-options__option-3 {
	background-color: #4ca7c6
}

.movie-popular__owl .item a span.favorite-add {
	position: absolute;
	top: 8px;
	right: 10px;
	color: #fff;
	z-index: 999
}

.movie-popular__owl .item a:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: linear-gradient(-43deg, #ffcc74 0, rgba(160, 133, 89, .45) 98%)
}

.movie-popular__owl .item a:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../img/icon/play.svg) center center no-repeat;
	background-color: transparent
}

@media (max-width:574px) {
	.movie-popular__owl .item a span.bottom-info span.imyear {
		padding-right: 15px;
		justify-content: inherit
	}
	.movie-popular__owl .item a span.movie-options {
		right: 0;
		left: inherit;
		top: inherit;
		bottom: 0
	}
	.movie-popular__owl .item a span.bottom-info span.imyear span:first-child {
		margin-right: 15px
	}
	.movie-popular__owl .item a span.bottom-info {
		background-image: none;
		position: inherit;
		padding: 0
	}
	.movie-popular__owl {
		position: relative;
		padding: 0 15px;
		display: flex!important;
		flex-wrap: wrap
	}
	.movie-popular__owl .item {
		width: 100%
	}
	.movie-popular__owl .item:hover {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	.movie-popular__owl .item a {
		position: relative;
		padding: 8px;
		margin: 10px 0;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-webkit-transition: all .2s;
		transition: all .2s;
		background-image: linear-gradient(-32deg, #455070 0, rgba(69, 80, 112, 0) 100%);
		display: flex;
		justify-content: start;
		align-items: center
	}
	.movie-popular__owl .item a img.movie-poster {
		margin-right: 20px;
		margin-left: 10px;
		max-width: 36px;
		border-radius: 2px
	}
	.movie-popular__owl .ps__rail-y {
		margin-top: 10px;
		margin-bottom: 0
	}
}

.movie-list-big {
	padding: 0 30px
}

.movie-list-big .movie-item {
	padding-left: 10px;
	padding-right: 10px
}

.movie-list-big a.movie-link {
	position: relative;
	padding: 8px;
	margin: 10px 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all .2s;
	transition: all .2s;
	background-image: linear-gradient(-32deg, #455070 0, rgba(69, 80, 112, 0) 100%);
	display: flex;
	justify-content: start;
	align-items: center
}

.movie-list-big a.movie-link img.movie-img {
	margin-right: 20px;
	margin-left: 10px;
	border-radius: 2px
}

.movie-list-big a.movie-link span.movie-info span {
	display: block
}

.movie-list-big a.movie-link span.movie-info span.movie-info__name {
	font-family: NexaHeavy;
	font-size: 13px;
	color: #fff
}

.movie-list-big a.movie-link span.movie-info span.movie-info__part {
	font-size: 12px;
	color: #afb5cc
}

.movie-list-big a.movie-link span.movie-options {
	width: 12px;
	display: flex;
	flex-direction: column
}

.movie-list-big a.movie-link span.movie-options span {
	padding-top: 0;
	text-align: center;
	width: 12px;
	height: 12px;
	margin: 3px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: NexaHeavy;
	font-size: 9px;
	line-height: 15px;
	color: #fff
}

.movie-list-big a.movie-link span.movie-options span.movie-options__language {
	background-color: #d35400
}

.movie-list-big a.movie-link span.movie-options span.movie-options__option-2 {
	background-color: #ff3b55
}

.movie-list-big a.movie-link span.movie-options span.movie-options__option-3 {
	background-color: #4ca7c6
}

.movie-list-big a.movie-link span.top-new-dot {
	width: 32px;
	height: 13px;
	background-color: #28a745;
	position: absolute;
	top: 0;
	right: 1px;
	border-radius: 0 4px 0 4px;
	font-size: 11px;
	padding-left: 5px
}

.movie-list-big a.movie-link:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0 8px 18px -2px rgba(0, 0, 0, .22);
	background-image: linear-gradient(-32deg, #ffcc74 0, #a08559 100%)
}

.movie-list-big a.movie-link:hover span.movie-info span {
	color: #181818
}

.movie-list-big a.movie-link:hover:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 25px;
	top: 22px;
	font-size: 16px;
	color: #181818
}

.movie-list-big a.movie-link:hover span.top-new-dot {
	display: none
}

@media (max-width:574px) {
	.movie-list-big a.movie-link:hover {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.movie-list-control {
	padding: 5px 25px
}

ul.pagination li.page-item {
	margin: 5px
}

ul.pagination li.page-item a.page-link {
	background-color: transparent;
	border: 2px solid #556080;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #7b86a7;
	font-size: 12px;
	min-width: 32px;
	min-height: 32px;
	display: inline-block;
	padding: 8px 10px 5px;
	text-align: center
}

ul.pagination li.page-item a.page-link.page-link-text {
	display: flex;
	align-items: center
}

ul.pagination li.page-item a.page-link i {
	font-size: 18px;
	margin: -5px 3px 0
}

ul.pagination li.page-item a.page-link:hover {
	border-color: #ffcc74;
	color: #ffcc74
}

ul.pagination li.page-item a.page-link.active,
ul.pagination li.page-item a.page-link:focus {
	border-color: #ffcc74;
	color: #ffcc74;
	box-shadow: none
}

ul.pagination li.page-item:last-child {
	margin-right: 0
}

@media (max-width:767px) {
	ul.pagination {
		margin: 10px 0 0;
		flex-wrap: wrap
	}
	ul.pagination li.page-item {
		margin: 5px 3px
	}
	ul.pagination li.page-item a.page-link-text {
		padding: 0;
		justify-content: center
	}
	ul.pagination li.page-item a.page-link-text i {
		margin: 0
	}
	ul.pagination li.page-item a.page-link-text span {
		display: none
	}
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #374252;
	font-size: 11px;
	text-align: center;
	background-color: #fff;
	border-radius: 2px
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
	margin-left: 1px;
	content: "";
	border-width: 5px 5px 0;
	border-top-color: #fff
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
	margin-left: 1px;
	content: "";
	border-width: 0 5px 5px;
	border-bottom-color: #fff
}

.movie-list-link {
	padding: 0 25px;
	max-height: 330px;
	position: relative;
	overflow: auto
}

.movie-list-link .movie-item-link a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 6px;
	background-image: linear-gradient(270deg, rgba(69, 80, 112, .27) 0, rgba(69, 80, 112, 0) 100%);
	padding: 10px 15px 8px;
	margin: 5px 0;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s
}

.movie-list-link .movie-item-link a span.movie-name {
	font-family: NexaHeavy;
	font-size: 13px
}

.movie-list-link .movie-item-link a span.movie-imdb {
	font-size: 10px
}

.movie-list-link .movie-item-link a span.movie-imdb i {
	color: #f5a623
}

.movie-list-link .movie-item-link a:hover {
	box-shadow: 0 8px 18px -2px rgba(0, 0, 0, .22);
	border-radius: 6px;
	background-image: linear-gradient(-32deg, #ffcc74 0, #a08559 100%);
	color: #000
}

.movie-list-link .movie-item-link a:hover span.movie-imdb i {
	color: #000
}

.movie-list-link .js-item-link-result {
	display: none;
	padding: 25px
}

.movie-list-link span.item-link-result {
	color: #ffcc74;
	font-size: 13px;
	padding: 15px
}

.movie-list-link-search input {
	background-color: transparent;
	border: none;
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	width: 165px;
	margin-right: 10px
}

.movie-list-link-search input:focus {
	outline: 0
}

.movie-list-link-search span {
	color: #fff
}

@media (max-width:574px) {
	.movie-list-link-search {
		margin-top: 15px;
		display: flex;
		width: 100%;
		justify-content: space-between
	}
	.movie-list-link-search input {
		width: 85%
	}
}

@media (max-width:574px) {
	.card.card__bg4 .card__title.title__6 h2 {
		margin-bottom: 10px
	}
	.card.card__bg4 .card__title.title__6 h2:before {
		bottom: -37px
	}
}

.tags-nav {
	background: url(../img/tags-bg.png) center 0 no-repeat;
	background-size: cover;
	padding: 50px 15px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.tags-nav h2 {
	color: #ffcc74;
	font-size: 22px
}

.tags-nav p {
	color: rgba(255, 255, 255, .6);
	font-size: 14px
}

.tags-nav ul.link-list {
	margin: 25px 100px 0
}

.tags-nav ul.link-list li {
	margin: 5px;
	display: inline-block
}

.tags-nav ul.link-list li a {
	display: block;
	color: #697492;
	padding: 5px 10px 2px;
	margin: 0;
	border: 2px solid #697492;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-size: 12px
}

.tags-nav ul.link-list li a:hover {
	box-shadow: 0 9px 14px -5px rgba(0, 0, 0, .37);
	background-color: #ffcc74;
	border-color: #ffcc74;
	color: #181818
}

@media (max-width:767px) {
	.tags-nav ul.link-list {
		margin: 25px 25px 0
	}
}

@media (max-width:480px) {
	.tags-nav ul.link-list {
		margin: 25px 0 0
	}
}

footer {
	padding-top: 50px;
	margin-bottom: 50px;
	border-radius: 0 0 12px 12px;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 100%);
	background-color: #202536
}

footer .footer-text {
	border-left: 1px solid rgba(255, 255, 255, .1)
}

footer .footer-text p {
	margin: 0 25px;
	color: #afb5cc;
	font-size: 12px;
	line-height: 20px
}

footer .copyright {
	padding: 15px 25px;
	margin-top: 15px;
	margin-bottom: 62px;
	border-top: 1px solid rgba(255, 255, 255, .1)
}

footer .copyright span {
	color: #afb5cc;
	font-size: 12px
}

footer .copyright .nav li a {
	color: #afb5cc;
	font-size: 12px;
	padding: 0 10px;
	-webkit-transition: all .2s;
	transition: all .2s
}

footer .copyright .nav li a:hover {
	color: #fff
}

footer .copyright .nav li:last-child a {
	padding-right: 0
}

@media (max-width:767px) {
	footer .footer-text {
		border: none
	}
	footer .nav li:first-child a {
		padding-left: 0
	}
}

@media (max-width:574px) {
	footer {
		margin-top: 25px;
		margin-bottom: 25px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		text-align: center;
		padding-top: 0
	}
	footer .copyright {
		border-top: none
	}
	footer .copyright .nav {
		margin-top: 5px;
		justify-content: center
	}
}

.category-search-box {
	position: relative;
	margin: 15px 15px
}

.category-search-box .input-search {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-color: rgba(15, 17, 23, .35);
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 13px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 5px
}

.category-search-box .btn-search {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff;
	background-color: transparent;
	width: 32px;
	height: 32px;
	padding: 0
}

.scrollbar {
	height: 300px;
	max-height: 300px;
	overflow-y: scroll;
	position: relative;
	overflow: hidden
}

.category-link-list {
	margin-top: 10px
}

.category-link-list li a {
	display: block;
	border-bottom: 1px solid #46506e;
	border-left: 3px solid transparent;
	padding: 0 12px;
	color: #fff;
	font-size: 13px;
	line-height: 35px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.category-link-list li a:hover {
	border-left-color: #ffcc74;
	background-color: rgba(32, 37, 54, .4);
	padding-left: 25px;
	color: #ffcc74
}

.category-link-list li a.active {
	border-left-color: #ffcc74;
	background-color: rgba(32, 37, 54, .4);
	padding-left: 25px;
	color: #ffcc74
}

.category-link-list li:last-child a {
	border-bottom: none
}

.movie-series__category {
	padding: 5px 25px
}

.movie-series__category img.movie-poster {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%
}

.movie-series__category .category__item {
	padding: 0;
	margin: 10px 0
}

.movie-series__category .category__item>a {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s;
	transition: all .2s;
	position: relative;
	display: inline-block;
	width: 100%
}

.movie-series__category .category__item>a span.bottom-info {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	padding: 15px 15px 5px;
	background-image: linear-gradient(180deg, transparent 0, #000 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.movie-series__category .category__item>a span.bottom-info span.movie-name {
	font-size: 14px;
	color: #fff;
	display: block;
	font-family: NexaHeavy
}

.movie-series__category .category__item>a span.bottom-info span.movie-tags {
	font-size: 10px;
	color: #ffcc74;
	display: block;
	line-height: 9px
}

.movie-series__category .category__item>a span.bottom-info span.imyear {
	font-size: 10px;
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-top: 8px;
	margin-bottom: 5px
}

.movie-series__category .category__item>a span.bottom-info span.imyear i {
	font-size: 12px
}

.movie-series__category .category__item>a span.bottom-info span.imyear span.imdb i {
	color: #f5a623
}

.movie-series__category .category__item>a span.bottom-info span.imyear span.imdb span {
	color: #cbcbcb
}

.movie-series__category .category__item>a span.bottom-info span.imyear span.year i {
	color: #00b22e;
	margin-right: 5px
}

.movie-series__category .category__item>a span.bottom-info span.movie-options {
	top: -15px;
	left: 3px;
	z-index: 999
}

.movie-series__category .category__item>a span.bottom-info span.movie-options span {
	padding-top: 1px;
	padding-right: 0
}

.movie-series__category .category__item>a span.movie-options {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	margin: 5px;
	z-index: 999
}

.movie-series__category .category__item>a span.movie-options span {
	padding-top: 0;
	padding-right: 0;
	text-align: center;
	width: 15px;
	height: 15px;
	margin: 5px 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: NexaHeavy;
	font-size: 11px;
	color: #fff
}

.movie-series__category .category__item>a span.movie-options span.movie-options__language {
	background-color: #00b22e
}

.movie-series__category .category__item>a span.movie-options span.movie-options__option-2 {
	background-color: #ff3b55
}

.movie-series__category .category__item>a span.movie-options span.movie-options__option-3 {
	background-color: #4ca7c6
}

.movie-series__category .category__item>a span.favorite-add {
	position: absolute;
	top: 8px;
	right: 10px;
	color: #fff;
	z-index: 999
}

.movie-series__category .category__item>a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.movie-series__category .category__item>a:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: linear-gradient(-43deg, #ffcc74 0, rgba(160, 133, 89, .45) 98%)
}

.movie-series__category .category__item>a:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../img/icon/play.svg) center center no-repeat;
	background-color: transparent
}

@media (max-width:574px) {
	.movie-series__category {
		padding: 5px 15px
	}
	.movie-series__category .row {
		margin: 0
	}
	.movie-series__category .row .col-6,
	.movie-series__category .row .col-lg-3,
	.movie-series__category .row .col-md-4 {
		padding: 0
	}
	.movie-series__category .category__item {
		margin: 10px
	}
	.movie-series__category .category__item>a:hover {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

ul.filter-list {
	display: flex;
	padding: 25px 25px 0
}

ul.filter-list li {
	display: inline-block;
	margin-right: 15px
}

ul.filter-list li a {
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
	font-size: 13px;
	padding: 10px 17px 7px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	white-space: nowrap
}

ul.filter-list li a i {
	margin-right: 10px;
	width: 18px;
	height: 18px;
	display: inline-block;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -5px
}

ul.filter-list li a i.ico-fire {
	background-image: url(../img/icon/fire.svg)
}

ul.filter-list li a i.ico-star {
	background-image: url(../img/icon/star-2.svg)
}

ul.filter-list li a i.ico-year {
	background-image: url(../img/icon/year-2.svg)
}

ul.filter-list li a i.ico-text {
	background-image: url(../img/icon/text.svg)
}

ul.filter-list li a i.ico-comment {
	background-image: url(../img/icon/comment.svg)
}

ul.filter-list li a.active,
ul.filter-list li a:hover {
	background-color: #202536
}

ul.filter-list li:last-child {
	margin-right: 0
}

@media (max-width:1199px) {
	ul.filter-list {
		flex-wrap: wrap
	}
	ul.filter-list li {
		margin-right: 5px
	}
	ul.filter-list li a {
		padding: 10px 10px 7px
	}
}

@media (max-width:767px) {
	ul.filter-list li {
		margin: 5px
	}
}

@media (max-width:480px) {
	ul.filter-list li {
		width: 100%
	}
}

.user-info-box {
	display: flex;
	align-items: center;
	padding: 25px
}

.user-info-box img.avatar {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #ffcc74;
	background-color: #d8d8d8;
	margin-right: 15px
}

.user-info-box span.user-info {
	line-height: 14px;
	padding-top: 5px
}

.user-info-box span.user-info span.user-info__username {
	font-family: NexaHeavy;
	color: #ffcc74;
	font-size: 13px;
	display: block
}

.user-info-box span.user-info span.user-info__message {
	font-size: 12px;
	color: #626a87;
	display: block
}

ul.user-nav {
	margin-top: 50px
}

ul.user-nav li a {
	padding: 17px 20px;
	display: flex;
	color: #fff;
	border-left: 3px solid transparent;
	-webkit-transition: all .2s;
	transition: all .2s
}

ul.user-nav li a i {
	width: 32px;
	text-align: center;
	margin-right: 20px
}

ul.user-nav li a i.icon-after-watch,
ul.user-nav li a i.icon-comment,
ul.user-nav li a i.icon-watched {
	font-size: 12px;
	line-height: 15px
}

ul.user-nav li a span {
	font-size: 13px
}

ul.user-nav li a.active,
ul.user-nav li a:hover {
	background-color: #1f2435;
	color: #ffcc74;
	border-color: #ffcc74
}

ul.user-nav li.sign-out {
	margin-top: 1px
}

ul.user-nav li.nav-name {
	font-size: 12px;
	color: #6d779d;
	margin-left: 25px;
	margin-bottom: 15px
}

@media (max-width:767px) {
	ul.user-nav {
		margin-top: 0
	}
	ul.user-nav li.sign-out {
		margin-top: 25px
	}
}

.tv-series-history-nav {
	margin: 10px 18px
}

.tv-series-history-nav a {
	display: block;
	color: #697492;
	padding: 8px 25px 5px;
	margin-right: 15px;
	border: 2px solid #697492;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-size: 13px
}

.tv-series-history-nav a.active,
.tv-series-history-nav a:hover {
	box-shadow: 0 9px 14px -5px rgba(0, 0, 0, .37);
	background-color: #ffcc74;
	border-color: #ffcc74;
	color: #181818
}

@media (max-width:574px) {
	.tv-series-history-nav {
		display: flex;
		margin: 0 25px
	}
	.tv-series-history-nav a {
		width: 48%;
		margin: 10px 1%;
		text-align: center
	}
}

table.watch-history {
	margin-top: 15px
}

table.watch-history thead tr th {
	border: none;
	color: #848ca2;
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap
}

table.watch-history thead tr th:first-child {
	padding-left: 25px
}

table.watch-history tbody tr td {
	border-top: 1px solid #3d465e;
	vertical-align: middle;
	padding: 8px 10px;
	white-space: nowrap
}

table.watch-history tbody tr td:first-child {
	border-left: 2px solid transparent;
	padding-left: 25px
}

@media (max-width:767px) {
	table.watch-history tbody tr td:last-child {
		padding-right: 25px
	}
}

table.watch-history tbody tr td.text__comments__width {
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: normal
}

table.watch-history tbody tr:hover td {
	background-color: #1c2233
}

table.watch-history tbody tr:hover td:first-child {
	border-left-color: #ffcc74
}

table.watch-history .history__name {
	display: flex;
	align-items: center
}

table.watch-history .history__name img {
	width: 28px;
	height: 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px
}

table.watch-history .history__name .history__text span {
	display: block
}

table.watch-history .history__name .history__text span.text__name {
	font-size: 13px;
	color: #ffcc74;
	font-family: NexaHeavy
}

table.watch-history .history__name .history__text span.text__imyear {
	font-size: 11px;
	color: #848ca2
}

table.watch-history .avatar__name {
	display: flex;
	align-items: center
}

table.watch-history .avatar__name img {
	width: 29px;
	height: 29px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px
}

table.watch-history .avatar__name .avatar__text span {
	display: block
}

table.watch-history .avatar__name .avatar__text span.text__name {
	font-size: 13px;
	color: #ffcc74;
	font-family: NexaHeavy
}

table.watch-history span.text__part,
table.watch-history span.text__time {
	color: #fff;
	font-size: 13px
}

table.watch-history span.text__comments {
	font-size: 13px;
	display: flex
}

table.watch-history span.text__comments i {
	color: #656e92;
	margin-right: 5px;
	margin-left: -18px;
	font-size: 18px
}

table.watch-history span.text__comments span.text__inner {
	color: #fff
}

table.watch-history span.text__status {
	color: #fff;
	font-size: 11px;
	padding: 6px 15px 4px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px
}

table.watch-history span.text__status.badge-primary {
	background-color: #6f73e7
}

table.watch-history span.text__status.badge-success {
	background-color: #45ae6e
}

table.watch-history span.text__status.badge-danger {
	background-color: #ff3b55
}

table.watch-history a.link__continue {
	color: #ffcc74;
	font-size: 13px
}

table.watch-history a.link__continue i.fa {
	font-size: 8px;
	margin-left: 15px
}

.help-inner {
	display: block;
	padding: 0 25px;
	max-height: 200px;
	min-height: 100px;
	margin-bottom: 10px;
	position: relative
}

.help-inner h2,
.help-inner h3 {
	color: #ffcc74;
	font-size: 15px;
	line-height: 20px;
	margin: 3px 0
}

.help-inner p {
	font-size: 13px;
	color: #fff;
	line-height: 20px
}

.help-inner ul {
	margin: 10px 0
}

.help-inner ul li {
	color: #fff;
	line-height: 20px;
	font-size: 13px
}

ul.watch-list {
	padding: 0
}

ul.watch-list li.row {
	margin: 0
}

ul.watch-list li.li_head {
	padding-bottom: 15px
}

ul.watch-list li.li_head .head_td {
	white-space: nowrap;
	color: #848ca2;
	font-size: 12px;
	padding: 0
}

ul.watch-list li.li_head .head_td:first-child {
	padding-left: 15px
}

ul.watch-list li.list-detail {
	border-top: 1px solid #3d465e;
	border-left: 3px solid transparent;
	padding: 15px 0;
	display: flex;
	align-items: center
}

ul.watch-list li.list-detail .detail_td {
	padding: 0
}

ul.watch-list li.list-detail .detail_td:first-child {
	padding-left: 15px
}

ul.watch-list li.list-detail .detail_td:last-child {
	padding-right: 15px
}

ul.watch-list li.list-detail .history__name {
	display: flex;
	align-items: center
}

ul.watch-list li.list-detail .history__name img {
	width: 28px;
	height: 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px
}

ul.watch-list li.list-detail .history__name .history__text span {
	display: block
}

ul.watch-list li.list-detail .history__name .history__text span.text__name {
	font-size: 13px;
	color: #ffcc74;
	font-family: NexaHeavy
}

ul.watch-list li.list-detail .history__name .history__text span.text__imyear {
	font-size: 11px;
	color: #848ca2
}

ul.watch-list li.list-detail .avatar__name {
	display: flex;
	align-items: center
}

ul.watch-list li.list-detail .avatar__name img {
	width: 29px;
	height: 29px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px
}

ul.watch-list li.list-detail .avatar__name .avatar__text span {
	display: block
}

ul.watch-list li.list-detail .avatar__name .avatar__text span.text__name {
	font-size: 13px;
	color: #ffcc74;
	font-family: NexaHeavy
}

ul.watch-list li.list-detail span.text__part,
ul.watch-list li.list-detail span.text__time {
	color: #fff;
	font-size: 13px
}

ul.watch-list li.list-detail span.text__comments {
	font-size: 13px;
	display: flex;
	padding-right: 10px
}

ul.watch-list li.list-detail span.text__comments i {
	color: #656e92;
	margin-right: 5px;
	margin-left: -18px;
	font-size: 18px
}

ul.watch-list li.list-detail span.text__comments span.text__inner {
	color: #fff
}

ul.watch-list li.list-detail span.text__status {
	color: #fff;
	font-size: 11px;
	padding: 6px 15px 4px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px
}

ul.watch-list li.list-detail span.text__status.badge-primary {
	background-color: #6f73e7
}

ul.watch-list li.list-detail span.text__status.badge-success {
	background-color: #45ae6e
}

ul.watch-list li.list-detail span.text__status.badge-danger {
	background-color: #ff3b55
}

ul.watch-list li.list-detail a.link__continue {
	color: #ffcc74;
	font-size: 13px
}

ul.watch-list li.list-detail a.link__continue i.fa {
	font-size: 8px;
	margin-left: 15px
}

ul.watch-list li.list-detail:hover {
	border-left: 3px solid #ffcc74;
	background-color: #242b3c
}

@media (max-width:767px) {
	ul.watch-list li.list-detail .detail_td a.link__continue i {
		display: none
	}
}

@media (max-width:574px) {
	ul.watch-list li.li_head {
		display: none
	}
	ul.watch-list li.list-detail {
		display: flex;
		align-items: center
	}
	ul.watch-list li.list-detail .detail_td {
		padding-left: 15px;
		padding-right: 15px
	}
	ul.watch-list li.list-detail .detail_td span.text__comments {
		padding-left: 17px;
		padding-right: 0
	}
	ul.watch-list li.list-detail .detail_td span.text__part.watch-text {
		display: block;
		text-align: right
	}
	ul.watch-list li.list-detail .detail_td span.text__time {
		display: block;
		margin-top: 10px
	}
	ul.watch-list li.list-detail .detail_td span.text__time.watch-text {
		padding-left: 38px
	}
	ul.watch-list li.list-detail .detail_td span.text__time.watch-text-time {
		text-align: right;
		margin-top: 0
	}
	ul.watch-list li.list-detail .detail_td a.link__continue {
		display: block;
		margin-top: 10px;
		text-align: right
	}
	ul.watch-list li.list-detail .detail_td span.text__comments {
		display: block;
		margin-top: 10px
	}
	ul.watch-list li.list-detail:first-child {
		border-top: none!important
	}
}

.profile-avatar .avatar-box {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 15px auto;
	border: 3px solid #ffcc74;
	background-color: #d8d8d8
}

.profile-avatar img.avatar {
	margin: 15px 0;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #ffcc74;
	background-color: #d8d8d8
}

.profile-avatar p {
	color: #fff;
	font-size: 18px;
	font-family: NexaHeavy
}

.avatar-settings-dropdown {
	margin-top: 15px
}

.avatar-settings-dropdown .dropdown-toggle {
	background-color: #202536;
	font-size: 13px;
	color: #fff;
	padding: 10px 15px 5px
}

.avatar-settings-dropdown .dropdown-toggle i {
	color: #ffcc74;
	margin-right: 5px
}

.avatar-settings-dropdown .dropdown-toggle:hover {
	background-color: #171d31
}

.avatar-settings-dropdown.show .dropdown-toggle {
	background-color: #171d31
}

.avatar-settings-dropdown .dropdown-menu {
	width: 376px;
	padding: 0;
	min-height: 100px;
	left: 50%!important;
	transform: translate3d(-50%, 55px, 0)!important;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	box-shadow: 0 7px 17px -2px rgba(0, 0, 0, .5);
	background-color: #0c0f16
}

.avatar-settings-dropdown .dropdown-menu:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 10px 7px;
	transform: translate3d(-50%)!important;
	border-color: transparent transparent rgba(12, 15, 22, .9) transparent
}

.avatar-settings-dropdown .dropdown-menu .dropdown-menu__title {
	border-bottom: 2px solid rgba(255, 255, 255, .13);
	padding: 0 0 5px;
	position: relative;
	margin: 25px 25px 15px
}

.avatar-settings-dropdown .dropdown-menu .dropdown-menu__title h4 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
	position: relative;
	display: inline-block
}

.avatar-settings-dropdown .dropdown-menu .dropdown-menu__title h4 strong {
	font-family: NexaHeavy
}

.avatar-settings-dropdown .dropdown-menu .dropdown-menu__title h4:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffcc74
}

.avatar-settings-dropdown .dropdown-menu ul.avatar-list {
	max-height: 285px;
	min-height: 100px;
	margin-bottom: 25px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}

.avatar-settings-dropdown .dropdown-menu ul.avatar-list li {
	margin: 10px
}

.avatar-settings-dropdown .dropdown-menu ul.avatar-list li a img {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid transparent
}

.avatar-settings-dropdown .dropdown-menu ul.avatar-list li a:hover img {
	border: 3px solid #ffcc74
}

.avatar-settings-dropdown .dropdown-menu .ps__rail-y {
	background-color: rgba(101, 110, 146, .26)!important;
	margin-bottom: 0
}

.avatar-settings-dropdown .dropdown-menu .ps__rail-y .ps__thumb-y {
	background-color: #66718f!important
}

@media (max-width:574px) {
	.avatar-settings-dropdown .dropdown-toggle {
		background-color: #2f3750
	}
}

@media (max-width:480px) {
	.avatar-settings-dropdown .dropdown-menu {
		width: 100%
	}
}

.invitation-box {
	padding: 25px 0
}

.invitation-box .invitation-right {
	margin: 0 auto;
	display: inline-block
}

.invitation-box .invitation-no-right {
	margin: 0 auto;
	display: block;
	width: 128px;
	height: 128px;
	border: 4px solid #4d587a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 25px;
	text-align: center
}

.invitation-box .invitation-no-right i.fa {
	color: #ffcc74;
	display: block
}

.invitation-box .invitation-no-right span.inv-text {
	color: #fff;
	font-size: 9px;
	font-family: NexaHeavy;
	padding: 5px;
	display: block
}

.movie__page .card__movie-info {
	margin-top: 100px;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0
}

@media (max-width:574px) {
	.movie__page {
		margin-top: 15px
	}
}

.movie-info-poster-parent {
	width: 285px;
	margin: 0 15px 0 45px
}

@media (max-width:1199px) {
	.movie-info-poster-parent {
		margin: 0 5px 0 15px
	}
}

@media (max-width:767px) {
	.movie-info-poster-parent {
		margin: 0 15px
	}
}

.movie-info-poster {
	box-shadow: 0 19px 18px -10px rgba(0, 0, 0, .33);
	width: 100%;
	margin: -60px auto 0 auto;
	position: relative
}

.movie-info-poster img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.movie-info-poster .poster-info-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 100px;
	text-align: center;
	border-radius: 0 0 3px 3px;
	background-image: linear-gradient(180deg, rgba(32, 37, 54, 0) 2%, rgba(32, 37, 54, .8) 100%)
}

.movie-info-poster .poster-info-bottom p {
	font-size: 14px;
	color: #fff;
	width: 100%;
	display: inline-block;
	font-family: NexaHeavy
}

.movie-info-poster .movie-info-imdb {
	position: absolute;
	right: -35px;
	top: -35px;
	background-color: #1f2435;
	border-radius: 50%;
	padding: 5px
}

@media (max-width:480px) {
	.movie-info-poster .movie-info-imdb {
		right: -15px
	}
}

.movie-info-watch-buttons .new-part a {
	display: flex;
	align-items: center;
	background: -moz-linear-gradient(-45deg, rgba(56, 64, 83, .79) 0, rgba(201, 208, 211, .27) 56%, rgba(68, 79, 108, .36) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(56, 64, 83, .79) 0, rgba(201, 208, 211, .27) 56%, rgba(68, 79, 108, .36) 100%);
	background: linear-gradient(135deg, rgba(56, 64, 83, .79) 0, rgba(201, 208, 211, .27) 56%, rgba(68, 79, 108, .36) 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 22px 25px;
	margin: 22px 0;
	position: relative
}

.movie-info-watch-buttons .new-part a:hover {
	background: -moz-linear-gradient(left, rgba(133, 126, 107, .71) 0, rgba(165, 149, 118, .56) 65%, rgba(231, 188, 112, .54) 100%);
	background: -webkit-linear-gradient(left, rgba(133, 126, 107, .71) 0, rgba(165, 149, 118, .56) 65%, rgba(231, 188, 112, .54) 100%);
	background: linear-gradient(to right, rgba(133, 126, 107, .71) 0, rgba(165, 149, 118, .56) 65%, rgba(231, 188, 112, .54) 100%)
}

.movie-info-watch-buttons .new-part a span.date {
	margin-right: 25px
}

.movie-info-watch-buttons .new-part a span.date span {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 16px
}

.movie-info-watch-buttons .new-part a span.date span.day {
	font-size: 18px
}

.movie-info-watch-buttons .new-part a span.date span.month {
	font-size: 10px;
	font-family: NexaHeavy
}

.movie-info-watch-buttons .new-part a span.part-name {
	line-height: 13px
}

.movie-info-watch-buttons .new-part a span.part-name span {
	display: block
}

.movie-info-watch-buttons .new-part a span.part-name span.name-1 {
	font-size: 14px;
	color: #fff;
	font-family: NexaHeavy
}

.movie-info-watch-buttons .new-part a span.part-name span.name-2 {
	font-size: 11px;
	color: #ffcc74
}

.movie-info-watch-buttons .new-part a span.new-output {
	position: absolute;
	top: -4px;
	right: -4px;
	background-color: #ff4f67;
	padding: 3px 5px;
	font-size: 8px;
	font-family: NexaHeavy;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.movie-info-watch-buttons .lang-watch a {
	display: flex;
	align-items: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 14px 25px 10px;
	margin: 22px 0;
	position: relative;
	background: -moz-linear-gradient(-45deg, rgba(56, 64, 83, .79) 0, rgba(201, 208, 211, .27) 56%, rgba(68, 79, 108, .36) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(56, 64, 83, .79) 0, rgba(201, 208, 211, .27) 56%, rgba(68, 79, 108, .36) 100%);
	background: linear-gradient(135deg, rgba(56, 64, 83, .79) 0, rgba(201, 208, 211, .27) 56%, rgba(68, 79, 108, .36) 100%)
}

.movie-info-watch-buttons .lang-watch a:hover {
	background: -moz-linear-gradient(left, rgba(133, 126, 107, .71) 0, rgba(165, 149, 118, .56) 65%, rgba(231, 188, 112, .54) 100%);
	background: -webkit-linear-gradient(left, rgba(133, 126, 107, .71) 0, rgba(165, 149, 118, .56) 65%, rgba(231, 188, 112, .54) 100%);
	background: linear-gradient(to right, rgba(133, 126, 107, .71) 0, rgba(165, 149, 118, .56) 65%, rgba(231, 188, 112, .54) 100%)
}

.movie-info-watch-buttons .lang-watch a.lang__option-3 {
	background: 0 0;
	border: 2px solid #556080
}

.movie-info-watch-buttons .lang-watch a.lang__option-3:hover {
	border-color: #ffcc74
}

.movie-info-watch-buttons .lang-watch a span.lang-name {
	line-height: 13px
}

.movie-info-watch-buttons .lang-watch a span.lang-name span {
	display: block
}

.movie-info-watch-buttons .lang-watch a span.lang-name span.lang-text {
	font-size: 14px;
	color: #fff;
	font-family: NexaHeavy
}

.movie-info-watch-buttons .lang-watch a span.lang-name span.lang-link {
	font-size: 11px;
	color: #ffcc74
}

.movie-info-watch-buttons .lang-watch a span.lang-options {
	padding-top: 3px;
	padding-left: 2px;
	text-align: center;
	width: 26px;
	height: 26px;
	margin: -6px 15px 0 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: NexaHeavy;
	font-size: 15px;
	color: #fff
}

.movie-info-watch-buttons .lang-watch a span.lang-options.lang__option-1 {
	background-color: #00b22e
}

.movie-info-watch-buttons .lang-watch a span.lang-options.lang__option-2 {
	background-color: #ff3b55
}

.movie-info-watch-buttons .lang-watch a span.lang-options.lang__option-3 {
	background-color: #4ca7c6
}

.movie-info-div {
	padding-left: 25px
}

.movie-info-title {
	margin-bottom: 27px;
	margin-top: -60px
}

.movie-info-title .info-title h2 {
	font-size: 26px;
	color: #fff;
	margin-bottom: 0;
	line-height: 26px
}

.movie-info-title .info-title span {
	font-size: 11px;
	color: #ffcc74;
	display: block
}

.movie-info-title .info-buttons {
	margin: 0 15px
}

.movie-info-title .info-buttons .btn {
	color: #7b86a7;
	font-size: 12px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: 2px solid #556080;
	padding-bottom: 3px;
	margin: 0 5px
}

.movie-info-title .info-buttons .btn i {
	margin-right: 5px
}

.movie-info-title .info-buttons .btn.active,
.movie-info-title .info-buttons .btn:focus,
.movie-info-title .info-buttons .btn:hover {
	background-color: transparent;
	color: #ffcc74;
	box-shadow: none;
	border-color: #ffcc74
}

.movie-info-title .info-buttons .rate-dropdown {
	position: relative
}

.movie-info-title .info-buttons .rate-dropdown .rate-box {
	position: absolute;
	top: 45px;
	z-index: 9;
	left: 50%;
	transform: translateX(-50%);
	padding: 25px 50px;
	width: 305px;
	min-height: 180px;
	box-shadow: 0 7px 17px -2px rgba(0, 0, 0, .5);
	border-radius: 9px;
	border: 2px solid #556080;
	background-color: #1d222f;
	display: none
}

.movie-info-title .info-buttons .rate-dropdown .rate-box.js-rate-show {
	display: block
}

.movie-info-title .info-buttons .rate-dropdown .rate-box p {
	font-size: 14px;
	line-height: 18px;
	text-align: center
}

.movie-info-title .info-buttons .rate-dropdown .rate-box p span.result-point {
	font-family: NexaHeavy
}

.movie-info-title .info-buttons .rate-dropdown .rate-box p.no-select {
	color: #ffcc74;
	margin-bottom: 10px
}

.movie-info-title .info-buttons .rate-dropdown .rate-box ul.rate-points li {
	margin: 5px
}

.movie-info-title .info-buttons .rate-dropdown .rate-box ul.rate-points li a.rate-link {
	background-color: transparent;
	border: 2px solid #556080;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #7b86a7;
	font-size: 12px;
	width: 32px;
	height: 32px;
	display: inline-block;
	padding: 0;
	line-height: 30px;
	text-align: center
}

.movie-info-title .info-buttons .rate-dropdown .rate-box ul.rate-points li a.rate-link.active,
.movie-info-title .info-buttons .rate-dropdown .rate-box ul.rate-points li a.rate-link:hover {
	border-color: #ffcc74;
	color: #ffcc74
}

.movie-info-title .info-buttons .rate-dropdown .rate-box ul.rate-points li:last-child {
	margin-right: 0
}

.movie-info-title .info-buttons .rate-dropdown .rate-box .rate-add-div {
	text-align: center;
	margin-top: 15px
}

.movie-info-title .info-buttons .rate-dropdown .rate-box .rate-add-div a.rate-add,
.movie-info-title .info-buttons .rate-dropdown .rate-box .rate-add-div a.rate-close {
	background-color: transparent;
	border: 2px solid #556080;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #7b86a7;
	font-size: 12px;
	min-width: 32px;
	min-height: 32px;
	display: inline-block;
	padding: 8px 20px 4px;
	text-align: center
}

.movie-info-title .info-buttons .rate-dropdown .rate-box .rate-add-div a.rate-add:hover,
.movie-info-title .info-buttons .rate-dropdown .rate-box .rate-add-div a.rate-close:hover {
	border-color: #ffcc74;
	color: #ffcc74
}

.movie-info-title .info-buttons .rate-dropdown .rate-box a.rate-back {
	color: #6b759b;
	font-size: 13px;
	display: inline-block;
	padding: 8px 12px 4px;
	text-align: center
}

.movie-info-title .info-buttons .rate-dropdown .rate-box a.rate-back:hover {
	color: #ffcc74
}

.movie-info-title .info-buttons .rate-dropdown .rate-box .success-rate {
	padding: 0
}

.movie-info-title .info-buttons .rate-dropdown .rate-box .success-rate i {
	color: #ffcc74;
	font-size: 52px;
	margin: 15px 0;
	display: block;
	text-align: center
}

.movie-info {
	height: 100%
}

.movie-info .row {
	height: 100%!important
}

@media (max-width:767px) {
	.movie-info .row {
		height: auto!important
	}
}

.movie-info .movie-info-text {
	padding: 25px 0
}

.movie-info .movie-info-text p {
	color: #afb5cc;
	font-size: 13px;
	line-height: 21.03px;
	margin-bottom: 12px
}

.movie-info .movie-info-list-bg {
	position: relative;
	padding-right: 0
}

.movie-info .movie-info-list-bg:before {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	border-radius: 0;
	background-image: linear-gradient(to top, #455070 0, rgba(69, 80, 112, 0) 100%);
	width: 100%;
	height: 100%;
	z-index: 0
}

.movie-info .movie-info-list-bg * {
	position: relative;
	z-index: 1
}

.movie-info ul.movie-info-list li {
	margin: 35px 25px;
	display: flex;
	align-items: center
}

.movie-info ul.movie-info-list li .ico-box {
	margin-right: 15px
}

.movie-info ul.movie-info-list li .ico-box span {
	width: 30px;
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center
}

.movie-info ul.movie-info-list li .ico-box span.ico-world {
	background-image: url(../img/icon/world.svg)
}

.movie-info ul.movie-info-list li .ico-box span.ico-year-2 {
	background-image: url(../img/icon/year-2.svg)
}

.movie-info ul.movie-info-list li .ico-box span.ico-comment-2 {
	background-image: url(../img/icon/comment-2.svg)
}

.movie-info ul.movie-info-list li .ico-box span.ico-comment-1 {
	background-image: url(../img/icon/comment-1.svg)
}

.movie-info ul.movie-info-list li .ico-box span.ico-section-number {
	background-image: url(../img/icon/section-number.svg)
}

.movie-info ul.movie-info-list li .ico-box span.ico-eye {
	background-image: url(../img/icon/eye.svg)
}

.movie-info ul.movie-info-list li .article-box span {
	display: block
}

.movie-info ul.movie-info-list li .article-box span.list-name {
	color: #8e98b5;
	font-size: 12px
}

.movie-info ul.movie-info-list li .article-box span.list-content {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-family: NexaHeavy
}

@media (max-width:1199px) {
	.movie-info ul.movie-info-list li {
		margin: 25px 15px
	}
}

.cast-box {
	background-color: #1a1e2e;
	padding: 20px 15px 15px;
	position: relative;
	z-index: 9;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px
}

.cast-box .cast-text span {
	display: block
}

.cast-box .cast-text span.t-1 {
	font-size: 16px;
	color: #fff;
	line-height: 16px
}

.cast-box .cast-text span.t-1 strong {
	font-family: NexaHeavy
}

.cast-box .cast-text span.t-2 a {
	font-size: 11px;
	color: #afb5cc
}

.cast-box a.show-all-cast {
	display: flex;
	align-items: center;
	margin-top: 3px
}

.cast-box a.show-all-cast span.js-text {
	margin-right: 10px;
	line-height: 16px
}

.cast-box a.show-all-cast.active i {
	transform: rotate(180deg)
}

.cast-box .cast-list__owl .owl-stage-outer {
	padding-left: 25px
}

.cast-box .cast-list__owl .cast-item a {
	display: flex;
	align-items: center
}

.cast-box .cast-list__owl .cast-item a img {
	width: 28px;
	height: 36px;
	margin-right: 15px;
	border-radius: 2px
}

.cast-box .cast-list__owl .cast-item a span.cast-role span {
	display: block
}

.cast-box .cast-list__owl .cast-item a span.cast-role span.name {
	font-family: NexaHeavy;
	font-size: 12px
}

.cast-box .cast-list__owl .cast-item a span.cast-role span.role {
	font-style: italic;
	font-size: 11px;
	color: #ffcc74
}

.cast-box .cast-list__owl .owl-nav button.owl-next,
.cast-box .cast-list__owl .owl-nav button.owl-prev {
	position: absolute;
	top: -5px;
	width: 200px;
	height: 50px;
	padding: 0;
	color: rgba(255, 255, 255, .6);
	outline: 0;
	font-size: 22px
}

.cast-box .cast-list__owl .owl-nav button.owl-next span,
.cast-box .cast-list__owl .owl-nav button.owl-prev span {
	font-size: 24px;
	line-height: 24px
}

.cast-box .cast-list__owl .owl-nav button.owl-next:hover,
.cast-box .cast-list__owl .owl-nav button.owl-prev:hover {
	color: #fff
}

.cast-box .cast-list__owl .owl-nav button.owl-prev {
	left: 0;
	text-align: left;
	background-image: linear-gradient(to right, #1a1e2e 2%, rgba(26, 30, 46, .2) 99%)
}

.cast-box .cast-list__owl .owl-nav button.owl-next {
	right: 0;
	text-align: right;
	background-image: linear-gradient(to right, rgba(26, 30, 46, .2) 2%, #1a1e2e 99%)
}

.cast-box .cast-list__owl.off {
	display: flex;
	flex-wrap: wrap
}

.cast-box .cast-list__owl.off .cast-item {
	margin: 0 0 15px;
	width: 20%
}

@media (max-width:1199px) {
	.cast-box .cast-list__owl.off .cast-item {
		width: 25%
	}
}

@media (max-width:991px) {
	.cast-box .cast-list__owl.off .cast-item {
		width: 33%
	}
}

@media (max-width:574px) {
	.cast-box .cast-list__owl.off .cast-item {
		width: 50%
	}
}

.movie-info-bottom {
	padding: 15px 30px
}

.movie-info-bottom .social-share {
	display: flex;
	align-items: center
}

.movie-info-bottom .social-share a.social-link {
	width: 100px;
	text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 6px 10px 3px;
	color: #fff;
	font-size: 12px;
	margin: 0 5px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.movie-info-bottom .social-share a.social-link.facebook {
	background-color: #3b5998
}

.movie-info-bottom .social-share a.social-link.facebook:hover {
	background-color: #5770a5
}

.movie-info-bottom .social-share a.social-link.twitter {
	background-color: #1da1f2
}

.movie-info-bottom .social-share a.social-link.twitter:hover {
	background-color: #49b3f5
}

.movie-info-bottom .social-share span.text {
	color: #7b86a7;
	font-size: 13px;
	margin-left: 25px
}

.movie-info-bottom .time-category {
	text-align: right
}

.movie-info-bottom .time-category span {
	font-size: 13px;
	color: #7b86a7
}

.movie-info-bottom .time-category span.time {
	margin-right: 30px
}

.movie-info-bottom .time-category span strong {
	font-style: 12px;
	font-family: NexaHeavy;
	color: #fff
}

.part-box {
	position: relative
}

.part-box ul.part-season-list {
	border-radius: 12px 12px 0 0;
	background-color: #1d212f;
	padding: 25px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.part-box ul.part-season-list li {
	margin: 5px 10px;
	display: inline-block
}

.part-box ul.part-season-list li a {
	display: block;
	color: #697492;
	padding: 8px 20px 5px;
	margin: 0;
	border: 2px solid #697492;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-size: 13px
}

.part-box ul.part-season-list li a.active,
.part-box ul.part-season-list li a:hover {
	box-shadow: 0 9px 14px -5px rgba(0, 0, 0, .37);
	background-color: #ffcc74;
	border-color: #ffcc74;
	color: #181818
}

@media (max-width:767px) {
	.part-box ul.part-season-list {
		padding: 25px 15px
	}
	.part-box ul.part-season-list li {
		margin: 5px 4px
	}
	.part-box ul.part-season-list li a {
		padding: 8px 10px 5px
	}
}

.part-box table.part-list {
	margin-top: 15px;
	margin-bottom: 0
}

.part-box table.part-list thead tr th {
	border: none;
	color: #848ca2;
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap
}

.part-box table.part-list thead tr th:first-child {
	padding-left: 25px
}

.part-box table.part-list tbody tr td {
	border-top: 1px solid #3d465e;
	vertical-align: middle;
	padding: 13px 10px
}

.part-box table.part-list tbody tr td:first-child {
	border-left: 2px solid transparent;
	padding-left: 25px
}

.part-box table.part-list tbody tr:hover td {
	background-color: #1c2233
}

.part-box table.part-list tbody tr:hover td:first-child {
	border-left-color: #ffcc74
}

.part-box table.part-list span.text__part,
.part-box table.part-list span.text__part-name,
.part-box table.part-list span.text__time {
	color: #fff;
	font-size: 13px
}

.part-box table.part-list span.text__part strong {
	color: #ffcc74;
	font-weight: 400
}

.part-box table.part-list span.text__part-name {
	font-family: NexaHeavy
}

.part-box table.part-list span.movie-options {
	display: flex;
	justify-content: center
}

.part-box table.part-list span.movie-options span {
	padding-top: 1px;
	padding-right: 0;
	text-align: center;
	width: 16px;
	height: 16px;
	margin: 3px 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: NexaHeavy;
	font-size: 12px;
	color: #fff
}

.part-box table.part-list span.movie-options span.movie-options__language {
	background-color: #00b22e
}

.part-box table.part-list span.movie-options span.movie-options__option-2 {
	background-color: #ff3b55
}

.part-box table.part-list span.movie-options span.movie-options__option-3 {
	background-color: #4ca7c6
}

.part-box .part-watch-control {
	position: absolute;
	bottom: -40px;
	padding-left: 25px
}

.part-box .part-watch-control a {
	font-size: 13px;
	color: #7b86a7;
	margin-right: 25px
}

.part-box .part-watch-control a:hover {
	color: #ffcc74
}

@media (max-width:574px) {
	.part-box .part-watch-control {
		bottom: -55px
	}
	.part-box .part-watch-control a {
		display: block
	}
}

ul.tv-series-part-list {
	padding: 0
}

ul.tv-series-part-list li.row {
	margin: 0
}

ul.tv-series-part-list li.li_head {
	padding-bottom: 15px
}

ul.tv-series-part-list li.li_head .head_td {
	white-space: nowrap;
	color: #848ca2;
	font-size: 12px;
	padding: 0
}

ul.tv-series-part-list li.li_head .head_td.status {
	text-align: center
}

ul.tv-series-part-list li.part-detail {
	border-top: 1px solid #3d465e;
	border-left: 3px solid transparent;
	padding: 15px 0
}

ul.tv-series-part-list li.part-detail .detail_td {
	padding: 0
}

ul.tv-series-part-list li.part-detail .detail_td span.mb-text {
	display: none;
	color: #848ca2;
	font-size: 12px;
	line-height: 5px;
	margin-top: 10px
}

ul.tv-series-part-list li.part-detail .detail_td a.part-watched {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #556080;
	display: block;
	margin: -2px auto;
	color: #fff
}

ul.tv-series-part-list li.part-detail .detail_td a.part-watched span {
	display: none;
	line-height: 20px;
	text-align: center
}

ul.tv-series-part-list li.part-detail .detail_td a.part-watched.watched {
	background-color: #03a830;
	border-color: #03a830
}

ul.tv-series-part-list li.part-detail .detail_td a.part-watched.watched span {
	display: block
}

ul.tv-series-part-list li.part-detail .detail_td span.text__part,
ul.tv-series-part-list li.part-detail .detail_td span.text__part-name,
ul.tv-series-part-list li.part-detail .detail_td span.text__time {
	color: #fff;
	font-size: 13px
}

ul.tv-series-part-list li.part-detail .detail_td span.text__part strong {
	color: #ffcc74;
	font-weight: 400
}

ul.tv-series-part-list li.part-detail .detail_td span.text__part-name {
	font-family: NexaHeavy
}

ul.tv-series-part-list li.part-detail .detail_td span.movie-options {
	display: flex;
	justify-content: center
}

ul.tv-series-part-list li.part-detail .detail_td span.movie-options span {
	line-height: 18px;
	text-align: center;
	width: 16px;
	height: 16px;
	margin: 3px 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: NexaHeavy;
	font-size: 12px;
	color: #fff
}

ul.tv-series-part-list li.part-detail .detail_td span.movie-options span.movie-options__language {
	background-color: #00b22e
}

ul.tv-series-part-list li.part-detail .detail_td span.movie-options span.movie-options__option-2 {
	background-color: #ff3b55
}

ul.tv-series-part-list li.part-detail .detail_td span.movie-options span.movie-options__option-3 {
	background-color: #4ca7c6
}

ul.tv-series-part-list li.part-detail:hover {
	border-left: 3px solid #ffcc74;
	background-color: #242b3c
}

@media (max-width:574px) {
	.part-box ul.part-season-list {
		margin-bottom: 0!important
	}
	ul.tv-series-part-list li.li_head {
		display: none
	}
	ul.tv-series-part-list li.part-detail {
		display: flex;
		align-items: center
	}
	ul.tv-series-part-list li.part-detail:first-child {
		border-top: none
	}
	ul.tv-series-part-list li.part-detail .detail_td span.mb-text {
		display: block
	}
	ul.tv-series-part-list li.part-detail .detail_td span.movie-options {
		justify-content: start
	}
	ul.tv-series-part-list li.part-detail .detail_td span.movie-options span {
		line-height: 18px;
		text-align: center;
		width: 16px;
		height: 16px;
		margin: 3px 5px 3px 0
	}
	ul.tv-series-part-list li.part-detail .mb-design {
		display: flex
	}
	ul.tv-series-part-list li.part-detail .mb-design .mb-date {
		order: 2
	}
	ul.tv-series-part-list li.part-detail .mb-design .mb-options {
		order: 1
	}
}

@media (max-width:430px) {
	ul.tv-series-part-list li.part-detail .detail_td span.mb-text {
		line-height: 13px
	}
	ul.tv-series-part-list li.part-detail .detail_td span.text__part,
	ul.tv-series-part-list li.part-detail .detail_td span.text__part-name,
	ul.tv-series-part-list li.part-detail .detail_td span.text__time {
		display: block;
		line-height: 16px
	}
}

.comment-area {
	margin: 10px 25px;
	position: relative
}

.comment-area form textarea {
	background-color: rgba(25, 29, 41, .78);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	resize: none;
	font-size: 13px;
	line-height: 16px;
	color: #afb5cc;
	padding: 15px;
	height: 120px
}

.comment-area form textarea:focus {
	background-color: rgba(25, 29, 41, .78);
	color: #afb5cc;
	box-shadow: 0 0 0 .2rem #ffcc74
}

.comment-area .comment-box-bottom {
	padding: 15px 0
}

.comment-area .comment-box-bottom .add-spoiler {
	background-color: transparent;
	border: none;
	color: #afb5cc;
	font-size: 13px
}

.comment-area .comment-box-bottom .character-count {
	color: #7b86a7;
	font-size: 13px
}

.comment-area .comment-box-bottom .comment-add-button .btn-add-comment {
	padding: 8px 20px 5px;
	margin-right: 25px
}

.comment-area .comment-box-bottom .comment-add-button .add-spoiler {
	margin-top: 5px;
	cursor: pointer
}

.comment-area .comment-box-bottom .comment-add-button .add-spoiler i {
	margin-right: 8px;
	float: left;
	font-size: 16px;
	margin-top: -1px
}

.comment-area .comment-box-bottom .comment-add-button .add-spoiler:hover {
	color: #fff
}

@media (max-width:574px) {
	.comment-area .comment-box-bottom {
		position: relative
	}
	.comment-area .comment-box-bottom .comment-add-button {
		margin-top: 5px
	}
	.comment-area .comment-box-bottom .comment-add-button .btn-add-comment {
		padding: 8px 15px 5px;
		margin-right: 5px
	}
	.comment-area .comment-box-bottom .comment-add-button .add-spoiler {
		font-size: 11px
	}
	.comment-area .comment-box-bottom .comment-add-button .add-spoiler i {
		font-size: 14px
	}
	.comment-area .comment-box-bottom .character-count {
		position: absolute;
		top: 5px;
		right: 0;
		font-size: 11px
	}
}

.comment-area .unsigned-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(45, 52, 71, .8);
	padding: 25px 0
}

.comment-area .unsigned-box .unsigned {
	margin: 0 auto;
	padding: 10px 25px;
	box-shadow: 0 26px 18px -13px rgba(0, 0, 0, .1);
	border-radius: 5px;
	background-color: #1d222f;
	text-align: center
}

.comment-area .unsigned-box .unsigned i {
	color: #ffcc74;
	margin-right: 15px
}

.comment-area .unsigned-box .unsigned .unsigned__text {
	color: #8e98b6;
	font-size: 14px
}

.comment-area .unsigned-box .unsigned .unsigned__text a {
	color: #ffcc74;
	text-decoration: underline
}

.comment-area .unsigned-box .unsigned .unsigned__text a:hover {
	text-decoration: none
}

@media (max-width:767px) {
	.comment-area .unsigned-box .unsigned {
		padding: 10px 15px
	}
}

.comments-list-div {
	padding: 10px 25px
}

.comments-list-div h3 {
	font-size: 16px;
	color: #fff;
	padding-top: 3px;
	padding-left: 15px;
	border-left: 2px solid #ffcc74
}

.comments-list-div h3 strong {
	font-family: NexaHeavy
}

.comments-list-div ul.comments-list {
	margin-bottom: 15px
}

.comments-list-div ul.comments-list li .comment-content {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid rgba(70, 79, 113, .6)
}

.comments-list-div ul.comments-list li .comment-content.reply-comment {
	padding-left: 60px
}

.comments-list-div ul.comments-list li .comment-content.reply-comment .comment-area {
	margin: 0;
	width: 100%
}

.comments-list-div ul.comments-list li .comment-content.reply-comment .comment-area form textarea {
	height: 80px
}

.comments-list-div ul.comments-list li .comment-content.reply-comment .comment-area .comment-box-bottom .comment-add-button .btn-add-comment {
	padding: 4px 10px 1px
}

.comments-list-div ul.comments-list li:last-child .comment-content {
	border-bottom: none
}

.comments-list-div ul.comments-list li .comments__avatar {
	margin-right: 20px
}

.comments-list-div ul.comments-list li .comments__avatar img {
	width: 39px;
	height: 39px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.comments-list-div ul.comments-list li .comments__info {
	display: inline-block;
	width: 100%
}

.comments-list-div ul.comments-list li .comments__info span.name {
	color: #a8afc3;
	font-size: 13px;
	font-family: NexaHeavy
}

.comments-list-div ul.comments-list li .comments__info span.name span {
	margin-left: 10px;
	color: #afb5cc;
	font-size: 10px;
	font-family: NexaRegular
}

.comments-list-div ul.comments-list li .comments__info span.name i.fa {
	font-size: 18px;
	margin-left: 5px
}

.comments-list-div ul.comments-list li .comments__info .comments__message {
	margin: 5px 0
}

.comments-list-div ul.comments-list li .comments__info .comments__message p {
	font-size: 13px;
	color: #afb5cc;
	line-height: 16px
}

.comments-list-div ul.comments-list li .comments__info .comments__message p.spoiler__hidden {
	display: none
}

.comments-list-div ul.comments-list li .comments__info .comments__message a.js-spoiler__button {
	display: inline-block;
	width: 100%;
	color: #afb5cc;
	font-size: 13px;
	line-height: 16px;
	padding: 10px 25px 7px;
	border-radius: 6px;
	border: 1px dashed rgba(125, 114, 169, .54);
	background-color: #202536
}

.comments-list-div ul.comments-list li .comments__info .comments__message a.js-spoiler__button i {
	margin-right: 10px;
	color: #ffcc74
}

.comments-list-div ul.comments-list li .comments__info .comments__message a.js-spoiler__button u {
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s
}

.comments-list-div ul.comments-list li .comments__info .comments__message a.js-spoiler__button:hover u {
	color: #ffcc74
}

.comments-list-div ul.comments-list li .comments__info .interaction__buttons a {
	white-space: nowrap;
	margin-right: 25px;
	color: #7b86a7;
	font-size: 11px
}

.comments-list-div ul.comments-list li .comments__info .interaction__buttons a i {
	margin-right: 3px
}

.comments-list-div ul.comments-list li .comments__info .interaction__buttons a.like.active,
.comments-list-div ul.comments-list li .comments__info .interaction__buttons a.like:hover {
	color: #45ae6e
}

.comments-list-div ul.comments-list li .comments__info .interaction__buttons a.dislike.active,
.comments-list-div ul.comments-list li .comments__info .interaction__buttons a.dislike:hover {
	color: #ff3b55
}

.comments-list-div ul.comments-list li .comments__info .interaction__buttons a.reply-link:hover {
	color: #fff
}

@media (max-width:574px) {
	.comments-list-div ul.comments-list li .comment-content.reply-comment {
		padding-left: 30px
	}
	.comments-list-div ul.comments-list li .comment-content .interaction__buttons a {
		margin-right: 10px
	}
}

.movie-title-box {
	margin-bottom: 25px
}

.movie-title-box a {
	display: flex;
	align-items: center;
	padding: 15px 25px;
	display: flex;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative
}

.movie-title-box a img {
	margin-right: 15px;
	width: 42px;
	height: 52px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.movie-title-box a span.title__name span {
	display: block
}

.movie-title-box a span.title__name span.name {
	color: #ffcc74;
	font-size: 16px
}

.movie-title-box a span.title__name span.text {
	font-size: 12px;
	color: rgba(255, 255, 255, .6)
}

.movie-title-box.tv-series-title a {
	background-image: linear-gradient(-32deg, #455070 0, rgba(69, 80, 112, 0) 100%)
}

.movie-title-box.tv-series-title a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/tv-series-page-bg.png) 0 0 no-repeat;
	background-size: 104% 104%;
	z-index: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.movie-title-box.tv-series-title a * {
	position: relative;
	z-index: 1
}

.movie-title-box.movie-title a {
	background-image: linear-gradient(-32deg, #455070 0, rgba(69, 80, 112, 0) 100%)
}

.movie-title-box.movie-title a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/movie-page-bg.png) 0 0 no-repeat;
	background-size: 104% 104%;
	z-index: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.movie-title-box.movie-title a * {
	position: relative;
	z-index: 1
}

@media (max-width:991px) {
	.movie-info-poster-parent {
		width: 220px
	}
	.movie-info-title .info-title h2 {
		font-size: 20px
	}
	.movie-info-title .info-buttons {
		margin: 0
	}
	.movie-info-title .info-buttons .btn {
		margin: 0 5px
	}
}

@media (max-width:767px) {
	.movie-info-div {
		padding-left: 15px
	}
	.movie-info-poster-parent {
		width: 100%
	}
	.movie-info-poster-parent .movie-info-poster {
		width: 285px
	}
	.movie-info .movie-info-text {
		padding-bottom: 0;
		padding-top: 0
	}
	.movie-info .movie-info-list-bg {
		padding-left: 0
	}
	.movie-info .movie-info-list-bg:before {
		right: 0;
		height: 105%
	}
	.movie-info ul.movie-info-list {
		padding: 15px;
		display: flex;
		flex-wrap: wrap
	}
	.movie-info ul.movie-info-list li {
		margin: 10px 0;
		width: 50%
	}
	.movie-info-title {
		margin-top: 0;
		padding: 0
	}
	.movie-info-bottom .social-share span.text {
		display: none
	}
	.movie-info-bottom {
		padding: 15px 0
	}
	.movie-info-bottom .social-share {
		margin-bottom: 15px
	}
	.cast-box .cast-text {
		margin-bottom: 15px
	}
	.cast-box .cast-list__owl .owl-nav button.owl-next,
	.cast-box .cast-list__owl .owl-nav button.owl-prev {
		width: 100px
	}
}

@media (max-width:574px) {
	.movie-info-title .info-buttons {
		margin-top: 10px
	}
	.movie-info-title .info-buttons .btn {
		margin: 5px 10px 5px 0
	}
	.movie-info-title .info-buttons .rate-dropdown .rate-box {
		left: 0;
		transform: translateX(0)
	}
}

@media (max-width:480px) {
	.movie-info-poster-parent .movie-info-poster {
		width: 100%
	}
	.movie-info-bottom .time-category {
		text-align: left
	}
	.movie-info-bottom .time-category span {
		display: block
	}
	.movie-info-title .info-buttons .rate-dropdown .rate-box {
		width: 270px;
		padding: 25px
	}
	.cast-box .cast-list__owl .owl-nav button.owl-next,
	.cast-box .cast-list__owl .owl-nav button.owl-prev {
		width: 30px
	}
}

.user__settings ul.notification-list {
	padding: 15px 0
}

.user__settings ul.notification-list li {
	padding: 15px 25px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #323952
}

.user__settings ul.notification-list li span.text {
	font-size: 13px;
	color: #fff
}

.user__settings ul.notification-list li:last-child {
	border-bottom: none
}

.user__settings .buttons {
	padding: 15px 25px
}

.tv-series-watch {
	padding: 25px
}

.tv-series-watch .watch__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid rgba(151, 151, 151, .2);
	padding-bottom: 15px;
	position: relative
}

.tv-series-watch .watch__title .watch__title__name {
	position: relative;
	display: flex;
	align-items: center
}

.tv-series-watch .watch__title .watch__title__name:before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffcc74
}

.tv-series-watch .watch__title .watch__title__name img.watch__thumb {
	width: 29px;
	height: 36px;
	margin-right: 15px
}

.tv-series-watch .watch__title .watch__title__name .name__text {
	line-height: 10px
}

.tv-series-watch .watch__title .watch__title__name .name__text h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 24px;
	line-height: 24px
}

.tv-series-watch .watch__title .watch__title__name .name__text span {
	color: #ffcc74;
	font-size: 12px
}

.tv-series-watch .watch__title .watch__title__info {
	display: flex;
	align-items: center
}

.tv-series-watch .watch__title .watch__title__info span.info__text {
	border-right: 1px solid rgba(151, 151, 151, .2);
	padding: 5px 15px;
	line-height: 14px
}

.tv-series-watch .watch__title .watch__title__info span.info__text:last-child {
	border-right: none;
	padding-right: 0
}

.tv-series-watch .watch__title .watch__title__info span.info__text span {
	display: block;
	text-align: center
}

.tv-series-watch .watch__title .watch__title__info span.info__text span.count {
	font-size: 13px;
	color: #fff
}

.tv-series-watch .watch__title .watch__title__info span.info__text span.text {
	font-size: 11px;
	color: rgba(255, 255, 255, .5)
}

.tv-series-watch .watch__title .error-report-box {
	position: absolute;
	top: -45px;
	right: 0;
	display: flex
}

.tv-series-watch .watch__title .error-report-box a.error-report {
	font-size: 11px;
	color: #ffcc74;
	-webkit-transition: all .2s;
	transition: all .2s
}

.tv-series-watch .watch__title .error-report-box a.error-report i {
	margin-right: 8px;
	font-size: 14px;
	float: left
}

.tv-series-watch .watch__title .error-report-box a.error-report:hover {
	color: #fff
}

.tv-series-watch .watch__title .error-report-box .dropdown-menu {
	box-shadow: 0 7px 17px -2px rgba(0, 0, 0, .5);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: 2px solid #556080;
	background-color: #1d222f;
	margin-top: 10px;
	transform: translate(-49%, 10px)!important
}

.tv-series-watch .watch__title .error-report-box .dropdown-menu:before {
	content: "";
	position: absolute;
	top: -10px;
	right: 15px;
	left: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 10px 7px;
	transform: translateX(-50%)!important;
	border-color: transparent transparent #556080 transparent
}

.tv-series-watch .watch__title .error-report-box .dropdown-menu a {
	text-align: center;
	display: block;
	color: #fff;
	padding: 5px 10px 2px;
	font-size: 12px;
	width: 100%
}

.tv-series-watch .watch__title .error-report-box .dropdown-menu a:hover {
	background-color: #ffcc74;
	color: #1d222f
}

.tv-series-watch .watch__title .error-report-box.show a.error-report {
	color: #fff
}

@media (max-width:574px) {
	.tv-series-watch .watch__title .error-report-box {
		top: -35px
	}
}

.tv-series-watch .watch__controls {
	padding: 20px 0 0
}

.tv-series-watch .watch__controls .controls__button {
	display: inline-block;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px
}

.tv-series-watch .watch__controls .controls__button .dropdown-toggle {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: 2px solid #556080;
	font-size: 12px;
	color: #7b86a7;
	padding: 3px 10px 0;
	line-height: 25px
}

.tv-series-watch .watch__controls .controls__button .dropdown-toggle span.control__options {
	padding-right: 0;
	text-align: center;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: NexaHeavy;
	font-size: 10px;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	line-height: 18px
}

.tv-series-watch .watch__controls .controls__button .dropdown-toggle span.control__options.option-1 {
	background-color: #ff3b55
}

.tv-series-watch .watch__controls .controls__button .dropdown-toggle span.control__options.option-2 {
	background-color: #00b22e
}

.tv-series-watch .watch__controls .controls__button .dropdown-toggle span.control__options.option-3 {
	background-color: #4ca7c6
}

.tv-series-watch .watch__controls .controls__button .dropdown-toggle.active,
.tv-series-watch .watch__controls .controls__button .dropdown-toggle:focus,
.tv-series-watch .watch__controls .controls__button .dropdown-toggle:hover {
	background-color: #556080;
	color: #fff;
	box-shadow: none
}

.tv-series-watch .watch__controls .controls__button .dropdown-toggle::after {
	display: inline-block;
	border-top: 5px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	vertical-align: 1px
}

.tv-series-watch .watch__controls .controls__button .dropdown-toggle.no-arrow::after {
	display: none
}

.tv-series-watch .watch__controls .controls__button .dropdown-menu {
	box-shadow: 0 7px 17px -2px rgba(0, 0, 0, .5);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: 2px solid #556080;
	background-color: #1d222f;
	margin-top: 10px;
	width: 204px
}

.tv-series-watch .watch__controls .controls__button .dropdown-menu a {
	display: block;
	color: #fff;
	padding: 5px 10px 3px;
	font-size: 12px
}

.tv-series-watch .watch__controls .controls__button .dropdown-menu a img.flag {
	margin-right: 5px;
	width: 19px;
	height: 13px
}

.tv-series-watch .watch__controls .controls__button .dropdown-menu a:hover {
	background-color: #ffcc74;
	color: #1d222f
}

.tv-series-watch .watch__controls .controls__right a.watch-later {
	margin: 0 15px;
	font-size: 13px;
	color: #7782a3
}

.tv-series-watch .watch__controls .controls__right a.watch-later i {
	margin-right: 5px
}

.tv-series-watch .watch__controls .controls__right a.watch-later.active {
	color: #fff
}

.tv-series-watch .watch__controls .controls__right a.watched {
	color: #7b86a7;
	font-size: 13px;
	padding-left: 25px;
	padding-top: 3px;
	background: url(../img/icon/watch-tickbox.svg) 0 0 no-repeat
}

.tv-series-watch .watch__controls .controls__right a.watched.active {
	background: url(../img/icon/watch-tickbox-checked.svg) 0 0 no-repeat;
	color: #45ae6e
}

.tv-series-watch .watch__player__box {
	margin: 20px 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}

.tv-series-watch .watch__player__box iframe {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	width: 100%
}

.tv-series-watch .watch__bottom__controls .next-prev-buttons a {
	background-color: transparent;
	border: 2px solid #556080;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #7b86a7;
	font-size: 12px;
	min-width: 32px;
	min-height: 32px;
	display: inline-block;
	padding: 8px 10px 5px;
	text-align: center;
	margin-right: 10px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.tv-series-watch .watch__bottom__controls .next-prev-buttons a.next i {
	margin-left: 5px
}

.tv-series-watch .watch__bottom__controls .next-prev-buttons a.prev i {
	margin-right: 5px
}

.tv-series-watch .watch__bottom__controls .next-prev-buttons a:hover {
	color: #ffcc74;
	border-color: #ffcc74
}

.tv-series-watch .watch__bottom__controls .social-share {
	display: flex;
	align-items: center
}

.tv-series-watch .watch__bottom__controls .social-share a.social-link {
	width: 100px;
	text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 6px 10px 3px;
	color: #fff;
	font-size: 12px;
	margin: 0 5px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.tv-series-watch .watch__bottom__controls .social-share a.social-link.facebook {
	background-color: #3b5998
}

.tv-series-watch .watch__bottom__controls .social-share a.social-link.facebook:hover {
	background-color: #5770a5
}

.tv-series-watch .watch__bottom__controls .social-share a.social-link.twitter {
	background-color: #1da1f2
}

.tv-series-watch .watch__bottom__controls .social-share a.social-link.twitter:hover {
	background-color: #49b3f5
}

.tv-series-watch .watch__bottom__controls .social-like-count .interaction__buttons {
	display: flex;
	justify-content: space-between
}

.tv-series-watch .watch__bottom__controls .social-like-count .interaction__buttons a {
	color: #7b86a7;
	font-size: 13px
}

.tv-series-watch .watch__bottom__controls .social-like-count .interaction__buttons a i {
	margin-right: 5px
}

.tv-series-watch .watch__bottom__controls .social-like-count .interaction__buttons a.like {
	margin-right: 10px
}

.tv-series-watch .watch__bottom__controls .social-like-count .interaction__buttons a.like.active,
.tv-series-watch .watch__bottom__controls .social-like-count .interaction__buttons a.like:hover {
	color: #45ae6e
}

.tv-series-watch .watch__bottom__controls .social-like-count .interaction__buttons a.dislike.active,
.tv-series-watch .watch__bottom__controls .social-like-count .interaction__buttons a.dislike:hover {
	color: #ff3b55
}

.tv-series-watch .watch__bottom__controls .social-like-count .progress {
	height: 3px;
	margin-top: 5px;
	background-color: transparent
}

.tv-series-watch .watch__bottom__controls .social-like-count .progress .progress-bar.bg-success {
	background-color: #45ae6e
}

.tv-series-watch .watch__bottom__controls .social-like-count .progress .progress-bar.bg-danger {
	background-color: #ff3b55
}

@media (max-width:574px) {
	.tv-series-watch .watch__bottom__controls .social-like-count {
		margin-top: 15px
	}
}

@media (max-width:767px) {
	.tv-series-watch .watch__controls {
		flex-wrap: wrap
	}
	.tv-series-watch .watch__controls .controls__left {
		order: 2;
		width: 100%
	}
	.tv-series-watch .watch__controls .controls__right {
		order: 1;
		width: 100%
	}
}

@media (max-width:574px) {
	.tv-series-watch {
		padding: 15px
	}
	.tv-series-watch .watch__title {
		border-bottom: none;
		display: block
	}
	.tv-series-watch .watch__title a.error-report {
		top: -40px
	}
	.tv-series-watch .watch__title .watch__title__name {
		border-bottom: 2px solid rgba(151, 151, 151, .2);
		padding-bottom: 15px
	}
	.tv-series-watch .watch__title .watch__title__name:before {
		bottom: -2px
	}
	.tv-series-watch .watch__title .watch__title__info {
		margin-top: 15px
	}
	.tv-series-watch .watch__title .watch__title__info span.info__text {
		width: 100%;
		border-right: none;
		padding: 5px 0
	}
	.tv-series-watch .watch__title .watch__title__name .name__text h2 {
		font-size: 16px
	}
	.tv-series-watch .watch__controls .controls__left {
		flex-wrap: wrap
	}
	.tv-series-watch .watch__controls .controls__button.dropdown {
		margin: 5px 0;
		width: 50%;
		text-align: center
	}
	.tv-series-watch .watch__controls .controls__button.dropdown .dropdown-toggle {
		width: 100%
	}
	.tv-series-watch .watch__controls .controls__button.dropdown.option-lang-1 {
		padding-right: 5px
	}
	.tv-series-watch .watch__controls .controls__button.dropdown.option-lang-2 {
		padding-left: 5px
	}
	.tv-series-watch .watch__controls .controls__button.option-fragman {
		margin: 5px 0;
		width: 100%;
		text-align: center
	}
	.tv-series-watch .watch__controls .controls__button.option-fragman .dropdown-toggle {
		width: 100%
	}
	.tv-series-watch .watch__bottom__controls .next-prev-buttons {
		display: flex;
		justify-content: space-between
	}
	.tv-series-watch .watch__bottom__controls .next-prev-buttons a {
		margin: 0 3px
	}
	.tv-series-watch .watch__controls {
		padding-top: 0
	}
}

@media (max-width:357px) {
	.tv-series-watch .watch__controls .controls__button .dropdown-toggle::after {
		display: none;
		padding: 3px 7px 0
	}
}

.other-part-control span.other-total {
	color: #556080;
	font-size: 12px;
	margin-right: 8px;
	margin-top: 4px
}

.other-part-control .orher-navs button {
	width: 18px;
	height: 18px;
	border: 2px solid #556080;
	background-color: transparent;
	color: #556080;
	padding: 0;
	cursor: pointer
}

.other-part-control .orher-navs button i {
	line-height: 10px;
	display: block;
	font-size: 12px;
	margin-top: -1px
}

.other-part-control .orher-navs button.prev {
	border-radius: 4px 0 0 4px;
	border-right: 0
}

.other-part-control .orher-navs button.next {
	border-radius: 0 4px 4px 0
}

.other-part-control .orher-navs button:hover {
	color: #fff;
	background-color: #556080
}

.other-part-list-div {
	max-height: 412px;
	position: relative;
	margin-top: 10px
}

.other-part-list-div ul.other-part-list li {
	border-bottom: 1px solid #464f71
}

.other-part-list-div ul.other-part-list li:last-child {
	border-bottom: none
}

.other-part-list-div ul.other-part-list li>a {
	display: flex;
	align-items: center;
	padding: 15px 25px;
	border-left: 2px solid transparent;
	-webkit-transition: all .2s;
	transition: all .2s
}

.other-part-list-div ul.other-part-list li>a span.part-watched {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #556080;
	display: block;
	margin: -7px 10px 0 0;
	color: #fff
}

.other-part-list-div ul.other-part-list li>a span.part-watched span {
	display: none;
	line-height: 20px;
	text-align: center
}

.other-part-list-div ul.other-part-list li>a span.part-watched.watched {
	background-color: #03a830;
	border-color: #03a830
}

.other-part-list-div ul.other-part-list li>a span.part-watched.watched span {
	display: block
}

.other-part-list-div ul.other-part-list li>a span.part-name {
	line-height: 14px
}

.other-part-list-div ul.other-part-list li>a span.part-name span {
	display: block
}

.other-part-list-div ul.other-part-list li>a span.part-name span.name-1 {
	font-family: NexaHeavy;
	font-size: 13px;
	color: #fff
}

.other-part-list-div ul.other-part-list li>a span.part-name span.name-2 {
	color: #ffcc74;
	font-size: 11px
}

.other-part-list-div ul.other-part-list li>a:hover {
	border-left-color: #ffcc74;
	background-color: rgba(32, 37, 54, .4)
}

.other-part-list-div .ps__rail-y {
	background-color: rgba(0, 0, 0, .26)!important;
	margin-bottom: 0
}

.other-part-list-div .ps__rail-y .ps__thumb-y {
	background-color: #66718f!important
}

.contact-info {
	padding: 25px 50px
}

.contact-info p {
	font-size: 12px;
	font-weight: 400;
	line-height: 21.03px;
	color: rgba(255, 255, 255, .5)
}

.modal {
	padding: 0 25px
}

.modal .modal-content {
	background-color: transparent;
	min-height: 200px;
	padding: 0 50px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}

.modal .modal-content button.close {
	color: #fff;
	position: absolute;
	top: 15px;
	right: 15px;
	text-shadow: none;
	z-index: 999999
}

.modal .modal-content button.close:hover {
	color: #ffcc74
}

.modal .modal-content .form-box {
	padding: 40px 40px 15px;
	position: relative;
	z-index: 1
}

.modal .modal-content .form-box .social-buttons a {
	margin: 15px 0;
	padding: 10px 5px 7px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.modal .modal-content .form-box .social-buttons a i {
	margin-right: 10px
}

.modal .modal-content .form-box .social-buttons a.facebook {
	background-color: #274fa2
}

.modal .modal-content .form-box .social-buttons a.facebook:hover {
	background-color: #3561bc
}

.modal .modal-content .form-box .divider {
	display: flex;
	align-items: center
}

.modal .modal-content .form-box .divider span {
	color: rgba(255, 255, 255, .4)
}

.modal .modal-content .form-box .divider span.line {
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, .4)
}

.modal .modal-content .form-box .divider span.text {
	width: 55px;
	font-size: 13px;
	padding: 0 10px
}

.modal .modal-content .form-box h2 {
	font-size: 24px;
	color: #fff;
	position: relative
}

.modal .modal-content .form-box h2:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 32px;
	height: 2px;
	background-color: #ffcc74
}

.modal .modal-content .form-box p.info {
	color: #fff;
	font-size: 11px;
	line-height: 16px
}

.modal .modal-content .form-box .forgot-password {
	text-align: center
}

.modal .modal-content .form-box .forgot-password a {
	font-size: 13px;
	color: rgba(255, 255, 255, .6)
}

.modal .modal-content .form-box .forgot-password a:hover {
	color: #ffcc74
}

.modal .modal-content .result-box {
	text-align: center
}

.modal .modal-content .result-box i {
	color: #ffcc74;
	margin-bottom: 25px;
	font-size: 47px;
	display: block
}

.modal .modal-content .result-box h2 {
	text-align: center
}

.modal .modal-content .result-box h2:before {
	left: 50%;
	transform: translateX(-50%)
}

.modal .modal-content .result-box p {
	font-size: 11px;
	line-height: 16px;
	margin: 25px 0
}

.modal .modal-content .expla-bg {
	position: relative
}

.modal .modal-content .expla-bg:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 376px;
	height: 77px;
	background: url(../img/expla-bg.png) 0 0 no-repeat;
	background-size: 100% 100%
}

.modal .modal-content .expla-box {
	position: relative;
	z-index: 1;
	padding: 50px 25px
}

.modal .modal-content .expla-box h3 {
	font-size: 16px;
	color: #fff
}

.modal .modal-content .expla-box p.no-signup {
	font-size: 13px;
	color: #fff
}

.modal .modal-content .expla-box p.no-signup a {
	color: #ffcc74
}

.modal .modal-content .expla-box ul.expla-list {
	margin: 35px 0
}

.modal .modal-content .expla-box ul.expla-list li {
	display: flex;
	align-items: center;
	margin: 25px 0
}

.modal .modal-content .expla-box ul.expla-list li span.ico-box {
	width: 80px;
	text-align: center
}

.modal .modal-content .expla-box ul.expla-list li span.ico-box span {
	color: #ffcc74;
	margin-right: 10px;
	font-size: 20px
}

.modal .modal-content .expla-box ul.expla-list li span.line__text span {
	display: block
}

.modal .modal-content .expla-box ul.expla-list li span.line__text span.t-1 {
	font-size: 12px;
	color: #fff
}

.modal .modal-content .expla-box ul.expla-list li span.line__text span.t-2 {
	color: rgba(255, 255, 255, .4);
	font-size: 12px;
	line-height: 12px
}

.modal.type1-modal .modal-content {
	background-color: #2d3447
}

.modal.type1-modal .modal-content button.close {
	right: 15px
}

.modal.type1-modal .modal-content .form-bg {
	position: relative
}

.modal.type1-modal .modal-content .form-bg:before {
	content: "";
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	height: 115%;
	box-shadow: 0 13px 49px -14px rgba(19, 26, 46, .56);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-image: linear-gradient(-45deg, #555e7b 0, #81889f 99%)
}

.modal.type2-modal .modal-content {
	background-color: #5e584d
}

.modal.type2-modal .modal-content button.close {
	left: 15px
}

.modal.type2-modal .modal-content .form-bg {
	position: relative
}

.modal.type2-modal .modal-content .form-bg:before {
	content: "";
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	height: 115%;
	box-shadow: 0 13px 49px -14px rgba(19, 26, 46, .56);
	background-image: linear-gradient(-32deg, #ffcc74 0, #a08559 100%);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}

.modal.type2-modal .modal-content .form-box {
	padding-top: 10px
}

.modal.type2-modal .modal-content .form-box h2 {
	color: #181818
}

.modal.type2-modal .modal-content .form-box h2:before {
	background-color: #181818
}

.modal.type2-modal .modal-content .form-box .form-group {
	margin-bottom: 0;
	margin-top: 15px
}

.modal.type2-modal .modal-content .form-box .forgot-password a:hover {
	color: #181818
}

.modal.type3-modal .modal-content {
	background-color: transparent;
	border-color: transparent
}

.modal.type3-modal .modal-content button.close {
	right: 50px;
	top: 15px
}

.modal.type3-modal .modal-content .form-bg {
	position: relative
}

.modal.type3-modal .modal-content .form-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 13px 49px -14px rgba(19, 26, 46, .56);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-image: linear-gradient(-45deg, #555e7b 0, #81889f 99%)
}

@media (max-width:991px) {
	.modal .modal-dialog {
		max-width: 100%
	}
	.modal .modal-content .expla-bg {
		position: relative
	}
	.modal .modal-content .expla-bg:before {
		width: 100%;
		height: 77px
	}
}

@media (max-width:767px) {
	.modal .modal-content {
		margin-top: 50px
	}
	.modal .modal-content .form-box .custom-checkbox-forgot {
		margin-left: 0
	}
	.modal .modal-content .expla-box {
		padding: 50px 0
	}
	.modal.type1-modal .modal-content button.close {
		right: 10px
	}
	.modal.type2-modal .modal-content button.close {
		left: 10px
	}
}

@media (max-width:574px) {
	.modal .modal-content .form-box {
		padding: 15px 25px
	}
}

@media (min-width:576px) {
	.modal .modal-dialog {
		max-width: 530px
	}
	.modal .modal-dialog.modal-lg {
		max-width: 800px
	}
}

@media (max-width:480px) {
	.modal {
		padding: 0 10px
	}
	.modal .modal-content {
		padding: 0 25px
	}
	.modal .modal-content .form-box {
		padding: 15px
	}
	.modal.type1-modal .modal-content button.close {
		right: 15px
	}
	.modal.type2-modal .modal-content button.close {
		left: 15px
	}
}

.modal-backdrop {
	background-color: rgba(25, 29, 41, .9)
}

.modal-backdrop.show {
	opacity: 1
}

.fixed-adv-bottom {
	display: none;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../img/r-6.png) center center no-repeat;
	background-size: auto auto;
	background-size: cover;
	z-index: 123;
	max-height: 60px
}

.fixed-adv-bottom .adv-text.text-1 {
	font-size: 14px;
	margin-right: 25px;
	font-family: NexaHeavy
}

.fixed-adv-bottom .adv-text.text-2 {
	font-size: 26px
}

.fixed-adv-bottom-close {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .3);
	cursor: pointer;
	font-size: 22px;
	text-align: center;
	line-height: 45px;
	right: 20px;
	color: #fff;
	top: 11px
}

.fixed-adv-bottom-close:hover {
	background: rgba(0, 0, 0, .7)
}

.fixed-adv-button {
	float: right;
	background: #fff;
	line-height: 40px;
	border-radius: 100px;
	color: #5719b3;
	font-size: 12px
}

.fixed-adv-button i {
	font-size: 16px;
	margin-left: 5px
}

@media (max-width:1199px) {
	.fixed-adv-button {
		margin-right: 75px
	}
	.fixed-adv-bottom .adv-text.text-1 {
		font-size: 14px;
		line-height: 18px
	}
	.fixed-adv-bottom .adv-text.text-2 {
		font-size: 20px;
		line-height: 25px
	}
}

@media (max-width:767px) {
	.fixed-adv-button {
		margin-right: 0
	}
	.fixed-adv-bottom .adv-text.text-1 {
		font-size: 14px;
		line-height: 18px
	}
	.fixed-adv-bottom .adv-text.text-2 {
		font-size: 20px;
		line-height: 25px
	}
}

.simpleSplash {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 90px;
	width: 270px;
	background: url(../img/splash-bg.png) top center no-repeat #1d222f;
	border-radius: 16px;
	box-shadow: 0 1px 17px 0 rgba(0, 0, 0, .5);
	z-index: 123
}

.simpleSplashClose {
	color: #9c9c9c;
	cursor: pointer;
	font-size: 18px;
	right: 18px;
	top: 15px;
	position: absolute
}

.simpleSplashClose:hover {
	color: #fff
}

.sSTitle {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #ffcc74;
	font-size: 21px;
	border-bottom: 1px solid rgba(151, 151, 151, .25);
	line-height: 50px;
	margin-bottom: 0;
	margin-top: 5px
}

.simpleSplash ul,
.simpleSplash ul li {
	width: 100%;
	text-align: center;
	color: #fff
}

.simpleSplash ul li.sSli1 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px
}

.simpleSplash ul li.sSli2 {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 18px;
	font-size: 13px
}

.simpleSplash ul li.sSli3 {
	margin-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px
}

.simpleSplash ul li.sSli3 a {
	width: 100%;
	line-height: 30px;
	border-radius: 100px;
	padding-top: 8px
}

.simpleSplash ul li.sSli3 a i {
	margin-left: 10px
}

@media (max-width:768px) {
	.simpleSplash {
		display: none!important
	}
}

@media (max-width:991px) {
	.simpleSplash {
		display: none
	}
	.fixed-adv-bottom {
		display: none!important
	}
	.fixed-adv-bottom.mobile-ved {
		display: block!important;
		bottom: 4px
	}
	.fixed-adv-bottom.mobile-ved .adv__close {
		position: absolute;
		right: 0;
		margin-top: -25px;
		background: #000;
		padding: 0 4px
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.movie-series__category .category__item>a span.movie-options span {
		line-height: 17px
	}
	ul.movie-list li a span.number {
		line-height: 31px
	}
	ul.movie-list li a span.number:after {
		line-height: 22px
	}
	.movie-popular__owl .item a span.movie-options span {
		line-height: 18px
	}
}

.up-mg {
	padding-bottom: 25px;
	overflow: hidden;
	background: url(../img/up-img/uconstruction_bg.jpg) center 0 no-repeat;
	background-size: cover;
	position: relative
}

.up-mg:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-image: linear-gradient(180deg, rgba(25, 30, 41, .75) 0, #191d29 100%)
}

.up-mg .confession {
	padding: 80px 0 50px;
	text-align: center
}

.up-mg .confession .text-top {
	background: url(../img/up-img/text-bg.png) 0 0 no-repeat;
	max-width: 434px;
	padding: 10px 5px;
	display: block
}

.up-mg .confession .text-top span {
	color: #191d29;
	font-family: NexaXBold;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 1.04px;
	display: block
}

.up-mg .confession .text-content {
	padding: 25px 0
}

.up-mg .confession .text-content span {
	display: block;
	font-family: NexaHeavy;
	color: #fff;
	margin-top: 10px
}

.up-mg .confession .text-content span.t-1 {
	font-size: 34px;
	line-height: 28px
}

.up-mg .confession .text-content span.t-2 {
	font-size: 28px;
	line-height: 20px
}

.up-mg .device-img {
	position: relative;
	z-index: 11
}

.up-mg .z-top {
	position: relative;
	z-index: 10
}

.up-mg .countdown-box i.fa {
	font-size: 30px;
	color: #ffcc74;
	margin: 15px 0
}

.up-mg .countdown-box .countdown-text span {
	display: block;
	color: #fff
}

.up-mg .countdown-box .countdown-text span.t-1 {
	font-family: NexaXBold;
	font-size: 18px;
	line-height: 18px
}

.up-mg .countdown-box .countdown-text span.t-2 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 300
}

.up-mg .countdown-box .countdown-text span.t-3 {
	font-size: 45px;
	line-height: 38px;
	font-weight: 300
}

.up-mg .counddown-counter {
	margin: 25px 0
}

.up-mg .counddown-counter ul li {
	display: inline-block;
	text-transform: uppercase;
	margin: 0 15px;
	position: relative
}

.up-mg .counddown-counter ul li span {
	display: block
}

.up-mg .counddown-counter ul li span.t-1 {
	width: 57px;
	height: 57px;
	border-radius: 50%;
	background-color: #ffcc74;
	font-size: 25px;
	line-height: 62px;
	font-family: NexaXBold
}

.up-mg .counddown-counter ul li span.t-2 {
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	line-height: 25px;
	letter-spacing: .86px;
	margin-top: 10px
}

.up-mg .counddown-counter ul li:after {
	content: ":";
	position: absolute;
	right: -20px;
	top: 10px;
	color: #fff;
	font-size: 25px
}

.up-mg .counddown-counter ul li:first-child:after,
.up-mg .counddown-counter ul li:last-child:after {
	display: none
}

.up-mg .explanation {
	margin-top: 100px
}

.up-mg .explanation h5.title {
	color: #fff;
	font-size: 18px;
	font-family: NexaXBold
}

.up-mg .explanation h4.subtitle {
	color: #fff;
	font-size: 28px
}

.up-mg .explanation p {
	font-size: 15px;
	line-height: 24px;
	color: rgba(255, 255, 255, .7)
}

.up-mg .yellow-area {
	position: relative;
	margin: 25px 0
}

.up-mg .yellow-area:before {
	content: "";
	position: absolute;
	left: -10%;
	top: 3%;
	width: 120%;
	height: 100%;
	background-color: rgba(255, 204, 116, .5);
	-webkit-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg)
}

.up-mg .mg-form {
	margin-top: 15px
}

.up-mg .mg-form .form-group {
	margin-top: 15px;
	margin-bottom: 15px
}

.up-mg .mg-form .btn.btn-dark {
	height: 40px;
	background-color: #181818
}

.up-mg .mg-form .btn.btn-dark:active,
.up-mg .mg-form .btn.btn-dark:focus,
.up-mg .mg-form .btn.btn-dark:hover {
	color: #ffcc74!important;
	border-color: #ffcc74!important
}

.up-mg .mg-form .remaining-box .invitation {
	display: flex;
	align-items: center;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .3);
	padding: 10px 15px;
	margin: 15px 0
}

.up-mg .mg-form .remaining-box .invitation span.r-1 {
	font-size: 25px;
	color: #fff;
	margin-right: 10px;
	margin-top: 4px;
	line-height: 25px
}

.up-mg .mg-form .remaining-box .invitation span.r-2 {
	line-height: 14px;
	font-size: 10px;
	letter-spacing: .71px;
	color: rgba(255, 255, 255, .7)
}

.up-mg .text-bottom {
	padding: 75px 0 50px
}

.up-mg .text-bottom span {
	display: block;
	color: #fff;
	margin: 25px 0
}

.up-mg .text-bottom span.t-1 {
	font-family: NexaXBold;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 14px
}

.up-mg .text-bottom span.t-2 {
	font-size: 20px;
	line-height: 24px
}

.up-mg .text-bottom span.t-3 {
	font-size: 24px;
	line-height: 28px
}

.up-mg .text-bottom img {
	margin-bottom: 15px
}

.up-mg .text-bottom img.img-text {
	width: 100%
}

.page-404 {
	background: url(../img/up-img/404_bg.jpg) 0 0 no-repeat;
	background-size: cover
}

.page-404 section {
	height: 1200px;
	width: 100%;
	position: relative
}

.page-404 section:before {
	content: "";
	position: absolute;
	top: 0;
	height: 650px;
	width: 100%;
	background: url(../img/up-img/404-popcorns.png) center 0 no-repeat;
	background-size: cover;
	z-index: 99
}

.page-404 section:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 434px;
	width: 100%;
	background: url(../img/up-img/popcorn.png) center 0 no-repeat;
	background-size: cover
}

.page-404 section h2 {
	position: relative;
	top: 28%;
	z-index: 999;
	font-size: 44px;
	color: #e7bb60;
	text-align: center;
	padding: 0 25px
}

.page-404 section .content-404 {
	position: absolute;
	top: 34%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 991px;
	height: 398px;
	margin: 0 auto;
	background: url(../img/up-img/404.png) center 0 no-repeat;
	background-size: cover;
	text-align: center;
	padding: 100px 0 50px
}

.page-404 section .content-404 span {
	color: #191d29;
	font-family: NexaXBold;
	display: block
}

.page-404 section .content-404 span.t-1 {
	line-height: 62px;
	font-size: 62px
}

.page-404 section .content-404 span.t-2 {
	line-height: 42px;
	font-size: 42px
}

.page-404 section .content-404 span.t-3 {
	line-height: 42px;
	font-size: 42px;
	color: #fff
}

.page-404 section .content-404 span.t-3 sup {
	color: #191d29;
	top: 0;
	font-style: italic
}

.page-404 section .content-404 span.t-3 sup:first-child {
	margin-right: 10px
}

.page-404 section .content-404 span.t-3 sup:last-child {
	margin-left: 5px
}

.page-404 section .content-404 span.t-4 {
	line-height: 38px;
	font-size: 38px
}

.page-404 section .content-404 a.btn-back-home {
	width: 240px;
	height: 60px;
	text-align: center;
	font-family: NexaXBold;
	font-size: 20px;
	padding: 15px 5px;
	z-index: 99999;
	position: absolute;
	background-color: #191e2a;
	left: 50%;
	bottom: 30px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.page-404 section .content-404 a.btn-back-home:hover {
	color: #fff!important
}

@media (max-width:1440px) {
	.page-404 section {
		height: 1000px
	}
	.page-404 section:before {
		height: 570px
	}
	.page-404 section:after {
		height: 300px
	}
	.page-404 section h2 {
		top: 26%;
		font-size: 34px
	}
	.page-404 section .content-404 {
		top: 36%
	}
}

@media (max-width:991px) {
	.up-mg .counddown-counter ul li {
		margin: 0 10px
	}
	.up-mg .counddown-counter ul li:after {
		right: -15px
	}
	.page-404 section:after {
		height: 250px
	}
	.page-404 section .content-404 {
		width: 100%;
		height: 360px;
		top: 39%;
		background-size: 100% 100%;
		padding-top: 85px
	}
}

@media (max-width:767px) {
	.up-mg .confession .text-content span.t-1 {
		line-height: 34px
	}
	.up-mg .confession .text-content span.t-2 {
		line-height: 30px;
		margin-top: 25px
	}
	.up-mg .countdown-box .countdown-text span.t-3 {
		font-size: 36px
	}
	.up-mg .counddown-counter ul li {
		margin: 0 5px
	}
	.up-mg .counddown-counter ul li:after {
		right: -10px;
		top: 7px
	}
	.up-mg .counddown-counter ul li span.t-1 {
		width: 50px;
		height: 50px;
		font-size: 23px;
		line-height: 56px
	}
	.page-404 section:before {
		height: 450px
	}
	.page-404 section:after {
		height: 200px
	}
	.page-404 section h2 {
		font-size: 28px;
		top: 22%
	}
	.page-404 section .content-404 {
		width: 100%;
		height: 320px;
		top: 39%;
		background-size: 100% 100%;
		padding-top: 85px
	}
	.page-404 section .content-404 span.t-1 {
		line-height: 48px;
		font-size: 48px
	}
	.page-404 section .content-404 span.t-2 {
		line-height: 34px;
		font-size: 34px
	}
	.page-404 section .content-404 span.t-3 {
		line-height: 34px;
		font-size: 34px
	}
	.page-404 section .content-404 span.t-4 {
		line-height: 34px;
		font-size: 34px
	}
	.page-404 section .content-404 a.btn-back-home {
		height: 48px;
		font-size: 15px
	}
	.page-404 section .content-404 a.btn-back-home:hover {
		color: #fff
	}
}

@media (max-width:574px) {
	.up-mg .yellow-area {
		margin: 0
	}
	.up-mg .yellow-area:before {
		left: -20%;
		width: 140%
	}
	.up-mg .confession .text-top {
		width: 100%;
		max-width: 100%;
		background-size: 100% 100%;
		height: auto;
		max-height: auto
	}
	.up-mg .confession .text-top span {
		margin-top: 3px
	}
	.up-mg .confession .text-content span.t-1 {
		font-size: 26px;
		line-height: 30px
	}
	.up-mg .confession .text-content span.t-2 {
		font-size: 22px;
		line-height: 24px
	}
	.up-mg .countdown-box {
		padding: 25px 0
	}
	.up-mg .counddown-counter ul li {
		margin: 0 15px
	}
	.up-mg .counddown-counter ul li:after {
		right: -20px
	}
	.page-404 section .content-404 a.btn-back-home {
		height: 48px;
		bottom: 0;
		font-size: 15px
	}
	.page-404 section:before {
		height: 350px
	}
	.page-404 section:after {
		height: 180px
	}
	.page-404 section h2 {
		font-size: 24px;
		top: 18%
	}
	.page-404 section .content-404 {
		height: 240px;
		top: 40%;
		padding-top: 60px
	}
	.page-404 section .content-404 span.t-1 {
		line-height: 38px;
		font-size: 38px
	}
	.page-404 section .content-404 span.t-2 {
		line-height: 28px;
		font-size: 28px
	}
	.page-404 section .content-404 span.t-3 {
		line-height: 28px;
		font-size: 28px
	}
	.page-404 section .content-404 span.t-4 {
		line-height: 24px;
		font-size: 24px
	}
}

@media (max-height:480px) {
	.page-404 section::after {
		display: none
	}
}

@media (max-width:480px) {
	.page-404 section {
		height: 100vh
	}
	.page-404 section:before {
		height: 300px
	}
	.page-404 section:after {
		height: 150px
	}
	.page-404 section .content-404 a.btn-back-home {
		border-color: #fff
	}
	.page-404 section .content-404 a.btn-back-home:active,
	.page-404 section .content-404 a.btn-back-home:focus,
	.page-404 section .content-404 a.btn-back-home:hover {
		color: #fff!important;
		border-color: #fff!important
	}
	.page-404 section h2 {
		font-size: 24px;
		top: 18%
	}
	.page-404 section .content-404 {
		height: 240px;
		top: 33%;
		background-size: 100%;
		padding-top: 12%
	}
	.page-404 section .content-404 span.t-1 {
		line-height: 120%;
		font-size: 120%
	}
	.page-404 section .content-404 span.t-2 {
		line-height: 100%;
		font-size: 100%
	}
	.page-404 section .content-404 span.t-3 {
		line-height: 100%;
		font-size: 100%
	}
	.page-404 section .content-404 span.t-4 {
		line-height: 90%;
		font-size: 90%
	}
}

@media (max-width:400px) {
	.up-mg .counddown-counter ul li {
		margin: 0 5px
	}
	.up-mg .counddown-counter ul li:after {
		display: none
	}
	.page-404 section h2 {
		font-size: 20px;
		top: 18%
	}
	.page-404 section .content-404 {
		padding-top: 12%
	}
}

@media (max-width:767px) {
	.modal.type2-modal .modal-content .expla-bg {
		order: 2;
		padding-top: 25px
	}
	.modal.type2-modal .modal-content button.close {
		right: 10px;
		left: auto!important
	}
	.modal.type2-modal .modal-content .form-bg::before {
		top: -7%
	}
}

@media (max-width:480px) {
	.modal.type1-modal .modal-content button.close,
	.modal.type2-modal .modal-content button.close {
		right: 20px;
		left: auto!important
	}
}

.adv-box {
	position: relative
}

@media (max-width:767px) {
	.adv-box {
		display: block
	}
	.adv-box.adv730 {
		min-height: auto;
		margin-bottom: 1rem!important
	}
}

@media (max-width:574px) {
	.adv-box {
		margin-bottom: 15px
	}
}

@media (max-width:480px) {
	.header-top {
		padding-top: 35px
	}
	.header-top a.logo {
		position: absolute;
		top: 30px
	}
	.header-top a.logo img {
		width: auto
	}
	.header-top .mb-search-open-button {
		position: absolute;
		right: 0;
		top: 30px;
		margin-right: 15px
	}
	.header-top .navbar-toggler {
		margin-top: 15px
	}
	.header-top .mb-search-box .mb-search-box-inner .mb-input-search {
		width: 280px
	}
	.header-top .user-box .user-profile {
		margin-top: 15px
	}
}

@media (max-width:400px) {
	.adv-box.adv300 {
		width: 100%;
		overflow: hidden
	}
}

.act-mobile-visible {
	display: none
}

.act-desktop-visible {
	display: block
}

@media (max-width:767px) {
	.act-desktop-visible {
		display: none!important
	}
	.act-mobile-visible {
		display: block!important
	}
}

.comments-list-div ul.comments-list li .comments__info span.name.name-gold {
	color: #ffcc74
}

.comments-list-div ul.comments-list li .comments__info span.name.name-vip {
	color: #448aff
}

.comments-list-div ul.comments-list li .comments__info span.name.name-red {
	color: #f33
}

.comments-list-div ul.comments-list li .comments__info span.name.name-yonetici {
	background: #28a745;
	color: #fff;
	border-radius: 8px;
	font-size: 11px;
	display: inline-block;
	position: relative;
	height: 13px;
	padding: 0 6px
}

.tv-series-watch .watch__player__box {
	position: relative
}

.tv-series-watch .watch__player__box .front-of-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden
}

.tv-series-watch .watch__player__box .front-of-video button.skip-mg {
	padding: 10px 15px 6px;
	background-color: #fff;
	border: none;
	position: absolute;
	right: 0;
	bottom: 15px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
	font-family: NexaXBold;
	font-size: 16px;
	line-height: 25px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.tv-series-watch .watch__player__box .front-of-video button.skip-mg:hover {
	background-color: #03a830;
	color: #fff
}

.tv-series-watch .watch__player__box .front-of-video button.skip-mg[disabled] {
	color: #181818;
	cursor: no-drop
}

.tv-series-watch .watch__player__box .front-of-video button.skip-mg[disabled]:hover {
	background-color: rgba(164, 168, 177, .7)
}

.comments-list-div ul.comments-list li .comments__avatar {
	position: relative
}

.comments-list-div ul.comments-list li .comments__avatar:before {
	content: "";
	position: absolute;
	top: 2px;
	right: 2px;
	width: 9px;
	height: 9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.comments-list-div ul.comments-list li .comments__avatar.online:before {
	background-color: #19d110
}

.comments-list-div ul.comments-list li .comments__avatar.offline:before {
	background-color: #181818
}

.card__announcements {
	min-height: 50px
}

.card__announcements .card__content {
	padding: 15px;
	padding-left: 70px
}

.card__announcements .card__content:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 15px;
	background: url(../img/up-img/megaphone.svg) 0 0 no-repeat;
	width: 44px;
	height: 24px
}

.card__announcements .owl-announcements .announcements-content {
	padding-right: 50px
}

.card__announcements .owl-announcements .announcements-content p {
	font-size: 14px;
	margin-top: 3px
}

.card__announcements .owl-announcements .owl-nav {
	right: 0;
	top: 2px;
	position: absolute
}

.card__announcements .owl-announcements .owl-nav button.owl-dot,
.card__announcements .owl-announcements .owl-nav button.owl-next,
.card__announcements .owl-announcements .owl-nav button.owl-prev {
	margin: 0 5px;
	opacity: .5
}

.card__announcements .owl-announcements .owl-nav button.owl-dot i.fa,
.card__announcements .owl-announcements .owl-nav button.owl-next i.fa,
.card__announcements .owl-announcements .owl-nav button.owl-prev i.fa {
	color: #fff;
	font-size: 18px
}

.card__announcements .owl-announcements .owl-nav button.owl-dot:hover,
.card__announcements .owl-announcements .owl-nav button.owl-next:hover,
.card__announcements .owl-announcements .owl-nav button.owl-prev:hover {
	opacity: 1
}

.card__announcements .owl-announcements .owl-dots {
	display: none
}

.comments-list-div ul.comments-list li .comments__info {
	position: relative
}

.comments-list-div ul.comments-list li .comments__info button.complaint {
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	color: #ff3b55;
	font-size: 11px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.comments-list-div ul.comments-list li .comments__info button.complaint i.fa {
	margin-right: 5px
}

.comments-list-div ul.comments-list li .comments__info:hover button.complaint {
	opacity: 1
}

.comments-list-div ul.comments-list li .comment-content.reply-comment {
	background-color: #333b50
}

.comments-list-div ul.comments-list li .comment-content.reply-comment.reply-comment-add {
	background-color: transparent
}

.mb-search-box .mb-search-box-inner a.mb-search-close {
	right: 18px;
	top: 32px
}

.mb-search-box .mb-search-box-inner a.mb-search-close i.fa:before {
	font-family: icomoon!important;
	content: "\e909"!important;
	font-style: normal
}

body.page-new-404 {
	background: url(../img/up-img/404_bg.jpg) 0 0 no-repeat #191d29;
	background-size: cover
}

.container-404 {
	width: 100%;
	height: 70vh;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/up-img/404-page.png) center 0 no-repeat;
	background-size: contain
}

.popcorns {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 338px;
	background: url(../img/up-img/popcorn.png) center 0 no-repeat;
	background-size: cover
}

h2.fit-h2 {
	color: #e7bb60;
	text-align: center;
	padding: 0 25px;
	width: 100%;
	position: absolute;
	top: 24%;
	-webkit-transform: translateY(-24%);
	-ms-transform: translateY(-24%);
	transform: translateY(-24%);
	z-index: 9999;
	font-size: 2.5vw
}

.center-text {
	position: absolute;
	z-index: 99999;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}

.center-text span {
	color: #191d29;
	font-family: NexaXBold;
	display: block
}

.center-text span.t-1 {
	font-size: 3.5vw;
	line-height: 3vw
}

.center-text span.t-2 {
	font-size: 2.5vw;
	line-height: 2.5vw
}

.center-text span.t-3 {
	font-size: 2.5vw;
	line-height: 2.5vw;
	color: #fff
}

.center-text span.t-3 sup {
	color: #191d29;
	top: 0;
	font-style: italic
}

.center-text span.t-3 sup:first-child {
	margin-right: 10px
}

.center-text span.t-3 sup:last-child {
	margin-left: 5px
}

.center-text span.t-4 {
	font-size: 2vw;
	line-height: 2vw
}

.center-text a.btn-back-home {
	width: 240px;
	height: 60px;
	text-align: center;
	font-family: NexaXBold;
	font-size: 18px;
	padding: 15px 5px;
	z-index: 99999;
	position: absolute;
	background-color: #191e2a;
	left: 50%;
	bottom: -120px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px
}

.center-text a.btn-back-home:hover {
	background-color: #191e2a!important;
	color: #fff!important
}

@media (max-width:1366px) {
	.popcorns {
		height: 250px
	}
}

@media (max-width:767px) {
	.container-404 {
		background-size: cover
	}
	h2.fit-h2 {
		font-size: 20px;
		top: 25%
	}
	.center-text {
		width: 100%
	}
	.center-text span.t-1 {
		font-size: 35px;
		line-height: 35px
	}
	.center-text span.t-2 {
		font-size: 30px;
		line-height: 30px
	}
	.center-text span.t-3 {
		font-size: 30px;
		line-height: 30px
	}
	.center-text span.t-4 {
		font-size: 25px;
		line-height: 25px
	}
}

@media (max-width:480px) {
	h2.fit-h2 {
		font-size: 18px;
		top: 23%
	}
}

@media amzn-kf8 {
	.container-404 {
		background-size: cover
	}
}

@media amzn-kf8 and (device-aspect-ratio:1280 / 800) {
	.container-404 {
		background-size: cover
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
	.container-404 {
		background-size: cover
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
	.container-404 {
		background-size: cover
	}
	.center-text span.t-1 {
		font-size: 35px;
		line-height: 35px
	}
	.center-text span.t-2 {
		font-size: 30px;
		line-height: 30px
	}
	.center-text span.t-3 {
		font-size: 30px;
		line-height: 30px
	}
	.center-text span.t-4 {
		font-size: 25px;
		line-height: 25px
	}
}

@media (max-width:813px) and (orientation:landscape) {
	.popcorns {
		display: none
	}
	.container-404 {
		height: 100vh
	}
	.center-text {
		top: 70%
	}
	.center-text a.btn-back-home {
		height: 40px;
		padding: 5px 5px;
		bottom: -50px
	}
}

@media (max-width:668px) and (orientation:landscape) {
	.center-text a.btn-back-home {
		bottom: -40px
	}
}

.movie-season {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 15px;
	position: static!important
}

.relative {
	position: relative
}

.movie-season .owl-stage-outer {
	position: static!important
}

.movie-season .owl-nav {
	position: absolute;
	top: 23px;
	right: 25px
}

.movie-season .owl-prev {
	margin-right: 14px
}

.movie-season .owl-prev i {
	color: #fff;
	font-size: 21px
}

.movie-season .owl-next i {
	font-size: 21px;
	color: #fff
}

.movie-season .item {
	text-align: center
}

.movie-season a {
	width: 87px;
	display: inline-block
}

.movie-season a .trailer_simg {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-image: url(../img/Mask.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 87px;
	width: 87px;
	position: relative
}

.movie-season .active-season .trailer_simg {
	background-image: url(../img/oval.png)!important
}

.modal-auto {
	max-width: 900px!important
}

.cloesed {
	float: right;
	font-size: 14.5px;
	font-style: italic;
	font-weight: 600;
	color: #cdcdce;
	margin-bottom: 5px
}

.cloesed i {
	font-size: 33px;
	float: left;
	margin-right: 10px;
	margin-top: -7px
}

.movie-season a .trailer_simg .published {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	text-align: center
}

.movie-season a .trailer_simg .published span {
	display: inline-block;
	width: 75px;
	height: 22px;
	text-align: center;
	line-height: 16.5px;
	border-radius: 16px;
	border: 3px solid #2d3447;
	background-color: #28a745;
	color: #fff;
	font-size: 10px;
	font-weight: 700
}

.movie-season a:hover {
	background-color: transparent!important
}

.movie-scroll a:after,
.movie-season a:before {
	display: none!important
}

.movie-season a .trailer_simg img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 100%;
	height: 100%;
	padding: 10px
}

.movie-season a {
	text-align: center
}

.movie-season a h6 {
	margin: 1px 0 0 0;
	padding: 5px 0 0;
	line-height: 18px;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.movie-season a small {
	display: block;
	font-size: 10px;
	color: #afb5cc;
	width: 100%;
	font-weight: 400
}

.pr-20 {
	padding-right: 20px
}

.trailer_video {
	width: 100%;
	height: 480px
}

@media screen and (max-width:767px) {
	.trailer_video {
		height: auto!important
	}
}
.circle-anim{
  position:relative;
  width:100px;
  height:100px;

}

.circle-anim svg{
    fill:none;
    position:absolute;
    left: -8px;
    top: -8px;
    width: 103px;
    stroke:#8a3ab9;
    stroke-linecap: round;
    stroke-width:3;
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
    animation: stroke-draw 6s ease-out infinite alternate; 
    // animation: stroke-draw 6s cubic-bezier(0.77, 0, 0.175, 1) infinite alternate; 
  }