﻿/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
.none{display:none;}
.banner-gg img{height:60px;width:960px;}
.fluid_initial_play{background-color:#fdcc2f !important;}
.nav-user .dropdown-container li{padding:5px 5px;}
.plyr--full-ui input[type=range]{color:#fdcc2f !important;}
.plyr__loading-progress,.plyr__control--overlaid{background:#fdcc2f !important;}
* {
    outline: 0
}

body {
    background: #0e0e0e url(../images/bgd.png);
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #898989;
    overflow-x: hidden
}

.clearfix:after, .container:after, .thumbs:after, .title:after {
    content: "";
    display: table;
    clear: both
}

.clear, .clearm {
    clear: both
}

.clearm {
    display: none
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

a:hover {
    color: #ffe56d
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none
}

h1, h2, h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 32px
}

.error404 {
    padding: 60px 0 120px;
    font-size: 120px;
    font-weight: 700;
    color: #ddd;
    text-align: center
}

.errordeleted {
    padding: 20px 0;
    font-size: 30px;
    font-weight: 700;
    color: #fdcc2f;
    text-align: center
}

.errorreturn {
    padding: 0 0 100px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.wrapper {
    position: relative;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
	min-height:650px;
}

.wrapper-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, .5);
    z-index: 50
}

.title h1, .title h2, .title h3 {
    float: left
}

.vd-quality {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #fdcc2f;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    margin-left: 4px;
    margin-bottom: 2px;
    padding: 2px 3px 1px;
    vertical-align: text-bottom
}

.input-container {
    margin: 0 0 10px
}

.input-container label {
    margin: 0 0 4px;
    display: block
}

.input-text {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    background: #eee;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.input-text:focus {
    opacity: .9;
    border-color: #c8c8c8
}

textarea.input-text {
    height: 124px;
    padding: 5px 10px 52px;
    resize: none
}

.btn-default {
	margin-top:2px;
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 2px;
    background: #4baf4a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer
}

.btn-default:hover {
    border-color: #fd532f;
    background-color: #fd532f;
    color: #fff
}

.btn-default.active {
    border-color: #fd532f;
    background-color: #fd532f;
    color: #fff
}

.btn-primary {
	margin-top:2px;	
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    display: inline-block;
    border: 0;
    border-radius: 2px;
    background: #fdcc2f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #000;
    text-align: center;
    line-height: 30px;
    cursor: pointer
}

.btn-primary:hover {
    opacity: .9;
    color: #000
}
.btn-download {
	margin-top:2px;
    display: inline-block;
    line-height: 1;
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #fdcc2f;
    border-radius: 2px;
    color: #000;
    background: #fdcc2f;
    height: 36px;	
}

.btn-download:hover {
    opacity: .9;
    color: #fff
}
.button-container button {
    float: right
}

.button-container span {
    display: inline-block;
    float: left;
    line-height: 32px
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.header {
    padding: 10px 0;
    background: #2c2e2f;
    border-bottom: 1px solid #0a0a0a
}

.nav-toggle, .search-toggle {
    display: none
}

.nav-toggle.toggled, .search-toggle.toggled {
    color: #fdcc2f
}

.logo {
    float: left;
    width: 170px;
    white-space: nowrap
}

.logo a {
    display: block;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    color: #fff
}

.logo a:hover {
    color: #fff;
    opacity: .9
}

.logo-icon {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    display: block;
    float: left;
    background: #fdcc2f;
    border-radius: 2px;
    font-size: 24px;
    text-align: center;
    line-height: 40px
}

.logo-text {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fdcc2f;
    line-height: 22px;
    display: block
}

.logo h1 {
    margin: 0;
    font-size: 18px;
    line-height: 20px
}

.logo small {
    font-size: 14px;
    color: #fff
}

.btn-upload {
    height: 40px;
    margin: 0 0 0 10px;
    padding: 0 20px 0 17px;
    display: block;
    float: right;
    background: #fdcc2f;
    border-radius: 2px;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.btn-upload:hover {
    color: #000;
    opacity: .9
}

.search {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 40px;
	margin-top: 10px;
    float: right
}

.input-search {
    width: 100%;
    height: 40px;
    padding: 0 60px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    background: #eee;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.input-search:focus {
    opacity: .9;
    border-color: #c8c8c8
}

.btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 2px;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.btn-search:hover {
    opacity: .5
}

.nav {
    padding: 15px 0;
    background: #000;
    box-shadow: 0 -2px 0 #191919;
    text-transform: uppercase
}

.nav li {
    display: inline-block
}

.nav-main {
    float: left
}

.nav-main .active {
    color: #fdcc2f
}

.nav-main li {
    margin: 0 0px 0 0
}

.nav-main li.dropdown {
    margin-right: 5px
}

.nav-user {
    float: right
}

.nav-user li {
    margin: 0 0 0 10px
}

.dropdown {
    position: relative
}

.dropdown-container {
    position: absolute;
    padding: 3px 0;
    display: none;
    background: #333;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .5);
    text-transform: none;
    z-index: 2
}

.dropdown-container li {
    margin: 0;
    display: block;
    white-space: nowrap
}

.dropdown-container li a {
    padding: 3px 10px;
    display: block
}

.dropdown-container li.sep {
    margin: 3px 0;
    border-top: 1px solid #000
}

.dropdown > a.active, .dropdown > a.active > i {
    color: #fdcc2f
}

.nav-main .dropdown-container {
    margin: 10px 0 0 -10px
}

.sidebar-nav {
    position: fixed;
    top: 0;
    left: -280px;
    bottom: 0;
    width: 280px;
    padding: 0 10px;
    background: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
    z-index: 50
}

.sidebar-nav-title {
    border-bottom: 1px solid #000
}

.sidebar-nav-title h3 {
    float: left;
    line-height: 40px
}

.sidebar-nav-close {
    margin: 10px 0;
    float: right;
    font-size: 24px;
    line-height: 40px
}

.sidebar-nav ul {
    width: 100%;
    float: none
}

.sidebar-nav li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #000;
    line-height: 40px
}

.sidebar-nav li a {
    display: block
}

.sidebar-nav .dropdown {
    margin: 0 !important
}

.sidebar-nav .dropdown-container {
    position: static;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.sidebar-nav .dropdown-container li {
    border-top: 1px solid #999;
    border-bottom: 0
}

.sidebar-nav .dropdown-container li.sep {
    display: none
}

.sidebar-nav .dropdown-container li a {
    padding: 0;
    color: #999
}

.sidebar-nav .dropdown-container li a:hover {
    color: #fdcc2f
}

.sidebar-nav .btn-upload {
    margin: 10px 0 0;
    float: none
}

.sort {
    margin: 10px auto;
    float: right
}

.sort li {
    display: inline-block
}

.thumbs {
    margin: 0 -7px
}

.th {
    position: relative;
    width: 18.85%;
    width: calc(25% - 14px);
    margin: 0 7px 14px;
    float: left;
    background: #191919
}

.th-image {
    position: relative;
    width: 100%;
    margin: 0 0 4px;
    padding: 56.25% 0 0;
    overflow: hidden;
    border-radius: 2px;
    background: #191919
}

.th-image a:hover {
    color: #898989
}

.th-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    background: #191919
}

/*.th-rating, */.th-hd, .th-duration, .th-views, .th-videos {
    position: absolute;
    height: 20px;
    padding: 0 5px;
    display: inline-block;
    background: rgba(0, 0, 0, .6);
    border-radius: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 13px;
    color: #fff;
    line-height: 20px
}

.th-rating {
    top: 2px;
    left: 2px
}

.th-rating-up i {
    color: #27bc23
}

.th-rating-down i {
    color: #bc2323
}

.th-hd {
    top: 2px;
    right: 2px;
    background: #fdcc2f;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 13px
}

.th-duration {
    bottom: 2px;
    left: 2px
}

.th-views {
    right: 2px;
    bottom: 2px
}

.th-videos {
    top: 2px;
    right: 2px
}

.th:hover .th-rating, .th:hover .th-duration {
    left: -100px
}

.th:hover .th-hd, .th:hover .th-views {
    right: -100px
}

.th-description, .th-tags, .th-title {
    width: 100%;
    height: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    line-height: 18px
}

.th:hover .th-description {
    color: #898989
}

.th-title {
    font-weight: 700;
    text-align: center
}

.th:hover .th-title {
    color: #898989
}

.th-tags {
    color: #fdcc2f
}

.th-tags a {
    color: #fdcc2f;
    text-decoration: underline
}

.th-tags a:hover {
    text-decoration: none
}

.paginator {
    margin: 10px 0 0;
    text-align: center
}

.paginator li {
    margin: 0 0 5px;
    display: inline-block
}

.paginator .btn-default {
    min-width: 42px;
    height: 42px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 2px;
    background: #3d3d3d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

.paginator .btn-default.active {
    border-color: #fdcc2f;
    background-color: #fdcc2f;
    color: #000
}

.more {
    margin: 6px 0 0;
    text-align: center
}

.more a {
    min-width: 300px
}

.popular-searches {
    margin: 0 0 20px
}

.popular-searches li {
    margin: 0 0 4px;
    display: inline-block;
    vertical-align: top
}

.s1 {
    font-size: 11px
}

.s2 {
    font-size: 14px
}

.s3 {
    font-size: 16px
}

.s4 {
    font-size: 18px
}

.s5 {
    font-size: 18px;
    font-weight: 700
}

.categories {
    margin: 0 0 40px;
    font-size: 13px;
    -webkit-column-count: 6;
    -moz-column-count: 6;
    -o-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    -o-column-gap: 2%;
    column-gap: 2%
}

.categories li {
    border-bottom: 1px solid #d8d8d8
}

.categories .categories-letter {
    padding: 5px 0;
    color: #fdcc2f
}

.categories a {
    padding: 5px 0;
    display: block
}

.categories span {
    float: right;
    color: #999;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.categories a:hover span {
    color: #fdcc2f
}

.popular-tags {
    margin: 10px 0 0;
    padding: 6px 10px;
    background: #fff;
    border-radius: 2px;
    color: #999
}

.popular-tags strong {
    padding: 0 10px 0 0;
    color: #898989
}

.popular-tags a {
    color: #fdcc2f
}

.popular-tags a:hover {
    color: #898989
}

.model-container {
    margin: 0 0 14px
}

.model-image {
    width: 240px;
    margin: 0 14px 0 0;
    float: left
}

.model-image img {
    width: 100%;
    min-height: 135px;
    display: block;
    border-radius: 2px;
    background: #ddd
}

.model-image .content-rating {
    margin: 14px 0 0
}

.model-info {
    min-height: 181px;
    padding: 10px 14px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.model-info ul li {
    width: 33.33%;
    float: left
}

.model-info strong {
    color: #898989
}

.model-info p {
    margin: 10px 0 0
}

.model-channels strong {
    padding: 0 10px 0 0
}

.model-channels a {
    color: #fdcc2f
}

.model-channels a:hover {
    color: #898989
}

.content-rating {
    position: relative;
    max-width: 240px;
    /*height: 30px*/
}

.content-rate {
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 18px;
    line-height: 28px
}

.content-rate-up, .content-rate-up:hover {
    margin-right: 10px;
    float: left
}

.content-rate-down, .content-rate-down:hover {
    margin-left: 10px;
    float: right
}

.content-rate-up:hover {
    border-color: #27bc23;
    color: #27bc23
}

.content-rate-down:hover {
    border-color: #bc2323;
    color: #bc2323
}

.content-rate-stats {
    padding: 2px 0 0;
    font-size: 16px;
    text-align: center
}

.content-rate-stats strong {
    display: inline-block;
    color: #898989
}

.content-rate-line {
    height: 3px;
    margin: 8px 40px 0;
    background: #bc2323
}

.content-rate-line span {
    height: 3px;
    display: block;
    background: #27bc23
}

.video-container {
    width: calc(100% - 314px);
    float: left
}

.player-container {
    position: relative;
    padding: 56.25% 0 0;
    background: #000
}

.player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#LetMeJerkVideoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px
}

.tmp-player {
    width: 100%;
    height: 100%;
    display: block
}

.video-info p {
    margin: 10px 0 0;
    color: #898989
}

.video-info p strong {
    padding: 0 10px 0 0;
    font-weight: 400
}

.video-info p a {
    color: #fdcc2f
}

.video-info p a:hover {
    color: #898989
}

.video-actions {
    margin: 14px 0 0;
    padding: 0 0 14px;
    border-bottom: 1px solid #333;
    text-align: left
}

.video-actions .content-rating {
    width: 100%;
    max-width: 900px;
    float: left
}

.video-buttons {
    float: right
}

.video-info .video-stats {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    line-height: 32px
}

.video-stats span {
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    color: #898989
}

.comment {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d8d8d8
}

.comment-avatar {
    width: 64px;
    height: 64px;
    margin: 0 10px 0 0;
    float: left;
    background: #ddd;
    border-radius: 2px;
    font-size: 32px;
    color: #898989;
    text-align: center;
    line-height: 64px
}

.comment-body {
    overflow: hidden
}

.comment-body p {
    margin: 0;
    color: #898989
}

.comments-form {
    position: relative
}

.comments-form textarea {
    background: #191919;
    color: #fff;
    border-color: #191919
}

.comments-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 10px;
    padding: 10px 0;
    border-top: 1px dashed #1f1f1f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right
}

.comments-controls button {
    min-width: 100px;
    border: 0
}

.comments-chars {
    float: left;
    line-height: 32px;
    cursor: default
}

.comments-chars em {
    font-style: normal
}

.video-aside {
    width: 300px;
    float: right
}

.video-aside .block {
    width: 300px;
    height: 250px;
    display: inline-block;
    background-color: #000
}

.bottom-about {
    margin: 0 0 40px
}

.bottom-about p {
    margin: 10px 0 0;
    color: #898989
}

.bottom-blocks {
    width: 100%;
    height: 330px;
    margin: 0;
    background: #0a0a0a;
    border-top: 1px solid #0a0a0a;
    overflow: hidden;
    text-align: center
}

.bottom-blocks .block {
    width: 300px;
    height: 250px;
    margin: 40px auto;
    display: inline-block;
    overflow: hidden;
    background-color: #000
}

.bottom-blocks .block925 {
    width: 925px;
    height: 250px;
    margin: 40px auto;
    display: inline-block;
    overflow: hidden;
    background-color: #000
}

.footer {
    padding: 15px 0;
    background: #000;
    box-shadow: 0 -2px 0 #191919;
    text-align: center
}

.footer-nav {
    margin: 0 auto 10px
}

.footer-nav li {
    margin: 0 5px;
    display: inline-block
}

.footer p {
    margin: 0;
    color: #898989
}

.footer a {
    color: #898989
}

.goup {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    display: none;
    background: #fdcc2f;
    border-radius: 2px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    z-index: 3
}

.goup:hover {
    opacity: .9
}

.modal {
    position: relative;
    width: 100%;
    max-width: 360px;
    padding: 0 20px 20px;
    display: none;
    background: #333
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size: 18px;
    color: #fff;
    cursor: pointer
}

.modal-close:hover {
    color: #fdcc2f
}

.modal-form .input-container {
    margin: 0 0 20px
}

#lean-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    background: #000;
    z-index: 999
}

.cams-widget.underplayer .scrollable .item-container::-webkit-scrollbar {
    display: none;
/ / SafariandChrome
}

.socialShare {
    padding-top: 5px;
    padding-bottom: 5px
}

.fluid_initial_play_button {
    border-color: transparent transparent transparent #000 !important
}

.fluid_initial_pause_button {
    border: 9px solid #000 !important;
    border-top: 0 !important;
    border-bottom: 0 !important
}

.zoombutton.on, .zoombutton.on:hover, zoombutton.on, zoombutton.on:hover {
    border-color: #ffe56d;
    -moz-box-shadow: inset 0 0 10px #ffe56d;
    -webkit-box-shadow: inset 0 0 10px #ffe56d;
    box-shadow: inset 0 0 10px #ffe56d
}

.zoombutton, zoombutton {
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    color: #444;
    line-height: 21px;
    height: 22px;
    display: inline-block;
    margin: 5px;
    margin-left: 0;
    padding: 5px 6px 4px;
    background: #3d3d3d;
    border: 1px solid #3d3d3d;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s
}

zoombutton {
    height: 29px !important;
    cursor: pointer
}

.feedad {
    margin: 0 0 10px;
    text-align: center;
    padding: 5
}

.sidebar-thumb {
    display: block;
    margin-top: 10px
}

.tViews {
    font-size: 20px
}

.lmj-button {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    min-width: 45px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #ccc;
    color: #8c8c8c;
    text-align: center;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500
}

.lmj-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.lmj-button.large {
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    border-radius: 5px
}

.lmj-button:disabled, .lmj-button[data-disabled=true] {
    opacity: .75;
    cursor: not-allowed !important
}

.lmj-button:not(:disabled):hover, .lmj-button:not(:disabled).active {
    border-color: #d6d6d6;
    background: #d6d6d6;
    cursor: pointer
}

.lmj-button.gray {
    background-color: #dadada;
    border-color: #dadada;
    color: #303030
}

.lmj-button.gray:not(:disabled):hover {
    background-color: #ccc;
    border-color: #ccc
}

.lmj-button.gray :disabled {
    color: #a0a0a0 !important
}

.lmj-button.black {
    border-color: #303030;
    background: #303030;
    color: #fff
}

.lmj-button.black.active {
    border-color: #e34449 !important;
    background-color: #ea7074 !important
}

.lmj-button.gold {
    border-color: #fdcc2f;
    background: #fdcc2f;
    color: #000;
    margin-top: 25%
}

.lmj-button.gold:not(:disabled):hover, .lmj-button.gold:not(:disabled).active {
    border-color: #fbbf00;
    background-color: #fbbf00
}

.scrollable {
    width: 100%;
    overflow-x: scroll !important;
    white-space: nowrap !important;
    height: 90px
}

.cams-widget {
    position: relative;
    max-width: 950px
}

.cams-widget .title {
    color: #fff;
    font-size: 18px
}

.cams-widget .title span {
    color: #fdcc2f
}

.cams-widget a.button {
    float: right;
    border-radius: 15px;
    background-color: #fdcc2f;
    padding: 0 17px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: -5px;
    margin-right: 11px;
    height: 30px;
    line-height: 30px
}

.cams-widget a.button:after {
    content: url();
    margin-left: 10px;
    display: inline-block;
    max-width: 5px
}

.cams-widget a.button:hover {
    color: #fff !important
}

.cams-widget .item-container {
    width: 100%;
    margin-top: 14px;
    position: relative;
    overflow-y: hidden
}

.cams-widget .item-container:after {
    content: '';
    display: table;
    clear: both
}

.cams-widget .item-container .item {
    float: left;
    width: 242px;
    height: 168px;
    max-height: 168px;
    position: relative;
    margin-bottom: 20px
}

.cams-widget .item-container .item > span {
    background-image: url();
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    margin: -6px 0 0 -16px;
    left: 50%;
    top: 50%;
    position: absolute;
    width: 31px;
    z-index: 1;
    border-radius: 2px
}

.cams-widget .item-container .item:not(:last-child) {
    margin-right: 0
}

.cams-widget .item-container .item .img {
    width: 230px;
    height: 140px;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    z-index: 2;
    position: relative
}

.cams-widget .item-container .item .name {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1;
    color: #000 !important
}

.cams-widget .item-container .item .name .icon {
    display: inline-block;
    margin-left: -25px;
    background-image: url();
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    overflow-y: hidden
}

.cams-widget .item-container .item .name .iconMale, .cams-widget .item-container .item .name .iconTrans, .cams-widget .item-container .item .name .iconGays, .cams-widget .item-container .item .name .iconStraight {
    width: 19px;
    height: 16px
}

.cams-widget .item-container .item .name .iconCountry {
    background: 0 0
}

.cams-widget .item-container .item .name .iconCountry, .cams-widget .item-container .item .name .iconCountry img {
    width: 14px;
    height: 11px
}

.cams-widget .item-container .item .name .iconTrans {
    background-position: -150px -4px
}

.cams-widget .item-container .item .name .iconGays {
    background-position: -129px -4px
}

.cams-widget .item-container .item .name .iconStraight {
    background-position: -106px -4px
}

.cams-widget .item-container .item .name .iconMale {
    background-position: -203px -48px;
    height: 14px;
    width: 14px
}

.cams-widget .item-container .item .name .iconFemale {
    background-position: -204px -63px;
    height: 14px;
    width: 12px
}

.cams-widget .item-container .item .name .iconFemale2 {
    background-position: -172px -3px;
    height: 15px;
    width: 11px
}

.cams-widget .item-container .item .name .iconLesbi {
    background-position: -182px -110px;
    height: 14px;
    width: 17px
}

.cams-widget .item-container .item .name .iconTransC {
    background-position: -162px -111px;
    height: 14px;
    width: 17px
}

.cams-widget .item-container .item .name span {
    max-width: 100%;
    padding-right: 30px;
    overflow-y: hidden;
    display: inline-block;
    text-overflow: ellipsis
}

.cams-widget .item-container .item .live-badge {
    position: absolute;
    font-size: 12px;
    color: #000;
    line-height: 17px;
    background: #fdcc2f;
    top: 6px;
    left: 5px;
    padding: 0 5px;
    border-radius: 2px;
    z-index: 3;
    font-weight: 500;
    text-transform: uppercase
}

.cams-widget .item-container .item .live-badge:before {
    content: '';
    float: left;
    display: block;
    margin-top: 6px;
    margin-right: 5px;
    min-width: 5px;
    min-height: 5px;
    border-radius: 2.5px;
    background: #fff;
    -webkit-animation: fadeInLive 2s infinite;
    animation: fadeInLive 2s infinite
}

@-webkit-keyframes fadeInLive {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeInLive {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.cams-widget.mobile-bottom {
    max-width: 100%;
    margin-top: 0;
    padding: 10px 4px 0
}

.cams-widget.mobile-bottom .title {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    padding: 0 6px
}

.cams-widget.mobile-bottom a.button {
    position: absolute;
    float: none;
    top: 10px;
    right: 0;
    height: 25px;
    padding: 3px 13px;
    border-radius: 3px;
    line-height: 1.43;
    text-align: center
}

.cams-widget.mobile-bottom a.button:after {
    display: none
}

.cams-widget.mobile-bottom .item-container {
    margin: 0 auto
}

.cams-widget.underplayer {
    background-color: #191919
}

.cams-widget.underplayer .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    display: block;
    vertical-align: middle;
    text-align: center
}

.cams-widget.underplayer .scrollable {
    width: 100%;
    overflow-y: hidden;
    height: 90px
}

.cams-widget.underplayer .scrollable .item-container {
    margin-top: 0;
    height: 90px;
    width: 1098px;
    overflow-y: hidden;
    -ms-overflow-style: none;
/ / IE10 + overflow: -moz-scrollbars-none;
    white-space: nowrap;
    display: inline-block;
    letter-spacing: -2px
}

.cams-widget.underplayer .scrollable .item-container .item {
    letter-spacing: normal;
    display: inline-block;
    float: none;
    width: 120px;
    height: 90px;
    margin-bottom: 0
}

.cams-widget.underplayer .scrollable .item-container .item .img {
    width: 120px;
    height: 90px
}

.cams-widget.underplayer .scrollable .item-container .item .name {
    margin-top: -35px;
    padding-top: 15px;
    width: 100%;
    z-index: 2;
    position: absolute;
    color: #fff !important;
    font-size: 10px;
    padding-left: 5px;
    height: 35px;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .7))
}

.cams-widget.underplayer .scrollable .item-container .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 90px;
    z-index: 3
}

.cams-widget.underplayer .scrollable .item-container .item .wrapper {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 90px;
    z-index: 3;
    display: none;
    text-align: center
}

.cams-widget.underplayer .scrollable .item-container .item .wrapper .xh-button {
    border-radius: 5px;
    top: 30px;
    font-size: 11px;
    font-weight: 700;
    padding: 0 5px
}

.cams-widget.underplayer .scrollable .item-container .item:last-child .wrapper {
    display: block
}

@media (min-width: 1024px) {
    .cams-widget.mobile-bottom .item-container {
        width: 506px
    }
}

@media (min-width: 669px) and (max-width: 1024px) {
    .cams-widget.mobile-bottom .item-container {
        width: 50%
    }
}

.cams-widget.mobile-bottom .item-container .item {
    width: 50%;
    max-width: 320px;
    max-height: 240px;
    padding: 0 6px;
    margin-bottom: 10px
}

.cams-widget.mobile-bottom .item-container .item .img {
    width: 100%
}

.cams-widget.mobile-bottom .item-container .item .live-badge {
    left: 11px
}

.cams-widget.mobile-bottom .item-container .item .name {
    font-size: 12px;
    text-align: center
}

.headad {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px
}

.paginatorad {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
}

.nativeEX {
    padding-left: 0;
    padding-right: 0
}

.nativeEX #exoNativeWidget3240498.exo-native-widget {
    width: 100% !important;
    height: calc(216px + 0px + 0px) !important;
    max-width: inherit !important;
    background-color: inherit;
    box-sizing: border-box;
    clear: both;
    overflow: hidden
}

.nativeEX #exoNativeWidget3240498.exo-native-widget .exo-native-widget-item-container .exo-native-widget-item .exo-native-widget-item-image {
    overflow: hidden;
    max-height: 200px !important;
    min-height: 150px !important;
    max-width: inherit !important;
    height: inherit !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: auto;
    float: none;
    box-sizing: border-box
}

.nativeEX #exoNativeWidget3240498.exo-native-widget .exo-native-widget-item-container .exo-native-widget-item .exo-native-widget-item-content {
    max-width: inherit !important
}

.nativeEX #exoNativeWidget3240498.exo-native-widget .exo-native-widget-outer-container {
    width: 99.5% !important;
    margin-left: 3px !important
}

.exo-native-widget-item-text, .exo-native-widget-item-title {
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Helvetica, Arial, sans-serif !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.exo-native-widget-item-title {
    text-shadow: 0 0 transparent
}

.exo-native-widget-item-text {
    border: 0 transparent
}

@media (max-width: 450px) {
    .nativeEX #exoNativeWidget3240498.exo-native-widget .exo-native-widget-item-container {
        clear: none !important;
        width: 100% !important;
        max-width: 47.9% !important;
        margin-left: 0 !important
    }

    .nativeEX #exoNativeWidget3240498.exo-native-widget .exo-native-widget-outer-container {
        width: inherit !important;
        margin-left: 2px !important
    }
}

@media screen and (max-width: 767px) {
    .header {
        border-bottom: 2px solid #191919
    }

    .nativeEX #exoNativeWidget3240498.exo-native-widget .exo-native-widget-item-container {
        width: calc(33.33% - 10px) !important
    }

    .nativeEX #exoNativeWidget3240498.exo-native-widget .exo-native-widget-outer-container {
        width: calc(100% + 8px) !important
    }
}

@media screen and (max-width: 560px) {
    .nativeEX #exoNativeWidget3240498.exo-native-widget .exo-native-widget-item-container {
        width: calc(50.5% - 15px) !important
    }
}

.nativeEX #exoNativeWidget3240592.exo-native-widget {
    width: 100% !important;
    height: calc(216px + 0px + 0px) !important;
    max-width: inherit !important;
    background-color: inherit;
    box-sizing: border-box;
    clear: both;
    overflow: hidden
}

.nativeEX #exoNativeWidget3240592.exo-native-widget .exo-native-widget-item-container .exo-native-widget-item .exo-native-widget-item-image {
    overflow: hidden;
    max-height: 200px !important;
    min-height: 150px !important;
    max-width: inherit !important;
    height: inherit !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: auto;
    float: none;
    box-sizing: border-box
}

.nativeEX #exoNativeWidget3240592.exo-native-widget .exo-native-widget-item-container .exo-native-widget-item .exo-native-widget-item-content {
    max-width: inherit !important
}

.nativeEX #exoNativeWidget3240592.exo-native-widget .exo-native-widget-outer-container {
    width: 99.5% !important;
    margin-left: 3px !important
}

.exo-native-widget-item-text, .exo-native-widget-item-title {
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Helvetica, Arial, sans-serif !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.exo-native-widget-item-title {
    text-shadow: 0 0 transparent
}

.exo-native-widget-item-text {
    border: 0 transparent
}

@media (max-width: 450px) {
    .nativeEX #exoNativeWidget3240592.exo-native-widget .exo-native-widget-item-container {
        clear: none !important;
        width: 100% !important;
        max-width: 47.9% !important;
        margin-left: 0 !important
    }

    .nativeEX #exoNativeWidget3240592.exo-native-widget .exo-native-widget-outer-container {
        width: inherit !important;
        margin-left: 2px !important
    }
}

@media screen and (max-width: 767px) {
    .header {
        border-bottom: 2px solid #191919
    }

    .nativeEX #exoNativeWidget3240592.exo-native-widget .exo-native-widget-item-container {
        width: calc(33.33% - 10px) !important
    }

    .nativeEX #exoNativeWidget3240592.exo-native-widget .exo-native-widget-outer-container {
        width: calc(100% + 8px) !important
    }
.player-container {
    position: relative;
    padding: 76.25% 0 0;
    background: #000
}	
}

@media screen and (max-width: 560px) {
    .nativeEX #exoNativeWidget3240592.exo-native-widget .exo-native-widget-item-container {
        width: calc(50.5% - 15px) !important
    }
}

.nativeEX #exoNativeWidget3240606.exo-native-widget {
    width: 100% !important;
    height: calc(216px + 0px + 0px) !important;
    max-width: inherit !important;
    background-color: inherit;
    box-sizing: border-box;
    clear: both;
    overflow: hidden
}

.nativeEX #exoNativeWidget3240606.exo-native-widget .exo-native-widget-item-container .exo-native-widget-item .exo-native-widget-item-image {
    overflow: hidden;
    max-height: 200px !important;
    min-height: 150px !important;
    max-width: inherit !important;
    height: inherit !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: auto;
    float: none;
    box-sizing: border-box
}

.nativeEX #exoNativeWidget3240606.exo-native-widget .exo-native-widget-item-container .exo-native-widget-item .exo-native-widget-item-content {
    max-width: inherit !important
}

.nativeEX #exoNativeWidget3240606.exo-native-widget .exo-native-widget-outer-container {
    width: 99.5% !important;
    margin-left: 3px !important
}

.exo-native-widget-item-text, .exo-native-widget-item-title {
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Helvetica, Arial, sans-serif !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.exo-native-widget-item-title {
    text-shadow: 0 0 transparent
}

.exo-native-widget-item-text {
    border: 0 transparent
}

@media (max-width: 450px) {
    .nativeEX #exoNativeWidget3240606.exo-native-widget .exo-native-widget-item-container {
        clear: none !important;
        width: 100% !important;
        max-width: 47.9% !important;
        margin-left: 0 !important
    }

    .nativeEX #exoNativeWidget3240606.exo-native-widget .exo-native-widget-outer-container {
        width: inherit !important;
        margin-left: 2px !important
    }
}

@media screen and (max-width: 767px) {
    .header {
        border-bottom: 2px solid #191919
    }

    .nativeEX #exoNativeWidget3240606.exo-native-widget .exo-native-widget-item-container {
        width: calc(33.33% - 10px) !important
    }

    .nativeEX #exoNativeWidget3240606.exo-native-widget .exo-native-widget-outer-container {
        width: calc(100% + 8px) !important
    }
}

@media screen and (max-width: 560px) {
    .nativeEX #exoNativeWidget3240606.exo-native-widget .exo-native-widget-item-container {
        width: calc(50.5% - 15px) !important
    }
}
@media screen and (max-width:1200px){.container{width:986px}.th{width:calc(25% - 10px);margin:0 5px 10px}.categories{-webkit-column-count:5;-moz-column-count:5;-o-column-count:5;column-count:5}.video-container{width:100%;float:none}.video-aside{width:100%;height:250px;margin:14px 0 0;float:none;overflow:hidden;text-align:center}}@media screen and (max-width:985px){.container{width:calc(100% - 10px)}.search{max-width:360px}.categories{-webkit-column-count:4;-moz-column-count:4;-o-column-count:4;column-count:4}.model-info{padding:0;background:0 0}.video-actions .content-rating{max-width:200px}}@media screen and (max-width:767px){.header .btn-upload,.search{display:none}.search{max-width:100%;margin-top:10px}.input-search{padding:0 50px 0 10px}.nav{display:none}.nav-toggle,.search-toggle{display:block;font-size:24px;line-height:40px}.nav-toggle{margin-right:10px;float:left}.search-toggle{float:right}.th{width:calc(33.33% - 10px)}.categories{-webkit-column-count:3;-moz-column-count:3;-o-column-count:3;column-count:3}.model-info{overflow:auto}.model-info ul li{width:50%;font-size:12px}.model-info ul li strong{font-weight:400}.video-actions{text-align:left}.video-actions .content-rating{max-width:100%;margin:0 0 14px;float:none}.video-actions .video-buttons{float:left}.video-actions .video-stats span{margin-right:0}.bottom-blocks{height:270px}.bottom-blocks .block{margin:10px auto}}@media screen and (max-width:560px){h1,h2,h3{font-size:16px;text-align:left;line-height:normal}.title h1,.title h2,.title h3{float:none}.sort{margin:10px auto;float:none;text-align:center}.th{width:calc(50% - 10px)}.categories{-webkit-column-count:2;-moz-column-count:2;-o-column-count:2;column-count:2}.popular-tags{display:none}.model-image{width:100%;margin:0 0 14px;float:none}.model-image .content-rating{max-width:100%}.comments-controls{text-align:center}.comments-chars{display:none}}@media screen and (max-width:480px){.categories{-webkit-column-count:1;-moz-column-count:1;-o-column-count:1;column-count:1}.video-actions .video-buttons span{display:none}}@media screen and (max-width:360px){.th{width:calc(100% - 10px)}.nativeEX #exoNativeWidget3240498.exo-native-widget .exo-native-widget-item-container{width:calc(100% - 18px)!important;max-width:inherit!important}.nativeEX #exoNativeWidget3240592.exo-native-widget .exo-native-widget-item-container{width:calc(100% - 18px)!important;max-width:inherit!important}.nativeEX #exoNativeWidget3240606.exo-native-widget .exo-native-widget-item-container{width:calc(100% - 18px)!important;max-width:inherit!important}.smallerSize{width:calc(50% - 10px)!important}}@media screen and (max-width:560px){.biggerSize{width:calc(100% - 10px)!important}}@media(min-width:561px) and (max-width:767px){.biggerSize{width:calc(50% - 10px)!important}}@media screen and (min-width:561px){.feedad{display:none}}
@font-face {
    font-family: icons;
    src: url(../fonts/icons.eot);
    src: url(../icons/icons.eot) format('embedded-opentype'), url(../fonts/icons1.woff2) format('woff2'), url(../fonts/icons2.woff) format('woff'), url(../fonts/icons2.ttf) format('truetype'), url(../fonts/icons3.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-cancel:before {
    content: '\e800'
}

.icon-flag:before {
    content: '\e801'
}

.icon-tag:before {
    content: '\e802'
}

.icon-search:before {
    content: '\e803'
}

.icon-calendar:before {
    content: '\e804'
}

.icon-videocam:before {
    content: '\e805'
}

.icon-heart:before {
    content: '\e806'
}

.icon-user:before {
    content: '\e807'
}

.icon-home:before {
    content: '\e808'
}

.icon-eye:before {
    content: '\e809'
}

.icon-clock:before {
    content: '\e80a'
}

.icon-download:before {
    content: '\e80b'
}

.icon-upload:before {
    content: '\e80c'
}

.icon-up-open:before {
    content: '\e80d'
}

.icon-menu:before {
    content: '\f0c9'
}

.icon-angle-double-left:before {
    content: '\f100'
}

.icon-angle-double-right:before {
    content: '\f101'
}

.icon-angle-left:before {
    content: '\f104'
}

.icon-angle-right:before {
    content: '\f105'
}

.icon-angle-down:before {
    content: '\f107'
}

.icon-thumbs-up-alt:before {
    content: '\f164'
}

.icon-thumbs-down-alt:before {
    content: '\f165'
}
/**
 * Minified by jsDelivr using clean-css v4.2.1.
 * Original file: /npm/toastify-js@1.6.1/src/toastify.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*!
 * Toastify js 1.6.1
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:0 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}@media only screen and (max-width:360px){.toastify-left,.toastify-right{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}
/*# sourceMappingURL=/sm/16e9409ca5101a5d2d7ec624f4c76d8de7d2d079a73765055c7dbd83d1b764bd.map */
@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes color {
    100%, 0% {
        stroke: #d62d20
    }

    40% {
        stroke: #0057e7
    }

    66% {
        stroke: #008744
    }

    80%, 90% {
        stroke: #ffa700
    }
}

@keyframes opa {
    12% {
        opacity: .8
    }

    19.5% {
        opacity: .88
    }

    37.2% {
        opacity: .64
    }

    40.5% {
        opacity: .52
    }

    52.7% {
        opacity: .69
    }

    60.2% {
        opacity: .6
    }

    66.6% {
        opacity: .52
    }

    70% {
        opacity: .63
    }

    79.9% {
        opacity: .6
    }

    84.2% {
        opacity: .75
    }

    91% {
        opacity: .87
    }
}

@keyframes rota {
    100% {
        transform: rotate(360deg)
    }
}


@keyframes fold-in {
    0% {
        transform: translate3d(0, 100%, 0)
    }

    50% {
        transform: translate3d(0, 50%, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fold-out {
    0% {
        transform: translate3d(0, 0, 0)
    }

    50% {
        transform: translate3d(0, 50%, 0)
    }

    100% {
        transform: translate3d(0, 100%, 0)
    }
}


@keyframes opacity2 {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8
    }
}

@-webkit-keyframes opacity2 {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8
    }
}

@-moz-keyframes opacity2 {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8
    }
}


@-moz-keyframes animate-bg {
    from {
        background-position: 0 0
    }

    to {
        background-position: -20px 0
    }
}

@-webkit-keyframes animate-bg {
    from {
        background-position: 0 0
    }

    to {
        background-position: -20px 0
    }
}

@-o-keyframes animate-bg {
    from {
        background-position: 0 0
    }

    to {
        background-position: -20px 0
    }
}

@-ms-keyframes animate-bg {
    from {
        background-position: 0 0
    }

    to {
        background-position: -20px 0
    }
}

@keyframes animate-bg {
    from {
        background-position: 0 0
    }

    to {
        background-position: -20px 0
    }
}


@-moz-keyframes animate-bg {
    from {
        background-position: 0 0
    }

    to {
        background-position: -20px 0
    }
}

@-webkit-keyframes animate-bg {
    from {
        background-position: 0 0
    }

    to {
        background-position: -20px 0
    }
}

@-o-keyframes animate-bg {
    from {
        background-position: 0 0
    }

    to {
        background-position: -20px 0
    }
}

@-ms-keyframes animate-bg {
    from {
        background-position: 0 0
    }

    to {
        background-position: -20px 0
    }
}

@keyframes animate-bg {
    from {
        background-position: 0 0
    }

    to {
        background-position: -20px 0
    }
}




.vip_look{display:none;}
.pagination {
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    font-size: 12px;
    display: block
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0
}

.pagination ul>li {
    display: inline
}

.pagination ul>li>a,.pagination ul>li>span {
    margin: 3px 5px 3px 0;
    float: left;
    padding: 7px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #666;
    border-radius: 2px
}

.pagination ul>li>a:focus,.pagination ul>li>a:hover {
    opacity: 1
}

.pagination ul li:hover a,.pagination ul>.active>a,.pagination ul>.active>span {
    color: #fff;
    background-color: #ffd100;
    border: 1px solid #ffd100
}

.pagination ul>.active>a,.pagination ul>.active>span {
    cursor: default
}

.pagination ul>.disabled>a,.pagination ul>.disabled>a:focus,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>span,.pagination ul>li>span {
    color: #999;
    background-color: transparent;
    cursor: default
}
.sidebar_widget {
   float:right;
   width:25%;
   text-align:center;
    overflow: hidden;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #eee;
    vertical-align: top;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
    position: relative
}

.sidebar_widget:last-child {
    margin-bottom: 0
}
.rewards-popover-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
    display: none
}

.rewards-popover {
    position: fixed;
    top: 50%;
    left: 45%;
    margin: -200px 0 0 -275px;
    width: 550px;
    background-color: #f7f6f6;
    padding: 40px 20px 50px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
    z-index: 9999;
    display: none;
    text-align: center
}

.rewards-popover h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 15px 30px
}

.rewards-popover-item {
    /*display: inline-block;
    width: 200px;*/
    margin: 0 0px
}

.rewards-popover-item h4 {
    margin: 0 20px 10px;
    font-size: 15px
}
.rewards-popover-item>a {
	margin-top:2px;
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    font-size: 14px;
    background: #fdcc2f;
    border: 0;
    width: 90px;
    margin-right: 10px;
    cursor: pointer;
    box-sizing: border-box
}
.rewards-popover-item img {
    width: 200px;
    height: 200px;
    background-color: #eee;
    border-radius: 2px;
    padding: 5px
}

span.rewards-popover-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    font-size: 16px;
    line-height: 1;
    color: #999;
    cursor: pointer
}

.rewards-popover-mask.primary,.rewards-popover.primary {
    display: block
}

@media screen and (max-width: 960px) {
    .rewards-popover {
        width: 80%;
        margin: 0 0 0 -40%;
        top: 20%
    }

    .rewards-popover h3 {
        font-size: 14px
    }

    .rewards-popover-item {
        width: 100%;
    }

    .rewards-popover-item h4 {
        font-size: 12px
    }

    .rewards-popover-item img {
        width: 100px;
        height: 100px
    }
    .padshow {
        display: none!important
    }	
}
.proMoreBtn {
    margin-top: 2px;
    font-size: 0;
    overflow: hidden
}

.proMoreBtn>a {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #17a8fc;
    border: 0;
    width: 90px;
    margin-right: 20px;
    cursor: pointer;
    box-sizing: border-box
}

a.lcpbuyed {
    background: #ed1c24
}

a.proDemo2,a.proDemo3 {
    background: #333;
    width: auto!important;
    padding: 0 10px
}

@media screen and (max-width: 1210px) {
    .proMoreBtn>a {
        width:24%;
        margin: 1px
    }
}
.center-btn {
    text-align: center;
    margin-top: 2px;
    font-size: 0;
    overflow: hidden
}

.center-btn>a {
    display: block;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    background: #17a8fc;
    border: 0;
    width: 90px;
    cursor: pointer;
    box-sizing: border-box
}
.ads_video_overlay_mobile {
	background-color:#fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    border: 1px solid #555;
    z-index: 1999;
}

.ads_video_close_button {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    display:none;
   /* transform: translate3d(50%, 0, 0);*/
    width: auto;
    height: auto;
    padding: 7px 15px;
    color: #fff;
    background: #000;
    font-size: 15px;
    font-weight: bold;
	z-index: 8999;
}
.tags {
	margin-top:0px;
    overflow: hidden;
    margin-bottom: 0px
}

.tag,.actor,.studio {
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 2px;
    padding: 0 10px;
    min-width: 16px;
    height: 30px;
    line-height: 30px;
    background-color: #fdcc2f;
    font-size: 14px;
    color: #333;
    white-space: nowrap
}
#link-home {
    font-size: 0;
    /* padding: 20px 20px 4px 25px */
}

ul#link-home li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-right:15px;
    margin-bottom: 15px;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#link-home li a {
    display: inline-block;
    vertical-align: middle
}

#link-home li a img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    position: relative;
    top: -2px
}
@media screen and (max-width: 960px) {
	    #link-home {
        padding: 0px 0px;
    }

    ul#link-home li {
        /*width: 33.333%*/
    }
}
.screenshot{
	padding-bottom:0%;
}
.screenshot img{
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	margin:auto;
}
.iframe-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
	display: none
}
.iframeshow {
	/*position: absolute;*/
	position: relative;
	display: flex;	
    height:100%;
    width:100%;	
}
.iframecheck {
	position: absolute;
	display: none;	
    height:100%;
    width:100%;	
	/*background:#fff;*/
	z-index:1000;
}
@keyframes example {
  from {background-color: #fff;}
  to {background-color: #000;}
}
.iframemask{
	position: absolute;
	border:2px,solid:#000;
	height:100%;
    width:100%;	
	display: none;	
  /*background-color: blue;*/
  animation-name: example; /* 应用动画 */
  animation-duration: 1s; /* 动画持续时间 */
  animation-iteration-count: 1; /* 无限次播放 infinite*/
}
.nav-main li a
{
    -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; color: #fff; padding: 0px 20px; height:36px; line-height:36px; display:block; background: #666; margin-right: 2px; 
}
.nav-main li a:hover { color: #fff; background:#333; }
.banner,.main,#footer,.main_column,.web_list{width:1200px;margin:0 auto}
.main_column{border-top:10px solid #222;background-color:#2c2e2f}
.column_bar{height:30px}
.column_title{/*background: #fdd835;*/width:152px; height:32px;float:left;font:15px/30px 'Microsoft Yahei',Tahoma,Simsun;font-weight:bold;color:#fdd835;/*分类标题颜色*/text-indent:7px}
.column_words{height:36px;font:12px/40px Tahoma,'Microsoft Yahei',Simsun;text-align:right;padding-right:30px;color:red}
.web_list{padding:12px 0px 0px 15px;}/*列表：上边距，?，?，左边距*/
.web_list a{display:block;height:26px;width:14%;overflow:hidden;background-color:#f5f5f5;border:0px solid #42413e;/*边框颜色*/float:left;margin:0px 29px 10px 0px;/*字距,行距*/font:15px/24px Tahoma,'Microsoft Yahei',Simsun;font-weight:500;color:#fff;/*主文字*/background: no-repeat 0px center;background-size:16px 16px}
.web_list a:hover{background-color:#9e9e9e;}
.web_list a img{height:16px;width:16px;float:left;margin:5px 5px 5px 5px;overflow:hidden}
#topimg {padding-top:25px;float: left;padding-left: 70px; overflow: hidden; color:#18d820; font-size:15px; /*height: 90px;line-height: 90px;*/}
#topimg span a { color: #00c250; padding: 0 6px; font-size: 15px; font-family: -webkit-body; }

@media only screen and (min-width:0px) and (max-width:1200px){
.main{width:100%}
.banner{margin:auto;padding:0px 0 0px 0;width:100%}
.banner img{width:100%;height:60px}
.adbanner{margin:auto;padding:5px 0 0 0;width:100%}
.adbanner img{width:100%;height:85px}
/*手机背景色*/.main_column{width:100%;border-top:10px solid #000;background-color:rgba(51, 51, 51, 0.5)}
.column_bar{height:20px}
.column_title{/*background: #fdd835;*/width:30%; height:32px;float:left;font:15px/30px 'Microsoft Yahei',Tahoma,Simsun;font-weight:bold;color:#fdd835;text-indent:4px}
.web_list{padding:22px 0px;width:100%}
/*手机列表样式*/.web_list a{text-align:left;display:block;height:24px;width:31%;overflow:hidden;background-color:#f5f5f5;border:0px solid #42413e;float:left;margin:0 0 2.0% 1.3%;font:13px/24px Tahoma,'Microsoft Yahei',Simsun;font-weight:400;color:#fff;background: no-repeat 10px center;background-size:16px 16px}
#topimg, #leftnav { display: none; }
#topimg  { display: none; }	
}
.pad5 {padding-right: 5px;}
.pad6 a:hover{background:#FF9800;}
.pad6 a{font-weight:bolder;}

.links-top{overflow:hidden;margin:auto;background:#2c2e2f;box-shadow:0 3px 6px 2px rgba(0,0,0,.03)}
.links-top ul li{float:left;padding:10px 0;width:10%;text-align:center}
.links-top ul li img{margin:0 auto;padding:4px;width:56px;height:56px;border-radius:15px;}
/*.links-top ul li img{background-color: #666666;-webkit-transition: background-color .4s;transition: background-color .4s;}*/
.links-top ul li img:hover{background-color:#FF9800;}
.links-top ul a{font-size: 14px;color:#bdbdbd;}
.links-top ul a:hover{color:#FF9800;}
@media (max-width:544px){.links{padding:0 5px}

.links-top ul li{width:25%}
.links-box .panel-heading .btn{padding:0 10px}
.links-element ul{overflow:hidden;padding:10px 0 10px 10px}
.links-top ul a{font-size: 13px;}
}
#leftnav { position: fixed; left: 56%; top: 110px; margin-left: 519px;}
#leftnav ul{border:1px solid #454545}
#leftnav li { width: 85px; font-size: 15px; background-color: #272727; height: 30px; text-align: center; border-bottom: 1px solid #454545; line-height: 30px; }
#leftnav li:hover { background-color: #9E9E9E; }
#leftnav a { text-decoration: none; color: #9E9E9E; display: block; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; }
#leftnav a:hover { color: #fff; }
#leftnav li:last-child { height: 34px; line-height: 34px; }
.shoulu{background: #2c2e2f;margin: 13px 0;padding-bottom: 15px;}
.shoulu p{text-align: center;background:#fdd835;height: 40px;line-height: 40px;color: #000;font-size: 14px;}
.shoulu li{font-size: 15px;padding:10px 5px 10px 15px;list-style: none;color: #FFF;}