[class^="icon-"], [class*=" icon-"] {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/*#scroll {*/
/*    position: fixed;*/
/*    right: 10px;*/
/*    bottom: 10px;*/
/*    cursor: pointer;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background-color: #3498db;*/
/*    text-indent: -9999px;*/
/*    display: none;*/
/*    -webkit-border-radius: 60px;*/
/*    -moz-border-radius: 60px;*/
/*    border-radius: 60px*/
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.soft-left {
    position: absolute;
    left: -68px;
    top: 0;
}

.soft-left .image-wrapper {
    background: 0 0;
    border-radius: 2px;
    height: 64px;
    width: 64px;
    max-height: 64px;
    max-width: 64px;
    position: relative;
    top: 3px;
}

.soft-left .image-wrapper .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.imgfull {
    width: 100% !important;
}

#content-detail img {
    width: 100% !important;
}

.sidenav-link [class^="ion-"]::before, .nav-link > [class^="ion-"]::before, .sidenav-link [class*=" ion-"]::before, .nav-link > [class*=" ion-"]::before {
    vertical-align: top;
}

.language .dropdown-menu {
    min-width: 1rem;
}

#top-content {
    padding-top: 115px;
    background-image: url(/transfer/img/top-bg.png);
    background-repeat: repeat;
    background-size: 15px 15px;
    z-index: -10;
}

.animation {
    position: relative;
    display: inline-block;
    margin-top: 18px;
    transition: all 0.3s ease 0.0s;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.animation img {
    vertical-align: middle;
    border-style: none;
    max-width: 609px;
    width: 100%;
}

.animation #hand-animation {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -13%;
    width: 26% !important;
    height: inherit !important;
}

.circle_ok {
    display: inline-block;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    margin: 0;
    background: radial-gradient(rgba(0, 128, 0, 0.9), rgb(255, 255, 255));
}

.circle_error {
    display: inline-block;
    background: radial-gradient(rgba(255, 0, 0, 0.9), rgb(255, 255, 255));
    border-radius: 50%;
    height: 13px;
    width: 13px;
    margin: 0;
}

.loader {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

#app {
    min-height: 800px;
}

.navbar,.text-reset,.title-wrap{
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}

h4 {
    font-family: 'Teko', Montserrat, Helvetica, Arial, sans-serif !important;

}

h5 {
    font-family: 'Patua One', Montserrat, Helvetica, Arial, sans-serif !important;

}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1025px) {
    .player_wrap {
        min-height: 556px
    }
}

@media (min-width: 320px) and (max-width: 1024px) {
    .player_wrap {
        min-height: 180px
    }

    .filter-btn {
        display: block;
        margin: 3px auto;
    }
}

.cover-wrap {
    position: relative;
}

.duration {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width:60px;
}
.vquality {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: inline-block;
    width:60px;
}

.pvid {
    position: absolute;
    right: 0;
    bottom: 19px;
    display: inline-block;
    width:60px;
}

.player-minimize .player-position {
    background-color: white;
    border-radius: 2px;
    bottom: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    right: 20px;
    padding: 7px;
    position: fixed;
    width: 300px;
    z-index: 1;
}

.videopv, .thumb-block .thumb .videopv a {
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.videopv, .thumb-block .thumb .videopv video {
    border: 0;
    width: 100%;
    height: 100%;
}

.videopv video {
    object-fit: fill;
}

.cover-wrap {
    min-height: 200px;
}

.cover-wrap-small {
    min-height: 145px;
}

.title-img {
    max-height: 201px;
}

.title-wrap {
    margin-top: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    min-height: 70px;
}

.tooltip_content {
    display: none;
}

.actor_preview {
    width: 150px;
}
