html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,button,a{
    margin:0;padding:0;
}
li {
    list-style-type:none;
}
body {
    background-color: #070918;
    color: #b0c8ff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}
input,
button {
    font-family: 'Lato', sans-serif;
}
img {
    border:0 none;
}
a {
    color:#ffb1e7;
    text-decoration:none;
    transition: 0.1s ease;
}
a:hover {
    color: #fff;
}
h1,
h2 {
    color: #b0c8ff;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}
h1 {
    font-size: 24px;
    margin: 20px 3px 0 3px;
    text-align: center;
}
h2 {
    font-size: 22px;
    margin: 40px 3px 0 3px;
}
.clear-line {
    clear: both;
}
.cat-dropdown {
  color: #fcd6c0;
  position: absolute;
  display: none;
  top: 94%;
  width: 97%;
  z-index: 1999!important;
  /*overflow: hidden;*/
  transition: all .25s ease-in-out;
}
.cat-dropdown.toggle {
  display: block;
}

.cat-dropdown .list-block {
  background-color: #0e1021;
  border: 4px solid #0b1890;
  padding: 20px;
  /*width: 90%;*/
  margin: 0;
}
.cat-dropdown .list-block:after {
  clear: both;
  content: '';
  display: table;
}
.cat-dropdown:after {
  clear: both;
  content: '';
  display: table;
}
.language-bar {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  background-image: url("../images/flagss.svg");
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 50px;
  width: 50px;
  height: 32px;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  margin-top: 3px;
  font-size: 0;
 }
.language-list {
   position: absolute;
   opacity: 0;
   visibility: hidden;
   margin-top: 5px;
   top: 100%;
   left: 0;
   z-index: 1001;
   white-space: nowrap;
   overflow: hidden;
   background-color: #1e258c;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
   transition: all .25s ease-in-out; 
}
.language-list.opened {
     opacity: 1;
     visibility: visible; 
 }
   .language-list ul {
     padding: 0;
     display: inline-block; 
 }
 .language {
   background-color: #131647;
   margin: 1px; 
}
 .language:hover .language-text {
     background-color: #1e258c; 
 }
 .language-icon {
   background-image: url("../images/flagss.svg");
   background-repeat: no-repeat;
   background-size: cover;
   width: 50px;
   height: 32px;
   display: inline-block;
   vertical-align: middle;
   overflow: hidden; 
}
 .language-text {
   font-size: 16px;
   width: 100px;
   vertical-align: middle;
   text-align: center;
   line-height: 32px;
   padding: 10px;
   height: 32px;
   padding: 0;
   margin: 0;
   color: #fff;
   display: inline-block; 
}
 .li-eng {
   background-position: 0px 0px; }

 .li-czech {
   background-position: 0px -33px; }

 .li-german {
   background-position: 0px -66px; }

 .li-spain {
   background-position: 0px -98px; }

 .li-france {
   background-position: 0px -131px; }

 .li-italy {
   background-position: 0px -164px; }

 .li-hungary {
   background-position: 0px -196px; }

 .li-nederlande {
   background-position: 0px -229px; }

 .li-norway {
   background-position: 0px -261px; }

 .li-poland {
   background-position: 0px -294px; }

 .li-portugal {
   background-position: 0px -326px; }

 .li-romania {
   background-position: 0px -359px; }

 .li-sweden {
   background-position: 0px -392px; }

 .li-vietnam {
   background-position: 0px -424px; }

 .li-turkey {
   background-position: 0px -457px; }

 .li-greek {
   background-position: 0px -490px; }

 .li-israel {
   background-position: 0px -523px; }

 .li-egypt-arabic {
   background-position: 0px -555px; }

 .li-india-hindi {
   background-position: 0px -588px; }

 .li-china {
   background-position: 0px -620px; }

 .li-japan {
   background-position: 0px -653px; }

 .li-russian {
   background-position: 0px -686px; }

   @media all and (min-width: 560px) {
     .language-bar {
       margin-top: 7px;
     }
   }

@media all and (min-width:1020px) {
    h1 {
        text-align: left;
    }
}
    .wrapper {
        background-color: #070918;
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
    }
    .center {
        padding: 0 5px;
        /*overflow: hidden;*/
        margin: 0 auto;
        position: relative;
    }
    .center:after {
      clear: both;
      content: '';
      display: table;
    }

        @media all and (min-width:938px) {
            .center {
                padding: 0; width: 918px;
            }
        }
        @media all and (min-width:1244px) {
            .center {
                width: 1224px;
            }
        }
        @media all and (min-width:1550px) {
            .center {
                width: 1530px;
            }
        }

    .header {
    background:#131647;
    /*overflow: hidden;*/
}
    .header-lt {
        overflow: hidden;
    }
    .logo {
        display: inline-block;
        vertical-align: top;
    }
    .menu-button {
        background-color: #1d248b;
        width: 20px;
        height: 20px;
        padding: 10px;
        display: block;
        float: right;
        margin: 20px 3px 0 3px;
        cursor: pointer;
    }
    .menu-button:hover, 
    .menu-button.active {
        background-color:#ff27ba;
    }
    .menu-button img {
        width: 20px;
        height: auto;
    }
    .header-rt {
        display: none;
        margin: 10px auto 0 auto;
        /*overflow: hidden;*/
    }
    .header-menu { 
        overflow: hidden; 
    }
    .header-menu li { 
        display: block; 
        text-align: center; 
    }
    .header-menu li a { 
        display: block; 
        color: #fff; 
        font-size: 14px; 
        line-height: 36px; 
        height: 36px; 
        text-transform: uppercase; 
        font-family: 'Oswald', sans-serif; 
        overflow: hidden; 
    }
    .header-menu li a img { 
        width: 14px; 
    }
    .header-menu li.home-btn a {    
    background-image: linear-gradient(45deg, #a00871 0%, #ff31bb 45%, #a00871 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
    transition: .5s;
    }
    .header-menu li.newest-btn a { 
    background-image: linear-gradient(45deg, #010978 0%, #0063ff 45%, #010978 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
    transition: .5s;
    }
    .header-menu li.longest-btn a { 
    background-image: linear-gradient(45deg, #010978 0%, #0063ff 45%, #010978 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
    transition: .5s;
    }
    .header-menu li.cat-btn a { 
    background-image: linear-gradient(45deg, #010978 0%, #0063ff 45%, #010978 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
    transition: .5s; 
    }
    .header-menu li a:hover { 
    background-position: 0 0;
    }

    .search { 
        background-color: #fff; 
        overflow: hidden; 
        border-bottom: 4px solid #ff31bb; 
        position: relative; 
    }
    .search input, 
    .search button { 
        background: none; 
        display: block; 
        border: 0 none; 
        outline: none; 
        height: 40px; 
        line-height: 40px; 
    }
    .search input { 
        width: 96%; padding: 0 2%; 
        font-size: 16px; 
        color: #000; 
    }
    .search button { 
        position: absolute; 
        top: 5px; 
        right: 10px; 
        width: 20px; 
        cursor: pointer; 
    }
    .search button img { 
        width: 20px; 
    }
    .search button:hover { 
        opacity: 0.8; 
    }

        @media all and (min-width:400px) {
            .menu-button {
                padding: 13px;
            }
            .header-menu li a {
                height: 35px;
                line-height: 35px;
            }
        }

         @media all and (min-width:560px) {
            .header-menu li a {
                height: 35px;
                line-height: 35px;
            }
            .header-menu ul {
                display: table;
                width: 100%;
            }
            .header-menu li {
                display: table-cell;
                vertical-align: top;
                width: auto !important;
            }
            .header-menu li a {
                padding: 0 20px;
            }
         }

         @media all and (min-width:660px) {
            .header-menu li a {
                height: 35px;
                line-height: 35px;
            }
            .header-menu li a img {
                width: 16px;
            }
         }

         @media all and (min-width:720px) {
            .header-menu li a { font-size: 18px; }
            .header-menu li a img { width: 18px; }

         }

         @media all and (min-width:800px) {
            .header-menu, .search {
                float: left;
            }
            .header-menu {
                width: 66%;
            }
            .search {
                /*width: 19%;*/
                width: 25.7%;
            }
            .header-menu li a { 
                height: 90px; 
                line-height: 90px; 
                font-size: 16px; 
                padding: 0 10px; 
            }
            .header-menu li a img { 
                width: 16px; 
            }
            .header-menu li.home-btn a {
                padding: 0 20px;
            }
            .search button {
                right: 15px;
            }
            .search input, .search button {
                height: 85px;
                line-height: 85px;
            }
            .search input {
                width: 92%;
                padding: 0 4%;
            }
            .language-bar {
               margin-top: 27px;
            }
         }

         @media all and (min-width:938px) {
            .header-lt {
                padding: 0;
            }
            .header-rt {
                margin: 0 3px 0 0;
            }
         }

        @media all and (min-width:1244px) {
            .header-lt {
                float: left;
            }
            .menu-button {
                display: none;
            }
            .header-rt {
                display: block !important;
                width: 900px;
                float: right;
            }
            .search input, .search button {
                height: 85px;
                line-height: 85px;
                margin-top: 0;
            }
            .search button {
                right: 15px;
                top: 1px;
                width: 26px;
            }
            .search button img { width: 20px; }
            .search {
                width: 27%;
                float: right;
            }
        }

        @media all and (min-width:1550px) {
            .header-rt {
                width: 1100px;
            }
            .header-menu li a {
                height: 95px;
                line-height: 95px;
                font-size: 20px; 
            }
            .header-menu li a img {
                 width: 22px;
            }
            .header-menu li.home-btn a {
                padding: 0 25px;
            }
            .search input, .search button {
                height: 90px;
                line-height: 90px;
                margin-top: 0;
            }
            .search button {
                right: 20px;
                top: 9;
                width: 26px;
            }
            .search button img {
                width: 26px;
            }
        }

    .desc {
        font-size: 13px;
        display: none;
        background-color: #070918;
        color: #b0c8ff;
        overflow: hidden;
        padding: 5px 3px;
        line-height: 20px;
        text-align: justify;
    }

        @media all and (min-width:800px) {
            .desc {
                display: block;
            }
        }

    .title-sort h1 {
        float: left;
        line-height: 30px;
    }
    .sort {
        margin: 15px 3px 0 3px;
        float: right;
        width: 120px;
        position: relative;
    }
    .sort ul {
        display: block;
        position: absolute;
        width: 100%;
        top:0;
        left: 0;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        z-index: 1000;
    }
    .sort li {
        cursor: pointer;
        display: block;
        background-color: #fff;
        overflow: hidden;
        font-size: 14px;
        padding: 0 10px 0 20px;
        text-align: left;
        position: relative;
        color: #555555;
    }
    .sort li span {
        float: left;
    }
    .sort li span.angle-down {
        float: right;
    }
    .sort li span.angle-down img {
        width: 10px;
    }
    .sort li a {
        color: #fff;
    }
    .sort li.active {
        background-color: #1d248b;
        color: #fff;
    }
    .sort li:hover {
        background-color: #f407a8;
        color: #fff;
    }
    .sort ul.slide-sort {
        height: 120px;
    }
    .sort ul.slide-sort li {
        background-color: #1d248b;
        opacity: 0.9;
        border-radius: 0;
    }
    .sort ul.slide-sort li.active {
        background-color: #1d248b;
        opacity: 0.9;
        color: #fff;
    }
    .sort ul.slide-sort li:hover {
        background-color: #f407a8;
        opacity: 0.9;
    }
    .thumbs-block {
        overflow: hidden;
        padding-top: 4px;
    }
    .thumb-bl {
        float: left;
        width: 50%;
    }
    .thumb {
        background-color: none;
        margin: 6px 3px 0 3px;
        overflow: hidden;
        position: relative;
        padding-bottom: 0px;
        border: 1px solid #000;
    }
    .thumb:hover {
        background-color: #181a2e; 
        border: 1px dotted #fff;
    }
    .thumb-pic {
        position: relative;
        display: block;
    }
    .thumb-pic img {
        background-color: #000;
        width: 100%;
        height: auto;
        max-height: 250px;
        display: block;
    }
    .play {
        opacity: 0;
        transition: opacity 0.1s ease;
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -25px;
    }
    .play img {
        background: transparent;
        width: 50px !important;
        height: 50px !important;
    }
    .thumb:hover .play {
        opacity: 1;
    }
    .thumb .title {
        background-color: rgba(0,0,0,0.7); 
        display: block; 
        margin: -19px 8px 0 8px; 
        position: absolute; 
        font-size: 14px; 
        font-weight: bold; 
        overflow: hidden; 
        height: 16px; 
        line-height: 16px; 
        padding: 0 8px; 
        border-radius: none;
    }
    .thumb ul {
        overflow: hidden;
        padding: 0 3px;
    }
    .thumb li {
        display: block; 
        margin: 3px 5px 0 5px; 
        font-size: 12px; 
        line-height: 14px; 
        overflow: hidden; 
    }
    .thumb li img, .thumb li span {
        display: block;
        float: left;
    }
    .thumb li img {
        width: 12px;
        margin-right: 2px;
    }
    .thumb li.views img {
        width: 16px;
        margin-top: -1px;
    }
    .thumb li a {
        color: #ffb1e7;
    }
    .thumb li a:hover {
        color: #fff;
    }
    .thumb .dur {
        background-color: rgba(0,0,0,0.6);
        color: #fff;
        position: absolute;
        top: 3px;
        display: block;
        padding: 0 8px;
        font-size: 11px;
        height: 18px;
        line-height: 18px;
    }
    .thumb .dur {
        right: 3px;
    }

        @media all and (min-width:420px) {
            .thumb li {
                float: left;
            }
            .thumb li.tube {
                float: right;
            }
            .thumb li.views {
                clear: both;
            }
        }

        @media all and (min-width:600px) {
            .thumb-bl {
                width: 33.3333%;
            }
        }

        @media all and (min-width:938px) {
            .thumb-bl {
                width: 306px;
            }
            .thumb-bl-cat {
              width: 190px;
            }
            .thumb ul {
                height: 19px;
            }
            .thumb-pic img {
                width: 300px;
                height: 225px;
            }
            .thumb li.views {
                clear: none;
                float: right;
            }
            .thumb-tubes {
              width: 185px;
            }
            .thumb-tubes img {
              width: 100%;
              height: auto;
            }
            .thumb-tubes-big {
              width: 300px;
            }
            .thumb-tubes img {
              width: 100%;
              height: auto;
            }
        }

    .pages {
        overflow: hidden;
        padding-top: 20px;
        text-align: center;
    }
    .pages ul {
        overflow: hidden;
        padding-top: 4px;
    }
    .pages li {
        display: block;
        float: left;
        margin: 6px 3px 0 3px;
    }
    .pages li a, .pages li span {
        color: #fff;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        display: block;
        padding: 0 8px;
    }
    .pages ul.prev-next li a {
        background-color: #1d248b;
    }
    .pages li.active a {
        background-color: #1d248b !important;
        color: #fff;
    }
    .pages li a:hover {
        background-color: #f407a8 !important;
        color: #fff;
    }
    .pages ul.prev-next {
        float: right;
    }
    .pages ul.pages-num {
        float: left;
    }

        @media all and (min-width:400px) {
            .pages li a, .pages li span {
                height: 30px;
                line-height: 30px;
                min-width: 10px;
                padding: 0 10px;
                font-size: 14px;
            }
        }

        @media all and (min-width:500px) {
            .pages li a, .pages li span {
                height: 40px;
                line-height: 40px;
                min-width: 20px;
                font-size: 16px;
            }
        }

        @media all and (min-width:600px) {
            .pages li a, .pages li span {
                height: 50px;
                line-height: 50px;
                min-width: 30px;
            }
        }

        @media all and (min-width:938px) {
            .pages {
                padding-top: 30px;
            }
            .pages li a, .pages li span {
                font-size: 18px;
            }
        }

    .ad-spots {
        border-bottom: 1px solid #1c1f3b;
        border-top: 1px solid #1c1f3b;
        background-color: #0e1021;
        overflow: hidden;
        margin-top: 10px;
        padding: 14px 0 20px 0;
        text-align: center;
    }
    .ad-spot {
        background-color: #000;
        display: inline-block;
        vertical-align: top;
        width: 300px;
        height: 250px;
        overflow: hidden;
        margin: 6px 1px 0 1px;
    }
    .ad-spot-2,
    .ad-spot-3,
    .ad-spot-4,
    .ad-spot-5 {
        display: none;
    }

        @media all and (min-width:660px) {
            .ad-spot-2 {
                display: inline-block;
            }
        }

        @media all and (min-width:938px) {
            .ad-spot {
                float: left;
                margin: 6px 3px 0 3px;
            }
            .ad-spot-3 {
                display: block;
            }
        }

        @media all and (min-width:1244px) {
            .ad-spot-4 {
                display: block;
            }
        }

        @media all and (min-width:1550px) {
            .ad-spot-5 {
                display: block;
            }
        }

    .thumb-tubes a:hover {
        color: #fff;
    }
    .thumb-tubes .title {
        text-transform: uppercase;
        font-size: 12px;
    }
    .thumb-tubes .title img {
        background: none;
        width: 10px;
        display: inline;
    }

        @media all and (min-width:420px) {
            .thumb-tubes .title {
                font-size: 14px;
            }
            .thumb-tubes .title img {
                width: 12px;
            }
        }

        @media all and (min-width:600px) {
            .thumb-tubes .title {
                font-size: 12px;
            }
            .thumb-tubes .title img {
                width: 10px;
            }
        }

        @media all and (min-width:700px) {
            .thumb-tubes .title {
                font-size: 14px;
            }
            .thumb-tubes .title img {
                width: 12px;
            }
        }

    .list-block {
        color:#b0c8ff;
        background-color: #0e1021;
        margin-top: 10px;
        padding: 20px 2px;
        border-bottom: 1px solid #1c1f3b;
        border-top: 1px solid #1c1f3b;
    }
    .list-block ul {
        display: block;
        float: left;
        width: 100%;
    }
    .list-block li {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        border-bottom: none;
        margin: 0 18px 0 0;
        overflow: hidden;
    }
    .list-block li a {
        color: #fff;
    }
    .list-block li a:hover {
        color: #ffb1e7;
    }
    .list-block li span {
        color: #ff37c0;
        font-weight: bold;
        font-size: 16px;
    }

        @media all and (min-width:360px) {
            .list-block ul {
                width: 50%;
            }
            .list-block li {
                font-size: 12px;
            }
        }

        @media all and (min-width:400px) {
            .list-block li {
                font-size: 14px;
            }
        }

        @media all and (min-width:600px) {
            .list-block ul {
                width: 33.3333%; }
        }

        @media all and (min-width:938px) {
            .list-block ul {
                width: 16.6666%;
            }
            .list-block li {
                font-size: 12px;
            }
        }

        @media all and (min-width:1244px) {
            .list-block li {
                font-size: 13px;
            }
        }

        @media all and (min-width:1550px) {
            .list-block li {
                font-size: 14px;
            }
        }

    .footer {
        background-color: #070918;
        padding: 20px 2px 40px 2px;
        text-align: center;
    }
    .footer .logo {
        float: none;
    }
    .footer-tb-l, .footer-tb-r {
        padding-top: 20px;
    }
    .footer-tb-r p {
        font-size: 12px;
        line-height: 20px;
    }
    .footer-tb-r span {
        color: #ff37c0;
    }
    .footer-tb-r span.wht {
        color: #f5f5f5;
    }
    p.copy {
        color: #b0c8ff;
    }
    p.copy span {
        color: #ff37c0;
    }
    .footer ul {
        overflow: hidden;
    }
    .footer li {
        display: inline-block;
        vertical-align: top;
        margin: 5px 10px 0 10px;
    }
    .footer li a {
        color: #ff37c0;
    }
    .footer li a:hover {
        color: #fff;
    }

        @media all and (min-width:938px) {
            .footer {
                text-align: left;
            }
            .footer-tb {
                display: table;
                width: 100%;
            }
            .footer-tb-l, .footer-tb-r {
                display: table-cell;
                vertical-align: top;
            }
            .footer-tb-l {
                width: 50%;
            }
            .footer ul {
                text-align: right;
            }
            .footer li {
                margin: 0 0 0 40px;
            }
        }

        @media all and (min-width:1244px) {
            .footer-tb-l {
                width: 40%;
            }
        }

    .video-block {
        margin: 20px 3px 0 3px;
        overflow: hidden;
    }
    .video-tb-l h1 {
        margin: 0;
        text-align: left;
    }
    .video-tb-l {
        overflow: hidden;
    }
    .player {
        margin-top: 10px;
        background-color: #000;
        width: 100%;
        height: 200px;
        position: relative;
    }
    .player iframe, .player object, .player embed {
        width: 100%;
        height: 100%;
    }
    .video-info ul {
        overflow: hidden;
    }
    .video-info li {
        font-family: 'Oswald', sans-serif;
        display: block;
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
    }
    .video-info li img {
        width: 14px;
    }
    .video-info li a {
        display: block;
        color: #fff;
    }
    .video-info li.video-date,
    .video-info li.video-dur,
    .video-info li.video-views {
        width: 33.3333%;
    }
    .video-info li.video-tube {
        width: 100%;
    }
    .video-info li.video-date {
    background-image: linear-gradient(45deg, #010978 0%, #0063ff 45%, #010978 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
    transition: .5s;
    }
    .video-info li.video-dur {
    background-image: linear-gradient(45deg, #010978 0%, #0063ff 45%, #010978 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
    transition: .5s;
    }
    .video-info li.video-views {
    background-image: linear-gradient(45deg, #010978 0%, #0063ff 45%, #010978 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
    transition: .5s;
    }
    .video-info li.video-tube a {
    background-image: linear-gradient(45deg, #a00871 0%, #ff31bb 45%, #a00871 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
    transition: .5s;
    }
    .video-info li.video-tube a:hover {
        background-position: 0 0;
        color:#fff;
    }
    .video-links {
        background-color: #15172d;
        padding: 10px 0 20px 20px;
    }
    .video-cats{
        overflow: hidden;
    }
    .video-cats span,
    .video-cats a {
        display: block;
        float: left;
        margin: 10px 10px 0 0;
        height: 28px;
        line-height: 28px;
        font-weight: bold;
    }
    .video-cats span {
        color: #b0c8ff
    }
    .video-cats a {
        background-color: none;
        color: #ffb1e7;
    }
    .video-cats a {
        padding: 0 14px;
    }
    .video-cats a:hover {
        color: #fff;
    }
    .video-ad-spots {
        margin-top: 4px;
        overflow: hidden;
        text-align: center;
    }
    .video-ad-spot {
        background-color: #000;
        display: inline-block;
        vertical-align: top;
        width: 300px;
        height: 250px;
        overflow: hidden;
        margin: 6px 1px 0 1px;
    }
    .video-ad-spot-2,
    .video-ad-spot-3 {
        display: none;
    }

        @media all and (min-width:400px) {
            .player {
                height: 250px;
            }
        }

        @media all and (min-width:500px) {
            .player {
                height: 300px;
            }
        }

        @media all and (min-width:600px) {
            .player {
                height: 350px;
            }
            .video-info ul {
                display: table;
                width: 100%;
            }
            .video-info li {
                display: table-cell;
                vertical-align: top;
                width: auto !important;
                float: none;
            }
        }

        @media all and (min-width:660px) {
            .video-ad-spot-2 {
                display: inline-block;
            }
        }

        @media all and (min-width:700px) {
            .player {
                height: 400px;
            }
            .video-info li {
                height: 50px;
                line-height: 50px;
                font-size: 16px;
            }
        }

        @media all and (min-width:800px) {
            .player {
                height: 450px;
            }
            .video-info li {
                height: 60px;
                line-height: 60px;
                font-size: 18px;
            }
        }

        @media all and (min-width:900px) {
            .player {
                height: 500px;
            }
            .video-info li {
                height: 70px;
                line-height: 70px;
                font-size: 20px;
            }
        }

         @media all and (min-width:938px) {
             .video-tb {
                display: table;
                width: 100%;
            }
             .video-tb-l,
             .video-ad-spots-bl,
             .video-separate {
                display: table-cell;
                vertical-align: top;
            }
             .video-tb-l h1,
             .video-ad-spots-bl h2 {
                line-height: 28px;
                margin-top: 0;
            }
             .player {
                height: 414px;
            }
             .video-info li {
                height: 40px;
                line-height: 40px;
                font-size: 14px;
            }
             .video-cats a {
                background-color: transparent;
            }
             .video-separate {
                width: 20px;
            }
             .video-ad-spots-bl {
                width: 340px;
            }
             .video-ad-spots {
                background-color: #15172d;
                padding: 0 20px 20px 20px;
                margin-top: 10px;
            }
             .video-ad-spot {
                float: none;
                margin: 20px 0 0 0;
                display: block;
            }
             .video-ad-spot-3 {
                display: none;
            }
        }

         @media all and (min-width:1244px) {
             .player {
                height: 492px;
            }
             .video-info li {
                height: 50px;
                line-height: 50px;
                font-size: 16px;
            }
        }

         @media all and (min-width:1550px) {
             .player {
                height: 664px;
            }
             .video-info li {
                height: 60px;
                line-height: 60px;
                font-size: 20px;
            }
             .video-ad-spot-3 {
                display: block;
            }
        }

.goup {
    background-color: #ff31bb;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 5px;
    display: block;
    height: 30px;
    width: 30px;
    padding: 10px;
}
.goup:hover {
    opacity:1;
    -webkit-transform:translate(0) rotate(360deg);
    transform:translate(0) rotate(360deg);
    transition:-webkit-transform .50s ease-in-out;
    transition:transform .50s ease-in-out;
    transition:transform .50s ease-in-out,
    -webkit-transform .50s ease-in-out;
}
.goup img {
    width: 30px;
}
.thumb-tags {
  max-height: 19px;
  overflow: hidden;
}
.thumbs-block-cat {
  text-align: center;
  font-size: 0;
}
.thumbs-block-cat > div {
  display: inline-block;
  float: none;
}
