body {
    background-color: #1e1a19
  }
  
  .logo a, .header-b, .header-b li, .search-input, .search button, .menu a i, .small-ins, .small-icon, .sort-by a, .sort-by a i, .bottom-navi a, .bottom-navi span, .navi-to-all a i, .list a, .list a i, .video-info li i, .vertbars, .footer a, .more-info, .less-info {
    border-color: #362e2c
  }
  
  body, .footer a, .video-rate li span {
    color: #bdaeab
  }
  
  .header, .menu, .search, .small-ins, .sort-by a, .bottom-navi a, .bottom-navi span, .hbar, .list, .video-ins, .footer {
    background-color: #2a2422
  }
  
  .logo a, .header-b li:hover, .header-b li.active, .search-input, .small-ins:hover, .menu a i, .sort-by a:hover, .sort-by a.active, .sort-by li.active a, .bottom-navi a:hover, .bottom-navi a.active, .bottom-navi li.active a, .list a, .footer a {
    background-color: #362e2c
  }
  
  img, .vbar {
    background-color: #362e2c
  }
  
  .menu a:hover i, .menu a.active i, .menu li.active a i, .small-ins:hover, .sort-by a:hover, .sort-by a.active, .sort-by li.active a, .bottom-navi a:hover, .bottom-navi a.active, .bottom-navi li.active a, .list a:hover, .video-info li a:hover i, .footer a:hover {
    border-color: #524643
  }
  
  a:hover, h1 i, h2 i, .logo a span, .header-b li:hover, .header-b li.active, .menu a:hover, .menu a.active, .menu li.active a, .search button:hover, .search li a i, .small-icon i, .sort-by a:hover, .sort-by a.active, .sort-by li.active a, .small-ins-cat p i, .bottom-navi a:hover, .bottom-navi a.active, .bottom-navi li.active a, .list a i, .video-info li a i, .footer span {
    color: #ff9e80
  }
  
  a, .logo a, h1, h2, .search input, .search input::placeholder, .search button, .search li span i, .sort-by span i, .small-icon, .small-ins:hover li, .video-info li i, .footer a:hover {
    color: #fdf5f2
  }
  
  body, html, div, p, a, ul, li, input, button, form, textarea, span, img, h1, h2, h3 {
    margin: 0;
    padding: 0
  }
  
  div, h1, ul, li, a, span, p {
    overflow: hidden
  }
  
  body {
    font-family: Arial, sans-serif
  }
  
  li {
    list-style-type: none
  }
  
  img {
    display: block
  }
  
  a {
    text-decoration: none
  }
  
  h1, h2 {
    font-weight: 400
  }
  
  h1 {
    font-size: 24px;
    line-height: 28px;
    margin: 10px 5px 0
  }
  
  h2 {
    margin: 40px 5px 0;
    font-size: 22px;
    line-height: 26px
  }
  
  h1 i, h2 i {
    display: block;
    float: left;
    height: inherit;
    line-height: inherit;
    font-size: 28px;
    margin-right: 5px;
    margin-left: -3px
  }
  
  .wrapper {
    margin: 0 auto;
    max-width: 1000px
  }
  
  .header {
    text-align: center;
    overflow: visible;
    min-height: 40px
  }
  
  .header .wrapper {
    overflow: visible;
    position: relative
  }
  
  .logo {
    float: left;
    margin-right: 5px
  }
  
  .logo a {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 10px
  }
  
  .header-b {
    float: right;
    border-left-width: 1px;
    border-left-style: solid
  }
  
  .header-b li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    cursor: pointer;
    float: left;
    border-right-width: 1px;
    border-right-style: solid
  }
  
  .header-b i {
    display: block;
    height: inherit;
    line-height: inherit
  }
  
  .menu {
    box-shadow: 0 5px 15px -7px rgba(0, 0, 0, .5);
    border-radius: 0 0 0 3px;
    width: 100px;
    position: absolute;
    top: 41px;
    right: 0;
    z-index: 10000;
    text-align: center;
    height: 0;
    transition: .5s;
    opacity: 1;
    visibility: hidden;
  }
  
  .menu.active {
    visibility: visible;
    opacity: 1;
    height: 380px;
  }
  
  .menu ul {
    padding: 0 10px 10px
  }
  
  .menu li {
    margin-top: 10px
  }
  
  .menu a {
    display: block
  }
  
  .menu a i {
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    display: block;
    width: 78px;
    height: 48px;
    line-height: 48px;
    font-size: 36px
  }
  
  .menu a span {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-top: 5px
  }
  
  .search {
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    z-index: 10000;
    box-shadow: 0 5px 15px -7px rgba(0, 0, 0, .5);
    padding: 10px;
    height: 0;
    transition: .5s;
    opacity: 1;
    visibility: hidden;
  }
  
  .search.active {
    visibility: visible;
    opacity: 1;
    height: 90px;
  }
  
  .search form {
    position: relative
  }
  
  .search-input {
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    height: 48px;
    line-height: 48px;
    padding: 0 65px 0 15px
  }
  
  .search input {
    width: 100%;
    height: inherit;
    line-height: normal;
    font-size: 16px;
    background: 0 0;
    border: 0;
    outline: 0
  }
  
  .search button {
    width: 48px;
    height: 48px;
    line-height: normal;
    font-size: 22px;
    position: absolute;
    background: 0 0;
    top: 1px;
    right: 1px;
    cursor: pointer;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    outline: 0
  }
  
  .search ul {
    height: 28px;
    margin-top: 5px
  }
  
  .search li {
    float: left;
    margin-right: 10px
  }
  
  .search li span, .search li a {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    display: block
  }
  
  .search li span i, .search li a i {
    float: left;
    display: block;
    height: inherit;
    line-height: inherit;
    margin-right: 5px;
    font-size: 18px
  }
  
  .top-bl h1 {
    float: left;
    margin-top: 11px
  }
  
  .sort-by {
    float: left;
    margin: 5px 0 0 5px
  }
  
  .sort-by li {
    float: left;
    margin: 5px 5px 0 0
  }
  
  .sort-by span {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px
  }
  
  .sort-by span i {
    float: left;
    display: block;
    font-size: 24px;
    height: inherit;
    line-height: inherit;
    margin-right: 5px
  }
  
  .sort-by a {
    display: block;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-right: 10px
  }
  
  .sort-by a i {
    border-right-width: 1px;
    border-right-style: solid;
    float: left;
    display: block;
    font-size: 20px;
    width: 30px;
    height: inherit;
    line-height: inherit;
    margin-right: 10px;
    text-align: center
  }
  
  .smalls {
    clear: both
  }
  
  .small {
    float: left;
    width: 50%
  }
  
  .small-ins {
    margin: 8px 4px 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    position: relative
  }
  
  .small-pic {
    padding-bottom: 75%;
    position: relative
  }
  
  .small-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
  
  .small-ins ul, .small-ins p {
    margin-left: 60px
  }
  
  .small-ins p {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    margin-top: 6px;
    margin-right: 10px
  }
  
  .small-ins ul {
    height: 20px;
    line-height: 20px;
    margin-bottom: 3px
  }
  
  .small-ins li {
    float: left;
    margin-right: 10px;
    font-size: 12px
  }
  
  .small-icon {
    border-right-width: 1px;
    border-right-style: solid;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 49px;
    width: 49px;
    text-align: center
  }
  
  .small-icon i {
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    margin-top: 6px
  }
  
  .small-icon span {
    display: block;
    height: 16px;
    line-height: 16px;
    font-size: 13px
  }
  
  .small-ins-cat p {
    font-size: 14px
  }
  
  .small-ins-cat .small-icon i {
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-size: 32px
  }
  
  .bottom-navi {
    margin-top: 10px;
    font-size: 0;
    text-align: center
  }
  
  .bottom-navi li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0
  }
  
  .bottom-navi a, .bottom-navi span {
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    display: block;
    height: 40px;
    line-height: 40px;
    min-width: 30px;
    padding: 0 5px;
    font-size: 14px
  }
  
  .navi-to-all a {
    padding: 0 0 0 15px
  }
  
  .navi-to-all a i {
    border-left-style: solid;
    border-left-width: 1px;
    text-align: center;
    width: 40px;
    float: right;
    margin-left: 15px;
    display: block;
    line-height: inherit;
    font-size: 24px
  }
  
  .list {
    margin: 10px 5px 0;
    font-size: 0;
    padding: 4px 7px 10px
  }
  
  .list li {
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 6px 3px 0
  }
  
  .list div {
    float: left;
    width: 100%
  }
  
  .list a {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-right: 5px
  }
  
  .list a i {
    border-right-width: 1px;
    border-right-style: solid;
    float: left;
    display: block;
    width: 40px;
    text-align: center;
    margin-right: 10px;
    height: inherit;
    line-height: inherit;
    font-size: 24px
  }
  
  .list a:hover i {
    color: inherit
  }
  
  .horbars {
    margin-top: 10px;
    font-size: 0;
    text-align: center
  }
  
  .hbar {
    margin: 10px 5px 0;
    width: 300px;
    height: 250px;
    display: inline-block;
    vertical-align: top
  }
  
  .hbar-2, .hbar-3, .hbar-4, .hbar-5 {
    display: none
  }
  
  .wrapper-video {
    margin: 10px 5px 0;
    border-radius: 3px
  }
  
  .video-ins {
    display: table;
    width: 100%
  }
  
  .video {
    background-color: #000;
    position: relative;
    padding-bottom: 56.25%
  }
  
  .video iframe, .video video, .video source, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
  
  .video div {
    overflow: visible
  }
  
  .on-player-box {
    display: none;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    text-align: center
  }
  
  .on-player {
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, .5);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 250px;
    z-index: 5500;
    margin: -125px 0 0 -150px
  }
  
  .close, .bot-close {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    position: absolute;
    cursor: pointer;
    display: none
  }
  
  .close:hover, .bot-close:hover {
    background-color: rgba(0, 0, 0, .8)
  }
  
  .on-player-sp {
    width: 300px;
    height: 250px
  }
  
  .on-player-sp iframe {
    width: 300px!important;
    height: 250px!important;
    position: static!important
  }
  
  .close {
    font-family: Arial, sans-serif;
    width: 30px;
    font-size: 18px;
    top: 4px;
    right: 4px;
    height: 30px;
    line-height: 30px
  }
  
  .bot-close {
    left: 4px;
    right: 4px;
    bottom: 4px;
    font-size: 14px;
    overflow: hidden;
    height: 30px;
    line-height: 30px
  }
  
  .timer {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
    font-size: 14px;
    overflow: hidden;
    height: 30px;
    line-height: 30px
  }
  
  .timer span {
    color: #ffb499;
    font-weight: 700
  }
  
  .more-info {
    font-size: 14px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    display: block;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    float: right;
    padding: 0 10px;
    margin: 10px 8px 0 0;
  }
  
  .less-info {
    font-size: 14px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    display: none;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    float: right;
    padding: 0 10px;
    margin: 0 8px 8px 0;
  }
  
  #rating_span {
    display: none;
  }
  
  #rating_span.full {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    margin-left: 8px;
  }
  
  .video-clock {
    display: none
  }
  
  .video-clock.full {
    display: inline-block;
    margin-top: 10px;
  }
  
  .video-links {
    margin-right: 0;
    display: none
  }
  
  .video-links.full {
    margin-right: 0;
    display: inline-block;
  }
  
  #video-views i {
    border-style: none;
    width: auto;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #video-views {
    margin-right: 0px;
  }
  
  .video-info {
    padding: 0 0 10px 0px;
  }
  
  .video-info li {
    float: left;
    margin: 10px 5px 5px 8px;
    text-align: center
  }
  
  .video-info a {
    display: block
  }
  
  .video-info li i {
    display: inline-block;
    background-color: inherit;
  }
  
  .video-info ul.video-links {
    margin-right: 0
  }
  
  .video-rate {
    float: left;
    margin: 8px 0 0 8px;
  }
  
  .video-rate ul {
    float: left;
  }
  
  .video-rate li {
    float: left;
    margin: 0px 10px 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
  }
  
  .video-rate a {
    display: block
  }
  
  .video-rate li i {
    display: inline-block;
    vertical-align: top;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    font-size: 28px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    padding-right: 6px;
  }
  
  .video-rate li span {
    font-size: 20px;
    display: inline-block;
    font-style: normal;
  }
  
  .vertbars {
    margin-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    text-align: center;
    font-size: 0;
    padding-bottom: 10px
  }
  
  .vbar {
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0;
    width: 300px;
    height: 250px
  }
  
  .vbar iframe {
    height: 250px;
  }
  
  .vbar-2, .vbar-3 {
    display: none
  }
  
  .footer {
    margin-top: 20px;
    text-align: center;
    font-size: 0
  }
  
  .footer-ins {
    padding: 10px 10px 20px;
    line-height: 28px
  }
  
  .footer p {
    margin-top: 10px;
    font-size: 16px
  }
  
  .footer ul {
    margin-top: 6px
  }
  
  .footer li {
    display: inline-block;
    vertical-align: top;
    margin: 4px 2px 0
  }
  
  .footer a {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 14px
  }
  
  .sponsor-link-mob {
    margin-top: 4px;
    text-align: center;
    font-size: 18px;
    background-color: #d16b54
  }
  
  .sponsor-link-desk {
    display: none;
    background-color: #d16b54
  }
  
  .sponsor-link { 
    display: block; 
    margin-top:2px;
    margin-bottom: 12px;
    text-align: center;
    font-size:18px;
  }
  
  #cookie_disclaimer { position: fixed; left: 0; bottom: 0; right: 0; z-index: 2002; width: 93%; height: 100%; display: block; height: 36px; overflow: hidden; padding: 0 3.5%; text-align: center; line-height: 36px; font-size: 11px; color: #ff9e80; background-color: rgba(30, 26, 25, 0.95); }
  #cookie_disclaimer .cookie_txt { float: left; width: 70%; padding: 4px 0; line-height: 15px; vertical-align: middle; color: #fdf5f2;}
  #cookie_disclaimer .cookie_more { color: #ff9e80; text-decoration: none; }
  #cookie_disclaimer #cookie_btn_agree { display: inline-block; height: 22px; margin: 0 0 3px 15px; padding: 0 10px; line-height: 24px; color: #1e1a19; text-decoration: none; background-color: #ff9e80; border-radius: 3px; vertical-align: middle; font-weight: bold; }
  
  @media all and (min-width:400px) {
    .list ul {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2
    }
    #cookie_disclaimer .cookie_txt {
        width: 85%;
        padding-top: 11px;
    }
  }
  
  @media all and (min-width:500px) {
    .logo a {
        font-size: 22px
    }
    .on-player-box {
        display: block
    }
    .small {
        width: 33.3333%
    }
  }
  
  @media all and (min-width:640px) {
    .hbar-2,     .vbar-2 {
        display: inline-block
    }
    .list ul {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3
    }
  }
  
  @media all and (min-width:750px) {
    .small {
        width: 25%
    }
  }
  
  @media all and (min-width:1020px) {
    .wrapper {
        width: 1000px;
        max-width: 100%
    }
    .header {
        height: 101px;
        overflow: hidden
    }
    .header .wrapper {
        overflow: hidden
    }
    .logo {
        margin: 0 30px 0 5px
    }
    .logo a {
        height: 101px;
        line-height: 101px;
        font-size: 30px;
        padding: 0 20px
    }
    .header-b {
        display: none
    }
    .menu {
        background: 0 0;
        box-shadow: none;
        width: auto;
        border-radius: 0;
        display: block!important;
        float: left;
        position: static;
        height: 101px;
        visibility: visible;
        opacity: 1;
    }
    .menu li {
        margin: 10px 10px 0 0;
        float: left
    }
    .search {
        background: 0 0;
        box-shadow: none;
        border-radius: 0;
        display: block!important;
        position: static;
        padding: 10px 5px 0 20px;
        height: 101px;
        visibility: visible;
        opacity: 1;
    }
    h1 {
        font-size: 26px;
        line-height: 30px
    }
    h2 {
        font-size: 24px;
        line-height: 28px
    }
    .top-bl h1 {
        margin-top: 14px
    }
    .sort-by {
        float: right
    }
    .sort-by span {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-right: 5px
    }
    .sort-by a {
        height: 38px;
        line-height: 38px;
        font-size: 15px
    }
    .sort-by a i {
        font-size: 24px;
        width: 40px
    }
    .small {
        width: 250px
    }
    .small-ins p {
        font-size: 14px
    }
    .small-ins li {
        font-size: 13px
    }
    .small-ins-cat p {
        font-size: 16px;
        height: 22px;
        line-height: 22px
    }
    .small-ins-cat p i {
        font-size: 22px
    }
    .bottom-navi a,     .bottom-navi span {
        height: 50px;
        line-height: 50px;
        min-width: 40px;
        font-size: 16px
    }
    .navi-to-all a i {
        width: 50px;
        font-size: 30px
    }
    .hbar {
        padding: 11px;
        border-radius: 3px
    }
    .hbar-3 {
        display: inline-block
    }
    .list ul {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4
    }
    .list a {
        font-size: 15px
    }
    .list a i {
        font-size: 28px
    }
    .video-cl,     .vertbars {
        display: table-cell;
        vertical-align: top
    }
    .vertbars {
        width: 320px;
        border-top: 0;
        border-left-style: solid;
        border-left-width: 1px
    }
    .video-info {
        padding-bottom: 10px
    }
  }
  
  @media all and (min-width:1270px) {
    .wrapper {
        width: 1250px
    }
    .logo {
        margin-right: 40px
    }
    .logo a {
        font-size: 34px
    }
    .search {
        padding-left: 30px
    }
    .hbar {
        padding: 3px;
        margin: 10px 2px 0
    }
    .hbar-4 {
        display: inline-block
    }
    .list ul {
        column-count: 6;
        -moz-column-count: 6;
        -webkit-column-count: 6
    }
    .list a {
        font-size: 14px
    }
    .list a i {
        font-size: 24px
    }
    .vertbars {
        padding-top: 3px
    }
    .vbar {
        margin-top: 7px
    }
    .sponsor-link-desk {
        display: block;
        margin-top: 2px;
        text-align: center;
        font-size: 18px
    }
    .sponsor-link-mob {
        display: none
    }
  }
  
  @media all and (min-width:1520px) {
    .wrapper {
        width: 1500px
    }
    .logo a {
        font-size: 40px
    }
    .bottom-navi a,     .bottom-navi span {
        height: 60px;
        line-height: 60px;
        min-width: 50px
    }
    .navi-to-all a {
        padding: 0 0 0 20px
    }
    .navi-to-all a i {
        width: 60px;
        margin-left: 20px;
        font-size: 32px
    }
    .hbar {
        padding: 10px;
        margin: 10px 5px 0
    }
    .vbar-3 {
        display: inline-block
    }
    .list a {
        font-size: 16px
    }
    .list a i {
        font-size: 28px
    }
    .vertbars {
        padding-top: 8px
    }
    .vbar {
        margin-top: 2px
    }
  }