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

body {
    background-color: #2c2c2c;
    color: rgb(164, 167, 170);
    font-family: Arial, sans-serif;
}

input {
    font-family: Arial, sans-serif;
}

li {
    list-style-type: none;
}

img {
    background-color: rgb(64, 67, 70);
    display: block;
}

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

a:hover {
    color: #ef9d0f;
}

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

h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 5px 0 5px;
}

h2 {
    margin: 30px 10px 0 10px;
    font-size: 22px;
}
@font-face {
    font-family: custom;
    src: url(../font/fonts/custom.eot);
    src: url(../font/fonts/custom.eot?#iefix) format("embedded-opentype"), url(../font/fonts/custom.woff) format("woff"), url(../font/fonts/custom.ttf) format("truetype"), url(../font/fonts/custom.svg#custom) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=icon-]:before {
    display: inline-block;
    font-family: custom;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-comments:before {
    content: '\0042'
}

.icon-like:before {
    content: '\0043'
}

.icon-report:before {
    content: '\0046'
}

.head {
    background-color: rgb(24, 27, 30);
    border-bottom: 2px solid rgb(64, 67, 70);
    overflow: hidden;
    text-align: center;
    padding: 0 5px;
}

.top {
    overflow: hidden;
    margin: 0 auto;
}

.logo {
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
}

.logo a {
    color: rgb(244, 247, 250);
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    display: block;
}

.logo a span {
    color: #ef9d0f;
}

.buttons {
    float: right;
    overflow: hidden;
    padding-right: 5px;
}

.open {
    background-color: rgb(64, 67, 70);
    color: rgb(244, 247, 250);
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    margin: 5px 0 0 2px;
}

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

.open span {
    font-size: 12px;
}

.buttons-left {
    float: left;
    padding-left: 5px;
}

.bottom {
    overflow: hidden;
}

.menu {
    display: none;
    border-top: 2px solid rgb(64, 67, 70);
    padding: 8px 0 10px 0;
    font-size: 0;
    text-align: center;
}

.menu ul {
    overflow: hidden;
}

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

.menu li a {
    background-color: rgb(64, 67, 70);
    border-radius: 3px;
    display: block;
    padding: 0 10px;
    overflow: hidden;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

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

.search {
    display: none;
    border-top: 2px solid rgb(64, 67, 70);
    padding: 10px;
}

.search form {
    width: 100%;
    overflow: hidden;
    display: block;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.search input {
    background-color: rgba(255, 255, 255, 0.9);
    color: rgb(44, 47, 50);
    font-size: 16px;
    border: 0 none;
    border-radius: 3px;
    width: 96%;
    padding: 0 2%;
    height: 40px;
    line-height: 40px;
    outline: 0 none;
}

.search input:focus {
    background-color: rgb(255, 255, 255);
}

.search button {
    background: none;
    color: rgb(104, 107, 110);
    position: absolute;
    top: 0;
    right: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 0 none;
    cursor: pointer;
}

.search button:hover {
    color: rgb(44, 47, 50);
}

.wrapper {
    margin: 0 auto;
}

.left-menu {
    display: none;
    background-color: rgb(24, 27, 30);
    position: absolute;
    top: 42px;
    left: 0;
    width: 240px;
    border-right: 2px solid rgb(64, 67, 70);
    padding-bottom: 20px;
    overflow: hidden;
    z-index: 15000;
}

.left-menu-name {
    margin: 21px 20px 0 20px;
    font-size: 22px;
}

.left-menu ul {
    overflow: hidden;
    padding: 13px 19px 0 19px;
}

.left-menu a {
    display: block;
    margin: 0 1px 2px 1px;
    height: 25px;
    border-radius: 3px;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
}

.left-menu li.left-all a {
    background-color: #ef9d0f;
    color: rgb(255, 255, 255);
    text-align: center;
}

.left-menu li.left-all a:hover {
    background-color: #ef9d0f;
}

.left-menu li.left-all {
    float: none;
    width: 100%;
    clear: both;
}

.topbar {
    overflow: hidden;
    padding: 0 5px;
}

.topbar h1 {
    float: left;
    margin-right: 15px;
}

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

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

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

.sort li a {
    background-color: rgb(64, 67, 70);
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 10px;
    display: block;
}

.sort li a:hover,
.sort li.active a,
.sort li a.active {
    background-color: #ef9d0f;
    color: rgb(255, 255, 255);
}

.previews-pl {
    overflow: hidden;
    padding: 0 5px 10px 5px;
}

.preview {
    float: left;
    width: 100%;
}

.preview-ins {
    background-color: rgb(24, 27, 30);
    margin: 10px 5px 0 5px;
    overflow: hidden;
    position: relative;
}

.preview-ins a {
    display: block;
}

.preview-ins a img {
    width: 100%;
    height: auto;
    min-height: 80px;
    max-height: 225px;
}

.preview-ins a:hover img {
    opacity: 0.9;
}

.preview-ins .name {
    height: 45px;
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
    padding: 0 10px;
}

.preview-ins .info {
    background-color: rgba(4, 7, 10, 0.7);
    color: rgb(204, 207, 210);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 66px;
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    font-size: 11px;
}

.preview-ins .info ul {
    overflow: hidden;
    padding: 0 10px;
}

.preview-ins .info li {
    float: left;
    margin-right: 5px;
}

.preview-ins .info li.tube {
    float: right;
    margin-right: 0;
}

.preview-ins .info li.tube a,
.preview-ins .info li.model a {
    text-decoration: underline;
}

.preview-ins .info li.tube a:hover,
.preview-ins .info li.model a:hover {
    background: none;
    text-decoration: none;
}

.preview-ins .time {
    background-color: rgba(4, 7, 10, 0.7);
    color: rgb(204, 207, 210);
    top: 0;
    right: 0;
    position: absolute;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
}

.preview-ins .views {
    background-color: rgba(4, 7, 10, 0.7);
    color: rgb(204, 207, 210);
    top: 0;
    left: 0;
    position: absolute;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
}

.preview-ins .tags {
    border-top: 1px solid rgb(64, 67, 70);
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
}

.preview-ins .tags li {
    float: left;
    margin-right: 5px;
}

.preview-ins .tags li span,
.preview-ins .tags li a {
    display: block;
    font-size: 12px;
}

.preview-ins .tags li i {
    color: #ef9d0f;
}

.preview-ins .name-cat {
    font-size: 16px;
}

.preview-ins .total {
    background-color: rgba(4, 7, 10, 0.7);
    color: rgb(204, 207, 210);
    bottom: 45px;
    left: 0;
    position: absolute;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
}

.bottomnavi {
    overflow: hidden;
    padding: 0 5px 10px 5px;
}

.pages {
    overflow: hidden;
    float: left;
    text-align: center;
}

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

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

.pages li a,
.pages li span {
    background-color: rgb(64, 67, 70);
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    min-width: 22px;
    border-radius: 3px;
    padding: 0 5px;
    display: block;
}

.pages li a:hover,
.pages li.active a,
.pages li a.active {
    background-color: #ef9d0f;
    color: rgb(255, 255, 255);
}

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

.ave {
    background-color: rgb(64, 67, 70);
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 250px;
    margin: 10px 5px 0 5px;
    position: relative;
    overflow: hidden;
}

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

.catlist {
    overflow: hidden;
    padding: 8px 9px 10px 9px;
}

.catlist li {
    width: 50%;
    float: left;
}

.catlist li a {
    background-color: rgb(24, 27, 30);
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    display: block;
    margin: 2px 1px 0 1px;
    padding: 0 10px;
}

.catlist li a span {
    color: rgb(164, 167, 170);
}

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

.catlist li a:hover,
.catlist li.all a {
    background-color: #ef9d0f;
    color: rgb(255, 255, 255);
}

.catlist li a:hover i,
.catlist li.all a i {
    color: rgb(4, 7, 10);
}

.catlist li a:hover span {
    color: rgb(255, 255, 255);
}

.toplist {
    background-color: rgb(24, 27, 30);
    margin: 10px;
    padding: 8px 9px 10px 9px;
    overflow: hidden;
}

.toplist ul {
    float: left;
    width: 50%;
}

.toplist li a {
    background-color: rgb(44, 47, 50);
    color: #ef9d0f;
    display: block;
    padding: 0 10px;
    margin: 2px 1px 0 1px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
}

.toplist li a i {
    color: rgb(244, 247, 255);
}

.toplist li a:hover {
    background-color: rgb(14, 17, 20);
    color: rgb(244, 247, 255);
}

.toplist li a:hover i {
    color: #ef9d0f;
}

.desc {
    overflow: hidden;
    padding: 10px;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
}

.video-obol {
    margin: 0 5px;
    overflow: hidden;
    padding-bottom: 10px;
}

.video-cl {
    padding-top: 0;
}

.vid-obol {
    background-color: rgb(0, 0, 0);
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.vid-obol iframe,
.vid-obol object,
.vid-obol embed,
.vid-obol video,
.vid-obol source {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.on-player-pl {
    display: none;
    background-color: rgba(5, 5, 5, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

.on-player {
    background-color: rgb(5, 5, 5);
    box-shadow: 0 0 15px rgb(0, 0, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 332px;
    z-index: 5500;
    margin: -166px 0 0 -160px;
}

.on-pl-top {
    overflow: hidden;
    border-bottom: 1px solid rgb(45, 45, 45);
    padding-left: 10px;
}

.on-pl-top .name {
    color: rgb(245, 245, 245);
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.close {
    background-color: rgb(25, 25, 25);
    color: rgb(255, 255, 255);
    float: right;
    font-family: Arial, sans-serif;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
}

.close:hover {
    background-color: #ef9d0f;
    color: rgb(255, 255, 255);
}

.on-pl-spts {
    overflow: hidden;
    padding: 10px;
}

.on-player-sp {
    background-color: rgb(45, 45, 45);
    width: 300px;
    height: 250px;
}

.bot-close {
    border-top: 1px solid rgb(45, 45, 45);
    background-color: rgb(25, 25, 25);
    color: rgb(255, 255, 255);
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    cursor: pointer;
}

.bot-close:hover {
    background-color: #ef9d0f;
    color: rgb(255, 255, 255);
}

.video-cl .info {
    background-color: rgb(24, 27, 30);
    padding-bottom: 15px;
    overflow: hidden;
}

.video-cl .info h1 {
    margin: 10px 15px 0 15px;
}

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

.video-cl .info li {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.video-cl .info li a {
    text-decoration: underline;
}

.video-cl .info li a:hover {
    text-decoration: none;
}

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

.video-cl .info .links li {
    margin: 5px 10px 0 0;
}

.video-cl .info .desc {
    margin: 5px 10px 0 10px;
}

.vid-ave-pl {
    text-align: center;
    overflow: hidden;
    font-size: 0;
    padding-top: 10px;
}

.vid-ave {
    background-color: rgb(230, 230, 230);
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0 5px;
    width: 300px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

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

.foot {
    margin-top: 20px;
    background-color: rgb(24, 27, 30);
    border-top: 2px solid rgb(64, 67, 70);
    padding: 20px 5px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}

.foot span {
    color: rgb(244, 247, 255);
}

.foot a {
    text-decoration: underline;
}

.foot a:hover {
    text-decoration: none;
}

.top-button {
    background-color: #ef9d0f;
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 3px;
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
    z-index: 19000;
}

.top-button:hover {
    background-color: #ef9d0f;
}

@media all and (min-width:410px) {
    .preview {
        width: 50%;
    }
      h1 {
        font-size: 21px;
    }
}

@media all and (min-width:600px) {
    .catlist li {
        width: 33.3333%;
    }
    .thprev {
        width: 33.3333%;
    }
    .toplist ul {
        width: 33.3333%;
    }
      h1 {
        font-size: 20px;
    }
}

@media all and (min-width:640px) {
    .ave-2,
    .vid-ave-2 {
        display: inline-block;
    }
      h1 {
        font-size: 20px;
    }
}

@media all and (min-width:840px) {
    .wrapper,
    .top {
        width: 820px;
    }
    .head .wrapper {
        width: auto;
    }
    .head {
        padding: 0;
    }
    h1 {
        line-height: 40px;
    }
    h2 {
        margin: 30px 5px 0 5px;
    }
    .sort {
        float: right;
    }
    .sort ul {
        margin: 13px 5px 0 15px;
    }
    .topbar {
        padding: 0;
    }
    .previews-pl {
        padding: 0 0 10px 0;
    }
    .preview {
        width: 410px;
    }
    .preview-ins a img {
        width: 400px;
        min-height: 225px;
        max-height: 225px;
    }
    .preview-ins .info {
        font-size: 13px;
        height: 30px;
        line-height: 30px;
    }
    .preview-ins .info li {
        margin-right: 15px;
    }
    .preview-ins .info li span.views {
        display: inline;
    }
    .preview-ins .info li span.hd {
        margin: 7px 0;
    }
    .preview-ins .name {
        font-size: 16px;
    }
    .preview-ins .name-cat {
        font-size: 18px;
    }
    .bottomnavi {
        padding: 0 0 10px 0;
    }
    .pages ul {
        margin: 13px 5px 0 5px;
    }
    .bottomnavi .sort {
        float: left;
    }
    .catlist {
        padding: 8px 4px 10px 4px;
    }
    .catlist li a {
        height: 40px;
        line-height: 40px;
    }
    .thtoplist,
    .toplist {
        margin: 10px 5px;
    }
    .desc {
        padding: 10px 5px;
    }
    .on-player-pl {
        display: block;
    }
}

@media all and (min-width:1250px) {
    .wrapper,
    .head .wrapper {
        width: 1230px;
    }
    .top {
        width: auto;
        margin: 0;
        float: left;
    }
    .logo {
        float: none;
        margin-top: 10px;
    }
    .logo a {
        height: 40px;
        line-height: 40px;
        font-size: 40px;
    }
    .buttons {
        display: none;
    }
    .buttons-left {
        display: block;
        margin-top: 10px;
    }
    .menu,
    .search {
        display: block !important;
        border-top: 0 none;
    }
    .menu {
        float: left;
    }
    .search {
        float: left;
        width: 350px;
        margin-left: 20px;
    }
    .search form {
        max-width: 100%;
    }
    .menu li a {
        min-width: 60px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 24px;
    }
    .left-menu {
        top: 62px;
    }
    .left-menu a {
        font-size: 18px;
    }
    .sort ul {
        margin-top: 13px;
    }
    .pages ul {
        margin: 13px 5px 0 5px;
    }
    .video-cl .info li.tube {
        float: right;
        margin-right: 0;
    }
    .ave-3 {
        display: inline-block;
    }
    .video-tab {
        display: table;
        width: 100%;
    }
    .video-cl,
    .vid-ave-pl {
        display: table-cell;
        vertical-align: top;
    }
    .vid-ave-pl {
        width: 310px;
        padding-top: 0;
    }
    .vid-obol {
        padding-bottom: 0;
        height: 510px;
    }
    .vid-ave {
        margin: 10px 0 0 10px;
    }
}

@media all and (min-width:1500px) {
    .wrapper,
    .head .wrapper {
        width: 100%;
    }
    .menu {
        padding-right: 10px;
    }
    .buttons-left {
        display: none;
    }
    .content-tab {
        display: table;
        width: 100%;
    }
    .left-menu,
    .content {
        display: table-cell !important;
        vertical-align: top;
        position: static;
    }
    .content-block {
        width: 1230px;
        margin: 0 auto;
        overflow: hidden;
    }
    .search {
        width: 640px;
    }
    .ave {
        margin: 2px 1px 0 1px;
    }
    .ave-4 {
        display: inline-block;
    }
    .video-cl .info li {
        float: left;
    }
    .bottomnavi .sort {
        float: right;
    }
    .catlist li {
        width: 16.6666%;
    }
    .thprev {
        width: 16.6666%;
    }
    .toplist ul {
        width: 16.6666%;
    }
}

@media all and (min-width:1910px) {
    .content-block {
        width: 1640px;
    }
    .video-obol {
        width: 1230px;
        margin: 0 auto;
    }
}

.show-more {
    margin: 5px 3px 10px 3px;
}

.show-more a {
    background-color: rgb(24, 27, 30);
    color: #fff;
    border-radius: 6px;
    display: block;
    padding: 18px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.show-more a:hover {
    background-color: #ef9d0f;
    color: #fff;
}


.prefix-player-btns {
    margin-left: auto
}

.prefix-player-btns .g_hidden {
    display: none;
    margin: 5px 0 0 10px;
}

.prefix-player-btns a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .36px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgb(64, 67, 70);
    padding: 5px 12px 5px 35px;
    margin-left: 7px;
    margin-bottom: 5px;
    position: relative
}

.prefix-player-btns a.dislike,
.prefix-player-btns a.like,
.prefix-player-btns a.report {
    background-color: #709e00;
border-radius: 8px;
}

.prefix-player-btns a.dislike:before,
.prefix-player-btns a.like:before,
.prefix-player-btns a.report:before {
    position: absolute;
    font-family: custom;
    color: #fff;
    font-size: 20px;
    content: '\0043';
    left: 9px;
    top: 3px
}

.prefix-player-btns a.dislike {
    background-color: #f8082f;
border-radius: 8px;
}

.prefix-player-btns a.dislike:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.prefix-player-btns a.report {
    background-color: rgb(64, 67, 70)
}

.prefix-player-btns a.report:before {
    content: '\0046'
}

.prefix-player-btns a.comments {
    padding-left: 12px
}

.prefix-player-btns a:hover {
    opacity: .8
}


@media screen and (max-width:1280px) {

    .prefix-player-btns {
        margin-left: 0
    }
}

.prefix-player-comments {
    background-color: rgb(24, 27, 30);
    padding: 15px;
    margin-top: 5px;
    font-size: 0
}

.prefix-player-comments-title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .48px;
    margin: 0;
    position: relative;
    padding-left: 30px
}

.prefix-player-comments-title:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: custom;
    content: '\0042'
}

.prefix-player-comments-list {
    border-top: 1px dotted #2c2c2c;
    margin-top: 10px
}

.prefix-player-comments-list li {
    border-bottom: 1px dotted #2c2c2c
}

.prefix-player-comments-list li p {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px
}

.prefix-player-comments-form {
    width: 100%;
    max-width: 600px;
    margin-top: 10px
}

.prefix-player-comments-form textarea {
    color: #000;
    width: 100%;
    min-height: 175px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .28px;
    padding: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none
}

.prefix-player-comments-form textarea:focus {
    outline: 0
}

.prefix-player-comments-form button {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 23px;
    letter-spacing: .32px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #ef9d0f;
    border: none;
    margin-top: 10px
}

.prefix-player-comments-form button:hover {
    opacity: .8
}

.prefix-player-comments-form button:focus {
    outline: 0
}

.prefix-player-captcha {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.prefix-player-captcha img {
    margin-right: 10px
}

.prefix-player-captcha input {
    height: 38px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #828282;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    letter-spacing: .28px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none
}

.prefix-player-captcha input:focus {
    outline: 0
}

#ac_block_success,
#c_block_failure {
    margin: 10px 0 0 10px;
}
#ac_block_success.g_hidden,
#ac_block_failure.g_hidden {
    display: none;
}

#ac_block {
    display: block !important;
}


.preview-progress {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: rgb(41, 123, 185);
    -webkit-transition: width 1.2s;
    -o-transition: width 1.2s;
    transition: width 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: width;
}

.preview-progress.is-full {
    width: 100%;
}

.mobile_preview {
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 5px;
    bottom: 50px;
    border-radius: 50%;
    padding: 15px;
}

.mobile_preview svg:not(:root) {
    overflow: visible;
}

.mobile_preview .svg-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile_preview {
    display: none;
}

.preview_holder video {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #000;
}

@media screen and (max-width:992px) {
    .mobile_preview {
        display: inline-block !important;
    }
}


#@media screen and (max-width:430px) {
#
#    .mobile_preview {
#            top: 50px;
#    }
#}

@media screen and (max-width:992px) {
    .mobile_preview {
        display: inline-block !important;
    }
}