/* SCR MODIFIED V3 */
html{
     margin: 0;
     padding: 0;
     position: relative;
}
 body{
     background: #29232C;
     font-family: "Titillium Web","Helvetica", arial;
     font-size: 14px;
     line-height: 1.2em;
     font-weight: 300;
     color: #fff;
     margin: 0px;
     padding: 0px;
     -webkit-text-size-adjust: none;
     position: relative;
     padding-top: 50px;
}
 h1, h2, h3, h4, h5, h6{
     font-weight: 500;
}
 a{
     color: #eee;
     text-decoration: none !important;
     outline: none;
     -moz-outline: none;
}
 a:hover{
     color: #fff;
     text-decoration: none;
}
 a:focus, a:hover{
     color: #fff;
}
 a:active, a:focus{
     outline: none;
}
 .mt5{
     margin-top: 5px !important;
}
 .mt10{
     margin-top: 10px !important;
}
 .mt20{
     margin-top: 20px !important;
}
 .mt30{
     margin-top: 30px !important;
}
 .mb10{
     margin-bottom: 10px !important;
}
 .mb20{
     margin-bottom: 20px !important;
}
 .mb5{
     margin-bottom: 5px !important;
}
 .mr5{
     margin-right: 5px !important;
}
 .mr10{
     margin-right: 10px !important;
}
 .mr20{
     margin-right: 20px !important;
}
 .ml10{
     margin-left: 10px !important;
}
 .ml5{
     margin-left: 5px !important;
}
 .block{
     display: block;
}
 .highlight{
     color: #FFDE00;
}
 .highlight2{
    color: #ffde00;
}
 .dot{
    display: inline-block;
     margin: 2px 5px;
     width: 4px;
     height: 4px;
     background: #aaa;
     border-radius: 50%;
}
 strong{
     font-weight: 500;
}
 .ulclear{
     list-style: none;
     margin: 0;
     padding: 0;
}
 .font-a{
     font-family: Nunito;
}
 .font-b{
     font-family: roboto;
}
 .size-s{
     font-size: 12px;
}
 .badge{
    font-weight:500;
}
 .bgcover{
     background-size: cover;
     background-position: 50% 25%;
}
 .transition, .mdr-premium-packs li.panel{
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}
 .inc-icon{
     font-family: 'vela' !important;
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .cut{
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .no-select, #menu, .grid-item li .thumb{
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 .shadow{
     background: url(../images/item-shadow.png) top center repeat;
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     padding: 10px 15px;
}
 .goplay{
     background: rgba(14, 175, 193, 0.8);
     border-radius: 20%;
     -webkit-border-radius: 20%;
     -moz-border-radius: 20%;
     width: 50px;
     height: 50px;
     position: absolute;
     top: 50%;
     left: 50%;
     z-index: 3;
     display: inline-block;
     text-align: center;
     line-height: 48px;
     margin-top: -25px;
     margin-left: -25px;
     border: 2px solid #2fc5d9;
}
 .goplay:before{
     content: "\e93e";
     font-family: 'vela' !important;
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     color: #fff;
}
 .goplay:hover{
     border: 2px solid #fff;
}
 .gobot{
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
}
 .alert{
    border-radius: 0;
}
/* Change autocomplete styles in WebKit */
 input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus{
     background: rgba(255, 255, 255, 0.03) none repeat scroll 0 0;
     border-color: #56475f;
     color: #fff;
     -webkit-text-fill-color: #fff;
     transition: background-color 5000s ease-in-out 0s;
}
/* button */
 .btn{
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     border: none;
     box-shadow: none;
     color: #eee;
}
 .btn:hover{
     opacity: 0.8;
     color: #fff
}
 .btn:active, .btn:focus{
     box-shadow: none !important;
     color: #fff;
}
 .btn-default{
    color: #111 !important;
}
 .btn-radius{
     background: #555;
     border-radius: 20px;
     color: #fff !important;
}
 .btn-go{
     background: #FFDE00;
     color: #111 !important;
}
 .btn-go2{
     background: #eee;
     color: #222 !important;
}
 .btn-go3{
    background: #EAFF2E;
     color: #111 !important;
     padding-left: 25px;
     padding-right: 25px;
     border-radius: 30px;
}
 .btn-go3.btn-lg{
     padding-left: 50px;
     padding-right: 50px;
}
 .btn-alt{
     background: rgba(34, 58, 101, 0.1);
}
 .btn-gray{
     color: #111 !important;
}
 .btn-lg-space{
    padding-left: 30px;
     padding-right: 30px;
}
 .icon-btn{
     font-size: 16px;
     vertical-align: sub;
}
/* fade */
 .fade{
    -webkit-transition: opacity .1s;
     -moz-transition: opacity .1s;
     -ms-transition: opacity .1s;
     -o-transition: opacity .1s;
     transition: opacity .1s;
}
/* thumbnail */
 .thumb{
     display: inline-block;
     width: 100%;
     position: relative;
     overflow: hidden;
     background: rgba(255,255,255,0.1)
}
 .thumb img{
     width: 100%;
     height: auto;
     min-height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
}
/* layout */
 .container{
     width: 100%;
}
 #header, #main, #footer{
     width: 100%;
     display: block;
}
 #header{
     height: 50px;
     position: fixed;
     top: 0;
     background: #563966;
     z-index: 100;
}
 #header .container{
    max-width: none;
}
 #logo{
     margin-right: 20px;
     margin-top: 5px;
     float: left;
}
 #logo img{
     height: 40px;
}
 #search{
     float: right;
     width: 280px;
     position: relative;
     margin: 10px 15px 10px 0;
}
 #search input.search-input{
     padding-right: 40px;
     height: 30px;
     font-size: 14px;
     font-weight: 400;
     background: #fff;
     border: none;
     border-radius: 3px;
     box-shadow: none !important;
     border: none;
}
 #search input.search-input:focus{
     border-color: #FFDE00;
}
 #search .search-submit{
     display: inline-block;
     font-size: 18px;
     position: absolute;
     top: 0;
     right: 0;
     height: 30px;
     width: 40px;
     text-align: center;
}
 #search .search-submit i{
     line-height: 30px;
     color: #333;
     font-size: 20px;
}
 #search .search-content{
     position: relative;
}
 #m-menu{
    display: none;
}
 .search-suggest{
     background:#fff;
     width: 100%;
     overflow:hidden;
     display:block;
     position:absolute;
     top:34px;
     right: 0;
     box-shadow:0 0 3px rgba(0,0,0,0.2);
     z-index: 103;
}
 .search-suggest ul {
    list-style:none;
     padding:0;
     padding-bottom:40px;
     position:relative;
}
 .search-suggest ul li.ss-bottom{
    position:absolute;
     width:100%;
     left:0;
     bottom:0;
}
 .search-suggest ul li.ss-bottom a{
     width:100%;
     display:block;
     height:40px;
     line-height:40px;
     background:#FFDE00;
     color:#111;
     font-weight:bold;
     text-align:center;
}
 .search-suggest ul li {
    padding:10px;
    display:block;
     width:100%;
     overflow:hidden;
     color:#333;
     border-bottom:1px solid #eee;
}
 .search-suggest ul li:hover {
    background:#f6f6f6;
}
 .search-suggest ul li.head{
    background: #f4f4f4 !important;
     font-weight: 600;
}
 .search-suggest ul li .ss-info{
    padding-left:50px;
    color:#888;
}
 .search-suggest ul li .ss-info a{
     color: #333;
}
 .search-suggest ul li .ss-info a.ss-title{
     font-size: 1em;
     font-weight:bold;
     margin-bottom: 3px;
     display: block;
}
 .search-suggest ul li .ss-info p{
    margin-bottom:2px;
     font-size: 12px;
}
 .search-suggest ul li .thumb{
    float:left;
     width:40px;
     height:auto;
     overflow: auto;
     display:inline-block;
     padding-bottom: 0;
}
 .search-suggest ul li .thumb img{
     width: 100%;
     height: auto;
     min-height: inherit;
     position: relative;
}
 .search-suggest ul li.li-actor{
    float: left;
     width: 50%;
}
 .search-suggest ul li.li-actor .thumb{
    height: 55px;
     width: 55px;
     overflow: hidden;
     border-radius: 50%;
}
 .search-suggest ul li.li-actor .thumb img{
    min-height: 40px;
}
 .search-suggest ul li.li-actor .ss-info{
     padding-left: 65px;
}
 .search-suggest ul li.li-actor .ss-info .ss-title{
    font-size: 15px !important;
     max-width: 100%;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}
 #header-login{
     position: relative;
     float: right;
}
 #header-login .btn{
     font-weight: 300;
     font-size: 12px;
}
 #header-login .btn-login{
    color: #fff;
     width: 40px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     font-size: 20px;
     padding: 0;
     margin-top: 0px;
}
 #menu{
     height: 50px;
     float: left;
     margin-top: 0px;
}
 #menu ul.top-menu{
     list-style: none;
     padding: 0;
}
 #menu ul.top-menu li{
     display: inline-block;
     float: left;
     margin: 0 25px 0 0;
     position: relative;
}
 #menu ul.top-menu li a{
     height: 50px;
     line-height: 50px;
     margin: 0;
     font-size: 14px;
     font-weight: 600;
     text-transform: uppercase;
     padding: 0;
     color: #fff;
     display: inline-block;
     font-family: "Nunito", arial;
     letter-spacing: 1px;
     cursor: pointer;
}
 #menu ul.top-menu li a i{
    display: none;
}
 #menu ul.top-menu li a .icon-menu{
     font-size: 20px;
     vertical-align: sub;
}
 #menu ul.top-menu li:hover a{
     border-bottom: 3px solid #FFDE00;
     color: #fff;
}
 #menu ul.top-menu li:first-of-type{
     margin-left: 0;
}
 #menu .sub-container{
     position: absolute;
     top: 50px;
     left: -20px;
     width: 600px;
     background: #fff;
     border-top: none;
     z-index: 102;
     box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
 #menu .sub-container ul.sub-menu{
     padding: 10px;
     overflow: hidden;
     margin-left: -1%;
     margin-right: -1%;
}
 #menu .sub-container ul.sub-menu li{
     width: 23%;
     float: left;
     margin: 0 1%;
}
 #menu .sub-container ul.sub-menu li a{
     height: 30px;
     background: #fff;
     line-height: 30px;
     padding: 0 10px;
     display: block;
     border-bottom: none !important;
     text-transform: none;
}
 #menu .sub-container ul.sub-menu li:hover a{
     background: #FFDE00;
     color: #111 !important;
}
 #menu ul.top-menu li:hover .sub-container ul.sub-menu li a{
     color: #333;
}
 #menu ul.top-menu li a.tm-home{
    display: none;
}
 #menu ul.top-menu li a.tm-pre{
    color: #ffde00;
}
/* logged */
 .logged{
     position: relative;
     margin: 10px 0 !important;
}
 .logged .logged-user{
     float: right;
     position: relative;
     height: 30px;
}
 .logged .avatar{
     margin-left: 10px;
     position: relative;
     padding-right: 20px;
     display: inline-block;
     overflow: hidden;
}
 .logged .avatar img{
     width: 30px;
     height: 30px;
     border-radius: 50%;
     border: 2px solid #fff;
}
 .logged .avatar .fa{
     font-size: 12px;
    width: 16px;
     height: 16px;
     border-radius: 50%;
     position: absolute;
     top: 50%;
     margin-top: -8px;
     right: 0;
     text-align: center;
     line-height: 12px;
     color: #fff !important;
}
 .logged.open .avatar .fa{
     color: #fff;
}
 .logged .logged-user .dropdown-menu{
     left: auto;
     right: -1px !important;
     padding: 0;
     overflow: hidden;
     width: 180px;
}
 .logged .logged-user .dropdown-menu > li > a{
     padding: 7px 12px 7px 12px;
     font-size: 13px;
     white-space: normal;
     position: relative;
}
 .logged .logged-user .dropdown-menu > li{
     border-bottom: 1px solid #eee;
}
 .logged .logged-user .dropdown-menu > li:last-of-type{
     border-bottom: none;
}
 .logged .logged-user .dropdown-menu > li > a > i{
     text-align: left;
     width: 20px;
     display: inline-block;
}
 .logged .logged-user .dropdown-menu > li > a > i:before{
     font-size: 12px;
}
 .logged .logged-user .dropdown-menu > li.head a{
    background: #FFF4C0 !important;
}
 .logged .logged-user .dropdown-menu > li.head .lu-info{
     font-size: 14px;
     line-height: 1.2em;
     text-align: center;
}
 .logged-feed{
     display: inline-block;
     margin-right: 15px;
     position: relative;
}
 .logged-feed .btn-feed{
     height: 30px;
     margin: 0;
     font-size: 14px !important;
     padding: 0;
     line-height: 26px;
     width: 30px;
     text-align: center;
     border-radius: 50%;
     background: rgba(0,0,0,0.2);
     color: #fff !important;
     position: relative;
     opacity: 1 !important;
}
 .logged-feed .btn-feed .feed-number{
     background: #ffde00;
     color: #111;
     font-size: 12px;
     position: absolute;
     left: 20px;
     top: -5px;
     display: inline-block;
     padding: 2px 5px;
     border-radius: 15px;
     line-height: 1em;
}
 .logged-feed .dropdown-menu{
     width: 310px;
     position: absolute;
     top: 30px;
     left: auto;
     right: -10px;
     background: #fff;
     border: none;
}
 .logged-feed .dropdown-menu > li{
     font-size: 13px;
     border-bottom: 1px solid #eee;
     color: #333;
     background: none !important;
     position: relative;
     padding-right: 25px;
}
 .logged-feed .dropdown-menu > li.head{
    background: #62357a !important;
     color: #fff;
     padding: 8px 20px;
     margin-top: -10px;
     border-radius: 5px 5px 0 0;
}
 .logged-feed .dropdown-menu > li.head .pull-right .badge{
    background: #fff;
     color: #111;
     cursor: pointer;
     margin-right: -10px;
}
 .logged-feed .dropdown-menu > li .noti-close-li{
    position: absolute;
     top: 6px;
     right: 5px;
     z-index: 3;
     cursor: pointer;
     display: none;
     font-size: 0px;
     line-height: normal;
     width: 24px;
     height: 24px;
     text-align: center;
}
 .logged-feed .dropdown-menu > li .noti-close-li i{
    line-height: 24px;
     font-size: 12px;
     opacity: 0.5;
}
 .logged-feed .dropdown-menu > li:hover .noti-close-li{
    display: inline-block;
}
 .logged-feed .dropdown-menu > li strong{
     font-weight: 600;
     color: #333;
}
 .logged-feed .dropdown-menu > li > a{
     white-space: normal;
     color: #333;
     padding: 6px 12px 6px 22px;
     position: relative;
     background: none !important;
}
 .logged-feed .dropdown-menu > li > a:hover{
     background: #ececec;
}
 .logged-feed .dropdown-menu > li > a:before{
     content: "";
     width: 6px;
     height: 6px;
     display: inline-block;
     border-radius: 50%;
     background: rgba(230, 118, 47, 1);
     position: absolute;
     top: 12px;
     left: 10px;
}
 .logged-feed .dropdown-menu > li .time{
     display: block;
     font-size: 11px;
     color: #ccc;
     font-style: italic;
}
 .logged-feed .dropdown-menu > li.more{
    border-bottom: none;
}
 .logged-feed .dropdown-menu > li.more > a{
     background: #FFDE00;
     text-align: center;
     margin-bottom: -6px;
     color: #333;
     padding: 10px;
     border-radius: 0 0 3px 3px;
}
 .logged-feed .dropdown-menu > li.more > a:before{
     display: none;
}
 .logged-free, .logged-coupon-header{
    position: absolute;
     right: 120px;
     width: 150px;
     margin: 2px 0;
}
 .logged-free span{
    display: block;
}
 .logged-free a{
    color: #FFDE00 !important;
     line-height: 1.2em;
     font-weight: 600;
}
 .logged-free.premium-exp{
    width: 220px;
     right: 140px;
     padding-left: 40px;
}
 .logged-free.premium-exp .pe-icon{
    position: absolute;
     top: 0;
     left: 0;
     width: 32px;
     height: 32px;
     border-radius: 50%;
     display: inline-block;
     text-align: center;
     line-height: 32px;
     background: #E84D3D;
}
 .logged-coupon{
     box-shadow: 0 0 5px rgba(0,0,0,0.2);
     position: relative;
     font-size: 14px;
     line-height: 14px;
     padding: 5px 10px 5px 40px;
     display: block;
     background: #FFDE00;
     color: #000;
     border-bottom: 2px solid #d3b81b;
     border-radius: 3px;
}
 .logged-coupon-header{
    right: 300px;
     width: 180px;
     margin: -1px 0 0;
     position: absolute;
}
 .logged-coupon-body{
    margin: 10px 20px;
     display: none;
}
 .logged-coupon a{
    color: #111;
}
 .logged-coupon span{
    display: block;
}
 .logged-coupon i{
    position: absolute;
     left: 6px;
     top: 5px;
     font-size: 28px;
}
/* mobile */
 #m-menu, #m-search{
    position: absolute;
     top: 0;
     right: 60px;
     width: 40px;
     height: 50px;
     font-size: 20px;
     text-align: center;
     line-height: 50px;
     cursor: pointer;
     margin-top: 0px;
}
 #m-menu{
     position: absolute;
     top: 0;
     left: 20px;
     right: auto;
     font-size: 30px;
     z-index: 3;
}
 #m-search{
    display: none;
}
/* quickm */
 #quickm{
    background: rgba(255,255,255,0.95);
     position: fixed;
     top: 50px;
     left: 0;
     right: 0;
     z-index: 98;
     color: #222;
     display: none;
}
 #quickm.active{
    display: block;
}
 #quickm a{
    color: #222;
}
 #quickm .quickmenu li{
    float: left;
     margin-right: 15px;
     margin-left: 15px;
}
 #quickm .quickmenu li a{
    height: 42px;
     line-height: 42px;
     font-weight: 600;
     font-size: 16px;
     display: inline-block;
}
 #quickm .quickmenu li a i{
    font-size: 14px;
}
 #quickm .quickmenu li a:hover{
    border-bottom: 3px solid #FFDE00 
}
/* main */
 #main{
     padding-bottom: 20px;
     /* margin-top: 20px; */
    /* min-height: calc(100vh - 200px) */
}
 #main .container{
     position: relative;
}
 #main-content{
}
 #main.category{
    padding: 0 15px;
}
/* slider */
 .swiper-container {
    height: 309px;
}
 #slider{
     height: 308px;
     width: 100%;
     margin-bottom: 10px;
     overflow: hidden;
     display: block;
     position: relative;
}
 #slider .swiper-slide{
     overflow: hidden;
     margin-bottom: 30px;
     padding-bottom: 400px;
}
 #slider .slide-link{
     height: 280px;
    position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-size: cover;
     background-position: 100% 50%;
}
 #slider .slide-link:before{
     display: none;
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 30%;
     bottom: 0;
     background: rgb(29,24,31);
    /* Old browsers */
     background: -moz-linear-gradient(left, rgba(29,24,31,1) 0%, rgba(92,117,170,0) 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(left, rgba(29,24,31,1) 0%,rgba(92,117,170,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, rgba(29,24,31,1) 0%,rgba(92,117,170,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23252c', endColorstr='#5c75aa',GradientType=1 );
    /* IE6-9 */
}
 #slider .slide-link:hover:before{
    display: block;
}
 #slider .slide-caption{
     position: absolute;
     bottom: 0;
     left: 0;
     width: 50%;
     padding: 30px 30px 30px 30px;
     opacity: 0;
     z-index: 3;
}
 #slider .slide-caption .ssc-title{
    font-size: 28px;
     font-weight: 700;
     line-height: 1.2em;
     margin-bottom: 5px;
}
 #slider .slide-caption .ssc-desc{
    line-height: 1.2em;
     font-size: 16px;
}
 #slider .slide-caption .ssc-play{
    font-size: 50px;
     margin-bottom: 5px;
}
 #slider .slide-caption .d-rating{
     width: 78px;
}
 #slider .slide-caption .d-rating .dr-stars:before{
    font-size: 12px;
}
 #slider .slide-link:hover .slide-caption{
    opacity: 1;
}
 #slider .swiper-pagination{
     left: 0px;
     bottom: 0px;
     padding: 0;
     right: 0px;
     width: 100%;
     text-align: center ;
     display: block;
}
 #slider .swiper-pagination .swiper-pagination-bullet{
     margin: 0 4px 0;
     background: rgba(255,255,255,0.6);
     box-shadow: none;
     opacity: 1;
}
 #slider .swiper-pagination .swiper-pagination-bullet-active{
     background: #FFDE00;
}
 #slider .slider-btn i{
    display: none;
}
/* elements */
 .goblock{
     margin-bottom: 25px;
     color: #fff
}
 .goblock .goblock-header{
     padding: 0px;
     position: relative;
     margin-bottom: 15px;
}
 .goblock .goblock-header .gh-title{
     color: #fff;
     font-size: 1.6em;
     font-weight: 400;
     font-family: Nunito;
     float: left;
     line-height: 20px;
}
 .goblock .goblock-header .gh-more{
     font-size: 12px;
     color: #fff;
     height: 22px;
     line-height: 20px;
     text-align: center;
     border-radius: 12px;
     display: inline-block;
     float: right;
     padding: 0 10px;
     border: 1px solid #888;
     opacity: 0.5;
     background: rgba(255,255,255,0.1)
}
 .goblock .goblock-header .gh-more:hover{
    opacity: 0.7;
}
 .goblock .goblock-header .gh-tabs{
     float: left;
     margin: 0 10px;
     margin-top: -2px;
}
 .goblock .goblock-header .gh-tabs .nav-tabs{
     border-bottom: none;
}
 .goblock .goblock-header .gh-tabs .nav-tabs li{
     margin-right: 5px;
}
 .goblock .goblock-header .gh-tabs .nav-tabs li a{
     border-radius: 30px;
     font-size: 0.95em;
     background: rgba(34, 58, 101, 0.05);
     border: none;
     padding: 2px 12px;
}
 .goblock .goblock-header .gh-tabs .nav-tabs li.active a{
     background: #FFDE00;
     color: #fff;
}
 .goblock .goblock-header .gh-hometabs{
     margin-left: 20px;
     margin-right: 0;
     float: right;
}
 .goblock .goblock-header .gh-hometabs .nav-tabs li{
     margin-right: 0;
}
 .goblock .goblock-content{
     padding: 0;
     position: relative;
}
 .goblock .goblock-bottom{
     background: #444;
     padding: 12px 20px;
     font-size: 0.85em;
}
 .goblock .goblock-bottom strong{
     font-weight: 600;
}
 .goblock .goblock-headercol{
     border-bottom: 1px solid #444;
}
 .goblock .goblock-headercol .ghcol{
     float: left;
     width: 33.33%;
     text-align: center;
     padding: 10px 15px;
     position: relative;
     line-height: 20px;
     font-size: 1.1em;
     font-weight: 400;
     font-family: Nunito;
     letter-spacing: -0.5px;
}
 .goblock .goblock-headercol .ghcol:before{
     content: "";
     width: 50px;
     height: 3px;
     background: #FFDE00;
     position: absolute;
     left: 50%;
     margin-left: -25px;
     bottom: -1px;
}
 .goblock .go-full{
     padding: 0;
}
 .gocol-3:before, .gocol-3:after{
     content: "";
     position: absolute;
     width: 1px;
     height: 100%;
     top: 0;
     bottom: 0;
     left: 33.33%;
     background: #4a4a4a;
}
 .gocol-3:after{
     left: 66.66%;
}
 .gocol-ul{
     float: left;
     padding: 10px 15px;
}
 .gocol-3 .gocol-ul{
     width: 33.33%;
}
 .ftaz{
     display: inline-block;
     padding-right: 20px;
     margin-right: 20px;
     border-right: 1px solid rgba(255, 255, 255, 0.3);
     line-height: 1em;
     font-size: 1.4em;
     font-weight: 600
}
 .az-list{
     font-size: 0;
     margin-top: 18px;
}
 .az-list li{
     margin: 0 10px 10px 0;
     display: inline-block;
}
 .az-list li a{
     font-size: 14px;
     padding: 4px 8px;
     display: inline-block;
     background: #ffffff;
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
}
 .gr-type{
}
 .gr-type span{
     display: inline-block;
     padding: 0 5px;
     font-size: 11px;
     color: #111;
     background: #d9da17;
     height: 20px;
     line-height: 20px;
}
 .gr-type span.grt-dub{
     background: rgba(14, 175, 193, 0.8);
     color: #fff;
}
 #sidebar .goblock{
     background: none;
}
 #sidebar .goblock .goblock-header{
}
 #sidebar .goblock .goblock-content{
}
 #sidebar .sb-genre .goblock-content{
     background: #444;
     border-radius: 5px;
     padding: 5px;
     border: 1px solid #4a4a4a;
}
/* sidebar */
 .item-oinfo{
     font-size: 12px;
     color: #ccc;
}
 p.item-oinfo{
     font-style: italic;
     line-height: 1.2em;
}
 .goblock-slidee{
    margin-left: -15px;
     margin-right: -15px;
     margin-bottom: 40px;
}
 .goblock-slidee:last-of-type{
    border-bottom: none;
}
 .goblock-slidee .goblock-header{
    margin-left: 20px;
     margin-right: 20px;
}
 .goblock-slidee .grid-item{
    margin: 0;
}
 .area-relative{
    position: relative;
}
 .grid-wrap{
    position: relative;
}
 .grid-item{
     margin: 0 -0.5%;
}
 .goblock-slidee .grid-item li{
     width: 158px;
     margin: 0 20px 0 0;
}
 .goblock-slidee .grid-item li:first-of-type{
    margin-left: 20px;
}
 .goblock-slidee .grid-item li:last-of-type{
    padding-right: 20px !important;
     width: 178px;
}
 .goblock-tvshow.goblock-slidee .grid-item li{
    width: 300px;
}
 .goblock-tvshow.goblock-slidee .grid-item li:last-of-type{
    width: 320px;
}
 .goblock-tvshow.goblock-slidee .grid-item li .thumb{
    padding-bottom: 60%;
}
 .grid-item li{
     width: 9%;
     margin: 0 0.5% 1%;
     float: left;
     position: relative;
     overflow: hidden;
}
 .grid-item li .thumb{
     position: relative;
     text-align: center;
}
 .grid-item li .thumb .thumb-btn{
    display: none;
}
 .grid-item li .thumb .gr-eps, .grid-item li .thumb .gr-quality, .grid-item li .thumb .gr-live{
     position: absolute;
     top: 0;
     right: 0;
     background: #834241;
     line-height: 1em;
     padding: 3px 6px;
     z-index: 1;
     color: #fff;
     font-size: 12px;
     border-radius: 0 0 0 6px;
     font-family: "helvetica", arial;
}
 .grid-item li .thumb .gr-eps span{
    font-weight: bold;
}
 .grid-item li .thumb .gr-quality{
     left: 0;
     right: auto;
     border-radius: 0 0 6px 0;
     background: #ffde00;
     color: #111;
     font-weight: 700;
     font-size: 12px;
}
 .grid-item li .thumb .gi-play{
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background: #1D181F;
     color: #FFDE00;
     position: absolute;
     top: 50%;
     left: 50%;
     margin-top: -25px;
     margin-left: -25px;
     z-index: 4;
     font-size: 20px;
     overflow: hidden;
     opacity: 0;
     text-align: center;
     line-height: 50px;
}
 .grid-item li .thumb .gi-play i{
     position: absolute;
     top: 14px;
     left: 19px;
}
 .grid-item li .thumb .gi-news i{
     position: relative;
     top: auto;
     left: auto;
}
 .grid-item li .thumb .gr-live{
     left: 0;
     right: auto;
     font-size: 12px;
     line-height: 1em;
     padding: 6px 10px;
     width: auto;
     background: #111;
     border-radius: 0 0 3px 0;
     text-align: center;
     z-index: 3;
}
 .grid-item li .thumb .gr-live .blink{
    display: inline-block;
     width: 6px;
     height: 6px;
     border-radius: 6px;
     background: red;
     margin: 2px 0;
     margin-right: 8px;
}
 .grid-item li .thumb .film-link{
    position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 3;
}
 .grid-actor-item li.li-actor{
    width: 320px;
     background: #44334D;
     padding: 15px;
}
 .grid-actor-item li.li-actor .thumb-actor{
     position: relative;
     padding: 0;
     width: 80px;
     height: 80px;
     overflow: hidden;
     border-radius: 50%;
     float: left;
     margin-right: 20px;
}
 .grid-actor-item li.li-actor .thumb-actor img{
    position: relative;
     min-height: 100%;
     width: 100%;
     opacity: 1 !important;
}
 .grid-actor-item li.li-actor .actor-detail .actor-name{
    font-size: 18px;
     line-height: 26px;
     margin: 5px 0 8px;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
}
 .grid-actor-item li.li-actor .actor-detail .actor-name a{
     color: #FFDE00;
}
 .grid-actor-item li.li-actor .actor-detail p{
    margin-bottom: 5px;
     font-size: 12px;
}
 .grid-actor-item li.li-actor-more{
    height: 113px;
     position: relative;
     width: 250px;
     background: #fff;
}
 .grid-actor-item li.li-actor-more .lam-center{
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     color: #111;
     line-height: 113px;
     text-align: center;
}
 .blink {
     animation: blink-animation 1s steps(5, start) infinite;
     -webkit-animation: blink-animation 0.7s steps(0, start) infinite;
}
 @keyframes blink-animation {
     to {
         visibility: hidden;
    }
}
 @-webkit-keyframes blink-animation {
     to {
         visibility: hidden;
    }
}
 .grid-item li .countdown {
    z-index: 1;
}
 .grid-item li:hover .thumb .gi-play{
     opacity: 1;
}
 .grid-item li .remove-fav{
     cursor: pointer;
     color: #fff;
     font-size: 12px;
     padding: 5px 8px;
     background: #67677F;
     z-index: 7;
     text-align: center;
     margin-top: -2px;
}
 .grid-item li .thumb .gr-type{
     width: 100%;
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     text-align: right;
     z-index: 2;
}
 .grid-item li .item-detail{
     position: absolute;
     bottom: 0;
     left: 0;
     color: #fff !important;
     right: 0;
     padding: 6px 10px;
     z-index: 2;
     background: #393b42;
}
 .grid-item li .item-detail .item-title{
     font-size: 13px;
     line-height: 1.2em;
     text-align: center;
     margin: 0;
     letter-spacing: 0.5px;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     color: #fff !important;
}
 .grid-item li .item-detail .item-title a{
     color: #fff !important;
}
 .grid-item li:hover .item-detail{
    background: #FFDE00;
     color: #111 !important;
}
 .grid-item li:hover .thumb{
    background: rgba(68,51,77,1);
}
 .grid-item li:hover .thumb img{
     opacity: 0.5;
}
 .grid-item li:hover .thumb:before{
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 3;
}
 .grid-news-item li{
     width: 23%;
}
 .grid-news-item li .thumb{
     padding-bottom: 60%;
}
 .tvshow-list .grid-item li{
    width: 11.5%;
}
 .tvshow-list .grid-item li .thumb{
    padding-bottom: 60%;
}
 .tvshow-related .grid-item li{
    width: 32.33%;
}
 .tvchannel-list .grid-item li{
    width: 9%;
}
 .tvchannel-related{
    margin-top: 30px;
}
 .tvchannel-related .grid-item li{
    width: 15.66%;
}
 .goblock-tvchannel .grid-item li .item-detail{
    display: none;
}
 .goblock-tvchannel.goblock-slidee .grid-item li{
    width: 180px;
}
 .goblock-tvchannel.goblock-slidee .grid-item li:last-of-type{
    width: 200px;
}
 .item-detail-none{
    display: none !important;
}
 .area-relative:hover .controls{
    display: block;
}
 .controls{
    display: none;
}
 .controls .blw-btn{
    position: absolute;
     top: 50%;
     margin-top: -20px;
     left: 0px;
     bottom: 0;
     background: #FFDE00;
     display: inline-block;
     width: 40px;
     height: 40px;
     border: none;
     font-size: 30px;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     z-index: 9;
}
 .controls .blw-btn.blw-next{
    left: auto;
     right: 0px;
}
 .controls .blw-btn i{
    color: #111
}
 .controls .blw-btn:hover{
}
 .controls .blw-btn.disabled{
    display: none;
}
 .border-bottom{
     border-bottom: 1px solid #444;
}
 .info-content .goblock-content{
     padding: 20px 0 50px;
     text-align: justify;
     color: #eee;
}
 .info-content .goblock-content h1{
     font-size: 1.8em;
     font-family: "Nunito";
     margin-top: 0;
     margin-bottom: 20px;
     color: #fff;
}
 .info-content .goblock-content h4{
     font-family: "Nunito";
     font-size: 1.2em;
     color: #fff;
}
 .info-content .goblock-content ul{
     margin-bottom: 25px;
}
 .sb-list-news-item li{
     padding: 0;
     margin-bottom: 20px;
     position: relative;
}
 .sb-list-news-item li:before{
     content: "";
     width: 4px;
     height: 10px;
     display: inline-block;
     position: absolute;
     top: 4px;
     left: 0;
     background: #FFDE00
}
/*.sb-list-news-item li .thumb{
     width: 120px;
     padding-bottom: 70px;
     border-radius: 5px;
     float: right;
}
 .sb-list-news-item li .item-detail{
     padding-right: 135px;
     padding-left: 20px;
}
*/
 .sb-list-news-item li .thumb{
     width: 120px;
     padding-bottom: 70px;
     border-radius: 5px;
}
 .sb-list-news-item li .item-detail{
     padding-left: 135px;
}
 .sb-list-news-item li .item-detail .item-time{
     font-size: 11px;
     color: #aaa;
     margin-bottom: 0;
}
 .sb-list-news-item li .item-detail .item-title{
     font-size: 13px;
     line-height: 1.3em;
     margin-bottom: 5px;
}
 .tag-list li{
     display: inline-block;
}
 .tag-list .tag-item{
     display: inline-block;
     margin: 0 2px 5px 0;
     padding: 5px 8px;
     line-height: 1em;
     font-size: 12px;
     background: #444;
     border: 1px solid #4f4f4f;
     border-radius: 3px;
     color: #eee;
     border-left-color: #666;
}
 .tag-list .tag-item:hover{
     background: #FFDE00;
     color: #fff;
}
/* category */
 .category .category-list{
    /*.grid-item li{
         width: 23%;
    }
    */
}
 .category .category-list .goblock-header .btn-sm{
     padding: 4px 10px;
     line-height: 1em;
     float: right;
     color: #fff !important;
     border: 1px solid #fff;
     border-radius: 15px;
     opacity: 0.7;
}
 .category .category-list .goblock-header .btn-sm i{
     font-size: 12px;
}
 .category-news .category-news-list .grid-news-item li{
     width: 31.33%;
}
/* film list */
 .cat-az{
     margin-bottom: 20px;
}
 .cat-az .az-list{
     margin: 0;
}
 .cat-az .az-list li{
     margin: 5px;
}
 .cat-az .az-list li a{
     border: 1px solid #555;
     background: #444;
     border-radius: 3px;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     min-width: 32px;
     text-align: center;
}
 .cat-az .az-list li a:hover, .cat-az .az-list li.active a{
     background: #FFDE00;
     color: #fff;
     border-color: #FFDE00;
}
 .list-item-main li{
     padding: 18px 0;
     border-bottom: 1px solid #3a3a3a;
}
 .list-item-main li:last-of-type{
     border-bottom: 1px solid #444;
}
 .list-item-main li .thumb{
     width: 70px;
     padding-bottom: 95px;
}
 .list-item-main li .item-detail{
     padding-left: 82px;
}
 .list-item-main li .item-detail .item-title{
     font-size: 1.2em;
     margin-bottom: 8px;
}
 .list-item-main li .item-detail .gr-type{
     margin-bottom: 5px;
}
 .list-item-main li .item-detail .gr-type span{
     margin-right: 3px;
     height: 16px;
     line-height: 16px;
     font-size: 10px;
}
 .list-item-main li .item-detail .desc{
     font-size: 0.9em;
     margin-bottom: 10px;
     line-height: 1.3em;
     color: #ccc;
}
 .list-item-main li .item-detail .item-time{
     font-size: 0.9em;
     color: #ccc;
     margin-bottom: 5px;
}
 .list-item-main.list-news-item .thumb{
     width: 200px;
     padding-bottom: 120px;
}
 .list-item-main.list-news-item li .item-detail{
     padding-left: 215px;
}
 .list-item-main.list-news-item li .item-more a{
     display: inline-block;
     padding: 3px 5px;
     color: #fff;
     background: #FFDE00;
     font-size: 0.8em;
}
 .info-news-content .goblock-content{
     font-size: 16px;
     text-align: left
}
 .info-news-content .time{
     font-size: 14px;
}
 .info-news-content .news-detail-content{
     line-height: 1.7em;
     font-family: "lora", serif;
}
 .info-news-content .news-detail-content img{
     max-width: 100%;
}
 .info-news-content .news-detail-content p{
     margin-bottom: 1em;
}
 .info-news-content .news-detail-content iframe{
     max-width: 100%;
}
/* modal */
 .modal-header{
     padding-bottom: 0;
     border-bottom: none;
     text-align: center;
     font-family: "Nunito"
}
 .modal-header button.close{
     position: relative;
     z-index: 9;
}
 .modal-body .desc{
     line-height: 1.3em;
}
 .modal-normal .modal-dialog{
    width: 480px;
     max-width: 95%;
     margin-left: auto;
     margin-right: auto;
}
 .modal-normal .modal-dialog .modal-content{
     background: #44334D;
     color: #fff;
}
 .modal-normal .modal-dialog .modal-content strong{
    font-weight: 600;
}
 .modal-normal .modal-dialog .close{
    color: #fff;
     text-shadow: none;
     opacity: 0.5
}
 .modal-normal .modal-dialog .modal-footer{
    border-top: 1px solid rgba(255,255,255,.1);
     text-align: left;
}
 .modal-normal .modal-dialog .modal-footer label{
    font-weight: 400;
}
 .modal-resume .modal-dialog .modal-footer input{
    vertical-align: text-top;
     margin-right: 5px;
     border-radius: 3px;
}
 .modal-error .btn-go{
     margin: 5px 10px;
}
 .modal-normal h4{
    font-family: "Nunito";
     font-size: 20px !important;
}
 .modal-resume .highlight{
     margin: 0 0 15px;
}
/* wts */
 .go-wts img{
     width: 100%;
     height: auto;
}
 .sidebar-wts{
     padding: 5px;
     background: #555;
     margin-bottom: 15px;
     border-radius: 3px;
}
/* server-list */
 .server-list .goblock-header .gh-title{
}
 .server-list .goblock-content{
     background: #3a3a3a;
     border: 5px solid #444;
     overflow: hidden;
}
 .server-list .server-list-item{
     overflow: auto;
     max-height: 392px;
}
 .server-list .server-list-item.expand{
     height: auto;
     max-height: none;
}
 .server-list .server-list-item li{
     padding: 10px 15px;
     border-bottom: 1px solid #444;
     font-size: 0.95em;
     position: relative;
}
 .server-list .server-list-item li:hover, .server-list .server-list-item li.onair{
     background: rgba(255, 255, 255, 0.02);
}
 .server-list .server-list-item li .sli-name{
     float: left;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     width: 68%;
     margin-right: 2%;
     line-height: 26px;
}
 .server-list .server-list-item li .sli-name a{
     color: #FFDE00;
     position: relative;
     padding-left: 25px;
}
 .server-list .server-list-item li .sli-name a:before{
     content: "";
     width: 10px;
     height: 1px;
     position: absolute;
     top: 7px;
     left: 0;
     background: #fff;
}
 .server-list .server-list-item li.onair:before{
     content:"";
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     width: 3px;
     height: 100%;
     background: #FFDE00;
}
 .server-list .server-list-item li .sli-date{
     float: left;
     line-height: 26px;
}
 .server-list .server-list-item li .sli-btn{
     float: right;
}
 .server-list .server-list-item li .sli-btn a{
     font-family: Nunito;
}
 .server-list .server-list-item li .sli-btn a i{
     font-size: 10px;
     color: #FFDE00;
}
 .server-list .server-list-item li .sli-btn a:hover i{
     color: #fff;
}
 .server-list .list-more{
     border-top: 1px solid #444;
     margin-top: -1px;
     background: #3a3a3a;
     position: relative;
}
 .server-list .list-more a{
     display: block;
     cursor: pointer;
     padding: 10px 15px 12px;
     text-align: center;
}
 .server-list .list-more a span{
     display: inline-block;
     vertical-align: middle;
     width: 6px;
     height: 6px;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     background: #fff;
     margin: 0 3px;
}
 .server-list .list-more a:hover{
     background: rgba(255, 255, 255, 0.02);
}
 .server-list .list-more a:hover span{
     background: #FFDE00;
}
/* comment */
 .comments .goblock-header .gh-title{
}
/* bread */
 .vlbread .breadcrumb{
     background: none;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     padding: 0 0 10px;
     font-size: 1em;
     margin-bottom: 0;
}
 .vlbread .breadcrumb li.active span{
     color: #ccc;
}
 .vlbread .breadcrumb li + li:before{
     content: "\e904";
     font-family: 'vela' !important;
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-size: 10px;
}
 .main-404{
     background-image: url(../images/bg-404.jpg);
     background-position: 50% 25%;
     background-size: cover;
     margin-top: -15px;
     margin-bottom: 0 !important;
}
 .main-404-text{
     color: #eee;
     text-align: center;
     margin: 110px 0;
     font-size: 18px;
     line-height: 1.3em
}
 .main-404-text .img-404 img{
     width: 400px;
     max-width: 90%;
}
 .main-404-text h1{
    font-family: "Nunito";
     margin: 20px 0;
     font-size: 50px;
}
 .main-404-text .btn-lg{
    border: 2px solid #fff !important;
     color: #fff !important;
     background: rgba(255,255,255,0.1) !important;
     border-radius: 30px;
}
/* detail */
 #main.detail{
    margin-top: 0;
}
 .detail-cover{
    position: absolute;
     top: 0;
     right: 0;
     left: 40%;
     bottom: 0px;
}
 .detail-cover .dc-img:before{
    content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 70%;
     bottom: 0;
     background: rgb(29,24,31);
    /* Old browsers */
     background: -moz-linear-gradient(left, rgba(29,24,31,1) 0%, rgba(92,117,170,0) 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(left, rgba(29,24,31,1) 0%,rgba(92,117,170,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, rgba(29,24,31,1) 0%,rgba(92,117,170,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23252c', endColorstr='#5c75aa',GradientType=1 );
    /* IE6-9 */
}
 .detail-cover .dc-img:after{
    content: "";
     position: absolute;
     top:60%;
     bottom: 0;
     left: 0;
     right: 0;
     background: rgb(92,117,170);
    /* Old browsers */
     background: -moz-linear-gradient(top, rgba(92,117,170,0) 0%, rgba(29,24,31,1) 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(top, rgba(92,117,170,0) 0%,rgba(29,24,31,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, rgba(92,117,170,0) 0%,rgba(29,24,31,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c75aa', endColorstr='#23252c',GradientType=0 );
    /* IE6-9 */
}
 .detail-cover .dc-img{
     position: absolute;
     top: 0;
     left: 0;
     right: 0px;
     bottom: 0;
     background-position: 50% 25%;
     background-size: cover;
     opacity: 0.6;
     box-shadow: 0 0 100px 100px rgba(29,24,31,0.6) inset;
}
 .detail-cover .film-play{
    position: absolute;
     width: 160px;
     height: 160px;
     border: 8px solid #fff;
     border-radius: 50%;
     text-align: center;
     left: 50%;
     margin-left: -80px;
     top: 50%;
     margin-top: -80px;
     z-index: 90;
    font-size: 50px;
     line-height: 144px;
     background: url(../images/film-play-bg.png) top center no-repeat rgba(28,29,35, .5);
     background-size: 100%;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}
 .detail-cover .film-play i{
    margin-left: 10px;
}
 .detail-cover .film-play:hover{
    width: 180px;
     height: 180px;
     font-size: 60px;
     margin-top: -90px;
     margin-left: -90px;
     color: #FFDE00;
     line-height: 164px;
}
 .dc-list{
     position: relative;
     width: auto;
     background: #1D181F;
     margin: -50px -15px 50px -15px;
     overflow: hidden;
     padding: 25px 0;
     display: block;
}
 .dc-list .dcl-bar{
    position: relative;
}
 .dc-list .dcl-ss{
     padding-left: 30px;
     padding-right: 15px;
     margin-bottom: 10px;
     margin-top: 0px;
     display: block;
     font-size: 16px;
     float: left;
}
 .dc-list .dcl-ss .dcls-title{
    float: left;
     margin-right: 20px;
     line-height: 30px;
}
 .dc-list .dcl-ss .dcls-a{
    float: left;
     margin-right: 10px;
}
 .dc-list .dcl-ss .dcls-a a{
     width: 30px;
     height: 30px;
     display: inline-block;
    line-height: 30px;
     text-align: center;
     padding: 0px;
     background: rgba(255,255,255,.1);
     border-radius: 50%;
}
 .dc-list .dcl-ss .dcls-a.active a{
    color: #111;
     font-weight: 700;
    background: #FFDE00;
}
 .dc-list ul{
     overflow: hidden;
}
 .dc-list ul li{
     position: relative;
     margin: 0px 12px;
     float: left;
     background: rgba(0,0,0,.3);
     border-radius: 5px;
     overflow: hidden;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}
 .dc-list ul li:last-of-type{
     margin-right: 30px !important;
}
 .dc-list ul li:first-of-type{
     margin-left: 30px !important;
}
 .dc-list ul li:hover a i, .dc-list ul li.resume a i{
     opacity: 1;
     color: #FFDE00;
}
 .dc-list ul li .bar-load{
    position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     height: 2px;
     background: #555;
     z-index: 5;
}
 .dc-list ul li .bar-load .bar-active{
    background: #FFDE00;
     position: absolute;
     top: 0 !important;
     left: 0;
     bottom: 0 !important;
     height: 2px !important;
}
 .dc-list ul li a{
    display: block;
     padding: 0px;
     border-radius: 5px;
     width: 155px;
     height: 110px;
     text-align: center;
     font-size: 14px;
     position: relative;
     background-position: 50% 25%;
     background-size: cover;
}
 .dc-list ul li a:before{
     background: rgba(11, 123, 124, 0.7);
}
 .dc-list ul li:nth-child(n) a:before, .dc-list ul li a:after{
    content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(67,206,201,.7);
}
 .dc-list ul li:nth-child(2n) a:before{
    background: rgba(77,152,207,.7);
}
 .dc-list ul li:nth-child(3n) a:before{
    background: rgba(73,116,167,.7);
}
 .dc-list ul li:nth-child(4n) a:before{
    background: rgba(91,83,140,.7);
}
 .dc-list ul li:nth-child(5n) a:before{
    background: rgba(82,67,100,.7);
}
 .dc-list ul li:nth-child(6n) a:before{
    background: rgba(69,100,67,.7);
}
 .dc-list ul li a:after{
    background: rgba(28,29,35,0.4);
     z-index: 2;
}
 .dc-list ul li a span{
    position: absolute;
     font-family: "arial";
     font-weight: bold;
     z-index: 3;
     bottom: 13px;
     left: 10px;
     right: 10px;
     padding: 0;
     font-size: 12px;
     line-height: 1.2em;
     height: 65px;
     overflow: hidden;
     color: #fff;
}
 .dc-list ul li a i{
     display: block;
     opacity: 1;
     font-size: 20px;
     margin: 0 auto 15px;
}
 .dc-list ul li a:hover i{
    color: #FFDE00
}
 .dc-list ul li a .eps, .dc-list ul li a .air{
    position: absolute;
     top: 5px;
     left: 5px;
     padding: 3px 5px;
     line-height: 1em;
     background: #fff;
     z-index: 5;
     display: inline-block;
     color: #111;
     border-radius: 3px;
     font-family: arial;
}
 .dc-list ul li a .eps{
    display: none;
}
 .dc-list ul li.resume a .eps{
     background: #FFDE00;
}
 .dc-list ul li a .air{
    left: auto;
     right: 5px;
}
 .dc-list ul li.watched{
    opacity: 0.3;
}
 .dc-list ul li.watched:hover{
    opacity: 1;
}
 .dc-list .controls{
    display: block;
     position: relative;
     float: right;
     margin-right: 30px;
     margin-bottom: 10px;
}
 .dc-list .controls .blw-btn{
     position: relative;
     width: 30px;
     height: 30px;
     color: #fff;
     text-align: center;
     display: inline-block !important;
     line-height: 1em;
     border-radius: 5px;
     background: none;
     border: 1px solid #fff;
     margin: 0 3px;
     top: 0;
     font-size: 0;
}
 .dc-list .controls .blw-btn i{
    font-size: 20px;
     line-height: 28px;
     color: #fff !important;
}
 .dc-list .controls .blw-btn.disabled{
    opacity: 0.1;
}
 .detail-cover .show-eps-btn{
    position: absolute;
     width: 120px;
     height: 30px;
     display: inline-block;
     top: 50%;
     margin-top: 120px;
     left: 50%;
     margin-left: -60px;
     z-index: 9;
     background: rgba(28,29,35,.9);
     border: 1px solid #fff;
     border-radius: 15px;
     line-height: 28px;
     text-align: center;
     cursor: pointer;
     opacity: 0.9;
}
 .detail-cover .show-eps-btn:hover{
    opacity: 1;
}
 .detail-cover .show-eps-btn.active{
     background: #FFDE00;
     color: #333;
}
 .detail-film{
    overflow: hidden;
     position: relative;
     margin-bottom: 50px;
     background: #1D181F;
     margin-left: -15px;
     margin-right: -15px;
}
 .detail-content{
    position: relative;
     width: 40%;
     padding: 50px 20px 50px 80px;
     font-size: 14px;
     line-height: 1.2em;
     letter-spacing: 1px;
     color: #ccc;
     background: #1d181f;
     z-index: 9;
}
 .detail-content .film-title, .detail-actor-wrap .dl-title{
    margin-top: 0;
     margin-bottom: 15px;
     font-size: 43px;
     line-height: 1.1em;
     font-weight: 700;
     position: relative;
     color: #fff;
}
 .detail-content .film-type, .detail-actor-wrap .dl-intro{
     margin-bottom: 10px;
     font-size: 18px;
     color: #FFDE00;
}
 .detail-content .film-desc, .detail-actor-wrap .dl-desc{
     opacity: 0.8;
     font-size: 14px;
     margin-bottom: 30px;
     line-height: 1.3em;
}
 .detail-content .dcrr{
    display: inline-block;
     margin-right: 10px;
}
 .detail-content .dcrr a{
    font-size: 16px;
     color: #999;
}
 .detail-content .film-rating{
    margin-bottom: 15px;
     color: #999;
     font-size: 14px;
}
 .detail-content .film-rating .space{
    display: inline-block;
     width: 1px;
     height: 16px;
     vertical-align: middle;
     background: #444;
     margin: 0 10px;
}
 .detail-content .film-rating .m-space{
    display: none;
}
 .detail-content .film-rating .btn-fav.active i{
    color: #12DBDC;
}
 .detail-content .film-rating .btn.active{
    background: rgba(255,255,255,.1)
}
 .film-download, .wa-popdown{
    position: relative;
     display: inline-block;
}
 .film-download ul li.active a, .film-download ul li a:hover, .wa-popdown ul li.active a, .wa-popdown ul li a:hover{
    background: #FFDE00 !important;
     color: #111 !important;
}
 .film-spec{
    margin-bottom: 10px;
}
 .film-spec .fs-col{
     float: left;
     margin-right: 50px;
}
 .film-spec .fs-col:last-of-type{
    margin-right: 0;
}
 .film-spec .fs-col .title{
    font-weight: 600;
     color: #fff;
     font-size: 14px;
     margin-bottom: 5px;
     padding-top: 7px;
     border-top: 2px solid rgba(255,255,255,.05)
}
 .film-spec .fs-col .ul-spec{
    margin-bottom: 15px;
     line-height: 1.2em;
     color: #ccc;
     font-size: 13px;
}
 .film-spec .fs-col .ul-spec a{
    color: #ccc;
     max-width: 110px;
     display: inline-block;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
}
 .film-spec .fs-col .ul-spec a:hover{
    color: #FFDE00;
}
 .detail-content .film-keyword{
    font-size: 14px;
     position: relative;
     z-index: 9;
}
 .detail-content .film-keyword a{
    margin-left: 5px;
     color: #fff;
}
 .detail-content .film-latest-eps, .detail-actor-wrap .dl-latest-eps{
    padding: 12px 0;
     border: 1px solid rgba(255,255,255,0.05);
     border-left: none;
     border-right: none;
     margin-bottom: 20px;
}
 .detail-content .film-latest-eps .fle-toggle{
    cursor: pointer;
}
 .detail-content .film-latest-eps .fle-toggle, .detail-cover .show-eps-btn{
    -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 .loader{
     width: 160px;
     height: 160px;
     line-height: 160px;
     box-sizing: border-box;
     text-align: center;
    z-index: 0;
    position: absolute;
     top: 50%;
     margin-top: -80px;
     left: 50%;
     margin-left: -80px;
}
 .loader:before, .loader:after{
     opacity: 0;
     box-sizing: border-box;
     content: "\0020";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: 100px;
     border: 3px solid #fff;
     box-shadow: 0 0 80px #fff, inset 0 0 80px #fff;
}
 .loader:after{
     z-index: 1;
     -webkit-animation: gogoloader 2s infinite 1s;
     -moz-animation: gogoloader 2s infinite 1s;
     -o-animation:gogoloader 2s infinite 1s;
     animation:gogoloader 2s infinite 1s;
}
 .loader:before{
     z-index: 2;
     -webkit-animation: gogoloader 2s infinite;
     -moz-animation: gogoloader 2s infinite;
     -o-animation:gogoloader 2s infinite;
     animation:gogoloader 2s infinite;
}
 @-webkit-keyframes gogoloader{
     0%{
         -webkit-transform: scale(0);
         opacity: 0;
    }
     50%{
         opacity: 1;
    }
     100%{
         -webkit-transform: scale(1);
         opacity: 0;
    }
}
 @-moz-keyframes gogoloader{
     0%{
         -moz-transform: scale(0);
         opacity: 0;
    }
     50%{
         opacity: 1;
    }
     100%{
         -moz-transform: scale(1);
         opacity: 0;
    }
}
 @-o-keyframes gogoloader{
     0%{
         -o-transform: scale(0);
         opacity: 0;
    }
     50%{
         opacity: 1;
    }
     100%{
         -o-transform: scale(1);
         opacity: 0;
    }
}
 @keyframes gogoloader{
     0%{
         transform: scale(0);
         opacity: 0;
    }
     50%{
         opacity: 1;
    }
     100%{
         transform: scale(1);
         opacity: 0;
    }
}
/* clue tips*/
 .cluetip{
    box-shadow: none !important;
     border: none !important;
     border-radius: 0 !important;
}
 .jtip-fav{
     position: absolute;
    top: -2px;
     right: 15px;
     padding: 10px 6px;
     line-height: 1em;
     background: #666;
     font-size: 0;
     border-radius: 0 0 3px 3px;
}
 .jtip-fav.active, .jtip-fav:hover{
     background: rgb(240,89,82);
     color: #fff;
     opacity: 1;
}
 .jtip-fav i{
    font-size: 16px;
}
 .jtip-badge{
     font-size: 11px;
     color: #aaa;
     display: inline-block;
     border: 1px solid rgba(255,255,255,.1);
     background: rgba(255,255,255,0.1);
     text-align: center;
     margin-right: 2px;
     line-height: 1em;
     min-width: 40px;
     border-top: 1px solid #FFDE00;
}
 .jtip-badge span{
    display: block;
}
 .jtip-badge span.jb-top{
    display: block;
     padding: 2px 4px;
     background: rgba(255,255,255,.1);
     color: #fff;
     font-size: 10px;
}
 .jtip-badge span.jb-bot{
    color: #fff;
     padding: 4px 4px;
}
 .vl-rating{
    margin-top: -2px;
     margin-bottom: 5px;
     margin-left: -2px;
}
 .vl-rating .dr-stars:before{
     font-size: 11px;
}
 .vl-rating .d-rating{
    width: 74px;
     float: left;
}
 .vl-rating .d-text{
     display: inline-block;
     margin-left: 10px;
     font-size: 10px;
}
/* table premium */
 .table-pre .tp-li{
    margin: 0 0 15px;
     background: #fff;
     border: 3px solid #eee;
     position: relative;
     padding: 15px 20px;
}
 .table-pre .tp-li:hover,.table-pre .tp-li.active{
     border-color: #FFDE00;
}
 .table-pre .tp-li:last-of-type{
    margin-bottom: 0;
}
 .table-pre .tp-li .tpl-button{
    float: right;
     padding: 8px 16px;
}
 .table-pre .tp-li .tpl-name{
    float: left;
     margin-right: 20px;
     line-height: 1em;
}
 .table-pre .tp-li .tpl-name span{
    display: block;
     font-size: 20px;
     margin-bottom: 5px;
     font-weight: 700;
     color: #FFDE00;
}
 .table-pre .tp-li .tpl-price{
     position: absolute;
     left: 160px;
     top: 23px;
     line-height: 1em;
     font-size: 12px;
     text-transform: uppercase;
}
 .table-pre .tp-li .tpl-price span{
     margin-left: 10px;
     font-size: 30px;
     font-weight: 700;
     position: absolute;
}
 .pre-best-tag{
    width: 30px;
     height: 30px;
     position: absolute;
     top: -3px;
     left: -3px;
     background-image: url(../images/pre-best-tag.png);
     background-size: cover;
}
 .btn-trailer{
}
/* watch */
 .btn.active{
    box-shadow: none;
}
 .dcrr{
     display: block;
}
 .dcrr a{
     font-size: 16px;
     padding: 0 1px;
     cursor: pointer;
     color: #ccc;
     text-decoration: none;
}
 .dcrr a.fa-star{
    color: #FFDE00;
}
 .modal-body{
     padding: 25px;
}
 .modal-report .form-group .fg-radio{
     display: inline-block;
     font-weight: 400;
     float: left;
     margin: -1px 0 0;
     padding: 8px 0;
     margin-right: 20px;
}
 .modal-report .form-group input{
     height: auto;
     margin-right: 5px;
     height: 14px;
     width: 14px;
     border-radius: 3px;
}
 .modal-report .form-group input:active, .modal-report .form-group input:checked{
     background: #FFDE00;
     border-color: #FFDE00;
}
 .report-list{
     background: rgba(0, 0, 0, 0.02);
     padding: 0;
     font-size: 14px;
     border: 1px solid #ddd;
     border-radius: 3px;
     margin: 10px 0;
     overflow: auto;
}
 .report-list .rl-block{
     padding: 10px 15px;
     border-bottom: 1px solid #ddd;
}
 .report-list .rl-block:last-of-type{
     border-bottom: none;
}
 .report-textarea textarea{
     resize: none;
     font-size: 14px;
}
 .report-list .rl-title{
     font-size: 1.2em;
     font-family: Nunito;
}
 #overlay{
     display: none;
}
 #overlay.active{
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0.9);
     z-index: 100;
}
 #schedule-eps{
    display: block;
     margin-bottom: 15px;
}
 #schedule-eps .se-next{
     display: block;
     background: #FFDE00;
     padding: 10px 20px;
     border-radius: 0;
     color: #fff;
    /*border-bottom: 3px solid #178AE6*/
}
 #schedule-eps .se-next .fa-close{
     display: none;
}
 #schedule-eps .se-left{
     float: left;
     font-size: 14px;
}
 #schedule-eps .se-right{
     float: right;
     line-height: 1em;
}
 #schedule-eps .se-right a{
     color: #fff;
     cursor: pointer;
}
 #schedule-eps .se-list{
     list-style: none;
     padding: 0;
     margin: 0;
     border: 3px solid #FFDE00;
     border-top: none;
     display: none;
     margin-bottom: 15px;
}
 #schedule-eps .se-list li{
     padding: 10px 20px;
     background: #444;
     border-radius: 0;
     border-bottom: 1px solid #555;
}
 #schedule-eps .se-list li:hover{
     background: #4f4f4f;
}
 #schedule-eps .se-list li .se-left{
     font-size: 14px;
}
/* main fix */
 .main-fix{
     width: 100%;
     max-width: 1200px;
     margin: 0 auto;
}
 .main-dashboard{
    margin: 50px 0 100px;
     background: #342E37;
}
 .main-dash-left{
    width: 23%;
     float: left;
     background: #342E37;
}
 .main-dash-right{
     width: 77%;
     float: left;
     background: #3E3941;
     min-height: 500px;
}
 .mdl-top{
    margin: 40px 15px;
     text-align: center;
}
 .mdl-top .mdlt-avatar{
     margin-bottom: 15px;
}
 .mdl-top .mdlt-avatar img{
    width: 120px;
     height: 120px;
     border-radius: 50%;
}
 .mdl-top .mdlt-mail{
    font-weight: 600;
     font-size: 16px;
     line-height: 1.3em;
     display: block;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .mdl-top .mdlt-exp{
    font-weight: 600;
     color: #ffde00;
     font-size: 14px;
}
 .mdl-top .mdlt-btn .btn{
    padding-left: 20px;
     padding-right: 20px;
}
 .mdl-menu{
    overflow: hidden;
}
 .mdl-menu ul li{
    display: block;
     border-top: 1px solid #3E3941;
     border-bottom: 1px solid #3E3941;
     margin-bottom: -1px;
}
 .mdl-menu ul li a{
    display: block;
     padding: 10px 12px;
     color: #eee !important;
     border-left: 3px solid rgba(0,0,0,0);
}
 .mdl-menu ul li a:hover, .mdl-menu ul li.active a{
    background: rgba(255,255,255,.03);
     color: #fff !important;
     border-left: 3px solid #FFDE00;
}
 .mdl-menu ul li a i{
    width: 24px;
     text-align: center;
     display: inline-block;
     margin-right: 7px;
}
 .mdr-content{
    padding: 20px 30px 20px;
     min-height: 550px;
}
 .mdr-title{
    margin-top: 0;
     font-weight: 700;
     margin-bottom: 15px;
}
 .mdr-desc{
    margin-bottom: 15px;
     letter-spacing: 0.5px;
     line-height: 1.3em
}
 .mdr-premium-set{
    margin: 30px -1.5%;
}
 .mdr-premium-set .mps-set{
    width: 30.33%;
     margin: 0 1.5%;
     position: relative;
     padding: 60px 20px 20px;
     text-align: center;
     float: left;
     background-image: url(../images/pre-bg.jpg);
     background-position: 50% 25%;
    background-size: cover;
}
 .mdr-premium-set .mps-set .btn-default:hover{
    background: #EAFF2E;
     opacity: 1;
}
 .mps-set .mpss-price{
    font-size: 70px;
     font-weight: 700;
     margin-bottom: 20px;
     line-height: 45px;
     color: #ffde00;
}
 .mps-set .mpss-price span{
    font-size: 33px;
     line-height: 1em;
     vertical-align: top
}
 .mps-set .mpss-exp{
    margin-bottom: 25px;
}
 .mps-set .mpss-save{
     position: absolute;
     top: 0;
     left: 50%;
     margin-left: -60px;
     width: 120px;
     padding: 3px 10px;
     border-radius: 0 0 10px 10px;
     background: #FFDE00;
     color: #111;
}
 .mps-set .mpss-btn{
    margin-top: 20px;
}
 .mdr-payment{
    font-size: 16px;
     font-weight: 500;
}
 .mdr-payment i{
    font-size: 30px;
     margin-left: 10px;
     vertical-align: sub;
}
 .mdr-premium{
    background-image: url(../images/logged-premium.jpg);
     background-size: contain;
     min-height: 650px;
     background-repeat: no-repeat;
     background-position: bottom center;
}
 .mdr-premium-table .table{
     border-top: 1px solid #44464D
}
 .mdr-premium-table .table td, .mdr-premium-table .table th{
    border-color: rgba(255,255,255,.1);
}
 .mdr-premium-table .table th{
    background: rgba(255,255,255,.02);
}
 .mdr-premium-packs{
    margin: 50px -1% 30px;
     padding: 0;
     border: none;
}
 .mdr-premium-packs li.panel{
    background: none;
     float: left;
     margin: 0 1%;
     width: 23%;
}
 .mdr-premium-packs .mpp-block{
    position: relative;
     padding: 20px;
     text-align: center;
     border-radius: 3px !important;
     background-color: #44334D;
     color: #fff !important;
     border: none !important;
     background-image: url(../images/pre-bg-free.jpg);
     background-position: 50% 25%;
    background-size: cover;
}
 .mdr-premium-packs li.panel-pre.active .mpp-block{
    box-shadow: 0 0 50px rgba(0,0,0,0.2);
}
 .mdr-premium-packs.active li.panel{
    opacity: 0.3;
}
 .mdr-premium-packs.active li.panel-pre.active{
     opacity: 1;
     margin-top: -20px;
}
 .mdr-premium-packs .mpp-block strong{
    font-weight: 600;
}
 .mdr-premium-packs .mpp-block.mpp-block-free{
    cursor: default;
}
 .mdr-premium-packs li.panel:before, .mdr-premium-packs li.panel-pre.disable:before{
    content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9;
     cursor: not-allowed
}
 .mdr-premium-packs li.panel-pre:before{
     display: none;
}
 .mdr-premium-packs li.panel-pre.disable:before{
    display: block;
}
 .mdr-premium-packs li.panel-pre.disable{
    opacity: 0.3
}
 .mdr-premium-packs li.panel-pre.disable .btn-go{
    background: #ccc !important;
}
 .mdr-premium-packs .mpp-block.mpp-block-free .btn{
    opacity: 0.6;
     cursor: default;
}
 .mdr-premium-packs .mpp-block.mpp-block-free .mppb-price{
    color: #ccc !important;
     opacity: 0.6;
}
 .mdr-premium-packs .mpp-block.mpp-block-pre{
    background-image: url(../images/pre-bg.jpg);
     color: #fff;
}
 .mdr-premium-packs .mpp-block .mppb-name{
    font-weight: 600;
     font-size: 18px;
     line-height: 1em;
     margin: -20px -20px 10px;
     padding: 10px 20px;
     background: rgba(0,0,0,0.1);
}
 .mdr-premium-packs .mpp-block .mppb-price{
    margin-bottom: 15px;
     color: #FFDE00;
     height: 70px;
     display: inline-block;
     width: 100%;
     overflow: hidden;
}
 .mdr-premium-packs .mpp-block .mppb-price .number{
    font-size: 70px;
     vertical-align: top;
     line-height: 70px !important;
     font-weight: 600;
}
 .mdr-premium-packs .mpp-block .mppb-price .usd{
    vertical-align: top;
     font-size: 18px;
     line-height: 40px;
}
 .mdr-premium-packs .mpp-block .detail-list{
    padding: 0;
     text-align: left;
     font-size: 16px;
     margin-bottom: 30px;
}
 .mdr-premium-packs .mpp-block .detail-list li{
    min-height: 24px;
     margin-bottom: 6px;
     padding-left: 24px;
     position: relative;
     line-height: 1.2em;
}
 .mdr-premium-packs .mpp-block .detail-list li .tick{
    position: absolute;
     top: 0px;
     left: 0;
}
 .mdr-premium-packs .mpp-block .save{
    width: 60px;
     height: 60px;
     border-radius: 50%;
     background: #C0191B;
     position: absolute;
     box-shadow: 0 0 10px rgba(0,0,0,.1);
     font-size: 14px;
     line-height: 14px;
     top: -30px;
     right: 10px;
     text-align: center;
}
 .mdr-premium-packs .mpp-block .save span{
    display: block;
     font-size: 24px;
     font-weight: 600;
     line-height: 28px;
     margin-top: 10px;
}
 .mdr-premium-packs-new .mpp-block{
    padding-bottom: 50px;
     box-shadow: none !important;
     cursor: default !important;
}
 .dark-form label{
    font-weight: 500 !important;
}
 .dark-form .form-control{
    background: rgba(255,255,255,0.1);
     border-color: rgba(255,255,255,0.1);
     color: #ccc;
     box-shadow: none;
}
 .dark-form .form-control:focus{
    border-color: #0DAFB1;
}
 .dark-form .u-avatar{
    width: 100px;
}
 .article-content{
    font-size: 16px;
     letter-spacing: 0.7px;
     line-height: 1.3em;
     color: #ddd;
}
 .article-content a{
    color: #fff;
     text-decoration: underline !important;
}
 .article-content .ac-title{
     margin: 10px 0 20px;
     font-size: 30px;
     font-weight: 700;
}
/* news */
 .main-news{
}
 .main-news .mn-left{
     width: 70%;
     margin-right: 2%;
     float: left;
}
 .main-news .mn-right{
     width: 28%;
     float: left;
}
 .box{
    background: rgba(255,255,255,.07)
}
 .box .box-title{
    display: block;
     font-size: 20px;
     font-weight: 700;
     padding: 10px 20px;
     line-height: 1em;
     background: rgba(255,255,255,.15);
     font-family: "Nunito";
}
 .mnl-box{
    position: relative;
}
 .news-list li{
    display: block;
     padding: 20px;
     border-bottom: 1px solid rgba(255,255,255,.1);
     line-height: 1.3em;
     letter-spacing: 0.5px;
}
 .news-list li .news-thumb{
    display: inline-block;
     float: left;
     width: 230px;
}
 .news-list li .news-thumb img{
    width: 100%;
     height: auto;
}
 .news-list li.nl-big{
    background: rgba(255,255,255,.05);
     padding: 30px;
}
 .news-list li.nl-big .news-thumb{
    width: 390px;
     float: right;
}
 .news-list li.nl-big .info{
    padding-left: 0px;
     padding-right: 410px;
}
 .news-list li.nl-big .info .nl-title:before{
    content: "HOT NEWS";
     display: inline-block;
     font-size: 14px;
     padding: 3px 5px;
     background: #ffde00;
     color: #111;
     position: absolute;
     top: -30px;
}
 .news-list li.nl-big .info .nl-title{
    position: relative;
     margin-top: 30px;
}
 .news-list li .info{
    padding-left: 250px;
}
 .news-list li .info .desc{
     font-size: 15px;
     opacity: 0.6;
}
 .news-list li .info .nl-title{
    margin-top: 0;
     margin-bottom: 10px;
     font-size: 24px;
     font-weight: 600;
}
 .news-list li .info p.time{
    margin-bottom: 0px;
     opacity: 0.6;
}
 .news-list-sb li .info{
    padding: 0 !important;
}
 .news-list-sb li .info .nl-title{
    font-size: 16px;
    line-height: 1.3em;
}
 .news-list-sb li .info .desc{
    font-size: 14px;
     max-height: 56px;
     overflow: hidden;
}
 .news-content{
    padding: 20px 30px 80px 100px;
}
 .news-content p{
    margin-bottom: 1em;
}
 .news-content img{
    max-width: 100%;
}
 .news-content iframe{
    display: block;
     margin: 20px auto;
     max-width: 100% !important;
     width: 600px !important;
}
 .news-content .ac-title{
    font-size: 32px;
     color: #fff;
     font-weight: 600;
}
 .news-share{
    position: absolute;
     top: 0px;
     left: 0px;
     bottom: 0;
     padding: 40px 15px 10px;
     background: rgba(255,255,255,.05)
}
 .social-share{
}
 .social-share li{
     margin-bottom: 10px;
}
 .social-share .ss-icon{
    width: 40px;
     height: 40px;
     text-align: center;
     line-height: 40px;
     font-size: 18px;
     border-radius: 4px;
     background: #5B7CC5;
     display: inline-block;
}
/* az list */
 .vl-letter{
     display: block;
     margin: 20px -0.25% 10px;
}
 .vl-letter a.btn-letter{
     float: left;
     width: 3.2%;
     margin: 0 0.25% 0.8%;
     padding: 5px 1px;
     border-radius: 3px !important;
     overflow: hidden;
     color: #aaa;
     font-size: 14px;
     background: #342E37;
     box-shadow: none;
}
 .vl-letter a.btn-letter:hover{
     background: #FFDE00;
     color: #111;
}
 .vl-letter a.btn-letter.active{
     background: #FFDE00;
     color: #111;
}
 .letter-movies-lits .table-striped{
     background: rgba(255,2555,255,0.05);
     margin-top: 10px;
}
 .letter-movies-lits .table-striped > tbody > tr:nth-of-type(2n+1){
     background: rgba(255,255,255,0.02);
}
 .letter-movies-lits .table-striped > tbody > tr > td{
     border-color: rgba(255,255,255,0.05);
     vertical-align: middle;
}
 .letter-movies-lits .mlnew-head td{
     font-weight: 600;
}
 .letter-movies-lits .mlnew h2{
     margin: 0;
     font-weight: 600;
     font-size: 16px;
     line-height: 1.42857;
}
 .letter-movies-lits .mlnh-1{
     width: 40px;
     text-align: center;
}
 .letter-movies-lits .mlnew .mlnh-thumb .thumb{
     width: 40px;
     height: 50px;
     overflow: hidden;
     display: inline-block;
}
 .letter-movies-lits .mlnew .mlnh-thumb .thumb img{
     width: 100%;
     height: auto;
     min-height: 100%;
}
 .letter-movies-lits .mlnew .mlnh-thumb{
     width:56px !important;
}
 .letter-movies-lits .mlnew .mlnh-6 span{
     background: #E2BC00 !important;
     color: #111 !important;
     display: inline-block;
     margin-bottom: 5px;
}
 .letter-movies-lits .mlnew .d-rating{
     width: 80px;
     margin-top: 5px;
}
/* filter */
 #toggle-filter:hover{
    opacity: 1;
}
 #toggle-filter.active{
     border-color: #FFDE00;
     background: #FFDE00;
     opacity: 1;
     color: #111 !important;
}
 #filter{
     position: relative;
     margin-bottom: 15px;
     display: none;
     padding: 20px;
     border: 1px solid rgba(255,255,255,0.05);
     background: rgba(255,255,255,0.05)
}
 #filter.active{
     display: block;
}
 #filter .fc-title{
     font-size: 14px;
     font-weight: bold;
     margin-bottom: 5px;
     display: block;
}
 #filter ul{
     list-style: none;
     padding: 10px 15px 8px;
     border: 1px solid #555;
     background: rgba(255,255,255,0.05);
     border-radius: 3px;
     overflow: hidden;
}
 #filter ul li{
     float: left;
     width: 130px;
     padding: 3px 5px 3px 2px;
     margin: 0 0 5px 0;
     width: auto;
     margin-right: 5px;
}
 #filter ul li.active{
     background: #FFDE00;
     color: #fff;
}
 #filter ul li label{
     font-weight: normal;
     font-size: 14px;
     margin-bottom: 0;
}
 #filter ul li label input{
     margin: 0 3px 0 0;
     vertical-align: middle;
}
 #filter ul.fc-main-list{
     padding: 0;
     border: none;
     overflow: visible;
     background: none;
     margin-bottom: 15px;
}
 #filter ul.fc-main-list li{
     display: inline-block;
     width: auto;
     float: none;
     padding: 0;
     margin-bottom: 4px;
}
 #filter ul.fc-main-list li a{
     display: block;
     padding: 5px 15px;
     opacity: 0.7;
     border-radius: 30px;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     border: 1px solid #555;
     color: #fff !important;
}
 #filter ul.fc-main-list li a i{
     font-size: 12px;
}
 #filter ul.fc-main-list li a.active{
     background: #FFDE00 !important;
     color: #111 !important;
     border: 1px solid #FFDE00;
     opacity: 1;
}
 #filter ul.fc-main-list li a:hover{
     opacity: 1;
}
 #filter .fc-genre-list li{
     width: 20%;
     margin: 0 0 3px 0;
}
 #filter .filter-btn{
     width: 100%;
     text-align: left;
     padding: 10px 0;
}
 #filter .filter-btn .btn{
     border-radius: 30px;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     padding: 8px 20px;
     margin: 0 3px;
}
 #filter .filter-btn .btn-default{
     background: #fff !important;
}
 #filter .cs10-top .fc-2col{
     float: left;
     width: 49%;
}
 #filter .cs10-top .fc-filmtype{
     margin-right: 1%;
}
 #filter .cs10-top .fc-quality{
     margin-left: 1%;
}
 .fc-genre, .fc-country, .fc-release{
     clear: both;
     display: block;
}
 .d-rating{
     position: relative;
     display: inline-block;
     width: 96px;
}
 .dr-stars{
     position: absolute;
     top: 0;
     left: 4px;
}
 .dr-stars:before{
     content: "\f005\f005\f005\f005\f005";
     font-family:'FontAwesome';
     font-size: 16px;
     letter-spacing: 4px;
     color: #aaa;
}
 .dr-show{
     z-index: 2;
}
 .dr-show:before{
     color: #fc3;
}
 .dr-mark{
     overflow: hidden;
     height: 20px;
     display: block;
     position: relative;
}
 .dr-10{
     width: 100%;
}
 .dr-9{
     width: 90%;
}
 .dr-8{
     width: 80%;
}
 .dr-7{
     width: 70%;
}
 .dr-6{
     width: 60%;
}
 .dr-5{
     width: 50%;
}
 .dr-4{
     width: 40%;
}
 .dr-3{
     width: 30%;
}
 .dr-2{
     width: 20%;
}
 .dr-1{
     width: 10%;
}
 .dr-0{
     width: 0%;
}
 .dr-text{
     font-size: 11px;
     margin: 2px 10px 2px 0;
     float: left;
     background: rgba(255,255,255,0.2);
     line-height: 1.1em;
     color: #fff;
     padding: 2px 4px;
     border: 1px solid #fff;
     border-radius: 3px;
     display: inline-block;
}
 .dr-text span{
     display: inline-block;
     background: #fff;
     color: #111;
     margin: -2px 4px -2px -4px;
     padding: 2px 3px;
}
/* profile */
 .ple-wrap{
     width: 100%;
     display: block;
     padding: 20px 30px 30px;
}
 .ple-wrap .plew-left{
     width: 180px;
     float: left;
}
 .ple-wrap .plew-left .plewl-thumb{
     width: 100%;
     height: 100%;
     position: relative;
     overflow: hidden;
     border-radius: 50%;
}
 .ple-wrap .plew-left .plewl-thumb img{
     width: 180px;
     height: 180px;
}
 .ple-wrap .plew-left .plewl-thumb .thumb-change{
     position: absolute;
     bottom: 0;
     left: 0;
     background: rgba(0,0,0,0.6);
     display: block;
     width: 100%;
     text-align: center;
     color: #fff;
     font-size: 11px;
     padding: 5px 10px 15px;
}
 .ple-wrap .plew-left .plewl-thumb .thumb-change i{
     font-size: 14px;
     vertical-align: sub;
     margin-right: 5px;
}
 .ple-wrap .plew-left .plewl-thumb input[type=button]{
     position: absolute;
     width: 100%;
     height: 100%;
     opacity: 0;
     z-index: 3;
}
 .ple-wrap .plew-right{
     padding-left: 210px;
}
 .ple-wrap .plew-right textarea{
     resize: none;
}
/* pagination */
 #pagination{
     margin: 25px 0 15px;
     text-align: center;
}
 #pagination .pagination{
     margin: 0;
}
 #pagination .pagination li a{
     margin: 0 5px;
     padding: 8px 15px !important;
     display: inline-block;
     border-radius: 3px !important;
     border: none !important;
     color: #EEEEEE;
     background: #232122;
}
 #pagination .pagination li a:hover{
     opacity: 0.8;
}
 #pagination .pagination li.active a{
}
/* modal */
 .modal-dialog{
    color: #222;
}
 .modal-dialog a{
     color: #222;
}
 .modal-backdrop{
     background: #29232C;
}
 .modal-backdrop.in{
     opacity: 0.95;
}
/*#pop-login{
    background-image: url(../images/modal-blur.jpg);
     background-size: cover;
     background-position: 50% 25%;
}
*/
 .modal-content{
     box-shadow: none !important;
     border: none !important;
}
 .modal-cuz .modal-dialog{
     width: 700px;
     margin: 60px auto;
}
 .modal-cuz .modal-dialog .modal-content{
     border-radius: 0;
}
 .modal-cuz .modal-body{
     padding: 20px 30px 30px;
     color: #333
}
 .modal-cuz .close{
     position: absolute;
     top: 10px;
     right: 10px;
     color: #fff;
     text-shadow: none;
     opacity: 1;
     width: 30px;
     height: 30px;
     text-align: center;
     line-height: 30px;
     border-radius: 3px;
     background: rgba(0,0,0,0.1);
     font-size: 0;
}
 .modal-cuz .close i{
    font-size: 18px;
     line-height: 30px;
}
 .modal-fix .modal-header{
     padding: 10px 15px;
}
 .modal-trailer .modal-dialog{
     width: 700px;
     max-width: 95%;
}
 .modal-trailer .modal-dialog .trailer-area{
     width: 100%;
     padding-bottom: 56.25%;
     position: relative;
}
 .modal-trailer .modal-dialog iframe{
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
}
 .modal-trailer .modal-dialog .modal-body{
     padding: 0;
}
 .modal-mini .modal-dialog{
    width: 300px;
}
 .modal-mini .min-icon{
    display: block;
     margin-bottom: 15px;
     color: #FFDE00;
}
 .modal-mini .modal-body{
    padding: 25px 20px;
}
 .modal-head{
    background: #FFDE00;
     height: 50px;
     padding: 15px 30px;
     text-align: left;
}
 .modal-head img{
    height: 20px;
}
 .modal-link a{
     color: #222 !important;
     font-size: 14px;
     padding: 14px 20px;
     background: rgba(34, 58, 101, 0.1)
}
 .modal-style .modal-dialog{
     width: 500px;
     margin-top: 100px !important;
}
 .modal-style .modal-dialog .modal-content{
     position: relative;
}
 .modal-style .modal-dialog .modal-content a{
     cursor: pointer;
}
 .modal-style .modal-dialog .modal-content .modal-body .btn-default{
     background: #ffffff;
     border: 1px solid #FFDE00;
     color: #FFDE00;
}
 .modal-style .modal-dialog h6{
     margin: 0;
     margin-bottom: 15px;
     padding: 0;
     font-size: 24px;
     font-weight: 700;
     font-family: Nunito;
     display: inline-block;
}
 .modal-style .modal-dialog .desc{
     font-size: 14px;
     margin-bottom: 20px;
}
 .modal-style .modal-dialog .login-via{
     line-height: 30px;
     font-weight: 300;
     margin-top: 20px;
}
 .modal-style .modal-dialog .login-via .pull-right span{
     display: inline-block;
     vertical-align: top;
}
 .modal-style .modal-dialog .login-via .pull-right a{
     margin-left: 3px;
     display: inline-block;
     font-size: 0;
     line-height: 1em;
}
 .modal-style .modal-dialog .login-via .pull-right a i{
     font-size: 30px;
}
 .modal-style .modal-dialog input{
     box-shadow: none;
     border: 1px solid #E7EAEE;
     background: rgba(34, 58, 101, 0.1);
}
 .modal-style .modal-dialog input:focus{
     background: rgba(34, 58, 101, 0);
     border: 1px solid #FFDE00;
}
 .form-material input, .form-material textarea{
     box-shadow: none;
     border: 1px solid #E7EAEE;
     -webkit-appearance: none;
}
 .form-material input:focus, .form-material textarea:focus{
}
 .social-color i.icon-facebook{
     color: #5B7CC5;
}
 .social-color i.icon-twitter{
     color: #60BDEA;
}
 .social-color i.icon-google-plus{
     color: #F26261;
}
 .feed-page{
    margin-bottom: 20px;
}
 .feed-page li{
    padding: 10px 15px 12px 20px;
     position: relative;
     color: #aaa;
     border-bottom: 1px solid rgba(255,255,255,0.1);
     position: relative;
}
 .feed-page li:before{
    content: "";
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background: rgba(255,255,255,0.1);
     position: absolute;
     top: 15px;
     left: 0;
}
 .feed-page li.active:before{
    background: #ffde00;
}
 .feed-page li strong{
    font-weight: 600;
     color: #fff
}
 .feed-page li .time{
     font-size: 10px;
     margin-bottom: 2px;
     color: #999;
     position: relative;
}
 .feed-page li .time:before{
     content: "";
     width: 4px;
     height: 4px;
     border-radius: 50%;
     background: #E6762F;
     position: 10px;
     left: -20px;
}
 .form-request{
    max-width: 100%;
     width: 500px;
     margin: 20px 0 0;
}
 .form-request .form-material .form-control{
    background: #4f4f4f;
     border-color: #666;
     margin-top: 5px;
     color: #fff;
}
 .form-request .form-material .form-control:focus, .form-request .form-material .form-control:active{
    box-shadow: none;
     background: #555;
     border-color: #FFDE00;
}
 .form-request .form-material textarea{
    width: 100%;
     max-width: 100%;
     min-width: 100%
}
 .request-content .rc-form{
    padding: 20px;
     background: #3f3f3f;
     border: 1px solid #444;
     border-radius: 10px;
}
 .request-facebook{
    margin-top: 40px;
     padding-top: 40px;
     position: relative;
}
 .request-facebook:before{
     content: "";
    width: 200px;
     top: 0;
     left: 0;
     position: absolute;
     height: 2px;
     background: #555;
     display: inline-block;
}
 .pagination-left{
    text-align: left !important
}
 .pagination-left a{
    margin-left: 0 !important;
     margin-right: 5px !important;
}
/*play area*/
 .jw-tooltip-time .jw-time-tip .jw-reset:first-of-type{
     width: 260px !important;
     height: 140px !important;
     background-size: cover !important;
     background-position: 50% 25% !important;
}
 .playarea{
    background: rgba(0,0,0,0.1)
}
 #player{
    position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
}
 body.page-watch{
    height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
}
 body.page-watch #footer, body.page-watch #header{
    display: none;
}
 #header-watch{
    position: fixed;
     top: 0;
     left: 0;
     right: 0;
     height: 50px;
}
 #header-watch .btn-lg{
    color: #ccc !important;
     padding: 13px 16px;
}
 #header-watch .hw-02{
    border-left: 1px solid rgba(255,255,255,0.1);
}
 #header-watch .hw-02 .btn{
    cursor: default;
}
 #header-watch .hw-03 .hw-logo img{
    height: 30px;
     margin: 10px;
}
 #watch-control{
    height: 40px;
     font-size: 14px;
     font-weight: 500;
     background: #1D181F
}
 #watch-control .btn-lg{
    padding: 8px 16px;
     height: 40px;
     font-size: 16px;
     border-radius: 0;
     color: #fff;
}
 #watch-control .pull-right.btn-lg{
     border-right: none;
}
 #watch-control .btn-lg i{
     font-size: 14px;
}
 #watch-control .wc-rating{
    padding: 16px 15px;
}
 #watch-control .wc-btn.active{
    background: rgba(255,255,255,.1);
     color: #fff;
}
 #watch-control .wc-btn.active .btn{
    color: #fff !important;
}
 #watch-control .wc-next{
    opacity: 0.5
}
 #watch-control .wc-next:after{
    content: "OFF";
     margin-left: 8px;
     display: inline-block;
     padding: 0 3px;
     font-size: 10px;
     line-height: 14px;
     background: #fff;
     color: #111;
     position: relative;
     top: -1px;
     border-radius: 3px;
}
 #watch-control .wc-next.wc-next-on{
    opacity: 1
}
 #watch-control .wc-next i{
    display: none;
}
 #watch-control .wc-next.wc-next-on:after{
    content: "ON";
     background: #FFDE00
}
 .watch-content .watch-alert{
    margin-bottom: 0;
     background: #0282FF;
     color: #fff;
     border: none;
     padding: 15px 40px 15px 25px;
}
 .watch-content .watch-alert .close{
    color: #fff;
     opacity: 0.8;
     top: -5px;
}
 .watch-content .watch-alert .alert-title{
    font-size: 16px;
     line-height: 1.2em;
}
 .watch-content .watch-poll{
     background: #2d2530;
     padding: 15px 25px 30px;
}
 .watch-poll .content{
    background: #fff;
     color: #111;
     margin-top: 15px;
     border-radius: 3px;
     overflow: hidden;
}
 .watch-poll .content label, .watch-pollsv .content .form-check-label{
    font-weight: 400;
     margin-bottom: 0;
    padding: 10px;
     border-bottom: 1px solid #ddd;
     display: block;
}
 .watch-poll .content .form-check{
}
 .watch-poll .content .form-check:last-of-type label{
    border: none;
}
 .watch-poll .content .form-check input{
    margin-top: 0;
     top: 1px;
     position: relative;
     margin-right: 3px;
}
 .watch-poll .content .form-check .small{
    line-height: 1.1em;
     margin-top: 3px;
     margin-left: 20px;
}
 .watch-poll .content .cb-info{
    font-size: 18px;
     color: #999;
     margin-top: -2px;
     cursor: pointer;
}
 .watch-poll .content .cb-info:hover{
    color: #44334D;
}
 .watch-content .watch-poll .alert-title{
    margin-top: 0 !important;
}
 .watch-poll .alert-title .fa-align-left{
    display: none;
}
 .watch-content .watch-pollsv{
    padding: 20px !important;
     background: #1D181F !important;
     border-top: 1px solid #342F37 !important;
     position: relative !important;
}
 .watch-pollsv .rated .form-check-label{
    background: rgba(239,170,0,.1) !important;
}
 .watch-pollsv .sv-rating .svr-number{
    position: absolute;
     top: 0px;
     width: 25px;
     text-align: right;
     right: 0;
     line-height: 1em;
}
 .watch-pollsv .sv-rating .svr-bar{
    width: 500px;
     position: relative;
     display: block;
     height: 6px;
     margin: 5px 2px;
}
 .watch-pollsv .sv-rating .svr-bar .svr-load{
    background: rgba(10,167,106,1.00);
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     height: 6px;
     display: block;
}
 .watch-pollsv .cb-title{
    font-weight: 600;
}
 .watch-pollsv .cb-title i{
    font-size: 14px;
     color: #666;
}
/* poll sv customize */
 .watch-pollsv .content{
    background: none;
     margin: 0 -0.5%;
     overflow: visible;
}
 .watch-pollsv .content .form-check-label{
    width: 19%;
     float: left;
     margin: 0.5%;
     background: #fff;
     position: relative;
     cursor: pointer;
     border: none;
}
 .watch-pollsv .sv-rating{
     display: block;
     margin-top: 10px;
     padding-right: 0px;
     position: relative;
}
 .watch-pollsv .sv-rating .svr-bar{
    width: 100%;
     margin: 0;
     background: none;
}
 .watch-pollsv .sv-rating .svr-bar:before{
    content: "";
     width: 100%;
     height: 6px;
     background: rgba(11,11,11,.1);
     top: 0px;
     position: absolute;
}
 .watch-pollsv .sv-rating .svr-number{
    top: -5px;
}
 .watch-pollsv .sv-rating .svr-bar .svr-load{
    right: auto;
     left: 0;
}
 .watch-pollsv .cb-title .rate-number{
    font-weight: 300;
     margin-left: 5px;
}
 .watch-pollsv .content .form-check-label .rate-btn{
    position: absolute;
     top: 6px;
     right: 8px;
     width: auto;
     padding: 3px 10px;
     border-radius: 20px;
     display: inline-block;
     background: #eee;
     color: #333;
     font-size: 12px;
     text-align: center;
     cursor: pointer;
}
 .watch-pollsv .content .form-check-label .rate-btn i{
    font-size: 12px;
     margin-right: 2px;
}
 .watch-pollsv .content .form-check-label:hover, .watch-pollsv .content .form-check-label.active{
    background: #FFDE00;
}
/*.watch-pollsv .content .form-check-label.active:before{
    content: "Running...";
     padding: 3px 5px;
     font-size: 12px;
     color: #111;
     background: #FFDE00;
     position: absolute;
     left: 0;
     bottom: -18px;
     line-height: 1em;
     right: 0;
     text-align: center;
}
*/
 .watch-pollsv .content .form-check-label:hover .rate-btn, .watch-pollsv .content .form-check-label.active .rate-btn{
    background: #fff;
     color: #333;
}
 .watch-pollsv .content .form-check-label .rate-btn.rated-btn{
    background: #0AA76A;
     color: #fff;
}
/* actor */
 .actor-img{
    margin-bottom: 20px;
}
 .actor-img img{
    width: 160px;
     height: 160px;
     border-radius: 50%;
}
 .detail-actor{
    background-position: 100% 50%;
     background-size: cover;
     position: relative;
}
 .detail-actor:before{
    content: "";
     background: rgba(41,35,44,0.93);
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
}
 .detail-actor-wrap{
     display: block;
     margin-top: 20px;
     min-height: 800px;
     margin-bottom: 50px;
}
 .detail-actor-wrap .daw-left{
     float: left;
     width: 400px;
     padding: 10px 20px 30px 30px;
}
 .detail-actor-wrap .daw-right{
    padding-left: 430px;
     padding-top: 20px;
     padding-right: 20px;
}
 .detail-actor-wrap .grid-item li{
    width: 11.5%;
}
/* player login */
 .player-login{
    position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-position: 50% 25%;
     background-size: cover;
     background-image: url(../images/cover-play.jpg);
}
 .player-login:before{
    content: "";
     background: rgba(41,35,44,0.8);
     z-index: 1;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
}
 .player-login .pl-content{
     position: absolute;
     z-index: 2;
     width: 560px;
     height: 320px;
     display: inline-block;
     background: #23252C;
     border-radius: 10px;
     top: 50%;
     transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     left: 50%;
     margin-left: -280px;
     padding: 30px 40px;
     font-size: 18px;
     border: 1px solid rgba(255,255,255,0.05);
}
 .player-login .pl-content .plc-title{
    font-size: 36px;
     line-height: 1.15em;
     font-weight: 600;
     margin-bottom: 20px;
}
 .player-login .pl-content .plc-desc{
     margin-bottom: 30px;
     font-size: 18px;
     line-height: 1.2em;
     text-align: left;
}
 .player-login .pl-content .plc-desc p{
    margin-bottom: 1em;
}
 .player-login .pl-content .plc-button{
     margin-bottom: 40px;
}
 .player-login .pl-content .plc-reg{
     color: rgba(255,255,255,0.6);
}
 .player-login .pl-content .plc-reg a{
    color: #FFDE00;
     cursor: pointer;
}
/* welcome */
 .welcome-body{
    padding: 0;
     background: #1B1C21;
}
 .welcome-area{
     min-height: calc(100vh - 0px) !important;
     margin: 0 !important;
     padding: 0 !important;
}
 .welcome-content{
    position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
}
 .welcome-content .player-login{
     background-image: url(../images/welcome-bg.jpg);
     background-position: 50% 25%;
     background-size: cover;
}
 .welcome-content .player-login .pl-content{
    height: auto;
     padding-top: 110px;
     background: #44334D url("../images/welcome-content-bg.png") bottom center no-repeat;
}
 .welcome-content .player-login .pl-content .plc-reg{
     padding: 25px 40px;
     margin: 80px -40px -30px;
     color: #fff;
}
 .welcome-content .player-login .pl-content .plc-logo{
     position: absolute;
     top: 30px;
}
 .welcome-content .player-login .pl-content .plc-logo img{
    height: 60px;
}
 .welcome-content .player-login .pl-content .block-btn .btn{
     padding-left: 30px;
     padding-right: 30px;
}
 .welcome-content .form-material, .darkform{
    text-align: left;
}
 .welcome-content .form-material label, .darkform label{
    font-weight: 400;
     font-size: 16px;
     margin-bottom: 8px;
}
 .welcome-content .form-material .form-control, .darkform .form-control{
    height: 46px;
     background: rgba(255,255,255,0.03);
     font-size: 16px;
     border-color: #56475f;
     color: #fff;
}
 .welcome-content .form-material .form-control:focus, .darkform .form-control:focus{
    box-shadow: none;
     border-color: #FFDE00;
     background: rgba(0,0,0,0.1);
     position: relative;
     z-index: 2;
}
 .welcome-content .form-material .alert, .darkform .alert{
    padding: 8px 12px !important;
     margin: 10px 0 !important;
     font-size: 14px !important;
     border: none !important;
     border-radius: 2px !important;
}
 .welcome-content .form-material .form-group-coupon{
    margin-bottom: 0;
}
 .welcome-content .form-material .form-group-coupon .input-group-addon{
    background: rgba(255,255,255,.1);
     color: #ccc;
     font-size: 16px;
     border-color: rgba(255,255,255,.2);
}
 .welcome-content .form-material .form-group-coupon .form-control{
    border-color: rgba(255,255,255,.2);
     background: rgba(255,255,255,0.05);
}
 .welcome-content .form-material{
    position: relative;
}
 .welcome-content .form-material .loading-item{
    position: absolute;
     top: -10px;
     left: -10px;
     right: -10px;
     bottom: -10px;
     background: rgba(68,51,77,.8);
     z-index: 9;
     width: auto;
}
 .welcome-content .fm-login .form-group{
    margin-bottom: -1px;
     position: relative;
}
 .welcome-content .fm-login .form-group i{
    position: absolute;
     top: 15px;
     left: 15px;
     font-size: 16px;
}
 .welcome-content .fm-login .fml-email .form-control{
     border-radius: 6px 6px 0 0;
     padding-left: 45px;
}
 .welcome-content .fm-login .fml-password .form-control{
     border-radius: 0 0 6px 6px;
     padding-left: 45px;
}
 .pl-alert{
     background: #23252C !important;
     padding: 30px 40px 30px 100px !important;
     overflow: hidden;
}
 .pl-alert.pl-alert-success{
    background: #2c6941 !important;
}
 .pl-alert:before{
    content: "";
     width: 50px;
     left: 0;
     top: 0;
     bottom: 0;
     position: absolute;
     background: rgba(0,0,0,.1);
}
 .plc-icon{
    width: 60px;
     height: 60px;
     display: inline-block;
     border-radius: 50%;
     background: #22A651;
     text-align: center;
     font-size: 0;
     top: 20px;
     left: 20px;
     position: absolute;
}
 .plc-icon i{
    font-size: 30px;
     line-height: 60px;
}
/* loading */
 .loading-item{
    width: 100%;
     position: relative;
     min-height: 100px;
}
 .loadingwa {
     position: absolute;
     margin: auto;
     left: 0;
     top: 0;
     bottom: 0;
     right: 0;
     width: 12px;
     height: 12px;
     border-radius: 100%;
     box-shadow: 12px 12px rgb(163,73,237), -12px 12px rgb(223,223,223), -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223);
     -o-box-shadow: 12px 12px rgb(163,73,237), -12px 12px rgb(223,223,223), -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223);
     -ms-box-shadow: 12px 12px rgb(163,73,237), -12px 12px rgb(223,223,223), -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223);
     -webkit-box-shadow: 12px 12px rgb(163,73,237), -12px 12px rgb(223,223,223), -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223);
     -moz-box-shadow: 12px 12px rgb(163,73,237), -12px 12px rgb(223,223,223), -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223);
     animation: cssload-spin ease infinite 2.4s;
     -o-animation: cssload-spin ease infinite 2.4s;
     -ms-animation: cssload-spin ease infinite 2.4s;
     -webkit-animation: cssload-spin ease infinite 2.4s;
     -moz-animation: cssload-spin ease infinite 2.4s;
}
 @keyframes cssload-spin {
     0%, 100% {
         box-shadow: 12px 12px rgb(163,73,237), -12px 12px rgb(223,223,223), -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223);
    }
     25% {
         box-shadow: -12px 12px rgb(223,223,223), -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223), 12px 12px rgb(163,73,237);
    }
     50% {
         box-shadow: -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223), 12px 12px rgb(163,73,237), -12px 12px rgb(223,223,223);
    }
     75% {
         box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49;
    }
}
 @-o-keyframes cssload-spin {
     0%, 100% {
         box-shadow: 12px 12px rgb(163,73,237), -12px 12px rgb(223,223,223), -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223);
    }
     25% {
         box-shadow: -12px 12px rgb(223,223,223), -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223), 12px 12px rgb(163,73,237);
    }
     50% {
         box-shadow: -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223), 12px 12px rgb(163,73,237), -12px 12px rgb(223,223,223);
    }
     75% {
         box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49;
    }
}
 @-ms-keyframes cssload-spin {
     0%, 100% {
         box-shadow: 12px 12px rgb(163,73,237), -12px 12px rgb(223,223,223), -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223);
    }
     25% {
         box-shadow: -12px 12px rgb(223,223,223), -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223), 12px 12px rgb(163,73,237);
    }
     50% {
         box-shadow: -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223), 12px 12px rgb(163,73,237), -12px 12px rgb(223,223,223);
    }
     75% {
         box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49;
    }
}
 @-webkit-keyframes cssload-spin {
     0%, 100% {
         box-shadow: 12px 12px rgb(163,73,237), -12px 12px rgb(223,223,223), -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223);
    }
     25% {
         box-shadow: -12px 12px rgb(223,223,223), -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223), 12px 12px rgb(163,73,237);
    }
     50% {
         box-shadow: -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223), 12px 12px rgb(163,73,237), -12px 12px rgb(223,223,223);
    }
     75% {
         box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49;
    }
}
 @-moz-keyframes cssload-spin {
     0%, 100% {
         box-shadow: 12px 12px rgb(163,73,237), -12px 12px rgb(223,223,223), -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223);
    }
     25% {
         box-shadow: -12px 12px rgb(223,223,223), -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223), 12px 12px rgb(163,73,237);
    }
     50% {
         box-shadow: -12px -12px rgb(163,73,237), 12px -12px rgb(223,223,223), 12px 12px rgb(163,73,237), -12px 12px rgb(223,223,223);
    }
     75% {
         box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49;
    }
}
 .no-noti{
    display: block;
     padding: 12px;
     text-align: center;
}
/*mini page*/
 .basic-page{
    max-width: 1300px;
     margin: 20px auto;
}
 .page-title{
    font-size: 40px;
     margin: 10px 0 20px;
     font-weight: 700;
}
 .fp-block-wrap{
     float: left;
     width: 30%;
     padding-right: 20px;
}
 .fp-block{
     background: rgba(255,255,255,.05);
     position: relative;
     margin-bottom: 30px;
     width: 100%;
}
 .fp-block .fpb-header{
    padding: 10px 15px;
     font-size: 20px;
     font-weight: 700;
     color: #ffde00
}
 .fp-block .fpb-content{
     background: rgba(255,255,255,.03);
}
 .fp-block .fpb-content .panel{
    background: none;
     box-shadow: none;
     border-bottom: 1px solid rgba(255,255,255,.05);
     margin: 0 !important;
     border-radius: 0;
     width: 100%;
}
 .fp-block .fpb-content .panel.active, .fp-block .fpb-content .panel:hover{
    background: rgba(255,255,255,.1)
}
 .fp-block .fpb-content .panel.active .faq-li span{
     background: #ffde00;
     color: #111;
}
 .fp-block .fpb-content .panel h3{
     font-size: 16px;
     margin: 0;
     line-height: 1.2em;
}
 .fp-block .fpb-content .panel .faq-li{
    position: relative;
     display: block;
     padding: 10px 20px 10px 45px;
     border: none;
     border-radius: 0;
     background: none;
     color: #fff;
}
 .fp-block .fpb-content .panel .faq-li span{
    width: 24px;
     line-height: 24px;
     height: 24px;
     position: absolute;
     top: 8px;
     left: 10px;
     border-radius: 50%;
     text-align: center;
     background: rgba(2555,255,255,.1);
     display: inline-block;
}
 .fp-block .fpb-content .faq-ul{
    border: none;
}
 .fp-block-more a{
    display: block;
     padding: 10px 15px;
     background: #FFDE00;
     color: #111;
     font-size: 16px;
     line-height: 1.2em
}
 .faq-page-content .tab-content{
    width: 70%;
     float: right;
     background: rgba(255,255,255,.05);
     padding: 30px;
     font-size: 18px;
     line-height: 1.3em;
}
 .faq-block-ans .faq-block-ans a{
    color: #ffde00
}
 .faq-block-ans .faq-ans-title{
    margin: 0 0 20px;
     font-size: 34px;
     font-weight: 600;
}
 .faq-block-ans .faq-tab{
    margin-bottom: 10px;
     display: block;
     opacity: 0.6
}
 .faq-block-ans img{
    max-width: 100%;
}
 .faq-block-contact{
    font-size: 16px;
}
 .faq-block-contact form{
     max-width: 500px;
}
 .faq-block-contact form .form-control{
    height: inherit;
}
 .faq-block-contact p{
    margin-bottom: 5px;
}
 #menu .sub-container .tmsc-top{
    display: none;
}
 .countdown{
    display: inline-block;
     font-family: arial;
}
 .countdown .clock-block{
    display: inline-block;
     font-weight: bold;
     color: #111;
     border-radius: 3px;
     width: 40px;
     line-height: 23px;
     text-align: center;
     border: 1px solid rgba(255,255,255,.3);
     background: #eee;
     height: 40px;
     padding-top: 15px;
     margin: 0 3px;
     position: relative;
}
 .countdown .clock-block i{
    position: absolute;
     color: #111;
     top: 0;
     font-weight: normal;
     left: 0;
     right: 0;
     text-align: center;
     height: 15px;
     line-height: 15px;
     background: #fff;
     font-size: 10px;
     font-style: normal;
}
 .countdown .clock-tags{
    height: 40px;
     border-radius: 3px;
     display: inline-block;
     position: relative;
     width: 55px;
     text-align: right;
     padding: 7px 5px;
     padding-right: 20px;
     background: #FFDE00;
     color: #111;
     margin: 0 3px 0 0;
     font-size: 11px;
     font-weight: bold;
     line-height: 12px;
     vertical-align: top;
}
 .countdown .clock-tags span{
    display: block;
}
 .countdown .clock-tags i{
    position: absolute;
     top: 8px;
     right: 4px;
     font-size: 20px;
}
 .clock-show{
    display: inline-block !important;
}
/* watching */
 .watching #main-content{
    margin-left: -45px;
     margin-right: -15px;
}
 .watching .detail-film{
    margin: 0 auto 20px !important;
}
 .watching .detail-film .detail-content{
    padding: 25px 25px 35px;
     width: 100%;
}
 .watching-player{
    margin: 0 auto;
     position: relative;
}
 .watching-player .playarea{
     width: 100%;
     position: relative;
     padding-bottom: 56.25%;
}
 .watching-player .playarea #wa-player{
    position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
}
 .watching-player .playarea .player-cover{
    position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-size: cover;
     background-position: 50% 25%;
}
 .live-top{
    background: #1D181F;
     padding: 10px 15px;
}
 .live-top .lt-badge{
     margin: 1px 0;
     margin-right: 15px;
     padding-right: 15px;
     border-right: 1px solid rgba(255,255,255,.3);
}
 .live-top .lt-badge span{
    width: 10px;
     height: 10px;
     border-radius: 50%;
     background: #DB1E21;
     display: inline-block;
     margin-right: 10px;
}
 .live-top .lt-title{
     float: none !important;
     padding-left: 0px;
     font-size: 15px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     max-width: 100%;
}
 .watching-channel .live-top{
    padding-left: 105px;
     position: relative
}
 .watching-channel .live-top .lt-channel{
    position: absolute;
     left: 0px;
     bottom: 0px;
     padding: 5px;
     background: #1D181F;
}
 .watching-channel .live-top .lt-channel .ltc-img img{
    height: 50px;
}
 .watch-content{
    max-width: 1300px;
     margin: 0 auto;
     position: relative;
}
 .watch-content .detail-film, .watch-content .detail-content{
    position: static;
     background: none;
}
 .watch-content .detail-content{
    background: #1D181F;
     margin-bottom: 10px;
}
 .watch-content .detail-content .film-title{
    font-size: 30px;
}
 .watch-content .detail-content .film-type{
    color: #fff;
     opacity: 0.4;
}
 .watch-content .related-list .grid-item li{
    width: 11.5%;
}
 .countdown{
    text-align: center;
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     right: 0px;
     bottom: 0;
     background: rgba(0,0,0,.6);
     z-index: 9;
}
 .countdown .countdown-content{
     position: absolute;
     vertical-align: top;
     top: 50%;
     margin-top: -20px;
     left: 0;
     right: 0;
     text-align: center;
}
 .watch-content .playarea .countdown .countdown-content .clock-block{
    border-color: #fff;
     background: #fff;
     color: #111;
}
 .watch-content .playarea .countdown .countdown-content .clock-block i{
    color: #111;
     background: #eee;
}
 .watch-comment .goblock-content{
    background: rgba(255,255,255,.05);
     padding: 15px;
}
 .watch-pb{
     margin-bottom: 0px;
     font-size: 16px;
}
 .watch-pb .wpb-content{
    background: #005fff1a;
     padding: 20px;
     position: relative;
}
 .watch-pb .wpb-content .wpbc-title{
    font-size: 14px;
     display: inline-block;
     background: #93463D;
     padding: 10px;
     width: 80px;
     color: #fff;
     border-radius: 0 0;
     position: absolute;
     top: 0px;
     left: -80px;
     text-align: right;
}
 .btn-eps{
     font-size: 16px;
     background: rgba(255,255,255,.2)
}
 .btn-eps.active{
     background: #FFDE00;
     color: #111;
}
 .watch-pb .wpb-content .wpbc-server{
    margin-bottom: 20px;
     padding-bottom: 20px;
     border-bottom: 1px solid rgba(255,255,255,.1)
}
 .watch-pb .wpb-content .title{
    margin-bottom: 15px;
     font-weight: 600;
}
 .watch-pb .wpb-content .wpbc-server ul li{
    display: inline-block;
     margin: 0 5px 5px 0;
}
 .watch-pb .wpb-content .wpbc-player ul li{
    margin-bottom: 15px;
     margin-left: 33px;
     position: relative;
     line-height: 1.2em;
}
 .watch-pb .wpb-content .wpbc-player ul li a span{
    color: #333;
     position: absolute;
     left: -33px;
     top: -3px;
     width: 24px;
     line-height: 24px;
     border-radius: 50%;
     height: 24px;
     background: #FFDE00;
     display: inline-block;
     margin-right: 5px;
     text-align: center;
     font-weight: 600;
}
 .watch-pb .wpb-content .wpbc-player ul li a:hover{
    color: #FFDE00
}
 .watching-tv .watch-eps{
     margin-top: 15px;
}
 .stream-end{
    position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(22,19,24,.9);
     z-index: 3;
}
 .stream-end .stream-end-content{
    width: 140px;
     height: 60px;
     border-radius: 10px;
     padding: 10px;
     background: #e2cc93;
     color: #302c25;
     left: 50%;
     margin-left: -70px;
     top: 50%;
     margin-top: -40px;
     position: absolute;
     font-size: 16px;
     line-height: 1.1em;
     text-align: center;
}
 .stream-end .stream-end-content strong{
    display: block;
     font-size: 14px;
     font-weight: 400;
}
 .stream-end .stream-end-content a{
     text-decoration: underline !important;
     color: #111;
}
 .playarea .stream-end-content{
    width: 290px;
     height: 105px;
     padding: 10px;
     margin-left: -145px;
     top: 50%;
     margin-top: -52px;
     font-size: 16px;
}
 .playarea .stream-end .stream-end-content strong{
    font-size: 18px;
     margin-bottom: 5px;
     font-weight: 700;
}
 .modern-body .watching-tv .dc-list{
    background: none;
     margin: 0 !important;
     padding-top: 0px;
}
 .modern-body .watching-tv .dc-list .dcl-bar{
    min-height: 17px;
     position: relative;
}
 .modern-body .watching-tv .dc-list li{
    margin: 0 5px;
}
 .modern-body .watching-tv .dc-list .dcl-ss{
    margin: 0 0 10px 0 !important;
     padding: 0 !important;
     position: relative;
     float: left;
}
 .modern-body .watching-tv .dc-list .dc-list-wrap{
     margin-top: 0px;
}
 .modern-body .watching-tv .dc-list .controls{
    right: 0;
     top: 0;
     position: absolute;
     margin-right: 0;
}
 .modern-body .watching-tv .dc-list ul li:first-of-type{
    margin-left: 0 !important;
}
 .modern-body .watching-tv .dc-list ul li i{
    display: none;
}
 .modern-body .watching-tv .dc-list ul li a{
    width: 123px;
     height: 80px;
}
 .modern-body .watching-tv .dc-list ul li span{
    top: 30px;
     height: 45px;
}
 .modern-body .watching-tv .dc-list ul li.eps-active a{
    background: #ffde00 !important;
}
 .modern-body .watching-tv .dc-list ul li.eps-active a span{
    color: #111;
}
 .modern-body .watching-tv .dc-list ul li.eps-active a .eps, .modern-body .watching-tv .dc-list ul li.eps-active a .air{
    background: #111;
     color: #ffde00;
}
 .modern-body .watching-tv .dc-list ul li.eps-active a .air{
    width: 50px;
     font-size: 12px;
     right: auto;
     left: 50%;
     margin-left: -25px;
}
 .modern-body .watching-tv .dc-list ul li.eps-active a:before, .modern-body .watching-tv .dc-list ul li.eps-active a:after{
    display: none !important;
}
 .live-comments{
    padding: 20px;
     background: rgba(255,255,255,.05)
}
/* upgrade */
 .upgrade-page{
     font-size: 16px;
     line-height: 1.3em;
     text-align: center;
     position: relative;
     margin-top: -80px !important;
     padding-top: 100px;
     min-height: calc(100vh - 130px) !important;
     margin-left: -30px !important;
     width: auto !important;
}
 .upgrade-page:before{
    content: "";
     background: rgba(255,255,255,.03);
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     width: 100%;
     height: 145px;
}
 .upgrade-page .alert{
    text-align: left;
     padding: 10px 20px;
}
 .upgrade-page .up-desc{
    display: block;
     margin-bottom: 20px;
}
 .upgrade-page .up-main{
    margin: 10px auto;
     max-width: 1300px;
}
 .upgrade-page .up-main .upm-content .mdr-premium-set{
     margin: 50px -1.5% 50px;
     text-shadow: 0 0 3px rgba(0,0,0,0.3);
     border: none;
}
 .upgrade-page .up-main .upm-content .mdr-premium-set li.panel{
    width: 30.33%;
     margin: 0 1.5%;
     float: left;
     background: none !important;
}
 .upgrade-page .up-main .upm-content .mdr-premium-set .mps-set{
    border-radius: 10px !important;
     padding: 60px 20px 20px;
     background-color: #44334D;
     margin: 0;
     border: none;
     width: 100%;
     float: none;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}
 .upgrade-page .up-main .upm-content .mdr-premium-set .mps-set:hover{
    box-shadow: 0 0 30px 30px rgba(0,0,0,0.1) !important;
     margin-top: -20px;
}
 .upgrade-page .up-main .upm-content .mdr-premium-set .mps-set .mpss-exp{
     font-size: 22px;
     color: #fff;
     font-weight: 700;
}
 .upgrade-page .up-main .upm-content .mdr-premium-set.set-action li.panel .mps-set{
    opacity: 0.3;
     margin-top: 0 !important;
}
 .upgrade-page .up-main .upm-content .mdr-premium-set.set-action li.panel .mps-set:hover{
    opacity: 1;
}
 .upgrade-page .up-main .upm-content .mdr-premium-set.set-action li.panel.active .mps-set{
     margin-top: -20px !important;
     border-radius: 10px;
     box-shadow: 0 0 30px 30px rgba(0,0,0,0.1) !important;
     opacity: 1 !important;
}
 .upgrade-page .mdr-confirm{
     margin-bottom: 30px;
     position: relative;
     font-size: 16px;
}
 .upgrade-page .mdr-confirm .text{
    margin-bottom: 20px;
     line-height: 1.4em;
}
 .upgrade-page .mdr-confirm .highlight{
     color: #EAFF2E;
}
 .upgrade-page .mdr-confirm .tab-pane{
    text-align: left;
     padding: 25px 30px 30px;
     background: rgba(255,255,255,.05);
     border-radius: 10px;
     margin-bottom: 30px;
}
 .upgrade-page .mdr-confirm .tab-pane .panel-close{
    display: none;
}
 .upgrade-page .mdr-coupon{
     text-align: left;
     margin-top: 20px;
}
 .upgrade-page .mdr-coupon .mdrc-link{
    margin-bottom: 10px;
    display: inline-block;
     cursor: pointer;
}
 .upgrade-page .mdr-coupon .mdrc-content{
    display: none;
}
 .upgrade-page .mdr-coupon .btn-applied{
     padding: 6px 12px;
     border: 1px solid #40A792;
     color: #40A792;
     display: inline-block;
}
 .upgrade-page .mdr-coupon form{
    display: inline-block;
     position: relative;
}
 .upgrade-page .mdr-coupon form .form-control{
     height: 40px;
     font-size: 16px;
     min-width: 300px;
     border-radius: 3px;
}
 .upgrade-page .mdr-coupon form .btn.btn-go2{
    height: 30px;
     padding: 3px 20px;
     position: absolute;
     top: 5px;
     right: 5px;
     z-index: 3;
}
 .upgrade-page .mdr-coupon .mdrc-left{
    max-width: 250px;
}
 .upgrade-page .mdr-payment{
    text-align: left;
     margin: 30px auto 20px;
     max-width: 1300px;
}
 .upgrade-page .up-content{
     padding: 0;
     padding-bottom: 50px;
}
 .upgrade-page .up-faq{
    margin: 40px auto 20px;
     padding: 20px;
     background: rgba(0,0,0,0.1);
     border-radius: 20px;
     max-width: 1300px;
     text-align: left;
     display: flex;
     border-top: 1px solid #0C7C7D;
     border-right: 1px solid #0C7C7D;
     border-bottom: 1px solid #EAFF2E;
     border-left: 1px solid #0C7C7D;
}
 .upgrade-page .up-faq .upf-block{
    position: relative;
     line-height: 1.3em;
     padding-left: 25px;
     padding-right: 25px;
}
 .upgrade-page .up-faq .upf-block .u-ask{
     font-weight: 600;
     margin-bottom: 10px;
     color: #fff;
     font-size: 18px;
}
 .upgrade-page .up-faq .upf-block .u-ask i{
    position: absolute;
     top: 2px;
     left: 0;
     color: #ffde00;
}
 .upgrade-page .up-faq .upf-block .u-ans{
     color: #bbb;
}
 .upgrade-page-result .upr-icon{
    font-size: 70px;
     text-shadow: 0 0 10px rgba(0,0,0,0.2);
     color: #fff;
     background: #43A994;
     width: 120px;
     height: 120px;
     display: inline-block;
     border-radius: 50%;
     margin: 10px auto;
     text-align: center;
     line-height: 120px;
}
 .upgrade-page-result .upr-icon-success{
     background-image: url("../images/pre-bg.jpg");
     background-position: 50% 25%;
     background-size: cover;
}
 .upgrade-page-result .upr-icon-failed{
     background: #B44648;
}
 .upgrade-page-result .upr-main{
    margin-bottom: 50px;
}
 .upgrade-page-result .upr-main .upr-block{
    display: block;
     width: 500px;
     line-height: 1em;
     margin: 0 auto;
     margin-bottom: 1px;
     background: rgba(255,255,255,0.05);
}
 .upgrade-page-result .upr-main .upr-block .uprm-item-left{
    text-align: right;
     float: left;
     width: 150px;
     padding-left: 10px !important;
     background: rgba(255,255,255,.05);
}
 .upgrade-page-result .upr-main .upr-block .uprm-item{
     margin: 0;
     padding: 12px 10px;
     padding-left: 165px;
     text-align: left;
}
 .upgrade-page-result .up-desc{
    max-width: 700px;
     margin: 0 auto 40px;
     font-size: 18px;
     line-height: 1.3em
}
 .upgrade-page .up-tabs{
    margin: 0 0 50px;
     text-align: left;
}
 .upgrade-page .page-title{
    color: #FFDE00;
}
 .notice-highlight{
    background: #62357A;
     margin: 20px 0;
     font-size: 0.9em;
     line-height: 1.3em;
     display: block;
     padding: 20px;
     padding-left: 80px;
     position: relative;
     border-radius: 5px;
     text-align: left;
}
 .notice-highlight .nh-icon{
    position: absolute;
     width: 60px;
     display: inline-block;
     background: #FFDE00;
     color: #62357A;
     border-radius: 5px 0 0 5px;
     top: 0;
     left: 0;
     bottom: 0;
     text-align: center;
}
 .notice-highlight .nh-icon i{
    width: 20px;
     text-align: center;
     height: 20px;
     display: inline-block;
     line-height: 20px;
     position: absolute;
     left: 50%;
     margin-left: -10px;
     top: 50%;
     margin-top: -10px;
     font-size: 24px;
}
 .shop-page:before{
    display: none;
}
 .my-card-list{
     text-align: center;
     margin: 30px auto 60px;
     max-width: 1300px;
}
 .my-card-list .mcl-item{
    width: 250px;
     cursor: pointer;
     vertical-align: top;
     text-align: left;
     background: #3F3942;
     border-radius: 10px;
     height: 150px;
     padding: 15px;
     display: inline-block;
     margin: 10px 15px;
     position: relative;
     font-family: arial;
}
 .my-card-list .mcl-item .mcl-item-mask{
    position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 2;
}
 .my-card-list .mcl-item-visa{
     background: #2b3d79;
}
 .my-card-list .mcl-item-master{
     background: #972b35;
}
 .my-card-list .mcl-item-nocard{
     border: 2px dashed rgba(255,255,255,0.1);
     background: rgba(255,255,255,.05);
     opacity: 1;
}
 .my-card-list .mcl-item-nocard .link-add{
     width: 100px;
     cursor: pointer;
     height: 24px;
     line-height: 24px;
     text-align: center;
     top: 50%;
     margin-top: -12px;
     left: 50%;
     margin-left: -50px;
     position: absolute;
     font-size: 13px;
     border-radius: 20px;
     display: inline-block;
     background:#5D585F;
}
 .my-card-list .mcl-item .mcli-icon{
    position: absolute;
     top: 15px;
     right: 15px;
}
 .my-card-list .mcl-item .mycard-name{
    position: absolute;
     bottom: 65px;
     font-size: 14px;
     font-weight: 600;
     display: block;
     max-width: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     right: 15px;
     left: 15px;
}
 .my-card-list .mcl-item .mycard-number{
    position: absolute;
     bottom: 40px;
     letter-spacing: 4px;
}
 .my-card-list .mcl-item .mycard-exp{
    position: absolute;
     bottom: 15px;
     font-size: 12px;
}
 .my-card-list .mcl-item .mycard-ccv{
    position: absolute;
     bottom: 15px;
     font-size: 12px;
     left: 100px;
}
 .my-card-list .mcl-item .mycard-ccv i{
     font-size: 14px;
     letter-spacing: 3px;
}
 .my-card-list .mcl-item .mycard-control{
    position: absolute;
     top: 10px;
     left: 83px;
     z-index: 3;
     width: 20px;
     line-height: 20px;
     height: 20px;
     display: inline-block;
     background: #fff;
     border-radius: 50%;
     text-align: center;
     color: #111;
}
 .my-card-list .mcl-item .mycard-control i{
    font-size: 14px;
}
 .my-card-list .mcl-item .mycard-del{
     left: 110px;
}
 .my-card-list .mcl-item .mycard-default{
    height: 20px;
     position: absolute;
     top: 10px;
     left: 10px;
     display: inline-block;
    padding: 0 12px;
     background: rgba(22,22,22,.5);
     text-align: center;
     line-height: 20px;
     font-size: 12px;
     color: #aaa;
     border-radius: 10px;
}
 .my-card-list .mcl-item .mycard-default-active, .my-card-list .mcl-item .mycard-default:hover{
    background: #FFDE00 !important;
     opacity: 1;
     color: #111;
     display: inline-block !important;
}
 .my-card-list .mcl-item{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
 .my-card-list .mcl-item:hover{
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
 .my-card-list .mcl-item .mycard-error{
    position: absolute;
     bottom: 0;
     right: 0;
     font-size: 11px;
     line-height: 1em;
     padding: 3px 5px;
     background: #fff;
     border-radius: 10px 0 10px 0;
     color: darkred;
}
 .mycard-renew .mcr-text{
    display: inline-block;
     margin-bottom: 2px;
     font-size: 14px;
     border-radius: 3px;
     padding: 5px 10px;
     cursor: pointer;
     border: 1px solid #5D585F;
     position: relative;
     padding-right: 50px;
}
 .mycard-renew .mcr-text strong{
    position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     padding: 5px 0;
     width: 40px;
     text-align: center;
     background: #342E37;
     font-weight: 600;
}
 .mycard-renew .mcr-note{
     font-size: 12px;
     font-style: italic;
     color: #666;
     display: block;
}
 .payment-history-table{
    max-width: 1300px;
     margin: 0 auto;
     background: rgba(255,255,255,.05);
     border-radius: 10px;
     overflow: hidden;
}
 .payment-history-table .phs-done{
    color: #00B859
}
 .payment-history-table .phs-fail{
    color: #D14042
}
 .payment-history-table .phs-pending{
    color: #F9B918
}
 .payment-history-table table{
    margin-bottom: 0;
}
 .payment-history-table td, .payment-history-table th{
    border-color: #555 !important;
     text-align: center;
}
 .card-addnew{
    display: none;
     padding-top: 10px;
}
 .card-addnew .ca-title{
    margin: 0 auto 50px;
     position: relative;
     height: 1px;
     background: #49434B;
     width: 100%;
     max-width: 600px;
}
 .card-addnew .ca-title span{
     padding: 3px 10px;
     display: inline-block;
     width: 160px;
     left: 50%;
     margin-left: -80px;
     text-align: center;
     position: absolute;
     top: -14px;
     background: #29232C;
     color: #FFDE00;
     font-size: 18px;
     font-weight: 700;
}
 .wa-tabs{
    border-color: #38303c;
     text-align: center;
}
 .wa-tabs li{
    float: none;
     display: inline-block;
}
 .wa-tabs li a{
    bottom: -1px;
}
 .wa-tabs li a:hover, .wa-tabs li a:active, .wa-tabs li a:focus{
    background: #29232C;
     border-color: transparent;
     color: #FFDE00
}
 .wa-tabs li.active a, .wa-tabs li.active a:focus, .wa-tabs li.active a:hover{
    background: #28222C;
     color: #FFDE00;
     border-color: #38303c;
     border-bottom: none;
}
 .contact-page{
     font-size: 16px;
}
 .contact-page .contact-page-content{
    position: relative;
     padding-left: 120px;
}
 .contact-page .contact-page-content form input.form-control{
    max-width: 400px;
     height: 40px;
}
 .contact-page .contact-page-content form textarea{
    max-width: 800px;
     min-width: 600px;
     min-height: 300px;
     resize: none;
}
 .contact-page .contact-page-content form label{
    margin-bottom: 12px;
}
 .contact-page .contact-page-content .contact-icon{
     position: absolute;
     top: 0;
     left: 50px;
     font-size: 40px;
}
 .page-404{
    position: relative;
}
 .page-404 .container{
    position: static !important;
}
 .page-404-content{
    text-align: center;
     font-size: 20px;
     padding: 0;
     position: absolute;
     left: 50%;
     margin-left: -300px;
     width: 600px;
     top: 45%;
     transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
}
 .page-404-content .page-title{
    font-size: 120px;
     color: #C2C2C2;
}
 .page-404-content img{
    max-width: 600px;
     height: auto;
}
 .page-404-content p{
    line-height: 1.2em;
}
 .jq-toast-wrap{
    width: 330px !important;
}
 .jq-has-icon{
     padding: 20px 20px 20px 60px !important;
     background-position: 20px center !important;
}
 .jq-toast-single a{
    border-bottom: none !important;
     padding-bottom: 0 !important;
     font-size: 14px !important;
}
 .jq-toast-single{
    font-size: 14px !important;
     line-height: 1.3em !important
}
 .close-jq-toast-single{
    font-size: 26px !important;
     right: 10px !important;
     top: 5px !important;
}
 .jq-toast-single h2{
    font-size: 16px !important;
     color: #fff;
}
 .modal-limit .modal-dialog .desc{
     font-size: 16px;
     font-family: arial;
     line-height: 1.4em
}
 .modal-limit .modal-dialog h6{
    font-size: 40px;
     font-weight: normal;
     margin-bottom: 20px;
     font-family: "nunito";
}
 .modal-limit .modal-dialog{
    width: 900px;
}
 .modal-limit .modal-dialog .modal-content{
    /*background-image: url(../images/limit-bg.jpg);
     background-position: 50% 25%;
     background-size: cover;
     */
     background: #ccc;
     border: none !important;
     padding-left: 400px;
}
 .modal-limit .modal-dialog .modal-content:before{
    content: "";
     position: absolute;
     top: 10px;
     left: 10px;
     bottom: 10px;
     right: 10px;
     background: #23252C;
}
 .modal-limit .modal-dialog .modal-content .modal-body{
    color: #fff;
     padding: 40px 40px 70px;
}
 .modal-limit .close{
     background: #fff;
     border-radius: 50%;
     top: -10px;
     right: -10px;
     color: #111;
     z-index: 99;
}
 .modal-limit .btn-go3{
    font-family: "nunito";
     opacity: 1 !important;
     font-weight: 700;
     text-transform: uppercase;
     margin-top: 10px;
}
 .modal-limit .limit-left{
    z-index: 10;
     position: absolute;
     left: 10px;
     top: 10px;
     bottom: 10px;
     width: 400px;
     overflow: hidden;
}
 .modal-limit .limit-left img{
    width: 400px;
     position: absolute;
     left: 0;
     top: 0;
}
 .alert-top-home{
    border: none;
     border-radius: 0;
     background: #0084FF;
     color: #fff;
     font-size: 16px;
     line-height: 1.2em;
     font-family: arial;
     padding: 20px 40px 20px 20px;
     margin-bottom: 1px;
}
 .alert-top-home .close{
    opacity: 1;
     color: #fff;
     text-shadow: none;
     font-size: 30px;
     top: -8px;
}
 .togglear{
     padding: 5px 0;
     cursor: pointer;
}
 .togglear span{
     display: inline-block;
     width: 35px;
     height: 16px;
     vertical-align: middle;
     margin-left: 10px;
     border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     background: rgba(255,255,255,.2);
     position: relative;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}
 .togglear span:before{
     content: "";
     width: 16px;
     height: 16px;
     position: absolute;
     background: #aaafb8;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     top: 0px;
     right: 0px;
     display: inline-block;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
}
 .togglear.active span{
     background: #096263;
}
 .togglear.active span:before{
     background: #13C8BA;
     right: 19px;
}
 .mdr-pm-box{
    margin-bottom: 15px;
     padding: 12px 15px;
     background: rgba(0,0,0,0.1);
     border-radius: 5px;
}
 .mdr-pmd-content span{
    display: inline-block;
     margin-right: 10px;
     border: 1px solid rgba(255,255,255,.1);
     background: rgba(255,255,255,.05);
     border-radius: 3px;
     padding: 6px 10px;
}
/* payment information */
 .upgrade-page-card .mbc-form{
    width: 100%;
     max-width: 600px;
     margin: 30px auto 20px;
}
 .mbc-form{
     padding: 30px;
     border: 1px solid rgba(255,255,255,.1);
     max-width: 600px;
     margin: 0 auto;
     font-family: arial;
     background: rgba(255,255,255,.05);
     border-radius: 5px;
}
 .form-cyber{
    margin-bottom: 0;
     padding-bottom: 0;
}
 .form-cyber .form-control{
    height: 36px;
     font-size: 14px;
     background: rgba(255,255,255,.05);
     border: 1px solid rgba(255,255,255,.1);
     color: #eee;
     padding: 6px 8px;
}
 .form-cyber .form-control:focus{
    border: 1px solid #FFDE00;
     box-shadow: none;
}
 .form-cyber label.control-label{
    padding-right: 0px;
     font-size: 14px;
     text-align: right !important;
     padding-top: 7px !important;
     margin-bottom: 5px !important;
}
 .form-cyber select.form-control{
     padding: 6px 5px;
     position: relative;
     -webkit-appearance:none;
}
 .form-cyber select.form-control option{
    background: #393B41;
}
 .form-cyber .form-group:last-of-type{
    margin-bottom: 0;
}
 .form-cyber .col-sm-4{
    width: 33.3333% !important;
     float: left !important
}
 .form-cyber .col-sm-8{
    width: 66.6667% !important;
     float: left !important
}
 .form-cyber .col-sm-3{
    width: 25% !important;
     float: left !important
}
 .form-cyber .col-sm-1{
    width: 8.33333% !important;
     float: left !important
}
 .form-cyber .cyber-notice{
    text-align: left;
     font-size: 13px;
     background: rgba(255,255,255,0.05);
     line-height: 18px;
     border-left: 2px solid #FFDE00;
     padding: 10px 15px;
     border-radius: 3px;
}
 .img-cvv{
    display: inline-block;
     margin-left: 10px;
}
 .img-cvv img{
    width: 55px;
     height: auto;
}
 .icon-20{
    font-size: 22px;
}
 .cvv-ask{
    color: #666 !important;
     cursor: pointer;
     margin-top: 3px;
     display: inline-block;
     position: relative;
}
 .cvv-ask:before{
    content: "";
     width: 251px;
     height: 135px;
     background: url(../images/cvv.jpg) no-repeat;
     position: absolute;
     bottom: 15px;
     left: 25px;
     z-index: 3;
     border: 1px solid #999;
     display: none;
}
 .cvv-ask:hover:before{
    display: block !important;
}
 .box-submit{
     border: 1px solid rgba(255,255,255,.1);
     font-family: arial;
     background: rgba(255,255,255,.05);
     border-radius: 5px;
     padding: 30px;
     width: 100%;
     max-width: 600px;
     margin: 20px auto;
}
 .box-submit label.checkbox{
    font-weight: normal;
     font-size: 14px;
     line-height: 1.4em;
    padding-left: 20px;
     margin-top: 0;
     text-align: left;
}
 .bs-accept{
    margin-bottom: 40px;
}
 .letterspace .form-control{
    letter-spacing: 3px;
}
 .upgrade-page .form-cyber .form-control[disabled]{
    background: rgba(255,255,255,.05);
}
 .upgrade-page .form-cyber .form-control.form-focus{
    border-color: #BC2123
}
 .btn-purchase, .btn-purchase:active, .btn-purchase:focus{
     padding: 20px 30px;
     border: 1px solid #619c34;
     text-shadow: 0 1px 1px rgba(0,0,0,0.3);
     border-radius: 5px;
     font-weight: bold;
    font-size: 26px;
     text-decoration: none !important;
     display: block;
     color: #fff !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99cc33+0,66aa33+100 */
     background: rgb(153,204,51);
    /* Old browsers */
     background: -moz-linear-gradient(top, rgba(153,204,51,1) 0%, rgba(102,170,51,1) 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(top, rgba(153,204,51,1) 0%,rgba(102,170,51,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, rgba(153,204,51,1) 0%,rgba(102,170,51,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc33', endColorstr='#66aa33',GradientType=0 );
    /* IE6-9 */
}
 .box-submit .btn-purchase{
    margin: 20px;
}
 .credit-icon{
    margin-bottom: 10px;
}
 .credit-icon img{
    width: 100px;
}
 #purchase-form {
     width: 100%;
     margin: 20px auto;
}
 #purchase-form label {
     height: 35px;
     position: relative;
     color: #fff;
     display: block;
     margin-top: 30px;
     margin-bottom: 20px;
}
 #purchase-form label > span {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     font-weight: 300;
     line-height: 32px;
     color: #fff;
     border-bottom: 1px solid #414349;
     transition: border-bottom-color 200ms ease-in-out;
     cursor: text;
     pointer-events: none;
}
 #purchase-form label > span span {
     position: absolute;
     top: 0;
     left: 0;
     transform-origin: 0% 50%;
     transition: transform 200ms ease-in-out;
     cursor: text;
}
 #purchase-form label .field.is-focused + span span, #purchase-form label .field:not(.is-empty) + span span {
     transform: scale(0.68) translateY(-36px);
     cursor: default;
}
 #purchase-form label .field.is-focused + span {
     border-bottom-color: #FFDE00;
}
 #purchase-form .field {
     background: transparent;
     font-weight: 300;
     border: 0;
     color: white;
     outline: none;
     cursor: text;
     display: block;
     width: 100%;
     line-height: 32px;
     padding-bottom: 3px;
     transition: opacity 200ms ease-in-out;
}
 #purchase-form .field::-webkit-input-placeholder {
     color: #8898AA;
}
 #purchase-form .field::-moz-placeholder {
     color: #8898AA;
}
/* IE doesn't show placeholders when empty+focused */
 #purchase-form .field:-ms-input-placeholder {
     color: #424770;
}
 #purchase-form .field.is-empty:not(.is-focused) {
     opacity: 0;
}
 #purchase-form button {
     float: left;
     display: block;
     background: #34D08C;
     color: white;
     border-radius: 2px;
     border: 0;
     margin-top: 20px;
     font-size: 19px;
     font-weight: 400;
     width: 100%;
     height: 47px;
     line-height: 45px;
     outline: none;
}
 #purchase-form button:focus {
     background: #24B47E;
}
 #purchase-form button:active {
     background: #159570;
}
 #purchase-form .outcome {
     float: left;
     width: 100%;
     padding-top: 8px;
     min-height: 20px;
     text-align: center;
}
 #purchase-form .success, .error {
     display: none;
     font-size: 15px;
}
 #purchase-form .success.visible, .error.visible {
     display: inline;
}
 #purchase-form .error {
     color: #E4584C;
}
 #purchase-form .success {
     color: #34D08C;
}
 #purchase-form .success .token {
     font-weight: 500;
     font-size: 15px;
}
/* modern body */
 @media screen and (min-width:1280px){
     .modern-body{
        padding: 0 0 0 130px;
    }
     .modern-body #header{
        background: none;
         position: relative;
         height: 80px;
         padding: 10px 0;
    }
     .modern-body #header .container{
        padding-left: 0;
    }
     .modern-body #logo{
        float: none;
         position: fixed;
         top: 16px;
         left: 5px;
         width: 90px;
         margin: 0;
         z-index: 4;
    }
     .modern-body #logo img{
        width: 100%;
         height: auto;
    }
     .modern-body #menu{
        position: fixed;
         top: 0;
         left: 0;
         height: auto;
         bottom: 0;
         background: #44334D url(../images/menu-bg.png) top center no-repeat;
         width: 100px;
         padding-top: 80px;
         z-index: 3;
    }
     .modern-body #menu .container{
        padding: 0;
    }
     .modern-body #menu ul.top-menu li{
         margin: 0 0 10px;
         float: none;
         width: 100%;
    }
     .modern-body #menu ul.top-menu li a{
         height: auto;
         padding: 10px 5px;
         border: none;
         margin: 0 10px;
         line-height: 1.2em;
         font-size: 13px;
         background: rgba(0,0,0,.1);
         border-radius: 4px;
         text-transform: none;
         text-align: center;
         display: block;
    }
     .modern-body #menu ul.top-menu li a i{
        font-size: 18px;
         display: block;
         margin-bottom: 8px;
    }
     .modern-body #menu ul.top-menu li a.active, .modern-body #menu ul.top-menu li:hover a{
        background: #fff;
         color: #111;
    }
     .modern-body #menu ul.top-menu li a.menu-pre{
        background: #ffde00;
         color: #111;
    }
     .modern-body #menu .sub-container{
        position: absolute;
         top: 0px;
         left: 100px;
         overflow: auto;
         margin: 0;
         padding: 0;
         z-index: 4;
         width: 320px;
    }
     .modern-body #menu .sub-container ul.sub-menu{
        margin: 0;
         padding: 5px;
    }
     .modern-body #menu .sub-container ul.sub-menu li{
        display: inline-block;
         float: left;
         width: 48%;
         margin: 1%;
    }
     .modern-body #menu .sub-container ul.sub-menu li:hover a, .modern-body #menu .sub-container ul.sub-menu li a:hover{
        background: #FFDE00;
         color: #111 !important
    }
     .modern-body #menu .sub-container ul.sub-menu li a{
        text-align: left;
         padding: 5px 10px;
         margin: 0;
         color: #111;
    }
     .modern-body #menu .sub-container .tmsc-top{
        padding: 5px;
         display: block;
    }
     .modern-body #menu .sub-container .tmsc-top a{
        display: block;
         width: 48%;
         float: left;
         height: 30px;
         padding: 5px 10px;
         margin: 1%;
         background: #FFDE00 !important;
         color: #111 !important;
         border: none;
         text-align: left;
    }
     .modern-body #menu .sub-container .tmsc-top a i{
        display: inline-block;
         font-size: 14px;
         margin-bottom: 0;
         width: 20px;
         text-align: center;
    }
     .modern-body #menu .sub-container .tmsc-top a:hover{
        background: #FFDE00 !important;
    }
     .modern-body #search{
        float: left;
         margin: 10px 0;
         width: 500px;
    }
     .modern-body #search input.search-input{
         height: 40px;
         border: none;
         border-radius: 20px;
         padding-left: 20px;
         padding-right: 50px;
         font-size: 16px;
         color: #111;
    }
     .modern-body #search .search-submit{
         width: 50px;
         height: 40px;
    }
     .modern-body #search .search-submit i{
         line-height: 40px;
    }
     .modern-body .search-suggest{
        top: 44px;
    }
     .modern-body .search-suggest ul li .ss-info a.ss-title{
        font-size: 16px;
         font-weight: 400;
    }
     .modern-body .search-suggest ul li .ss-info p{
        font-size: 14px;
    }
     .modern-body .logged-feed .btn-feed{
        height: 40px;
         line-height: 36px;
         width: 40px;
         background: rgba(255,255,255,.1);
         font-size: 16px !important;
    }
     .modern-body .logged .logged-user{
        height: 40px;
    }
     .modern-body .logged .avatar img{
        height: 38px;
         width: 38px;
    }
     .modern-body .logged .logged-user .dropdown-menu > li > a{
        font-size: 15px;
    }
     .modern-body .logged-feed .dropdown-menu{
        top: 45px;
    }
     .modern-body .logged-feed .dropdown-menu > li{
        font-size: 15px;
    }
     .modern-body .logged-feed .dropdown-menu > li .time{
        color: #888;
    }
     .modern-body #main.category{
        padding-left: 0;
    }
     .modern-body #main.category .container{
        padding-left: 0;
    }
     .modern-body .goblock-slidee .goblock-header{
         margin-left: 0;
    }
     .modern-body .goblock-slidee .grid-item li:first-of-type{
        margin-left: 0;
    }
     .modern-body .grid-item li .item-detail .item-title{
         white-space: normal;
    }
     .modern-body .grid-item li .item-detail{
        padding-top: 30px;
         background: rgb(29,24,31);
        /* Old browsers */
         background: -moz-linear-gradient(bottom, rgba(29,24,31,1) 0%, rgba(92,117,170,0) 100%);
        /* FF3.6-15 */
         background: -webkit-linear-gradient(bottom, rgba(29,24,31,1) 0%,rgba(92,117,170,0) 100%);
        /* Chrome10-25,Safari5.1-6 */
         background: linear-gradient(to top, rgba(29,24,31,1) 0%,rgba(92,117,170,0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23252c', endColorstr='#5c75aa',GradientType=1 );
        /* IE6-9 */
    }
     .modern-body .grid-item li:hover .item-detail{
         padding-top: 5px;
    }
     .modern-body .detail-film{
        margin-left: -45px;
    }
     .modern-body #footer{
        margin-left: -30px;
         width: auto;
    }
     .modern-body #footer .container{
        padding-left: 30px;
    }
     .modern-body #main.detail{
        top: -80px;
         position: relative;
    }
     .modern-body #main.detail .detail-content{
        margin-top: 60px;
    }
     .modern-body .basic-page{
        margin-left: 0;
         margin-right: 10px !important;
         margin-top: 0 !important;
         max-width: 1600px;
         width: auto !important;
    }
     .modern-body .basic-page .container{
        padding-left: 0;
    }
     .modern-body .main-fix{
         margin: 0;
    }
     .modern-body .main-dashboard{
        margin-top: 0;
    }
     .modern-body .dc-list{
        margin-left: -45px;
         padding-top: 0px;
    }
     .modern-body #main.detail-actor{
         padding-top: 110px;
         width: auto !important;
         margin-bottom: -175px;
         margin-left: -30px;
         min-height: 0 !important;
    }
     .modern-body .alert-top-home{
        margin-left: -30px;
         margin-bottom: 0px !important;
    }
}
 .wn-alert{
    background: #FFDE00;
     color: #111;
     font-size: 14px;
     font-family: arial;
     line-height: 1.3em;
     border-radius: 5px;
     padding: 15px;
     display: block;
}
 .wn-alert p{
    margin-bottom: 0;
}
 .wn-alert strong{
    font-weight: 600;
     font-size: 16px;
}
 .wa-notice{
    margin-bottom: 20px;
}
 .wa-notice-home{
    padding-right: 15px;
}
 .wa-notice-home .wn-alert{
    border-radius: 0;
}
/* footer */
 #footer{
     color: #fff;
}
 #footer .footer-menu{
     background: rgba(255,255,255,0.1);
     padding: 9px 0;
     color: #fff;
     font-size: 0.9em;
}
 #footer .footer-menu a{
     color: #fff;
}
 #footer .footer-menu .space{
     margin: 0 10px;
}
 #footer .footer-content{
    padding: 20px 0;
}
 #footer .footer-content .container{
     position: relative;
}
 #footer .footer-content .copyright .footer-logo{
     float: left;
     margin-right: 20px;
     margin-top: 5px;
}
 #footer .footer-content .copyright .footer-logo img{
     height: 50px;
     width: auto;
}
 #footer .footer-content .copyright .txt{
     float: left;
     width: 400px;
}
 #footer .footer-content .copyright .txt span{
     font-size: 0.9em;
     margin-bottom: 5px;
     display: block;
     margin-top: 5px;
}
 #footer .footer-content .copyright .txt p{
     font-size: 0.8em;
     margin-bottom: 0;
     line-height: 1.2em;
     letter-spacing: 0.5px;
     color: rgba(255, 255, 255, 0.6);
}
 #footer .footer-content .copyright .footer-follow{
     float: right;
     text-align: right;
     padding-top: 10px;
}
 #footer .footer-content .copyright .footer-follow a{
     color: #fff;
     font-size: 2em;
     margin-left: 5px;
}
/*Mine*/
/* movies list*/
 .movies-list-wrap{
     display: block;
     overflow:hidden;
     margin: 0 0 40px;
}
 .movies-list-wrap .ml-title{
     display: block;
     margin-bottom: 5px;
     overflow: hidden;
}
 .movies-list-wrap .ml-title span{
    font-size: 18px;
     font-weight: 400;
     display: inline-block;
     height: 40px;
     line-height: 40px;
     color: #fff;
     margin-right: 20px;
     position: relative;
}
 .movies-list-wrap .ml-title span:before{
     content: "";
     width: 50px;
     height: 2px;
     background: #c91c55;
     display: inline-block;
     position: absolute;
     bottom: 0;
     left: 0;
}
 .movies-list-wrap .ml-title span.title-cate{
     border: none;
     font-size: 22px;
     font-weight: 400;
}
 .movies-list-wrap .ml-title span.title-cate:before{
     display: none;
}
 .movies-list-wrap .ml-title span i{
     font-size: 14px;
}
 .movies-list-wrap .ml-title .nav-tabs{
     display: inline-block;
     margin-left: 0px;
     margin-top: 8px;
     border-bottom: none;
}
 .movies-list-wrap .ml-title .nav-tabs li.active a{
     border-radius: 2px;
     background: #c91c55 !important;
     color: #fff;
}
 .movies-list-wrap .ml-title .nav-tabs li a{
     border: none;
     height: 32px;
     line-height: 32px;
     background: none !important;
     padding: 0 15px;
     text-align: center;
     min-width: 60px;
}
 .movies-list{
     display: block;
     margin: 0 -1%;
}
 .movies-list .ml-item{
     width: 10.5%;
     margin: 1%;
     float: left;
     position: relative;
     padding-bottom: 15.33% ;
    overflow: hidden;
}
 .movies-list .ml-item .mli-thumb{
     min-width: 100%;
     width: auto;
     height: 100%;
     overflow: hidden;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
}
 .movies-list .ml-item .mli-info{
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: auto;
     padding: 10px;
     background: url(../img/mask-title.png) top repeat-x;
     z-index: 5;
}
 .movies-list .ml-item .mli-info h2{
     font-size: 14px;
     margin: 0;
     font-weight: normal;
     text-align: center;
     color: #fff;
     text-shadow: 0 0 2px rgba(0,0,0,0.6);
}
 .movies-list .ml-item .mli-eps{
     position: absolute;
     top: 5px;
     right: 5px;
     width: 40px;
     padding-top: 8px;
     text-align: center;
     height: 40px;
     border-radius: 50%;
     background: rgba(224,45,104,0.9);
     color: #fff;
     font-size: 10px;
     text-transform: uppercase;
     line-height: 1em;
     text-shadow: 0 0 2px rgba(0,0,0,0.3);
     z-index: 4;
}
 .movies-list .ml-item .mli-eps i{
     display: block;
     font-weight: bold;
     font-size: 16px;
     font-style: normal;
     margin-top: 3px;
}
 .movies-list .ml-item .mli-quality{
     position: absolute;
     top: 5px;
     right: 5px;
     line-height: 1em;
     width: auto;
     border-radius: 3px;
     padding: 4px 5px;
     font-size: 11px;
     font-weight: 500;
     height: auto;
     background: rgba(22,22,22,0.9);
     color: #fff;
     z-index: 4;
}
 .movies-list .ml-item .ml-mask{
     display: inline-block;
     overflow: hidden;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .movies-list .ml-item .ml-mask:before{
     content: "";
     background: rgba(0,0,0,0.6);
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 0
}
 .movies-list .ml-item .ml-mask:hover:before{
     opacity: 1;
}
 .movies-list .ml-item .ml-mask:after{
     content: "";
     width: 55px;
     height: 55px;
     background-image: url(../images/btn-overlay.png);
     background-position: 50% 25%;
     background-size: cover;
     opacity: 0;
     position: absolute;
     top: 50%;
     left: 50%;
     margin-top: -27.5px;
     margin-left: -27.5px;
}
 .movies-list .ml-item .ml-mask:hover:after{
     opacity: 1;
}
 .movies-list .ml-item .ml-mask:after, .movies-list .ml-item .ml-mask:before{
    transition: all 0.2s ease 0s;
     -webkit-transition: all 0.2s ease 0s;
     z-index: 4;
}
 .mlnew-list .table-striped{
     background: rgba(255,2555,255,0.03);
     margin-top: 10px;
     color: #bbb;
}
 .mlnew-list a{
     color: #bbb;
}
 .mlnew-list .table-striped > tbody > tr:nth-of-type(2n+1){
     background: rgba(255,2555,255,0.02);
}
 .mlnew-list .table-striped > tbody > tr > td{
     border-color: rgba(255,2555,255,0.1);
     vertical-align: middle;
}
 .mlnew-list .mlnew-head td{
     font-weight: 600;
}
 .mlnew-list .mlnew h2{
     margin: 0;
     font-weight: 600;
     font-size: 14px;
     line-height: 1.42857;
}
 .mlnew-list .mlnh-1{
     width: 40px;
     text-align: center;
}
 .mlnew-list .mlnew .mlnh-thumb .thumb{
     width: 40px;
     height: 50px;
     overflow: hidden;
     display: inline-block;
}
 .mlnew-list .mlnew .mlnh-thumb .thumb img{
     width: 100%;
     height: auto;
     min-height: 100%;
}
 .mlnew-list .mlnew .mlnh-thumb{
     width:56px !important;
}
 .mlnew-list .mlnew .mlnh-6 span{
     background: #E2BC00 !important;
     color: #000 !important;
     display: inline-block;
     margin-bottom: 5px;
}
 .mlnew-list .mlnew .d-rating{
     width: 80px;
     margin-top: 5px;
}
 .mlnew-list .mlnew .dr-stars:before{
     font-size: 12px;
}
 .mlnew-more{
     padding: 12px !important;
     background: rgba(255,2555,255,0.05) !important;
     border: none !important;
     display: block;
     cursor: pointer;
     margin-top: -20px;
     font-size: 13px;
}
 .mlnew-more i{
     margin-right: 5px;
}
 @media screen and (max-width: 1100px) and (min-width: 992px){
     .movies-list .ml-item {
         width: 14.66%;
         padding-bottom: 21.4%;
    }
}
 @media screen and (max-width: 991px){
     .movies-list .ml-item {
         width: 23%;
         margin: 1%;
         padding-bottom: 33.58%;
    }
}
 @media screen and (max-width: 520px){
     .movies-list .ml-item {
         margin: 1%;
         width: 31.3%;
         padding-bottom: 45.69%;
    }
}
 @media screen and (max-width: 480px){
     .movies-list .ml-item {
         margin: 1.5%;
         width: 47%;
         padding-bottom: 68.62%;
    }
}
/*body {
    background: url('../img/bgg.png');
}
*/
 .bg-e {
     background: #2E3035;
}
 .CoverChangeGallery {
    margin-top: 5px;
}
 .NavbarMessageButton {
     position: relative 
}
 .NavbarMessageButton.notification-dot:before {
     right: 2px;
     top: 2px 
}
 .NavbarMessageButton img {
     margin: auto 
}
 .Menu {
     background: #efefef;
     text-align: left;
     border-radius: var(--smallBorderRadius);
     box-shadow: 0 9px 20px 3px rgba(0, 0, 0, .4);
     border-top: 2px solid var(--orionGreen);
     position: absolute;
     top: 100%;
     left: 0;
     overflow: hidden 
}
 .Menu-item a {
     display: block;
     padding: 7px 15px;
     color: #000;
     cursor: pointer 
}
 .Menu-item a:hover {
     background-color: #ccc 
}
 .NotificationCardText {
     margin-left: 0;
     display: table-cell;
     vertical-align: top;
     width: 245px;
     color: hsla(0, 0%, 100%, .7) 
}
 .NotificationCardText-annotation {
     color: var(--white);
     font-size: 1em;
     text-overflow: ellipsis;
     max-width: 200px;
     overflow: hidden;
     display: inline-block;
     vertical-align: text-top 
}
 .NotificationCard {
     padding: 16px 10px;
     position: relative;
     table-layout: fixed;
     width: 100%;
     font-family: var(--defaultFontFamily);
     font-size: 14px;
     line-height: 1.29;
     text-align: left;
     color: var(--white);
     display: inline-block;
     z-index: 1 
}
 .NotificationCard-thumb {
     display: table-cell;
     vertical-align: middle;
     width: 60px;
     height: 60px;
     line-height: 60px;
     text-align: center;
     font-size: 0;
     padding-left: 18px;
     border-radius: 3px;
     padding-right: 13px 
}
 .NotificationCard-thumb.isUnread:before {
     content: "";
     position: absolute;
     display: inline-block;
     width: 8px;
     height: 8px;
     border-radius: 8px;
     top: 41px;
     left: 9px;
     background-color: #1bb76e 
}
 .When--notificationCard {
     font-size: 12px;
     font-weight: 600;
     line-height: 1.58;
     letter-spacing: .6px;
     text-align: right;
     color: #b4b9c2;
     text-transform: uppercase;
     vertical-align: top;
     display: table-cell;
     width: 70px;
     white-space: nowrap;
     padding-left: 5px 
}
 .NotificationCard-dot {
     max-width: 60px;
     max-height: 60px;
     vertical-align: middle;
     border-radius: 3px 
}
 .NotificationsHeader {
     font-style: normal;
     font-stretch: normal;
     background-color: #56606e;
     border-width: 0;
     padding: 13px 13px 10px 15px;
     font-size: 13px;
     position: relative;
     z-index: 2;
     color: var(--white);
     border-top-left-radius: 5px;
     border-top-right-radius: 5px 
}
 .NotificationsHeader, .NotificationsHeader-title {
     font-family: var(--defaultFontFamily);
     line-height: 1.46;
     letter-spacing: .4px 
}
 .NotificationsHeader-title {
     font-weight: 700;
     text-align: left 
}
 .NotificationsHeader-markall {
     cursor: pointer;
     font-weight: 400;
     text-align: right;
     color: #fff;
     color: var(--white) 
}
 .NotificationError {
     left: 0;
     right: 0;
     color: var(--white);
     font-family: var(--defaultFontFamily);
     background-color: #fa3e5f;
     position: absolute;
     border-bottom: 1px solid #636262;
     padding: 16px;
     font-size: 14px;
     z-index: 2;
     text-align: left 
}
 .NotificationError-message {
     font-weight: 500;
     line-height: 1.36;
     letter-spacing: normal 
}
 .NotificationError-dismiss, .NotificationError-retry {
     line-height: 1.29;
     height: auto;
     padding: 0;
     background-color: transparent;
     color: var(--white);
     box-shadow: none;
     border-width: 0;
     font-family: var(--extraBoldFontFamily) 
}
 .NotificationError-retry:before {
     vertical-align: middle;
     margin: auto 5px 
}
 .NotificationError-divider {
     margin: auto 5px 
}
 .NotificationError-buttons {
     white-space: nowrap 
}
 .NotificationCards {
     color: #fff;
     box-shadow: 0 22px 40px 0 rgba(0, 0, 0, .7);
     border-radius: 4px;
     position: absolute;
     z-index: 10;
     font-size: 14px;
     border-radius: 5px;
     width: 400px;
     margin-left: -340px;
     font-weight: 400;
     line-height: 20px;
     background-color: #3c424b;
     margin-top: 20px 
}
 .NotificationCards:before {
     content: " ";
     display: block;
     position: absolute;
     top: -25px;
     right: 34px;
     border: 15px solid #fff;
     border-color: transparent transparent #565f6e 
}
 .NotificationCards-bottomGradient {
     background-image: linear-gradient(180deg, rgba(60, 66, 75, 0), #3c424b);
     bottom: 0;
     height: 56px;
     left: 0;
     right: 0;
     position: absolute;
     pointer-events: none;
     z-index: 1 
}
 .NavbarNotifications-dropdown .NotificationCards {
     top: 35px 
}
 .NavbarNotifications-dropdown .NotificationCards:before {
     right: 6px 
}
 @media only screen and (min-width:320px) and (max-width:480px) {
     .NotificationCards {
         width: 320px 
    }
}
 @media only screen and (max-width:678px) {
     .NotificationCards {
         right: 0 
    }
     .NewCover.isFixed .NotificationCards {
         top: 105px 
    }
}
 .DropdownScrollbar {
     overflow-y: auto 
}
 .NotificationButton {
     position: relative 
}
 .NotificationButton.notification-dot:before {
     right: 5px;
     top: 2px 
}
 .NotificationButton img {
     margin: auto 
}
 .HomeNavbar .Scrollbar .styler {
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     background: #1c222b;
     box-shadow: 0 22px 40px 0 rgba(0, 0, 0, .7);
     opacity: .7;
     pointer-events: none 
}
 @supports (-webkit-appearance:none) and (not (-ms-ime-align:auto)) {
     .HomeNavbar .Scrollbar::-webkit-scrollbar {
         width: 8px 
    }
     .HomeNavbar .Scrollbar::-webkit-scrollbar-track {
         background-color: #3c424b;
         box-shadow: 0 22px 40px 0 rgba(0, 0, 0, .7) 
    }
     .HomeNavbar .Scrollbar::-webkit-scrollbar-thumb {
         width: 8px;
         height: 68px;
         border-radius: 10px;
         background-color: #56606e;
         box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .24) 
    }
     .HomeNavbar .Scrollbar .styler {
         display: none 
    }
}
 .notification-dot:before {
     content: " ";
     display: inline-block;
     position: absolute;
     border-radius: 50%;
     width: 10px;
     height: 10px;
     background-color: #63ffb6;
     border: 2px solid #0d6944 
}
 .NavbarNotifications {
     display: inline-block;
     margin: auto 20px 
}
 .NavbarNotifications>* {
     margin: 0 5px;
     display: inline-block 
}
 @media (max-width:678px) {
     .NavbarNotifications {
         display: none 
    }
}
 .Dropdown {
     position: relative;
     font-size: 16px 
}
 .Dropdown a {
     color: var(--white) 
}
 .Dropdown--primary .Dropdown-icon {
     font-size: 11px;
     position: relative;
     top: -1px 
}
 .Dropdown--primary .Dropdown-title {
     font-size: 18px;
     font-family: var(--boldFontFamily) 
}
 .Dropdown-icon {
     font-size: 10px;
     margin-left: 5px;
     display: inline 
}
 .Dropdown-title {
     font-weight: 600;
     letter-spacing: 1.5px;
     text-align: right;
     color: #babec4;
     cursor: pointer 
}
 .Dropdown-menu {
     box-sizing: border-box;
     position: absolute;
     top: 100%;
     margin-top: -1px;
     z-index: 1000;
     right: -28px;
     padding-top: 10px;
     display: none 
}
 .Dropdown.Dropdown-hover:hover .Dropdown-menu, .Dropdown.Dropdown-open .Dropdown-menu {
     display: inherit 
}
 .Dropdown-list {
     border-radius: 6px;
     background-color: #53565d;
     box-shadow: 0 9px 25px 0 rgba(0, 0, 0, .78);
     padding-top: 5px;
     padding-bottom: 13px;
     -webkit-overflow-scrolling: touch;
     overflow-y: auto 
}
 .Dropdown-triangle {
     display: inline-block;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 10px solid #53565d;
     position: absolute;
     top: 1px;
     right: 24px 
}
 .Dropdown-option {
     box-sizing: border-box;
     color: var(--cool-grey);
     cursor: pointer;
     display: block;
     line-height: 2.14;
     letter-spacing: 1px;
     width: auto;
     padding-left: 18px;
     padding-right: 26px;
     text-align: left;
     white-space: nowrap 
}
 .Dropdown-option.isActive {
     font-weight: 700;
     color: var(--white) 
}
 .Dropdown-option:hover {
     background-color: hsla(0, 0%, 80%, .29) 
}
 .Dropdown--upper {
     text-transform: uppercase 
}
 .Dropdown-option-footer {
     background-color: #565f6e;
     padding-top: 14px;
     padding-bottom: 5px 
}
 .Dropdown-col-2 .Dropdown-list {
     columns: 2;
     column-gap: 0 
}
 .Dropdown.center .Dropdown-menu, .Dropdown.center .Dropdown-triangle {
     left: 50%!important;
     right: auto!important;
     text-align: center!important;
     transform: translate(-50%)!important 
}
 .ProfileAvatar {
     border-radius: 50%;
     height: 40px;
     width: 40px;
     margin-right: 0;
     background: gray;
     vertical-align: middle;
     margin-left: 0;
     display: inline-block;
     background-size: cover;
     cursor: pointer 
}
 .ProfileAvatar.notification:after {
     content: " ";
     right: 0;
     top: 0;
     display: inline-block;
     position: absolute;
     border-radius: 50%;
     width: 11px;
     height: 11px;
     background-color: #63ffb6;
     border: 2px solid #1f7a46 
}
 .NewCover.isFixed .ProfileAvatar-navbar {
     position: fixed;
     right: 10px;
     top: 10px 
}
 .NavbarUserMenuCover .ProfileAvatar-menu {
     margin-top: 19px;
     margin-left: 19px;
     float: left 
}
 .NavbarUserMenuNotifications {
     display: inline-block 
}
 .NavbarUserMenuNotifications>* {
     margin-right: 17px 
}
 .NavbarNotifications-menu {
     float: right;
     padding-top: 18px;
     display: none 
}
 .NavbarNotifications-menu img {
     margin: auto 
}
 @media (max-width:678px) {
     .NavbarNotifications-navbar {
         display: none 
    }
     .NavbarNotifications-menu {
         display: block;
         margin: 0 
    }
}
 .NavbarUserMenuCover {
     height: 105px;
     display: none;
     background-size: cover 
}
 @media (max-width:678px) {
     .NavbarUserMenuCover {
         display: block 
    }
}
 .NavbarUserMenuCover-user {
     padding-top: 5px;
     padding-left: 23px;
     height: 24px;
     font-family: var(--defaultFontFamily);
     font-size: 20px;
     font-weight: 900;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: .4px;
     text-align: left;
     color: var(--white);
     display: inline-block 
}
 .NavbarUserMenuCover-row {
     width: 100% 
}
 .NavbarUserMenu {
     position: relative;
     float: right;
     min-width: 50px;
     min-height: 40px 
}
 .NavbarUserMenu .Dropdown-title span:first-child {
     text-overflow: ellipsis;
     max-width: 120px;
     overflow: hidden;
     display: none;
     vertical-align: middle;
     font-size: 15px;
     line-height: 40px 
}
 .NavbarUserMenu .Dropdown-option {
     padding-left: 21px;
     padding-right: 10px 
}
 .NavbarUserMenu .Dropdown-option-footer .Dropdown-option {
     vertical-align: middle;
     font-size: 13px;
     font-weight: 700;
     line-height: 1.46;
     letter-spacing: .4px;
     padding-bottom: 4px;
     padding-top: 4px;
     color: var(--pale-grey) 
}
 .NavbarUserMenu .Dropdown-option-footer .Dropdown-option:not:first-child {
     padding-top: 9px 
}
 .NavbarUserMenu .Dropdown-list {
     padding-bottom: 0;
     min-width: 150px;
     font-size: 16px;
     line-height: 2.13;
     letter-spacing: .8px 
}
 .NavbarUserMenu .Dropdown-option-footer .Dropdown-option>*, .NavbarUserMenu a {
     vertical-align: middle 
}
 .NavbarUserMenu .Dropdown-option-footer img {
     margin-right: 10px 
}
 .NavbarUserMenu.Dropdown .Dropdown-icon {
     border-radius: 50%;
     height: 40px;
     width: 40px;
     margin-right: 0;
     background: gray;
     vertical-align: middle;
     margin-left: 0;
     display: inline-block 
}
 .NavbarUserMenu.Dropdown span:first-child {
     margin-right: 10px;
     color: #fff;
     letter-spacing: 1px 
}
 .NavbarUserMenu .Dropdown-menu {
     right: -8px;
     margin-top: 10px 
}
 .NavbarUserMenu .Dropdown-triangle {
     right: 18px 
}
 .NavbarUserMenu .Dropdown-list>.Dropdown-option.last {
     margin-bottom: 15px 
}
 .NewCover.isFixed .NavbarUserMenu.Dropdown span:first-child {
     margin-right: 50px 
}
 .NewCover.isFixed .NavbarUserMenu .Dropdown-menu {
     transform: translateY(70px) 
}
 @media (min-width:1350px) {
     .NavbarUserMenu .Dropdown-title span:first-child {
         display: inline-block 
    }
}
 @media (max-width:678px) {
     .NavbarUserMenu .Dropdown-list {
         min-width: 270px;
         padding-top: 0 
    }
     .NavbarUserMenu .Dropdown-option-group {
         padding-bottom: 10px;
         columns: 2;
         column-gap: 0 
    }
}
 @media (min-width:1350px) {
     .NavbarUserMenu .Dropdown-title {
         display: flex 
    }
     .NavbarUserMenu .Dropdown-title .ProfileAvatar {
         flex: 1 0 auto 
    }
}
 .ProfileNavbar {
     display: flex 
}
 @media (min-width:1350px) {
     .ProfileNavbar {
         max-width: 100% 
    }
     .ProfileNavbar .Navbar-section-notifications {
         flex: 1 0 auto 
    }
     .ProfileNavbar .NavbarUserMenu {
         flex: 1 1 auto 
    }
}
 .ProfileNavbar .Navbar-signin {
     margin: auto 8px;
     font-size: 15px;
     font-weight: 600;
     text-align: center;
     color: #fff;
     text-shadow: 0 14px 15px rgba(27, 28, 30, .31);
     white-space: nowrap;
     vertical-align: middle 
}
 .ProfileNavbar .Navbar-signup {
     margin: auto 
}
 .ProfileNavbar-item {
     position: relative;
     top: 2px;
     display: inline-block 
}
 .ProfileNavbar-item:hover {
     opacity: .6 
}
 .Suggestion {
     position: absolute;
     width: inherit;
     color: #b5b9c2;
     font-size: 17px;
     line-height: 2.24;
     letter-spacing: .9px;
     padding: 8px 8px 27px;
     border-radius: 4px;
     background-color: #3c424b;
     box-shadow: 0 22px 40px 0 rgba(0, 0, 0, .25);
     margin-top: 11px;
     min-width: 380px;
     text-align: left;
     border: 1px solid #4f4f4f 
}
 .Suggestion-block:not(:last-child) {
     margin-bottom: 30px 
}
 .Suggestion-match-case {
     color: var(--white);
     font-weight: 700 
}
 .Suggestion-list.Scrollbar {
     overflow-y: auto;
     max-height: 450px 
}
 .Searchbar-match-case {
     color: var(--white);
     font-weight: 700 
}
 .Suggestion-title {
     padding-left: 17px;
     font-weight: 700;
     font-size: 12px;
     text-transform: uppercase;
     margin-bottom: 5px 
}
 .Suggestion-item {
     cursor: pointer;
     padding-left: 17px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     display: block;
     color: inherit 
}
 .Suggestion-item:hover {
     background-color: hsla(0, 0%, 80%, .29) 
}
 .Suggestion-item .thumbnail {
     vertical-align: middle;
     background-position: 50%;
     background-repeat: no-repeat;
     background-size: cover;
     width: 36px;
     height: 36px;
     border-radius: 3px;
     margin-right: 10px;
     margin-top: 4px;
     margin-bottom: 4px;
     display: inline-block 
}
 .Suggestion-item .thumbnail.users {
     width: 38px;
     height: 38px;
     border-radius: 50% 
}
 .Suggestion .Spinner {
     position: absolute;
     left: calc(50% - 10px);
     top: calc(50% - 10px) 
}
 @media (max-width:478px) {
     .Suggestion {
         min-width: auto 
    }
}
 .Searchbar {
     position: relative;
     float: right;
     width: 100%;
     max-width: var(--navbarMaxWidth) 
}
 .Searchbar-textInput {
     background: hsla(0, 0%, 100%, .25);
     border: 1px solid transparent;
     padding: 8px 35px 8px 10px;
     border-radius: var(--smallBorderRadius);
     width: 100%;
     outline: 0 none;
     opacity: .8;
     min-height: 36px;
     font-size: 16px;
     font-weight: 700;
     letter-spacing: .4px;
     color: var(--white);
     text-shadow: inherit;
     -webkit-text-fill-color: inherit 
}
 .Searchbar-textInput:focus {
     opacity: 1 
}
 .Searchbar-textInput::-webkit-input-placeholder {
     font-weight: 400;
     color: hsla(0, 0%, 100%, .6) 
}
 .Searchbar-textInput::-moz-placeholder {
     font-weight: 400;
     color: hsla(0, 0%, 100%, .6) 
}
 .Searchbar-submitInput {
     position: absolute;
     font-size: 20px;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
     background: transparent;
     color: #fff;
     border: 0 none;
     outline: 0 none;
     padding: 8px;
     cursor: pointer 
}
 .Searchbar form {
     width: 100% 
}
 @media (max-width:678px) {
     .NavbarContainer-center .Searchbar, .NewCover-change-sort .Searchbar {
         display: none 
    }
}
 .NewCover-change-sort .Searchbar {
     z-index: 1000 
}
 .NavbarDropdown {
     position: absolute;
     left: 0;
     right: 0;
     top: 60px;
     background-color: #3c424b;
     padding: 16px 22px;
     border: 1px solid #4f4f4f;
     display: none 
}
 .NavbarDropdown ul {
     font-family: var(--defaultFontFamily);
     font-size: 16px;
     font-weight: 400;
     font-style: normal;
     font-stretch: normal;
     line-height: 2.25;
     letter-spacing: .8px;
     text-align: left;
     color: var(--white);
     margin-bottom: 15px 
}
 .NavbarDropdown li a {
     color: var(--white) 
}
 @media (max-width:678px) {
     .NavbarDropdown {
    }
}
 @media (min-width:478px) and (max-width:678px) {
     .NavbarDropdown ul {
         columns: 2;
         column-gap: 0 
    }
}
 .NavbarMenuButton {
     z-index: 1001 
}
 .NavbarMenuButton .icon-menu {
     display: none;
     vertical-align: middle;
     font-size: 25px;
     margin: auto 14px;
     position: absolute;
     left: 10px;
     top: 14px;
     cursor: pointer 
}
 @media (max-width:678px) {
     .NavbarMenuButton .icon-menu {
         display: block 
    }
}
 .Navbar {
     width: 100%;
     z-index: var(--zIndexNavBar);
     text-align: center;
     margin: 0 auto 
}
 .Navbar-content {
     display: flex;
     align-items: center;
     color: #fff;
     margin: 0 auto;
     padding: 10px 0 0;
     text-align: left 
}
 .Navbar-section {
     flex: 1 1 auto;
     justify-content: flex-start 
}
 .Navbar-section-profile {
     flex: 0 0 auto;
     justify-content: flex-end;
     padding-top: 7px 
}
 .Navbar-section-logo {
     display: flex;
     justify-content: space-around 
}
 .Navbar-logo {
     display: inline;
     cursor: pointer 
}
 .Navbar-upload {
     color: #fff;
     padding: 7px 18px 7px 12px;
     background: var(--orionGreen);
     display: inline-block;
     border-radius: var(--smallBorderRadius);
     font-size: 15px;
     margin: 0 20px;
     height: 35px;
     white-space: nowrap 
}
 .Navbar-upload:before {
     padding-right: 8px;
     padding-left: 18px;
     position: relative;
     font-size: 20px;
     top: 5px 
}
 .Navbar-logo-container {
     user-select: none;
     display: flex;
     align-items: center;
     float: left 
}
 .Navbar-logo-container .Menu {
     top: var(--navbarHeight);
     left: auto 
}
 .Navbar-dropdown {
     cursor: pointer;
     font-size: 11px;
     margin-left: 8px;
     transition: transform .4s;
     line-height: 0;
     margin-bottom: 8px;
     opacity: .5 
}
 .Navbar-dropdown.flip {
     transform: rotateX(180deg) 
}
 .Navbar-section-item {
     display: inline-block;
     margin: 0 5px 
}
 .Navbar-section a.Navbar-section-item {
     color: #fff 
}
 .Navbar-section-item.item-icon {
     vertical-align: bottom;
     font-size: 20px 
}
 .Navbar-section-item.item-text {
     float: right;
     line-height: 22px;
     font-size: 17px 
}
 .Navbar-strong {
     font-weight: 700 
}
 .Navbar-section-username {
     position: relative;
     float: right 
}
 .Navbar-section-username:hover .Navbar-user-dropdown {
     display: block;
     float: right;
     clear: both;
     top: 100% 
}
 .Navbar-section-username .icon-dropdown-arrow {
     font-size: 8px;
     margin-left: -10px;
     opacity: .5;
     position: absolute;
     margin-top: 1px 
}
 .Navbar-section-username .truncate-text {
     max-width: 175px;
     display: inline-block;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
     padding-right: 15px 
}
 .Navbar-user-dropdown {
     border-top: 2px solid var(--orionGreen);
     background: var(--phaserLightGrey);
     width: 160px;
     float: right;
     display: none;
     position: absolute;
     margin-top: -3px;
     right: 0 
}
 .Navbar-user-dropdown a {
     display: block;
     padding: 10px 18px;
     color: var(--boldlyGoBlack) 
}
 .Navbar-user-dropdown-footer button:hover, .Navbar-user-dropdown a:hover {
     background-color: #ccc;
     cursor: pointer 
}
 .Navbar-user-dropdown-footer {
     font-size: 12px;
     background-color: var(--photonMediumLightGrey);
     text-align: center;
     padding: 6px 8px 
}
 .Navbar-user-dropdown-footer form {
     display: inline-block;
     text-decoration: none 
}
 .Navbar-user-dropdown-footer a, .Navbar-user-dropdown-footer button {
     display: inline-block;
     padding: 2px 14px;
     border-radius: var(--smallBorderRadius);
     border: none;
     font-size: 12px;
     color: #585858;
     font-family: var(--defaultFontFamily);
     background: transparent 
}
 .Navbar-user-dropdown, .Navbar-user-dropdown-footer {
     border-radius: var(--smallBorderRadius) 
}
 .Navbar-pill {
     position: relative;
     top: -1px;
     display: inline-block;
     border-radius: 6px;
     background: var(--orionGreen);
     padding: 2px 5px 1px;
     font-size: 12.1px;
     letter-spacing: .6px;
     margin-left: 5px;
     text-align: left;
     color: #f2f2f2;
     text-transform: uppercase 
}
 .HomeNavbar {
     padding: var(--navbarPadding);
     /* position: fixed; */
	 position: absolute;
     display: flex;
     top: 0;
     background: #2E3035;
     -webkit-box-shadow: -1px 9px 46px -8px rgba(46,48,53,1);
     -moz-box-shadow: -1px 9px 46px -8px rgba(46,48,53,1);
     box-shadow: -1px 9px 46px -8px rgba(46,48,53,1);
}
 .HomeNavbar .Navbar-content {
     padding-top: 0;
     min-height: 47px 
}
 .HomeNavbar .Navbar-section {
     display: flex;
     justify-content: space-around 
}
 .HomeNavbar span .Navbar-section-item {
     float: right 
}
 .Navbar-btn img {
     padding: 0;
     font-size: inherit;
     position: inherit;
     display: inline-block;
     margin-right: 13px;
     vertical-align: middle 
}
 .HomeNavbar .icon-notification-dot:after {
     vertical-align: super 
}
 .HomeNavbar .icon-notification {
     position: relative 
}
 .HomeNavbar .icon-notification.icon-notification-dot:after {
     right: 6px;
     top: -3px;
     position: absolute 
}
 .HomeNavbar .icon-notification-dot.icon-chat:after {
     right: 17px;
     top: -2px;
     position: absolute 
}
 .HomeNavbar .Navbar-section-profile {
     padding-top: 0 
}
 .HomeNavbar .Navbar-signup {
     min-width: 108px 
}
 .HomeNavbar .Spinner {
     min-width: var(--navbarMinWidth) 
}
 @media (max-width:678px) {
     .HomeNavbar .Navbar-logo {
         margin: auto 
    }
     .HomeNavbar .Navbar-logo img {
         vertical-align: middle 
    }
}
 .NavbarContainer-left, .NavbarContainer-right {
     position: relative;
     display: inline-flex 
}
 .NavbarContainer-right {
     min-width: 280px 
}
 .NavbarContainer-left {
     min-width: 250px 
}
 .HomeNavbar.active .NavbarContainer-right {
     min-width: 220px 
}
 .NavbarContainer-right {
     justify-content: flex-end 
}
 .NavbarContainer-center {
     max-width: var(--navbarMaxWidth);
     margin: auto;
     align-items: center;
     flex: 1 100%;
     justify-content: space-around 
}
 @media (min-width:600px) and (max-width:899px) {
     .NavbarContainer-left {
         min-width: 180px 
    }
}
 @media (max-width:678px) {
     .NavbarContainer-center {
         display: none 
    }
     .NavbarContainer-left {
         flex: 1 100%;
         margin-left: 60px;
         min-width: auto 
    }
     .HomeNavbar .NavbarContainer-right {
         min-width: 190px 
    }
     .HomeNavbar.active .NavbarContainer-right {
         min-width: 40px 
    }
}
 .NewPostsNotification {
     line-height: 30px;
     text-align: center;
     font-size: 12px;
     font-weight: 700;
     color: #fff;
     width: 130px;
     height: 30px;
     border-radius: 23px;
     background: green;
     position: fixed;
     top: 90px;
     background-image: linear-gradient(284deg, #3ab7dc, var(--dark-mint-green));
     box-shadow: 0 8px 12px 2px rgba(0, 0, 0, .5) 
}
 .NewPostsNotification:hover {
     cursor: pointer 
}
 .NewPostsNotification .arrow-up {
     padding-right: 10px 
}
 .NewCover {
     transition: box-shadow .4s;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-between;
     background-size: cover;
     background-position: 50%;
     padding-top: 62px;
     padding-bottom: 76px 
}
 .NewCover .TrendingTags {
     margin: 0 auto 
}
 .NewCover .InteractiveBackground {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     z-index: 0 
}
 .NewCover.isFixed {
     top: auto;
     bottom: auto;
     position: fixed;
     z-index: var(--zIndexCoverHeaderFixed);
     box-shadow: 0 0 25px 5px #000 
}
 .NewCover-logo-link {
     border-radius: 50%;
     width: 82px;
     height: 82px;
     margin: 32px auto 10px;
     background-size: cover;
     background-position: 50% 
}
 .NewCover-item-count, .NewCover-name-compact {
     text-transform: uppercase 
}
 .NewCover-name-compact {
     background-size: cover;
     background-position: 50%;
     font-size: 20px;
     font-weight: 700;
     letter-spacing: .5px 
}
 .NewCover-stats {
     font-size: 16px;
     margin: 13px 0 20px 
}
 .NewCover-description, .NewCover-name, .NewCover-stats {
     text-align: center 
}
 .NewCover-name {
     opacity: .73;
     font-size: 16px;
     font-weight: 700;
     letter-spacing: .5px;
     text-align: left;
     text-transform: uppercase;
     color: var(--white);
     margin: 10px;
     font-family: var(--extraBoldFontFamily) 
}
 .NewCover-metadata {
     min-height: var(--navbarHeight);
     height: var(--navbarHeight);
     text-align: center;
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-content: stretch;
     align-items: center;
     z-index: var(--zIndexCoverHeaderDefault) 
}
 .NewCover-description {
     margin: 0 0 10px;
     font-size: 22px;
     max-width: 390px 
}
 .isPromoted .NewCover-description {
     margin: 10px 0 32px;
     font-size: 16px;
     max-width: 540px 
}
 .NewCover-change-sort {
     user-select: none;
     display: flex;
     align-items: center;
     justify-content: space-between;
     width: 100% 
}
 .NewCover-change-sort-wrapper {
     display: inline-flex;
     position: relative;
     white-space: nowrap;
     z-index: 1 
}
 .NewCover-change-sort-wrapper.section {
     transition: transform .25s ease-in-out;
     transform: translateX(0) 
}
 .NewCover.isFixed .NewCover-change-sort-wrapper.section {
     transform: translateX(45px) 
}
 .NewCover-promoted-label {
     margin: -15px 0 40px 
}
 .NewCover .label {
     margin: 10px;
     border-radius: var(--smallBorderRadius);
     background: var(--sevenOfEightUltraLightGrey);
     color: var(--boldlyGoBlack);
     padding: 3px 8px;
     text-transform: uppercase 
}
 .NewCover-change-sort-text {
     line-height: 17px;
     margin-top: 1px 
}
 .NewCover .GoUp {
     opacity: 0 
}
 .NewCover.isFixed .GoUp {
     opacity: 1;
     transition: opacity .25s ease-in-out .25s 
}
 @keyframes spin {
     to {
         -webkit-transform: rotate(1turn);
         transform: rotate(1turn) 
    }
}
 .NewCover-change-sort .sort {
     font-size: 16px 
}
 .HomeCover>.Navbar {
     z-index: var(--zIndexNavBar) 
}
 .HomeCover.isCollapse {
     background-position: bottom 
}
 @media (max-width:899px) {
     .HomeCover {
         background-position: 0 
    }
}
 @media (min-width:678px) {
     .TagsCover .LayoutStub {
         width: 225px 
    }
}
 @media (min-width:1200px) {
     .HomeCover .Searchbar, .TagsCover .Searchbar {
        /* position: fixed; */
		 position: absolute;
         margin: 15px auto auto;
         top: 0;
         left: 0;
         right: 0 
    }
}
 .NewCover-change-sort-wrapper .Dropdown, .NewCover .Cover-metadata {
     margin: auto 
}
 .Cover-metadata {
     position: relative;
     margin: 0 auto;
     text-align: center;
     height: 100%;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     justify-content: center;
     align-content: stretch;
     align-items: center;
     z-index: var(--zIndexCoverHeaderDefault) 
}
 .Cover-item-count {
     text-transform: uppercase 
}
 .Cover-stats {
     font-size: 16px;
     margin: 13px 0 20px 
}
 .Cover-description, .Cover-name, .Cover-stats {
     text-align: center 
}
 .Cover-name {
     font-size: 52px;
     color: #fff;
     margin: 0;
     font-family: var(--extraBoldFontFamily) 
}
 .Cover-description {
     margin: 0 0 10px;
     font-size: 22px;
     max-width: 390px 
}
 .p-romoted .Cover-description {
     margin: 10px 0 32px;
     font-size: 16px;
     max-width: 540px 
}
 @media (max-width:800px) {
     .Cover-name {
         font-size: 6vw 
    }
     .Cover-change-sort {
         position: static;
         margin: 10px 
    }
     .Cover-description {
         margin: .1vw 0 0 
    }
}
 .CoverChangeSort {
     white-space: nowrap 
}
 .CoverChangeSort .sort {
     padding-left: 18px 
}
 .Tooltip-dataTitle[data-title]:not([data-title=""]):hover:before {
     content: "";
     position: absolute;
     transform: translateY(-210%);
     display: inline-block;
     border-left: 8px solid transparent;
     border-right: 8px solid transparent;
     border-top: 8px solid var(--dark-mint-green) 
}
 .Tooltip-dataTitle[data-title]:not([data-title=""]):hover:after {
     content: attr(data-title);
     position: absolute;
     right: auto;
     text-align: center;
     transform: translate(-50%, -160%);
     font-size: 10px;
     letter-spacing: 1.1px;
     font-weight: 600;
     padding: 6px 10px;
     background-color: var(--dark-mint-green);
     white-space: nowrap;
     border-radius: 3px;
     color: var(--white);
     border-style: solid;
     border-color: var(--dark-mint-green) 
}
 .Tooltip-dataTitle--bottom[data-title]:not([data-title=""]):hover:before {
     top: auto;
     transform: translateY(340%);
     border-bottom: 8px solid var(--dark-mint-green);
     border-top: 0 
}
 .Tooltip-dataTitle--bottom[data-title]:not([data-title=""]):hover:after {
     top: auto;
     transform: translate(-50%, 125%) 
}
 .CoverChangedView {
     margin-left: 30px;
     display: flex;
     align-items: center 
}
 .CoverChangedView>* {
     display: inline-block;
     height: 17px;
     cursor: pointer 
}
 .CoverChangedView g {
     fill: hsla(0, 0%, 100%, .4) 
}
 .CoverChangedView>.active g {
     fill: #fff 
}
 .CoverChangedView>:not(:first-child) {
     margin-left: 13px 
}
 .CoverChangedView .Tooltip-dataTitle.pause, .CoverChangedView .Tooltip-dataTitle.play {
     margin-right: 17px;
     margin-top: auto;
     margin-bottom: auto 
}
 .CoverChangedView img.pause, .CoverChangedView img.play {
     opacity: .4 
}
 .GoUp {
     transition: opacity .25s ease-in-out 0ms;
     cursor: pointer;
     border-radius: 8px;
     width: 34px;
     height: 34px;
     background-color: var(--dark-mint-green);
     position: absolute;
     z-index: 1000 
}
 .CoverChangeGallery {
     display: flex;
     justify-content: space-between;
     position: relative;
     height: 36px;
}
 .Footer {
     white-space: nowrap;
     background-color: var(--charcoal-grey);
     display: flex;
     justify-content: space-between;
     height: 50px;
     line-height: 50px;
     box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5) 
}
 .Footer-content {
     max-width: 2000px;
     width: 100%;
     margin: auto 
}
 .Footer-slim {
     position: fixed;
     z-index: 1000 !important;
     bottom: 0;
     left: 0;
     right: 0;
     transition-property: bottom;
     transition-duration: .3s;
     transition-timing-function: linear;
     animation-delay: 2s;
     -webkit-transition-property: bottom;
     -webkit-transition-duration: .3s;
     -webkit-transition-timing-function: linear;
     -webkit-animation-delay: 2s;
     z-index: var(--zIndexThinFooter) 
}
 .Footer-slim.down {
     bottom: -60px 
}
 .Footer-navbar {
     overflow: hidden;
     margin: 0 24px;
     font-size: 13px;
     letter-spacing: .5px;
     text-align: left;
     color: var(--tricorderMediumLightGrey);
     display: flex;
     width: 100% 
}
 .Footer-slim a {
     color: inherit;
     line-height: 50px 
}
 .Footer-slim-app {
     padding: 0 47px;
     font-size: 13px;
     background-color: var(--enterpriseMediumDarkGrey);
     display: flex;
     min-width: 170px;
     font-weight: 700 
}
 .Footer-slim-app a {
     letter-spacing: .5px 
}
 .Footer-slim li {
     display: inline-block;
     margin: auto 20px;
     vertical-align: middle 
}
 .Footer-slim li:first-child {
     font-weight: 700 
}
 .Footer-measure {
     visibility: hidden;
     position: absolute;
     width: 100%;
     overflow: hidden 
}
 .Footer-slim .Dropdown {
     padding-top: 8px;
     margin-right: 24px;
     color: var(--tricorderMediumLightGrey) 
}
 .Footer-slim .Dropdown-icon {
     opacity: .6 
}
 .Footer-slim .Dropdown-list {
     background-color: var(--enterpriseMediumDarkGrey);
     padding: 10px 0 
}
 .Footer-slim .Dropdown-list a {
     color: #fff;
     line-height: 35px 
}
 .Footer-slim .Dropdown-menu {
     top: inherit;
     bottom: 39px;
     padding-top: 0;
     padding-bottom: 10px 
}
 .Dropdown.center .Dropdown-menu, .Dropdown.center .Dropdown-triangle {
     margin-left: 1px 
}
 .Footer-slim .Dropdown-triangle {
     border-top: 10px solid var(--enterpriseMediumDarkGrey);
     border-bottom: none;
     bottom: 0;
     top: inherit 
}
 .Footer-slim .Dropdown-option {
     padding: 0 
}
 .Footer-slim .Dropdown-option:hover {
     background: transparent 
}
 .Footer .Dropdown-option .Footer-optionText, .Footer .Dropdown-option a {
     padding-left: 23px;
     padding-right: 26px;
     display: block 
}
 .Footer .Dropdown-option a:hover {
     background-color: hsla(0, 0%, 80%, .29) 
}
 .Footer-app {
     position: relative;
     width: 100%;
     padding: 49px 130px;
     margin-top: 30px;
     height: auto;
     line-height: inherit 
}
 @media (max-width:1199px) {
     .Footer-app {
         padding: 49px 80px 
    }
}
 @media (max-width:899px) {
     .Footer-app {
         padding: 49px 25px 
    }
}
 .Footer-app ul {
     display: inline-block;
     width: 15%;
     opacity: .8;
     font-size: 13px;
     letter-spacing: .1px;
     text-align: left;
     color: #fff;
     vertical-align: text-top;
     padding-right: 5px 
}
 .Footer-app ul:first-child {
     width: 20% 
}
 .Footer-app ul:last-child {
     width: 35% 
}
 .Footer-app ul li {
     padding: 5px 0 
}
 .Footer-app ul li:first-child {
     font-weight: 700;
     padding: 10px 0;
     text-transform: uppercase;
     font-weight: 900;
     letter-spacing: .1px 
}
 .Footer-app li:not(.Footer-social) a {
     color: inherit;
     display: block;
     overflow: hidden;
     text-overflow: ellipsis 
}
 .Footer-app form {
     display: flex;
     flex-direction: row 
}
 .Footer-app a.disabled {
     cursor: default 
}
 .Footer-img {
     margin-bottom: 40px 
}
 .Footer-textInput {
     border-radius: 3px 0 0 3px;
     background-color: var(--dark-grey-two);
     font-size: 13px;
     border-color: transparent;
     width: 100% 
}
 .Footer-submitInput, .Footer-textInput {
     display: flex;
     line-height: 1;
     letter-spacing: .1px;
     text-align: left;
     padding: 12px 15px;
     color: #fff 
}
 .Footer-submitInput {
     width: 92px;
     border-top-right-radius: 3px;
     border-bottom-right-radius: 3px;
     font-weight: 700;
     border-color: transparent;
     text-align: center;
     background-color: #1bb76e 
}
 .Footer-social {
     margin-top: 24px 
}
 .Footer-social img {
     padding: 5px 
}
 .Post-item {
     height: 100%;
     display: block;
     border-radius: 4px;
     margin-bottom: 30px;
     background-repeat: no-repeat;
     cursor: pointer;
     overflow: hidden;
     background-size: 145px;
     position: relative;
     color: var(--siteTextColor);
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4);
     border-radius: var(--smallBorderRadius);
     background-color: var(--voyagerDarkGrey);
     transition: box-shadow .25s;
     -webkit-transition: box-shadow .25s 
}
 .Post-item:hover {
     box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16) 
}
 .Post-item-media {
     position: relative 
}
 .Post-item-media:before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background: #fff;
     opacity: 0;
     transition: opacity .25s;
     -webkit-transition: opacity .25s 
}
 .Post-item:hover .Post-item-media:before {
     opacity: .1 
}
 .Post-item.downvote .Post-item-info>.PostInfo, .Post-item.upvote .Post-item-info>.PostInfo {
     padding-bottom: 8px 
}
 .Post-item.upvote .Post-item-title-wrap {
     border-bottom: solid 4px var(--dark-mint-green) 
}
 .Post-item.downvote .Post-item-title-wrap {
     border-bottom: solid 4px var(--pink-dark) 
}
 .Post-item.upvote .ups, .Post-item:not(.novote) .ups:hover {
     color: var(--dark-mint-green);
     opacity: 1 
}
 .Post-item.downvote .downs, .Post-item:not(.novote) .downs:hover {
     color: var(--pink-dark);
     opacity: 1 
}
 .Post-item .Post-item-title-wrap {
     background-color: var(--title-grey-default);
     transition: background-color .25s;
     -webkit-transition: background-color .25s 
}
 .Post-item:hover .Post-item-title-wrap {
     background: var(--title-grey-light) 
}
 .FireworkAnimate {
     border-radius: 50%;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     position: absolute;
     opacity: 0;
     animation: effectFirework .35s ease-out;
     -webkit-animation: effectFirework .35s ease-out;
     -moz-animation: effectFirework .35s ease-out 
}
 .FireworkAnimate svg {
     display: inline-block;
     width: 100%;
     height: 100% 
}
 @keyframes effectFirework {
     0% {
         transform: scale(1);
         opacity: 1 
    }
     to {
         transform: scale(2) 
    }
}
 @-webkit-keyframes effectFirework {
     0% {
         -webkit-transform: scale(1);
         opacity: 1 
    }
     to {
         -webkit-transform: scale(2) 
    }
}
 @-moz-keyframes effectFirework {
     0% {
         -moz-transform: scale(1);
         opacity: 1 
    }
     to {
         -moz-transform: scale(2) 
    }
}
 .Post-item-info {
     display: flex;
     justify-content: space-between;
     color: hsla(0, 0%, 100%, .6);
     min-height: 8px 
}
 .novote .Post-item-info {
     pointer-events: none 
}
 .PostInfo {
     display: flex;
     align-items: center;
     font-size: 12px;
     line-height: 1.5;
     letter-spacing: .3px;
     opacity: .65;
     padding-bottom: 12px;
     padding-top: 6px;
     flex: 1;
     justify-content: center 
}
 .PostInfo .icon {
     display: inline-flex;
     margin: 0 4px 0 0 
}
 .PostInfo.vote .icon {
     width: 16px;
     height: 16px;
     position: relative 
}
 .PostInfo img {
     opacity: .6 
}
 .PostInfo span:last-child {
     margin-top: 2px 
}
 .PostInfo:hover img {
     opacity: 1 
}
 .PostInfo:hover {
     color: var(--white);
     opacity: 1 
}
 .Post-item .vote {
     position: relative 
}
 .PostInfo.vote .icon:before {
     margin: auto;
     top: 0 
}
 .PostInfo.ups .FireworkAnimate {
     background: var(--title-grey-default) 
}
 .Post-item:hover .PostInfo.ups .FireworkAnimate {
     background: var(--title-grey-light) 
}
 .PostInfo.ups .FireworkAnimate svg {
     fill: var(--dark-mint-green) 
}
 .PostInfo.label {
     padding-right: 15px;
     padding-left: 15px;
     flex: 0 
}
 .Post-item-title-wrap {
     background: var(--enterpriseMediumDarkGrey);
     padding-top: 12px;
     color: var(--white);
     margin-top: -20px;
     position: absolute;
     width: 100%;
     transition: background .2s;
     bottom: 0 
}
 .Post-item-title {
     font-weight: 600;
     line-height: 1.14;
     font-size: 14px;
     text-align: left;
     color: var(--white);
     display: inline-block;
     max-height: 45px;
     overflow: hidden;
     padding: 0 15px 
}
 .Post-item-title-wrap.text-overflow .Post-item-title {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     width: 100% 
}
 .Post-item-meta {
     position: absolute;
     top: 15px;
     right: 15px;
     left: 15px;
     font-size: 12px;
     line-height: 16px 
}
 .Post-item-external-ad {
     background: var(--phaserLightGrey);
     color: #000;
     text-transform: uppercase;
     font-family: var(--boldFontFamily);
     box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, .6) 
}
 .Post-item-external-ad, .Post-item-image-count {
     padding: 2px 7px 1px;
     border-radius: var(--smallBorderRadius) 
}
 .Post-item-image-count {
     background: var(--voyagerDarkGrey) 
}
 .Post-item-image-video {
     text-transform: uppercase;
     font-family: var(--boldFontFamily);
     letter-spacing: 2.4px;
     background: rgba(35, 109, 66, .8);
     padding: 2px 7px 1px;
     border-radius: var(--smallBorderRadius);
     box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, .6) 
}
 .Post-item-meta>div {
     float: right;
     margin-left: 4px 
}
 .PostWrapper {
     width: 100%;
     position: relative;
     margin-bottom: 30px;
     background-color: var(--charcoal-grey-three);
     border-radius: 4px;
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4) 
}
 .Grid-column.hasMargin {
     margin-left: 30px 
}
 .Grid-LoadingSpinner {
     float: right;
     width: 100% 
}
 .Grid-LoadingSpinner .LoadingSpinner {
     width: 100%;
     text-align: center;
     margin-top: -25px 
}
 .Home-beta-feedback .icon-feedback-bubble {
     margin: 2px 8px -10px 0 
}
 .Home-beta-feedback {
     bottom: 96px;
     text-transform: uppercase;
     padding: 15px;
     border-radius: 12px;
     display: flex;
     background-image: linear-gradient(104deg, #611476, #1c1762);
     box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .5) 
}
 .Home-beta-feedback, .Home-beta-optout {
     font-family: var(--extraBoldFontFamily);
     position: fixed;
     right: 20px;
     color: #40fed1;
     z-index: var(--zIndexHomeBetaFeedback) 
}
 .Home-beta-optout {
     cursor: pointer;
     bottom: 70px;
     width: 174px;
     text-shadow: 0 8px 15px rgba(0, 0, 0, .5);
     text-align: center;
     font-size: 14px 
}
 .FastGrid {
     margin: auto 
}
 .Grid-column {
     float: left 
}
 .FastGrid-Error {
     font-size: 24px;
     color: var(--starfleetMediumGrey);
     font-family: var(--boldFontFamily);
     text-align: center;
     margin: 50px auto;
     padding-top: 100px 
}
 .ButtonBackToTop {
     position: fixed;
     perspective: 1000;
     bottom: 20px;
     right: 20px;
     cursor: pointer;
     width: 90px;
     height: 38px;
     border-radius: 8px 8px 8px 0;
     background-color: #53565f;
     padding: 6px;
     box-sizing: border-box;
     backface-visibility: hidden;
     -webkit-backface-visibility: hidden;
     display: none;
     box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .5);
     transition-property: display, bottom;
     transition-duration: .3s;
     transition-timing-function: linear;
     animation-delay: 2s;
     -webkit-transition-property: display, bottom;
     -webkit-transition-duration: .3s;
     -webkit-transition-timing-function: linear;
     -webkit-animation-delay: 2s;
     z-index: var(--zIndexButtonBackToTop) 
}
 .ButtonBackToTop:hover {
     background: var(--starfleetMediumGrey) 
}
 .ButtonBackToTop.active {
     display: block 
}
 .ButtonBackToTop .text {
     float: left;
     width: 50px;
     font-size: 13px;
     margin-left: 3px;
     text-transform: uppercase 
}
 .ButtonBackToTop .icon {
     float: left;
     width: 21px;
     font-size: 19px;
     padding: 4px 0 0 2px 
}
 .Tag {
     position: relative;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     border-radius: var(--smallBorderRadius);
     background-color: rgba(121, 67, 200, .8);
     background-size: auto 115px;
     background-repeat: repeat-x;
     background-position: 100% 0;
     transition: transform .3s;
     -webkit-transition: transform .3s 
}
 .Tag:hover {
     transform: translateY(-2px) 
}
 .Tag-title {
     font-family: var(--boldFontFamily);
     padding: 12px;
     width: 100%;
     text-align: center;
     color: #fff 
}
 .Tag>div {
     border-radius: 0 0 var(--smallBorderRadius) var(--smallBorderRadius) 
}
 .Tag-name {
     font-size: 14px;
     line-height: 1.15;
     letter-spacing: .4px;
     color: #fff;
     text-transform: capitalize 
}
 .Tag-posts {
     margin-top: 4px;
     font-size: 11px;
     line-height: 1.46;
     letter-spacing: .4px;
     color: hsla(0, 0%, 100%, .5) 
}
 .Tag-promoted {
     display: block;
     position: absolute;
     right: 5px;
     top: 5px;
     border-radius: var(--smallBorderRadius);
     padding: 2px 5px;
     font-weight: 700;
     text-transform: uppercase;
     font-size: 11px;
     background: var(--sevenOfEightUltraLightGrey);
     color: var(--boldlyGoBlack) 
}
 .TrendingTags {
     display: flex;
     flex-direction: column;
     align-items: center 
}
 .TrendingTags-header {
     height: 32px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     opacity: .7;
     font-size: 16px;
     font-weight: 700;
     line-height: 1;
     letter-spacing: 1.3px;
     text-align: left;
     color: #fff;
     text-transform: uppercase 
}
 .TrendingTags-container {
     display: flex;
     justify-content: center;
     flex-wrap: wrap 
}
 .TrendingTags-row {
     width: 100%;
     display: flex;
     justify-content: space-around;
     align-items: center;
     margin: 10px 0 
}
 .TrendingTags-labelToggle {
     cursor: pointer;
     color: #fff 
}
 .TrendingTags-label {
     display: flex;
     align-items: center;
     height: 100% 
}
 .TrendingTags .Tag {
     margin: 12px 6px 
}
 .InteractiveBackground {
     overflow: hidden!important 
}
 #pagination{
     margin-top: 30px;
     text-align: center;
}
 .pagination > li > a, .pagination > li > span{
     background: #333;
     border: none;
     color: #aaa;
}
 .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
     background: #c91c55 !important;
     border: none;
     color: #fff !important;
}
 .pagination > li > a{
     margin: 0 5px;
     border-radius: 3px;
}
 @media screen and (max-width: 1600px){
     .watch-pb .wpb-content .wpbc-title {
         width: auto;
         padding: 5px 10px;
         position: relative;
         left: 0;
         top: 0;
         margin-bottom: 10px;
    }
}
 .play-cont {
     width: 100%;
}
 .video-js {
     width: 100%;
}
 .gh-titl {
    font-size: 16px;
}
 @media screen and (max-width:1600px){
     .grid-item li{
        width: 15.66%;
    }
     .detail-cover{
        left: 45%;
    }
     .detail-content{
        padding: 30px 20px;
         width: 45%;
    }
     .modern-body .detail-content{
         padding-left: 30px;
         width: 55%
    }
     .modern-body .detail-cover{
        left: 55%;
    }
     .detail-content .film-title, .detail-actor-wrap .dl-title{
        font-size: 35px;
    }
     .detail-content .film-rating .space{
        background: none;
         margin: 0 5px;
    }
     .film-rating .btn{
        padding: 6px 0;
         color: #fff !important
    }
     .detail-actor-wrap .grid-item li{
        width: 15.66%;
    }
     #slider .swiper-slide{
        padding-bottom: 250px;
    }
     #slider .slide-caption .ssc-play{
    }
     #slider .slide-caption{
        width: 90%;
         padding: 20px;
         color: #fff;
    }
     #slider .slide-caption .ssc-desc{
         font-size: 12px;
    }
     #slider .slide-link:before{
         right: -30%;
    }
     #slider .slide-caption .ssc-title{
        font-size: 20px;
    }
     .swiper-button-prev, .swiper-button-next{
        margin-top: -42px !important;
    }
     .watching #main-content{
        margin-left: -15px;
         margin-right: 15px;
    }
     .watching{
        margin-top: 0 !important;
    }
     .watch-pb .wpb-content .wpbc-title{
        width: auto;
         padding: 5px 10px;
         position: relative;
         left: 0;
         top: 0;
         margin-bottom: 10px;
    }
     .tvshow-list .grid-item li{
        width: 24%;
    }
     .tvchannel-list .grid-item li{
        width: 15.66%;
    }
     .tvshow-related .grid-item li{
        width: 32.33%;
    }
     .tvchannel-related .grid-item li{
        width: 19%;
    }
     .watching-channel .watch-content{
        margin-top: 30px;
    }
}
 .md-close {
     font-size: 36px !important;
     color: #252525;
     position: absolute;
     top: 0px;
     right: 0px;
     margin: 33px;
}
 .content-container-11 {
    /*height: 500px;
    */
}
 .content-container-11 div {
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
}
 .md-show.md-effect-12 ~ .md-overlay {
     background: #fff;
}
 .md-show ~ .md-overlay {
     opacity: 0.9;
     visibility: visible;
}
 .Searchbar-submitInput .search {
     margin-top: -5px;
}
 @media screen and (max-width: 991px){
     .gh-titl {
         text-align: center;
    }
     .watching #main-content {
         margin: 0px !important;
    }
}
 .responsive-iframe {
     overflow:hidden !important;
     padding-bottom:56.25% !important;
     position:relative !important;
     height:0 !important;
}
 .responsive-iframe iframe{
     left:0;
     top:0;
     height:100%;
     width:100%;
     position:absolute;
}
/* Custom CSS */
 @font-face {
     font-family: "demo";
     src: url('../fonts/icons.woff') format("woff"), url('../fonts/icons.ttf') format("truetype");
}
 @-moz-keyframes loadingStart {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @-webkit-keyframes loadingStart {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @-o-keyframes loadingStart {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @keyframes loadingStart {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @-moz-keyframes loading {
     0% {
         -moz-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     50% {
         -moz-transform: rotate(180deg);
         transform: rotate(180deg);
    }
     100% {
         -moz-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 @-webkit-keyframes loading {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     50% {
         -webkit-transform: rotate(180deg);
         transform: rotate(180deg);
    }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 @-o-keyframes loading {
     0% {
         -o-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     50% {
         -o-transform: rotate(180deg);
         transform: rotate(180deg);
    }
     100% {
         -o-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 @keyframes loading {
     0% {
         transform: rotate(0deg);
    }
     50% {
         transform: rotate(180deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 #target {
     border: 2px solid black;
     height: 400px;
     width: 800px;
}
 .loading {
     position: relative;
}
 .loading .loading-overlay {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     -webkit-animation: loadingStart 3s 300ms linear 1 both;
     -moz-animation: loadingStart 3s 300ms linear 1 both;
     -o-animation: loadingStart 3s 300ms linear 1 both;
     animation: loadingStart 3s 300ms linear 1 both;
     background: rgba(255, 255, 255, 0.25);
     text-align: center;
}
 .loading .loading-text {
     font-size: 0.875rem;
     line-height: 1.3125rem;
     text-shadow: white 0 0 1em, white 0 0 0.5em, white 0 0 0.25em;
     position: relative;
     display: block;
     text-transform: uppercase;
     font-weight: bold;
}
 .loading .loading-text:after {
     content: "...";
}
 .loading .loading-spinner {
     position: absolute;
     top: 50%;
     bottom: 0;
     left: 0;
     right: 0;
     margin: -3.9375rem auto 0;
     color: #1a1d1d;
     text-align: center;
}
 .loading .loading-icon {
     font-size: 4.8125rem;
     line-height: 5.25rem;
     text-shadow: rgba(255, 255, 255, 0.75) 0 0 0.5em;
     -webkit-animation: loading 1s steps(4) infinite;
     -moz-animation: loading 1s steps(4) infinite;
     -o-animation: loading 1s steps(4) infinite;
     animation: loading 1s steps(4) infinite;
     display: block;
     vertical-align: middle;
}
 .loading .loading-icon:before {
     vertical-align: middle;
     content: "\e000";
     font-family: "demo";
}
