.tabs-body {
    margin-top: 16px;
}


.table-cell.cell-description p {
    display: inline-block;
    width: 33%;
}.mod-header {
    width: 100%;
}

img.item-img {
    height: auto !IMPORTANT;
    min-height: 145px;
}
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
b,
strong {
    font-weight: bold;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1em;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.fancybox-outer,
.fancybox-inner {
    margin: 0 auto !important;
    width: 70% !important;
    padding-bottom: 40px !important;
}
.col-sm-6 {
    width: 22%;
    display: inline-block;
    padding: 10px;
}
.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ih-item a {
    color: rgb(55, 52, 49);
}
.ih-item a:hover {
    text-decoration: none;
}
.ih-item img {
    width: 100%;
    height: 100%;
}
.ih-item.circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: inline-block;
}
.ih-item.circle .class3 {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}
.ih-item.circle .class3:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle .class3 img {
    border-radius: 50%;
}
.ih-item.circle .class1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ih-item.class2 {
    position: relative;
    width: 316px;
    height: 216px;
    border: 8px solid rgb(249, 252, 252);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.class2 .class1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ih-item.circle.effect1 .spinner {
    width: 230px;
    height: 230px;
    border: 10px solid rgb(228, 108, 165);
    border-right-color: rgb(84, 87, 81);
    border-bottom-color: rgb(111, 86, 146);
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .class3 {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto;
}
.ih-item.circle.effect1 .class3:before {
    display: none;
}
.ih-item.circle.effect1.a60535 .class1 {
    background: rgb(23, 70, 120);
    background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect1 .class1 {
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    background: rgb(55, 48, 44);
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .class1 h3 {
    color: rgb(247, 249, 249);
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect1 .class1 p {
    color: rgb(179, 188, 185);
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect1 a:hover .spinner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ih-item.circle.effect1 a:hover .class1 {
    opacity: 1;
}
ul.tabs-header.tabs-header-primary {
    width: 60%;
    display: inline-block;
}
.hf6c6b0 a {
    color: rgb(1, 0, 7);
    text-decoration: none;
    font-weight: 800;
	padding-bottom: 9px;
}
a#pravoobladatelyam {
    display: none;
}
a#vse-kategorii_c {
    display: none;
}
a#vse-aktrisy_c {
    display: none;
}
a#pravoobladatelyam_c {
    display: none;
}
a.paginate {
    padding: 14px;
    border: 1px solid rgb(84, 85, 91);
    color: rgb(92, 91, 82);
    text-decoration: none;
}
a.paginate:hover {
    padding: 14px;
    border: 1px solid rgb(82, 85, 84);
    background: rgb(90, 83, 87);
    color: rgb(254, 251, 248);
}
.n64f734 {
    padding: 32px;
}
a.current {
    padding: 14px;
    border: 1px solid rgb(85, 95, 86);
    background: rgb(80, 88, 84);
    color: rgb(250, 255, 253);
    text-decoration: none;
}
.ze15e6a {
    clear: both;
}
.jf6a14c7b:after,
.container:after {
    content: "";
    display: table;
    clear: both;
}
.gcb59 {
    display: none;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
}
input[type="radio"] + label span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -3px 5px 0 0;
    vertical-align: middle;
    background: url("../images/radio.png") no-repeat left top;
    cursor: pointer;
}
input[type="radio"]:checked + label span {
    background: url("../images/radio.png") no-repeat left bottom;
}
.radio-inline .me17a4a01 {
    margin: 10px 20px 10px 0;
    float: left;
}
.input-text {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    border: 1px solid rgb(11, 7, 25);
    background-color: rgb(252, 255, 245);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.input-text:focus {
    border-color: rgb(68, 68, 73);
}
.input-textarea {
    height: 60px;
    padding: 5px 10px;
    resize: none;
}
.button-primary {
    width: auto;
    height: 32px;
    padding: 0 20px;
    background-color: rgb(246, 147, 22);
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgb(251, 252, 249);
}
.button-default {
    width: auto;
    height: 32px;
    padding: 0 20px;
    background-color: rgb(116, 118, 112);
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgb(251, 252, 252);
}
.button-primary:active,
.button-default:active,
.button-search:active {
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.g1e735cc4 {
    width: 100%;
    overflow: hidden;
}
.logo {
    display: block;
    position: relative;
    height: 40px;
    margin: 0px 0px 0px 24px;
    background: url(../images/logo.png) -2px center no-repeat;
}
.logo .xce88 {
    position: absolute;
    top: 9px;
    right: 11px;
    color: rgb(251, 250, 252);
    font-size: 22px;
    font-weight: bold;
}
.mts-ad {
    letter-spacing: -0.5px;
    font-family: 'Roboto', sans-serif;
    color: rgb(33, 29, 36);
    background: rgb(255, 217, 46);
    width: 100%;
    z-index: 90;
    bottom: 0;
    left: 0;
    height: 60px;
}
.mts-ad .width-wrapp {
    max-width: 400px;
    margin: 0 auto;
}
.mts-ad .h48e5df {
    font-size: 19px;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}
.mts-ad .h48e5df span {
    padding: 0 10px;
    display: inline-block;
    line-height: normal;
}
.mts-ad .get-app {
    background: rgb(253, 4, 0);
    color: rgb(252, 246, 250);
    text-decoration: none;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 15px;
    float: right;
    margin-top: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
a.downl {
  background: rgb(248, 217, 75) none repeat scroll 0 0;
    border: 1px solid rgb(226, 194, 71);
	font-size: 12px;
    border-radius: 3px;
    color: rgb(38, 32, 42);
    outline: medium none;
    padding: 9px;
    text-decoration: none;
}
a.downl:hover {
    background: rgb(247, 206, 26);
}
.mts-ad .close-ad {
    display: block;
    color: rgb(170, 118, 2);
    height: 24px;
    float: right;
    margin: 15px;
    font-size: 24px;
    line-height: 24px;
}
.android-ad {
    width: 100%;
    height: 60px;
    color: rgb(25, 38, 33);
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.5px;
    background: rgb(252, 217, 43);
    z-index: 99999;
    overflow: hidden;
}
.android-ad .width-wrapp {
    max-width: 400px;
    margin: 0 auto;
}
.android-ad .h48e5df {
    font-size: 19px;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}
.android-ad .h48e5df span {
    padding: 0 10px;
    display: inline-block;
    line-height: normal;
}
.android-ad .get-app {
    background: rgb(251, 5, 5);
    color: rgb(254, 255, 251);
    text-decoration: none;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 15px;
    float: right;
    margin-top: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.android-ad .close-ad {
    display: block;
    color: rgb(174, 120, 8);
    height: 24px;
    float: right;
    margin: 15px;
    font-size: 24px;
    line-height: 24px;
}
.upload-video {
    text-align: center;
}
.xb-movie-page-wide {
    margin-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
}
.xb-video-page {
    overflow: hidden;
}
.xb-wide-in-result {
    float: left;
    width: 66.6666666%;
    overflow: hidden;
}
.xb-wide-in-result > div {
    float: left;
}
.xb-wide-in-result.xb-hide {
    display: none;
}
.xb-itm-x2-nojs {
    float: right;
    width: 33.3333333%;
    min-width: 256px;
    overflow: hidden;
}
.xb-itm-x2-nojs.xb-hide {
    display: none;
}
.xb-itm-x2-nojs .xb-wrapper {
    position: relative;
    margin-right: 7%;
    padding: 110% 0 92px 0;
    background: rgb(8, 17, 25);
    border-radius: 3px;
}
.xb-itm-x2-nojs .xb-wrapper .xb-content {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 240px;
    height: 400px;
}
.r52eff469 {
    margin-left: 200px;
    padding: 27px 3% 29px 2.33%;
    margin-bottom: 0;
    color: rgb(252, 249, 253);
    overflow: hidden;
    box-sizing: border-box;
    line-height: 1.5;
}
.r52eff469 a,
.r52eff469 .footer-ask {
    display: inline-block;
}
.link.link-footer {
    margin: 0 0 0 15px;
    padding: 0;
    color: rgb(236, 57, 46);
}
.r52eff469 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.jd6856723 {
    float: right;
    width: 155px;
    margin: 0 2.3% 0 0;
    color: rgb(151, 144, 150);
}
.jd6856723 .b1811d {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background: url(../images/18.png) center no-repeat;
}
.link {
    display: inline-block;
    padding: 8px 12px;
    color: rgb(105, 98, 106);
    font-size: 15px;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 3px;
}
.link.link-uploader {
    padding: 0;
}
.link.no-offset {
    margin: 0;
}
.sorts-link-active .sorts-link-u {
    color: rgb(236, 95, 85);
}
.sorts-link-u {
    color: rgb(32, 43, 36);
}
.link-u {
    text-decoration: none;
}
.i92a3f {
    padding: 10px;
    color: rgb(254, 250, 253);
    box-sizing: border-box;
}
.label-success {
    color: rgb(97, 185, 92);
}
.label-captcha-error {
    height: 20px;
    margin: 10px 0 0 0;
    padding: 0;
    color: rgb(238, 62, 38);
    font-size: 15px;
}
.label-msg {
    display: none;
}
.label-show,
.label-active {
    display: block;
}
.search-page-header {
    margin: 20px 0;
}
.search-page-header .search-page-found {
    font-size: 26px;
}
.form-label-error label,
.label-error {
    width: 100% !important;
    padding: 10px;
    color: rgb(250, 255, 251);
    background: rgb(248, 115, 115);
    box-sizing: border-box;
}
.label-error-wrap label {
    width: 100% !important;
    padding: 10px;
    color: rgb(248, 247, 250);
    background: rgb(249, 123, 122);
    box-sizing: border-box;
}
.form-label-error {
    display: none;
    margin: 10px 0;
}
.menu-login-reset-password {
    display: block;
    margin: 10px 0;
    color: rgb(34, 35, 38);
}
.y591bb818 {
    display: none;
}
.zona-area {
    font-size: 15px;
}
.area-active {
    display: block;
}
.pull-right {
    float: right;
}
.symbol-counter {
    font-size: 12px;
}
.align-center {
    text-align: center;
}
.twitter-typeahead .tt-menu {
    padding: 10px 8px;
    width: 100%;
    background: rgb(53, 48, 50);
    box-sizing: border-box;
}
.twitter-typeahead .tt-menu .tt-suggestion {
    color: rgb(254, 249, 251);
    cursor: pointer;
}
.twitter-typeahead .tt-menu .tt-suggestion + .tt-suggestion {
    margin-top: 10px;
}
.p1e293bab .page-header {
    margin-bottom: 20px;
}
.p1e293bab .page-header .page-title {
    margin: 0;
    color: rgb(37, 37, 31);
    font-size: 24px;
    font-weight: bold;
}
.p1e293bab .page-header .page-title.beside-filter {
    display: inline-block;
    margin: 0 10px 0 0;
}
.page-download {
    position: relative;
    max-width: 800px;
    min-height: 800px;
    margin: 0 auto;
    padding: 230px 0;
    text-align: center;
    box-sizing: border-box;
}
.page-download .page-header {
    margin-bottom: 50px;
}
.page-download .page-sub-title {
    margin: 0;
    font-size: 24px;
}
.page-download .page-title {
    margin-top: 0;
}
.page-download .page-title a {
    font-size: 36px;
    color: rgb(32, 32, 32);
    text-decoration: none;
    border-bottom: 1px solid;
}
.page-download .link-info-wrap {
    margin: 0;
}
.page-download .link-info-wrap .link {
    padding: 5px 0 0 0;
    border-bottom: 1px solid;
}
.page-download .zona-block {
    display: none;
    margin-bottom: 70px;
}
.page-download .zona-block .btn-zona {
    min-width: 340px;
    font-size: 24px;
}
.page-download .zona-block .btn-label {
    display: block;
    font-size: 12px;
    color: rgb(163, 141, 33);
}
.page-download .direct-block .direct-info {
    display: none;
}
.favs-wrap {
    position: relative;
    margin-top: 10px;
    padding-left: 8px;
}
.fav-notice {
    margin: 50px;
    margin: -24px -32px 0;
    padding: 12px 22px;
    background: rgb(251, 238, 174);
}
.fav-notice .fav-notice-title {
    margin-bottom: 2px;
    font-size: 24px;
    font-weight: bold;
}
.fav-notice .fav-notice-desc {
    font-size: 15px;
}
.fav-notice .fav-notice-link {
    display: inline-block;
    padding: 3px 8px;
    color: rgb(79, 51, 22);
    text-decoration: none;
    background: rgb(219, 186, 139);
}
.fav-notice-tooltip .fav-notice-title,
.fav-notice-tooltip .fav-notice-close {
    display: inline-block;
    vertical-align: top;
}
.fav-notice-tooltip .fav-notice-close {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    padding: 0;
    
    background: url(../images/kr.png) center;
    border: none;
    cursor: pointer;
}
a#vse-aktrisy,
a#vse-kategorii {
    display: none;
}
.favorites-none .favorites-none-title {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
}
.favorites-none .favorites-none-desc {
    margin-bottom: 20px;
}
aside.menu .filter {
    margin-bottom: 28px;
}
aside.menu .filter .menu-link {
    color: rgb(201, 200, 200);
}
aside.menu .filter .menu-link-active {
    color: rgb(247, 67, 47);
}
aside.menu .filter-title {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    color: rgb(143, 145, 141);
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease-out 0.5s;
}
aside.menu .filter-letters {
    margin-bottom: 20px;
    font-size: 15px;
    overflow: hidden;
}
aside.menu .filter-letters .menu-link-letter-disabled,
aside.menu .filter-letters .menu-link-letters {
    display: inline-block;
    width: 18px;
}
aside.menu .filter-letters .menu-link-letter-disabled {
    color: rgb(106, 98, 102);
}
.form-title {
    padding: 10px 0;
    font-size: 26px;
}
.form-group {
    display: block;
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: rgb(39, 33, 38);
    background-color: rgb(252, 249, 255);
    background-image: none;
    border: 1px solid rgb(203, 209, 209);
    box-sizing: border-box;
}
.form-control:focus {
    outline: 2px solid rgb(251, 199, 3);
    border: none;
}
.form-control.f1527128d {
    border: 2px solid rgb(232, 54, 50);
}
.form-label-center {
    line-height: 2;
}
.form-groups-inline {
    margin: 20px 0;
}
.form-groups-inline.n98e2de2 {
    overflow: hidden;
}
.form-groups-inline .form-group.form-dropdown {
    overflow: visible;
}
.form-groups-inline .form-group label {
    display: inline-block;
    vertical-align: middle;
    min-width: 15%;
    margin: 0;
}
.form-groups-inline .form-control {
    display: block;
}
.form-groups-inline .form-control .form-control-rounded {
    border-radius: 4px;
}
.form-groups-inline .form-textarea-wrap,
.form-groups-inline .form-input-wrap {
    display: inline-block;
    width: 80%;
}
.form-groups-inline .form-col-2 {
    float: left;
    width: 49%;
    box-sizing: border-box;
}
.form-groups-inline .form-col-2 .form-group {
    margin-bottom: 10px;
}
.form-groups-inline .form-col-2 .form-group label {
    display: inline-block;
    width: 39%;
}
.form-groups-inline .form-col-2 .form-group .form-control {
    display: inline-block;
    width: 60%;
}
.form-group-captcha {
    margin-top: 20px;
}
.form-group-captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.form-group-captcha label {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.form-group-captcha label img {
    height: 38px;
}
.form-buttons-wrapper.offset-left {
    margin-left: 15%;
}
.form-spacer {
    margin: 10px 0 0 0;
    border: none;
    border-bottom: 1px solid rgb(204, 203, 200);
}
.form-validation-error {
    display: none;
}
.upload-login-form h2 {
    text-align: center;
    margin-top: 20px;
}
.me17a4a01:checked + .radio-bullet:after {
    display: block;
}
.radio-bullet {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(207, 206, 202);
    border-radius: 50%;
    transition: all ease 0.5s;
}
.radio-bullet:after {
    position: absolute;
    display: none;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background-color: rgb(247, 214, 74);
    border: 1px solid rgb(235, 199, 71);
    border-radius: 50%;
}
.btn-group {
    padding: 10px 0;
}
.form-abuse {
    display: block;
    max-width: 500px;
}
.form-abuse legend {
    margin-bottom: 10px;
}
.form-abuse label {
    cursor: pointer;
}
.form-abuse input[type='radio'] {
    display: none;
}
.form-abuse .radio-bullet {
    margin-right: 5px;
}
.form-abuse .me17a4a01:checked ~ .form-control {
    display: block;
}
.form-abuse .form-group {
    margin-bottom: 5px;
}
.form-abuse .form-group p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}
.form-abuse .form-group textarea,
.form-abuse .form-group input[type='text'] {
    display: none;
    margin-top: 5px;
}
.jf6a14c7b:after {
    visibility: hidden;
    display: block;
    
    content: " ";
    clear: both;
    height: 0;
}
* html .jf6a14c7b,
*:first-child+html .jf6a14c7b {
    zoom: 1;
}
.dropdown-filters {
    float: left;
    margin-bottom: 20px;
}
.dropdown {
    position: relative;
    display: inline-block;
    margin: 0 6px 4px 0;
}
.dropdown .dropdown-toggle {
    margin: 0;
    padding-right: 42px;
    background-image: url(../images/str.png);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    border: 1px solid rgb(212, 223, 215);
}
.dropdown .dropdown-u {
    color: rgb(41, 34, 43);
}
.dropdown .dropdown-menu {
    position: absolute;
    min-width: 114px;
    top: 40px;
    left: -9999px;
    background-color: rgb(249, 251, 247);
    z-index: 999;
    box-sizing: border-box;
}
.dropdown .dropdown-menu .dropdown-item .menu-link {
    display: block;
    padding: 8px 20px;
    color: rgb(34, 34, 33);
    text-decoration: none;
}
.dropdown .dropdown-menu .dropdown-item:hover {
    color: rgb(40, 35, 37);
    background-color: rgb(211, 210, 243);
}
.dropdown.open .dropdown-menu {
    left: 0;
    border-radius: 2px;
    border: 1px solid rgb(212, 218, 216);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.dropdown.open .dropdown-toggle {
    border-radius: 2px;
    background-color: rgb(212, 214, 243);
    border: 1px solid rgb(0, 5, 40);
}
.hidden-title {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    visibility: hidden;
}
.embed-dropdown {
    margin: 6px 0;
}
.embed-dropdown .embed-dropdown-item {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}
.embed-dropdown .embed-dropdown-item .embed-dropdown-label {
    float: left;
    min-width: 120px;
    padding: 15px 0;
}
.embed-dropdown .embed-dropdown-item .embed-dropdown-input {
    width: 100%;
    padding: 8px 0 8px 10px;
    font-size: 15px;
    border: none;
}
.embed-dropdown .embed-dropdown-item .embed-dropdown-input-wrapper {
    float: left;
    min-width: 260px;
	width: 98%;
    position: relative;
    border: 1px solid rgb(226, 220, 220);
    overflow: hidden;
    border-radius: 3px;
}
.embed-dropdown .embed-dropdown-item .embed-dropdown-copied,
.embed-dropdown .embed-dropdown-item .embed-dropdown-copy {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 8px 8px 35px;
    background: rgb(253, 254, 251);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 26%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr'#00ffffff', endColorstr='#ffffff', GradientType=1);
    border-left: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
.embed-dropdown .embed-dropdown-item .embed-dropdown-copied:before,
.embed-dropdown .embed-dropdown-item .embed-dropdown-copy:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 25px;
    height: 40px;
    border-left: 1px solid rgb(218, 223, 215);
}
.paginator {
    max-width: 100%;
    overflow: auto;
}
.paginator .paginator-ul {
    width: 640px;
    margin: 30px 0;
    padding-bottom: 20px;
    font-size: 15px;
}
.paginator .paginator-li-spacer {
    padding: 8px 14px;
    color: rgb(202, 208, 202);
    font-size: 15px;
    border: 1px solid rgb(207, 198, 202);
    border-left: none;
    cursor: default;
}
.paginator .paginator-li {
    display: inline-block;
}
.paginator .paginator-li:nth-last-child(2) .paginator-a {
    border-radius: 0 3px 3px 0;
}
.paginator .paginator-li:first-child {
    float: left;
}
.paginator .paginator-li:first-child .paginator-a {
    border-radius: 3px 0 0 3px;
}
.paginator .paginator-li:last-child {
    float: left;
    margin-right: 20px;
}
.paginator .paginator-li:last-child .paginator-a {
    border-radius: 0 3px 3px 0;
}
.paginator .paginator-li + .paginator-li {
    margin-left: -1px;
}
.paginator .paginator-li:nth-child(2) .paginator-a {
    border-radius: 3px 0 0 3px;
}
.paginator .paginator-li .paginator-a {
    display: inline-block;
    min-width: 40px;
    padding: 8px 14px;
    color: rgb(35, 33, 33);
    font-size: 15px;
    text-decoration: none;
    border: 1px solid rgb(209, 206, 194);
    box-sizing: border-box;
}
.paginator .paginator-li .paginator-a:hover {
    color: rgb(243, 74, 47);
}
.paginator .paginator-li .paginator-a-active {
    position: relative;
    color: rgb(28, 33, 30);
    background: rgb(254, 234, 164);
    border: 1px solid rgb(201, 187, 120);
    z-index: 250;
}
.paginator .paginator-li .paginator-a-disabled {
    color: rgb(203, 203, 199);
    cursor: pointer;
}
.paginator .paginator-li .paginator-a-disabled:hover {
    color: rgb(200, 205, 205);
    background: transparent;
}
.l1cbb7c {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.e8ae6fb7 {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.jae7d49 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.zf4f25cf7,
.animated.ia33b7,
.animated.t132f4,
.animated.had3d {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
#upload-step1 {
    position: relative;
    max-width: 600px;
    min-height: 800px;
    margin: 0 auto;
    padding: 268px 0;
    text-align: center;
    box-sizing: border-box;
}
#upload-step1 .upload-rules {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: rgb(207, 201, 197);
}
#upload-step1 .upload-title {
    font-size: 36px;
}
#upload-step1 .upload-area {
    padding: 20px 0;
}
#upload-step1 .upload-area .input-file {
    display: none;
}
#upload-step1 .upload-area .sd98344d9 {
    margin-bottom: 20px;
}
#upload-step2 h1 {
    font-size: 36px;
    margin-bottom: 0;
}
#upload-step2 .upload-loading-progress {
    width: 100%;
    margin: 10px 0;
    border: 1px solid rgb(205, 204, 201);
    box-sizing: border-box;
}
#upload-step2 .upload-loading-percent {
    padding: 10px 0;
    background: rgb(245, 217, 64);
}
#upload-step2 .upload-loading-filename {
    display: none;
}
#upload-step2 .form-buttons-wrapper {
    padding: 0 25px 0 95px;
}
#edit-video-form {
    margin: 10px 0;
}
#upload-by-url-btn {
    margin-left: 6px;
}
#upload-by-url .overlay-dialog-title {
    text-align: center;
}
#edit-video-form {
    width: 60%;
}
#edit-video-form .edit-video-textarea {
    height: 100px;
}
#upload_ageRating_chzn {
    width: 100%;
}
#upload-desc {
    height: 100px;
}
.chzn-container-active .chzn-choices {
    min-height: 25px;
    border: none !important;
    box-shadow: none !important;
}
.overlay-dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}
.overlay-dialog-content {
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    color: rgb(34, 32, 34);
    text-align: left;
    box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.5);
    min-width: 300px;
    background: rgb(253, 254, 250);
    border-radius: 3px;
    box-sizing: border-box;
}
.z96c8 {
    position: absolute;
    top: 8%;
    right: 5%;
    width: 20px;
    height: 20px;
    
    opacity: 0.9;
    cursor: pointer;
    background: url(../images/krest.png) center/contain no-repeat;
}
.tabs {
    font-size: 15px;
}
.tabs-header,
.tabs-header-primary {
    
    border-bottom: 1px solid rgb(206, 202, 210);
}
.tabs-header li,
.tabs-header-primary li {
    position: relative;
    bottom: -1px;
    display: inline-block;
}
.tabs-header li a,
.tabs-header-primary li a {
    display: block;
    position: relative;
    color: rgb(43, 39, 40);
    font-size: 15px;
    text-decoration: none;
    box-sizing: border-box;
}
.tabs-header li.tab-inline a,
.tabs-header-primary li.tab-inline a {
    display: inline-block;
}
.tabs-header li.tab-active a,
.tabs-header-primary li.tab-active a {
    border-bottom: 3px solid rgb(234, 47, 49);
}
.tabs-body .tab-content {
    display: none;
}
.tabs-body .tab-content.tab-active {
    display: block;
}
.tabs-info-list {
    max-width: 640px;
}
.tabs-info-list .tabs-header-primary {
    position: relative;
}
.tabs-info-list .tabs-header li + li {
    margin-left: 24px;
}
.tabs-info-list .tabs-header a {
    padding-bottom: 14px;
}
.tabs-info-list .tab-btn {
    position: absolute;
    right: 0;
    bottom: 5px;
}
.tabs-info-list .tab-btn .sd98344d9 {
    padding: 8px 15px;
}
.t71d7 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: hidden;
}
.selected-tags,
.tags-filter {
    display: inline-block;
    vertical-align: top;
}
.tags-filter-text {
    float: left;
    margin-right: 20px;
    color: rgb(33, 34, 37);
    font-weight: bold;
    font-size: 24px;
}
.tag-link {
    margin: 0;
    padding: 0 15px 0 0;
    font-size: 13px;
    line-height: 26px;
}
.tag-link:hover {
    color: rgb(39, 30, 26);
}
.tag-link.weight-2 {
    font-size: 15px;
}
.tag-link.weight-3 {
    font-size: 18px;
}
.tag-link.weight-4 {
    font-size: 22px;
}
.tag-link.weight-5 {
    font-size: 26px;
}
.tag-link-more {
    display: none;
    margin: 0 5px -12px 0;
    padding: 2px 12px;
    font-size: 15px;
    line-height: 28px;
    text-decoration: none;
    border: 1px solid rgb(240, 236, 237);
    border-radius: 2px;
}
.actress-filters-item,
.tags-filter-item {
    margin: 0 6px 4px 0;
    font-weight: normal;
    color: rgb(67, 25, 39);
    background-color: rgb(144, 146, 214);
    border: 1px solid rgb(3, 2, 31);
}
.actress-filters-item-remove,
.tags-filter-remove {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: 0 0 2px 6px;
    
    background: url(../images/krestik.png) center no-repeat;
}
#interests-tag-wrapper {
    display: inline-block;
    overflow: hidden;
}
#more-interests-tags,
.interests-tag,
.add-interests-tag {
    position: relative;
    display: inline-block;
    margin: 3px 0 3px 5px;
    padding: 10px 6px;
    color: rgb(31, 29, 44);
    font-size: 15px;
    background: rgb(247, 232, 168);
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid rgb(203, 183, 130);
    cursor: pointer;
}
.n64f734 {
    font-size: 15px !IMPORTANT;
}
.list {
    
    overflow: hidden;
}
.list .list-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    text-decoration: none;
    overflow: hidden;
}
.list .list-item .item-title {
    color: rgb(28, 30, 38);
    font-weight: normal;
    font-size: 15px;
}
.list .list-item .item-beside-wrap {
    overflow: hidden;
}
.list .list-item .item-left {
    float: left;
}
.list .list-item .item-right {
    float: right;
}
.list.list-show {
    display: block;
}
.list-error {
    margin: 15px 0;
    font-size: 15px;
}
.list-error li {
    margin-bottom: 10px;
}
.list-error-inline {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    color: rgb(255, 122, 118);
    font-size: 15px;
}
.list-error-inline .label-error {
    color: rgb(250, 115, 125);
    background: transparent;
}
.list-error-abuse {
    width: 70%;
}
.list-error-abuse .label-two-line {
    padding: 0 10px;
}
.he4f2 {
    position: relative;
    margin-bottom: 8px;
    background-color: rgb(224, 215, 220);
}
.holiday-header {
    overflow: hidden;
}
.list.list-holiday {
    padding-top: 20px;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
}
.list.list-holiday .list-item {
    width: 256px !important;
}
.list.list-holiday .list-item .item-stats span {
    color: rgb(38, 28, 37);
    !important;
}
.xb-holiday a,
.xb-holiday img {
    width: inherit;
}
.xb-holiday a {
    display: inline-block;
}
.xb-holiday {
    float: left;
    position: relative;
}
.holiday-link {
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0;
    text-align: center;
}
.holiday-link span {
    display: inline-block;
    max-width: 80%;
    padding: 10px 20px;
    color: rgb(32, 37, 32);
    text-decoration: none;
    text-align: center;
    background: rgb(255, 250, 252);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    border-radius: 30px;
}
.holiday-link span:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
.holiday-link span:active {
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.paginator {
    max-width: 100%;
    overflow: auto;
}
.paginator .paginator-ul {
    width: 640px;
    margin: 30px 0;
    padding-bottom: 20px;
}
.paginator .paginator-li-spacer {
    padding: 8px 14px;
    color: rgb(204, 212, 201);
    font-size: 15px;
    border: 1px solid rgb(203, 205, 198);
    border-left: none;
    cursor: default;
}
.paginator .paginator-li {
    display: inline-block;
}
.paginator .paginator-li:nth-last-child(2) .paginator-a {
    border-radius: 0 3px 3px 0;
}
.paginator .paginator-li:first-child {
    float: left;
}
.paginator .paginator-li:first-child .paginator-a {
    border-radius: 3px 0 0 3px;
}
.paginator .paginator-li:last-child {
    float: left;
    margin-right: 20px;
}
.paginator .paginator-li:last-child .paginator-a {
    border-radius: 0 3px 3px 0;
}
.paginator .paginator-li + .paginator-li {
    margin-left: -1px;
}
.paginator .paginator-li:nth-child(2) .paginator-a {
    border-radius: 3px 0 0 3px;
}
.paginator .paginator-li .paginator-a {
    display: inline-block;
    min-width: 40px;
    padding: 8px 14px;
    color: rgb(41, 34, 33);
    font-size: 15px;
    text-decoration: none;
    border: 1px solid rgb(203, 209, 200);
    box-sizing: border-box;
}
.paginator .paginator-li .paginator-a:hover {
    color: rgb(250, 69, 48);
}
.paginator .paginator-li .paginator-a-active {
    position: relative;
    color: rgb(29, 25, 37);
    background: rgb(247, 239, 167);
    border: 1px solid rgb(197, 186, 124);
    z-index: 250;
}
.paginator .paginator-li .paginator-a-disabled {
    color: rgb(211, 210, 208);
    cursor: pointer;
}
.paginator .paginator-li .paginator-a-disabled:hover {
    color: rgb(197, 204, 197);
    background: transparent;
}
.sd98344d9 {
    display: inline-block;
    margin: 0;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    font: normal 15px/1.4 Arial, Verdana, sans-serif;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
    border: 1px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
}
.btn.btn-lg {
    padding: 14px 21px;
    font-size: 18px;
}
.btn.btn-long {
    padding: 8px 25px;
}
.btn.btn-sm {
    padding: 4px 7.5px;
    font-size: 12px;
}
.btn.btn-block {
    display: block;
    width: 100%;
}
.btn.btn-default {
    color: rgb(221, 214, 214);
    background: rgb(57, 52, 54);
}
.btn.btn-default:hover {
    background: rgb(137, 136, 141);
}
.btn.btn-default:active {
    background: rgb(111, 110, 111);
}
.btn.btn-primary {
    color: rgb(38, 32, 42);
    background: rgb(248, 217, 75);
    border: 1px solid rgb(226, 194, 71);
	border-radius: 3px;
	cursor: pointer;
}
.btn.btn-primary:hover {
    background: rgb(247, 206, 26);
}
.btn.btn-primary:active {
    background: rgb(224, 177, 2);
}
.btn.btn-danger {
    color: rgb(43, 35, 30);
    background: rgb(245, 201, 217);
    border-color: rgb(241, 154, 148);
}
.btn.btn-danger:hover {
    background: rgb(253, 23, 51);
}
.btn.btn-danger:active {
    background: rgb(222, 6, 31);
}
.btn.btn-empty {
    color: rgb(52, 50, 49);
    border: 1px solid rgb(199, 197, 204);
    background: transparent;
}
.btn.btn-video-rating-good,
.btn.btn-video-rating-bad {
    padding: 0;
}
.btn.btn-video-fav.is-favorited {
    background-color: rgb(247, 235, 157);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border-color: rgb(202, 193, 135);
}
.btn.btn-close {
    position: absolute;
    top: 0;
    right: 0;
}
.btn.btn-vk {
    background: rgb(60, 100, 135);
}
.btn.btn-vk:hover {
    background-color: rgb(79, 129, 159);
}
.btn.btn-tw {
    background-color: rgb(5, 183, 244);
}
.btn.btn-tw:before {
    background: url(../images/btn.svg) center no-repeat;
}
.btn.btn-tw:hover {
    background-color: rgb(3, 203, 251);
}
.btn.btn-fb {
    background-color: rgb(57, 87, 153);
}
.btn.btn-fb:before {
    background: url(..imahes/btn1.png) center no-repeat;
}
.btn.btn-fb:hover {
    background-color: rgb(70, 111, 182);
}
.btn.btn-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 32px;
    margin: 0;
    padding: 0 20px;
    color: rgb(252, 250, 253);
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
}
.btn.btn-icon:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.btn.btn-video-rating-good {
    border-right: 1px solid rgb(255, 249, 247);
    background: rgb(74, 176, 85);
}
.btn.btn-video-rating-bad {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgb(255, 82, 81);
    z-index: 2;
}
.btn.btn-disabled {
    pointer-events: none;
    cursor: default;
    background: rgb(254, 243, 157);
}
.btn.btn-comment-submit {
    width: 125px;
    height: 32px;
    padding: 0;
}
.btn.btn-registration {
    margin: 10px 0;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgb(254, 215, 70);
    box-sizing: border-box;
}
.btn.btn-zona {
    font-size: 28px;
    line-height: 1;
}
.btn.btn-zona span {
    display: block;
    color: rgb(174, 145, 33);
    font-size: 13px;
}
.btn.btn-select-type {
    color: rgb(151, 155, 146);
    border: 1px solid rgb(198, 202, 202);
    border-radius: 3px 0 0 3px;
}
.btn.btn-select-type.jb8050 {
    background: rgb(247, 226, 159);
}
.btn.btn-select-type + .btn-download {
    border-left: none;
    border-radius: 0 3px 3px 0;
}
.btn-video-rating-good,
.btn-video-rating-bad {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    height: 3px;
    z-index: 5;
    border-radius: 0;
}
.list-video .list-item {
min-width: 195px;
    max-width: 195px;
    width: 19.3333%;
    margin-left: 21px;
    margin-right: 21px;
}
.list-video .list-item:hover .item-fav {
    display: block;
}
.list-video .list-item .item-img {
    background-size: cover;
    background-color: rgb(42, 38, 34);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    width: 100%;
	max-height: 160px;
}
.list-video .list-item .item-title {
    margin: 0;
    padding-top: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list-video .list-item .item-title:first-letter {
    text-transform: uppercase;
}
.list-video .list-item .item-stats-wrap {
    position: relative;
    margin: 0 7% 7% 0;
    padding: 4px 0 0 0;
    color: rgb(140, 142, 137);
    font-size: 13px;
    overflow: hidden;
}
.list-video .list-item .item-stats-wrap .item-stats {
    width: 400px;
}
.list-video .list-item .item-stats-wrap span {
    display: inline-block;
}
.list-video .list-item .item-stats-wrap span + span {
    margin-left: 10px;
}
.list-video .list-item .item-img,
.list-video .list-item .item-title {
    margin-right: 7%;
}
.list-video .list-item .item-plus,
.list-video .list-item .item-views,
.list-video .list-item .item-comments {
    position: relative;
    padding-right: 20px;
}
.list-video .list-item .item-plus {
    padding: 0;
    color: rgb(116, 160, 49);
    font-size: 15px;
}
.list-video .list-item .item-comments:after,
.list-video .list-item .item-views:after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    right: 2px;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.list-video .list-item .item-views:after {
    background-image: url(../images/eye.png);
}
.list-video .list-item .item-comments:after {
    top: 1px;
    background-image: url(../images/com.png);
}
.c-rating {
    margin-left: 15px !IMPORTANT;
    padding-top: 7px !important;
}
.list-video .list-item .item-fav {
    display: none;
    position: absolute;
    top: -2px;
    right: -1%;
    padding: 3px;
    width: 146px;
    height: 53px;
    color: transparent;
    text-indent: -999em;
    outline: none;
    border: none;
    box-shadow: 0 1px 3px 0;
    cursor: pointer;
    background: url(../images/backg.png) -6px 65px;
}
.list-video .video-item-next {
    position: relative;
}
.list-video .video-item-next .video-item-next-text {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    color: rgb(31, 27, 31);
    font-size: 15px;
}
.video-page .video-page-header {
    margin-bottom: 12px;
}
.video-page .video-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.video-page .video-title {
    margin: 0 0 6px 0;
    font-size: 24px;
    font-weight: bold;
}
.video-page .video-stats .video-uploaded {
    color: rgb(108, 107, 107);
    font-size: 15px;
}
.video-page .video-stats .video-uploaded .link {
    padding-left: 0;
    padding-right: 0;
}
.video-page .video-rating {
    position: relative;
    float: right;
    padding: 0 0 10px 0;
    
}
.video-page .fav-wrap {
    float: right;
    height: 32px;
    padding: 0 0 9px 0;
    margin-right: -10px;
}
.video-page .video-rating-good-plus,
.video-page .video-rating-bad-minus {
    min-width: 82px;
    height: 30px;
    padding: 0 10px 0 35px;
    color: rgb(121, 119, 112);
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    border: 1px solid rgb(202, 207, 200);
    box-sizing: border-box;
}
.video-page .video-rating-good-plus {
    background: url(../images/like.png) no-repeat;
    background-position: 15px center;
    border-right: none;
    border-radius: 3px 0 0 3px;
}
.video-page .video-rating-label {
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    overflow: hidden;
}
.video-info-col {
    box-sizing: border-box;
}
.video-info-col.video-tags {
    /* margin: 0 0 0 162px;*/
}
.video-info-col.b042571cd {
    position: absolute;
    left: 0;
}
.video-info-col .e36f7c {
    margin: 0;
    font-size: 15px;
	padding-bottom: 10px;
}
article.video-container.is-favorites-initialized {
    width: 67%;
    margin: 0 auto;
}
.video-info-tags {
    display: block;
    margin-bottom: 10px;
    
}
.video-info-tags .link {
    display: inline-block;
    margin: 0 5px 6px 0;
    padding: 7px 12px;
    color: rgb(50, 54, 35);
    border: 1px solid rgb(203, 189, 129);
    background: rgb(250, 230, 152);
}
#player {
    width: 100% !important;
}
.player-wrap {
    position: relative;
}
.tabs-video-info .tab-no-body {
    float: right;
    position: relative;
    bottom: -4px;
}
.tabs-video-info .tab-description a,
.tabs-video-info .tab-download a,
.tabs-video-info .tab-share a {
    margin-right: 15px;
    padding: 10px 0 11px 0px;
    color: rgb(83, 79, 94);
    border-bottom: 3px solid transparent;
    overflow: hidden;
}
.tabs-video-info .tabs-body {
    /*padding-top: 17px;*/
}
#tab-description {
    min-height: 85px;
}
.tabs-video-list {
    padding: 10px 0;
}
.tabs-video-list .tabs-header li a {
    padding-bottom: 14px;
}
.tabs-video-list .tabs-header li + li {
    margin-left: 24px;
}
.tabs-video-list .tabs-body {
    padding-top: 24px;
}
#tab-download {
    
}
#tab-download .video-info-left,
#tab-download .video-info-right {
    display: inline-block;
}
#tab-download .video-info-size {
    margin-right: 10px;
    color: rgb(30, 36, 31);
    font-size: 30px;
    text-transform: uppercase;
}
#tab-download .video-info-resolution p {
    margin: 0;
    text-align: left;
}
.edit-video-form {
    max-width: 625px;
}
.edit-video-textarea {
    height: 100px;
}
#upload_tags_chzn,
#edit_video_tags_chzn {
    width: 100% !important;
    min-height: 60px;
    border: 1px solid rgb(206, 198, 200);
    box-sizing: border-box;
}
#upload_tags_chzn .chzn-container,
#edit_video_tags_chzn .chzn-container,
#upload_tags_chzn .chzn-drop,
#edit_video_tags_chzn .chzn-drop {
    background: rgb(251, 252, 250);
    border: 1px solid rgb(203, 200, 198);
}
#upload_tags_chzn .chzn-container:before,
#edit_video_tags_chzn .chzn-container:before,
#upload_tags_chzn .chzn-drop:before,
#edit_video_tags_chzn .chzn-drop:before {
    background-color: rgb(246, 251, 254);
}
#upload_tags_chzn .search-field input,
#edit_video_tags_chzn .search-field input {
    width: 100% !important;
    min-height: 30px;
    padding: 5px;
    border: none !important;
    box-shadow: none !important;
    outline: none;
    box-sizing: border-box;
}
#upload_tags_chzn .search-field input:focus,
#edit_video_tags_chzn .search-field input:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none;
}
#upload_tags_chzn .chzn-choices,
#edit_video_tags_chzn .chzn-choices {
    background: transparent;
}
#upload_tags_chzn .chzn-results,
#edit_video_tags_chzn .chzn-results {
    border: 1px solid rgb(203, 203, 203);
}
#upload_tags_chzn .chzn-results .v387fa2f,
#edit_video_tags_chzn .chzn-results .v387fa2f {
    color: rgb(28, 42, 28);
    background: rgb(250, 232, 156);
}
#upload_tags_chzn .search-choice,
#edit_video_tags_chzn .search-choice {
    position: relative;
    display: inline-block;
    margin: 3px 0 3px 5px;
    padding: 10px 25px 10px 6px;
    color: rgb(33, 37, 36);
    font-size: 15px;
    background: rgb(251, 233, 165);
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid rgb(203, 193, 122);
}
#upload_tags_chzn .search-choice .search-choice-close,
#edit_video_tags_chzn .search-choice .search-choice-close {
    position: absolute;
    top: 12px;
    right: 8px;
    width: 12px;
    height: 12px;
    font-size: 1px;
    background: url(../images/none.png) center no-repeat;
}
.video-info-screens {
    display: inline-block;
    width: 140px;
}
.video-info-screens .video-info-screen-link {
    display: inline-block;
    width: 65px;
}
.video-info-screens .video-info-screen-link .video-info-screen-img {
    width: inherit;
}
.sorts-filter-wrap .sorts-filter {
    float: left;
}
.sorts-filter-wrap .sorts-filter + .sorts-filter {
    margin-left: 30px;
}
.sorts-filter-wrap .sorts-filter li {
    margin-bottom: 10px;
}
.sorts-filter-wrap .sorts-link {
    color: $link-sort-filter;
    text-decoration: none;
}
.sorts-filter-wrap .sorts-link-active {
    color: $link-sort-filter-active;
}
.user-info {
    margin-bottom: 30px;
}
.rating-user {
    display: inline-block;
    position: relative;
}
.rating-user .rating-user-title {
    margin: 0;
}
.rating-user .rating-count {
    position: absolute;
    top: -20%;
    left: 100%;
}
.rating-user .rating-count-plus {
    color: rgb(72, 172, 79);
}
.rating-user .rating-count-minus {
    color: rgb(253, 80, 83);
}
.menu-vk {
    position: relative;
    margin-left: 8px;
    padding: 20px 0;
    background: rgb(50, 55, 44);
    border-radius: 3px;
    overflow: hidden;
}
.menu-vk .menu-vk-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 19px 0;
    color: rgb(137, 140, 137);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    background: rgb(51, 47, 44);
    box-sizing: border-box;
}
#vk_groups {
    margin: 0 auto;
}
#menu-login .form-control,
#menu-login-info .form-control {
    height: auto;
    margin-bottom: 10px;
    padding: 7px 0 7px 12px;
    color: rgb(252, 254, 253);
    font-size: 15px;
    line-height: 16px;
    background: rgb(56, 39, 49);
    border: 2px solid transparent;
    border-radius: 3px;
    box-sizing: border-box;
}
#menu-login .form-control:focus,
#menu-login-info .form-control:focus {
    outline: none;
    border: 2px solid rgb(248, 195, 3);
}
#menu-login .error.menu-login-error,
#menu-login-info .error.menu-login-error,
#menu-login .remember-me,
#menu-login-info .remember-me {
    margin-bottom: 10px;
    color: rgb(247, 255, 251);
}
#menu-login .error.menu-login-error,
#menu-login-info .error.menu-login-error {
    color: rgb(255, 185, 0);
}
#menu-login.open .menu-user-contols,
#menu-login-info.open .menu-user-contols {
    display: block;
}
.yf7d8f {
    padding-left: 8px;
}
.yf7d8f h3 {
    color: $sidebar-link-header;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 1px;
}
.yf7d8f .top24authors-item {
    margin-bottom: 10px;
    overflow: hidden;
}
.yf7d8f .top24authors-link {
    display: inline-block;
}
.yf7d8f .top24authors-counter {
    float: right;
    color: rgb(82, 76, 81);
    font-size: 12px;
    line-height: 22px;
}
.yf7d8f .menu-link {
    float: left;
    margin: 0;
}
.menu {
    position: relative;
    float: left;
    width: 200px;
    margin-left: -100%;
    padding: 20px 14px 20px 8px;
    box-sizing: border-box;
    z-index: 9999;
    box-sizing: border-box;
}
.menu .menu-link.menu-link-favs {
    margin-bottom: 25px;
}
.menu .search-form {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 8px;
    box-sizing: border-box;
}
.menu .search-form .search {
    width: 100%;
    padding: 7px 0 7px 12px;
    color: rgb(248, 255, 251);
    font-size: 15px;
    line-height: 16px;
    background: rgb(53, 53, 47);
    border-radius: 3px;
    border: 2px solid transparent;
    box-sizing: border-box;
	margin-top: 10px;
}
.menu .search-form .search:focus {
    outline: none;
    border: 2px solid rgb(254, 184, 3);
}
.menu .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    border: none;
    outline: none;
    background: url(../images/hs.png) center no-repeat;
	margin-top: 10px;
}
.menu .menu-link-favs-notice,
.menu .menu-user-contols {
    display: none;
}
.menu .menu-link-favs-wrap {
    margin-top: 10px;
}
.menu .menu-link-favs-wrap,
.menu .menu-login,
.menu .filter {
    padding-left: 8px;
}
.menu .menu-link {
    display: block;
    margin-bottom: 6px;
    color: rgb(138, 145, 138);
    line-height: 20px;
    text-decoration: none;
    transition: all ease-out 0.5s;
}
.menu .menu-link.menu-login-reset-password {
    margin-bottom: 20px;
}
.menu .menu-link.menu-link-all {
    padding: 6px 8px;
    background: #303030 url(../images/btn2.png) 90% center no-repeat;
    border-radius: 3px;
}
.menu .menu-link:hover {
    color: rgb(203, 194, 201);
}
.tabs-sidebar .tabs-header {
    margin: 0 0 10px 8px;
    padding: 0;
    border-color: rgb(45, 40, 41);
}
.tabs-sidebar .tabs-header li {
    position: relative;
}
.tabs-sidebar .tabs-header li a {
    display: block;
    padding-bottom: 10px;
    color: rgb(149, 137, 145);
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.tabs-sidebar .tabs-header li a:hover {
    color: rgb(200, 201, 196);
}
.tabs-sidebar .tabs-header li:first-child {
    margin-right: 9px;
}
.tabs-sidebar .tabs-header li.tab-active a {
    color: rgb(202, 199, 199);
}
.hide-wrapp {
    margin-top: 20px;
}
.f334d {
    padding: 15px 0 13px 0;
    font-size: 15px;
    border-bottom: 1px solid rgb(204, 200, 204);
}
.f334d:hover .comment-rating,
.f334d:hover .comment-count-null,
.f334d:hover .comment-link-answer {
    display: inline-block;
}
.comment-rating-wrap {
    display: inline-block;
}
.comment-username {
    display: inline-block;
    margin-bottom: 10px;
    color: rgb(26, 35, 36);
    font-size: 16px;
    font-weight: bold;
}
.comment-content {
    color: $base-text;
}
.comment-footer {
    padding: 10px 0 0 0;
    color: rgb(75, 74, 76);
}
.comment-footer > span {
    display: inline-block;
}
.comment-footer-left,
.comment-footer-right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.comment-footer-right {
    height: 20px;
    text-align: right;
}
.comment-link-answer {
    display: none;
    margin-right: 10px;
    padding-right: 15px;
    background: url(../images/btn3.png) 97% 6px no-repeat;
    cursor: pointer;
}
.comment-rating {
    display: none;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center right;
    opacity: 0.3;
    transition: opacity ease 0.5s;
}
.comment-rating:hover {
    opacity: 0.6;
}
.comment-count-good {
    color: rgb(117, 168, 47);
}
.comment-count-bad {
    color: rgb(233, 61, 48);
}
.comment-rating-minus-pressed,
.comment-rating-plus-pressed {
    display: inline-block;
    opacity: 1;
}
.comment-count-null {
    display: none;
}
.comments-form-wrapper {
    margin-top: 20px;
}
.comments-form-wrapper .comments-textarea {
    width: 100%;
    height: 72px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid rgb(194, 202, 213);
    box-sizing: border-box;
    outline: none;
}input#comment-guest-name {
    display: block;
}.comments-form-wrapper.contact .comments-guest-input {
    border: 1px solid rgb(207, 200, 205);
    outline: none;
    position: relative;
    bottom: -1px;
    height: 32px;
    padding: 5px 0 5px 10px;
    font-size: 15px;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.comments-form-wrapper .comments-guest-input {
    border: 1px solid rgb(207, 200, 205);
    outline: none;
}
.comments-form-wrapper .comments-controls-left,
.comments-form-wrapper .comments-controls-right {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}
.comments-form-wrapper .comments-controls-right {
    vertical-align: top;
}
.comments-form-wrapper .comments-controls-left {
    margin-right: 6px;
}
.comments-form-wrapper .comments-controls-left input[type="text"] {
    position: relative;
    bottom: -1px;
    width: 100%;
    height: 32px;
    padding: 5px 0 5px 10px;
    font-size: 15px;
    border-radius: 3px;
    box-sizing: border-box;
}
#comments-not-yet {
    margin: 30px 0 20px 0;
}
.comments-post {
    padding-bottom: 60px;
}
.comments-title {
    font-size: 15px;
}
.paginator {
    margin-bottom: 0;
}
.comments-header {
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(211, 209, 202);
}
.comments-header .comments-title {
    position: absolute;
    display: inline-block;
    bottom: -1px;
    padding-bottom: 17px;
    border-bottom: 3px solid rgb(234, 64, 46);
}
.comments-header .btn-comments-write {
    float: right;
}
#registration-edit-form {
    width: 100%;
}
#registration-edit-form .b05a8f9 {
    padding-left: 20px;
}
.form-group .chzn-drop,
.form-group .chzn-with-drop {
    background: #fff !important;
}
.form-group .chzn-container-single .chzn-single {
    padding: 6px 12px;
    background: #fff !important;
    border-color: rgb(205, 204, 206);
    border-radius: 0;
}
.form-group .chzn-container-single .chzn-single abbr {
    top: 15px;
}
.form-group .chzn-container-single .chzn-single div b {
    background-position: 0 12px;
}
.form-group .chzn-container .chzn-drop {
    border: 1px solid rgb(205, 204, 203);
}
.form-group .chzn-container .chzn-drop:before {
    background: #fff !important;
}
#user-birthday_day,
#user-birthday_month,
#user-birthday_year {
    display: inline-block;
    height: 38px;
    padding: 6px 12px;
    font-size: 15px;
    background: rgb(255, 246, 249);
    border: 1px solid rgb(208, 201, 197);
}
.user-label {
    display: inline-block;
    margin-bottom: 15px;
}
.profile-page.dropdown-filters {
    float: none;
}
.profile-section-results {
    overflow: hidden;
}
.profile-section-results .result-item {
    min-height: auto;
}
.profile-section {
    width: 100%;
    overflow: hidden;
}
.profile-section .profile-section-header {
    position: relative;
    height: 40px;
    margin: 15px 0;
    padding: 5px 0;
    border-bottom: 1px solid rgb(203, 205, 203);
}
.profile-section .profile-section-header h2 {
    position: absolute;
    display: inline-block;
    margin: 0;
    bottom: -1px;
    padding: 10px 0;
    font-size: 24px;
    box-sizing: border-box;
}
.profile-section .profile-section-header .profile-section-title-note {
    color: rgb(211, 197, 207);
    font: normal 14px Verdana, Helvetica, sans-serif;
}
.profile-section .profile-section-results-empty {
    display: none;
}
.profile-section .profile-section-results-empty.p56ca {
    display: block;
}
.profile-section .profile-result-item {
    magin-bottom: 0;
}
.profile-section .profile-item-controls {
    padding: 10px 0;
}
.profile-search-form {
    position: relative;
}
.profile-search-form .search-submit {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: transparent url(../images/search.png) center no-repeat;
}
.profile-section-title {
    position: relative;
    bottom: 0;
}
.profile-section-title:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    border-bottom: 3px solid;
}
.profile-section-title-published:after {
    border-color: rgb(120, 173, 58);
}
.profile-section-title-processing:after {
    border-color: rgb(249, 180, 9);
}
#interests-select {
    overflow: hidden;
    font-size: 16px;
}
#interests-select label {
    display: block;
    margin-bottom: 15px;
}
#interests-select .interests-input {
    border: 1px solid rgb(200, 207, 206);
}
.profile-list-item-link {
    text-decoration: none;
}
form.k0d1d09ca {
    width: 423px;
}
form.k0d1d09ca .form-input-wrap {
    float: right;
    width: 60%;
}
form.k0d1d09ca .form-group {
    overflow: hidden;
}
form.k0d1d09ca .captcha-field {
    position: relative;
    display: inline-block;
}
form.k0d1d09ca .captcha-field .user-captcha {
    height: 38px;
}
form.k0d1d09ca .captcha-field label[for=user-human] {
    position: absolute;
    top: 0;
    right: 0;
}
.reset-password {
    width: 325px;
    margin-bottom: 20px;
}
.tag-page-item {
    float: left;
    position: relative;
    max-width: 344px;
    min-width: 256px;
    width: 30%;
    margin: 0 24px 16px 0;
}
.tag-page-item .tag-page-item-img {
    margin-bottom: 10px;
    padding-top: 56.25%;
    background-size: cover;
    background-color: rgb(28, 28, 32);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
}
.tag-page-item .tag-page-item-title {
    float: left;
    margin: 0;
    color: rgb(29, 29, 33);
    font-weight: normal;
}
.tag-page-item .tag-page-item-count {
    float: right;
    padding-left: 20px;
    color: rgb(133, 131, 133);
    background: url(../images/video.png) left center no-repeat;
}
.list-actress .list-item {
    margin: 0 16px 20px 0;
}
.list-actress .list-item .item-title {
    margin: 0;
    padding-top: 6px;
}
.list-actress .list-item .item-img {
    border-radius: 3px;
}
.list-actress .list-item .item-video-count {
    float: right;
    margin-top: 6px;
    padding: 0 0 0 20px;
    color: rgb(132, 133, 136);
    font-size: 15px;
    background: url(../images/) left center no-repeat;
}
.tags-filter-actress {
    width: 100%;
}
.tags-filter-img {
    padding-top: 25%;
    background-size: cover;
    background-position: center;
}
.g7bf7 {
    margin: 0 auto;
    padding-right: 29px;
    width: 749px;
}
.xb-zona-head {
    margin: -20px -4% 20px -5%;
}
.xb-zona-head img {
    width: 100%;
}
.zona-download {
    font-size: 16px;
    display: inline-block;
    line-height: 1.75em;
    height: 1.75em;
    padding: 0.5em 1.8125em;
    border-radius: 0.375em;
    color: rgb(30, 35, 33);
    text-decoration: none;
    background: rgb(251, 196, 26);
    background: linear-gradient(to bottom, #f7d94e, #fec31a);
}
.zona-download:hover:active {
    background: rgb(250, 191, 19);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.zona-download:hover,
.zona-download:focus {
    background: rgb(248, 222, 76);
    background: linear-gradient(to bottom, #fec31a, #f7d94e);
    outline: none;
}
.zona-hd {
    margin-bottom: 47px;
    position: relative;
}
.zona-hd-title {
    font-size: 37px;
    line-height: 100%;
    color: rgb(36, 35, 39);
    margin: 0 0 76px 6px;
    display: inline-block;
}
.zona-hd-download {
    position: absolute;
    top: 2px;
    right: 0;
}
.zona-feature {
    margin: 0 0 77px 0;
    position: relative;
}
.zona-feature-caption {
    position: absolute;
    top: 2px;
    width: 136px;
    padding: 17px 0px 0 5px;
    font-size: 13px;
    line-height: 18px;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
}
.zona-feature-img {
    display: block;
    margin-left: 184px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.zona-feature-img-wrap {
    margin-left: 184px;
}
.zona-feature-img-wrap:after {
    content: '';
    display: table;
    clear: both;
}
.zona-feature-img-col1,
.zona-feature-img-col2 {
    float: left;
}
.zona-feature-img-col1 {
    margin: 0 25px 0 0;
}
.zona-feature-img-col2 {
    margin-left: 0;
}
.zona-ft {
    margin-top: 80px;
    text-align: center;
}
.zona-ft-download {
    font-size: 22px;
}
.zona-ft-text {
    font-size: 14px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.6);
    margin: 22px 0 31px;
}
html,
body {
    height: 100%;
    color: rgb(33, 31, 31);
    font: normal 15px Arial, Verdana, sans-serif;
    background: #000 url(../images/back.jpg) center 0 no-repeat;
}
body {
    padding-top: 280px;
}
a {
    color: rgb(204, 159, 61);
}
.container {
    float: left;
    width: 100%;
}
.content-wrap {
    margin: 0 0 0 200px;
    background: rgb(249, 250, 252);
    overflow: hidden;
}
.fb308ba {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-direction: normal;
    padding: 20px 1% 0 3%;
    box-sizing: border-box;
}
.content-main {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.e18d2d169 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 3%;
    color: rgb(140, 140, 137);
    font-size: 15px;
}
.m8e77 {
    position: relative;
    max-width: 1200px;
    min-width: 320px;
    min-height: 100%;
    margin: 0 auto;
    background: #565555!important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px !important;
}
@media screen and (max-width: 1024px) {
    body.body.en.branding.touch {
        background-size: 100%;
    }
    body {
        padding-top: 225px;
    }
    .col-sm-6 {
        width: 19%;
        display: inline-block;
        padding: 10px;
    }
    video {
        width: 100%;
        height: auto;
    }
    main.page.page-categories {
        width: 76%;
        margin: 0 auto;
    }
    .list-video .list-item {
        width: 40%;
        min-width: 215px !IMPORTANT;
    }
    .video-page .video-wrap {
        width: 100%;
        max-width: 100%;
    }
    .xb-wide-in-result,
    .xb-itm-x2-nojs {
        display: none;
    }
}
@media screen and (min-width: 1320px) {
    .z0b8ae .list-video .list-item,
    .z0b8ae .xb-itm-x2-nojs {
        width: 25%;
    }
    .z0b8ae .xb-wide-in-result {
        width: 50%;
    }
}
@media screen and (min-width: 1600px) {
    .z0b8ae .list-video .list-item,
    .z0b8ae .xb-video-page,
    .z0b8ae .xb-itm-x2-nojs {
        width: 20%;
    }
    .z0b8ae .xb-wide-in-result {
        width: 40%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1130px) {
    .btn.btn-video-fav {
        padding: 10px 0 11px 35px;
        width: 35px;
        overflow: hidden;
    }
}
@media screen and (max-width: 1024px) {
    .actress-list-link,
    .profile-add-item {
        width: 47%;
    }
    .tag-link-more {
        display: inline-block;
    }
    .body.e5b8e6 .tags.i890dc8 a {
        display: none;
    }
    .body.e5b8e6 .tags.i890dc8 a.l84871 {
        display: inline-block;
    }
    .video-info-col {
        width: auto;
        margin-left: 0;
    }
    .tag-link {
        margin: 0 5px 5px 0;
        padding: 3px 12px;
        font-size: 15px;
        background: rgb(230, 229, 238);
        border-radius: 2px;
    }
    .tag-link.weight-1,
    .tag-link.weight-2,
    .tag-link.weight-3,
    .tag-link.weight-4,
    .tag-link.weight-5 {
        font-size: 15px;
    }
    .video-info-screens {
        max-width: 100%;
    }
    .video-info-screen-link {
        width: 72px;
    }
    .t71d7 {
        font-size: 0.7em;
        line-height: 2.4em;
    }
    .video-page .video-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .btn.btn-video-fav {
        width: 15px;
        
        background-position: center;
    }
    .comments-form-wrapper .comments-textarea {
        width: 100%;
    }
    .comments-form-wrapper .comments-controls-left {
        width: 52%;
    }
    .xb-itm-x2-nojs {
        display: none;
    }
    .mobile-hide {
        display: none;
    }
}
@media screen and (max-width: 768px) {
	p, h1, .comment-content, .comment-content, .footer-copy{font-size:7px} a.link.link-footer {
    font-size: 7px;
}p.e36f7c, .video-info-col.video-tags p {
    font-size: 11px !IMPORTANT;
}
.item-fav.js-fav-btn{display:none!important}
.hf6c6b0 {
    font-size: 11px;
}.list-video .list-item .item-img {
    
max-height: 227px;}
	
    body {
        padding: 60px 0 0;
    }
    .logo .xce88 {
        top: 6px;
        right: -39px;
    }
    .content-wrap {
        margin-left: 0;
    }
    .film-full .film-left {
        float: left !IMPORTANT;
    }
    main.page.page-categories {
        width: 76%;
        margin: 0 auto;
    }
    .film-full .film-content {
        float: left;
        max-width: 295px !IMPORTANT;
        min-width: 50% !IMPORTANT;
        display: inline-block !IMPORTANT;
        margin-left: 10px !IMPORTANT;
    }
    .m7fc0a16 {
        width: 100% !IMPORTANT;
        margin: 0 auto;
    }
    video {
        width: 100%;
        height: auto
    } 
a.logo {
    margin-left: 63px;
    background-size: 26% !important;
    background-position: 20px 6px;
    height: 62px;
}
    .jd6856723 {
        width: auto;
    }
    .jd6856723 span {
        display: none;
    }
.menu .search-form{display:none !important}
    .dropdown-filters {
        margin: 10px 0;
        margin-top: 0;
    }
    .dropdown-filters .link.dropdown-toggle {
        width: inherit;
        font-size: 15px;
        text-align: center;
    }
    .body.top-ad-strip-show .menu {
        top: 60px;
    }
    .body.opened-menu .menu {
        height: 100%;
        background: none;
    }
    .body.opened-menu .menu .hide-wrapp {
        left: 0;
    }
    .menu {
        top: 0;
        padding: 0;
        margin-left: 0;
        position: fixed;
    }
    .menu .logo:before {
        content: ' ';
        display: block;
        position: absolute;
        top: 8px;
        left: -62px;
        width: 50px;
        height: 20px;
        background: url(../images/btn4.png) center no-repeat;
    }
    .menu .menu-login {
        margin-top: 35px;
    }
    .menu .hide-wrapp {
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        margin-left: 0;
        padding: 10px;
        width: 200px;
        height: 100%;
        background: rgb(32, 27, 18);
        overflow-y: auto;
        transition: left ease 0.25s;
        z-index: 1;
    }
    .menu .menu-link {
        margin-bottom: 1.8vh;
    }
    .pinned-wrapp {
        position: fixed;
        width: 100%;
        background: rgb(30, 27, 30);
        z-index: 3;
    }
    .r52eff469 {
        margin: 0;
        padding: 20px 0 20px 15px;
    }
    .r52eff469 .link-footer {
        margin: 0;
    }
    .r52eff469 .link-footer:nth-of-type(1) {
        margin-right: 10px;
    }
}
@media screen and (min-width: 310px) and (max-width: 560px) {
	
	
	   a.logo {

        background-size: 37% !IMPORTANT;

    }
    .logo .xce88 {
        display: none;
    }
    .pinned-wrap {
        width: 94%;
    }
    .search-form {
        max-width: 165px;
        margin-right: 10px;
    }
    .video-info-col.video-tags {
        margin: 0;
    }
    article.video-container.is-favorites-initialized {
        width: 100% !important
    }
    .list-video .list-item {
        width: 80%;
        max-width: 350px;
    }
    .tabs-video-info .tab-description a,
    .tabs-video-info .tab-download a,
    .tabs-video-info .tab-share a {
        margin-right: 5px;
        width: 90px;
        height: 33px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .tabs-video-info .tab-description a {
        background-image: url(..images/btn5.png);
    }
    .tabs-video-info .tab-download a {
        background-image: url(../images/btn6.png);
    }
    .tabs-video-info .tab-no-body {
        bottom: 0;
    }
    .tabs-video-info .tab-share {
        margin: 0;
    }
    .tabs-video-info .video-rating {
        padding: 0;
    }
    .tabs-video-info .video-rating .video-rating-good-plus,
    .tabs-video-info .video-rating .video-rating-bad-minus {
        min-width: 55px;
        padding-left: 25px;
        border-color: transparent;
        background-position-x: 5px;
    }
    .tabs-video-info .video-rating .video-rating-bad-minus {
        background-position-y: 10px;
    }
    .tabs-video-info .video-rating .video-rating-label {
        display: none;
    }
    .tabs-video-info .video-rating .video-rating-good-plus {
        margin-right: 10px;
    }
    .tabs-video-info .fav-wrap {
        margin: 0 5px 0 0;
        padding: 0;
    }
    .tabs-video-info .video-info-screens {
        width: 100%;
        margin-bottom: 10px;
    }
    .tabs-video-info .video-info-screens .video-info-screen-link {
        width: 65px;
    }
    .btn.btn-video-fav {
        width: 24px;
        height: 33px;
        padding: 10px 0 0 24px;
        border-color: transparent;
        background-position: center;
        box-sizing: border-box;
    }
    .video-info-col.b042571cd {
        position: relative;
    }
    .actress-list {
        text-align: center;
    }
    .actress-list-link {
        float: none;
        display: inline-block;
        width: auto;
    }
    .footer-copy {
        display: block;
        margin-right: 0;
    }
    .footer-ask {
        white-space: normal;
        display: block;
        margin-bottom: 0.8em;
    }
    .sorts-filter-wrap .sorts-filter:last-child {
        margin: 0;
    }
    .jd6856723 {
        display: none;
    }
    .favorites-none {
        min-height: 430px;
        padding-top: 200px;
        background-position-y: 5%;
    }
    .list-holiday {
        display: none;
    }
}
/*MODELS*/

.qfff27 .model-poster .ie91873 {
    width: 240px;
    height: auto;
    padding-left: 10px;
}
.film-full .film-content {
    float: left;
    max-width: 100%;
    min-width: 300px;
}
.film-full .film-content .table-description tr {
    background: none;
}
.film-full .film-content .table-description tr td {
    font-size: 16px;
}
.film-full .film-content .table-description tr td:last-child {
    text-align: left;


    color: rgb(43, 39, 40);
    font-size: 15px;
    text-decoration: none;
    box-sizing: border-box;
}.title-block {
    width: 94%;
    margin: 0 auto;
}
.film-full .film-content .table-description tr td p {
    background: none;
}
.line-mod {
    width: 5px;
    height: 0px;
    overflow: hidden;
    border-top: 1px solid rgb(166, 4, 5);
    display: inline-block;
    margin: 5px 5px 0 10px;
    padding: 0;
}
.model-wrapper {} .mod-wrap {
    display: table;
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 10px 0 0 0;
    border-bottom: 2px solid #e0749e
}
.desc-model {
    background: rgb(254, 251, 241);
    border-radius: 0 0 10px 10px;
    padding: 0 7px;
    margin-bottom: 20px;
    text-align: justify;
}
.mod-soc-desc {
    text-align: center;
}
.mod-soc-desc ul {
    text-align: left;
}
.mod-soc-mob {
    display: none;
}
.film-full .film-left {
    display: table-cell;
    width: 240px;
    float: none;
    vertical-align: top;
    padding: 0px 20px;
    padding-bottom: 20px;
}
.film-full .film-content {
    display: table-cell;
    width: 100%;
    float: none;
    vertical-align: top;
}
.mod-header {
    border-left: 3px solid rgb(224, 116, 158);
    margin: 0 0 10px 5px;
    font-size: 14px;
    display: inline-block;
    padding: 0 0 0 10px;
    font-family: 'gotham_promedium';
    text-transform: uppercase;
}
.film-full > div {
    padding-top: 0px;
}
.o081368 .tf5931af {
    margin: 3px 15px 0 45px;
}
.navbar-form {
    margin-top: 13px
}
.c6f579 {
    margin-top: 4px;
    margin-right: 5px;
}
.o081368 .tf5931af > li.c6f579 a {
    padding-right: 0px;
}
.r7e4b73 {
    position: relative;
}
.r7e4b73:hover .some-drop ul {
    display: block;
}
#navbar .dropdown-menu {
    width: 710px;
    top: 3px;
    position: absolute;
    left: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.some-drop {
    position: absolute;
    left: 0;
    top: 100%;
    height: 10px;
    right: 0;
}
.dropdown-menu li a {
    padding: 10px 10px 10px 20px;
}
.navbar-collapse {
    padding-right: 0;
}
.model-page {
    width: 100%;
    margin: 0 auto;
}
.m7fc0a16 {
    width: 50%;
    margin: 0 auto;
}
.m7fc0a16 .th-videos .h658e4f6f {
    float: left;
    width: 30%;
    padding: 3px 1px 0 2px;
    box-sizing: border-box;
}
.title-block h1 {
    margin: 0 0 6px 0;
    font-size: 24px;
    font-weight: bold;
}
.film-full .film-content .table-description tr:first-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.film-full .film-content .table-description tr:first-child td:first-child {
    height: 0;
}
.table.rating.q5cd00a {
    margin: 15px auto 0;
    width: auto;
}
.model-info {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    float: none;
    margin-right: 0;
    min-height: 0;
    padding: 0;
    width: 100%;
}
.model-info-desc {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    font-size: inherit;
    margin: 0;
    padding: 0;
}
.film-full .film-tabs {
    padding-top: 0;
}
.film-full .film-content {
    float: left;
    max-width: 480px;
    min-width: 65%;
}
.model-page .m6d150d71 {} .model-page .film-full .right-adv-block {
    top: 0;
}
.film-full .main-title-block-wr {
    display: table;
    padding: 0 44px 2px 0;
    width: 100%;
}
.film-full .main-title-block {
    display: table-cell;
    float: none;
    line-height: 100%;
    vertical-align: top;
}
.film-full .k4cc69195 {
    cursor: pointer;
    display: table-cell;
    float: none;
    padding: 0 10px;
    position: relative;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
.film-full .k4cc69195 .fa-sort {
    color: rgb(57, 183, 203);
    float: left;
    margin: 0 5px 0 0;
    display: block !important;
    height: 46px !important;
    line-height: 46px !important;
}
.film-full .k4cc69195 i {
    position: static !important;
}
.film-full .k4cc69195 strong {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: rgb(28, 22, 36);
    !important;
    display: block;
    float: left;
    font-weight: normal;
    height: 46px;
    line-height: 46px;
    padding: 0 !important;
    position: static;
}
.film-full .k4cc69195:hover {
    background-color: rgb(49, 187, 196);
    color: rgb(245, 255, 253);
}
.film-full .k4cc69195:hover .fa-sort {
    color: rgb(251, 253, 247);
}
.film-full .k4cc69195:hover strong {
    color: rgb(254, 251, 248);
}
.film-full .k4cc69195 .fa-sort-desc,
.k4cc69195 .fa-sort-asc {
    color: rgb(134, 135, 143);
    float: right;
    margin: 0;
    display: block;
    height: 38px !important;
    line-height: 38px !important;
}
.film-full .k4cc69195 .fa-sort-asc {
    display: none;
    height: 46px !important;
    line-height: 46px !important;
}
.film-full .k4cc69195:hover .fa-sort-asc {
    display: block;
}
.film-full .k4cc69195:hover .fa-sort-desc {
    display: none;
}
.film-full .k4cc69195:hover .fa-sort-desc,
.k4cc69195:hover .fa-sort-asc {
    color: rgb(255, 253, 247);
}
.film-full .k4cc69195 ul {
    background-color: rgb(246, 250, 249);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
    display: none;
    left: 0;
    position: absolute;
    top: 46px;
    width: auto;
    z-index: 1000;
    padding: 30px 0;
    margin: 0;
}
.film-full .k4cc69195:hover ul {
    display: block;
}
.film-full .k4cc69195 li {
    height: auto;
    line-height: normal;
    list-style: outside none none;
    padding: 0;
}
.film-full .k4cc69195 li a {
    display: block;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    line-height: normal;
    color: rgb(70, 73, 64);
}
.film-full .k4cc69195 li a:hover {
    background-color: rgb(227, 231, 223);
    text-decoration: underline;
}
.film-full .main-title-block h2 {
    font-size: 20px;
    margin: 0;
    padding: 12px 0;
}
.th-title {
    color: inherit;
    display: block;
    font-family: "gotham_proregular", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 34px;
    line-height: 17px;
    margin: 0 5px;
    text-overflow: ellipsis;
}