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

body {
    background-color: rgb(69, 73, 81);
    color: rgb(169, 173, 181);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    font-family: "Source Sans Pro", sans-serif;
}

input {
    font-family: "Source Sans Pro", sans-serif;
}

li {
    list-style-type: none;
}

img {
    background-color: rgb(89, 93, 101);
    display: block;
}

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

a:hover,
h1 i,
h2 i {
    color: #94e8df;
}

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

h1 {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 10px 0 0;
}

h2 {
    font-size: 16px;
    margin: 40px 10px 0 10px;
}

.dexu-head-wrapper {}

.dexu-head {
    background-color: rgb(39, 43, 51);
    border-bottom: 1px solid rgb(89, 93, 101);
    margin: 0 auto;
    text-align: center;
    min-height: 40px;
    position: relative;
}

.dexu-logo {
    float: left;
    margin: 10px 5px 10px 10px;
}

.dexu-logo a {
    color: rgb(255, 255, 255);
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
}

.dexu-logo a span {
    color: #94e8df;
}

.dexu {
    width: 300px;
    margin-top: 10px;
}

.dexu-thumbs-wrap {
    margin: 0 auto;
}

.dexu-head-open-menu {
    color: rgb(255, 255, 255);
    border-left: 1px solid rgb(89, 93, 101);
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 16px;
    float: right;
    cursor: pointer;
}

.dexu-head-open-menu.active,
.dexu-head-open-menu:hover {
    background-color: rgb(29, 33, 41);
    color: #603f83ff;
}

.dexu-head-langs {
    position: absolute;
    top: 0;
    right: 41px;
}

.dexu-head-langs-selector {
    border-left: 1px solid rgb(89, 93, 101);
    color: rgb(255, 255, 255);
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    float: right;
    cursor: pointer;
}

.dexu-head-langs-selector.active,
.dexu-head-langs-selector:hover {
    background-color: rgb(29, 33, 41);
    color: #94e8df;
}

.dexu-head-langs-selector div {
    padding: 0 10px 0 32px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 16px 11px;
}

.dexu-head-langs-selector div span {
    display: none;
}

.dexu-head-bottom {
    display: none;
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
}

.dexu-head-menu {
    font-size: 0;
    border-top: 1px solid rgb(89, 93, 101);
    text-align: center;
}

.dexu-head-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0 5px;
    position: relative;
}

.dexu-head-menu li a {
    height: 25px;
    line-height: 25px;
    display: block;
    font-size: 16px;
}

.dexu-head-menu li a:hover,
.dexu-head-menu li.active a,
.dexu-head-menu li a.active,
.dexu-head-menu li a i {
    color: #94e8df;
}

.dexu-search {
    margin: 10px auto 0 auto;
    width: 98%;
    max-width: 500px;
}

.dexu-search form {
    position: relative;
}

.dexu-search input,
.dexu-search button {
    display: block;
    outline: none;
}

.dexu-search input {
    background-color: rgb(29, 33, 41);
    border: 1px solid rgb(89, 93, 101);
    color: rgb(255, 255, 255);
    font-size: 14px;
    border-radius: 4px;
    float: left;
    width: 96%;
    padding: 0 2%;
    height: 38px;
    line-height: 38px;
}

.dexu-search input:focus {
    border-color: #94e8df;
}

.dexu-search button {
    background-color: rgb(106, 186, 233);
    color: rgb(255, 255, 255);
    border: 0 none;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    right: 4px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    cursor: pointer;
    font-size: 14px;
}

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

.dexu-wrapper {
    background-color: rgb(49, 53, 61);
    border-right: 1px solid rgb(89, 93, 101);
    border-left: 1px solid rgb(89, 93, 101);
    margin: 0 auto;
    width: 98%;
    text-align: left;
    padding-bottom: 20px;
}

.dexu-top-bl {
    border-bottom: 1px solid rgb(89, 93, 101);
    overflow: hidden;
    padding: 0 0 10px 10px;
}

.dexu-top-bl h1 {
    float: left;
}

.dexu-sort {
    float: left;
    overflow: hidden;
}

.dexu-sort li {
    display: block;
    float: left;
    margin: 10px 10px 0 0;
}

.dexu-sort li a {
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: block;
    font-size: 14px;
}

.dexu-sort li a i {
    color: #94e8df;
}

.dexu-sort li a:hover,
.dexu-sort li.active a,
.dexu-sort li a.active {
    color: #94e8df;
}

.dexu-thumbs-wrap {
    overflow: hidden;
    padding: 8px 9px 0 9px;
}

.dexu-thumb-bl {
    float: left;
    width: 50%;
}

.dexu-thumb {
    overflow: hidden;
    position: relative;
    margin: 2px 1px 0 1px;
}

.dexu-thumb img {
    width: 100%;
    height: auto;
    max-height: 300px;
}

.dexu-thumb:hover img {
    opacity: 0.9;
}

.dexu-thumb-sm-name {
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 3px;
}

.dexu-thumb-name {
    line-height: 22px;
    height: 22px;
    font-size: 21px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 3px;
}

.dexu-thumb-tags {
    overflow: hidden;
    height: 38px;
}

.dexu-thumb-tags a {
    display: block;
    float: left;
    margin: 3px 7px 0 0;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
}

.dexu-thumb-tags a i {
    color: #94e8df;
}

.dexu-thumb-tags a:hover {
    text-decoration: underline;
}

.dexu-thumb-dur {
    position: absolute;
    background-color: rgba(29, 33, 41, 0.8);
    color: rgb(229, 233, 241);
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 11px;
    bottom: 26px;
    right: 2px;
}

.dexu-thumb-dur i {
    color: #94e8df;
}

.dexu-pages-bl {
    overflow: hidden;
    margin-top: 18px;
    text-align: center;
    font-size: 0;
}

.dexu-pages-bl li {
    display: inline-block;
    vertical-align: top;
    margin: 2px 1px 0 1px;
}

.dexu-pages-bl li a,
.dexu-pages-bl li span {
    border: 1px solid rgb(89, 93, 101);
    min-width: 15px;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
}

.dexu-pages-bl li a:hover,
.dexu-pages-bl li.active a,
.dexu-pages-bl li a.active {
    background-color: rgb(29, 33, 41);
    color: #94e8df;
}

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

.dexu-bn {
    background-color: rgb(89, 93, 101);
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0 5px;
    width: 300px;
    height: 250px;
}

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

.dexu-categories-list {
    background-color: rgb(39, 43, 51);
    border-top: 1px solid rgb(89, 93, 101);
    border-bottom: 1px solid rgb(89, 93, 101);
    margin-top: 10px;
    overflow: hidden;
    padding: 10px 10px 20px 10px;
    font-size: 0;
}

.dexu-categories-list ul {
    overflow: hidden;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

.dexu-categories-list li {
    overflow: hidden;
    height: 15px;
    padding: 10px 10px 0 10px;
}

.dexu-categories-list li span.dexu-alpha-letter {
    color: #94e8df;
    font-size: 14px;
    overflow: hidden;
    height: 15px;
    line-height: 15px;
    display: block;
}

.dexu-categories-list li a {
    font-size: 13px;
    display: block;
    overflow: hidden;
    height: 15px;
    line-height: 15px;
}

.dexu-categories-list li a i {
    color: #94e8df;
}

.dexu-categories-list li a span {
    display: block;
}

.dexu-categories-list li a span:first-child {
    float: left;
}

.dexu-categories-list li a span:last-child {
    color: rgb(139, 143, 151);
    float: right;
    font-size: 10px;
}

.dexu-categories-list li a span:last-child i {
    color: rgb(139, 143, 151);
}

.dexu-tl-list {
    background-color: rgb(39, 43, 51);
    border-top: 1px solid rgb(89, 93, 101);
    border-bottom: 1px solid rgb(89, 93, 101);
    margin-top: 10px;
    overflow: hidden;
    padding: 10px 10px 20px 10px;
    font-size: 0;
}

.dexu-tl-list ul {
    overflow: hidden;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

.dexu-tl-list li {
    overflow: hidden;
    padding: 10px 10px 0 10px;
}

.dexu-tl-list li span.dexu-alpha-letter {
    color: #94e8df;
    font-size: 14px;
    overflow: hidden;
    height: 15px;
    line-height: 15px;
    display: block;
}

.dexu-tl-list li a {
    font-size: 13px;
    display: block;
    overflow: hidden;
    height: 15px;
    line-height: 15px;
}

.dexu-tl-list li a i {
    color: #94e8df;
}

.dexu-video-block {
    background-color: rgb(39, 43, 51);
    border-bottom: 1px solid rgb(89, 93, 101);
    overflow: hidden;
}

.dexu-player-col {
    padding: 10px;
}

.dexu-player {
    background-color: rgb(0, 0, 0);
    position: relative;
    width: 100%;
    height: 250px;
}

.dexu-player iframe,
.dexu-player object,
.dexu-player embed {
    width: 100%;
    height: 100%;
}

.dexu-right-player-col {
    border-top: 1px solid rgb(89, 93, 101);
    font-size: 0;
    text-align: center;
    padding: 0 5px 10px 5px;
    overflow: hidden;
}

.dexu-player-bn {
    background-color: rgb(89, 93, 101);
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0 5px;
    width: 300px;
    height: 250px;
}

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

ul.dexu-video-tags {
    overflow: hidden;
}

ul.dexu-video-tags li {
    border-right: 1px solid rgb(89, 93, 101);
    margin: 10px 10px 0 0;
    padding-right: 10px;
    float: left;
}

ul.dexu-video-tags li:last-child {
    padding-right: 0;
    border-right: 0 none;
}

ul.dexu-video-tags li a,
ul.dexu-video-tags li span {
    font-size: 16px;
    display: block;
}

ul.dexu-video-tags li a {
    height: 20px;
    line-height: 20px;
    display: block;
}

ul.dexu-video-tags li a i {
    color: #94e8df;
}

ul.dexu-video-tags li a:hover {
    text-decoration: underline;
}

.dexu-footer {
    background-color: rgb(39, 43, 51);
    border-top: 1px solid rgb(89, 93, 101);
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
}

.dexu-footer span {
    color: #94e8df;
}

.dexu-footer a {
    text-decoration: underline;
}

.dexu-footer a:hover {
    text-decoration: none;
}

.opve-nat-wrap {
    text-align: center;
    overflow: hidden !important;
    clear: both !important;
}

body .opve-nat-wrap>div {
    display: block !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100%;
    padding: 0 !important;
    box-sizing: border-box !important;
    clear: both !important;
}

body .opve-nat-wrap>div>div {
    display: block !important;
    margin: 0px !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}

body .opve-nat-wrap>div>div>div {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
}

body .opve-nat-wrap>div>div>div>div {
    display: block !important;
    float: left !important;
    height: auto !important;
    width: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

body .opve-nat-wrap>div>div>div>div>a {
    background: rgb(33, 33, 35) !important;
    display: block !important;
    height: auto !important;
    padding: 2px !important;
    margin: 2px 1px 0 1px !important;
}

body .opve-nat-wrap>div>div>div>div>a:hover {
    background-color: rgb(63, 163, 215) !important;
}

body .opve-nat-wrap>div>div>div>div>a>div>div {
    border: 0 none !important;
    transform: none !important;
}

body .opve-nat-wrap>div>div>div>div>a>div:nth-child(2) {
    display: block !important;
    text-align: left !important;
    height: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body .opve-nat-wrap>div>div>div>div>a>div:nth-child(2)>div {
    position: relative !important;
    display: block !important;
    height: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body .opve-nat-wrap>div>div>div>div>a>div:nth-child(2)>div>div:nth-child(1) {
    color: rgb(255, 255, 255) !important;
    text-align: center !important;
    transition: none !important;
    font-family: "Roboto Condensed", sans-serif !important;
    text-transform: uppercase !important;
    overflow: hidden !important;
    display: block !important;
    font-size: 14px !important;
    height: 25px !important;
    line-height: 25px !important;
    max-height: 25px !important;
    max-width: 100% !important;
    margin: 5px 0 0 0 !important;
    padding: 0 10px !important;
}

body .opve-nat-wrap>div>div>div>div>a:hover>div:nth-child(2)>div>div:nth-child(1) {
    color: rgb(255, 255, 255) !important;
}

body .opve-nat-wrap>div>div>div>div>a>div:nth-child(2)>div>div:nth-child(2) {
    display: none !important;
}

body .opve-nat-wrap>div>div>div>div>a>div:nth-child(2)>div>div:nth-child(3) {
    background: rgba(33, 33, 35, 0.8) !important;
    color: rgb(255, 255, 255) !important;
    position: absolute !important;
    left: 4px !important;
    bottom: 29px !important;
    z-index: 10000 !important;
    overflow: hidden !important;
    font-family: "Roboto Condensed", sans-serif !important;
    display: none !important;
    font-size: 13px !important;
    height: 24px !important;
    max-height: 24px !important;
    line-height: 24px !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 10px !important;
}

.opve-ts-nat-wrap {
    text-align: center;
    padding-top: 5px;
    overflow: hidden !important;
    clear: both !important;
}

body .opve-ts-nat-wrap>div {
    display: block !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100%;
    padding: 0 !important;
    box-sizing: border-box !important;
    clear: both !important;
}

body .opve-ts-nat-wrap>div>div {
    display: block !important;
    margin: 0px !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}

body .opve-ts-nat-wrap>div>div>div {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
}

body .opve-ts-nat-wrap>div>div>div>div:nth-child(1) {
    float: left !important;
    height: 18px !important;
    line-height: 18px !important;
}

body .opve-ts-nat-wrap>div>div>div>div:nth-child(2) {
    float: right !important;
    height: 18px !important;
    line-height: 18px !important;
}

body .opve-ts-nat-wrap>div>div>div>div:nth-child(3) {
    margin: 0 !important;
    clear: both !important;
}

body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div {
    display: block !important;
    float: left !important;
    height: auto !important;
    width: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div>a {
    background: rgb(33, 33, 35) !important;
    display: block !important;
    height: auto !important;
    padding: 2px !important;
    margin: 2px 1px 0 1px !important;
}

body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div>span,
body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div>span>span,
body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div>span>span>a {
    background: rgb(33, 33, 35) !important;
    text-align: center !important;
    transition: none !important;
    font-family: "Roboto Condensed", sans-serif !important;
    text-transform: uppercase !important;
    overflow: hidden !important;
    display: block !important;
    font-size: 14px !important;
    height: 25px !important;
    line-height: 25px !important;
    max-height: 25px !important;
    max-width: 100% !important;
    margin: 0 1px !important;
    padding: 0 10px !important;
}

body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div>span>span,
body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div>span>span>a {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div:hover>a,
body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div:hover>span {
    background-color: rgb(63, 163, 215) !important;
}

body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div>span>span>a {
    color: rgb(255, 255, 255) !important;
}

body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div:hover>span>span>a {
    color: rgb(255, 255, 255) !important;
}

body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div>span>span:nth-child(2) {
    display: none !important;
}

@media all and (min-width: 330px) {
    .dexu-head-langs-selector div span {
        display: inline;
    }

    .dexu-thumb-bl {
        width: 50%;
    }

    .dexu-player {
        height: 300px;
    }
}

@media all and (min-width: 500px) {
    .dexu-logo a {
        font-size: 18px;
    }

    .dexu-player {
        height: 350px;
    }
}

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

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

@media all and (min-width: 700px) {
    .dexu-player {
        height: 450px;
    }

    .dexu-bn-2,
    .dexu-player-bn-2 {
        display: inline-block;
    }

    .dexu-categories-list ul,
    .dexu-tl-list ul {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
    }

    body .opve-nat-wrap>div>div>div>div,
    body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div {
        width: 25% !important;
    }
}

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

@media all and (min-width: 1024px) {
    .dexu-wrapper {
        width: 1004px;
    }

    .dexu-head {
        padding: 0;
        height: 60px;
    }

    .dexu-head-open-menu {
        display: none;
    }

    .dexu-head-langs {
        position: relative;
        float: right;
        top: auto;
        right: auto;
    }

    .dexu-head-langs-selector {
        border-left: 0 none;
        border-right: 1px solid rgb(89, 93, 101);
        margin: 0;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }

    .dexu-head-langs-list {
        top: 60px;
    }

    .dexu-logo {
        margin: 0 20px;
    }

    .dexu-logo a {
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }

    .dexu-head-bottom {
        display: block !important;
        padding: 0;
        clear: none;
        overflow: visible;
    }

    .dexu-head-menu {
        border-left: 1px solid rgb(89, 93, 101);
        border-top: 0 none;
        padding: 0;
        float: right;
    }

    .dexu-head-menu li {
        border-right: 1px solid rgb(89, 93, 101);
        display: block;
        float: left;
        margin: 0;
    }

    .dexu-head-menu li a {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        padding: 0 15px;
    }

    .dexu-head-menu li a:hover,
    .dexu-head-menu li.active a,
    .dexu-head-menu li a.active {
        background-color: rgb(29, 33, 41);
    }

    .dexu-search {
        width: 320px;
        margin: 10px 20px 0 0;
        float: left;
    }

    .dexu-search input {
        padding: 0 10px;
        width: 298px;
    }

    h1 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    h2 {
        font-size: 18px;
        margin: 20px 20px 0 20px;
    }

    .dexu-top-bl {
        padding: 0 0 0 20px;
    }

    .dexu-sort {
        float: right;
    }

    .dexu-sort li {
        border-left: 1px solid rgb(89, 93, 101);
        margin: 0;
    }

    .dexu-sort li a {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
    }

    .dexu-sort li a:hover,
    .dexu-sort li.active a,
    .dexu-sort li a.active {
        background-color: rgb(29, 33, 41);
    }

    .dexu-thumbs-wrap {
        padding: 18px 19px 0 19px;
    }

    .dexu-thumb-bl {
        width: 322px;
    }

    .dexu-thumb img {
        width: 320px;
        height: 240px;
        max-height: 240px;
    }

    .dexu-thumb-name {
        font-size: 18px;
    }

    .dexu-pages-bl {
        border-top: 1px solid rgb(89, 93, 101);
        border-bottom: 1px solid rgb(89, 93, 101);
        margin-top: 20px;
    }

    .dexu-pages-bl ul {
        border-left: 1px solid rgb(89, 93, 101);
        display: inline-block;
        vertical-align: top;
    }

    .dexu-pages-bl li {
        border-right: 1px solid rgb(89, 93, 101);
        display: block;
        float: left;
        margin: 0;
    }

    .dexu-pages-bl li a,
    .dexu-pages-bl li span {
        border: 0 none;
        min-width: 35px;
        height: 50px;
        line-height: 50px;
    }

    .dexu-bn-3 {
        display: inline-block;
    }

    .dexu-video-tab {
        display: table;
        width: 100%;
    }

    .dexu-player-col,
    .dexu-right-player-col {
        display: table-cell;
        vertical-align: top;
    }

    .dexu-player-col {
        padding: 20px 19px 20px 20px;
    }

    .dexu-player {
        height: 508px;
    }

    ul.dexu-video-tags {
        padding-top: 10px;
    }

    .dexu-right-player-col {
        border-top: 0 none;
        width: 322px;
        padding: 18px 19px 20px 0;
    }

    .dexu-right-player-col .dexu-thumb-bl {
        float: none;
        width: 322px !important;
    }

    .dexu-right-player-col .dexu-thumb-bl:last-child {
        display: block;
    }

    .dexu-player-bn {
        margin: 10px 20px 0 0;
        display: block;
    }

    .dexu-player-bn-3 {
        display: none;
    }

    body .opve-nat-wrap>div>div>div>div>a>div:nth-child(2)>div>div:nth-child(1) {
        font-size: 16px !important;
        height: 30px !important;
        line-height: 30px !important;
        max-height: 30px !important;
    }

    body .opve-nat-wrap>div>div>div>div>a>div:nth-child(2)>div>div:nth-child(3) {
        bottom: 34px !important;
    }

    body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div>span,
    body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div>span>span,
    body .opve-ts-nat-wrap>div>div>div>div:nth-child(3)>div>span>span>a {
        font-size: 16px !important;
        height: 30px !important;
        line-height: 30px !important;
        max-height: 30px !important;
    }
}

@media all and (min-width: 1346px) {
    .dexu-wrapper {
        width: 1326px;
    }

    .dexu-head-menu li a {
        padding: 0 20px;
    }

    .dexu-head-langs-selector div {
        padding: 0 20px 0 42px;
        background-repeat: no-repeat;
        background-position: 20px center;
    }

    .dexu-head-langs-list {
        width: 600px;
    }

    .dexu-head-langs-list li {
        width: 25%;
    }

    .dexu-search {
        width: 400px;
    }

    .dexu-search input {
        width: 378px;
    }

    ul.dexu-video-tags li {
        margin-right: 15px;
        padding-right: 15px;
    }

    ul.dexu-video-tags li a,
    ul.dexu-video-tags li span {
        font-size: 18px;
        height: 22px;
        line-height: 22px;
    }

    .dexu-head-menu li a {
        min-width: 80px;
        padding: 0 25px;
    }

    .dexu-head-langs-selector div {
        padding: 0 25px 0 47px;
        background-repeat: no-repeat;
        background-position: 25px center;
    }

    .dexu-bn-4 {
        display: inline-block;
    }

    .dexu-categories-list ul,
    .dexu-tl-list ul {
        column-count: 8;
        -moz-column-count: 8;
        -webkit-column-count: 8;
    }
}

@media all and (min-width: 1668px) {
    .dexu-wrapper {
        width: 1648px;
    }

    .dexu-player {
        height: 776px;
    }

    .dexu-player-bn-3 {
        display: block;
    }

    .dexu-bn-5 {
        display: inline-block;
    }

    .dexu-right-player-col .dexu-thumb-bl:last-child {
        display: block;
    }
}