<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#movie {
    display: none;
    position: absolute;
    top: 85px;
    left: 10px;
}
#movie select {
    margin-left: 5px;
    color: #131722;
    padding: 5px;
    width: auto;
    height: auto;
    font-size: 16px;
    border: none;
    background-color: #e3e3e3;
    cursor: pointer;
}

.best {
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
    background: linear-gradient(135deg, #1e232d 0%,#1e232d 100%);
    /* box-shadow: 0 0 0 2px #131722, 0 0 0 4px #297fd7; */
}

/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {font: 14px 'DIN Pro', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #5d616d; background-color: #131823; min-height: 100%; width: 100%; font-weight: 400;}
a {color: #ffffff; text-decoration: none;}
a:hover, a:focus {color: #2a8ffd; text-decoration: none;}
h1, h3, h4, h5 {font-size: 28px; font-weight: 700; text-transform: uppercase; color: #f7f7f7;}

body {font: 14px 'DIN Pro', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #5d616d; background-color: #131823; min-height: 100%; width: 100%; font-weight: 400;}
a {color: #ffffff; text-decoration: none;}
a:hover, a:focus {color: #2a8ffd; text-decoration: none;}
h2 {font-size: 18px; font-weight: 700; text-transform: uppercase; color: #f7f7f7;}

button, textarea, select, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
{appearance: none; -webkit-appearance: none; font-size: 16px; font-family: 'DIN Pro' !important;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px;
border-radius: 4px; cursor: pointer; color: #fff; background-color: #297fd7; font-size: 14px; text-transform: uppercase;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background: #2980b9; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000; 
box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.5; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 60%;}
.img-resp-vert {padding-top: 140%;}
.img-box img, .img-resp img, .img-resp-vert img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row, #dle-content {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start, #dle-content {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

@font-face {
	font-family: 'DIN Pro';
	src: local('DIN Pro Light'), local('DINPro-Light'),
		url('../webfonts/DINPro-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'DIN Pro';
	src: local('DIN Pro Regular'), local('DINPro-Regular'),
		url('../webfonts/DINPro-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'DIN Pro';
	src: local('DIN Pro Medium'), local('DINPro-Medium'),
		url('../webfonts/DINPro-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'DIN Pro';
	src: local('DIN Pro Bold'), local('DINPro-Bold'),
		url('../webfonts/DINPro-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'DIN Pro';
	src: local('DIN Pro Black'), local('DINPro-Black'),
		url('../webfonts/DINPro-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

b, strong, .fw700 {font-weight: 700;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim, .btn, button, .owl-dot, .header-menu &gt; li &gt; a:before, .header-menu a, .sect-link, 
.owl-next, .owl-prev, .footer a, .logo, .login-box a, .btn-login:before, .fdevices [class*=fa], 
.ffav, .ffav a, .ftrailer-btn .far, .frate-up, .frate-down {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 20px; font-size: 28px; font-weight: 700; text-transform: uppercase; color: #f7f7f7;}
#dle-content &gt; *:not(.th-item):not(.collection-item) {width: 100%;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; overflow: hidden;}
.wrap-center {max-width:1110px; width: calc(100% - 60px); margin:0 auto; position:relative; z-index:20;}
.header {position: relative; left: 0; top: 0; z-index: 990; width: 100%; 
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1); background-color: rgba(255,255,255,0.1);}
.header-in {position: static; padding-left: 160px; height: 66px;}
.header.sticky {position: fixed; background-color: rgba(12,16,27,0.8);}
.header.sticky-hide {top: -80px;}
.header.sticky-vis {top: 0;}
.content {padding: 0px 0;}
/* .content {padding: 30px 0;} Ð¼Ñ–ÑÑ†Ðµ Ð´Ð»Ñ Ñ„Ñ–Ð»ÑŒÑ‚Ñ€Ð° Ð¿Ð¾ÑˆÑƒÐºÑƒ*/
.header.sticky-hide:not(.sticky-vis) .login-box {display: none;}
.header.sticky .fimg1 {opacity: 0;}

#gotop{position:fixed; width:40px; height:40px; line-height:40px; right:10px; bottom:10px;
z-index:990; display:none; background-color:#12171b; color:#2a8ffd; cursor:pointer; font-size:18px; 
border-radius:20px; text-align:center; box-shadow: inset 0 0 0 2px #2a8ffd;}


/* HEADER
----------------------------------------------- */
.logo {display: block; width: 240px; height: 66px; line-height: 60px; position: absolute; left: 0; top: 0; 
padding-left: 86px; color: #f7f7f7; font-size: 30px; font-weight: 900; overflow: hidden; z-index: 101;}
.logo:before {content: ''; width: 66px; height: 66px; position: absolute; left: 0; top: 0; 
/* background: #fafeff url(../images/logo.png) */ center center no-repeat;}
.header-menu {position: relative;}
.header-menu &gt; li {margin-right: 45px;}
.header-menu &gt; li &gt; a {display: block; height: 66px; line-height: 66px; 
	color: #f7f7f7; text-transform: uppercase; position: relative; z-index: 101;}
.header-menu &gt; li &gt; a:before, .btn-login:before {width: 10px; height: 10px; border-radius: 50%; content: ''; pointer-events:none;
background-color: #2a8fdd; position: absolute; bottom: 100%; left: 50%; margin-left: -5px; opacity: 0;}
.header-menu &gt; li:hover &gt; a, .btn-search:hover, .btn-login:hover .far, .btn-login.is-active .far {color: #2a8ffd;}
.header-menu &gt; li:hover &gt; a:before, .btn-login.is-active:before {bottom: -5px; opacity: 1;}

.hidden-menu {background-color: #171b26; box-shadow: 0 5px 20px rgba(0,0,0,0.75); z-index: 100; 
position: absolute; left: -60px; top: 99%; width: 920px; border: 1px solid #1e222d; font-size: 16px;
pointer-events: none; opacity: 0; transform: translateY(30px); transition: all .3s; border-radius: 2px;}
.header-menu &gt; li:hover .hidden-menu {pointer-events: auto; opacity: 1; transform: translateY(0px);}
.hm-left {width: 254px; padding: 27px 30px; border-radius: 2px 0 0 2px; font-weight: 500; 
	background: #131722; box-shadow: inset -1px 0 #0e1119; border-right: 1px solid #1e222d;}
.hm-right {padding: 20px 30px; column-width: 180px;}
.hm-right a {display: inline-block; line-height: 36px;}
.hm-left a:not(:hover) {color: #cccccc;}
.hm-left li {margin-bottom: 5px;}
.col-4 li {width: 25%;}
.col-3 li {width: 29%;}
.hm-title {margin-bottom: 5px;}
ul + .hm-title {margin-top: 20px;}

.btn-login, .btn-search, .btn-menu {cursor: pointer; width: 66px; height: 66px; line-height: 66px; 
	text-align: center; font-size: 18px; position: absolute; top: 0; right: 0; z-index: 101;}
.btn-login {background-color: rgba(255,255,255,0.15); width: 70px;}
.btn-search {color: #898b91; right: 76px;}
.btn-login .far {color: #f7f7f7; box-shadow: inset 0 0 0 2px #95979d; 
	width: 36px; height: 36px; line-height: 36px; border-radius: 50%; font-size: 16px;}
.btn-login.is-active .far:before {content: "\f00d";}
.search-wrap {width: 100%; max-width: 800px; padding: 30px; color: #fff; position: fixed; z-index: 999; 
	top: 0; left: 50%; transform: translateX(-50%);}
.search-title, .search-close {font-size: 24px; cursor: pointer;}
.search-box {position:relative; margin-top: 30px;}
.search-box input, .search-box input:focus {padding: 0 50px 0 15px; border-radius: 0; box-shadow: none;}
.search-box input:not(:focus)::placeholder {} 
.search-box button {position:absolute; right:5px; top:0px; z-index:10; width: 30px;
background:transparent !important; color:#000 !important; font-size: 16px !important; padding: 0 !important;}


/* POPULAR
----------------------------------------------- */
.popular {background-color: #131722; position: relative; overflow: hidden; margin-top: -66px;}
.popular-in {padding: 126px 376px 60px 0;}
.blurred-bg {position: absolute; left: 0; top: 0; width: 100%; height: 100%; filter: blur(10px) grayscale(1);}
.popular:before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0.8; 
background: #131722; z-index: 3;}
.popular:after {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0.8; z-index: 5;
background: linear-gradient(to right, #131722 0%, rgba(19,23,34,0.8) 20%, rgba(19,23,34,0) 30%, rgba(19,23,34,0) 70%, rgba(19,23,34,0.8) 80%, #131722 100%);}

.popular-desc {position: absolute; z-index: 9; right: 0; top: 0; bottom: 0; width: 376px;}
.popular-title {font-size: 36px; line-height: 40px; font-weight: 900; text-transform: uppercase; color: #f7f7f7;}
.popular-text {font-size: 16px; margin-top: 10px;}
.popular-caption {padding: 26px 30px 0 30px; display: none; 
	position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%);}


/* SECTION
----------------------------------------------- */
.sect {margin-bottom: 30px;}
.sect-header {margin-bottom: 30px; align-items: flex-end;}
.sect-title {font-size: 28px; font-weight: 700; text-transform: uppercase; color: #f7f7f7;}
.sect-carou .sect-title {padding-right: 20px; margin-right: 20px; position: relative;}
.sect-carou .sect-title:after {content: ''; background-color: #313540; width: 1px; position: absolute; right: 0; top: 8px; bottom: 5px;}
.sect-link {font-weight: 300; position: relative; bottom: 3px; font-size: 20px;}
.sect-link .far {margin-left: 8px; font-size: 16px; position: relative; top: 2px;}
.sect-carou:not(.sect-carou-three) .sect-content {margin-left: -3px;}
.sect-carou .sect-header {padding-right: 50px;}
.sect-bg {background-color: #0c101b; width: calc(100% + 2000px) !important; 
	margin-left: -1000px; margin-right: -1000px; padding: 30px 1000px;}
.sect-upd {padding-top: 15px; padding-bottom: 15px;}
.sect-items {margin: 0 -15px;}
.mb-remove-15 {margin-bottom: -15px;}
.mb-remove-30 {margin-bottom: -30px;}
.sect-compensate-padding-top {margin-top: -30px;}


/* SHORT ITEM
----------------------------------------------- */
.th-item {width: 16.66%; padding: 0 15px 30px 15px;}
.th-in {display: block; position: relative; color: #f7f7f7 !important;}
.th-img {border-radius: 2px; margin-bottom: 5px;}
.th-title {font-weight: 500; font-size: 13px;}
.th-subtitle {font-weight: 300; font-size: 11px; margin-top: 1px;}
.th-rating {width: 36px; height: 18px; line-height: 18px; text-align: center; border-radius: 2px; 
font-weight: 500; background-color: #01c03a; color: #fff; position: absolute; top: 10px; left: -3px;}
.th-rating.low {background-color: #e13535;}
.th-rating.middle {background-color: #ff6702;}

/* ÐÐÐžÐÐ¡, ÐŸÐ&nbsp;Ð•Ðœ'Ð„Ð&nbsp;Ð, Ð•ÐŸÐ†Ð—ÐžÐ” Ð¢Ð Ð¡Ð•Ð&nbsp;Ð†Ð¯
----------------------------------------------- */
.th-soon {height: 18px; line-height: 18px; text-align: center; border-radius: 2px; font-weight: 500; 
background-color: #ff6702; color: #fff; position: absolute; top: 10px; left: -3px; margin-top: 190px;}
.th-new {height: 18px; line-height: 18px; text-align: center; border-radius: 2px; font-weight: 500; 
background-color: #f8104d; color: #fff; position: absolute; top: 10px; left: -3px; margin-top: 190px;}
.th-episode {height: 18px; line-height: 18px; text-align: center; font-weight: 500; background-color: #ea3343; 
color: #fff; top: 206px; width: auto; margin-bottom: 10px; text-transform: uppercase;}

/* SHORT ITEM
----------------------------------------------- */
.th-info {background-color: #f7f7f7; color: #000; width: 18px; height: 18px; line-height: 18px; text-align: center; 
border-radius: 2px; position: absolute; right: 10px; top: 10px; cursor: pointer; font-size: 10px; opacity: 0;}
.th-in:hover .th-img img, .collection-in:hover img, .upd-item:hover .upd-img img {filter: grayscale(0.5);}
.th-in:hover .th-info {opacity: 1;}
.sect-carou .th-item {width: 100%; padding: 0 0 0 3px;}
.popular-in .th-item {padding: 0;}
.ui-tooltip {position: absolute; z-index: 97;}
.tooltip-text {color: #fff; padding: 5px 10px; background: rgba(35, 25, 15, 0.8); border-radius: 2px;}
.ui-tooltip .th-tip {display: block;}
.th-tip {background-color: #f7f7f7; color: #1f1f1f; padding: 0 15px; border-radius: 3px;}
.th-tip-header {background-color: #eee; margin: 0 -15px 15px -15px; padding: 15px; border-radius: 3px 3px 0 0;}
.th-tip-header div {font-weight: 700;	font-size: 18px; text-transform: uppercase;}
.th-tip-header span {font-weight: 300; color: #888; margin-left: 15px;}
.th-tip-text, .th-tip-list, .th-tip-meta {line-height: 1.6; margin-bottom: 15px;}
.th-tip-meta &gt; span {margin-right: 15px; color: #888; display: inline-block; border-radius: 3px;}
.th-tip-meta &gt; span:first-child {background-color: #297fd7; color: #fff; padding: 2px 5px;}
.th-tip-list li {position: relative; padding-left: 100px; min-height: 14px;}
.th-tip-list li &gt; span:first-child {color: #888; display: inline-block; position: absolute; left: 0; top: 0;}
.th-tip-btm {border-top: 1px solid #e3e3e3; margin: 0 -15px; padding: 15px;}
.th-tip-category {border-radius: 3px; background-color: #eee; color: #888; padding: 5px 15px;}
.th-tip-rating {font-size: 18px;}
.th-tip-rating .fa-thumbs-up {color: #83bf45; margin-right: 10px;}
.th-tip-rating .fa-thumbs-down {color: #ee3442; margin: 0 10px;}

.th-rel {width: 20%;}
.th-rel .th-subtitle {font-size: 14px;}
.th-rel .th-title {font-size: 16px; text-transform: uppercase;}


/* COLLECTION ITEM, UPDATE ITEM
----------------------------------------------- */
.collection-item {width: 33.33%; padding: 0 15px 30px 15px;}
.collection-in {display: block; border-radius: 2px;}
.sect-carou .collection-item {width: 100%; padding: 0;}

.upd-item {width: 23%; margin-bottom: 15px; position: relative;}
.upd-img {width: 65px; height: 95px; border-radius: 2px; margin-right: 15px;}
.upd-title {color: #297fd7; margin-bottom: 2px;}
.upd-meta {font-size: 12px; font-weight: 300;}
.upd-desc {padding-top: 45px; position: relative;}
.upd-date {padding-left: 30px; text-transform: capitalize; position: absolute; left: 0; top: 10px; font-size: 11px; font-weight: 300;}
.upd-date &gt; div:first-child {font-size: 24px; font-weight: 400; position: absolute; left: 0; top: -1px;}
.upd-fav {position: absolute; right: 0; top: 12px; font-size: 18px; cursor: pointer;}
.upd-fav:hover {color: #297fd7;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.6; padding-top: 20px;}
.site-desc h1 {font-size: 18px; font-weight: 500; text-transform: uppercase; margin-bottom: 15px;}
.site-desc h2 {font-size: 17px; font-weight: 500; margin-bottom: 15px;}
.site-desc li {position: relative;}
.site-desc li:before {content: ''; background-color: #297fd7; width: 5px; height: 5px; border-radius: 50%; 
position: absolute; left: -15px; top: 11px;}
.site-desc p, .site-desc ul {margin-bottom: 20px;}
.site-desc &gt; *:last-child {margin-bottom: 0;}
.site-desc a {color: #297fd7; text-decoration: underline;}
.site-desc img {float: left; max-width: 200px; margin: 0 10px 10px 0;}


/* FOOTER
----------------------------------------------- */
.footer {background-color: #0f131e; padding-bottom: 0;}
.footer-two {padding-top: 15px; padding-bottom: 15px; margin-top: 30px;}
.footer-left {width: 300px; padding-right: 30px;}
.footer-menu li {margin-right: 20px;}
.footer-sitename {font-size: 27px; font-weight: 900; padding-bottom: 10px; padding-left: 35px; display: inline-block; 
background: url(../images/footer-logo.png) left 6px no-repeat; color: #1e222d; margin-top: -10px;}
.footer-counter1 {opacity: 0.4;}
.footer-menu-col a {display: inline-block; padding: 1px 10px 4px 10px; border-radius: 2px;}
.footer-menu-col a:hover {background-color: #1e222d; color: #5d616d;}
.footer-menu-col li + li {margin-top: 12px;}
.footer-cols {margin-left: -10px;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {padding-top: 20px;}
.navigation {text-align:center; font-weight: 700;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev &gt; span, .pnext &gt; span {display:inline-block; padding:0 10px; 
margin:0 3px 10px 3px; line-height: 40px; min-width: 40px; border-radius: 20px; background-color: #0f131e;}
.navigation span:not(.nav_ext), .pagi-nav11 a:hover {color: #f7f7f7; box-shadow: inset 0 0 0 2px #95979d;}


/* FULL
----------------------------------------------- */
.full  {padding-top: 100px;}
.fleft {width: 285px; margin-right: 45px;}
.fimg, .fimg-in, .fimg1-in {width: 100%; height: 500px; position: absolute; left: 0; top: 0;}
.fimg-in {filter: grayscale(0.5);}
.fimg-in:before, .fimg1-in:before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0.6; 
background: #131722; z-index: 3;}
.fimg:before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0.8; z-index: 3;
background: linear-gradient(to right, #131722 0%, rgba(19,23,34,0.8) 20%, rgba(19,23,34,0) 30%, rgba(19,23,34,0) 70%, rgba(19,23,34,0.8) 80%, #131722 100%);}
.fimg:after {content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 50%; z-index: 5;
background: linear-gradient(to top, #131722 0%, #131722 10%, rgba(19,23,34,0.8) 20%, rgba(19,23,34,0) 100%);}
.fimg1 {width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden;}
.fimg1-in {filter: blur(10px) grayscale(0.5);}

.fposter {width: 285px; height: 405px; border-radius: 3px; margin-bottom: 10px;}
.ffav {padding: 10px; border-radius: 3px; 
	text-align: center; font-size: 16px; color: #f7f7f7; cursor: pointer; background: linear-gradient(135deg, #1e222d 0%,#1e222d 100%);}
.ffav a {color: #f7f7f7;}
.ffav:hover, .ffav a:hover {background: linear-gradient(135deg, #e33333 0%,#f35959 100%);}
.fleft-sect-title {color: #cccccc; font-weight: 500; margin: 30px 0 10px 0;}
.fscreens br, .fscreens &gt; img {display: none;}
.fscreens a, .fscreens a img {display: block; width: 29%; height: 64px; overflow: hidden; border-radius: 3px;}
.fscreens a img {width: 100%; object-fit: cover;}
.ftrailer-btn {position: absolute; z-index: 5; left: 0; top: 0; right: 0; bottom: 0; 
	background-color: #000; cursor: pointer;}
.ftrailer-btn .far {margin: auto; width: 60px; height: 60px; line-height: 60px; text-align: center; border-radius: 50%; 
font-size: 20px; color: #656767; box-shadow: 0 0 0 2px #656767; padding-left: 3px;}
.ftrailer-btn:hover .far {color: #297fd7; box-shadow: 0 0 0 2px #297fd7;}
.fdevices li {cursor: pointer; text-align: center;}
.fdevices [class*=fa] {display: block; height: 40px; font-size: 38px;}
.fdevices li:last-child [class*=fa] {font-size: 30px; padding-top: 6px;}
.fdevices li:hover [class*=fa] {color: #1ee459;}
.fwidget {margin-top: 30px;}

.fheader {margin-bottom: 8px;}
.fquality {background: linear-gradient(135deg, #3f4554 0%,#727d94 100%); color: #f7f7f7; padding: 3px 10px; border-radius: 3px; 
	margin-right: 10px; text-transform: uppercase; font-style: normal; font-weight: 700; font-size: 16px;}
.fqualityimdb {background: linear-gradient(135deg, #f5c518 0%,#ffe790 100%); color: #000; padding: 3px 10px; border-radius: 3px; 
	margin-right: 10px; font-style: normal; font-weight: 700; font-size: 16px;}
.fage {background: linear-gradient(135deg, #e33333 0%,#f35959 100%); color: #f7f7f7; padding: 3px 10px; border-radius: 3px; margin-right: 10px;  font-weight: 700; font-size: 16px;}
.fage2 {color: rgb(255 255 255 / 40%); border: 1px solid rgb(255 255 255 / 40%); display: inline-block; padding: 1px 4px; font-size: 12px; font-weight: 700; border-radius: 3px;}
.fdate {text-align: right;}
.fheader &gt; a {margin-left: 10px;}
.full h1 {color: #f7f7f7; margin-bottom: 15px; font-weight: 700; font-size: 34px; text-transform: none;}
.foriginal {color: #ccc; font-size: 16px; margin: -15px 0 10px 0;}
.fmeta {color: #ccc; margin-bottom: 30px;}
.fmeta &gt; span {display: inline-block; position: relative; margin-right: 24px;}
.fmeta &gt; span:not(:last-child):after {width: 4px; height: 4px; border-radius: 50%; content: ''; pointer-events:none;
background-color: #2a8fdd; position: absolute; right: -14px; top: 8px;}
.flist {color: #ccc; line-height: 1.5; margin-bottom: 27px;}
.flist li {padding-left: 105px; position: relative; min-height: 14px; margin-bottom: 3px;}
.flist li &gt; span:first-child {position: absolute; left: 0; top: 0; font-weight: 500;}
.flist a, .fmeta a {color: #7baccd; border-bottom: 1px dotted #7baccd;}
.flist a:hover, .fmeta a:hover {border-bottom-color: transparent;}
.fright-title {text-transform: uppercase; color: #f7f7f7; margin-bottom: 23px;}
.fdesc {margin-bottom: 30px;}

.frate {width: 200px; height: 46px; position: relative; margin-bottom: 30px;} 
.frate-title {color: #ccc; position: absolute; left: 0; top: 0;}
.frate-count {color: #f7f7f7; position: absolute; right: 0; top: 0;}
.frate-votes {font-size: 12px; position: absolute; right: 0; bottom: 0;}
.frate-bar {background-color: #ccc; position: absolute; left: 0; top: 22px; width: 100%; height: 5px;}
.frate-bar:after {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 5; 
background: linear-gradient(to right, rgba(19,23,34,0) 0px, rgba(19,23,34,0) 3px, #131722 4px); 
background-size: 5px 5px; background-repeat: repeat-x;}
.frate-fill {position: absolute; left: 0; top: 0; height: 100%; width: 0; 
background: linear-gradient(to right, #ff7902 0%, #ff6702 100%);}
.frate-imdb .frate-fill {background: linear-gradient(to right, #ffa302 0%, #ffca02 100%);}
.frate-site .frate-bar {background: #e13535;}
.frate-site .frate-fill {background: #1ee459;}
.frate-site .frate-count {display: none;}
.frate-site {margin-right: 80px;}
.likes, .dislikes {font-size: 12px; color: #f7f7f7; position: absolute; bottom: 0; left: 0;}
.dislikes {left: auto; right: 0;}
.frate-up, .frate-down, .comm-rate3 a {width: 26px; height: 26px; line-height: 26px; text-align: center; border-radius: 3px; 
font-size: 12px; cursor: pointer; color: #e13535; background-color: #1e222d; position: absolute; top: 10px; right: -80px;}
.frate-up, .comm-rate3 a:first-child {right: -45px; color: #1ee459;}
.frate-up:hover, .comm-rate3 a:first-child:hover {background-color: #1ee459; color: #fff;}
.frate-down:hover, .comm-rate3 a:last-child:hover {background-color: #e13535; color: #fff;}

.fmessage {margin-bottom: 20px; font-weight: 300; line-height: 1.3; color: #f7f7f7;
background-color: #1e222d;position: relative; padding: 10px 15px 10px 75px;}
.fmessage-icon {position: absolute; left: 0; top: 0; bottom: 0; width: 60px; background: linear-gradient(135deg, #e33333 0%,#f35959 100%); 
text-align: center; font-size: 18px;}
.fplayer-header {margin-bottom: 20px;}
.fsubtitle {font-size: 18px; font-weight: 500; color: #f7f7f7;}
.fviews {font-size: 12px;}
.fplayer {position: relative;}
.fctrl {background-color: #1e222d; border-radius: 3px; overflow: hidden; margin-top: 10px;}
.fctrl &gt; *, .fplayer .tabs-sel span {height: 40px; line-height: 40px;}
.fplayer .tabs-sel {white-space:nowrap; overflow-y:hidden; overflow-x:auto; font-size: 0;}
.fplayer .tabs-sel span {display:inline-block; padding:0 15px; cursor:pointer; 
font-size: 14px; font-weight: 500; text-transform: uppercase; color: #ffffff;}
.fplayer .tabs-sel span.current {background: linear-gradient(135deg, #e33333 0%,#f35959 100%);}
.fplayer .tabs-sel span:hover {color: #ffffff;}
.js .tabs-b {background-color: #000; display: none;}
.js .tabs-b.visible {display: block;}
.fcompl {font-size: 18px; padding: 0 15px; border-left: 1px solid rgba(255,255,255,0.1);}
.yx-share {margin-right: 15px; height: auto !important;}

.flight {padding: 0 65px 0 15px; border-left: 1px solid rgba(255,255,255,0.1); position: relative; cursor: pointer;}
.flight:before, .flight:after{content: '';position: absolute;top: 50%;transition: .3s;}
.flight:before{height: 22px; width: 42px; border-radius: 11px; background-color: #3d455c; right: 15px; top: 9px;}
.flight:after{right: 38px;top: 12px; height: 16px; width: 16px; border-radius: 8px; background-color: #ffb402;}
.light-overlay {position: fixed; left: 0; top: 0; right: 0; bottom: 0; 
	z-index: 99998; background-color: rgba(0,0,0,0.8); display: none;}
.light-off .flight:after{right: 18px; background: #ccc;}
.light-off .light-overlay {display: block;}
.light-off .fplayer {z-index: 99999;}
.light-off #gotop, .light-off .header {display: none !important;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:450px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.5; font-size: 14px;}
.full-text img:not(.emoji) {max-width:100%; margin-top: 10px; margin-bottom: 10px;}
.full-text &gt; img[style*="left"], .full-text &gt; .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text &gt; img[style*="right"], .full-text &gt; .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {color: #7baccd; border-bottom: 1px dotted #7baccd;}
.full-text a:hover {border-bottom-color: transparent;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:20px; font-weight:400;}
.full-text p {margin-bottom:10px;}
.full-text &gt; ul, .full-text &gt; ol {margin:0;}
.full-text &gt; ul li {list-style:disc; margin-left:40px;}
.full-text &gt; ol li {list-style:decimal; margin-left:40px;}
.full-taglist a {color:#297fd7;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* COMMENTS
----------------------------------------------- */
.add-comms {margin-bottom: 30px; padding-left: 76px; position: relative;}
.ac-av {width: 46px; height: 46px; border-radius: 50%; box-shadow: 0 0 0 2px #131722, 0 0 0 4px #fe6d88; 
position: absolute; left: 0; top: 0;}
.ac-inputs input {width: 48.7%; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.add-comms input, .add-comms textarea, .ac-submit button {box-shadow: 0 1px 2px rgba(0,0,0,0.2);}
.add-comms input, .add-comms textarea {background-color: #1e222d; color: #ccc;}
.add-comms input::placeholder, .add-comms textarea::placeholder {color: #ccc; opacity: 0.5;} 
.ac-submit button {background: linear-gradient(135deg, #e33333 0%,#f35959 100%); 
padding: 0 10px !important; text-transform: none !important; height: 26px !important; line-height: 26px !important;}
.ac-rules {border-bottom: 1px dotted #5d616d; position: absolute; right: 0; bottom: 5px;}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {display: none;}
.last-comm-link {display: inline-block; padding-bottom: 20px; color: #06c; font-size: 18px;}

.comm-avatar {position: absolute; left: 0; top: 0; width: 48px; height: 48px; border-radius: 50%; 
box-shadow: 0 0 0 2px #131722, 0 0 0 4px #131823;}
.comm-letter {position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 48px; text-align: center; 
background-color: #000; color: #fff; font-size: 18px; font-weight: 500; text-transform: uppercase;}
.comm-item {margin-bottom: 40px; padding-left: 75px; position: relative; min-height: 85px;}
.comm-status {background-color: #00c039; color: #f7f7f7; font-size: 11px; width: 50px; text-align: center; 
border-radius: 3px; padding: 1px 0; position: absolute; left: -2px; top: 60px;}
.comm-status:before {content: ''; position: absolute; bottom: 100%; left: 50%; margin-left: -4px; 
border: 4px solid transparent; border-bottom-color: #00c039;}
.comm-offline {background-color: #e13535;}
.comm-offline:before {border-bottom-color: #e13535;}
.comm-two {margin: 6px 0 10px 0; padding: 10px 15px; border-radius: 0 3px 3px 3px; 
	background-color: #1e222d; color: #ccc; position: relative;}
.comm-two:before {content: ''; position: absolute; right: 100%; top: 0; border: 4px solid transparent; 
border-top-color: #1e222d; border-right-color: #1e222d;}
.comm-one {position: relative; padding-right: 30px;}
.comm-complaint {position: absolute; right: 0; top: 0; font-size: 16px;}
.comm-one &gt; span {margin-right: 5px; color: #ccc; font-weight: 300;}
.comm-one &gt; span.comm-author, .comm-one &gt; span.comm-author a {color: #ccc; font-weight: 500; font-size: 16px;}
.comm-one &gt; span.comm-group, .comm-one &gt; span.comm-group * {color: #297fd7 !important; font-weight: 400;}
.comm-rate3 {margin-right: 15px; height: 26px; line-height: 26px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; position: static;}
.comm-rate3 &gt; span {margin: 0 10px; color: #5d616d;}
.comm-rate3 &gt; span &gt; span.ratingtypeplus {color: #5d616d;}
.comm-rate3 &gt; span &gt; span.ratingplus {color: #1ee459;}
.comm-rate3 &gt; span &gt; span.ratingminus {color: #e13535;}
.comm-three-left &gt; a {margin-right: 15px; display: inline-block; height: 26px; line-height: 26px; padding: 0 10px; border-radius: 3px; background-color: #1e222d;}
.red .comm-avatar {box-shadow: 0 0 0 2px #131722, 0 0 0 4px #f05252;}
.red .comm-one &gt; span.comm-group, .red .comm-one &gt; span.comm-group * {color: #e13535 !important;}
.green .comm-avatar {box-shadow: 0 0 0 2px #131722, 0 0 0 4px #1ee459;}
.green .comm-one &gt; span.comm-group, .green .comm-one &gt; span.comm-group * {color: #1ee459 !important;}
.yellow .comm-avatar {box-shadow: 0 0 0 2px #131722, 0 0 0 4px #ffa200;}
.yellow .comm-one &gt; span.comm-group, .yellow .comm-one &gt; span.comm-group * {color: #ffa200 !important;}
.show-comms {text-align: center;}
.show-comms &gt; a {display: inline-block; padding: 10px 30px; font-size: 16px; font-weight: 500; 
	border-radius: 3px; background-color: #1e222d;}
.fcomms-legend {margin-bottom: 20px;}
.fcomms-legend &gt; div {margin: 0 30px 20px 0; color: #ccc;}
.red-group span {color: #e13535;}
.green-group span {color: #1ee459;}
.blue-group span {color: #297fd7;}
.yellow-group span {color: #ffa200;}
.sect-title &gt; span {background-color: #1e222d; padding: 3px 10px; border-radius: 3px; 
	display: inline-block; vertical-align: middle; margin-left: 5px; color: #5d616d; font-size: 12px;}
.comm-one &gt; span:not(:first-child):before {content: ''; width: 4px; height: 4px; border-radius: 2px; 
display: inline-block; vertical-align: middle; margin-right: 8px; background-color: #ccc;}


/* LOGIN
----------------------------------------------- */
.overlay-box {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.8; background-color: #000;}
.login-box {background-color: #171b26; box-shadow: 0 5px 20px rgba(0,0,0,0.75); z-index: 100; 
position: absolute; right: 0px; top: 99%; width: 600px; border: 1px solid #1e222d; font-size: 16px;
pointer-events: none; opacity: 0; transform: translateY(30px); transition: all .3s; border-radius: 2px;}
.login-box.is-active {pointer-events: auto; opacity: 1; transform: translateY(0px);}
.login-left {width: 120px; padding: 30px; position: relative; box-shadow: inset -2px 0 #0e1119; border-right: 2px solid #1e222d;}
.login-right {padding: 30px; padding-bottom: 20px;}
.login-menu li {background-color: #131722; border-radius: 2px; width: 48.6%; margin-bottom: 10px; padding: 10px 0 10px 30px;}
.login-menu li .fa {display: none;}
.login-title {font-size: 28px; font-weight: 700; color: #f7f7f7; margin-bottom: 2px;}
.login-header {margin-bottom: 30px;}
.login-header &gt; a {border-bottom: 1px dotted #5d616d; margin-left: 15px;}
.login-avatar {width: 60px; height: 60px; border-radius: 50%; line-height: 60px; text-align: center; font-size: 24px;
	box-shadow: 0 0 0 3px #131722, 0 0 0 6px #e13535; margin-top: 6px; color: #f7f7f7;}
.login-logout, .login-profile {color: #f7f7f7; box-shadow: inset 0 0 0 2px #95979d; text-align: center; 
	width: 60px; height: 60px; line-height: 60px; border-radius: 50%; font-size: 24px; display: block; 
position: absolute; left: 30px; bottom: 30px;}
.login-profile {bottom: 105px;}
.login-input {margin-bottom: 15px;}
.login-btn button {width: 100%; margin: 15px 0;}
.login-btm a {border-bottom: 1px dotted #297fd7; color: #297fd7;}
.login-check {position: relative;}
.login-check input {opacity: 0; position: absolute; cursor: pointer;}
.login-check span {display: block; padding-left: 36px; height: 30px; line-height: 30px; color: #ccc;}
.login-check span:before, .login-check span:after{content: '';position: absolute;top: 50%;transition: .3s;}
.login-check span:before{left: 0; height: 10px; margin-top: -5px; width: 26px; border-radius: 5px; 
	background: #0e1119; box-shadow: inset 0 1px 4px rgba(0,0,0,0.3);}
.login-check span:after{left: 1px; height: 12px; width: 12px; margin-top: -6px; background: #2ecc71;
	border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,0);}
.login-check input:checked + span:before {background-color: #fff;}
.login-check input:checked + span:after {left: 13px; background-color: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.3);}
.login-admin {text-align: center; margin: -10px 0 25px 0;}
.login-soc-title {display: flex; align-items: center; margin: 30px 0 15px 0;}
.login-soc-title:before, .login-soc-title:after {content: ''; height: 2px; background-color: #0e1119; flex: 1;}
.login-soc-title:before {margin-right: 15px;}
.login-soc-title:after {margin-left: 15px;}
.login-soc-btns {text-align: center;}
.login-soc-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login-soc-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}


/* Owl Carousel v2.1.0 */
.owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 10; }
.owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {position: relative; min-height: 1px; float: left;
/* -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; */}
.owl-carousel .owl-item &gt; img {display: block; width: 100%; /* -webkit-transform-style: preserve-3d; */}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {display: none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none; }
.owl-carousel.owl-loaded {display: block; }
.owl-carousel.owl-loading {opacity: 0; display: block; }
.owl-carousel.owl-hidden {opacity: 0; }
.owl-carousel.owl-refresh .owl-item {display: none; }
.owl-carousel.owl-drag .owl-item {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-grab {cursor: move; cursor: grab; }
.owl-carousel.owl-rtl {direction: rtl; }
.owl-carousel.owl-rtl .owl-item {float: right; }
.no-js .owl-carousel {display: block; }
.owl-carousel .animated {-webkit-animation-duration: 1000ms; animation-duration: 1000ms; 
-webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in {z-index: 0; }
.owl-carousel .owl-animated-out {z-index: 1; }
.owl-carousel .fadeOut {-webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
@keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
.owl-height {transition: height 500ms ease-in-out; }
.owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {-webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper {position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon {position: absolute; height: 80px; width: 80px; left: 50%; top: 50%;
margin-left: -40px; margin-top: -40px; cursor: pointer; z-index: 1; background-color:#FFF;
-webkit-backface-visibility: hidden; transition: -webkit-transform 100ms ease; transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {-webkit-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {display: none; }
.owl-carousel .owl-video-tn {opacity: 0; height: 100%;
background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {position: relative; z-index: 1; height: 100%; width: 100%; }

.owl-nav {position:absolute; left:0; right:0; top:-55px; z-index: 1;}
.owl-prev, .owl-next {color: #5d616d; font-size: 14px; position: absolute; top: 0;}
.owl-prev {right:25px;}
.owl-next {right:0px;}
.owl-prev:hover, .owl-next:hover {color:#297fd7;}
.owl-dots {position: absolute; right: 0; top: 0; bottom: 0; width: 10px; 
display: flex; flex-direction: column; justify-content: center; align-items: center;}
.owl-dot {display:block; width:10px; height:10px; margin: 5px 0; 
border-radius:5px; box-shadow: inset 0 0 0 1px #5d616d;}
.owl-dot.active { box-shadow: inset 0 0 0 1px #297fd7; background-color: #297fd7;}
.popular .owl-dots {right: -376px;}
.popular .owl-nav {right: -376px; top: auto; bottom: 25px;}



/* ADAPTIVE
----------------------------------------------- */
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#131722;
padding:10px; z-index:9999; position:fixed; left:-320px; top:0; transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:9998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 9999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .header-menu {margin: 0; padding: 0;}
.side-panel .header-menu &gt; li {width: 100%; margin: 0; padding: 0;}
.side-panel .header-menu &gt; li &gt; a {height: 40px; line-height: 40px; padding: 0 30px;}
.side-panel .hidden-menu {width: 100%; display: block; position: static;
width: calc(100% + 20px); margin-left: -10px; opacity: 1; pointer-events: auto; transform: none; 
box-shadow: none; border-bottom: 2px solid #297fd7; border-top: 2px solid #297fd7; display: none;}
.side-panel .header-menu &gt; li &gt; a:before {display: none !important;}
.side-panel .hidden-menu.is-active {display: block !important;}

@media screen and (max-width: 1220px) {
.wrap-center {max-width:1000px;}
.header .header-menu, #gotop, .col-right, .th-info {display: none !important;}
.btn-menu {display: block; background-color: rgba(255,255,255,0.15); color: #f7f7f7;}
.btn-search, .btn-login {width: auto; background: transparent !important; color: #ccc !important; right: 81px;}
.btn-search {right: 135px;}
.header-in {padding-left: 0;}
.sect-items {margin-left: -7px; margin-right: -7px;}
.th-item, .collection-item {padding-left: 7px; padding-right: 7px;}

.search-close, .overlay-box {cursor: pointer;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
.upd-item {width: 46%;}
.popular-in {padding: 96px 0 30px 0;}
.popular-desc {position: relative; height: 100px; width: 100%; text-align: center; margin-top: 30px;}
.popular-caption {padding: 0;}
.popular .owl-nav {display: none !important;}
.popular .owl-dots {position: static; width: 100%; display: block; margin-top: 15px; text-align: center;}
.popular .owl-dot {display:inline-block; margin: 0 5px;}
.footer-left {width: 100%; padding: 0 0 15px 0; text-align: center;}
.footer-two {display: block; text-align: center;}
.footer-menu {justify-content: center;}
.footer-menu li {margin: 0 10px 20px 10px;}
.th-item {width: 25%;}

.fleft {margin: auto;}
.fright {min-width: 100%; margin-top: 15px;}
.th-rel:nth-child(5n) {display: none;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
.th-item {width: 33.33%;}
.collection-item {width: 50%;}

.flight, .fcompl {display: none;}
.fctrl {justify-content: center;}
.tabs-sel {min-width: 100%; display: flex; flex-wrap: wrap;}
.tabs-sel &gt; span {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50%; text-align: center;}
.yx-share {text-align: center; padding: 15px;}
.comm-item {padding-left: 65px;}
.th-rel:nth-child(5n) {display: block;}

.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}
.footer-menu-col {width: 48%; margin-bottom: 10px; text-align: center;}
.footer-menu-col:nth-child(5) {display: none;}
.footer-cols {margin-left: 0;}
.login-box {width: 100%;}
.login-left {display: none;}
.login-title {font-size: 18px;}
.login-right {padding: 15px;}
.login-header {margin-bottom: 15px;}
.login-menu li {padding: 10px 10px; font-size: 14px;}

.add-comms {padding-left: 0;}
.ac-av {display: none;}
.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.wrap-center {max-width:360px;}
.logo {padding-left: 30px; width: calc(100% - 180px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.logo:before {display: none;}
.popular-desc {height: 80px;}
.popular-title {font-size: 20px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.upd-item {width: 100%;}
.sect-carou  .sect-title {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: calc(100% - 120px); 
padding-right: 0; margin-right: 10px; height: 35px; font-size: 18px; position: relative; top: 5px;}
.sect-carou  .sect-title:after {display: none;}
.sect-carou .sect-link {bottom: 8px;}
.th-item {width: 50%;}
.collection-item {width: 100%;}

.full {padding-top: 0;}
.full h1 {font-size: 24px;}
.full .sect-title {font-size: 18px;}
.fviews, .fmessage-icon {display: none;}
.th-rel:nth-child(5n) {display: none;}
.frates {justify-content: center;}
.frate {margin-bottom: 10px;}
.frate-site {margin-right: 0; margin-bottom: 30px;}
.frate-down {right: -36px;}
.frate-up {right: auto; left: -36px;}
.fmessage {padding: 15px;}
}

@media screen and (max-width: 356px) {
.wrap-center22 {max-width:320px;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}

/* MyLists */
	.mylists-switch, .mylists-tabs {
		list-style: none;
		margin: 20px 0px;
		border-radius: 4px;
		font-size: 12px;
	}
	.mylists-switch li, .mylists-tabs li {
		padding: 5px;
		background-color: #292d38;
		text-align: center;
		font-size: 16px;
		color: #f7f7f7;
		cursor: pointer;
	}
	.mylists-switch li:hover, .mylists-tabs li:hover {
		color: #2a8fdd;
		cursor: pointer;
	}
	.mylists-switch li:last-child, .mylists-tabs li:last-child {
		margin: 0px;
	}
	.mylists-switch li.active, .mylists-tabs li.active {
		background: #2a8fdd;
		color: #fff;
		border: 0px;	
	}
	.mylists-tabs li.active a {
		color: #fff;
	}
/* MyLists */



/* Ratings Start */

.rate_article {
	position: absolute;
	right: 15px;
	top: 30px;
}

.unit-rating, .unit-rating li a:hover, .unit-rating li.current-rating {
	background-image: url(../images/stars.png) !important;
	transition: none !important;
}

.unit-rating li a {
	transition: none !important;
}

.unit-rating li a:hover {
	transition: none !important;
}

.rate_like &gt; a, .rate_like-dislike {
	height: 30px;
	line-height: 20px;
	padding: 6px;
	color: #7f8599;
	font-size: 1.5em;
	transition: all ease .2s;
	text-align: center;
}

.rate_like &gt; a:hover {
	color: #ff0028;
}

.rate_like-dislike &gt; a {
	display: inline-block;
	width: 22px; height: 22px;
	text-align: center;
}
.rate_like-dislike .ratingplus { color: #88c54d; }
.rate_like-dislike .ratingminus { color: #e45757; }
.rate_like-dislike &gt; span { cursor: default; margin: 0 .3em; }

/* Ratings End */

.rates {
   border-radius:4px;
   padding: 10px 0;
   display:flex;
   flex-flow:row wrap;
   justify-content:space-between;
   align-items:center;
}
.rates &gt; div {
   display:inline-block;
   vertical-align:middle;
   width:100%;
}
.rate3 {
   height:40px;
}
.rate3 span[id*="vote-num"],
.rate3 span[id*="ratig-layer"] {
  display:none;
}
.ps, .ms {
  cursor:pointer;
  padding:0 10px;
  line-height:40px;
  display:inline-block;
  vertical-align:top;
  color:#1ee557;
  text-align:center;
}
.ms {
  color:#ea4443;
  float:right;
}
.rate3 span.fa {
  font-size:24px;
  margin-right:10px;
  vertical-align:middle;
}
.ps:hover {
  color: #138534;
}
.ms:hover {
  color: #a52c2b;
}
.rrange {
  width:220px;
  color:#ccc;
  font-weight:700;
}
.rbar {
  height:10px;
  overflow:hidden;
  position:relative;
  background-color:#ea4443;
  margin-top:5px;
  border-radius:4px;
}
.rfill {
  width:50%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background-color:#1ee458;
  transition:width 1s linear;
}
.rrange span {
  margin-left:10px;
  font-size:20px;
  color:#1ee557;
}

.bestageyear {
    position: absolute;
    width: 30px;
    text-align: center;
    padding: 5px 0;
    bottom: 10px;
    right: 10px;
    background-color: #ea4442;
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    z-index: 1;
    cursor: pointer;
}
.age_poster {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px 0;
    bottom: 10px;
    right: 10px;
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    z-index: 1;
    cursor: pointer;
}
.age_poster[data-age="21+"] {
    background-color: red;
}
.age_poster[data-age="18+"] {
    background-color: red;
}
.age_poster[data-age="16+"] {
    background-color: #ff6702;
}
.age_poster[data-age="12+"] {
    background-color: #ff6702;
}
.age_poster[data-age="6+"] {
    background-color: #06c03b;
}
.age_poster[data-age="0+"] {
    background-color: #06c03b;
}</pre></body></html>