@import "https://use.fontawesome.com/releases/v5.0.10/css/all.css";
/* 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;}
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;}
body {font-family:'Nunito', Arial, Helvetica, sans-serif; line-height:normal; padding:0; margin:0;        
color: #fff; background:#262626; height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #fff; text-decoration: none;}
a:hover, a:focus {color:#ff9059; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:400; font-size:18px;}

.side-box.to-mob {
    background: #333333;
    border-radius: 4px;
}
.sect-header.fx-row.fx-middle {
    background: #333;
    padding: 1rem;
    border-radius: 5px;
    display:none;
}
.form-wrap {}
.sub-title h1 {margin-bottom:15px; font-size:24px; font-weight:700;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap {}


/*--- SET ---*/
.button, .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 {
    padding: 0 12px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-color: #ff9059;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button: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:#dd7e4e; color:#fff;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-weight: bolder;
    font-family: 'Nunito';
    color: #000000;
    background-color: #f8f8f8;
    border-radius: 40px;
    box-shadow: 0 0 0 1px #ededed, inset 1px 1px 3px 0 rgb(0 0 0 / 10%);
}
input[type="text"]:focus {}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #e3e3e3; background-color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #e3e3e3; background-color:#F8F8F8; 
border-radius:0; overflow:auto; vertical-align:top; resize:vertical; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}

.img-box, .img-wide, .img-resp, .img-resp-v, .img-resp-sq {overflow:hidden; position:relative; background-color:#000;}
.img-resp {padding-top:57%;}
.img-resp-v {padding-top:140%;}
.img-resp-sq {padding-top:100%;}
.img-box img, .img-resp img, .img-resp-v img, .img-resp-sq img {width:100%; min-height:100%; display:block;}
.img-resp img, .img-resp-v img, .img-resp-sq img {position:absolute; left:0; top:0;}
.img-wide img {width:100%; display:block;border-radius:10px;}
.img-square img {width:150%; max-width:150%; margin-left:-25%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .th-img {transition: all .3s;}
.button, .tc-title, .s-img {transition: color .3s, background-color .3s, opacity .3s;}
.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}

.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-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.fx-stretch{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}
.fx-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.fx-col{display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.fx-left {-ms-flex-pack:start;-webkit-justify-content:start;justify-content:start;}




/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; overflow:hidden;}
.center {max-width:1070px; margin:0 auto; position:relative; z-index:20;}
.block {}
.header {
    height: 70px;
    position: relative;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.menu-links ul {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.menu-links li {
    margin:0 1rem;
}
.menu-links li a {
        font-size: 18px;
    font-weight: 600;
}
.cols {}
.side {width:200px; float:left; position: relative;}
.main {width:calc(100% - 230px); width:-webkit-calc(100% - 230px); float:right; min-height:80vh;}
.footer {padding:1rem; color:#fff; margin-top: 30px; padding-top: 15px; padding-bottom: 15px;    justify-content: center;}

.fixed-top {position:fixed; top:0; width:300px; margin-bottom:0;}
.absolute-top {position:absolute; width:300px;}
.fixed-top-left {position:fixed; top:0; width:300px; margin-bottom:0;}
.absolute-top-left {position:absolute; width:300px;}

#gotop{position:fixed; width:40px; height:40px; line-height:36px; right:10px; bottom:10px; cursor:pointer; font-size:20px;
z-index:9998; display:none; opacity:0.7; background-color:#ff9059; color:#FFF; border-radius:50%; text-align:center;}


@media (max-width:953px){
    .menu-links {
        position: absolute;
        height: 100vh;
        background: #262626;
        left: 0;
        top: 0;
        box-shadow: 2px 20px 1px rgb(0 0 0 / 16%);
        display:none;
    }
    .btn-menu {
        display:block!important;
    }
    .menu-links ul {
        display:block;
    }
    .menu-links ul li{
        margin: 0;
        padding: 1rem 1rem;
        border-bottom: solid 1px #c6c6c612; 
    }
    .menu-links ul li a {
        font-size:15px;
    }
}

@media (max-width:474px){
    .header {
        display:block;
    }
    .logo {
        width:100%!important;
        text-align:center;
    }
    .search-wrap {
        width: 100%;
        margin: 0 auto;
        display: table;
    }
    #quicksearch {
        width: 250px;
        margin: 0 auto;
        display: table;        
    }
}

/* COMMON
----------------------------------------------- */
.owl-prev, .owl-next, .grid-select, .full-comms, 
 .owl-prev, .owl-next, .grid-select, 
.k-fav, .grid-thumb .s-img, .l-ava, .full-comms, .comm-left, .rels, 
.sub-text, .fsect {box-shadow: 0 1px 4px rgba(0,0,0,0.2);}
/*.header, .footer, .desc-text {margin-left: -2000px; margin-right: -2000px; padding-left: 2000px; padding-right: 2000px;}*/
.header, .carou, .cols, .sect-title, .sect-header, .short {margin-bottom: 30px;}
.cm-item, .side-bt, .sect-title, .nav-title, h1, h2, h3, b, strong {font-weight: 700;}
.tc-title, .side-title, .obnov-item, .s-text, .speedbar, .sub-text {font-size: 14px;}
.cm-item.active, .grid-select div:hover, .grid-select div.current, .error-btn, .error-btn a, 
.to-view {background-color: #ff9059; color: #fff;}
.cm-item:first-child, .side-bt, .fplayer .tabs-sel span.current, .btn-menu, .to-graph, .to-review {background-color: transparent; color: #fff;}


/* HEADER, CAROU
----------------------------------------------- */
.logo {
    display: block;
    float: left;
    width: 220px;
    height: 70px;
    overflow: hidden;
    line-height: 100px;
}
.login-btns {height:40px; line-height:40px; margin-top:15px; float:right;}
.login-btns a {display:inline-block; vertical-align:middle; margin:0 15px;}
.show-login {display:inline-block; vertical-align:middle; cursor:pointer; 
box-shadow: inset 0 0 0 1px #e3e3e3; padding: 0 15px;}
.l-over {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:887; display:none;}
.l-box {background-color:#fff; width:320px; height:220px; display:none; 
position:fixed; z-index:888; left:50%; top:50%; margin:-110px 0 0 -160px; padding:30px;}
.l-box input {margin-bottom:20px;}
.l-logged {float:right; font-weight:700; white-space:nowrap; height:70px; line-height:70px; position:relative;}
.l-menu {position:absolute; right:0px; top:100%; width:200px; background-color:#fff; 
padding:10px 0; box-shadow:0 5px 11px 0 rgba(0,0,0,0.1); display:none;}
.l-menu a {display:block; padding:0 15px; line-height:30px; font-weight: 400;}
.l-box2 {padding:0 0 0 50px; position:relative; cursor:pointer; max-width:130px;} 
.l-ava {height:40px; width:40px; border-radius:50%; position:absolute; left:0; top:15px;}
.search-wrap {
    float: right;
}
.menu-links li a i {
    margin-right:0.3rem;
}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; padding:0 60px 0 15px; background-color:#f2f2f2; box-shadow:none;}
.search-box button {position:absolute; right:0px; top:0px; z-index:10; width:40px; padding:0 !important; color:#fff !important;}

.carou-menu {height: 40px;}
.tc-img {
    height: 180px;
    width: 136px;
    display: block;
    border-radius: 3px;
    float: left;
    box-shadow: 0px 2px 3px rgb(35 35 35);
}
.tc-title ,.short .s-top h2{
    padding: 7px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;    
}
.tc-img:hover .tc-title {opacity:0;}
.cm-item {
display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 6px;
    font-size: 24px;
    float: right;
    background-color: #e3e3e3;
    font-weight: 100;
    position:relative;
    
}
.cm-item:first-child {float: left;}

.cm-item:after {
    content: " ";
    width: 29%;
    bottom: -5px;
    left: 10px;
    height: 2px;
    background-color: #ff9059;
    position: absolute;}
/* SECTION
----------------------------------------------- */
.sect-title {font-size:20px; line-height:20px;}
.sect-header .sect-title {margin-bottom:0;text-align:center;}
.desc-text {
    margin-top: 30px;
    padding-top: 30px;
    padding: 1rem;
}
.desc-text p {line-height:24px; color:#fff; font-size:15px;text-align:center;}
.desc-text p + p {margin-top:15px;}
.desc-text p + .sect-title {margin-top:30px;}
.desc-text a {text-decoration: underline; color: #547b97;}
.to-small {font-size: 18px;}
.grid-select {line-height:30px; height: 30px;}
.grid-select div {height:30px; width:30px; text-align:center; float:left; font-size:18px; cursor:pointer;}
.grid-select div:hover, .grid-select div.current {}
.speedbar {
    background: #333;
    padding: 1rem;
    color: #fff;
}.speedbar a {color:#aba4a0;}
.cat-bt {margin: -15px 0 15px 0; font-size: 18px;}
.to-maxwidth {width:calc(100% - 70px); width:-webkit-calc(100% - 70px);}


/* SHORT
----------------------------------------------- */
.short {padding:20px 30px 30px 30px; margin-bottom: 15px;}
.s-top h2 {max-width:calc(100% - 140px); max-width:-webkit-calc(100% - 140px); line-height:24px;}
.s-top h2 a {font-size:18px; font-weight:700; margin-right: 7px;}
.s-top h2 span {display: inline-block; vertical-align: middle; line-height: 24px; padding: 0 10px; font-size: 14px; 
background-color:#f5f5f5;}
.s-meta {width:130px; position:relative; padding:2px 15px 0 0;}
.to-fav {width:30px; height:50px; position:absolute; right:-30px; top:-20px; cursor: pointer;}
.k-fav {width:30px; text-align:center; height:50px; line-height:30px; padding-top: 15px; 
cursor:pointer; background-color:#547b97; color:#fff;}
.k-fav-added{background-color:#547b97; color:#fff;}
.s-cols { position: relative;}
.s-img {width:200px; height: 300px; display: block;}
.s-text {width:calc(100% - 230px); width:-webkit-calc(100% - 230px); line-height:18px; position: relative; padding-bottom: 40px;}
.s-img:hover {opacity:0.8;}
.st-line {margin-bottom:-6px;}
.st-desc {margin-bottom:10px; opacity:0.6;}
.st-line span:first-child {margin-right: 3px;}
.st-line a {color:#fff;}
.s-red {color: #989898; font-weight: 700;}
.s-btm {position: absolute; left: 0; right: 0; bottom: 0;}
.s-btm .button {height:30px; line-height:30px; padding: 0 15px;}
.st-line svg {
        vertical-align: sub;
}
.st-line span{
    vertical-align: super;
}
.rate3-short {height:16px; overflow:hidden; line-height:16px; white-space:nowrap; text-align:right;} 
.rate3-short .fa {margin-right:5px;}
.sr-plus, .sr-minus {display:inline-block; line-height:16px; vertical-align:top;}
.sr-plus {color:#3C0; margin-right:5px;}
.sr-minus {color:#f20404; margin-left:5px;}
.r3-hide {display:none;}
.k-fav {background-color: transparent; box-shadow: none; color: #547b97; position: relative; right: 10px;}

.grid-thumb .short {
    float: left;
    width: calc((100% - 450px)/3);
    width: -webkit-calc((100% - 450px)/3);
    padding: 0;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
        margin: 5px;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position:relative;
}

.carou-in .tc-title {
    background-color: rgb(38 38 38 / 73%);
}
.sect-header {
    margin-bottom:0;
}
.short .s-top {
    background-color: rgb(38 38 38 / 73%);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    font-size: 16px;
    z-index: 1;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
    text-align: center;}
.short:hover .short .s-top {
    background:transparent;
}
.grid-thumb .s-img {width: 100%; height: 0; padding-top: 145%;}
.grid-thumb .s-img img {position: absolute; left: 0; top: 0;}
.grid-thumb .s-top h2 {max-width:100%; width: 100%; text-align: center;}
.grid-thumb .s-top h2 a {font-size:15px; font-weight:400; margin-right: 0; 
 line-height:16px; height: 16px; overflow: hidden; display: block; white-space: nowrap; text-overflow: ellipsis;}
.grid-thumb .s-meta {width:100%; margin: 0 auto; padding: 15px;display:none;}
.grid-thumb .rate3-short {text-align:center;} 
.grid-thumb .s-cols { -ms-order:-1; -webkit-order:-1; order:-1;}
.grid-thumb .s-text, .grid-thumb .to-fav, .grid-thumb .s-top h2 span {display: none;}

/* SIDE, FOOTER
----------------------------------------------- */
.side-box + .side-box {margin-top: 15px;}
.side-bt {padding: 10px 15px;}
.side-bc {padding: 5px;}
.side-bc.fx-row {padding-bottom: 0;}
.side-bc svg {
    stroke: #fff;
    width: 21px;
    vertical-align: bottom;
}
.nav-title:after{
    content: " ";
    width: 10%;
    bottom: -5px;
    left: 0;
    height: 2px;
    background-color: #ff9059;
    position: absolute;
}
.nav-title {
    position: relative;
    margin: 0 3px;
    margin-bottom: 12px;}
.nav-list + .nav-title {margin-top: 15px;}
.nav-list li {width: 100%; line-height: 24px; font-size: 14px;}
.fx-4 li {width: 23%;}

.side-item {width: 100%; margin-bottom: 15px; display: block;}
.side-title {margin-top: 7px;}

.obnov-item {margin-bottom:2px; background-color:#f5f5f5;}
.o-link {display:block;}
.o-link > div {width:60%; float:left; padding:10px 5px;}
.o-link > div:last-child {width:40%; text-align:right;}
.o-date {font-size:12px; font-weight:700; padding:5px 10px 0 10px;}
.o-series {border:1px solid #90b23d; font-size:12px; padding:2px 3px; text-align:center; margin-bottom:5px;}
.o-title {margin-top: -5px;}
.o-title + span, .o-series + span {margin-top:5px; opacity:0.6;}
.o-link:hover .o-series {background-color:#90b23d; color:#fff;}

.ft-menu {line-height: 30px;}
.ft-menu a {color: #fff; margin-right: 30px;}
.ft-menu a:first-child {font-weight: 700; text-decoration: underline;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.pagi-load {text-align:center;}
.pagi-load > span {display:none;}
.pagi-load + .pagi-nav {margin-top:5px;}
.bottom-nav {line-height:30px; text-align:center; padding:30px 0 0 0;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:32px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 5px; 
min-width:32px; background-color:#333; margin:0 3px; border-radius:50%; box-shadow: 0 1px 4px rgba(0,0,0,0.2); margin-top: 10px;}
.navigation span, .pagi-nav a:hover {background-color:#ff9059; color:#fff;}
.navigation span.nav_ext {background-color:#fff; color: #ccc;}
.pagi-nav a:hover {background-color:#dd7e4e; color:#fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FULL
----------------------------------------------- */
.fcols-wr {padding: 1rem;}
.fright {width:200px; float:right;}
.fleft {width:calc(100% - 230px); width:-webkit-calc(100% - 230px); float:left;}
.fsect {padding: 20px 30px; margin-bottom: 15px; line-height: 1.7;}
.rkl-box {overflow: hidden; text-align: center;}

.fheader {
    margin: 14px 0px 14px 0px;
    text-align: center;
}
.foriginal {font-size:14px; opacity:0.5; margin-top:5px;}
.fheader h1 .fa {margin-left:10px; font-size:16px;}
.fdesc {margin-top: 15px;}
.fcols .st-line {
    font-size: 14px;
    width: 100%;
    background: #33333352;
    padding: 10px;
    border-radius: 11px;
    box-shadow: 0px 5px 4px rgb(0 0 0 / 18%);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.subtitle {font-size:15px; margin-bottom: 15px; font-weight: 700;}
.fcols + .subtitle {margin:15px 0 -10px 0; text-align: center;}

.frate {height:40px; line-height:24px; position:relative; margin-bottom: 15px; opacity:0;}
.frate.done {opacity:1;}
.rate-data {display:none;}
.rate-plus, .rate-minus {cursor:pointer;}
.frate .fa {color:#3c0; display:inline-block; vertical-align:top; font-size: 24px;}
.rate-minus .fa {color:#f20404; position: relative;}
.frate div:hover .fa {animation: bounceRate  0.3s infinite linear; animation-direction: alternate;}
.rbar {height:6px; overflow:hidden; background-color:#f20404; border-radius:3px; position:absolute; left:0; bottom:0; width:100%;}
.rfill {width:50%; height:100%; position:absolute; left:0; top:0; background-color:#3c0; transition:width 1s linear;}
.rate-perc {font-size: 18px; font-weight: 700;}
.rate-perc.high {color:#3c0;}
.rate-perc.low {color:#f20404;}

@keyframes bounceRate {
  from {transform: translate(0,0%);}
  to {transform: translate(0,-50%);}
}

.fposter .to-fav {right:0px; top:0px;}
.fposter .k-fav {top: 10px; right: 10px; width:30px; height:30px; text-align:center; line-height:32px; 
background-color:#fff; padding:0; border-radius:50%;}
.fbtns {text-align:center;}
.fbtns .fa {font-size:18px; height:40px; line-height:40px; width:40px; text-align:center; background-color:rgba(0,0,0,0.2); 
position:absolute; left:0; top:0;border-radius:12px;}
.fbtn {width:100%; cursor:pointer; height:40px; line-height:40px; font-weight:400; 
margin-top:0px; position:relative; padding-left:40px; margin-top: 15px;border-radius:12px;}
.fbtn:hover {box-shadow:0 0 20px 0 rgba(0,0,0,0.2);}
.yx-share {margin-top: 15px; text-align: center;}
.yx-share-title {font-weight: 700; margin-bottom: 10px;}
.fsect.yx-share {text-align: center;}
.fsect.yx-share > * {display: inline-block; vertical-align: middle; margin: 0 7px;}
.label-1 {background-color: #90b23d; color: #fff; height: 30px; line-height: 30px; text-align: center; 
width: 200px; position: absolute; left: -65px; top: 15px; transform: rotate(-45deg);}
.label-2 {background-color: #547b97; color: #fff; height: 30px; line-height: 30px; text-align: center; 
width: 200px; position: absolute; right: -50px; bottom: 35px; transform: rotate(-45deg);}


.fplayer {position:relative; overflow:hidden;}
.fplayer .tabs-sel span {display:inline-block; padding:0 15px; height:40px; line-height:40px; cursor:pointer; 
font-weight:700; margin-right:-4px; background-color: #e3e3e3;}
.fplayer .tabs-sel span.current {}
.fplayer .tabs-sel span:hover {text-decoration: underline;}
.fplayer .tabs-sel {white-space:nowrap; overflow-y:hidden; overflow-x:auto;}
.js .tabs-b {display:none;}
.js .tabs-b.visible {display:block;}

.fplayer .s-date {position: absolute; top:0; right:0; height:40px; line-height:40px; 
opacity: 0.8; font-size: 14px;}
.error-btn {position: absolute; top:0; right:0; cursor:pointer; width:100px; text-align:center; 
height:40px; line-height:40px;}
.error-btn a {width:100px; height:40px; line-height:40px; display:block;}
.sub-text {margin-bottom:15px; color:#888; padding:15px 30px;}
.sub-text .fa {font-size:70px; float:left; margin:0 30px 10px 0; color:#547b97;}
.sub-desc {font-size: 14px; margin-top: 15px; line-height: 1;}
.sub-desc p + p {margin: 7px 0 0 0;}
.hide-this {display: none;}
.fscreens > * {width:31%; display: block; margin-bottom: 10px;}
.fscreens br {display:none;}

.rels {padding: 15px 30px; margin-bottom: 15px;}
.rels .sect-title {margin-bottom: 15px;}
.rels .side-item {width: 23%;}



/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width: 100%; max-width:100% !important; height:400px; display:block; margin:0 auto;}
.mejs-container {max-width:100% !important;}
.full-text {
    color: #d4d4d4;
    font-size: 15px;
    line-height: 1.5;
    font-style: italic;
    padding:1rem;
    text-align: justify;
}
.full-text img:not(.emoji) {max-width:100%; margin:10px auto;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#547b97;}
.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:10px 0;}
.full-text > ul li {list-style:disc; margin-left:40px; position:relative;}
.full-text2 > ul li:before {content: "\f00c"; font-family: 'FontAwesome';
position:absolute; top:0px; left:-25px; width:8px; height:8px;
color:#9cce43; border-radius:0;}
.full-text > ol li {list-style:decimal; margin-left:40px;}

.full-text table {width:100%; text-align:left; margin:0;}
.full-text table tr td {padding:3px 7px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#e3e3e3;} 
.full-text222 table tr:nth-child(1) {background-color:#0297dc !important; color:#FFF; font-size:14px !important;}
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#f5f5f5; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px; background:#0297dc;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #e3e3e3; padding:0 15px 15px 15px; margin:0 0 20px 0; line-height:20px;}
.polltitle {display:block; padding:5px 15px; margin:0 -15px 15px -15px; font-size:18px; background-color:#f5f5f5; line-height:normal;}
.full-taglist a {color:#4a61a3;}
.full-taglist {margin:0;}


/* COMMENTS
----------------------------------------------- */
.full-comms {padding:15px 30px; margin-bottom:30px;}
.comms-title {line-height:40px;}
.comms-title > span {font-size:16px;}
.add-comm-form {position:relative; margin:15px 0 0 0; padding: 30px; 
border: 1px solid #e3e3e3; display:none; background-color: #f5f5f5;}
.ac-soc {position:absolute; right:0px; top:-8px;}
.ac-soc:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:5px;}
.ac-soc a {display:inline-block; margin:0 0 0 3px; vertical-align:top;}
.ac-soc img {display:block; width:30px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}

.ac-av {width:40px; height:40px; border-radius:50%; float:left; margin-right:10px;
background:#fff url(../dleimages/noavatar.png) no-repeat; background-size:contain;}
.ac-title {font-weight:700; margin-bottom:15px; text-transform:uppercase;}
.ac-inputs input {width:49%; background-color:#FFF; box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}
.ac-textarea textarea {height:85px; background-color: #fff;}
.ac-submit {}
.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px; display:none;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.ac-protect input {background-color:#FFF;}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#f0f0f0; margin:20px 0 0 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline; color:#547b97;}
.full-comms {}
#dle-comments-list {margin-top: 15px;}

.comm-item {padding-left:65px; margin-bottom:15px;}
.comm-left {width:50px; height:50px; margin-left:-65px; float:left; border-radius:50%;}
.comm-right {width:100%; float:right; padding:10px; position:relative; border:1px solid #e3e3e3;}

.comm-one {padding:0 80px 5px 0; position:relative; font-size:14px;}
.comm-one > span:nth-child(4) {color:#bcbcbc; float:right; margin-right:0;}
.comm-one > span {float:left; margin-right:20px;}
.comm-author {font-weight:700;}
.comm-author a {text-decoration:underline;}
.rate3-comm {position:absolute; right:0; top:0; white-space:nowrap; font-size:16px;}
.rate3-comm a {cursor:pointer; height:20px; line-height:20px; display:inline-block; font-size:14px;
color:#497b41; margin:0 5px 0 0; vertical-align:top}
.rate3-comm a:last-child {color:#a03939; margin:0 0 0 5px;}
.rate3-comm a:hover {opacity:0.5;}
.rate3-comm > span {height:20px; line-height:20px; display:inline-block; font-size:11px; font-weight:700; vertical-align:top;}
.rate3-comm > span > span.ratingtypeplus {color: #06b601;}
.rate3-comm > span > span.ratingplus {color: #95c613;}
.rate3-comm > span > span.ratingminus {color: #ff0e0e;}
.comm-two {color:#4c4c4c; line-height:20px; padding-bottom:0; font-size:14px;}
.signature {font:italic 12px Georgia, "Times New Roman", Times, serif; margin-top:10px; padding-top:10px; 
border-top:1px dashed #e3e3e3;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}
.comm-three a {color:#6382b1; text-decoration:underline;}
.comm-three li:first-child {margin-left:0px; float:left;}


/* Owl Carousel v2.1.0 */
.owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; }
.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 > img {display: block; width: 100%; /* -webkit-transform-style: preserve-3d; */}
.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:0;}
.owl-prev, .owl-next {width:40px; height:40px; position:absolute; top:85px; z-index:200;
text-align:center; line-height:40px; color:#222; font-size:18px; border-radius: 50%;}
.owl-prev {left:-15px;}
.owl-next {right:-15px;}
.owl-prev, .owl-next {background-color:#ff9059; color:#fff;}
.owl-dots {text-align:center; padding-top:15px;}
.owl-dot {display:inline-block; vertical-align:top; width:10px; height:10px; margin:0 5px; 
border-radius:50%; background-color:#e3e3e3;}
.owl-dot.active {background-color:#90b23d;}



/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display:none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#f3f3f3; 
padding:0px; z-index:888; position:fixed; left:-280px; top:0; transition:left .4s; -webkit-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:887; display:none;}

@media screen and (max-width: 1220px) {
.center {max-width:1000px;}

.carou, .cols {padding-left: 10px; padding-right: 10px;}
.main {width:calc(100% - 215px); width:-webkit-calc(100% - 215px);}
.owl-prev {left:5px;}
.owl-next {right:5px;}
.grid-thumb {margin:0 -7px;}
.grid-thumb .short {margin-left: 7px; margin-right: 7px; margin-bottom: 15px; 
width: calc((100% - 42px)/3); width: -webkit-calc((100% - 42px)/3);}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.side {display: none;}
.main {width: 100%;}
.short {padding:15px;}
.s-meta {padding:2px 25px 0 0;}
.to-fav {top:-15px; right: -15px;}
.s-text {width:calc(100% - 215px); width:-webkit-calc(100% - 215px);}
.btn-menu {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    clear: both;
}
.header {height: 120px;}
.login-btns a {display: none;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}

.fcols-wr {padding: 20px 15px;}
.fright {width:200px; float:none; margin: 0 auto 15px auto;}
.fleft {width:100%; float:none;}
.fsect {padding: 20px 15px;}
.sub-text, .rels, .full-comms {padding:15px 15px;}

.comm-three li:not(:first-child) {display:none;}
.dcont button {font-size:12px; padding:0 15px !important;}
.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
.center {max-width:480px;}
.s-cols {display: block;}
.s-cols:after {content: ""; display: table; clear: both;}
.s-img {width:80px; height: 120px; float: left; margin:0 15px 5px 0;}
.s-text {width:100%; padding-bottom: 0;}
.s-btm {position: static; margin-top: 10px;}
.pprev, .pnext, a.cm-item {display: none !important;}
.ft-menu {width: 100%; margin-bottom: 10px; white-space:nowrap; overflow: hidden;}
.ft-menu a {margin:0 5px;}
.footer {display: block; text-align: center;}
.grid-thumb .short {width: calc((100% - 28px)/2); width: -webkit-calc((100% - 28px)/2);}

.error-btn {display: none;}
.rels .side-item {width: 48%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc {position:static;}
.ac-inputs input {width:100%; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:0;}
.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) {
.center22 {max-width:320px;}
.logo {width: 160px;}
.log-name {display:none;}
.l-box2 {width:40px; padding:0;} 
.s-top h2 {max-width:100%; width:100%;}
.s-meta {width:100%;}
.rate3-short {text-align:left;}
.short .to-fav, .s-date {display: none;}

.fheader h1 {font-size:18px;}
.comms-title {text-align:center; display:block !important;}

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


.flex-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-middle {
	align-items: center;
}

.player-iframe {
	display: block;
	margin: 0;
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.player-iframe embed, .player-iframe object, .player-iframe video, .player-iframe iframe, .player-iframe frame {
	max-width: 100% !important;
	display: block;
	width: 100%;
	height: 400px;
}

.player-iframewrp .player-sel,
		.serv {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.player-iframewrp .player-sel span {
	display: inline-block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-weight: 600;
	font-size: 15px;
	background-color: #000;
	color: #fff;
}

.player-iframewrp .player-sel span.current {
	background-color: #6d90a8;
	color: #fff;
}

.ajax-pleer-1 {
	position: absolute;
	top: -5%;
	left: -5%;
	bottom: -5%;
	right: -5%;
	background-size: cover;
	background-position: -20% center;
	background-repeat: no-repeat;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	filter: blur(5px);
}

.ajax-pleer-3, .ajax-pleer-3:after, .ajax-pleer-2 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.ajax-pleer-3, .ajax-pleer-2 {
	background-repeat: no-repeat;
	background-size: 36%;
	background-position: center;
}

.ajax-pleer-3:after {
	content: "";
	background: radial-gradient(rgba(0,0,0,.2) 3%,rgba(0,0,0,.5) 30%,rgba(0,0,0,.7) 50%,rgba(0,0,0,1) 100%);
}

.ajax-pleer-5, .ajax-pleer-7 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

.ajax-pleer-5 {
	width: 100%;
	padding: 30px 20px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

.ajax-pleer-5 span {
	display: block;
}

.ajax-pleer-5 span:nth-child(1) {
	font-weight: 700;
}

.ajax-pleer-5 span:nth-child(2) {
	padding-top: 4px;
	color: #eee;
}

.ajax-pleer-7 {
	bottom: 0;
	background: url(../images/play-arrow.svg?v=0.1) no-repeat center;
	background-size: 80px;
	transition-duration: .3s;
	-webkit-transform: scale(.85);
	transform: scale(.85);
	cursor: pointer;
}

.ajax-pleer-7:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.player-loading {
	position: absolute;
	top: 0;
	z-index: 99;
	height: 100%;
	width: 100%;
	display: block;
	cursor: default;
	background: #000 url(data:image/gif;base64,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) no-repeat 50% 50%;
}

.player-iframelist {
	padding-left: 0;
	list-style: none;
	width: 100%;
	background: #333;
	border-radius: 12px;
	color: #ccc;
}

.player-iframelist li .pl-if {
	height: 36px;
	line-height: 35px;
	border-top: 2px dotted #f9fff908;
}

.player-iframelist li > div {
	cursor: pointer;
	padding: 0px 15px 0px 15px;
}

.player-iframelist li.is-active {
	background: #ff905975;
}

.plif-col2 span:first-child {
	padding: 0px 10px;
	color: #fff;
	background-color: #262626;
	border-radius: 4px;
	font-weight: 500;
	line-height: 25px;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
}

.plif-col2 span img {
height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    border-radius: 50%;}

.serv {
	font-weight: 700;
	text-transform: uppercase;
}

.player-iframelist {
	counter-reset: plnumpo;
}

.player-iframelist li .pl-numpo {
	font-size: 14px;
	font-weight: 500;
	position: relative;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #ff9059;
	color: #fff;
	border-radius: 50%;
}

.player-iframelist li .pl-numpo::after {
	content: counter(plnumpo);
	counter-increment: plnumpo;
}

i.server {
	background: url(../images/players_1.png) no-repeat;
	border-radius: 10px;
	margin-right: 10px;
	display: inline-block;
	position: relative;
}

i.server.player-cloudemb {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -520px;
}

i.server.player-papstream {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -520px;
}

i.server.player-1fichier {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 0;
}

i.server.player-allocine {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -20px;
}

i.server.player-allvid {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -40px;
}

i.server.player-cloudy {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -60px;
}

i.server.player-estream {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -80px;
}

i.server.player-exashare {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -100px;
}

i.server.player-flashx {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -120px;
}

i.server.player-mystream , i.server.player-embed\.mystream {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -140px;
}

i.server.player-waaw {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -160px;
}

i.server.player-nowvideo {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -180px;
}

i.server.player-ok-ru, i.server.player-okru {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -200px;
}

i.server.player-ok.ru {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -220px;
}

i.server.player-openload {
	margin-left: 10px;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -240px;
}

i.server.player-streamin {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -260px;
}

i.server.player-t_l_charger-sur-uptobox {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -280px;
}

i.server.player-thevideo {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -300px;
}

i.server.player-uptobox {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -320px;
}

i.server.player-uptostream {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -340px;
}

i.server.player-vidbull {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -360px;
}

i.server.player-vidtodo {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -380px;
}

i.server.player-vidup {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -400px;
}

i.server.player-vodlocker {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -420px;
}

i.server.player-vudeo {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -440px;
}

i.server.player-doodstream {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -440px;
}

i.server.player-watchers {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -460px;
}

i.server.player-youwatch {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -480px;
}

i.server.player-zstream {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -500px;
}

i.server.player-rapidvideo {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -560px;
}

i.server.player-vidoza {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-position: 0 -600px;
}

i.server.player-cloudemb {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/cloudeb.ico) no-repeat;
}

i.server.player-uqload {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/uqload_ico.png) no-repeat;
}
i.server.player-playdrive {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/playdrive.ico) no-repeat;
background-position: center;
    background-size: contain;	
}

i.server.player-streamtape {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/rsz_streamtape.png) no-repeat;
}

i.server.player-userload {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/userload.ico) no-repeat;
	background-size: contain;
}


i.server.player-waaw {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/younetu_ico_6.png) no-repeat;
}

i.server.player-youtube {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/youtube_ico_2.png) no-repeat;
	margin-bottom: 6px;
}

i.server.player-clipwatching {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/clipwatching_ico.png) no-repeat;
}

i.server.player-gounlimited {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/gounlimited_ico.png) no-repeat;
}

i.server.player-upvid {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/upvid_ico.png) no-repeat;
}

i.server.player-uqload {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/uqload_ico.png) no-repeat;
}

i.server.player-younetu {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/younetu_ico_6.png) no-repeat;
}

i.server.player-youtube {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/youtube_ico_2.png) no-repeat;
	margin-bottom: 6px;
}

i.server.player-upstream {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/powvideo_ico.png) no-repeat;
}

i.server.player-evoload {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/onlystream_ico.png) no-repeat;
}

i.server.player-mixdrop {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/mixdrop_ico.png) no-repeat;
}

i.server.player-streamlare {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/streamlare.ico) no-repeat;
}

i.server.player-fembed , i.server.player-www\.fembed {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/fembed_ico.png) no-repeat;
}
.qulity {
    padding: 0px 10px;
    color: #fff;
    background-color: #ff9059;
    border-radius: 4px;
    line-height: 25px;
    margin-top: -5px;
    margin-right: 8px;
}
.sing {
        border: 1px solid #333333;
    padding: 10px;
    border-radius: 6px;
    font-weight: 100;
    text-align: center;
    width: 290px;
    margin: 0 auto;
    display: table;
}
i.server.player-vudeo {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/vshare_ico.png) no-repeat;
}

i.server.player-doodstream ,i.server.player-dood  {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/doodstream.ico) no-repeat;
}

i.server.player-vidlox {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/vidlox_ico.png) no-repeat;
}

i.server.player-ninjastream {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/ninja-stream.ico) no-repeat;
}

@media (min-width: 767px) {
	.ajax-pleer-5 span:nth-child(1) {
		font-size: 17px;
	}

	.ajax-pleer-5 span:nth-child(2) {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.plif-col2 span:first-child {
		display: none;
	}
	.player-iframe,.player-iframe embed, .player-iframe object, .player-iframe video, .player-iframe iframe, .player-iframe frame {
		height: 255px;
	}
}
.pour_annee li{
    float: left;
    width: 50%;
}
.label-3 , .label-4 {
    position: absolute;
    top: 6px;
    font-size: 12px;
    padding: 3px;
    border-radius: 5px;
    font-weight: 600;
} 
.label-3 {
    left:3px;
    background:#ff9059;
}

.label-4 {
    right:3px;
    background:#547b97;
}

@media (max-width:371px){
    .ladate {
        display:none;
    }
}

span.player_name {
    padding: 0 2rem;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
}

.torefresh {
    display:none;
    margin: 8px auto;
    width: auto;
    line-height: 30px;
    padding-left: 24px;
    height:30px;
}
.torefresh .fa {
        font-size: 18px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.Rotation {
     -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

.rels-ts {
    font-size: 17px;
    display: block;
    line-height: 1.1;
    color: #fff;
    margin: 20px -20px;
    text-align:center;
    font-weight:700;
}
.floats {
    margin: 0 -7px;
}
.thumb {
    width: 25%;
    padding: 0 7px 15px 7px;
    float: left;
}

@media screen and (max-width: 760px) {
.thumb {width:33.33%;}
}

@media screen and (max-width: 590px) {

.thumb {width:50%;}
}
.th-in {
    position: relative;
    box-shadow: 2px 2px 7px 2px rgb(1 1 1 / 90%);
}
.img-resp-v {
    overflow: hidden;
    position: relative;
    background-color: #000;
    padding-top: 130%;
}
.th-img {
    display: block;
}
.mi2-title-s {
    line-height: 18px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding: 10px;
    text-transform:uppercase;
    text-align: center;
    color: #fbfbfb;
    font-size: 17px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 70%);
}
.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fsa-ep {
    position: relative;
    display: block;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13pt;
    text-shadow: 0 1px 1px #000;
    float: left;
    width: 25%;
    color: #fff;
    padding: 0 7px 0 7px;
    margin-bottom: 15px;
}

.fsa-ep .name {
    text-align: center;
    position: relative;
    display: block;
    float: left;
    background-color: #333333;
    line-height: 40px;
    width: 55%;
}
.fsa-ep .number {
    position: relative;
    display: block;
    float: right;
    background-color: #ff9059;
    background: linear-gradient(to bottom, #cc7347 0%,#ff9059 100%);
    width: 45%;
    text-align: center;
    font-weight: 700;
    line-height: 40px;}
.fsa-ep .number .arrow-right {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    -webkit-transition: all .15s;
    -transition: all .15s;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #0b2f58, -10px 0 0 0 #0b2f58;
    box-shadow: -10px 0 0 0 #333, -10px 0 0 0 #333;
    border-left: 10px solid #333;
}

@media screen and (max-width: 760px) {
.thumb {width:33.33%;}
}
@media screen and (max-width: 590px) {

.thumb {width:50%;}
}
@media screen and (max-width: 470px) {
.fsa-ep {width:50%}
}
.list-tag-term {
    float: left;
    width:100%;
}
.list-tag-term h3 {
    font-size: 15px;
    clear: both;
}
.list-tag-term h3 {
    font-size: 15px;
    clear: both;
    border: 0;
    cursor: pointer;
    padding: 0 1rem 3px;
    width: auto;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    line-height: 37px;
}
.list-tag-term h5 span {
    clear: both;
    background-color: #2b2b2b;
    padding: 7px 17px;
    border-radius: 19px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

.full-comms {
    width: 100%;
    float: left;
}
.dle_seri {
    width:100%;
}
.dle_seri .dle_saison , .dle_seri .dle_episode {
    width:50%;
    float:left;
}
.line-item {
    line-height: 25px;
    padding: 2px 2px 2px 15px;
    font-size: 14px;
    position: relative;
    background: #474747;
    margin: 4px;
    border-radius: 7px;
    color: #fff;
    transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
}

#Maticon {
    float: left;
    font-size: 30px;
    padding: 11px 0px 10px 10px;
    color: #ffffff;
    margin-right: 10px;
    margin-top: -14px;
    line-height: 26px;
    margin-left: -18px;
    background: -webkit-linear-gradient(#f28a56, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dle_seri {
    width: 100%;
    float: left;
    background: #333;
    border-radius: 6px;
    margin-bottom: 12px;
    padding: 1rem;
}
h3.title {
    margin: 0 auto;
    display: table;
    margin-bottom: 10px;
        line-height: 19px;
}

.l-right {
    height: 22px;
    margin-top: 1px;
    margin-right: 5px;
    float:right;
}

.l-right .younetu {
    background: url('https://www.blablastream.com/templates/blablastream/images/younetu_ico_6.png') no-repeat;
    margin-right: 10px;    
}
.l-right span {
    height: 22px;
    width: 21px;
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
}
.Latest-VOSTFR {
    background: url('https://www.blablastream.com/templates/blablastream/images/vf_table.png') no-repeat;
    
}
.title-derniers {
    font-size: 18px;
    margin: 15px 0;
    background-color: #333;
    text-align: center;
    padding: 10px;
    margin-top: 0;
    border-radius: 5px;
    clear:both;
}
.title-derniers.films{
    margin-top:10px;
}
.derserie {margin-bottom:14px;}


@media(max-width:597px){
    .dle_episode , .dle_saison {
width: 100%!important;    }
h3.title {
    margin-top:10px!important;
}
    
}
.nosing {
       padding: 0!important;
    border: 0!important;
    margin: unset!important;
    display: unset!important;
}
.selectioner {
    width: 100%;
    background: #333333;
    padding: 10px;
    box-shadow: 0px 5px 4px rgb(0 0 0 / 18%);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    justify-content: space-between;}
.g-buttons {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.myButton {
    color: #fff!important;
    box-shadow: inset 0px 1px 0px 0px #dd7440;
    background: linear-gradient(to bottom, #dd7440 5%, #ff905980 100%);
    background-color: #dd7440;
-moz-border-radius:6px;
-webkit-border-radius:6px; 
    display: inline-block;
    cursor: pointer;
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    padding: 13px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #4875b7;
    text-align: center;
    margin: 8px;
}

a.myButton:hover {
    background: linear-gradient(to bottom, #ff9059 5%, #ff9059 50%);
}
.myButton:active {
    position:relative;
    top:1px;
}