/***************************** v2 ***************************/
body {
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
html.mm-opened {
    overflow-x: hidden;
    overflow-y: hidden;
}

.top {
    height: 52px;
    padding-top: 3px;
    padding-right: 7px;
    padding-left: 7px;
    background-color: #FFF;
    display: block;
    position: relative;
}
.clear {
    clear: both;
    height: 0px;
}

.container {
    max-width:100%;
    margin-right: auto;
    margin-left: auto;
    min-width:320px;
    padding-top: 115px;
}

.logo {
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    height: 49px;
    width: 116px;
    display: block;
}

.login.button {
    float: right;
    font-weight: bold;
    color: #666;
    margin-top: 10px;
    text-transform: capitalize;
    margin-right: 0;
}
.login.button.red {
    color: #FFF;
}

.button {
    display: inline-block;
    text-decoration: none !important;
    font: 12px 'Arial';
    color: #c3183a;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    padding: 5px 7px 5px 7px;
    margin: 0 4px 9px 0;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.button:hover {
    background: -webkit-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -moz-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -o-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -ms-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    color: #fff;
    border: none;
    padding: 6px 8px 6px 8px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22e2e', endColorstr='#a91818',GradientType=0 );
}
.red{ background: -webkit-linear-gradient(top, #e22e2e 0%, #a91818 100%);
        background: -moz-linear-gradient(top, #e22e2e 0%, #a91818 100%);
        background: -o-linear-gradient(top, #e22e2e 0%, #a91818 100%);
        background: -ms-linear-gradient(top, #e22e2e 0%, #a91818 100%);
        color: #fff;
        border: none;
        padding: 6px 8px 6px 8px;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22e2e', endColorstr='#a91818',GradientType=0 );}
.menu-icon {
    color: #DB2C2C;
    float: left;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 7px;
}
.menu-icon:hover {
    border: 1px solid #d3d3d3;
    background-color: #F8F8F8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}
.menu-icon .fa.fa-caret-down {
    margin-left: 3px;
    font-size: 13px;
}
.nav {
    height: 55px;
    margin-right: 7px;
    margin-left: 7px;
}
.nav a {
    display: inline-block;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #3A3A3A;
    width: 20%;
    color: #FFF;
    height: 55px;
    text-align: center;
    font-size: 10px;
    line-height: 13px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    float: left;
    text-shadow: 1px 1px 1px #000000;
    background-color: #6E6E6E;
    background: -webkit-linear-gradient(top, #707070 0%, #484848 100%);
    background: -moz-linear-gradient(top, #707070 0%, #484848 100%);
    background: -o-linear-gradient(top, #707070 0%, #484848 100%);
    background: -ms-linear-gradient(top, #707070 0%, #484848 100%);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.nav a span{}
.nav a:hover, .nav .active {
    background: -webkit-linear-gradient(top, #e03737 0%, #b81d1d 100%);
    background: -moz-linear-gradient(top, #e03737 0%, #b81d1d 100%);
    background: -o-linear-gradient(top, #e03737 0%, #b81d1d 100%);
    background: -ms-linear-gradient(top, #e03737 0%, #b81d1d 100%);
    text-shadow: 0px 0px 0px #000000;
}
.nav a:last-child {
    border: none;

}
.nav a .fa {
    line-height: 35px;
    font-size: 21px;
    display: block;
}
.advertisement {
    clear: both;
    font-size: 9px;
    text-transform: capitalize;
    color: #999999;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.6em;
}
.advertisement img {
    border: 0;
}
.advertisement .adv_imgs {
    overflow: hidden;
    margin: 0px auto;
    width: 304px;
}
.advertisement .adv_imgs.wide {
    width: 608px;
}
.advertisement .adv_imgs .adv_block {
    float: left;
    margin: 0px 2px;
}
.advertisement .adv_imgs_cols { width: auto; max-width: 608px; }
.advertisement .adv_imgs_cols .adv_block { float: none; }
.advertisement .adv_imgs_cols .mn-related-container { width: auto !important; }
.advertisement .adv_imgs_cols .mn-thumb { height: auto !important; width: 98.99% !important; }
.advertisement .adv_imgs_cols .mn-thumb__holder { height: auto !important; width: 100% !important; }
@media screen and (min-width:320px) {
    .advertisement .adv_imgs_cols .mn-thumbnails_col-2 .mn-thumb {
        width: 48.99% !important;
    }
}
.advertisement .mn-container-adsby { display: none; }

.advertisement .adv-mobile-footer .mn-thumb__label {
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    text-align: center;
}
.advertisement .adv-mobile-footer .mn-thumb__label-title { display: none; }
.advertisement .adv-mobile-footer .mn-thumb__label-brand {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    max-height: 20px;
    padding: 0;
}
.advertisement .adv-mobile-footer .mn-thumb__label-brand-link { color: #fff; }

.thumb-holder {
    margin:auto;
    margin-bottom: 20px;
    padding: 5px;
    width: 95%;
    border: 1px solid #E4E4E4;
    max-width:760px;
    height:100%;
    position:relative;
    /*overflow: auto;*/
}

#thumbs_page .thumb-holder {
    margin-top: 0;
    max-width:320px;
}
#download_page .thumb-holder {
    margin-top: 0;
    max-width:300px;
}
.thumb-holder h5, .thumb-holder h1.album {
    font-size: 14px;
    color: #BF062B;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    height: 23px;
    overflow: hidden;
    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
.thumb-holder h5.album, .thumb-holder h1.album {
    font-size: 14px;
    font-weight: bold;
    height: auto;
    padding-top: 0px;
    padding-bottom: 5px;
}

.thumb-holder .th {position: relative;

}
.thumb-holder .th .play {
    background-color: #FA1531;
    height: 65px;
    width: 65px;
    position: absolute;
    z-index: 99;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    color: #FFF;
    font-size: 30px;
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 2px solid #FFF;
    opacity:0.6;
    filter:alpha(opacity=60); 
    float:left;
}
.play .fa.fa-play {
    line-height: 65px;
    margin-left: 7px;
}

.thumb-holder .th img {
    height: auto;
    width: 100%;
    border: none;
    position: relative;
    z-index: 9;
    min-height:180px;

}
.thumb-holder .th-info {
    position: relative;
    z-index: 899;
    color: #333;
    height:20px;
    padding-bottom:10px;
}
.thumb-holder .th-info a {
    color: #C41537;
    text-decoration: none;
    font-weight: bold;
}
.thumb-holder .th-info .fa {
    color: #C5C5C5;
}
.thumb-holder .th-info .fa.fa-clock-o {
    margin-left: 15px;
}
.thumb-holder .button{ margin-bottom:0px;}
.thumb-holder .button.red{padding: 6px 14px;}
.thumb-holder .button i{ font-size:14px; margin-right:3px;}
.thumb-holder a  {
    text-decoration: none;
}
.thumb-holder .categories .button {margin: 0 4px 9px 0;}
.thumb-holder .th-info .rating {
    float: left;
    background-image: url(../images/rating_icon.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 18px;
    width: 39px;
    margin-left: 15px;
}
.thumb-holder .th-info .rating_data {
    font-size: 12px;
    font-weight: bold;
    color: #F70F16;
    padding-top: 3px;
    display: block;
    padding-left: 3px;
    float: left;
}
.thumb-holder .th-info .rating .load {
    background-image: url(../images/rating_icon.jpg);
    background-repeat: no-repeat;
    height: 18px;
}
.container .title {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background-color: #929292;
    text-align: center;
    height: 35px;
    line-height: 35px;
}
.container .title a  {
    color:#ffffff;
    line-height: 24px;
}


.container .categories {
    padding: 10px;
    text-align: center;
}
.container .version a {
    text-align: center;
    background-color: #6B6B6B;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    line-height: 35px;
    border-bottom:1px solid #4B4B4B;
    border-top:1px solid #949494;
}
.container .version a:first-child {
border-bottom:1px solid #4B4B4B;
}
.container .version a:last-child {
border-top:1px solid #949494;
}.version a .fa.fa-mobile {
    font-size: 22px;
    position: relative;
    bottom: -3px;
}
.container .footer {
    line-height: 40px;
    background-color: #F7F7F7;
    text-align: center;
    height: 40px;
    font-size: 11px;
}
.container .footer a {
    color: #6B6B6B;
    text-decoration: none;
    margin-right: 10px;
}
.container .copyright {
    font-size: 11px;
    color: #6B6B6B;
    text-align: center;
    padding: 20px;
}
#menu-left ul .title {
    font-size: 16px;
    line-height: 35px;
    color: #FFF;
    background-color: #000000;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#menu-left ul li i {
    width: 20px;
}
#menu-left ul li
{  border-top:1px solid #515151;
   border-bottom:1px solid #242424;}
#menu-left ul li a {
    color: #FFF;
    font-size: 14px;
}
            .mm-menu li.img a
            {
                font-size: 16px;
            }
            .mm-menu li.img a img
            {
                float: left;
                margin: -5px 10px -5px 0;
            }
            .mm-menu li.img a small
            {
                font-size: 12px;
            }

#menu-left .icon {
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 4px;
}

#menu-left .ico_prem {
    background: url('../images/ico_crown.png') no-repeat 0 center transparent;
    display: block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
            
.video h5 {
    font-size: 14px;
    font-weight: bold;
    height: auto;
    padding-top: 0px;
    padding-bottom: 5px;
}
.video .video-buttons {

    text-align:left;
    min-width:300px;

}
.video-buttons a {
    display: inline-block;
    height: 41px;
    width: 13%;
    border: 1px solid #E1E1E1;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#4D4D4D;
    text-align:center;
    min-width:41px;
    float: left;
    margin-right: 3px;
}
.video-buttons a i{ font-size:30px;line-height:43px;}   
.video-buttons span {
    line-height: 25px;
    display: block;
    color: #333;
}
.video-buttons .rate_big {
    background-image: url(../images/rating_icon_big.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 41px;
    width: 70px;
    background-position: left bottom;
    float: left;
    text-align: center;
    position: relative;
    padding: 0;
    left: 3px;
}
.video-buttons .rate_big .hover {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background-image: url(../images/rating_icon_big.jpg);
    background-repeat: no-repeat;
    background-position: left -16px;
    height: 25px;
}
.video-buttons .rate_big b {
    font-size: 16px;
    line-height: 16px;
    display: block;
}
.add-info {
    float: left;
    min-height: 15px;
    padding: 13px 3px;
    border-bottom: 1px solid #e2e2e2;
    #width: 689px;

}
.add-info .views a {
    text-decoration: none !important;
    font: bold 12px 'Arial';
    color: #c3183a;
}
.add-info div {
    float: left;
    margin-right: 15px;
    padding-top: 5px;
}
.add-info i {
    display: inline-block;
}
.add-by, .runtime, .views {
    font: 12px 'Arial';
    color: #363636;
}
.add-by i {
    width: 10px;
    height: 13px;
    background: url(../images/sprite/sprite.png) no-repeat 0px 0px;
        margin-right: 2px;
    position: relative;
    top: 1px;
}
.add-by a {
    text-decoration: none !important;
    font: bold 12px 'Arial';
    color: #c3183a;
}
.runtime i, .views i {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}
.runtime i {
    background: url(../images/sprite/sprite.png) no-repeat -398px 0px;
}
.runtime span, .views span {
    font: bold 12px 'Arial';
    color: #000;
    padding-right: 4px;
}
.views i {
    background: url(../images/sprite/sprite.png) no-repeat -411px 0px;
}
#search_block {
    display: none;
}
#f_search {
    display: block;
    overflow: hidden;
}
#f_search::before {
    margin-right: -25px;
    position: absolute;
    top: 12px;
    left: 11px;
    font-size: 16px;
    content: "\f002";
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.container .search {
    background-color: #F7F7F7;
    margin-right: 7px;
    margin-left: 7px;
    position: relative;
}
.container .search .block {
    position: relative;
}
.container .search a .fa.fa-times-circle {
    height: 30px;
    font-size: 17px;
    line-height: 30px;
    float: right;
    color: #666;
}
.container .search table {
    border-collapse: collapse; border-spacing: 0px;
    width: 100%;
    margin: 5px;
}
.container .search table td {padding: 0px; vertical-align: middle;}
.container .search table td._hide {width: 11px;}
.container .search table td._hide a {
    display: block;
    width: 14px;
    margin-left: 6px;
}
.container .search table td._input {
    border: 1px solid #E5E5E5;
    background-color: #FFF;
    padding-left: 29px;
    height: 29px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}
.container .search #search_query {
    padding-top: 0;
    height: 25px;
    display: inline-block;
    width: 95%;
    border: 0px;
    outline: none;
}
/*
.container ._hide_search {
    position: absolute;
    right: 5px;
    top: 5px;
}
*/

.container .search .block .fa.fa-search {
    font-size: 16px;
    margin-left: 5px;
    margin-top: 6px;
}


.video-buttons a.r{color:#FF0304}
.video-buttons a.g{ color:#03AF00}

.video .th-info {
    padding:5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #E5E5E5;
    border-bottom-color: #E5E5E5;
}
.video .cat-model {
    background-color: #F7F7F7;
    padding-top: 10px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}
.video .cat-model .categories {
    text-align: left;
    padding: 0px;
}
.top-menu {
    position: fixed;
    z-index: 999;
    height: 110px;
    width: 100%;
    left: 0px;
    top: 0px;
    min-width:320px;
}
.nav.shadow {box-shadow:0px 5px 5px rgba(0,0,0,.5);}
.pager {
    color: #5E5E5E;
    font-size: 12px;
    height: 32px;
    line-height: 27px;
    margin: 10px auto;
}
.pager .btnDark, .pager .num {
    font-size: 12px;
    height: 27px;
    line-height: 27px;
}
.pager .disable {
    opacity: 0.5;
}
.pager .active {
        background: -webkit-linear-gradient(top, #e22e2e 0%, #a91818 100%);
        background: -moz-linear-gradient(top, #e22e2e 0%, #a91818 100%);
        background: -o-linear-gradient(top, #e22e2e 0%, #a91818 100%);
        background: -ms-linear-gradient(top, #e22e2e 0%, #a91818 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22e2e', endColorstr='#a91818',GradientType=0 );
    border:1px solid #a91818;
    cursor: pointer;
    
}
.pager a.active {color:#ffffff; cursor: pointer;}
.pager .btnDark {
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    width: 65px;
    color: #8F8F8F;
    cursor: default;
}
.pager .fa{ margin-top:3px}
.pager .icon {
    margin: 1px 5px;
}
.pager .next .icon {
    margin-right: 0;
}
.pager .pre .icon {
    margin-left: 0;
}
.pager .num {
    background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #CECECE;
    border-radius: 2px;
    margin: 0 3px;
    width: 67px;
    text-align: center;
}
.pager .disabled {
    background-color: #CECECE;
    color: #000;
}
.pager .disabled input {
    font-weight: bold;
}
.pager .num input.curr {
    font-weight: bold;
    color: #F70C0C;
}

.pager .move {
    margin: 0 3px;
    width: 156px;
}
.pager .num input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #5E5E5E;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 55px;
}
.pager .num input.go {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #FBFBFB, #F2F2F2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #CECECE;
    border-image: none;
    border-radius: 0 3px 3px 0;
    border-style: solid;
    border-width: 0 0 0 1px;
    cursor: pointer;
    display: none;
    float: right;
    font-weight: bold;
    height: 27px;
    width: 40px !important;
}
.pager .total .num {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pager .active .total {
    display: none;
    text-align: center;
}
.pager .active .num {
    width: 148px;
}
.pager .active .num input {
    width: 100px;
}
.pager .active .num input.go {
    display: block;
}
.pagerBox .pager {
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.btnDark, .btnDarkList a {
    background: linear-gradient(to bottom, #F7F7F7, #E0E0E0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: bold;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.title .butt {
        background-color: #6E6E6E;
background: -webkit-linear-gradient(top, #e22e2e 0%, #a91818 100%);
        background: -moz-linear-gradient(top, #e22e2e 0%, #a91818 100%);
        background: -o-linear-gradient(top, #e22e2e 0%, #a91818 100%);
        background: -ms-linear-gradient(top, #e22e2e 0%, #a91818 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22e2e', endColorstr='#a91818',GradientType=0 );
        height:30px;
        padding-top:5px;
        width:35px;
        text-align:center;
        line-height:35px;
        font-size:23px;     
        }
.related-holder{margin: 5px auto;max-width: 760px;min-width:320px;}
.related-holder .vids{
    border: 1px solid #E4E4E4;
    border-top:none;
    overflow: auto;
}
.related-holder .vids img {
    height: auto;
    width: 100%;
    border: none;
    position: relative;
    z-index: 9;
    min-height:90px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;

}

.rel-thumb{ width:48%; margin:1%;position: relative;
}

.rel-thumb .rate {
    position: absolute;
    bottom: 5px;
    left: 3px;
    padding: 0 5px;
    font: bold 10px/18px Arial, Helvetica, sans-serif;
    background: rgba(61, 61, 61, 0.7);
    color: #95c613;
    z-index: 10;
    font-weight: bold;
}

.rel-thumb .time {
    position: absolute;
    right: 3px;
    bottom: 5px;
    padding: 0 5px;
    font: 11px/18px Arial, Helvetica, sans-serif;
    background: rgba(61, 61, 61, 0.7);
    z-index: 10;
    color: #fff;
    font-weight: bold;
}

.rel-thumb .hd {
    position: absolute;
    left: 3px;
    top: 3px;
    background: #da2b2b;
    background: -moz-linear-gradient(top, #da2b2b 0%, #ac1919 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da2b2b), color-stop(100%,#ac1919));
    background: -webkit-linear-gradient(top, #da2b2b 0%,#ac1919 100%);
    background: -o-linear-gradient(top, #da2b2b 0%,#ac1919 100%);
    background: -ms-linear-gradient(top, #da2b2b 0%,#ac1919 100%);
    background: linear-gradient(to bottom, #da2b2b 0%,#ac1919 100%);
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 24px;
    text-align: center;
    font: italic bold 10px/15px Arial, Helvetica, sans-serif;
    z-index: 10;
}

.rel-thumb .rate_red {color:#E91010;}

.rel-thumb .thumbHolder {
    position: relative;
}

.album-thumb .th_info {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    left: 10px;
    background:#000;
    opacity: 0.6;
    height:20px;
    width:94%;
}
.album-thumb a {
    font-size: 11px;
    color: #bf062b;
    text-decoration: none;
}
.album-thumb a span {
    padding-left: 10px;
    overflow: hidden;
}

.rel-thumb .th_info{
    position: absolute;
    z-index: 99;
    bottom: 23px;
    left: 0;
    background:#000;
    opacity: 0.6;
    height:20px;
    width:100%;
    }

.rel-thumb a span {
    line-height: 20px;
    display: block;
    height: 20px;
    overflow: hidden;
}

.th_info b {
    font-weight: normal;
    color: #FFF;
    line-height:20px;
    margin:0 5px;
}
.th_info .fl{ color:#66FF00;}
.rel-thumb a {
    font-size: 11px;
    color: #bf062b;
    text-decoration: none;
}
.comment {
    text-align: left;
    color: #333;
    padding-top: 10px;
}
.comment p {
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 5px;
    background-color: #F4F4F4;
}
.video textarea {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin-bottom: 7px;
    resize: vertical;
    width: 100%;
    background-color: #FFF;
    padding: 5px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-size:11px;
}
.login-box{
    width: 300px;
    margin:0 auto;
    background:#f4f4f4;
    border: 1px solid #e4e4e4;
    padding: 5px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    margin-bottom:20px;
    font-size: 11px;
}
.login-box .form label {
    display: block;
    font-size: 11px;
    margin: 9px 0 2px;
}

.login-box .form #gender_block {
    margin-bottom: 7px;
}

.login-box .form #errors {
    border: 1px solid #D3D3D3;
    padding: 3px;
    text-align: center;
    color: #FF0000;
    line-height: 1.5;
    font-style: italic;
    font-size: 12px;
    display: none;
    background: #FCFCFC;
}

.login-box .form #loading {
    display: none;
    border: 1px solid #D3D3D3;
    padding: 3px;
    text-align: center;
    color: #157734;
    line-height: 1.5;
    font-style: italic;
    font-size: 12px;
    background: #FCFCFC;
    margin: 3px 0;
}

.login-box .form #gender_block label {
    display: inline;
}

.login-box .inp {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    display: block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    width: 274px;
}


.login-box .form .sub label,.login-box .form .sub .check {
    display: block;
    float: left;
    margin: 5px 5px 0 0;
}

.login-box .form .sub {
    height: 40px;
    margin-top: 10px;
}

.login-box a {
    color: #bf062b;
    font-size: 11px;
}
.container .title2 {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background-color: #929292;
    text-align: center;
    height: 35px;
    line-height: 35px;
    width: 300px; margin:0 auto;
    margin-top:20px;
}
.title3{background: #f7f7f7;
    font-size: 14px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    text-align:center;
    margin:0 7px;
    }
.title3 i {
    color: #c00;
}
.thumb-holder.video a .link1 {
    font-size: 30px;
    text-decoration: underline;
    color: #BF062B;
}
.thumb-holder.video a .link2 {
    font-size: 20px;
    text-decoration: underline;
    color: #BF062B;
}
.thumb-holder.video .video-buttons .button3 {
    line-height: 41px;
    font-size: 12px;
    font-weight: bold;
    background: -webkit-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -moz-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -o-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -ms-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    color: #fff;
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22e2e', endColorstr='#a91818',GradientType=0 );
    width:13%;
    height:43px;
}
.thumb-holder.video .th.preview a img {
    float: left;
    height: auto;
    width: 50%;
    min-height: 90px;
}
#album .box a img {
    margin-left: 10px;
    height: auto;
    width: 140px;
    margin-bottom: 10px;
    border: 5px solid #CCC;
}
#album2 .box a img {
    margin-left: 10px;
    height: auto;
    width: 140px;
    border: 5px solid #CCC;
}
#album2{border: 1px solid #E4E4E4; border-top:none; }
#album2 .rel-thumb{ width:100%; position: relative;}
#album2 .rel-thumb .th_info{
    position: absolute;
    z-index: 99;
    bottom: 20px;
    left: 0;
    background:#000;
    opacity: 0.6;
    height:20px;
    width:150px;
    margin-left:10px;
    margin-right:10px;
    }
#album2 .rel-thumb a span{
    font-size: 11px;
    color: #bf062b;
    text-decoration: none;
    padding-left:10px;
    overflow:hidden;
}
.tabs {
    margin: auto;
    height: 33px;
    width: 245px;
    padding-top: 5px;
}

.tabs .item{
    float: left;
}

.tabs a{
    display: block;
    white-space: nowrap;
    border-radius:3px 3px 0 0;
    border-bottom: 0;
    background-color: #6E6E6E;
    background: -webkit-linear-gradient(top, #707070 0%, #484848 100%);
    background: -moz-linear-gradient(top, #707070 0%, #484848 100%);
    background: -o-linear-gradient(top, #707070 0%, #484848 100%);
    background: -ms-linear-gradient(top, #707070 0%, #484848 100%);
    margin-right: 3px;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 10px;
    padding: 7px 15px 0 15px;
    height: 25px;
    line-height: 21px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.tabs a.sel{
    height: 25px;
    color: #FFF;
    background: -webkit-linear-gradient(top, #e03737 0%, #b81d1d 100%);
    background: -moz-linear-gradient(top, #e03737 0%, #b81d1d 100%);
    background: -o-linear-gradient(top, #e03737 0%, #b81d1d 100%);
    background: -ms-linear-gradient(top, #e03737 0%, #b81d1d 100%);
    border:none;
}

@media all and (max-width: 360px) {
.nav a span { text-indent:-6000px; display:block;}
.nav a .fa{ line-height:55px;}
.webcam_lnk {
    margin: 14px auto 5px auto !important;
}
.thumb-holder.video a .link1 {
    font-size: 24px;
    text-decoration: underline;
    color: #BF062B;
}
.thumb-holder.video .video-buttons .button3 {
    line-height: 41px;
    font-size: 10px;
    font-weight: bold;
    background: -webkit-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -moz-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -o-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -ms-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    color: #fff;
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22e2e', endColorstr='#a91818',GradientType=0 );
    width:70px;
    height:43px;
}
}

@media all and (max-width: 420px) {
.thumb-holder.video .video-buttons .button3 {
    line-height: 41px;
    font-size: 10px;
    font-weight: bold;
    background: -webkit-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -moz-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -o-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -ms-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    color: #fff;
    border: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22e2e', endColorstr='#a91818',GradientType=0 );
    width:70px;
    height:43px;
}
}

.b_link {
    font-size: 20px;
    text-decoration: underline;
    color: #BF062B;
}

h2.static__title {
    color: #BF062B;
    margin: 0px;
    font-size: 14px;
font-weight: bold;
height: auto;
padding-top: 0px;
padding-bottom: 5px;
}
#welcome_block {
    display: block;
    width: auto;
    text-align: right;
    float: right;
    color: #333;
    font: 12px Arial, Helvetica, sans-serif;
    background: #fff;
    min-width: 60px;
    right: 3px;
    top: 0;
}
.user_icon {
    font-weight: bold;
}
#logout_link {
    color: #BF062B;
}
#logout_link:hover {
    color: #fff;
}
.notifications__item {
    padding: 20px;
    text-align: center;
}
.notifications__item-error {
    background: #cd2b2b;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    margin: 5px 7px;
    font-size: 13px;
}
.notifications__item-notice {
    background: #84ab1f;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    margin: 5px 7px;
    font-size: 13px;
}
.notifications__item-message {
    background: #84ab1f;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    margin: 5px 7px;
    font-size: 13px;
}
#not_found {
    text-align: center;
    padding: 25px;
}
.pager_wrap {
    height: 5px;
}
.related-holder.favor .vids{border: 1px solid #E4E4E4;}
.related-holder.favor.phot .vids { overflow: visible; }
.related-holder.favor.stor .vids { overflow: visible; }
.related-holder.favor { margin:0 auto; margin-top:-2px; margin-bottom: 5px;}
.related-holder.favor .rel-thumb .th_info{ bottom: 44px;}
.related-holder.favor  #album2 .rel-thumb .th_info{ bottom: 44px; width:140px;}
.related-holder.favor .rel-thumb a.button{ color:#ffffff; margin:0 auto; line-height:11px;}
.related-holder.favor .rel-thumb a{font-size:12px;}
.related-holder.favor .rel-thumb{ text-align:center;}
.related-holder.favor.phot .rel-thumb{ margin:0px; margin-bottom:10px;}
.related-holder.favor  #album2 { border:none; padding-top:10px}
.stories{ padding: 0 10px; overflow: hidden;}
.stories a{ color:#bf062b; font-size:12px; margin-bottom:10px; vertical-align:top;}
.stories a.button{ color:#ffffff; display:inline-block; float:left;}
.story_message {
    display: none;
}
i.total_votes, i.rate_result {
    font-style: normal;
}
.message {
    display: none;
    color: #C41537;
    font-weight: bold;
    font-style: italic;
}
.comments_message {
    display: none;
    color: #C41537;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    margin:  5px 0;
}

.comment-post {
    background-color: #F7F7F7;
    margin: 5px 0;
    padding: 5px;
    text-align: left;
    position: relative;
}
.comment-post .avatar_link {
    float:left;
    margin-right:10px;
}
.comment-post .avatar_link img {
    border: none;
}
.comment-post a {
    color: #BF062B;
}
.hidden {
    display: none;
}
.static__content a {
    color: #BF062B;
    text-decoration:underline;
}


/*----------------------- slide show ------------------------------*/
#lightbox,
#blackout {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 2000;
    height: 5000px;
    bottom: -10px;
    background: #000001;
}

#lightbox .tooltip {
    width: 100%;
    height: 160px;
    position: fixed;
    top: 50%;
    margin-top: -70px;
}

#lightbox .tooltip div {
    width: 100px;
    height: 100px;
    position: absolute;
}

#lightbox .tooltip div.left {
    background: url(https://static.nuvid.com/templates/frontend/mobile/images/left.png) no-repeat;
    left: 0;
    color: #fff;
}

#lightbox .tooltip div.right {
    background: url(https://static.nuvid.com/templates/frontend/mobile/images/right.png) no-repeat;
    right: 0;
    color: #fff;
}

#lightbox .thumb {
  width:  100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
}

#lightbox .thumb img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

#lightbox .thumb .preloader {
    position: absolute;
    left: 50%;
    top:50%;
    width: 100px;
    height: 30px;
    margin-left: -50px;
    margin-top: -15px;
    border: 1px solid #666;
    border-radius:5px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    background: rgba(255, 255, 255, .5);
    text-align: center;
}

#lightbox .tool {
    top: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    background:rgba(0, 0, 0, .4);
    padding: 10px;
    display: none;
}
#lightbox .tool a {
    display: inline-block;
    height: 18px;
    margin: 0 10px;
    padding: 15px 15px 10px 15px;
    color: #FFF;
    text-decoration: none;
}
#lightbox .tool .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}

#lightbox .tool .icon.slideOn {         background-image: url(https://static.nuvid.com/templates/frontend/mobile/images/play.png); }
#lightbox .tool .icon.slideOff {        background-image: url(https://static.nuvid.com/templates/frontend/mobile/images/pause.png); }
#lightbox .tool .icon.conversation {    background-image: url(https://static.nuvid.com/templates/frontend/mobile/images/conversation.png); }
#lightbox .tool .icon.favourites {      background-image: url(https://static.nuvid.com/templates/frontend/mobile/images/favourites.png); }
#lightbox .tool .icon.close {           background-image: url(https://static.nuvid.com/templates/frontend/mobile/images/delete.png); }
#lightbox .tool .icon.like {            background-image: url(https://static.nuvid.com/templates/frontend/mobile/images/dislike.png); }
#lightbox .tool .icon.dislike {         background-image: url(https://static.nuvid.com/templates/frontend/mobile/images/dislike.png); }

#lightbox .tool #comments_cnt {
    vertical-align: middle;
    font-size: 16px;
}

/* For iPhone 3/4 */

@media screen and (max-width:320px) {
    .container {
        min-width: 300px;
    }

    .advertisement {
        max-width: 290px !important;
        padding: 0;
    }
    .advertisement img {
        max-width: 290px !important;
    }
}
.t1 {
    float:left;
    padding-top:3px;
}
input:disabled{
    -webkit-text-fill-color:#5e5e5e;
    opacity:1;
}

.img-light {
    display: inline-block;
    top: 3px;
    position: relative;
}

.marker {
    background: #fff;
    color: #000;
}

#video_seek {
    position:absolute;
    z-index:20;
    width:96px;
    height:96px;
    left:50%;
    top:50%;
    margin:-48px 0 0 -48px;
    display:none;
    background:rgba(0,0,0,0.55) url(../images/ajaxLoader.GIF) center center no-repeat;
    border-radius:50%;
}

#play_dvd_html5 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 22;
}
#video_area video {
    position: absolute;
    /* width: 100%; */
    height: 100%;
    /* left: 0; */
    top: 0;
    /* z-index: 14; */
    z-index: 7;
    display: none;
}
.thumb-holder .th img {
    z-index: 1;
}
#video_ads {
    position: absolute;
    z-index: 100;
    width: 320px;
    height: 280px;
    left: 50%;
    top: 50%;
    margin-left: -160px;
    margin-top: -140px;
    /*display: none;*/
}
.box_spots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}
.box_spots .box_hold {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.box_spots .spots_hold {
    position: relative;
    z-index: 1;
    background: rgba(26, 26, 27, .8);
}
.box_spots .spots_hold h4 {
    font-size: 10px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    text-indent: 10px;
    color: #d3d4d3;
    padding: 0;
    margin: 0;
}
.box_spots .spots_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #DA3333;
    color:#fff;
}
.box_spots .spots_close span {
    position: relative;
    top: 3px;
}
.box_spots .tools_bottom {
    display: inline-block;
    margin: 13px 0 0;
    text-align: center;
    vertical-align: top;
}
.box_spots .spots_link {
    font-size: 12px;
    display: inline-block;
    padding: 5px 15px 4px;
    vertical-align: top;
    text-transform: uppercase;
    text-transform: uppercase;
    color: #fff;
    background: #e74c3c;
    background: rgba(218, 51, 51, 0.8)
}

/*//new thumb style*/
.vthumb{
    max-width: 772px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #e4e4e4;
}
.vpage_vthumb {
    padding: 0;
    border:none;
}
.vthumb .thumb_holder{
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}
.vthumb .btn_thumb_play{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -33px;
    margin-top: -25px;
    background:  url(../images/play_black.png) no-repeat;
    width: 67px;
    height: 50px;
    z-index: 4;
}
.vthumb a.once-clicked .btn_thumb_play {
    display: none;
}
.vthumb .img_thumb{
    display: block;
    width: 100%;
    height: auto;
}
.tools_thumb{
    background: #090403;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px;
    font-size: 11px;
    line-height: 14px;
    display: block;
    margin: 0 0 3px;
}
.tools_thumb .tools_holder{
    overflow: hidden;
}
/*.vthumb .col_thumb{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}*/
.tools_thumb .time_thumb{
    /*display: inline-block;
    vertical-align: top;*/
    float: left;
    color: #999;
    margin: 0 10px 0 0;
    font-size: 0;
}
.tools_thumb .view_time{
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
}
.tools_thumb .ico_time{
    display: inline-block;
    vertical-align: middle;
    background: url(../images/ico_time.png) no-repeat;
    width: 13px;
    height: 13px;
    margin-right: 5px;
}
.tools_thumb .title_thumb {
    overflow: hidden;
    height: 14px;
    display: block;
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.tools_thumb .rate_thumb{
    float: right;
    color: #999;
    font-size: 0;
    margin-left: 5px;
}
.tools_thumb .ico_rate_like{
    display: inline-block;
    vertical-align: middle;
    background:  url(../images/ico_like.png) no-repeat;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.tools_thumb .view_rate{
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
}

html.mm-opened body {
    overflow: hidden;
}

#interstitial_overlay_new {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: none;
}


#divExoLayerWrapper.underground {
  display: none !important;
}
.rep-display-2.underground {
  z-index: 1 !important;
}
.container.underground {
  z-index: 2 !important;
}

.partner_text_link {
    display:block;
    height: 40px;
}
.partner_text_link .btn_sp{
    display: block;
    margin-bottom: 13px;
    font-size: 12px;
    color: #c3183a;
    text-align: center;
    font-weight: bold;
    background: #f0f0f0;
    background: -webkit-linear-gradient(top,#fff 0,#f0f0f0 100%);
    background: -moz-linear-gradient(top,#fff 0,#f0f0f0 100%);
    background: -o-linear-gradient(top,#fff 0,#f0f0f0 100%);
    background: -ms-linear-gradient(top,#fff 0,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0f0f0',GradientType=0);
    padding: 5px 7px 5px 7px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.partner_text_link .btn_sp:hover, .partner_text_link .btn_sp{
    text-decoration: none;
    background: #f0f0f0;
    background: -webkit-linear-gradient(top,#e22e2e 0,#a91818 100%);
    background: -moz-linear-gradient(top,#e22e2e 0,#a91818 100%);
    background: -o-linear-gradient(top,#e22e2e 0,#a91818 100%);
    background: -ms-linear-gradient(top,#e22e2e 0,#a91818 100%);
    color: #fff;
    border: 0;
    padding: 6px 8px 6px 8px;
}
.webcam_lnk {
    line-height: 35px;
    font-size: 21px;
    display: block;
    margin: 6px auto 5px auto;
}

/* //style modal */

.mask18{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    overflow: auto;
    z-index: 1000000;
}
.mask18 .modal18{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 760px;
    font-size: 0;
    text-align: center;
    top:60px;
    bottom: 60px;
}
@media screen and (max-width: 930px){
    .mask18 .modal18{
        width: 100%;
        max-width: 500px;
    }
    .mask18 .modal_post {
        margin-top: 10px;
    }
}


@media screen and (max-width: 580px){
    .mask18 .modal18{
        width: 100%;
        max-width: 300px;
    }
}
.mask18 .modal18::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.mask18 .modal_frame{
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    border: 2px solid #ccc;
    background: #fff;
    box-shadow: 0px 1px 9px #ababab;
    position: relative;
}
.mask18 .modal_holder{
    text-align: center;
    padding: 44px 48px 48px;
}
@media screen and (max-width: 580px){
    .mask18 .modal_holder{
        padding: 44px 10px 20px;
    }
}
.mask18 .modal_logo{
    position: absolute;
    top: -94px;
    left: -80px;
    max-width: 167px;
}
@media screen and (max-width: 580px){
    .mask18 .modal_logo{
        max-width: 120px;
        top: -80px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media screen and (max-width: 580px){
    .mask18 .modal_logo{
        max-width: 90px;
        top: -55px;
    }
}
.mask18 .modal_logo img{
    display: block;
    width: 100%;
    height: auto;
}
.mask18 .modal_post{
    color: #080302;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
    margin-top: 10px;
}
@media screen and (max-width: 580px){
    .mask18 .modal_post{
        font-size: 15px;
        line-height: 25px;
    }
}
.mask18 .modal_button{
    text-align: center;
    margin-bottom: 24px;
}
.mask18 .modal_btn{
    display: inline-block;
    vertical-align: top;
    max-width: 334px;
    width: 100%;
    border-radius: 8px;
    text-decoration: none;
    padding: 22px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: rgb(241,241,241);
    background: -moz-linear-gradient(top,  rgba(241,241,241,1) 0%, rgba(254,254,254,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom,  rgba(241,241,241,1) 0%,rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fefefe',GradientType=0 );
    color: #c3183a;
    font-size: 20px;
    line-height: 22px;
}
@media screen and (max-width: 580px){
    .mask18 .modal_btn{
        padding: 15px 0px;
        font-size: 18px;
        line-height: 20px;
    }
}
.mask18 .modal_sub {
    font-size: 12px;
    line-height: 14px;
    color: #666;
}
.mask18 .modal_sub a{
    color: #666;
    text-decoration: underline;
}
.mask18 .modal_sub a:hover{
    text-decoration: underline;
}

span.valign {
    position: relative;
    top: -2px;
    font-weight: normal;
}

body.open_filter{
overflow-x:hidden;
overflow-y:hidden;
}
body.open_filter .filter_slide{
-webkit-transform:translateX(0);
   -moz-transform:translateX(0);
    -ms-transform:translateX(0);
     -o-transform:translateX(0);
        transform:translateX(0);
}
.item_content a.active {
    background-color: #000;
}
.filter_slide a, .filter_slide li, .filter_slide span {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial;
}

.filter_slide i {
    font-size: 17px;
}

.filter_slide ul,.filter_slide li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.filter_slide{
position:fixed;
z-index:999;
top:110px;
left:0;
overflow:auto;
width:100%;
height:100%;
padding:0 0 48px;
-webkit-transition:-webkit-transform .5s ease 0s;
   -moz-transition:-moz-transform .5s ease 0s;
     -o-transition:-o-transform .5s ease 0s;
        transition:transform .5s ease 0s;
-webkit-transform:translateX(-100%);
   -moz-transform:translateX(-100%);
    -ms-transform:translateX(-100%);
     -o-transform:translateX(-100%);
        transform:translateX(-100%);
background:#fff;
}
.filter_slide .col_filter{
border-top:1px solid #424242;
border-bottom:1px solid #424242;
background:#5e5e5e;
    margin: 0px 7px;
}
.filter_slide .col_filter .item_list{
line-height:37px;
position:relative;
z-index:1;
margin:0 15px;
text-transform:uppercase;
border-top:2px solid #424242;
}
.filter_slide .col_filter .item_list:first-child{
border:none;
}
.filter_slide .col_filter .item_list.open .item_wrap_filter{
background:#e21725;
}
.filter_slide .col_filter .item_list.open .ico_arrow{
-webkit-transform:rotateZ(-90deg);
   -moz-transform:rotateZ(-90deg);
        transform:rotateZ(-90deg);
}
.filter_slide .col_filter .item_list.open .drop{
display:block;
}
.filter_slide .col_filter .item_list span{
font-size:12px;
font-weight:normal;
display:inline-block;
vertical-align:middle;
}
.filter_slide .radio_filter {
        position: relative;
    top: 2px;
    right: 5px;
}
.filter_slide .col_filter .item_wrap_filter{
position:relative;
z-index:2;
margin:0 -15px;
padding:0 15px;
}
.filter_slide .col_filter .icon{
display:inline-block;
width:28px;
vertical-align:middle;
}
.filter_slide .col_filter .ico_cat{
width:17px;
height:14px;
vertical-align:middle;
background-position:-250px -250px;
}
.filter_slide .col_filter .ico_sort{
width:17px;
height:13px;
vertical-align:middle;
background-position:-450px -300px;
}
.filter_slide .col_filter .ico_dur{
width:19px;
height:18px;
vertical-align:middle;
background-position:0 -350px;
}
.filter_slide .col_filter .ico_arrow{
position:absolute;
top:50%;
right:15px;
width:9px;
height:13px;
margin:0 5px 0 0;
margin:-7px 0 0;
-webkit-transform:rotate(-180deg);
   -moz-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
     -o-transform:rotate(-180deg);
        transform:rotate(-180deg);
background-position:-400px -200px;
}
.filter_slide .drop{
display:none;
background:#5e5e5e;
}

.box_filter{
    padding: 20px 7px;
}
.box_filter .wrap{
margin-left:-14px;
}

.cols_filter{
display:table;
width:100%;
}
.cols_filter .select_filter{
display:table-cell;
width:50%;
padding:0 0 0 14px;
text-align:center;
vertical-align:middle;
}
.cols_filter .select_filter.active a{
background:#e21725;
}
.cols_filter .select_filter a{
display:block;
padding:5px 0;
background:#5e5e5e;
border-radius: 3px;
}
.cols_filter .select_filter span{
font-size:12px;
line-height:12px;
text-transform:uppercase;
}
.cols_filter .select_filter em{
font-size:10px;
line-height:10px;
display:block;
text-transform:none;
}

.table_filter{
line-height:45px;
display:table;
width:100%;
text-align:center;
}
.table_filter li{
font-size:0;
display:table-cell;
width:1%;
vertical-align:middle;
}
.table_filter .icheckbox{
display:inline-block;
margin:0 7px 0 0;
vertical-align:middle;
}
.table_filter label{
font-size:11px;
line-height:12px;
display:inline-block;
vertical-align:middle;
}

.table_content{
margin:0 0 0 -10px;
text-align: center;
}

.table_holder_content{
font-size:0;
}

.item_content{
font-size:11px;
line-height:22px;
display:inline-block;
width:46%;
padding:0 0 10px 10px !important;
vertical-align:middle;
}
.item_content a{
display:block;
padding:0 10px;
color:#fff;
-webkit-border-radius:3px;
   -moz-border-radius:3px;
        border-radius:3px;
background:#36363a;
text-align: left;
}

.item_radio .iradio{
float:right;
margin:12px 0 0;
background:url(../images/sprites.png) no-repeat -50px -350px;
}
.item_radio .iradio.checked{
background-position:-100px -350px;
}

.item_radio label{
float:left;
width:90%;
}
.item_radio label.selected{
color: #ff8b93;
}

.btn_back_result{
font-size:0;
line-height:32px;
display:block;
padding:0 10px;
text-transform:uppercase;
color:#fff;
border:1px solid #424242;
background:#5e5e5e;
border-radius: 3px;
}
.btn_back_result span{
font-size:12px;
display:inline-block;
vertical-align:middle;
}
.btn_back_result .ico_arrow{
width:9px;
height:14px;
margin:0 7px 0 0;
vertical-align:middle;
background-position:-400px -200px;
}

.block_clear_result{
padding:20px;
text-align:center;
border-top:1px solid #424242;
margin-bottom: 110px;
}

.ico_clear{
width:13px;
height:15px;
margin:0 7px 0 0;
vertical-align:middle;
background-position:-100px -50px;
}

.clear_result{
font-size:0;
line-height:32px;
display:inline-block;
padding:0 20px;
vertical-align:middle;
text-transform:uppercase;
color:#fff;
border:none;
-webkit-border-radius:5px;
   -moz-border-radius:5px;
        border-radius:5px;
background:#5e5e5e;
}
.clear_result span{
font-size:12px;
display:inline-block;
vertical-align:middle;
}
.clear_result .ico_arrow{
width:9px;
height:14px;
margin:0 5px 0 0;
vertical-align:middle;
background-position:-400px -200px;
}

.menu_slide{
position:fixed;
z-index:100;
top:48px;
right:0;
overflow:auto;
width:240px;
height:100%;
padding:0 0 48px;
-webkit-transition:-webkit-transform .25s ease 0s;
   -moz-transition:-moz-transform .25s ease 0s;
     -o-transition:-o-transform .25s ease 0s;
        transition:transform .25s ease 0s;
-webkit-transform:translateX(240px);
   -moz-transform:translateX(240px);
    -ms-transform:translateX(240px);
     -o-transform:translateX(240px);
        transform:translateX(240px);
background:#000;
}
.menu_slide > .wrap_holder {
    padding-bottom: 50px;
}
.menu_slide .col{
margin:10px 0 0;
border-top:1px solid #424242;
border-bottom:1px solid #424242;
background:#5e5e5e;
}
.menu_slide .col:first-child{
margin:0;
padding:0;
background:none;
}
.menu_slide .col.top{
font-size:0;
padding:10px;
text-align:center;
border-top:none;
background:none;
}
.menu_slide .col.top li{
font-size:12px;
line-height:32px;
display:inline-block;
margin:0 0 0 10px;
vertical-align:top;
border:1px solid #424242;
}
.menu_slide .col.top li:first-child{
margin:0;
border:1px solid #424242;
}
.menu_slide .col.top li a{
padding:0 10px;
background:#5e5e5e;
}
.menu_slide .col .box_avatar{
font-size:0;
margin:-10px;
padding:10px;
text-align:left;
}
.menu_slide .col .box_avatar .ava{
display:inline-block;
margin:0 10px 0 0;
vertical-align:middle;
}
.menu_slide .col .box_avatar .ava img,.menu_slide .col .box_avatar .ava a{
display:block;
}
.menu_slide .col .box_avatar .box_wrap{
display:inline-block;
vertical-align:middle;
}
.menu_slide .col .box_avatar span{
font-size:12px;
display:block;
overflow:hidden;
max-width:160px;
white-space:nowrap;
text-transform:uppercase;
-o-text-overflow:ellipsis;
   text-overflow:ellipsis;
}
.menu_slide .col .box_avatar .out{
font-size:12px;
line-height:32px;
display:block;
margin:14px 0 0;
padding:0 10px;
border:1px solid #424242;
background:#5e5e5e;
}
.menu_slide .col .box_avatar .out span{
display:inline-block;
vertical-align:middle;
}
.menu_slide .col li{
line-height:37px;
position:relative;
z-index:1;
margin:0 15px;
text-transform:uppercase;
border-top:2px solid #424242;
}
.menu_slide .col li:first-child{
border:none;
}
.menu_slide .col li.open .drop{
display:block;
}
.menu_slide .col li a{
font-size:0;
display:block;
outline:none;
}
.menu_slide .col li .wrap_text{
position:relative;
z-index:1;
}
.menu_slide .col li span{
font-size:12px;
font-weight:normal;
display:inline-block;
vertical-align:middle;
}
.menu_slide .col li span.view_prf{
overflow:hidden;
max-width:58%;
white-space:nowrap;
}
.menu_slide .col li .number{
font-size:10px;
font-weight:normal;
position:absolute;
top:-9px;
left:100%;
min-width:13px;
padding:2px 3px 1px 2px;
text-align:center;
color:#fff;
background:#ec1d23;
}
.menu_slide .col li .number .ico_arrow_bottom{
position:absolute;
bottom:-2px;
left:-2px;
width:4px;
height:4px;
background-position:-100px -200px;
}
.menu_slide .col .edit{
font-size:0;
font-size:10px;
line-height:24px;
position:absolute;
top:6px;
right:0;
padding:0 8px;
text-transform:none;
-webkit-border-radius:4px;
   -moz-border-radius:4px;
        border-radius:4px;
background:#cb0000 !important;
}
.menu_slide .col .edit .ico_edit{
width:15px;
height:16px;
margin:3px 4px 0 0;
background-position:-250px -150px;
}
.menu_slide .col .edit span{
font-size:10px;
}
.menu_slide .icon{
display:inline-block;
width:22px;
margin:-1px 6px 0 0;
text-align:center;
vertical-align:top;
}
.menu_slide .ico_login{
width:19px;
height:22px;
vertical-align:middle;
background-position:-50px -250px;
}
.menu_slide .ico_sign{
width:19px;
height:22px;
vertical-align:middle;
background-position:-100px -250px;
}
.menu_slide .ico_video{
width:19px;
height:14px;
vertical-align:middle;
background-position:-150px -250px;
}
.menu_slide .ico_fav{
width:20px;
height:18px;
vertical-align:middle;
background-position:-200px -250px;
}
.menu_slide .ico_cat{
width:17px;
height:13px;
vertical-align:middle;
background-position:-250px -250px;
}
.menu_slide .ico_star{
width:18px;
height:17px;
vertical-align:middle;
background-position:-300px -250px;
}
.menu_slide .ico_prem{
width:15px;
height:14px;
vertical-align:middle;
background-position:-350px -250px;
}
.menu_slide .ico_up{
width:17px;
height:17px;
vertical-align:middle;
background-position:-400px -250px;
}
.menu_slide .ico_fullweb{
width:20px;
height:18px;
vertical-align:middle;
background-position:-450px -250px;
}
.menu_slide .ico_lightweb{
width:15px;
height:20px;
vertical-align:middle;
background-position:0 -300px;
}
.menu_slide .ico_profile{
width:20px;
height:16px;
vertical-align:middle;
background-position:-50px -300px;
}
.menu_slide .ico_friend{
width:22px;
height:14px;
vertical-align:middle;
background-position:-100px -300px;
}
.menu_slide .ico_subscriptions{
width:18px;
height:20px;
vertical-align:middle;
background-position:-150px -300px;
}
.menu_slide .ico_subscribers{
width:19px;
height:19px;
vertical-align:middle;
background-position:-200px -300px;
}
.menu_slide .ico_requests{
width:15px;
height:19px;
vertical-align:middle;
background-position:-250px -300px;
}
.menu_slide .ico_fvideo{
width:20px;
height:13px;
vertical-align:middle;
background-position:-300px -300px;
}
.menu_slide .ico_fphoto{
width:20px;
height:14px;
vertical-align:middle;
background-position:-350px -300px;
}
.menu_slide .ico_upload{
width:20px;
height:16px;
vertical-align:middle;
background-position:-400px -300px;
}
.menu_slide .drop{
display:none;
padding:0 0 5px;
background:#5e5e5e;
}
.menu_slide .drop .active{
color:#cb0000;
}
.menu_slide .drop .active .ico_circle{
background-position:-250px -50px;
}
.menu_slide .drop .ico_circle{
float:right;
width:5px;
height:5px;
margin:14px 0 0;
background-position:-200px -50px;
}

.main{
padding: 126px 10px 0;
}
.main .holder{
max-width:753px;
margin:10px auto 0;
}
.main .holder.open .show_more em{
padding-bottom:1px;
border-bottom:none;
}
.main .holder.open .ico_more{
-webkit-transform:rotateZ(180deg);
   -moz-transform:rotateZ(180deg);
        transform:rotateZ(180deg);
}
@media screen and (max-width: 420px){
.main .holder{
    width:auto;
}
}

.spots{
margin: 0;
padding: 10px 0px 0;
text-align: center;
}
.spots_middle{
margin-top:20px;
}
.spots.nobg{
background:none;
}
.spots .spot{
margin:0 0 0 -5px;
}
.spots .spot .wrap_spots{
display:table;
width:100%;
table-layout:fixed;
}
.spots .spot .spot_inner{
display:table-cell;
padding:0 0 0 5px;
vertical-align:top;
}
@media screen and (max-width: 2000px){
.spots span {
    display: inline-block !important;
    width: 300px;
    vertical-align: top;
}
}
@media screen and (max-width: 520px){
.spots .spot .spot_inner{
    display:block;
}
.spots .spot .spot_inner:first-child{
    display:none;
}
}
.spots .spot .spot_inner img{
display:block;
width:100%;
height:auto;
}
.spots span{
font-size:10px;
line-height:14px;
display:block;
text-align:right;
color:#d3d4d3;
}
@media screen and (max-width: 639px){
.spots span{
    display:inline-block;
    width:300px;
    vertical-align:top;
}
}

.search_result{
margin:20px 0 0;
padding:10px;
background:#5e5e5e;
}
.search_result.drop_sort{
position:relative;
z-index:3;
margin:0;
}
.search_result .title{
float:left;
color:#d3d4d3;
}
.search_result .title em{
color:#fff;
}

.sort_box{
position:relative;
z-index:1;
float:right;
}
.sort_box.open .btn_sort .ico_arrow{
-webkit-transform:rotateZ(-180deg);
   -moz-transform:rotateZ(-180deg);
        transform:rotateZ(-180deg);
}
.sort_box.open .drop{
display:block;
}
.sort_box .btn_sort{
font-size:0;
float:right;
cursor:pointer;
}
.sort_box .btn_sort em{
font-size:12px;
display:inline-block;
vertical-align:top;
text-transform:uppercase;
}
.sort_box .btn_sort .ico_arrow{
width:5px;
height:3px;
margin:5px 0 0 6px;
-webkit-transition:-webkit-transform .4s ease-in-out;
   -moz-transition:-moz-transform .4s ease-in-out;
     -o-transition:-o-transform .4s ease-in-out;
        transition:transform .4s ease-in-out;
-webkit-transform:rotateZ(0deg);
   -moz-transform:rotateZ(0deg);
        transform:rotateZ(0deg);
background-position:-150px 0;
}
.sort_box .drop{
position:absolute;
z-index:5;
top:25px;
right:-10px;
display:none;
width:145px;
border:1px solid #3c3c3c;
background:#5e5e5e;
}
.sort_box .drop a{
font-size:12px;
position:relative;
z-index:1;
display:block;
padding:10px 20px;
cursor:pointer;
text-align:right;
text-transform:uppercase;
}
.sort_box .drop a.selected{
background:#36363a;
}

.panel{
position:relative;
z-index:2;
margin:20px 0 0;
}
.panel.panel_inner{
margin:0;
}
.panel.open_panel .change_box .duration .ico_arrow{
-webkit-transform:rotateZ(-180deg);
   -moz-transform:rotateZ(-180deg);
        transform:rotateZ(-180deg);
}
.panel.open_panel .drop_dur{
display:block;
}
.panel.open_categories .change_box .categories .ico_arrow{
-webkit-transform:rotateZ(-180deg);
   -moz-transform:rotateZ(-180deg);
        transform:rotateZ(-180deg);
}
.panel.open_categories .drop_cat{
display:block;
}
.panel .hold{
overflow:hidden;
}

.change_box{
display:table;
width:100%;
table-layout:fixed;
}
.change_box .duration{
position:relative;
z-index:1;
display:table-cell;
vertical-align:top;
}
.change_box .duration .btn_dur{
line-height:30px;
display:block;
cursor:pointer;
text-align:center;
background:#cb0000;
}
.change_box .duration .btn_dur .ico_arrow{
width:5px;
height:3px;
margin:13px 0 0 6px;
-webkit-transition:-webkit-transform .4s ease-in-out;
   -moz-transition:-moz-transform .4s ease-in-out;
     -o-transition:-o-transform .4s ease-in-out;
        transition:transform .4s ease-in-out;
-webkit-transform:rotateZ(0deg);
   -moz-transform:rotateZ(0deg);
        transform:rotateZ(0deg);
background-position:-150px 0;
}
.change_box .duration .btn_dur em{
font-size:11px;
display:inline-block;
vertical-align:top;
text-transform:uppercase;
}
.change_box .categories{
position:relative;
z-index:1;
display:table-cell;
vertical-align:top;
}
.change_box .categories .btn_cat{
line-height:30px;
display:block;
cursor:pointer;
text-align:center;
background:#ecf0f1;
}
.change_box .categories .btn_cat .ico_arrow{
width:5px;
height:3px;
margin:13px 0 0 6px;
-webkit-transition:-webkit-transform .4s ease-in-out;
   -moz-transition:-moz-transform .4s ease-in-out;
     -o-transition:-o-transform .4s ease-in-out;
        transition:transform .4s ease-in-out;
-webkit-transform:rotateZ(0deg);
   -moz-transform:rotateZ(0deg);
        transform:rotateZ(0deg);
background-position:-200px 0;
}
.change_box .categories .btn_cat em{
font-size:11px;
display:inline-block;
vertical-align:top;
text-transform:uppercase;
color:#000;
}

.quality{
float:right;
}
.quality li{
line-height:30px;
float:left;
overflow:hidden;
height:30px;
margin:0 0 0 10px;
}
.quality li.selected a{
background:#e21725;
}
.quality li a{
display:block;
padding:3px 8px;
text-align:center;
background:#5e5e5e;
}
.quality li a em{
line-height:14px;
display:block;
text-transform:uppercase;
}
.quality li a span{
font-size:10px;
line-height:10px;
display:block;
}

.drop_dur{
position:absolute;
z-index:5;
top:31px;
left:0;
display:none;
width:165px;
border:1px solid #fb5948;
background:#cb0000;
}
.drop_dur a{
font-size:12px;
position:relative;
z-index:1;
display:block;
padding:10px 20px;
cursor:pointer;
text-align:left;
text-transform:uppercase;
}
.drop_dur a.selected{
background:#fb5948;
}

.drop_cat{
position:absolute;
z-index:5;
top:50px;
right:0;
left:0;
display:none;
width:100%;
border:1px solid #3c3c3c;
background:#ecf0f1;
}
.drop_cat .btn{
margin:0 0 15px;
}
.drop_cat .wrap{
display:table;
width:100%;
padding:15px;
table-layout:fixed;
}
.drop_cat .wrap ul{
display:table-cell;
text-align:left;
vertical-align:top;
}
.drop_cat .wrap ul li{
margin:20px 0 0;
text-transform:uppercase;
}
.drop_cat .wrap ul li:first-child{
margin:0;
}
.drop_cat .wrap ul li a{
color:#000;
}

.headline_change{
padding:7px 0;
background:#5e5e5e;
}
.headline_change ul{
display:table;
width:100%;
table-layout:fixed;
text-align:center;
}
.headline_change li{
display:table-cell;
text-align:center;
vertical-align:top;
}
.headline_change .col{
font-size:0;
display:inline-block;
vertical-align:top;
}
.headline_change .col .icheckbox{
display:inline-block;
vertical-align:top;
}
.headline_change .col label{
font-size:12px;
line-height:12px;
display:inline-block;
margin:2px 0 0 10px;
vertical-align:top;
}


#search_results_overlay {
    background: #2C2C2C;
    opacity: 0.85;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.button_filter {
    float: right;
    width: 94px;
    padding: 3px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    background: #e21725;
        line-height: 15px;
        margin: 1px 0;
}

#video_click {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: none;
}

#video_click #video_redirect {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  cursor: pointer;
}

#video_click #video_skip {
  position: absolute;
  right: 20px;
  bottom: 50px;
  display: block;
  border: 2px solid rgba(255,255,255,.5);
  padding: 10px 20px;
  font-size: 15px;
  z-index: 30;
  background: rgba(0,0,0,.3);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#video_click #video_skip b {
  font-weight: normal;
  margin: 0 3px;
}

#video_click.viewed #video_redirect {
  z-index: 0;
}

#video_click div.ad-countdown {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 2px solid rgba(255,255,255,.5);
  padding: 10px 20px;
  font-size: 15px;
  z-index: 10;
  background: rgba(0,0,0,.3);
  color: #fff;
}

#video_area .ad-title {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
  border: 2px solid rgba(255,255,255,.7);
  padding: 10px 20px;
  font-size: 15px;
  z-index: 23;
  background: rgba(0,0,0,.3);
  color: rgba(255,255,255,.8);
}

#video_area.player-mode-ad .ad-title {
  right: 160px;
}
#video_area .ad-title:hover {
  background: rgba(0,0,0,.5);
  color: rgba(255,255,255,1);
}
#video_area .ad-title-ad {
    background-color: transparent;
    border-color: transparent;
    padding: 2px 5px;
    border-radius: 1px;
    text-decoration: none;
    border: 1px solid #dadada;
}
#video_area.player-mode-ad .ad-title-ad {
    background-color: #f4bb2e;
    border: 0px solid #dadada;
    color: #303030;
}
#video_area .ad-title-word {
    padding: 2px 5px;
    text-decoration: underline;
}

.cookie-policy .close .icon-cross {
    background: url('../images/close-button.gif') no-repeat 0 0 transparent;
    display: block;
    height: 15px;
    margin-top: -2px;
    width: 15px;
}

/** Postitial */

.banner-full-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000000;
}

.wrapper_table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    overflow: hidden;
}
.wrapper_table .container {
    max-width: 753px;
    margin: 0 auto;
    padding: 0;
}
.wrapper_table .header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 7px;
}
.wrapper_table .header .holder {
    position: relative;
    z-index: 101;
    padding: 10px 0;
}
.wrapper_table .header .holder::before,
.wrapper_table .header .holder::after {
    display: table;
    clear: both;
    content: '';
}
.wrapper_table .logo {
    overflow: hidden;
    text-indent: -9999px;
}

.close_banner {
    line-height: 14px;
    float: right;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f0f0f0;
    background-image: -webkit-linear-gradient(bottom, #aa1818 0%, #df2d2d 100%);
    background-image: -o-linear-gradient(bottom, #aa1818 0%, #df2d2d 100%);
    background-image: linear-gradient(to top, #aa1818 0%, #df2d2d 100%);
    text-decoration: none;
    padding: 7px 10px;
    font-size: 0;
    margin: 10px 0;
}
.close_banner i {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.close_banner span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding-left: 5px;
}
.close_banner i::before {
    background-color: #fff;
    width: 16px;
    height: 1px;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close_banner i::after {
    background-color: #fff;
    width: 16px;
    height: 1px;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main.inner {
    position: absolute;
    top: 50%;
    margin-top: -160px;
    padding: 10px;
    left: 0;
    right: 0;
}
.center {
    text-align: center;
}
.banner_inner_page {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e5e5e5;
    padding: 10px 7px 15px;
}
.banner_title {
    text-align: left;
    color: #4a4a4a;
    font-size: 11px;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.banner-time {
    display: none;
}

.postitial-full-size {
    height: 120%;
    bottom: -30px;
    margin-bottom: -30px;
    overflow: hidden;
}
.postitial-full-size .banner-time {
    line-height: 28px;
    display: block;
    float: right;
    padding: 0 10px;
    margin: 10px 0;
}
.postitial-full-size .wrapper_table .header .holder {
    padding-top: 4px;
    padding-bottom: 4px;
}
.postitial-full-size .main {
    position: static;
    margin: 0;
    left: auto;
    right: auto;
    top: auto;
}
.postitial-full-size .main.inner {
    padding: 60px 10px 0;
}
.postitial-full-size .banner_inner_page {
    display: block;
    border: none;
    padding: 0;
}
.postitial-full-size .banner_field_button {
    display: none;
}
.postitial-full-size .footer {
    display: none;
}

.banner_field_button {
    text-align: center;
    margin-top: 15px;
}
.banner_field_button .button_more {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 13px;
    min-width: 222px;
    text-decoration: none;
    border-radius: 3px;
    background-color: #0077cb;
    background-image: -webkit-linear-gradient(bottom, #aa1818 0%, #df2d2d 100%);
    background-image: -o-linear-gradient(bottom, #aa1818 0%, #df2d2d 100%);
    background-image: linear-gradient(to top, #aa1818 0%, #df2d2d 100%);
}
.wrapper_table .footer {
    display: table-row;
    height: 1px;
    line-height: 12px;
}
.footer_caption {
    padding: 15px 0;
    text-align: center;
    color: #555;
}
.footer_caption a {
    text-decoration: underline;
    color: #555;
}
/** Postitial */



.video-player-v3 video {
    /*visibility: hidden;*/
    height: auto;
}
#video_area.video-player-v3 video {
    height: auto;
}
.video-player-v3 .ico_btn {
    /*display: none;*/
}
.video-player-v3 #play_dvd_html5 {
    /*background: rgba(0, 0, 0, .7);*/
    z-index: 10;
}
.video-player-v3 #video_click {
    z-index: 9;
}
.video-player-v3 #video_ads {
    z-index: 13;
}

.video-player-v3 .description_thumb {
    display: none;
}

.video-player-v3 .video-overlay {
    /*background: rgba(0, 0, 0, .5);*/
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9;
}

#video-buttons {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 12;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}

.video-player-v3 #video-buttons {
    color: #fff;
    display: block;
}

#video-buttons .video-btn-wrap {
    display: inline-block;
    font-size: 12px;
    padding: 5%;
    text-align: center;
    width: 23%;
}

#video-buttons .video-btn {
    cursor: pointer;
}

#video-buttons .video-btn .btn-text {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

#video-buttons .btn-ico {
    margin: 0 auto 10px;
    width: 38px;
    height: 38px;
    display: block;
}

#video-buttons .btn-ico .img-ico {
    width: 100%;
}

@media screen and (max-width: 588px) {
    .video-player-v3 .play {
        top: 48%;
    }

    #video-buttons {
        bottom: 4%;
    }
    #video-buttons .btn-ico {
        height: 30px;
        width: 30px;
    }
    #video-buttons .video-btn-wrap {
        padding: 3% 5%;
    }
    #video-buttons .video-btn .btn-text {
        font-size: 1.2em;
    }
}
@media screen and (max-width: 458px) {
    #video-buttons .video-btn-wrap {
        padding: 2% 5%;
    }
    #video-buttons .video-btn .btn-text {
        font-size: 1em;
    }
}
@media screen and (max-width: 370px) {
    #video-buttons {
        bottom: 2%;
    }
    #video-buttons .video-btn-wrap {
        padding: 2% 5%;
    }
    #video-buttons .btn-ico {
        margin-bottom: 3px;
        height: 20px;
        width: 20px;
    }
}

#video-quality {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 11;
    text-align: center;
}

#video-quality .quality-choice {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
#video-quality .quality-choice .button-quality-item {
    border-radius: 3px;
    color: #bfbfbf;
    line-height: 26px;
    margin: 2px 0;
    padding: 6px 30px;
    text-align: right;

    font-size: 21px;
    font-weight: bold;
}
#video-quality .quality-choice .button-quality-item:hover,
#video-quality .quality-choice .state-active {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    cursor: pointer;
}
#video-quality .quality-choice .quality-badge-left {
    padding-right: 30px;
}
#video-quality .quality-choice .button-quality-badge-wrap {
    float: right;
    display: block;
    margin-left: 0;
    margin-right: -16px;
    vertical-align: top;
    line-height: 4px;
}

#video-quality .quality-choice .button-quality-badge {
    background-color: #cb0000;
    box-shadow: 1px 1px #000;
    text-shadow: 0 1px #000;
    color: #fff;
    font-size: 8px;
    padding: 0 2px;
    border-radius: 2px;
    vertical-align: middle;
}

#video-share {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 100%;

    padding: 30px;
    text-align: left;
}
#video-share .custom_images {
    text-align: center;
    margin: 8% 0 20px;
}

#video-share .custom_images > * {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2%;
    position: relative;
    cursor: pointer;
}
#video-share .custom_images .share-title {
    display: block;
    position: absolute;

    bottom: -22px;
    left: 0;
    width: 100%;
    font-weight: bold;
}
#video-share .custom_images .google {
    background: #dc4e41;
}
#video-share .custom_images .facebook {
    background: rgb(59, 89, 152);
}
#video-share .custom_images .email {
    background: #575757;
}
#video-share .custom_images .addthis_button_expanded {
    background: rgb(255, 101, 80);
}
#video-share .custom_images .addthis_button_expanded .share-title {
    bottom: auto;
    top: 50%;
    line-height: 30px;
    margin-top: -15px;
    font-size: 30px;
}

#video-share .share-choice .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

#video-share .video-direct {
    text-align: center;
    margin-top: 10%;
}
#video-share .video-direct .title {
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}

#video-share .video-direct-input {
    color: #fff;
    border: 1px solid #4a4a4a;
    background: #212121;
    border-radius: 4px;
    height: 36px;
    padding: 8px;
    font-weight: bold;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 588px) {
    #video-share {
        padding: 10px 15px;
    }

    #video-share .custom_images {
        margin: 8% 0 10px;
    }

    #video-share .custom_images > * {
        width: 60px;
        height: 60px;
    }

    #video-share .share-title {
        bottom: -18px;
    }

    #video-share .share-choice .title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px;
    }

    #video-share .video-direct .title {
        font-size: 13px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 370px) {
    #video-share .custom_images {
        margin: 4% 0 10px;
    }

    #video-share .video-direct {
        margin-top: 9%;
    }

    #video-share .video-direct .title {
        margin-bottom: 3px;
    }
}

.video-tmb-item {
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}
.video-tmb-item .video-tmb-wrap {
    padding: 5px;
}
.video-tmb-item img { width: 100%; }

@media screen and (min-width: 588px) {
    .video-tmb-item {
        width: 33.33333%;
    }
}

.spot-size {
    margin-left: auto;
    margin-right: auto;
}
.spot-size.--300x100 {
    max-width: 300px;
    max-height: 100px;
    overflow: hidden;
}

@media screen and (max-width: 400px){
    #ID-awempire-wrapper {
        height: 200px;
    }
}

@media screen and (min-width: 401px){
    #ID-awempire-wrapper {
        height: 250px;
    }
}

@media screen and (min-width: 470px){
    #ID-awempire-wrapper {
        height: 300px;
    }
}
@media screen and (min-width: 530px){
    #ID-awempire-wrapper {
        height: 330px;
    }
}@media screen and (min-width: 600px){
    #ID-awempire-wrapper {
        height: 425px;
    }
}
@keyframes dot_blink{from{opacity:0}to{opacity:1}}
.menu_block_table {
    width: 100%;
    border-collapse: collapse;
}
.menu_block_menu {
    width: 40px;
    text-align: left;
}
.menu_block_logo {
    width:116px;
    padding-left: 3px;
    text-align: left;
}
.menu_block_lc {
    width:69px;
    padding-left: 5px;
    text-align: left;
}
.ID_live_cam_wrapper {
    width:100%;
    margin-top: 1px;
}
.menu_block_logins {
    text-align: right;
}
.ID_live_cam_inner a {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #666666;
    padding: 5px 7px 5px 7px;
    text-decoration: none;
    color: #fff;
    border:1px solid #666666;
}
.ID_live_cam_dot {
    width: 5px;
    height: 5px;
    vertical-align: top;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: dot_blink 2s infinite alternate;
}
.button-quality-item[data-quality="4k"]::before {
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0iTTUgNGgxMGEzIDMgMCAwIDEgMyAzdjZhMyAzIDAgMCAxLTMgM0g1YTMgMyAwIDAgMS0zLTNWN2EzIDMgMCAwIDEgMy0zem0zLjA2NyA2LjY1NS43NDgtMy41MzdoLTEuMTZsLTMuNDM3IDMuNDM3TDQgMTEuNjM5aDIuNzIzTDYuNDI5IDEzaDEuMTM0bC4yOTQtMS4zNjFoLjc4MmwuMjEtLjk4NGgtLjc4MnptLTEuMTM0IDBINS4xODVsMi4yMS0yLjI2aC4wMTdsLS40OCAyLjI2ek0xMC4xODUgNyA4Ljk0IDEzaDEuMzJsLjM5NC0xLjkuOTE2LS43OTdMMTIuOTQxIDEzaDEuNDg4bC0xLjg0LTMuNTNMMTUuNDcgN2gtMS43NDhMMTEgOS41MTNoLS4wMTdMMTEuNTA0IDdoLTEuMzJ6IiBzdHlsZT0iZmlsbDojY2IwMDAwO2ZpbGwtcnVsZTpldmVub2RkIi8+PC9zdmc+) no-repeat 50% 50%;
    content: "";
    display: inline-block;
    height: 10px;
    position: absolute;
    width: 16px;
    right: 13px;
    border-radius: 3px
}

.button-quality-item[data-quality="4k"] {
    text-align: left !important
}

.button-quality-item[data-quality="4k"] .button-quality-badge-wrap {
    display: none !important
}

i._download::before {
    background: url(../images/download.svg) no-repeat center;
    content: "";
    width: 40px;
    height:40px;
    display: inline-block;
}

a.button-flag i {
    color: #ff1516;
}

#flag_photo_box {
    margin: 0 -5px;
    box-sizing: border-box;
    display: none;
}

#flag_photo_box h3 {
    padding: 4px 7px 5px 7px;
    line-height: 25px;
    color: #fff;
    border: 0;
    border-radius: 0;
    background: #929292;
    width: 100%;
    box-sizing: border-box;
}

#flag_photo_box p {
    padding: 0 10px;
}

#flag_photo_box .box_textarea {
    padding: 0 10px;
}

#flag_photo_box .video textarea {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin-bottom: 7px;
    resize: vertical;
    width: 100%;
    background-color: #FFF;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 11px;
}

#flag_photo_box .flag-video-captcha {
    clear: both;
    padding: 10px
}

#flag_photo_box .flag_block-reason {
    background: #fff;
    border: 1px solid #d2d2d2;
    font: 12px/15px Arial,Helvetica,sans-serif;
    color: #878787;
    width: 350px;
    padding: 5px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 2px;
    margin-left: 10px;
    height: 30px;
    float: left;
}

#flag_photo_box .btn_flag {
    width: 121px;
    height: 30px !important;
    overflow: hidden;
    padding: 0;
    border: 0;
    line-height: 0;
    cursor: pointer;
    float: right;
    color: #fff;
    background: -webkit-linear-gradient(top,#9c9c9c 0,gray 100%);
    border-radius: 3px;
    margin: 0 10px 0 0;
}

#flag_photo_box #flag_video_response {
    color: #C41537;
    font-weight: bold;
    font-style: italic;
}

@media screen and (max-width:531px) {
    #flag_photo_box .btn_flag {
        margin: 10px;
        float: left;
    }
}

#footer-live-cams {
    border-top: none;
    max-width: 760px;
    margin: 0 auto;
}

#lcams .title,
#footer-live-cams .title {
    border-radius: 3px 3px 0 0;
    color: #333333;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    position: relative;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    display: flex;
    align-items: center;
    line-height: 1;
}
#footer-lc-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: normal;
    border-top: none;
}

.title-button .button-red {
    background: -webkit-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -moz-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -o-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -ms-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    border: none;
    padding: 6px 8px 6px 8px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e22e2e', endColorstr='#a91818', GradientType=0);
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

.title-button {
    margin-left: 5px;
}

.title-button .button-red:hover {
    background: -webkit-linear-gradient(top, #9c9c9c 0%, #808080 100%) !important;
    background: -moz-linear-gradient(top, #9c9c9c 0%, #808080 100%) !important;
    background: -o-linear-gradient(top, #9c9c9c 0%, #808080 100%) !important;
    background: -ms-linear-gradient(top, #9c9c9c 0%, #808080 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c9c9c', endColorstr='#808080', GradientType=0) !important;
}

.lc-index-0 {
    height: 180px;
}
.lc-index-1 {
    height: 240px;
}

@media screen and (max-width: 586px) {
    .lc-index-0 {
        height: 348px;
    }

    .lc-index-1 {
        height: 434px
    }
}

#spot_video_underplayer_livecams .dots-loader>.dot,
#spot_video_livecams .dots-loader>.dot {
    background: #666666;
}

#spot_video_livecams, #spot_video_underplayer_livecams {
    position: relative
}

#spot_video_underplayer_livecams .thumbs {
    display: flex
}

#spot_video_underplayer_livecams, #spot_video_livecams {
    position: relative
}

#spot_video_livecams {
    margin: 8px
}

#spot_video_underplayer_livecams .scrollable {
    height: 130px;
    display: flex;
    touch-action: manipulation;
    overflow: auto hidden;
    margin-bottom: -30px
}

#spot_video_underplayer_livecams .thumbs {
    height: 90px;
    min-width: calc(120px * 11);
    overflow: hidden;
    position: relative;
    width: calc(122px * 11);
    text-align: left;
    margin: 0;
    padding-left: 0;
    font-size: 0
}

#spot_video_underplayer_livecams .thumbs .th {
    display: inline-block;
    height: 90px;
    width: 120px;
    margin: 0 1px;
    position: relative;
    outline: none;
    background-position: 50% !important;
    background-size: cover !important;
    overflow: hidden
}

.online {
    background: #30a913;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    padding: 1px 4px;
    color: #fff;
    font-size: 9px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    line-height: 12px !important;
    border: 0;
    left: 0;
    bottom: auto !important;
    right: auto !important;
    text-shadow: 0 1px 0 #006600;
    text-align: center;
    font-weight: normal;
    margin-top: 3px;
    margin-left: 3px;
    -webkit-transition: left .5s, opacity .2s ease-in-out;
    -moz-transition: left .5s, opacity .2s ease-in-out;
    -o-transition: left .5s, opacity .2s ease-in-out;
    transition: left .5s, opacity .2s ease-in-out
}

.spot-live-cam video,
#spot_video_underplayer_livecams video,
#spot_video_livecams video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.spot-live-cam video {
    max-height: 45vw;
    z-index: 1 !important;
}

.spot-live-cam .tools_thumb {
    z-index: 2;
}

#spot_video_underplayer_livecams .thumbs .th .modelname,
#spot_video_livecams .modelname {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 10px;
    left: 0;
    height: 18px;
    -webkit-transition: bottom .3s;
    -moz-transition: bottom .3s;
    -o-transition: bottom .3s;
    transition: bottom .3s;
    text-align: center
}

#spot_video_livecams .modelname {
    margin-bottom: 0 !important
}

#spot_video_underplayer_livecams .thumbs .th .modelname em,
#spot_video_livecams .modelname em {
    font-size: 11px;
    line-height: 18px;
    display: inline-block;
    overflow: hidden;
    max-width: 220px;
    padding: 0 10px;
    vertical-align: top;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #000;
    background: rgba(0, 0, 0, .7);
    color: #fff
}

#spot_video_livecams .modelname em {
    font-weight: normal;
    font-style: normal
}

#spot_video_underplayer_livecams .thumbs .th .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 5
}

#spot_video_underplayer_livecams .thumbs .th .button {
    display: block;
    position: absolute;
    text-align: center;
    top: 40%;
    left: 0;
    right: 0;
    bottom: auto;
    margin-top: -10px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    z-index: 6;
    background: transparent;
    border: 0
}

.title-strong {
    font-size: 12px;
    font-weight: bold;
    line-height: 23px
}

#spot_video_underplayer_livecams .thumbs .th .button .more {
    color: #fff;
    padding: 3px 8px;
    transition: background .3s ease-in-out;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    background: #cb0000
}

#spot_video_underplayer_livecams .thumbs .th:hover video,
#spot_video_livecams a:hover video {
    background: #000 !important;
}

#spot_video_underplayer_livecams .thumbs .th:hover .modelname,
#spot_video_livecams a:hover .modelname {
    bottom: -20px;
}

#tab-content2 {
    flex-wrap: wrap;
}

#spot_video_livecams #tab-content2 {
    display: flex;
    list-style: none;
    margin: 0 -10px 0 0;
    padding: 0;
    justify-content: center;
}

#spot_video_livecams li.clearfix {
    flex: 20%;
    margin-bottom: 10px;
    height: 165px;
    width: 25%;
    margin-right: 10px;
}

#spot_video_livecams .tab-content li a {
    overflow: hidden;
    height: 100%;
    display: block;
    position: relative;
    background-position: 50% !important;
    background-size: cover !important
}

@media screen and (max-width: 600px) {
    #spot_video_livecams .tab-content li {
        display: list-item !important;
        width: 25%;
        flex: 45%;
    }
}

@media screen and (max-width: 568px) {
    #spot_video_livecams .tab-content li {
        display: list-item !important;
        width: 50%;
        flex: 45%;
    }
}

#footer-live-cams .bottom_more_link {
    display: flex;
    justify-content: center;
    margin: 12px 0 8px 0;
}

#footer-live-cams .bottom_more_link .more_link a {
    background: -webkit-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -moz-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -o-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -ms-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    text-decoration: none;
    padding: 14px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e22e2e', endColorstr='#a91818', GradientType=0);
}

#footer-live-cams {
    border: 1px solid #F3F3F3;
    border-radius: 3px 3px 0 0;
}

#footer-live-cams .title {
    border: 0;
    border-bottom: 1px solid #F3F3F3
}

#footer-live-cams .more_link a:hover {
    background: -webkit-linear-gradient(top, #9c9c9c 0%, #808080 100%) !important;
    background: -moz-linear-gradient(top, #9c9c9c 0%, #808080 100%) !important;
    background: -o-linear-gradient(top, #9c9c9c 0%, #808080 100%) !important;
    background: -ms-linear-gradient(top, #9c9c9c 0%, #808080 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c9c9c', endColorstr='#808080', GradientType=0) !important;
}

.vpn-li {
    border: none !important;
}
.vpn-li:after {
    display: none !important;
}
.vpn-button {
    background-color: #d62d2d;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 12px 20px 4px !important;
    height: 15px;
    padding: 10px 0 !important;
    line-height: 15px !important;
}
.vpn-button:hover {
    background-color: #c12727;
}

.thumb-holder.buttons {
    border: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 5px
}

.vpn-li.video-page {
    display: flex
}

.vpn-li.video-page .vpn-button2 {
    color: #fff;
    display: flex;
    font-weight: bold;
    width: 100%;
    justify-content: center;
    padding: 5px 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #64ad2a 0, #216816 100%);
    background: -moz-linear-gradient(top,#64ad2a 0,#216816 100%);
    background: -o-linear-gradient(top,#64ad2a 0,#216816 100%);
    background: -ms-linear-gradient(top,#64ad2a 0,#216816 100%);
}

.share-button {
    display: flex !important;
    align-items: center;
    justify-content: center
}

.share-block .item a,
.share-block .item a span {
    display: block;
    width: 32px;
    height: 32px
}

.share-block {
    margin: 20px 0;
    display: none
}

.share-block .share_list {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%
}

/* ---- header premium button ---- */
@media screen and (max-width:558px) {
    .header_premium_bar {
        display: none !important;
    }
}

.header_premium_bar {
    display: flex;
    align-items: center;
    height: 24px;
    width: 100px;
    padding: 0 7px 0 2px;
    text-decoration: none;
    font: 12px 'Arial';
    color: #c3183a;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.header_premium_bar:hover {
    background: -webkit-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -moz-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -o-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -ms-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    color: #fff !important;
    border: none;
    padding: 1px 8px 1px 3px;
}

.header_premium_bar img {
    margin: 3px 2px 0 0;
}

@media screen and (max-width:455px) {
    .header_roulette_button {
        display: none !important;
    }
}

.header_roulette_button {
    display: flex;
    align-items: center;
    height: 24px;
    width: 126px;
    padding: 0 7px 0 2px;
    text-decoration: none;
    font: 11px 'Arial';
    color: #c3183a;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.header_roulette_button:hover {
    background: -webkit-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -moz-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -o-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    background: -ms-linear-gradient(top, #e22e2e 0%, #a91818 100%);
    color: #fff !important;
    border: none;
    padding: 1px 8px 1px 3px;
}

.header_roulette_button img {
    margin-right: 1px;
}

.menu_block_lc {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 49px;
    white-space: nowrap;
}
/* ---- header premium button ---- */


.player_premium_bar {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 13;
    right: 15px;
    bottom: 15px;
    height: 25px;
    background: -webkit-linear-gradient(top,#e22e2e 0,#a91818 100%);
    background: -moz-linear-gradient(top,#e22e2e 0,#a91818 100%);
    background: -o-linear-gradient(top,#e22e2e 0,#a91818 100%);
    background: -ms-linear-gradient(top,#e22e2e 0,#a91818 100%);
    border-radius: 3px;
    padding: 0 22px 0 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.player_premium_bar:hover {
    color: #fff;
}

.player_premium_bar img {
    width: 22px;
    padding-top: 4px;
    margin-right: 5px;
}

.premium_bar_close {
    color: #0a0a0a;
    position: absolute;
    right: -9px;
    top: -9px;
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}

@media screen and (max-width: 520px) {
    #video-slider {
        width: 100% !important;
        right: 0 !important;
        padding: 0 !important;
    }
}
