<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Datalife Engine template
name: Play Videos;
creation date: 09 october 2018,
version dle: 12-13
*/

/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html {height: initial; position:relative}
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: 16px 'Source Sans Pro', sans-serif; line-height: normal; padding: 0; margin: 0; margin-top: 0px;
    color: #000; background-color: #828999; min-height: 100%; width: 100%; font-weight: 400;
    background: linear-gradient(45deg, #384660, #d1c5c3);}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color: #ec2828; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 600; font-size: 22px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none;
    font-size: 16px; font-family: 'Source Sans 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: #2661c5; font-size: 16px; font-weight: 600;}
.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-color: #3c75d7; 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;}
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.alphabet-list {margin-bottom: 22px;justify-content: center !important;}
.alphabet-list &gt; * {display: inline-block; margin: 0 8px 8px 0; font-size: 18px; font-weight: 600;
  text-transform: uppercase; background-color: #313131; color: #fff; border-radius: 4px;
  height: 40px; line-height: 40px; width: 40px; text-align: center; transition: all .2s linear;}
.alphabet-list &gt; a:hover, .alphabet-list &gt; span {background-color: #fdb036; color: #000;}

.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-act .img-resp-sq, .img-fit
{overflow: hidden; position: relative; background-color: #222;}
.img-resp {padding-top: 60%;}
.img-resp-vert {padding-top: 145%;}
.img-resp-act {padding-top: 60%;}
.img-resp video{margin-top:-60%;overflow:hidden;position:absolute;width:107%;float:left;}
.img-resp-sq {padding-top: 100%;}
.img-box img, .img-square img, .img-resp img, .img-resp-vert img, .img-resp-act img .img-resp-sq img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img, .img-resp-act img .img-resp-sq 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 {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 {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-top {-ms-flex-align:flex-start;-webkit-align-items:flex-start;align-items: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;}

b, strong, h1, h2, h3, h4, h5, .fw700 {font-weight: 600;}
.icon-left .fa, .icon-left .icon {margin-right: 10px;}
.icon-right .fa, .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim {transition: color .3s, background-color .3s, opacity .3s;}
.anim-all {transition: all 1s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 30px; font-size: 24px; font-weight: 400;}
.pages {padding: 30px;}


/* BASIC GRID
----------------------------------------------- */
.krks {min-width:320px; position: relative;}
.krks-c {max-width:1400px; margin:0 auto; position:relative; z-index:20; margin-top:250px}
.krks-m {background-color: #fafafa; box-shadow: 0 0 60px rgba(0,0,0,0.2); margin-top: 0px;}
.shap {height: 60px; background-color: #fff;}
.col-left, .col-right-in {background-color: #222; color: #ccc; width: 260px; padding: 20px 0;}
.col-right-in {width: 240px; padding: 20px 15px;}
.main {padding: 30px; min-height: 100vh;}
.podv {border-top:5px solid #ec2828; background-color: #111; color: #ccc;
    padding: 15px 130px 15px 85px; position: relative;}

#gotop{position:fixed; width:40px; height:40px; line-height:40px; right:10px; bottom:10px;
    z-index:9998; display:none; background-color:#fff; color:#222; cursor:pointer; font-size:24px;
    border-radius:50%; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2);}


/* HEADER
----------------------------------------------- */
.site {width: 260px; margin: 0 0 0 23px; height: 60px; display: block;}
.btn-login, .btn-fav {height: 60px; line-height: 60px; cursor: pointer; display: block;
    background-color: #ec2828; color: #fff; text-align: center; width: 160px;}
.btn-fav {background-color: #2ecc71; font-size: 18px; width: 80px;}
.btn-login:hover {background-color: #c0392b;}
.btn-fav:hover {background-color: #27ae60; color: #fff;}
.menu li {display: inline-block; vertical-align: middle; margin-right: 30px; font-weight: 600;}
.search-wrap {border-left: 2px solid #f0f4f9; padding: 10px 30px;}
.search-boxe {width:100%; position:relative;}
.search-boxe input, .search-boxe input:focus {box-shadow:none; padding: 0 0 0 45px;}
.search-boxe button {position:absolute; left:0px; top:0px; z-index:10; padding:0 !important;
    background-color:transparent !important; color:#000 !important; font-size: 24px !important}


/* LOGIN
----------------------------------------------- */
.login-overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%;
    background-color: #828999; background: linear-gradient(45deg, #384660, #d1c5c3); opacity: 0.9; display: none;}
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%);
    background-color: #fff; padding: 30px 60px 40px 60px; border-top: 5px solid #ec2828; width: 400px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5); display: none;}
.login-close {width: 26px; height: 26px; line-height: 26px; text-align: center; font-size: 24px;
    cursor: pointer; position: absolute; top: -30px; right: -30px; color: #fff;}
.login-title {font-size: 24px; font-weight: 600; margin-bottom: 15px; text-align: center; text-transform: uppercase;}
.login-title:first-letter {color: #ec2828;}
.login-avatar {width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 15px auto;
    text-align: center; line-height: 60px; font-size: 24px; background-color: #f2f6f8; color: #939393;}
.login-input {margin-bottom: 15px;}
.login-btn button {width: 100%; margin: 15px 0;}
.login-btm a {border-bottom: 1px dotted #2661c5; color: #2661c5; font-size: 14px;}
.login-check {position: relative; font-size: 14px;}
.login-check input {opacity: 0; position: absolute; cursor: pointer;}
.login-check span {display: block; padding-left: 36px; height: 30px; line-height: 30px; color: #939393;}
.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: #fff; 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-menu {border-top: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3;}
.login-menu li {text-align: center; border-right: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3ee; width: 50%;}
.login-menu a {display: block; padding: 10px 5px; font-size: 14px;}
.login-menu li .fa {display: none; height: 28px; font-size: 22px; color: #06c;}
.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: 1px; background-color: #e3e3e3; 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%;}


/* SIDE, NAV
----------------------------------------------- */
.nav {}
.nav li {position: relative; color: #ccc;}
.nav li a {display: block; padding: 0 15px; line-height: 34px; border-bottom: 1px solid #333; color: #ccc;}
.nav li a:hover, .nav li a.is-active {background-color: #1a1919; color: #fff;}
.nav li span {position: absolute; right: 15px; top: 0; display: inline-block;
    line-height: 32px; font-size: 12px; opacity: 0.8;}
.bok-bt {color: #fff; font-weight: 600; margin-bottom: 15px;}
.col-right-in .bx-item:not(:hover) .bx-title {color: #ccc;}
@media screen and (min-width: 950px) {
    .col-right-in .bx-item {width: 100%; padding: 0; margin-bottom: 15px;}
    .col-right-in .bx-desc, .col-right-in .bx-title {height: auto; font-size: 14px; max-height: none; overflow: visible;}
}


/* SECTION
----------------------------------------------- */
.rzd + .rzd {margin-top: 40px;}
.rzd-header {margin-bottom: 30px;}
.rzd-title {font-size: 24px; font-weight: 600;}
.rzd-items {margin: 0 -8px;}


/* THUMB SCROLL
----------------------------------------------- */
.rzd-top {margin: -30px; background-color: #111; padding: 30px; color: #fff;
    box-shadow: inset 0 1000px rgba(0,0,0,0.8);}
.rzd-top .bx-item:not(:hover) .bx-title {color: #ccc;}
.viewport .bx-item {margin: 0; padding: 0 16px 0 0;}
.viewport {position: relative; overflow: hidden;}
.overview {position: relative;}
.scrollbar {margin-top: 15px;}
.track {position: relative; height: 3px; background-color: #999;}
.thumb {height: 16px; width: 32px; border-radius: 8px; background-color: #ec2828;
    position: absolute; top: -6px; cursor: pointer;}


/* THUMB
----------------------------------------------- */
.bx-item {float: left; width: 33.33%; padding: 0 8px;}
.bx-in {display: block; position: relative;}
.bx-img {margin-bottom: 10px; transition: box-shadow .2s linear;}
.bx-img:before {content: ''; position:  absolute; left:0; top: 0; width: 100%; height: 50px; z-index: 5;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);}
.bx-img:after {content: ''; position:  absolute; left:0; bottom: 0; width: 100%; height: 50px; z-index: 5;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);}
.bx-desc {height: 80px;}
.bx-title {line-height: 20px; max-height: 40px; overflow: hidden; font-size: 16px; font-weight: 400;}
.bx-cat {margin-top: 5px; font-size: 12px; color: #939393;}
.bx-meta {position: absolute; z-index: 10; display: inline-block; color: #fff; font-size: 14px;}
.bx-views {right: 7px; bottom: 95px;}
.bx-time {left: 7px; top: 7px;}
.bx-rating {left: 7px; bottom: 95px;}
.bx-views .icon, .bx-rating .icon {margin-right: 5px;}
.bx-rating .icon {color: #2ecc71; font-size: 18px;}
.bx-percent {opacity: 1;}
.wdone {opacity: 1;}
.bx-edit {position: relative; top: -10px;}

.rzd-link {color: #ec2828; text-decoration: underline;}
.rzd-link:hover {text-decoration: none;}
.bx-model {width: 16.66%;}
.bx-model .bx-views, .bx-model .bx-rating {bottom: 8px;}
.bx-model .bx-desc {height: 60px;}

.thcat-title {color: #fff; font-size: 24px; font-weight: 600; position: absolute; z-index: 20;
    left: 0; top: 0; right: 0; bottom: 0;}
.thcat .bx-img:before {display: none;}
.thcat .bx-img:after {height: 150%;}

.bx-actman {width: 16.66%;}
.bx-actman .bx-views, .bx-actman .bx-rating {bottom: 8px;}
.bx-actman .act-desc {height: 60px;}

/* SEO DESCRIPTION
----------------------------------------------- */
.desc-text {background-color: #fff; margin: 30px -30px; padding: 30px;}
.desc-text h1, .desc-text h2, .desc-text h3 {font-size: 18px; font-weight: 600; margin-bottom: 10px;}
.desc-text span {color: #ec2828;}
.desc-text p {color: #5c5c5c; line-height:1.7; font-size: 14px;}
.desc-text p + p {margin-top:15px;}
.desc-text p + h1, .desc-text p + h2, .desc-text p + h3 {margin-top:20px;}
.desc-text a {text-decoration: underline; color: #2661c5;}


/* FOOTER
----------------------------------------------- */
.podv &gt; span {background-color:#ec2828; color:#fff; display:inline-block; padding: 15px;
    position: absolute; left: 0; top: 0; font-size: 24px;}
.podv-two {font-size:14px; margin-top: 5px;}
.podv-counter {position: absolute; right: 30px; top: 15px;}
.podv a {text-decoration: underline; color: #e3e3e3;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:40px; text-align:center; padding:30px 0 0 0;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav &gt; span {display:inline-block;}
.pnext {float: right}
.pprev {float: left;}
.pnext a, .pprev a, .pprev &gt; span, .pnext &gt; span {display:block; width:46px; text-align:center;}
.navigation {text-align:center; float: left;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev &gt; span, .pnext &gt; span {display:inline-block; padding:0 15px;
    background-color:#fff; margin:5px 2px 0 2px; border-radius:0px; font-size:18px;}
.navigation span, .pagi-nav a:hover {background-color:#ec2828; color:#fff;}
.navigation span.nav_ext {background-color:#fff; color:#939393;}
.pagi-nav a:hover {background-color:#ec2828; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FULL
----------------------------------------------- */
.full {margin:-30px;}
.mg-one {padding: 30px; box-shadow: inset 0 800px rgba(0,0,0,0.8);}
.mg-two {background-color: #2a3134; color: #fff; padding: 15px 30px;}
.mg-three {background-color: #1a1919; padding: 15px 30px;}
.mg-four {background-color: #e8e8e8; padding: 20px 30px 30px 30px;}
.mg-five {padding: 30px;}
.mg-player {margin: 0 auto; background-color:#000;}
.mg-two h1 {font-weight: 600; font-size: 18px;}
.mg-two h1 a {color: #ccc; margin-left: 15px;}
.mg-ctrl {color: #ccc; text-align: center; font-size: 14px; width: 14.2%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.mg-ctrl .icon {display: block; height: 34px; font-size: 24px;}
.mg-ctrl a {color: #ccc; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.mg-ctrl a:hover, .js-fshare:hover, .mg-ctrl.js-login:hover {color: #fff; cursor: pointer;}
.mg-desc + .mg-tags {margin-top: 10px;}
.mg-tags {line-height:24px; font-size: 14px;}
.mg-tags a {color: #2661c5; text-decoration: underline;}
.mg-tags a:hover {text-decoration: none;}
.mg-btm {padding: 0 30px;}

.vpm-rate {white-space:nowrap; text-align:center; width: 180px; height: 40px;
    margin-left: 15px; position: relative;}
.rate-plus, .rate-minus, .rate-counts {display:inline-block; vertical-align:middle;}
.rate-data {display:none;}
.rate-counts {width:180px; height:40px; position: relative; font-size: 12px; color: #ccc;}
.rate-plus, .rate-minus {cursor:pointer; width:30px; height:30px; text-align:center; font-size:18px;
    line-height:30px; border-radius: 50%; position: absolute;}
.rate-plus {color:#2ecc71; top: 0; left: 0;}
.rate-minus {color:#ec2828; top: 0; right: 0;}
.rate-plus:hover, .rate-minus:hover {background-color: #2661c5; color: #fff;}
.rate-bar {width:100%; min-height:6px; height:6px; border-radius:4px; overflow:hidden;
    position:absolute; background-color:#ec2828; left: 0; right: 0; bottom: 0;}
.rate-fill {width:50%; height:100%; position:absolute; left:0; top:0; background-color:#2ecc71; transition:width 1s linear;}
.rate-perc {margin-right:5px; font-size:18px; font-weight: 600; color:#2ecc71;}

.mg-share {background-color: #fff; padding: 30px; display: none;}
.mg-share-capt, .mg-share textarea {margin-bottom: 10px;}
.mg-share textarea {padding: 10px; height: auto; font-size: 14px; overflow: hidden;}


/* 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:400px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.7; font-size: 14px; color:#000;}
.full-text img:not(.emoji) {max-width:100%; margin:10px 0;}
.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 {text-decoration:underline; color:#2661c5;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px; font-weight:700;}
.full-text p {margin-bottom:10px;}
.full-text ul, .full-text ol {margin:0;}
.full-text ul li {list-style:disc; margin-left:40px;}
.full-text ol li {list-style:decimal; margin-left:40px;}

.full-taglist a {color:#d20068;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* COMMENTS
----------------------------------------------- */
.add-comms {margin: 20px -30px 0 -30px; padding: 30px 200px 0 30px; border-top: 1px solid #ccc;}
.ac-inputs input {width: 48.5%; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.add-comms input, .add-comms textarea, .ac-submit button {box-shadow: 3px 3px 6px rgba(0,0,0,0.1);}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {padding:10px; background-color:#ebebeb; margin:20px 0 0 0; text-align: right;}
.last-comm-link {font-size:16px; margin-bottom:10px; text-decoration: underline;}

.comm-item {margin-bottom: 30px; font-size: 14px;}
.comm-left {width: 50px; margin-right: 15px;}
.comm-img {height: 50px; border-radius: 50%; background-color: transparent;}
.comm-two {margin: 5px 0 10px 0;}
.comm-one &gt; span {margin-right: 15px; color: #939393;}
.comm-one &gt; span.comm-author, .comm-one &gt; span.comm-author a {font-size: 18px; color: #2661c5;}
.comm-three-left &gt; a, .comm-three-right li a {color: #939393;}
.comm-three-right li {display: inline-block; margin-left: 15px;}
.comm-rate3 {white-space:nowrap; font-size:18px; margin-right: 15px; height: 20px; line-height: 20px;
    display: inline-block; vertical-align: top; color: #909090; position: relative; top: -3px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; color: #909090;
    position: relative; top: -2px;}
.comm-rate3 a:hover {color: #000;}
.comm-rate3 a:last-child {margin-bottom: -6px;}
.comm-rate3 &gt; span {margin: 0 5px; font-size: 16px;}
.comm-rate3 &gt; span &gt; span.ratingtypeplus {color: #06b601;}
.comm-rate3 &gt; span &gt; span.ratingplus {color: #95c613;}
.comm-rate3 &gt; span &gt; span.ratingminus {color: #ff0e0e;}
.comm-three a:hover {text-decoration: underline;}





/* ADAPTIVE
----------------------------------------------- */
.btnmenu, .btnmenu2 {display: none;}
.mego-bok-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#222;
    padding:15px 0; z-index:99999; position:fixed; left:-320px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.mego-bok-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:99998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 99999;
    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%;}
.mego-bok-panel a {color: #ccc;}
.mego-bok-panel .menu {display: block; margin-bottom: 15px;}
.mego-bok-panel .menu li {display: block; margin: 0; line-height: 34px; padding: 0 15px; border-bottom: 1px solid #333;}


@media screen and (max-width: 1220px) {
    .krks-c {max-width:1000px; overflow: hidden;}
    .cols {display: block;}
    .col-left, .menu {display: none;}
    .main {padding-left: 15px; padding-right: 15px;}
    .desc-text, .rzd-top {margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px;}
    .btnmenu {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 28px;
        cursor: pointer; margin-right: 15px;}
    #gotop {display: none !important;}
    .not-logged .login-avatar {display: none;}
    .login-close {top: -5px;}
    .login-title {font-size: 18px;}
    .login-box {max-width: calc(100% - 60px); padding: 15px;}

    .full, .add-comms {margin-left: -15px; margin-right: -15px;}
    .mg-one {padding: 0;}
    .mg-two, .mg-three, .mg-four, .add-comms, .mg-five, .mg-btm {padding-left: 15px; padding-right: 15px;}
}

@media screen and (max-width: 950px) {
    .krks-c {max-width:768px;}
    .btnmenu2 {display: block; width: 30px; height: 40px; line-height: 40px; text-align: center; font-size: 28px;
        cursor: pointer; margin-right: 15px; margin-left: -10px;}
    .search-wrap {min-width: 100%; padding: 15px; -ms-flex-order: 9;-webkit-order: 9;order: 9;
        border: 0; border-top: 1px solid #f0f4f9; display: none;}
    .search-boxe input {background-color: #f5f5f5 !important; border-radius: 0; padding-left: 50px;}
    .search-boxe button {left: 15px;}
    .btn-login {width: calc(100% - 80px);}
    .btn-login, .btn-fav {-ms-flex-order: 10;-webkit-order: 10;order: 10; display: none;}
    .shap.is-active {height: auto;}
    .is-active .btn-login, .is-active .btn-fav, .is-active .search-wrap {display: block;}
    .site {-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; margin-right: 15px; overflow: hidden;}
    .bx-model {width: 25%;}

    .col-right-in {width: 100%;}
}

@media screen and (max-width: 760px) {
    .krks-c {max-width:640px;}
    .bx-item {width: 50%;}
    .podv {text-align: center; padding: 15px;}
    .podv &gt; span, .podv-counter {position: static; display: inline-block; margin-bottom: 10px;}
    .podv-counter {margin: 15px 0 0 0;}
    .bx-model {width: 33.33%;}

    .mg-three, .mg-two {display: block;}
    .mg-three {white-space: nowrap; overflow-y: hidden; overflow-x: auto;}
    .mg-ctrl {display: inline-block; vertical-align: top; width: 80px; margin-right: 15px;}
    .mg-two {text-align: center;}
    .vpm-rate {margin: 15px auto 0 auto;}

    .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) {
    .krks-c {max-width:480px; margin-top:0px}

    .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) {
    .mego-krks-center22 {max-width:320px;}
    .bx-item {width: 100%;}
    .rzd-scroller .bx-item {width: 66.66%;}
    .site {overflow: hidden; position: relative; max-width: 258px;}
    .site img {position: absolute; width: 100%; height: auto; left: 0; top: 50%; transform: translateY(-50%);}
    .bx-model {width: 50%;}
    .bx-model .bx-views .icon {display: none;}

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

/* VIDEO PREVIEW
----------------------------------------------- */

.preview-progress{position:absolute;left:50%;top:50%;z-index:5;margin:-25px 0 0 -25px;text-indent:-9999em;border-top:5px solid rgba(255, 255, 255, 0.2);border-right:5px solid rgba(255, 255, 255, 0.2);border-bottom:5px solid rgba(255, 255, 255, 0.2);border-left:5px solid #ffffff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear;}
.preview-progress,
.preview-progress:after{border-radius:50%;width:50px;height:50px;}
@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
.bx-video svg:not(:root){overflow:visible;}
.bx-video .swipe-hint{z-index:1;background:rgba(0, 0, 0, 0.6);color:#fff;padding:5px 10px;font-size:30px;border-radius:3px;position:absolute;left:50%;top:30%;transform:translate(-50%, -50%);}
.bx-video .swipe-hint .svg-icon{animation:swipe-horizontal 1s linear infinite;}
@keyframes swipe-horizontal{0%, 50%, 100%{transform:translate(0, 0);}
    25%{transform:translate(10%, 0);}
    75%{transform:translate(-10%, 0);}
}
.bx-video .svg-icon{display:block;width:1em;height:1em;fill:currentColor;}
.bx-video{position:relative;}


/* cyrillic-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
</pre></body></html>