/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.scroll-video-wrapper .jspContainer
{
    overflow: hidden;
    position: relative;
}

.scroll-video-wrapper .jspPane
{
    position: absolute;
}

.scroll-video-wrapper .jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 12px;
    width: 7px;
    height: 99%;
    background: rgb(22,22,22); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(22,22,22,1) 0%, rgba(32,32,33,1) 34%, rgba(47,47,48,1) 72%, rgba(47,47,48,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,22,22,1)), color-stop(34%,rgba(32,32,33,1)), color-stop(72%,rgba(47,47,48,1)), color-stop(100%,rgba(47,47,48,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(22,22,22,1) 0%,rgba(32,32,33,1) 34%,rgba(47,47,48,1) 72%,rgba(47,47,48,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(22,22,22,1) 0%,rgba(32,32,33,1) 34%,rgba(47,47,48,1) 72%,rgba(47,47,48,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(22,22,22,1) 0%,rgba(32,32,33,1) 34%,rgba(47,47,48,1) 72%,rgba(47,47,48,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(22,22,22,1) 0%,rgba(32,32,33,1) 34%,rgba(47,47,48,1) 72%,rgba(47,47,48,1) 100%); /* W3C */
    box-shadow: inset 2px 1px 2px #141414;
    border-radius: 6px;
}

.scroll-video-wrapper .jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}



.scroll-video-wrapper .jspVerticalBar *,
.scroll-video-wrapper .jspHorizontalBar *
{
    margin: 0;
    padding: 0;
}

.scroll-video-wrapper .jspCap
{
    display: none;
}

.scroll-video-wrapper .jspHorizontalBar .jspCap
{
    float: left;
}

.scroll-video-wrapper .jspTrack
{
    /*background: #E9ECEF;*/
    position: relative;
    background: transparent;
    width: inherit;
    float: right;
}

.scroll-video-wrapper .jspDrag
{
    background: #F00A50;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 6px;
    width: 7px;
}

.scroll-video-wrapper .jspHorizontalBar .jspTrack,
.scroll-video-wrapper .jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.scroll-video-wrapper .jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.scroll-video-wrapper .jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.scroll-video-wrapper .jspVerticalBar .jspArrow
{
    height: 16px;
}

.scroll-video-wrapper .jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.scroll-video-wrapper .jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.scroll-video-wrapper .jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
.scroll-video-wrapper .jspCorner
{
    margin: 0 -3px 0 0;
}

.block-slide .tab-opinion-all p{
    font-size: 18px;
    color: #e1e5e8;
    max-height: 515px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
    margin-top: 22px;
    padding-right: 15px;
}
.block-slide .tab-opinion-all p>span{
    margin-left: 5px;
}
.scroll-video{
    overflow: auto;
    width: 180px;
    height: 230px;
    padding-bottom: 2px;
    margin-bottom: 40px;
    padding-right: 10px;
    position: relative;
    background: #000;
}
.scroll-video-wrapper{
    position: absolute;
    width: 188px;
    height: 230px;
    right: 0;
    top: 50px;
    background: #000000;
    padding-top: 15px;
}
.scroll-video-wrapper:after{
    position: absolute;
    content: "";
    background: url("/img/cat/bl_f/scroll-shad.png") no-repeat;
    height: 27px;
    width: 174px;
    bottom: -9px;
    left: 50%;
    margin-left: -87px;
}
.scroll-video li{
    border-bottom: 1px dotted #353535;
    margin-left: 6px;
    padding: 10px 0;
    width: 145px;
}
.scroll-video li .video-img{
    margin-left: 12px;
}
.scroll-video li p{
    margin-left: 12px;
    color: #e1e5e8;
    font-size: 12px;
    margin-top: 0;
}

.scroll-video li .video-img img{
    width: 130px;
    height: auto;
}
.scroll-video li p img{
    display: inline-block;
    float: left;
    position: relative;
    top: 2px;
}
.scroll-video li p span{
    display: block;
    /*float: left;*/
    margin-left: 21px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.2;
}
.video-wrapper .scroll-video iframe{
    width: 100px;
    height: 65px;
    width: 140px;
    height: 102px;
    margin: 0px;
}

.video-wrapper ul.nav-video {
    background: rgb(11,11,11); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(11,11,11,1) 0%, rgba(29,27,30,1) 50%, rgba(49,49,51,1) 75%, rgba(63,63,67,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,11,11,1)), color-stop(50%,rgba(29,27,30,1)), color-stop(75%,rgba(49,49,51,1)), color-stop(100%,rgba(63,63,67,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(11,11,11,1) 0%,rgba(29,27,30,1) 50%,rgba(49,49,51,1) 75%,rgba(63,63,67,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(11,11,11,1) 0%,rgba(29,27,30,1) 50%,rgba(49,49,51,1) 75%,rgba(63,63,67,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(11,11,11,1) 0%,rgba(29,27,30,1) 50%,rgba(49,49,51,1) 75%,rgba(63,63,67,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(11,11,11,1) 0%,rgba(29,27,30,1) 50%,rgba(49,49,51,1) 75%,rgba(63,63,67,1) 100%); /* W3C */
    width: 100%;
    height:50px;
    z-index: 1000;
}
.video-wrapper ul.nav-video li.current>a {
    background: none;
    color:#727477;
    font-weight: normal;
    padding: 0 20px;
}
.video-wrapper ul.nav-video {
    margin: 0px;
    padding: 0 0 0 10px;
}
.video-wrapper ul.nav-video li>a {
    height: 50px;
    line-height: 50px;
    font-weight:bold;
    color: #ffffff;
}
.video-wrapper ul.nav-video li>a:after {
    position:absolute;
    content:"";
    height: 35px;
    width: 54px;
    background: #3c3c3c;
    right:-38px;
    top:12%;
    background: url("/img/cat/bl_f/shad-vid.png") no-repeat;
}
.video-wrapper iframe {
    width: 375px;
    height: 230px;
    margin-left: 12px;

    width: 375px;
    height: 230px;
    display: block;
    margin-left: 12px;
    border: none;
    margin-top:0px;
    margin-bottom: 0px;
}
.video-wrapper ul.opinion-ham {
    top:65px;
}
.video-wrapper .block-slide {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: rgb(12,12,13);
    background: -moz-linear-gradient(top, rgba(12,12,13,1) 0%, rgba(45,43,47,1) 34%, rgba(45,43,47,1) 73%, rgba(27,24,28,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(12,12,13,1)), color-stop(34%,rgba(45,43,47,1)), color-stop(73%,rgba(45,43,47,1)), color-stop(100%,rgba(27,24,28,1)));
    background: -webkit-linear-gradient(top, rgba(12,12,13,1) 0%,rgba(45,43,47,1) 34%,rgba(45,43,47,1) 73%,rgba(27,24,28,1) 100%);
    background: -o-linear-gradient(top, rgba(12,12,13,1) 0%,rgba(45,43,47,1) 34%,rgba(45,43,47,1) 73%,rgba(27,24,28,1) 100%);
    background: -ms-linear-gradient(top, rgba(12,12,13,1) 0%,rgba(45,43,47,1) 34%,rgba(45,43,47,1) 73%,rgba(27,24,28,1) 100%);
    background: linear-gradient(to bottom, rgba(12,12,13,1) 0%,rgba(45,43,47,1) 34%,rgba(45,43,47,1) 73%,rgba(27,24,28,1) 100%);
}
.video-wrapper ul.nav-video li:hover>a {
    background: inherit;
}


@media all and (max-width: 1820px) {

    .video-wrapper .tab-opinion-all {
        height: 402px;
    }

    .video-wrapper .prev90:after, .video-wrapper .next90:after {
        margin-top: -12px;
        top: 50%;
    }

    .video-wrapper iframe {
        height: 290px;
        width: 67%;
    }

    .block-slide .scroll-video-wrapper {
        height: 290px !important;
    }

    .block-slide .scroll-video {
        height: 280px !important;
    }

    .block-slide .scroll-video-wrapper {
        width: 182px;
    }

    .video-wrapper .block-slide .tab-opinion-all p {
        margin-top: 10px;
    }
}



.multipecar_new_video_block {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.4);
    left: 0;
    width: 100%;
    z-index: 10000;
    padding: 10px 20px;
    box-sizing: border-box;
}
span.link_multipecar_nvb {
    float: left;
    color: #ffffff;
    font-size: 18px;
    width: 65%;
    line-height: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.btn_multipecar_nvb {
    background: #EE1355;
    float: right;
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
    font-size: 17px;
    height: 42px;
    box-sizing: border-box;
    line-height: 42px;
}
a.btn_multipecar_nvb:hover {
    background: #ff2364;
}






