body,
html,
div,
p,
a,
ul,
li,
input,
button,
form,
textarea,
span,
img,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

body {
    background-color: #53525b;
    color: rgb(143, 143, 143);
    font-family: 'Varela Round', sans-serif;
}

input,
button,
select,
option {
    font-family: 'Varela Round', sans-serif;
}

li {
    list-style-type: none;
}

img {
    background-color: #666373;
    display: block;
}

a {
    color: rgb(233, 233, 233);
    text-decoration: none;
}

a:hover {
    color: #a19ac3;
}

h1,
h2 {
    display: block;
    font-weight: normal;
}

h1 {
    color: rgb(233, 233, 233);
    font-size: 26px;
    margin: 10px 5px 0 5px;
}

h2 {
    color: rgb(233, 233, 233);
    margin: 20px 3px 0 3px;
    font-size: 26px;
}

h2 i,
h1 i {
    color: #a19ac3;
}

.head {
    background-color: #2e2d35;
    border-bottom: 1px solid #666373;
    overflow: hidden;
}

.top-head {
    overflow: hidden;
}

.logo {
    float: left;
    margin: 7px 20px 0px 20px;
}

    .logo a {
    display: block;
    background-image: url("../images/logo.png");
    background-size: 200px 27px;
    background-repeat: no-repeat;
    width: 200px;
    height: 27px;
}


.open-menu,
.open-search {
    background-color: #666373;
    color: rgb(253, 253, 253);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

.open-menu.active,
.open-menu:hover,
.open-search.active,
.open-search:hover {
    background-color: #a19ac3;
    color: rgb(255, 255, 255);
}

.open-menu {
    float: left;
}

.open-search {
    float: right;
}

.bottom-head {
    overflow: hidden;
}

.search {
    display: none;
    border-top: 5px solid #a19ac3;
    padding: 10px 0;
}

.search form {
    border: 1px solid #666373;
    width: 96%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    border-radius: 3px;
}

.search input {
    color: rgb(233, 233, 233);
    background: none;
    font-size: 16px;
    width: 76%;
    float: left;
    padding: 0 3%;
    border: 0 none;
    height: 48px;
    line-height: 48px;
    outline: 0 none;
}

.search button {
    background: #666373;
    color: rgb(253, 253, 253);
    float: right;
    width: 18%;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    border: 0 none;
    cursor: pointer;
}

.search button:hover {
    background-color: #a19ac3;
    color: rgb(255, 255, 255);
}

.menu {
    display: none;
    border-top: 5px solid #a19ac3;
    overflow: hidden;
    padding: 8px 0 10px ;
}

.menu ul {
    width: 96%;
    max-width: 600px;
    margin: 0 auto;
}

.menu li {
    margin-top: 2px;
}

.menu li a {
    background-color: rgb(3, 3, 3);
    border: 1px solid #666373;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-radius: 3px;
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0px 10px;
    font-size: 14px;
}

.menu li a:hover,
.menu li.active a,
.menu li a.active {
    background-color: #a19ac3;
    border-color: #a19ac3;
    color: rgb(255, 255, 255);
}

.menu li a i {
    color: #a19ac3;
}

.menu li a:hover i,
.menu li.active a i,
.menu li a.active i {
    color: #fff;
}

.wrap {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.grid {
    width: 100%;
    padding-top: 4px;
}

.previews-wr,
.toplist {
    overflow: hidden;
}

.grid-sizer,
.grid-item {
    float: left;
    width: 100%;
}

.grid-item-bn {
    display: none;
}

.grid-med {
    width: 100% !important;
}

.preview {
    background-color: #2e2d35;
    border: 1px solid #666373;
    border-radius: 3px;
    margin: 6px 3px 0 3px;
    overflow: hidden;
    position: relative;
}

.preview a {
    display: block;
}

.preview .image {
    overflow: hidden;
    padding: 1px;
    border-bottom: 1px solid #666373;
    position: relative;
}

.preview a img {
    width: 100%;
    height: auto;
    min-height: 50px;
    border-radius: 1px;
}

.preview .hd {
    left: 1px;
    background-color: #000;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 1px;
    border-radius: 1px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    padding: 0 5px;
}

.preview .meta {
    border-bottom: 1px solid #666373;
    margin-bottom: 1px;
    overflow: hidden;
    padding-bottom: 7px;
}

.preview .tags {
    margin-top: 9px;
    height: 22px;
    padding-left: 10px;
    overflow: hidden;
}

.preview .tags li {
    float: left;
    margin: 0 2px 0 0;
    font-size: 11px;
}

.preview .tags li a {
    display: block;
    background-color: rgb(17, 17, 17);
    border: 1px solid #666373;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 2px;
}

.preview .tags li a i {
    color: #a19ac3;
}

.preview .tags li a:hover {
    background-color: #a19ac3;
    border-color: #a19ac3;
    color: #fff;
}

.preview .tags li a:hover i {
    color: rgb(255, 255, 255);
}

.preview .info {
    overflow: hidden;
    margin-top: 8px;
}

.preview .info li {
    float: left;
    border-right: 1px solid #666373;
    height: 12px;
    line-height: 12px;
    font-size: 10px;
    padding: 0 10px;
}

.preview .info li:last-child {
    float: right;
    border-right: 0 none;
}

.preview .info li.dur {
    border-right: 0 none;
}

.preview .info li i {
    color: rgb(233, 233, 233);
}

.preview .name {
    color: #a19ac3;
    margin-top: 8px;
    height: 16px;
    line-height: 16px;
    padding: 0 10px;
    font-size: 13px;
    overflow: hidden;
}

.preview .name i {
    color: rgb(233, 233, 233);
}

.preview a:hover .name i {
    color: #a19ac3;
}

.preview .likes {
    right: 1px;
    background-color: rgba(13, 13, 13, 0.8);
    color: rgb(253, 253, 253);
    position: absolute;
    bottom: 1px;
    border-radius: 1px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    padding: 0 5px;
}

.preview .likes i {
    color: rgb(48, 188, 88);
}

.preview-cat .name {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}

.preview-cat .tot {
    margin-top: 8px;
    height: 12px;
    line-height: 12px;
    font-size: 10px;
    padding: 0 10px;
}

.preview-cat .tot {
    color: rgb(143, 143, 143);
}

.preview-cat .tot i {
    color: rgb(233, 233, 233);
}

.title {
    background-color: #2e2d35;
    border: 1px solid #666373;
    border-radius: 3px;
    margin: 6px 3px 0 3px;
    overflow: hidden;
}

.title h1 {
    margin: 10px 15px 0 15px;
}

.sort {
    border-top: 1px solid #666373;
    margin-top: 10px;
    overflow: hidden;
}

.sort ul {
    overflow: hidden;
    float: left;
    margin: 8px 5px 0 0;
}

.sort li {
    float: left;
    margin: 2px 2px 0 0;
}

.sort li i {
    color: #a19ac3;
}

.sort li a,
.sort li span {
    display: block;
}

.sort li a {
    background-color: rgb(13, 13, 13);
    border: 1px solid #666373;
    text-transform: uppercase;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    border-radius: 2px;
    padding: 0 10px;
}

.sort li a:hover,
.sort li.active a,
.sort li a.active {
    background-color: #a19ac3;
    border-color: #a19ac3;
    color: #fff;
}

.sort li span {
    font-size: 14px;
    padding: 0 5px 0 15px;
    height: 25px;
    line-height: 25px;
}

.bottom-line {
    margin: 10px 0 1px 0;
    border-top: 1px solid #666373;
}

.grid-bn-ob {
    width: 100% !important;
}

.bn-obol {
    background-color: #2e2d35;
    border-radius: 3px;
    border: 1px solid #666373;
    margin: 6px 3px 0 3px;
    padding: 10px 1px;
}

.bn-obol .bn {
    background-color: #666373;
    width: 300px;
    height: 250px;
    margin: 0 auto;
}

.toplist {
    background-color: #2e2d35;
    border: 1px solid #666373;
    border-radius: 3px;
    margin: 6px 3px 0 3px;
    overflow: hidden;
}

.toplist .name {
    border-bottom: 1px solid #666373;
    padding: 10px;
    font-size: 24px;
    line-height: 26px;
}

.toplist .name i {
    color: #a19ac3;
}

.toplist ul {
    overflow: hidden;
    border-bottom: 1px solid #666373;
    margin-bottom: 1px;
    padding: 0 10px;
}

.toplist li {
    border-top: 1px solid #666373;
}

.toplist li:first-child {
    border-top: 0 none;
}

.toplist li a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
}

.toplist li a:hover {
    color: rgb(193, 193, 193);
}

.bns-obol {
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

.bns-obol .bn {
    display: inline-block;
    vertical-align: top;
    width: 310px;
}

.bn-wr {
    border: 1px solid #666373;
    border-radius: 3px;
    width: 300px;
    height: 250px;
    padding: 1px;
    margin: 6px 3px 0 3px;
}

.bns-obol .bn-2,
.bns-obol .bn-3,
.bns-obol .bn-4,
.bns-obol .bn-5 {
    display: none;
}

.bottom-pages {
    overflow: hidden;
    padding-top: 10px;
    font-size: 0;
    text-align: center;
    clear: both;
}

.bottom-pages ul {
    padding-top: 6px;
    overflow: hidden;
}

.bottom-pages li {
    display: inline-block;
    vertical-align: top;
    margin: 4px 2px 0 2px;
}

.bottom-pages li a,
.bottom-pages li span {
    background-color: #2e2d35;
    border: 1px solid #666373;
    border-radius: 3px;
    display: block;
    padding: 0 5px;
}

ul.ne-pe li a,
ul.ne-pe li span {
    height: 80px;
    line-height: 80px;
    width: 130px;
    font-size: 50px;
}

ul.num li a,
ul.num li span {
    height: 35px;
    line-height: 35px;
    width: 25px;
    font-size: 12px;
}

.bottom-pages li a:hover,
.bottom-pages li.active a,
.bottom-pages li a.active {
    background-color: #a19ac3;
    border-color: #a19ac3;
    color: #fff;
}

ul.ne-pe li a:hover {
    color: rgb(255, 255, 255);
}

.obol {
    background-color: #2e2d35;
    border: 1px solid #666373;
    border-radius: 3px;
    margin: 20px 3px 0 3px;
    overflow: hidden;
}

.obol h2 {
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #666373;
}

.catlist {
    border-bottom: 1px solid #666373;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 10px 5px;
}

.catlist ul {
    overflow: hidden;
    float: left;
    width: 50%;
}

.catlist li {
    border-bottom: 1px solid #666373;
    margin: 0 10px;
    text-align: center;
}

.catlist li:last-child {
    border-bottom: 0 none;
}

.catlist li a {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    display: block;
    overflow: hidden;
}

.catlist li a i {
    color: #a19ac3;
}

.catlist li a span.cat {
    float: left;
    display: block;
}

.catlist li a span.tot {
    background-color: #666373;
    color: rgb(203, 203, 203);
    display: block;
    float: right;
    font-size: 10px;
    min-width: 45px;
    border-radius: 3px;
    height: 23px;
    line-height: 24px;
    margin: 7px 0;
}

.catlist li.let span {
    background-color: #a19ac3;
    border: 1px solid #a19ac3;
    color: #fff;
    border-radius: 3px 3px 0 0;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    width: 30px;
    margin-top: 10px;
    border-bottom: 0 none;
    display: block;
}

.catlist li.let {
    border-bottom-color: #a19ac3;
}

.catlist li a:hover span.tot {
    background-color: #a19ac3;
    color: #fff;
}

.previews-tl-obol {
    border-bottom: 1px solid #666373;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 9px 12px 15px 12px;
}

.preview-tl {
    width: 50%;
    float: left;
}

.preview-tl a {
    background-color: #666373;
    border: 1px solid #666373;
    display: block;
    margin: 6px 3px 0 3px;
    text-align: center;
    font-size: 12px;
}

.preview-tl .image {
    padding: 1px;
    border-bottom: 1px solid #666373;
}

.preview-tl img {
    width: 100%;
    height: auto;
    min-height: 40px;
}

.preview-tl .name {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.preview-tl a:hover .name {
    background-color: #2e2d35;
    color: rgb(233, 233, 233);
}

.searches-obol {
    border-bottom: 1px solid #666373;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 12px 12px 15px 15px;
}

.searches-obol li {
    float: left;
    margin: 3px 3px 0 0;
}

.searches-obol li a {
    background-color: #2e2d35;
    border: 1px solid #666373;
    display: block;
    font-size: 12px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.searches-obol li a i {
    color: #a19ac3;
}

.searches-obol li a:hover {
    background-color: #a19ac3;
    border-color: #a19ac3;
    color: rgb(255, 255, 255);
}

.searches-obol li a:hover i {
    color: #fff;
}

.desc {
    border-bottom: 1px solid #666373;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 15px;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
}

.video-obol {
    background-color: #2e2d35;
    border: 1px solid #666373;
    border-radius: 3px;
    margin: 10px 3px 0 3px;
    overflow: hidden;
    padding-bottom: 1px;
}

.video-tab {
    border-bottom: 1px solid #666373;
}

.video-bl {
    padding-top: 10px;
}

.vid-obol {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 270px;
}

.vid-obol iframe,
.vid-obol object,
.vid-obol embed {
    width: 100%;
    height: 100%;
}

.video-cl .info {
    overflow: hidden;
    padding: 5px 15px 20px 15px;
}

.video-cl .meta {
    overflow: hidden;
    padding: 0 0 0 5px;
    font-size: 13px;
}

.video-cl .meta li {
    border-right: 1px solid #666373;
    float: left;
    margin: 15px 10px 0 0;
    padding-right: 10px;
    line-height: 15px;
    height: 15px;
    overflow: hidden;
}

.video-cl .meta li span {
    color: rgb(233, 233, 233);
}

.video-cl .meta li:last-child {
    border-right: 0 none;
    padding-right: 0;
}

.video-cl .meta li.like,
.video-cl .meta li.dislike {
    border-right: 0 none;
    padding-right: 0;
}

.video-cl .meta li.like i,
.video-cl .meta li.dislike i {
    font-size: 16px;
    display: block;
    line-height: 13px;
}

.video-cl .meta li.like a {
    color: rgb(48, 188, 88);
}

.video-cl .meta li.like a:hover {
    color: rgb(68, 208, 108);
}

.video-cl .meta li.dislike a {
    color: rgb(208, 88, 88);
}

.video-cl .meta li.dislike a:hover {
    color: rgb(228, 108, 108);
}

.video-cl .links {
    overflow: hidden;
    padding: 0 0 0 5px;
    font-size: 13px;
}

.video-cl .links ul {
    float: left;
    overflow: hidden;
    margin: 0 40px 0 0;
}

.video-cl .links li {
    border-right: 1px solid #666373;
    float: left;
    margin: 15px 10px 0 0;
    padding-right: 10px;
    line-height: 15px;
    height: 15px;
    overflow: hidden;
}

.video-cl .links li.val {
    border-right: 0 none;
    padding-right: 0;
}

.video-cl .links li:last-child {
    border-right: 0 none;
    padding-right: 0;
}

.video-cl .links li a i {
    color: #a19ac3;
}

.vid-bns-obol {
    border-top: 1px solid #666373;
    margin-top: 10px;
    padding: 4px 0 10px 0;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

.vid-bn {
    background-color: #666373;
    display: inline-block;
    vertical-align: top;
    margin: 6px 3px 0 3px;
    width: 300px;
    height: 250px;
}

.vid-bn-2,
.vid-bn-3 {
    display: none;
}

.foot {
    margin-top: 20px;
    border-top: 1px solid #666373;
    background-color: #2e2d35;
    padding: 10px 15px 15px 15px;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
}

.foot p {
    margin-top: 5px;
}

.foot span {
    color: #a19ac3;
}

@media all and (min-width:380px) {

    .grid-sizer,
    .grid-item {
        width: 50%;
    }
    .vid-obol {
        height: 300px;
    }
}

@media all and (min-width:500px) {

    .preview-tl {
        width: 33.3333%;
    }
    .vid-obol {
        height: 350px;
    }
}

@media all and (min-width:600px) {

    .vid-obol {
        height: 400px;
    }
}

@media all and (min-width:640px) {

    .grid-sizer,
    .grid-item,
    .catlist ul {
        width: 33.3333%;
    }
    .bns-obol .bn-2,
    .vid-bn-2 {
        display: inline-block;
    }

}

@media all and (min-width:700px) {
    .preview-tl {
        width: 25%;
    }
    .vid-obol {
        height: 450px;
    }
}

@media all and (min-width:800px) {
    .vid-obol {
        height: 500px;
    }
}

@media all and (min-width:950px) {
     .logo {
        margin: 15px 20px 0 0;
    }
    .logo a {
     display: block;
    background-image: url("../images/logo.png");
    background-size: 300px 40px;
    background-repeat: no-repeat;
    width: 300px;
    height: 40px;
    }
    .wrap {
        width: 930px;
    }
    .top-head {
        float: left;
    }
    .open-menu,
    .open-search {
        display: none;
    }
    .menu {
        display: block !important;
        float: right;
        border-top: 0 none;
        padding: 10px 3px 0 0;
    }
    .menu ul {
        width: auto;
        max-width: 100%;
    }
    .menu li {
        float: left;
        margin: 0 0 0 2px;
    }
    .menu li a {
        text-align: center;
        font-size: 12px;
    }
    .search {
        width: 240px;
        display: block !important;
        float: left;
        margin: 10px 0 5px;
        border-top: 0 none;
        padding: 0;
    }
    .grid-sizer,
    .grid-item {
        width: 310px;
    }
    .preview a img {
        width: 300px;
        min-height: 140px;
    }
    .preview-cat .name {
        height: 24px;
        line-height: 24px;
        font-size: 20px;
    }
    .grid-med {
        width: 620px !important;
    }
    .grid-bn-ob {
        width: 310px !important;
    }
    .bn-obol {
        padding: 1px;
    }
    .sort li a {
        height: 28px;
        line-height: 28px;
    }
    .sort li span {
        height: 30px;
        line-height: 30px;
    }
    .bns-obol .bn-3 {
        display: inline-block;
    }
    .catlist li a {
        font-size: 16px;
    }
    .toplist-preview {
        width: 16.6666%;
    }
    .preview-tl {
        width: 25%;
    }
    .searches-obol li a {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }
    .video-tab {
        display: table;
        width: 100%;
    }
    .video-cl,
    .vid-bns-obol {
        display: table-cell;
        vertical-align: top;
    }
    .vid-bns-obol {
        width: 320px;
        border-top: 0 none;
        border-left: 1px solid #666373;
        padding-top: 0;
    }
    .vid-bn {
        margin: 10px 10px 0 10px;
    }
    .vid-obol {
        height: 350px;
    }
}

@media all and (min-width:1260px) {
    .wrap {
        width: 1240px;
    }
    .search {
        width: 400px;
    }
    .menu li a {
        min-width: 100px;
        font-size: 13px;
    }
    .bns-obol .bn-4 {
        display: inline-block;
    }
    .catlist ul {
        width: 16.6666%;
    }
    .catlist li a {
        font-size: 12px;
    }
    .preview-tl {
        width: 16.6666%;
    }
    .vid-obol {
        height: 520px;
    }
}

@media all and (min-width:1570px) {

    .wrap {
        width: 1550px;
    }
    .search {
        width: 500px;
    }
    .menu li a {
        min-width: 130px;
        font-size: 14px;
    }
    .bns-obol .bn-5 {
        display: inline-block;
    }
    .catlist li a {
        font-size: 15px;
    }
    .preview-tl {
        width: 12.5%;
    }
    .desc {
        font-size: 16px;
        line-height: 22px;
    }
    .vid-obol {
        height: 686px;
    }
    .vid-bn-3 {
        display: block;
    }
}