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: #e3d9be;
    color: #3c3327;
    font-family: 'Arimo', sans-serif;
    font-size: 13px;
}
input,
button {
    font-family: 'Arimo', sans-serif;
}
img {
    border:0 none;
}
a {
    color:#a3000e;
    text-decoration:none;
    transition: 0.1s ease;
}
a:hover {
    color: #6b0009;
}
h1,
h2 {
    color: #786347;
    font-family: 'Arimo', sans-serif;
    font-weight: normal;
    font-weight: bold;
}
h1 {
    font-size: 24px;
    margin: 1px 3px 0 3px;
    text-align: center;
}
h2 {
    font-size: 22px;
    margin: 15px 3px 0 3px;
}
.wrapper{
    display:table;
    overflow:hidden; 
    width:100%;
    height:100%;
    table-layout:fixed;
}
.wrapper:after{
    display:table;
    content:"";
    clear:both;
}
.container{
    max-width:1550px;
    margin:0 auto; 
    padding:0 10px;
}
.clear-line {
    clear: both;
}
.clear, .clearm {
    clear: both;
}
.clearm {
    display: none;
}
.clearfix:after, .container:after {
    content: "";
    display: table;
    clear: both;
}
.header {
    min-height: 100px;
    background:#efc58a;
    background-image:-webkit-gradient(linear, left bottom, left top, from(#cc8d35), color-stop(63%, #efc58a), to(#efc58a));
    background-image:-webkit-linear-gradient(bottom, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    background-image:-moz-linear-gradient(bottom, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    background-image:-o-linear-gradient(bottom, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    background-image:linear-gradient(to top, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    border-bottom: 1px solid #f2e8cd;
}
.logo {
    width: 180px;
    margin: 1px 0;
    float: left;
}
.logo img {
    width: 100%;
    display: block;
}
.nav {
    margin: 0 0 0 20px;
    float: left;
    padding-top: 3px;
}
.dropdown {
    position: relative;
    line-height: 33px;
    background:#334566;
    background-image:-webkit-gradient(linear, left bottom, left top, from(#334566), color-stop(63%, #4e658c), to(#4e658c));
    background-image:-webkit-linear-gradient(bottom, #334566 0%, #4e658c 63%, #4e658c 100%);
    background-image:-moz-linear-gradient(bottom, #334566 0%, #4e658c 63%, #4e658c 100%);
    background-image:-o-linear-gradient(bottom, #334566 0%, #4e658c 63%, #4e658c 100%);
    background-image:linear-gradient(to top, #334566 0%, #4e658c 63%, #4e658c 100%);
    border-radius: 0px;
    padding-top: 15px;
    padding-bottom: 16px;
}
.dropdown:hover {
    position: relative;
    line-height: 33px;
    background:#1e283b;
    background-image:-webkit-gradient(linear, left bottom, left top, from(#1e283b), color-stop(63%, #324360), to(#324360));
    background-image:-webkit-linear-gradient(bottom, #1e283b 0%, #324360 63%, #324360 100%);
    background-image:-moz-linear-gradient(bottom, #1e283b 0%, #324360 63%, #324360 100%);
    background-image:-o-linear-gradient(bottom, #1e283b 0%, #324360 63%, #324360 100%);
    background-image:linear-gradient(to top, #1e283b 0%, #324360 63%, #324360 100%);
}
.dropdown ul {
    position: absolute;
    display: none;
}
.dropdown a {
    color: #fff;
    font-size: 15px;
    font-family:'Barlow', sans-serif;
    height: 20px;
    margin: 2px 0 0 0;
    padding: 0 10px;
    display: inline-block;
    line-height: 30px;
    text-transform: uppercase;
}
.dropdown a:hover {
    color: #fff;
}
.dropdown-container {
    margin-left: -300px;
    min-width: 360px;
    padding: 10px 20px;
    display: none;
    background: #242a34;
    border: 1px solid #242a34;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 16px;
    z-index: 3;
    text-transform: capitalize;
}
.dropdown-container li {
    width: 33.33%;
    margin: 2px 0;
    float: left;
    white-space: nowrap;
}
.dropdown-container a {
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 16px;
    color:#f5e7d4;
    font-size: 13px;
    text-transform: none;
}
.dropdown-container a span {
    color:#f2be76;
    font-size: 11px;
}
.dropdown-container a:hover{
    color:#fff;
}
.nav li {
    display: inline-block;
}
.nav-toggle {
    width: 36px;
    height: 36px;
    margin: 15px 0 14px 10px;
    display: none;
    float: right;
    background: url("../images/menu.png") no-repeat center;
    cursor: pointer;
}
.nav-toggle.toggled {
    background-image: url("../images/close.png");
}
.search {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 3px 0 0 0;
    float: right;
}
.form {
    margin: 0 !important;
}
.search-input {
    width: 100%;
    height: 64px;
    padding: 0 46px 0 12px;
    border: 1px solid #f9f3e2;
    background: #f9f3e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.search-input:focus {
     background: #fff;
     border: 1px solid #fff;
}
.search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border: 0;
    background: url("../images/search.png") no-repeat center;
}
.search-button:hover {
    background: url("../images/search.png") no-repeat center;
}
.lang {
    margin: 0 0px 0 0;
    float: right;
    padding-top: 3px;
}
}
.lang > ul > li {
    display: inline-block;
}
.lang > ul > li > a {
    height: 5px;
    margin: -35px 0 0 0;
    padding: 0 12px;
    display: inline-block;
    font-size: 15px;
    line-height: 100px;
}
.flag {
    width: 16px;
    height: 16px;
    margin: -2px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
}
.flag-en {
    background-image: url("../images/flags/gb.png");
}
.flag-de {
    background-image: url("../images/flags/de.png");
}
.flag-hi {
    background-image: url("../images/flags/hi.png");
}
.flag-id {
    background-image: url("../images/flags/id.png");
}
.flag-zh {
    background-image: url("../images/flags/zh.png");
}
.flag-tr {
    background-image: url("../images/flags/tr.png");
}
.flag-es {
    background-image: url("../images/flags/es.png");
}
.flag-fi {
    background-image: url("../images/flags/fi.png");
}
.flag-fr {
    background-image: url("../images/flags/fr.png");
}
.flag-hr {
    background-image: url("../images/flags/hr.png");
}
.flag-it {
    background-image: url("../images/flags/it.png");
}
.flag-nl {
    background-image: url("../images/flags/nl.png");
}
.flag-pl {
    background-image: url("../images/flags/pl.png");
}
.flag-pt {
    background-image: url("../images/flags/pt.png");
}
.flag-sv {
    background-image: url("../images/flags/sv.png");
}
.flag-ru {
    background-image: url("../images/flags/ru.png");
}
.nav-mobile {
    text-align: center;
    padding-bottom: 15px;
    display: none;
}
.nav-mobile li a {
    display: block;
    background-position: left;
    line-height: 14px;
}

@media screen and (max-width: 1247px) {
    .nav {
        margin: 0 0 0 0;
    }
    .search {
        max-width: 340px;
    }
}
@media screen and (max-width: 995px) {
    .nav, .lang {
        display: none;
    }
    .nav-toggle {
        display: block;
    }
    .header {
        min-height: 100px;
    }
    .search {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 959px) {
    .clearm {
        display: block;
    }
    .search {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }
}
.top-desc{
    color: #5c000b;
    font-size:11px;
    line-height:10px;
    font-weight:400;
    padding-top:5px;
    margin:0;
    text-transform: uppercase;
    font-weight: bold;

}
@media screen and (max-width:959px){
.top-desc {
    display: none;
}
.line {
    display: none;
   }
}
.line{
    height:3px;
    margin:3px 0;
    width:100%;
    background-color:#ac7830;
        -webkit-box-shadow:inset 0 0 0 1px #f9d6a5;
       -moz-box-shadow:inset 0 0 0 1px #f9d6a5;
            box-shadow:inset 0 0 0 1px #f9d6a5;
}

@media all and (min-width:1020px) {
    h1 {
        text-align: left;
    }
}
    .center {
        padding: 0 5px;
        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;
            }
        }

    .title-sort h1 {
        float: left;
        line-height: 40px;
    }

    .thumbs-block {
        overflow: hidden;
        padding:0;
    }
    .thumb-bl {
        float: left;
        width: 50%;
    }
    .thumb {
        background-color: #ffffff;
        margin: 6px 3px 0 3px;
        overflow: hidden;
        position: relative;
        border-radius: 1px;
        padding-bottom: 8px;
        border: 1px solid #fff;
    }
    .thumb:hover {
        background-color: #ffffff;
        border: 1px dashed #b60014; 
    }
    .thumb-pic {
        position: relative;
        display: block;
    }
    .thumb-pic img {
        background-color: #000;
        width: 100%;
        height: auto;
        border-radius: 1px 1px 0 0;
        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 {
        display: block;
        margin: 5px 8px 0 8px;
        font-size: 13px;
        font-weight: bold;
        overflow: hidden;
        height: 16px;
        line-height: 16px;
    }
    .thumb ul {
        overflow: hidden;
        padding: 0 3px;
    }
    .thumb li {
        display: block;
        margin: 5px 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: #786347;
    }
    .thumb li a:hover {
        color: #483c2b;
    }
    .thumb .dur {
        background-color: rgba(27,39,57,0.8);
        color: #fff;
        position: absolute;
        top: 3px;
        display: block;
        border-radius: 2px;
        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: 0px;
    }
    .pages li {
        display: block;
        float: left;
        margin: 6px 3px 0 3px;
    }
    .pages li a, .pages li span {
        color: #490004;
        height: 25px;
        line-height: 15px;
        font-size: 12px;
        display: block;
        padding: 0 8px;
        border-radius: 3px;
    }
    .pages ul.prev-next li a {
        color: #490004;
    background:#efc58a;
    background-image:-webkit-gradient(linear, left bottom, left top, from(#cc8d35), color-stop(63%, #efc58a), to(#efc58a));
    background-image:-webkit-linear-gradient(bottom, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    background-image:-moz-linear-gradient(bottom, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    background-image:-o-linear-gradient(bottom, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    background-image:linear-gradient(to top, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    }
    .pages ul.prev-next li a:hover {
    background:#1e283b;
    color:#fff;
    background-image:-webkit-gradient(linear, left bottom, left top, from(#1e283b), color-stop(63%, #324360), to(#324360));
    background-image:-webkit-linear-gradient(bottom, #1e283b 0%, #324360 63%, #324360 100%);
    background-image:-moz-linear-gradient(bottom, #1e283b 0%, #324360 63%, #324360 100%);
    background-image:-o-linear-gradient(bottom, #1e283b 0%, #324360 63%, #324360 100%);
    background-image:linear-gradient(to top, #1e283b 0%, #324360 63%, #324360 100%);
    }
    .pages li.active a {
    color: #490004;
    background:#efc58a;
    background-image:-webkit-gradient(linear, left bottom, left top, from(#cc8d35), color-stop(63%, #efc58a), to(#efc58a));
    background-image:-webkit-linear-gradient(bottom, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    background-image:-moz-linear-gradient(bottom, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    background-image:-o-linear-gradient(bottom, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    background-image:linear-gradient(to top, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    }
    .pages li a:hover {
    background:#1e283b;
    background-image:-webkit-gradient(linear, left bottom, left top, from(#1e283b), color-stop(63%, #324360), to(#324360));
    background-image:-webkit-linear-gradient(bottom, #1e283b 0%, #324360 63%, #324360 100%);
    background-image:-moz-linear-gradient(bottom, #1e283b 0%, #324360 63%, #324360 100%);
    background-image:-o-linear-gradient(bottom, #1e283b 0%, #324360 63%, #324360 100%);
    background-image:linear-gradient(to top, #1e283b 0%, #324360 63%, #324360 100%);
    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: 10px;
            }
            .pages li a, .pages li span {
                font-size: 18px;
            }
        }

    .ad-spots {
        border-bottom: 1px solid #fed9a5;
        border-top: 1px solid #f5ecd5;
        background-color: #bcb193;
        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: #490004;
    }
    .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:#3f372c;
        background-color: #bcb193;
        margin-top: 10px;
        padding: 20px 2px;
        border-bottom: 1px solid #f5ecd5;
        border-top: 1px solid #f5ecd5;
        font-weight: bold;
    }
    .list-block ul {
        display: block;
        float: left;
        width: 100%;
    }
    .list-block li {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        border-bottom: none;
        margin: 0 18px 0 0;
        overflow: hidden;

    }
    .list-block li a {
        color: #f0c287;
        background-color: #5a000a;
        border-radius: 5px;
        padding: 5px 7px 5px 7px;
        text-transform: uppercase;
    }
    .list-block li a:hover {
        color: #fff;
        background-color: #76000d;
    }
    .list-block li span {
        color: #dd0606;
        font-weight: bold;
        font-size: 12px;
    }

        @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: 13px;
            }
        }

        @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: 10px;
            }
        }

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

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

    .footer {
        padding: 20px 2px 40px 2px;
        text-align: center;
        background:#efc58a;
    background-image:-webkit-gradient(linear, left bottom, left top, from(#cc8d35), color-stop(63%, #efc58a), to(#efc58a));
    background-image:-webkit-linear-gradient(bottom, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    background-image:-moz-linear-gradient(bottom, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    background-image:-o-linear-gradient(bottom, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    background-image:linear-gradient(to top, #cc8d35 0%, #efc58a 63%, #efc58a 100%);
    }
    .footer .logo {
        display:inline-block;
        float:none;
        margin:0;
        vertical-align:top;
    }
    .footer-tb-l, .footer-tb-r {
        padding-top: 20px;
    }
    .footer-tb-r p {
        font-size: 12px;
        line-height: 20px;
    }
    .footer-tb-r span {
        color: #710010;
    }
    .footer-tb-r span.wht {
        color: #3c3327;
    }
    p.copy {
        color: #3c3327;
    }
    p.copy span {
        color: #710010;
    }
    .footer ul {
        overflow: hidden;
    }
    .footer li {
        display: inline-block;
        vertical-align: top;
        margin: 5px 10px 0 10px;
    }
    .footer li a {
        color: #710010;
    }
    .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: 'Arimo', 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-color: #fff;
    color: #3c3327;
    font-weight: bold;
    }
    .video-info li.video-dur {
    background-color: #fff;
    color: #3c3327;
    font-weight: bold;
    }
    .video-info li.video-views {
    background-color: #fff;
    color: #3c3327;
    font-weight: bold;
    }
    .video-info li.video-tube a {
        font-weight: bold;
    background-color: #fff;
    color: #950015;
    }
    .video-info li.video-tube a:hover {
        background-color: #fff;
        color:#5c000d;
    }
    .video-links {
        background-color: #fff;
        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: #fff
    }
    .video-cats a {
        font-weight: bold;
        background-color: none;
        color: #3c3327;
    }
    .video-cats a {
        padding: 0 14px;
    }
    .video-cats a:hover {
        color: #75634a;
    }
    .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: none;
                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: #800007;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 5px;
    display: block;
    height: 30px;
    width: 30px;
    padding: 10px;
    border-radius: 1px;
}
.goup:hover {
    opacity:0,8;
}
.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;
}

/* Big box with list of options */
#ajax_listOfOptions
{
	position: absolute;
/*Never change this one*/
	width: 245px;
/*Width of box*/
	height: 165px;
/*Height of box*/
	overflow: hidden;
/*Scrolling features*/
	border: 0px solid #4D4D4D;
/*White background color*/
	text-align: left;
	font-size: 15px;
	font-weight: lighter;
	z-index: 100;
	background: url("/images/transp.png") repeat;
	color: #000000;
        font: 14px Tahoma, Arial;
}
#ajax_listOfOptions DIV
{
/*General rule for both .optionDiv and .optionDivSelected*/
	margin: 3px;
	padding-left: 12px;
	padding-right: 12px;
	cursor: pointer;
}
#ajax_listOfOptions .optionDiv
{
}
#ajax_listOfOptions .optionDivSelected
{
/*Selected item in the list*/
	color: #000000;
        font: bold 14px Tahoma, Arial;
}
#ajax_listOfOptions_iframe
{
	position: absolute;
	z-index: 5;
	display: none;
}
.rel-tags {
	display: none;
	background-color: none;
	color: #68355f;
	padding:2px 0 8px 0;
}
.rel-tags ul {
	overflow: hidden;
	height: 25px;
}
.rel-tags li {
	font-size: 14px;
	display: block;
	float: left;
	margin: 0 10px 5px 0;
	line-height: 16px;
}
.rel-tags li a {
	display:block;
	overflow:hidden;
	padding:3px 15px;
	color:#f0c287;
        border-radius: 5px;
	background:#5a000a;
text-transform: uppercase;

}
.rel-tags li a:hover {
	color:#fff;
        border-radius: 5px;
	background:#76000d;
}
@media all and (min-width:620px) {
.rel-tags {
	display: block !important;
    }
}