/*
 * Darkens or lightens the color based on its lightness compared to the base where you want to shift.
 *
 * @param $color  [Sass::Script::Value::Color]    The color to modify
 * @param $amount [Sass::Script::Value::Number]   The amount to change the lightness by (between `0%` and `100%`)
 * @param $base   [Sass::Script::Value::Number]   Define where we will shift
 * @param $target [Sass::Script::Value::Color]    Optional / We shift only then if the two color are same
 */
/*
 * Lighten/darken the given color until we reach the target color's lightness (+/- offset).
 *
 * @param $color    [Sass::Script::Value::Color]    The color what we change
 * @param $target   [Sass::Script::Value::Color]    The color what we compered to
 * @param $offset   [Sass::Script::Value::Number]   The tolerance value
 * @param $interval [Sass::Script::Value::Number]   The step value what we use to increase/decrease the lightness
 */
/* Media query */
body {
  background: #ADCCCE;
  color: #486575;
}

a {
  color: #c3e6ff;
}

.page-content .btn,
.overlay-wrapper .btn,
.confirmation-wrapper .btn,
.notifier-wrapper .btn {
  background: #e95370;
}

.page-content .btn, .page-content .btn:hover,
.overlay-wrapper .btn,
.overlay-wrapper .btn:hover,
.confirmation-wrapper .btn,
.confirmation-wrapper .btn:hover,
.notifier-wrapper .btn,
.notifier-wrapper .btn:hover {
  color: #FFFFFF;
}

.page-content .btn:hover,
.overlay-wrapper .btn:hover,
.confirmation-wrapper .btn:hover,
.notifier-wrapper .btn:hover {
  background: #e3264a;
}

.page-content .btn.btn--secondary,
.overlay-wrapper .btn.btn--secondary,
.confirmation-wrapper .btn.btn--secondary,
.notifier-wrapper .btn.btn--secondary {
  background: #D5F4F6;
}

.page-content .btn.btn--secondary, .page-content .btn.btn--secondary:hover,
.overlay-wrapper .btn.btn--secondary,
.overlay-wrapper .btn.btn--secondary:hover,
.confirmation-wrapper .btn.btn--secondary,
.confirmation-wrapper .btn.btn--secondary:hover,
.notifier-wrapper .btn.btn--secondary,
.notifier-wrapper .btn.btn--secondary:hover {
  color: #476586;
}

.page-content .btn.btn--secondary:hover,
.overlay-wrapper .btn.btn--secondary:hover,
.confirmation-wrapper .btn.btn--secondary:hover,
.notifier-wrapper .btn.btn--secondary:hover {
  background: #abe9ed;
}

.notifier-message {
  background-color: rgba(82, 117, 134, 0.92);
}

.notifier-message a {
  color: #c3e6ff;
}

.notifier-message,
.notifier-message .notifier-message-close {
  color: #ffffff;
}

.notifier-message.bestmodelslsl .notifier-icon {
  background-image: url("../../../../site/lslcommon/schema/label4/image/bestmodelslsl/notifier_logo_bestmodels.png?v3d2a5");
}

.notifier-message.sonicboxlsl .notifier-icon {
  background-image: url("../../../../site/lslcommon/schema/label4/image/sonicboxlsl/notifier_logo_sonicbox.png?vb2836");
}

.notifier-icon {
  background: #e95370;
  color: #FFFFFF;
}

h2.heading {
  color: #e95370;
}

h3.heading {
  color: #486575;
}

.subheading {
  color: #486575;
}

.seo-heading {
  color: #e95370;
}

.seo-content {
  color: #486575;
}

h2.content-box .heading, .overlay-body .heading {
  color: #e95370;
}

h3.content-box .heading, .overlay-body .heading {
  color: #c3e6ff;
}

.content-box .subheading,
.overlay-body .subheading {
  color: #c3e6ff;
}

.sidemenu {
  background: #527586;
}

.sidemenu .heading {
  color: #c3e6ff;
}

.sidemenu-item {
  background: #527586;
  color: #c3e6ff;
  border-color: #5c8396;
}

.sidemenu-item:hover {
  background: #5c8396;
}

.sidemenu-item > a {
  color: #c3e6ff;
}

.sidemenu-item > a:hover {
  color: #aadbff;
}

.sidemenu-subitem {
  color: #c3e6ff;
}

.page-head {
  background: #486575;
}

.header-menu-title {
  color: #ffffff;
  border-color: #5b8095;
  background: #e95370;
}

.header-menu-title:hover {
  background: #e63c5d;
}

.page-nav::after {
  border-color: #5b8095 transparent;
}

.page-nav-item {
  color: #FFFFFF;
}

.page-nav-item:hover {
  color: #e6ecf0;
}

.page-nav-signup {
  background: #e95370;
  color: #ffffff;
}

.page-nav-signup:hover {
  background: #e63c5d;
}

.header-menu-options {
  background: rgba(0, 0, 0, 0.9);
  border-color: #5b8095;
}

.header-menu-option {
  color: #fff;
}

.header-menu-option:hover {
  color: #e95370;
}

.dropdown-menu::after {
  border-color: #5b8095 transparent;
}

.quickbuy .overlay-header,
.quickbuy .heading.overlay-title {
  color: #c3e6ff;
}

.quickbuy .overlay-header {
  background: #5c8396;
}

.quickbuy .overlay-body {
  background: #527586;
  color: #ffffff;
}

.quickbuy .quickbuy-buy-credits {
  background: #e95370;
  color: #FFFFFF;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
}

.quickbuy .quickbuy-buy-credits:hover {
  background: #e95370;
}

.quickbuy-item .quickbuy-upper-part {
  background: #5c8396;
  border-color: #527586;
}

.quickbuy-item .quickbuy-lower-part {
  background: #6890a3;
}

.quickbuy-item:hover .quickbuy-upper-part {
  background: #628b9f;
}

.quickbuy-item:hover .quickbuy-lower-part {
  background: #7297a9;
}

.quickbuy-item:hover::after {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.quickbuy-bonus-by-package {
  color: #ffffff;
}

.quickbuy-slidebar::before {
  border: 1px solid #c3e6ff;
}

.quickbuy-slider {
  background: #c3e6ff;
}

.quickbuy-bonus-amount,
.quickbuy-bonus-unit {
  color: #527586;
}

.quickbuy-bonus-information,
.quickbuy-bonus-unlocked {
  color: #c3e6ff;
}

.quickbuy-package-type {
  color: #c3e6ff;
}

.quickbuy-unit {
  color: #c3e6ff;
}

.quickbuy-package-price {
  color: #c3e6ff;
}

.quickbuy-upper-part.active .quickbuy-bonus-amount,
.quickbuy-upper-part.active .quickbuy-bonus-unit {
  color: #ffffff;
}

.quickbuy-ribbon {
  background-color: #769e00;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

.private-end {
  background: #527586;
  color: #ffffff;
}

.private-end-close {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

.surprise-title {
  color: #c3e6ff;
}

.surprise-item {
  background: #6890a3;
}

.surprise-item.vip {
  background: #e95370;
}

.surprise-item.vip .surprise-item-header {
  background: #e95370;
}

.surprise-item.vip::before,
.surprise-item.vip .surprise-item-header,
.surprise-item.vip .surprise-item-footer {
  color: #FFFFFF;
}

.surprise-item::before {
  color: #ffffff;
}

.surprise-vip-increase {
  border-color: transparent transparent #FFFFFF transparent;
}

.surprise-vip-decrease {
  border-color: #FFFFFF transparent transparent transparent;
}

.surprise-item-header {
  background: #ffffff;
  color: #6890a3;
}

.surprise-item-footer {
  color: #ffffff;
}

.surprise-send-info {
  color: #c3e6ff;
}

.t0:checked ~ div:nth-of-type(1), .t1:checked ~ div:nth-of-type(2), .t2:checked ~ div:nth-of-type(3), .t3:checked ~ div:nth-of-type(4), .t4:checked ~ div:nth-of-type(5), .t5:checked ~ div:nth-of-type(6) {
  border: 1px solid #e95370;
}

.t0:checked ~ div:nth-of-type(1) .surprise-item-header, .t1:checked ~ div:nth-of-type(2) .surprise-item-header, .t2:checked ~ div:nth-of-type(3) .surprise-item-header, .t3:checked ~ div:nth-of-type(4) .surprise-item-header, .t4:checked ~ div:nth-of-type(5) .surprise-item-header, .t5:checked ~ div:nth-of-type(6) .surprise-item-header {
  background: #e95370;
}

.page-toolbar {
  background: #517585;
  border-color: #456471 transparent #456471;
  color: #FFFFFF;
}

.toolbar-breadcrumb {
  color: #e6ecef;
}

.toolbar-breadcrumb .icon--angle-right {
  color: #e6ecef;
}

.toolbar-breadcrumb-link {
  color: #FFFFFF;
}

.toolbar-breadcrumb-link:hover {
  color: #e6ecef;
}

.toolbar-settings {
  box-shadow: inset 1px 0 0 0 #456471;
}

.toolbar-settings a {
  color: #FFFFFF;
}

.toolbar-settings a:hover {
  color: #e6ecef;
}

.toolbar-settings .icon {
  color: #FFFFFF;
}

.toolbar-settings .icon.active, .toolbar-settings .icon:hover {
  color: #e95370;
}

.toolbar-order .toolbar-order-active:hover {
  color: #e6ecef;
}

.toolbar-order::after {
  border-color: #FFFFFF transparent;
}

.toolbar-order:hover::after {
  border-color: #e95370 transparent;
}

.toolbar-btn {
  border-color: #456471;
}

.toolbar-order-options {
  background: rgba(0, 0, 0, 0.9);
  border-color: #456471;
}

.toolbar-order-options a {
  color: #fff;
}

.toolbar-order-options a:hover {
  color: #e95370;
}

.toolbar-search-input {
  background: #fff;
  color: #212f36;
}

.toolbar-search-input::-webkit-input-placeholder {
  color: rgba(33, 47, 54, 0.5);
}

.toolbar-search-input:-ms-input-placeholder {
  color: rgba(33, 47, 54, 0.5);
}

.toolbar-search-input::placeholder {
  color: rgba(33, 47, 54, 0.5);
}

.toolbar-search-container .close {
  color: #212f36;
}

.toolbar-autosuggest {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid #456471;
}

.toolbar-autosuggest-showall > a,
.toolbar-autosuggest-row > a {
  border-color: rgba(153, 153, 153, 0.2);
}

.toolbar-autosuggest-row:hover > a {
  background: #000;
}

.toolbar-autosuggest-row:hover .toolbar-autosuggest-suggestion {
  color: #fff;
}

.toolbar-autosuggest-img-container {
  border-color: rgba(153, 153, 153, 0.2);
}

.toolbar-autosuggest-suggestion {
  color: #999;
}

.toolbar-autosuggest-suggestion strong {
  color: #fff;
}

.toolbar-autosuggest-showall a {
  color: #ccc;
}

.toolbar-autosuggest-showall a strong {
  color: #fff;
}

.toolbar-autosuggest-warning-icon {
  color: #fab633;
}

.toolbar-autosuggest-status[data-status='online'] {
  color: #8fc400;
}

.toolbar-filters-container {
  background: rgba(0, 0, 0, 0.9);
  border-color: #456471;
}

.toolbar-filters-column {
  border-color: rgba(204, 204, 204, 0.2);
}

.toolbar-filters-column .selected a {
  color: #e95370;
}

.toolbar-filters-block a,
.toolbar-filters-clear a {
  color: #fff;
}

.toolbar-filters-block a:hover,
.toolbar-filters-clear a:hover {
  color: #e95370;
}

.toolbar-filters-block h4 {
  color: #ccc;
}

.toolbar-filters-clear {
  border-top: 1px solid rgba(204, 204, 204, 0.2);
}

.toolbar-filters-badge {
  background: #e95370;
  color: #000;
}

.page-foot-main-container {
  background: #517585;
}

.page-foot-menu {
  border-color: #5b8395;
}

.page-foot-heading {
  color: #ffffff;
}

.page-foot-item {
  color: #c3e6ff;
}

.page-foot-item:hover, .page-foot-item:active {
  color: #9fd7ff;
}

.page-foot-statement p {
  color: #ffffff;
}

.page-foot-statement-link {
  color: #c3e6ff;
}

.page-foot-statement-link:hover {
  color: #9fd7ff;
}

.page-foot-association {
  color: #6790a2;
}

.page-foot-association:hover {
  color: #9fd7ff;
}

.page-foot-sub-container {
  background: #476373;
}

.page-foot-copyright {
  color: #ffffff;
}

.page-foot-link {
  color: #c3e6ff;
}

.form-select-wrapper::after {
  border-color: #486575 transparent;
}

.content-box .form-select-wrapper::after,
.overlay-body .form-select-wrapper::after {
  border-color: #ffffff transparent;
}

.form-input,
.form-select,
.form-textarea,
.captcha-img-container {
  border-color: #486575;
}

.form-input, .form-input::-webkit-input-placeholder,
.form-select,
.form-select::-webkit-input-placeholder,
.form-textarea,
.form-textarea::-webkit-input-placeholder,
.captcha-img-container,
.captcha-img-container::-webkit-input-placeholder {
  color: #486575;
}

.form-input, .form-input:-ms-input-placeholder,
.form-select,
.form-select:-ms-input-placeholder,
.form-textarea,
.form-textarea:-ms-input-placeholder,
.captcha-img-container,
.captcha-img-container:-ms-input-placeholder {
  color: #486575;
}

.form-input, .form-input::placeholder,
.form-select,
.form-select::placeholder,
.form-textarea,
.form-textarea::placeholder,
.captcha-img-container,
.captcha-img-container::placeholder {
  color: #486575;
}

.content-box .form-input,
.overlay-body .form-input, .content-box
.form-select,
.overlay-body
.form-select, .content-box
.form-textarea,
.overlay-body
.form-textarea, .content-box
.captcha-img-container,
.overlay-body
.captcha-img-container {
  border-color: #ffffff;
}

.content-box .form-input, .content-box .form-input::-webkit-input-placeholder,
.overlay-body .form-input,
.overlay-body .form-input::-webkit-input-placeholder, .content-box
.form-select, .content-box
.form-select::-webkit-input-placeholder,
.overlay-body
.form-select,
.overlay-body
.form-select::-webkit-input-placeholder, .content-box
.form-textarea, .content-box
.form-textarea::-webkit-input-placeholder,
.overlay-body
.form-textarea,
.overlay-body
.form-textarea::-webkit-input-placeholder, .content-box
.captcha-img-container, .content-box
.captcha-img-container::-webkit-input-placeholder,
.overlay-body
.captcha-img-container,
.overlay-body
.captcha-img-container::-webkit-input-placeholder {
  color: #ffffff;
}

.content-box .form-input, .content-box .form-input:-ms-input-placeholder,
.overlay-body .form-input,
.overlay-body .form-input:-ms-input-placeholder, .content-box
.form-select, .content-box
.form-select:-ms-input-placeholder,
.overlay-body
.form-select,
.overlay-body
.form-select:-ms-input-placeholder, .content-box
.form-textarea, .content-box
.form-textarea:-ms-input-placeholder,
.overlay-body
.form-textarea,
.overlay-body
.form-textarea:-ms-input-placeholder, .content-box
.captcha-img-container, .content-box
.captcha-img-container:-ms-input-placeholder,
.overlay-body
.captcha-img-container,
.overlay-body
.captcha-img-container:-ms-input-placeholder {
  color: #ffffff;
}

.content-box .form-input, .content-box .form-input::placeholder,
.overlay-body .form-input,
.overlay-body .form-input::placeholder, .content-box
.form-select, .content-box
.form-select::placeholder,
.overlay-body
.form-select,
.overlay-body
.form-select::placeholder, .content-box
.form-textarea, .content-box
.form-textarea::placeholder,
.overlay-body
.form-textarea,
.overlay-body
.form-textarea::placeholder, .content-box
.captcha-img-container, .content-box
.captcha-img-container::placeholder,
.overlay-body
.captcha-img-container,
.overlay-body
.captcha-img-container::placeholder {
  color: #ffffff;
}

.form-input,
.form-label,
.form-textarea {
  background: transparent;
}

.form-select {
  background: #ADCCCE;
}

.content-box .form-select,
.overlay-body .form-select {
  background: #527586;
}

.form-input.error,
.form-select.error,
.form-textarea.error {
  border-color: #e95370;
}

.form-radio-label::before,
.form-checkbox-label::before {
  background: transparent;
  border: 1px solid #486575;
}

.content-box .form-radio-label::before,
.overlay-body .form-radio-label::before, .content-box
.form-checkbox-label::before,
.overlay-body
.form-checkbox-label::before {
  border: 1px solid #ffffff;
}

.form-title,
.form-label::after,
.form-refresh-captcha {
  color: #e95370;
}

.form-success,
.form-input-error {
  background: #e95370;
  color: #FFFFFF;
}

.form-input-error::after {
  border-color: transparent #e95370 transparent transparent;
}

.listpage .showmore {
  background: #e95370;
}

.listpage .showmore, .listpage .showmore:hover {
  color: #FFFFFF;
}

.listpage .showmore:hover {
  background: #e63c5d;
}

.sidebar {
  background: #476574;
}

.category {
  border-color: #517384;
  color: #FFFFFF;
}

.category:hover, .category.active {
  background: #5a8194;
  color: #f2f2f2;
}

.category-item-badge {
  background: #86a5b5;
  color: #030505;
}

.sidebar-filter {
  background: #e95370;
  color: #ffffff;
}

.sidebar-filter::after {
  border-color: #ffffff transparent transparent transparent;
}

.sidebar-filter:hover, .sidebar-filter.active {
  background: #e63c5d;
  color: #f2f2f2;
}

.sidebar-filter:hover::after, .sidebar-filter.active::after {
  border-color: #f2f2f2 transparent transparent transparent;
}

[data-sidebar-position='right'] .sidebar-filter::after,
[data-sidebar-state='on'] .sidebar-filter::after {
  border-color: transparent transparent #ffffff transparent;
}

[data-sidebar-state='on'][data-sidebar-position='right'] .sidebar-filter::after {
  border-color: #f2f2f2 transparent transparent transparent;
}

.thumb .icon {
  color: #ffffff;
}

.thumb .icon:hover {
  color: #e95370;
}

.thumb.favorite .icon--heart::before {
  color: #e95370;
}

.thumb-new-tab,
.thumb-history-status {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.thumb-link {
  background: #9dc2c4;
}

.thumb-badge--vibratoy {
  background: url("../../../../site/lslcommon/schema/label4/image/thumbnail_vibratoy.png?vff345") no-repeat;
}

.thumb-badge--vipshow {
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 15%);
  color: rgba(255, 255, 255, 0.9);
}

.thumb-badge--vipshow.icon--crown::before {
  color: #fab633;
}

.thumb-badge--sale {
  color: #fafafa;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7), 1px 1px 0 rgba(0, 0, 0, 0.7);
}

.thumb-shadow {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
}

.thumb-data {
  color: #ffffff;
}

[data-status='0'] .thumb-data-item--name-container::before {
  background: #a7a7a7;
}

[data-status='1'] .thumb-data-item--name-container::before {
  background: #8fc400;
}

[data-status='2'] .thumb-data-item--name-container::before {
  background: #f3eb06;
}

[data-status='3'] .thumb-data-item--name-container::before {
  background: #f3eb06;
}

.thumb-data-item--name,
.thumb-data-item--fav {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.thumb--detailed .thumb-data-item--fav,
.thumb--detailed .icon {
  color: rgba(255, 255, 255, 0.7);
}

.thumb--detailed .icon:hover {
  color: #e95370;
}

.page-biopage .subheading {
  color: #e95370;
}

.biopage-container {
  color: #ffffff;
}

.biopage-profile,
.biopage-details-container,
.biopage-comment-form,
.biopage-wall .biopage-empty {
  background: #527586;
}

.biopage-tab {
  background: #446270;
  color: #ffffff;
}

.biopage-tab.active {
  background: #527586;
}

.biopage-personal-data-container {
  border-color: rgba(195, 230, 255, 0.2);
}

.biopage-profile-data span:first-of-type {
  color: #c3e6ff;
}

.biopage-personal-bio-button {
  background: #c3e6ff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
}

.biopage-personal-bio-button.active, .biopage-personal-bio-button:hover {
  background: #ffffff;
}

.biopage-heading {
  color: #c3e6ff;
}

.biopage-about-container {
  border-color: rgba(195, 230, 255, 0.2);
}

.biopage-about-container article {
  color: #ffffff;
}

.biopage-comment-form textarea,
.biopage-comment-form input,
.biopage-comment-reply-form textarea,
.biopage-comment-reply-form input {
  background: #446270;
  border-color: #628b9f;
  color: #ffffff;
}

.biopage-comment-form input::-webkit-input-placeholder,
.biopage-comment-form textarea::-webkit-input-placeholder,
.biopage-comment-reply-form input::-webkit-input-placeholder,
.biopage-comment-reply-form textarea::-webkit-input-placeholder {
  color: #c1d1d9;
}

.biopage-comment-form input:-ms-input-placeholder,
.biopage-comment-form textarea:-ms-input-placeholder,
.biopage-comment-reply-form input:-ms-input-placeholder,
.biopage-comment-reply-form textarea:-ms-input-placeholder {
  color: #c1d1d9;
}

.biopage-comment-form input::placeholder,
.biopage-comment-form textarea::placeholder,
.biopage-comment-reply-form input::placeholder,
.biopage-comment-reply-form textarea::placeholder {
  color: #c1d1d9;
}

.biopage-comment:nth-of-type(odd) .biopage-avatar-container--reply,
.biopage-comment:nth-of-type(odd) .biopage-comment-message--reply {
  background: #60889c;
}

.biopage-comment:nth-of-type(odd) .biopage-comment-user--reply::after {
  border-color: transparent #60889c transparent transparent;
}

.biopage-comment:nth-of-type(odd) .biopage-avatar-container--reply {
  color: #c3e6ff;
}

.biopage-comment:nth-of-type(even) .biopage-comment-user::after {
  border-color: transparent #60889c transparent transparent;
}

.biopage-comment:nth-of-type(even) .biopage-comment-user--reply::after {
  border-color: transparent #527586 transparent transparent;
}

.biopage-comment:nth-of-type(even) .biopage-comment-message {
  background: #60889c;
}

.biopage-comment:nth-of-type(even) .biopage-comment-message--reply {
  background: #527586;
}

.biopage-comment-message {
  background: #527586;
}

.biopage-comment-user figcaption {
  color: #c3e6ff;
}

.biopage-comment-user::after {
  border-color: transparent #527586 transparent transparent;
}

.biopage-comment-user--reply figcaption {
  color: #ffffff;
}

.biopage-avatar-container {
  background: #527586;
  color: #c3e6ff;
}

.biopage-empty {
  color: #ffffff;
}

.biopage-gallery-container .biopage-empty {
  color: #486575;
}

.carousel-container {
  background-color: #527586;
}

.carousel-item {
  background: #000;
}

.carousel-controls {
  box-shadow: inset 0 0 307.2px rgba(0, 0, 0, 0.5);
}

.carousel-nav-button {
  background-color: rgba(0, 0, 0, 0.4);
}

.carousel-nav-button::before {
  color: #fff;
}

.carousel-close {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

.content-box {
  background-color: #527586;
  color: #ffffff;
}

.content-box a {
  color: #c3e6ff;
}

.content-box a:hover {
  color: #aadbff;
}

.content-box .heading {
  color: #c3e6ff;
}

.contact-billing-support .btn {
  background: #D5F4F6;
  color: #476586;
}

.contact-billing-support .btn:hover {
  background: #abe9ed;
  color: #476586;
}

p.contact-highlight {
  color: #e95370;
}

.contact-form-message {
  color: #FFFFFF;
}

.overlay-wrapper {
  background: rgba(38, 53, 60, 0.85);
}

.overlay {
  color: #ffffff;
}

.overlay-body {
  background: #527586;
}

.overlay-header {
  background: #486575;
}

.overlay-header .overlay-title {
  color: #DEFDF6;
}

.overlay-header .overlay-header-close {
  color: #DEFDF6;
}

.overlay-login .overlay-logo,
.overlay-signup .overlay-logo {
  color: rgba(58, 81, 91, 0.85);
}

.overlay-eighteen .overlay,
.signup-success .overlay {
  background-color: transparent;
}

.eighteen-overlay-box {
  width: 900px;
  background-image: url("../../../../site/lslcommon/schema/label4/image/18_over_couple.png?v582cf");
}

.eighteen-overlay-box.girls {
  background-image: url("../../../../site/lslcommon/schema/label4/image/18_over_girl.png?v321dd");
}

.eighteen-overlay-box.boy, .eighteen-overlay-box.gay, .eighteen-overlay-box.boys {
  background-image: url("../../../../site/lslcommon/schema/label4/image/18_over_boy.png?v7ff6e");
}

.eighteen-overlay-box.tranny {
  background-image: url("../../../../site/lslcommon/schema/label4/image/18_over_tranny.png?v808dd");
}

.eighteen-overlay-box.bestmodelslsl {
  background-image: url("../../../../site/lslcommon/schema/label4/image/bestmodelslsl/18_over_bestmodels.jpg?ve00a2");
}

.eighteen-overlay-box.sonicboxlsl {
  background-image: url("../../../../site/lslcommon/schema/label4/image/sonicboxlsl/18_over_sonicbox.jpg?veea49");
}

.eighteen-overlay-box.sonicboxlsl .heading,
.eighteen-overlay-box.sonicboxlsl .subheading {
  color: #000;
}

.eighteen-overlay-box.sonicboxlsl .eighteen-overlay-text-container {
  color: #2f2f2f;
}

.signup-success.girls {
  background-image: url("../../../../site/lslcommon/schema/label4/image/become_premium_bg_girl.png?v53c73");
}

.signup-success.boy, .signup-success.gay, .signup-success.boys {
  background-image: url("../../../../site/lslcommon/schema/label4/image/become_premium_bg_boy.png?vb7c62");
}

.signup-success.tranny {
  background-image: url("../../../../site/lslcommon/schema/label4/image/become_premium_bg_girl.png?v53c73");
}

.signup-success.bestmodelslsl {
  background-image: url("../../../../site/lslcommon/schema/label4/image/bestmodelslsl/become_premium_bg.png?v2e019");
}

.signup-success.sonicboxlsl {
  background-image: url("../../../../site/lslcommon/schema/label4/image/sonicboxlsl/become_premium_bg.png?va6f11");
}

.signup-success-info-subheading strong {
  color: #c3e6ff;
}

.signup-success-info-list li::before {
  color: #c3e6ff;
}

.dmca-form-message {
  color: #e95370;
}

.faq-list .accordion-item-title {
  color: #c3e6ff;
}

.settings-row {
  border-color: #5c8396;
}

.settings-row .row-title {
  color: #c3e6ff;
}

.infobox {
  background: #e95370;
  color: #FFFFFF;
}

.page-flash-tutorial .preview-head {
  background: #486575;
}

.page-flash-tutorial .preview-toolbar {
  background: #517585;
}

.page-flash-tutorial .preview-body {
  border-color: transparent;
  background: #ADCCCE url("../../../../site/lslcommon/image/flash-tutorial/preview_bg.png?vc615a") no-repeat right 8px;
}

.page-flash-tutorial .preview-body::before {
  background: #476574;
}

.page-flash-tutorial .preview-body::after {
  background: #e95370;
}

.page-flash-tutorial[data-browser='chrome'] .preview-browser {
  background: url("../../../../site/lslcommon/image/flash-tutorial/browser_chrome.png?vc353f") no-repeat center top;
}

.page-flash-tutorial[data-browser='chrome'] .preview-settings-1 {
  background-image: url("../../../../site/lslcommon/image/flash-tutorial/settings_1_chrome.png?v83b93");
}

.page-flash-tutorial[data-browser='chrome'] .preview-settings-2 {
  background-image: url("../../../../site/lslcommon/image/flash-tutorial/settings_2_chrome.jpg?v291c3");
}

.page-flash-tutorial[data-browser='chrome'] .preview-settings-3 {
  background-image: url("../../../../site/lslcommon/image/flash-tutorial/settings_3_chrome.jpg?v900a1");
}

.page-flash-tutorial[data-browser='chrome'] .preview-settings-4 {
  background-image: url("../../../../site/lslcommon/image/flash-tutorial/settings_4_chrome.jpg?vd278c");
}

.page-flash-tutorial[data-browser='safari'] .preview-browser {
  background: url("../../../../site/lslcommon/image/flash-tutorial/browser_safari.png?v8b535") no-repeat center top;
}

.page-flash-tutorial[data-browser='safari'] .preview-settings-1 {
  background-image: url("../../../../site/lslcommon/image/flash-tutorial/settings_1_safari.png?vbc237");
}

.page-flash-tutorial[data-browser='safari'] .preview-settings-2 {
  background-image: url("../../../../site/lslcommon/image/flash-tutorial/settings_2_safari.png?vbf321");
}

.page-flash-tutorial[data-browser='safari'] .preview-settings-3 {
  background-image: url("../../../../site/lslcommon/image/flash-tutorial/settings_3_safari.png?v45ab1");
}

.page-flash-tutorial[data-browser='safari'] .preview-settings-4 {
  background-image: url("../../../../site/lslcommon/image/flash-tutorial/settings_4_safari.png?v38458");
}

.page-flash-tutorial[data-browser='firefox'] .preview-browser {
  background: url("../../../../site/lslcommon/image/flash-tutorial/browser_firefox.png?v407a6") no-repeat center top;
}

.page-flash-tutorial[data-browser='firefox'] .preview-settings-1 {
  background-image: url("../../../../site/lslcommon/image/flash-tutorial/settings_1_firefox.png?v22c4b");
}

.page-flash-tutorial[data-browser='firefox'] .preview-settings-2 {
  background-image: url("../../../../site/lslcommon/image/flash-tutorial/settings_2_firefox.jpg?v9bf8f");
}

.page-flash-tutorial[data-browser='safari'] .preview-settings-1 {
  border-color: rgba(255, 255, 255, 0.5);
}

.page-flash-tutorial[data-browser='chrome'] .preview-settings-2::before {
  border-color: rgba(255, 255, 255, 0.5);
  background: url("../../../../site/lslcommon/image/flash-tutorial/settings_2_chrome_zoom.png?v9e96f") no-repeat center top;
  box-shadow: 0 0 60px 0 rgba(18, 29, 30, 0.8);
}

.page-flash-tutorial[data-browser='chrome'] .preview-settings-3::before {
  border-color: rgba(255, 255, 255, 0.5);
  background: url("../../../../site/lslcommon/image/flash-tutorial/settings_3_chrome_zoom.png?v65ffb") no-repeat center top;
  box-shadow: 0 0 60px 0 rgba(18, 29, 30, 0.8);
}

.page-flash-tutorial[data-browser='chrome'] .preview-settings-4::before {
  border-color: rgba(255, 255, 255, 0.5);
  background: url("../../../../site/lslcommon/image/flash-tutorial/settings_4_chrome_zoom.png?v0dcbd") no-repeat center top;
  box-shadow: 0 0 60px 0 rgba(18, 29, 30, 0.8);
}

.page-flash-tutorial[data-browser='chrome'] .preview-domain {
  color: #303942;
}

.page-flash-tutorial[data-browser='firefox'] .preview-settings-2,
.page-flash-tutorial[data-browser='firefox'] .preview-settings-3,
.page-flash-tutorial[data-browser='firefox'] .preview-settings-4 {
  background-image: url("../../../../site/lslcommon/image/flash-tutorial/settings_2_firefox.jpg?v9bf8f");
}

.page-flash-tutorial[data-browser='firefox'] .preview-settings-2::before {
  border-color: rgba(255, 255, 255, 0.5);
  background: url("../../../../site/lslcommon/image/flash-tutorial/settings_2_firefox_zoom.png?ve22cf") no-repeat center top;
  box-shadow: 0 0 60px 0 rgba(18, 29, 30, 0.8);
}

.page-flash-tutorial[data-browser='firefox'] .preview-settings-3::before {
  border-color: rgba(255, 255, 255, 0.5);
  background: url("../../../../site/lslcommon/image/flash-tutorial/settings_3_firefox_zoom.jpg?va8f34") no-repeat center top;
  box-shadow: 0 0 60px 0 rgba(18, 29, 30, 0.8);
}

.page-flash-tutorial[data-browser='firefox'] .preview-settings-4::before {
  border-color: rgba(255, 255, 255, 0.5);
  background: url("../../../../site/lslcommon/image/flash-tutorial/settings_4_firefox_zoom.png?v08a57") no-repeat center top;
  box-shadow: 0 0 60px 0 rgba(18, 29, 30, 0.8);
}

.flash-tutorial-logo {
  background: #e81c25 url("../../../../site/lslcommon/image/flash-tutorial/flash_icon.jpg?vc3907") no-repeat center top;
  box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, 0.4);
}

.flash-tutorial-step {
  border-color: #ADCCCE;
}

.flash-tutorial-preview-container {
  background: url("../../../../site/lslcommon/image/flash-tutorial/imac.png?v0e98a") no-repeat center top;
}

.flash-tutorial-preview-container::before {
  background: url("../../../../site/lslcommon/image/flash-tutorial/shine.png?v5a018") no-repeat right top;
}

.flash-tutorial-preview::before {
  background: linear-gradient(to bottom, transparent 0%, rgba(173, 204, 206, 0.8) 100%);
}

.confirmation-wrapper {
  background: rgba(0, 0, 0, 0.85);
  border-color: #456471;
  color: #fff;
}

.confirmation-wrapper[data-orientation='top'] .confirmation-tooltip::after {
  border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}

.confirmation-wrapper[data-orientation='right'] .confirmation-tooltip::after {
  border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent;
}

.confirmation-wrapper[data-orientation='bottom'] .confirmation-tooltip::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
}

.confirmation-wrapper[data-orientation='left'] .confirmation-tooltip::after {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.85);
}

.confirmation-wrapper .confirmation-tooltip-cancel-link {
  color: #fff;
}

.confirmation-wrapper .confirmation-tooltip-cancel-link, .confirmation-wrapper .confirmation-tooltip-cancel-link:hover {
  background: none;
}

.confirmation-wrapper .confirmation-tooltip-cancel-link:hover {
  color: #e95370;
}

.refresh-username-info {
  background-color: rgba(0, 0, 0, 0.1);
  color: #c3e6ff;
}

.messages-box .icon--trash-o:hover {
  color: #ffffff;
}

.messages-contacts,
.messages-search {
  background: #5c8396;
}

.messages-contacts {
  border-color: #527586;
}

.messages-search {
  border-color: #527586;
}

.messages-search .messages-search-close {
  color: rgba(255, 255, 255, 0.7);
}

.messages-search .messages-search-close:hover {
  color: #ffffff;
}

.messages-search.icon--search::before {
  color: rgba(255, 255, 255, 0.7);
}

.messages-search-input {
  background: #446270;
  color: #ffffff;
  border-color: #628b9f;
}

.messages-search-input:focus {
  outline: 0;
  border-color: #82a2b2;
}

.messages-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.messages-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.messages-search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.thread-group-title {
  background: #527586;
  color: #c3e6ff;
}

.thread {
  background: #446270;
  border-color: #527586;
  color: rgba(255, 255, 255, 0.8);
}

.thread .thread-inner {
  background: #5c8396;
}

.thread .thread-data-preview {
  color: rgba(255, 255, 255, 0.6);
}

.thread.active .thread-data-name, .thread:hover .thread-data-name {
  color: #ffffff;
}

.thread.active time,
.thread.active .thread-data-preview, .thread:hover time,
.thread:hover .thread-data-preview {
  color: rgba(255, 255, 255, 0.7);
}

.thread:hover .thread-inner {
  background: #60889c;
}

.thread.active .thread-inner {
  background: #6890a3;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.thread .thread-delete-confirmation {
  background: #446270;
}

.thread .thread-delete-cancel {
  background: none;
  color: #ffffff;
}

.thread--support .thread-inner {
  border-color: #527586;
}

.thread--support .thread-data-name, .thread--support:hover .thread-data-name, .thread--support.active .thread-data-name {
  color: #c3e6ff;
}

.thread--support .thread-data-preview, .thread--support:hover .thread-data-preview, .thread--support.active .thread-data-preview {
  color: rgba(195, 230, 255, 0.8);
}

.thread--support::after {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}

.thread-ui time {
  color: rgba(255, 255, 255, 0.6);
}

.thread-unread {
  background: #446270;
}

.thread--support .thread-data-name,
.messages-conversation-details-name {
  color: #c3e6ff;
}

.messages-box .icon--trash-o,
.messages-comment-meta {
  color: rgba(255, 255, 255, 0.6);
}

.messages-comment[data-from='partner'] .messages-bubble::before {
  border-color: #60889c transparent transparent transparent;
}

.messages-comment[data-from='user'] .messages-bubble::before {
  border-color: transparent #60889c transparent transparent;
}

.messages-bubble {
  background: #60889c;
}

.thread[data-status='0']::before,
.messages-conversation-status[data-status='0']::before {
  background: #a7a7a7;
}

.thread[data-status='1']::before,
.messages-conversation-status[data-status='1']::before {
  background: #8fc400;
}

.thread[data-status='2']::before,
.messages-conversation-status[data-status='2']::before {
  background: #f3eb06;
}

.thread[data-status='3']::before,
.messages-conversation-status[data-status='3']::before {
  background: #f3eb06;
}

.messages-name-user,
.messages-conversation-details-info,
.messages-conversation-status {
  color: #ffffff;
}

.messages-conversation-status::before {
  border-color: #446270;
}

.messages-conversation-header,
.messages-conversation-form {
  background: #5c8396;
}

.messages-conversation-header {
  border-color: #527586;
}

.messages-conversation-form {
  box-shadow: inset 0 1px 1px -1px #527586;
}

.messages-conversation-form .messages-conversation-input-container {
  background: #446270;
  border-color: #628b9f;
}

.messages-conversation-form.active .messages-conversation-input-container {
  border-color: #82a2b2;
}

.messages-conversation-input {
  background: none;
  color: #ffffff;
}

.messages-conversation-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.messages-conversation-message-cost {
  color: #b1c5cf;
}

.messages-conversation-input-counter {
  color: rgba(255, 255, 255, 0.6);
}

.messages-more-message-warning {
  background: #446270;
}

.messages-comment-delete.active {
  color: #ffffff;
}

.messages-comment-delete-confirmation {
  background: #446270;
}

.messages-comment-delete-confirmation[data-from='partner']::before {
  border-color: transparent #446270 transparent transparent;
}

.messages-comment-delete-confirmation[data-from='user']::before {
  border-color: transparent transparent transparent #446270;
}

.messages-comment-delete-cancel {
  background: none;
  color: #ffffff;
}

.smartbuy-activation.girls {
  background-image: url("../../../../site/lslcommon/schema/label4/image/smartbuy_overlay_girl.png?vdc35b");
}

.smartbuy-activation.boy, .smartbuy-activation.gay, .smartbuy-activation.boys {
  background-image: url("../../../../site/lslcommon/schema/label4/image/smartbuy_overlay_boy.png?v49546");
}

.smartbuy-activation.tranny {
  background-image: url("../../../../site/lslcommon/schema/label4/image/smartbuy_overlay_girl.png?vdc35b");
}

.smartbuy-activation.featured {
  background-image: url("../../../../site/lslcommon/schema/label4/image/smartbuy_overlay_girl.png?vdc35b");
}

.smartbuy-activation-heading strong {
  color: #c3e6ff;
}

.smartbuy-activation-info-list li::before {
  color: #c3e6ff;
}

.smartbuy-activation-info-list-item--explanation {
  color: #c3e6ff;
}

.awards-carousel-control-row:last-of-type {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}

.awards-carousel-info,
.awards-carousel-vote-notice {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}

.awards-carousel-nav-item {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.awards-carousel-nav-item.favorite {
  color: #e95370;
}

.awards-carousel-badge {
  color: #eaeaea;
}

.awards-carousel-badge[data-awards-position='1'] {
  color: #ffca1e;
}

.awards-carousel-badge[data-awards-position='2'] {
  color: #c4c4c4;
}

.awards-carousel-badge[data-awards-position='3'] {
  color: #dd903c;
}

.awards-carousel-badge-back::before, .awards-carousel-badge-back::after {
  border-color: transparent transparent black transparent;
}

.awards-carousel-badge-text {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.awards-thumb-details,
.awards-thumb-vote-points,
.awards-thumb-vote-notice {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.awards-thumb-overlay {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

[data-commercial-type='couponCode'] .girls,
[data-commercial-type='couponCode'] .tranny,
[data-commercial-type='couponCode'] .featured {
  background-image: url("../../../../site/lslcommon/image/background/commercials/girls/commercial_coupon_code.png?v1adee");
}

[data-commercial-type='couponCode'] .boy,
[data-commercial-type='couponCode'] .gay,
[data-commercial-type='couponCode'] .boys {
  background-image: url("../../../../site/lslcommon/image/background/commercials/boys/commercial_coupon_code.png?vb217a");
}

[data-ratio='4:3'] [data-commercial-type='freeCredits'] .girls, [data-ratio='4:3']
[data-commercial-type='freeCredits'] .tranny, [data-ratio='4:3']
[data-commercial-type='freeCredits'] .featured {
  background-image: url("../../../../site/lslcommon/image/background/commercials/girls/commercial_free_credit_43.png?v0a0d5");
}

[data-ratio='16:9'] [data-commercial-type='freeCredits'] .girls, [data-ratio='16:9']
[data-commercial-type='freeCredits'] .tranny, [data-ratio='16:9']
[data-commercial-type='freeCredits'] .featured {
  background-image: url("../../../../site/lslcommon/image/background/commercials/girls/commercial_free_credit_169.png?vc1807");
}

[data-ratio='4:3'] [data-commercial-type='freeCredits'] .boy, [data-ratio='4:3']
[data-commercial-type='freeCredits'] .gay, [data-ratio='4:3']
[data-commercial-type='freeCredits'] .boys {
  background-image: url("../../../../site/lslcommon/image/background/commercials/boys/commercial_free_credit_43.png?v0f8a7");
}

[data-ratio='16:9'] [data-commercial-type='freeCredits'] .boy, [data-ratio='16:9']
[data-commercial-type='freeCredits'] .gay, [data-ratio='16:9']
[data-commercial-type='freeCredits'] .boys {
  background-image: url("../../../../site/lslcommon/image/background/commercials/boys/commercial_free_credit_169.png?vc30a5");
}

[data-ratio='4:3'] [data-commercial-type='privateTeasers'] .girls, [data-ratio='4:3']
[data-commercial-type='privateTeasers'] .tranny, [data-ratio='4:3']
[data-commercial-type='privateTeasers'] .featured {
  background-image: url("../../../../site/lslcommon/image/background/commercials/girls/commercial_private_teaser_43.png?v268c5");
}

[data-ratio='16:9'] [data-commercial-type='privateTeasers'] .girls, [data-ratio='16:9']
[data-commercial-type='privateTeasers'] .tranny, [data-ratio='16:9']
[data-commercial-type='privateTeasers'] .featured {
  background-image: url("../../../../site/lslcommon/image/background/commercials/girls/commercial_private_teaser_169.png?vb793f");
}

[data-ratio='4:3'] [data-commercial-type='privateTeasers'] .boy, [data-ratio='4:3']
[data-commercial-type='privateTeasers'] .gay, [data-ratio='4:3']
[data-commercial-type='privateTeasers'] .boys {
  background-image: url("../../../../site/lslcommon/image/background/commercials/boys/commercial_private_teaser_43.png?v2630a");
}

[data-ratio='16:9'] [data-commercial-type='privateTeasers'] .boy, [data-ratio='16:9']
[data-commercial-type='privateTeasers'] .gay, [data-ratio='16:9']
[data-commercial-type='privateTeasers'] .boys {
  background-image: url("../../../../site/lslcommon/image/background/commercials/boys/commercial_private_teaser_169.png?v86d14");
}

.commercial-link {
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  [data-ratio='4:3'][data-layout='small'] .commercial-layer,
  [data-ratio='4:3'][data-layout='medium'] .commercial-layer {
    background: none;
  }
}

.commercial-data .commercial-btn {
  background: #f90;
}

.commercial-data .commercial-btn, .commercial-data .commercial-btn:hover {
  color: #000;
}

.commercial-data .commercial-btn:hover {
  background: #ffad33;
}

.commercial-text-container {
  color: #000;
}

.commercial-text-container strong {
  color: #f90;
}

.commercial-coupon-id {
  border-color: #f90;
  background: rgba(255, 153, 0, 0.1);
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  background-color: transparent;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar.ps-active-x > .ps-scrollbar-x-rail,
.ps-theme-custom-scrollbar.ps-active-y > .ps-scrollbar-y-rail {
  background-color: transparent;
}

.ps-theme-custom-scrollbar.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: transparent;
}

.ps-theme-custom-scrollbar.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent;
}

.ps-theme-custom-scrollbar.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: transparent;
}

.ps-theme-custom-scrollbar:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent;
}

.ps-theme-custom-scrollbar:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar:hover > .ps-scrollbar-x-rail:hover {
  background-color: transparent;
}

.ps-theme-custom-scrollbar:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar:hover > .ps-scrollbar-y-rail:hover {
  background-color: transparent;
}

.ps-theme-custom-scrollbar:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar-light.ps-active-x > .ps-scrollbar-x-rail,
.ps-theme-custom-scrollbar-light.ps-active-y > .ps-scrollbar-y-rail {
  background-color: transparent;
}

.ps-theme-custom-scrollbar-light.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar-light.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar-light.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar-light.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar-light > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar-light > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar-light:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar-light:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar-light:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar-light:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar-light:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar-light:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar-light:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(0, 0, 0, 0.35);
}

.ps-theme-custom-scrollbar-light:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.35);
}

.member_client {
  /*** Global ***/
  /*** Buttons ***/
  /*** Chat ***/
  /*** Toolbar Icons ***/
  /*** Tooltip custom ***/
  /***  Video ***/
  /*** Dialogs ***/
  /*** Invite ***/
  /*** QuickBuy ***/
  /*** Surprise ***/
  /*** Amount selector ***/
  /*** Numeric stepper ***/
  /*** Loader ***/
  /*** Action bar **/
  /*** Bio ***/
  /*** vote ***/
  /*** Notification Bar ***/
  /*** Channel switcher ***/
  /*** Locked content ***/
  /*** Form Fields ***/
  /*** Login and Signup Modals ***/
  /*** progress animation ***/
  /*** birthday dialog ***/
  /*** buy credit alert ***/
  /*** bonus animation ***/
  /*** System dialogs ***/
  /*** Motivation popup ***/
  /**
 * Maintain Aspect Ratio Mixin
 * from https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/
 */
  /****** Style Star Rating Widget *****/
  /***** CSS Magic to Highlight Stars on Hover *****/
  /* LoginOrSignup, Signup and Login modals common styles */
  /* Login and Signup Form common styles */
  /* LoginOrSignup Modal Custom styles */
  /* Login Modal Custom styles */
  /* Signup Modal Custom styles */
  /* Signup successful modal - FREE credits and FREE teasers*/
}

@-webkit-keyframes mc_k_blow_left {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-40deg) translate(-10px, 10px);
            transform: rotate(-40deg) translate(-10px, 10px);
  }
}

@keyframes mc_k_blow_left {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-40deg) translate(-10px, 10px);
            transform: rotate(-40deg) translate(-10px, 10px);
  }
}

@-webkit-keyframes mc_k_blow_right {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(40deg) translate(10px, 10px);
            transform: rotate(40deg) translate(10px, 10px);
  }
}

@keyframes mc_k_blow_right {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(40deg) translate(10px, 10px);
            transform: rotate(40deg) translate(10px, 10px);
  }
}

@-webkit-keyframes mc_k_heart_beat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #FFCC00;
  }
}

@keyframes mc_k_heart_beat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #FFCC00;
  }
}

@-webkit-keyframes mc_k_grow_up {
  0% {
    color: #999999;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    color: #999999;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes mc_k_grow_up {
  0% {
    color: #999999;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    color: #999999;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes mc_k_splash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mc_k_splash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.member_client .mc_ratio-sixteen-nine {
  position: relative;
}

.member_client .mc_ratio-sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.member_client .mc_ratio-sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.member_client .mc_text {
  font-size: 12px;
  margin: 0;
}

.member_client .mc_text--primary {
  color: #FFFFFF;
}

.member_client .mc_text--secondary {
  color: #999999;
}

.member_client .mc_text--highlight {
  font-weight: bold;
  color: #FFCC00;
}

.member_client .mc_text--uppercase {
  text-transform: uppercase;
}

.member_client .mc_first_button,
.member_client .mc_second_button {
  display: inline-block;
  height: 40px;
  margin: 15px 0;
  padding: 0 19px;
  font: bold 14px Arial;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.member_client .mc_first_button.mc_is_disabled,
.member_client .mc_second_button.mc_is_disabled {
  opacity: .5;
  cursor: default;
}

.member_client .mc_first_button__small,
.member_client .mc_second_button__small {
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  margin: 0;
  padding: 0 10px;
}

.member_client .mc_first_button {
  background: linear-gradient(to bottom, #FFCC00, #F98706);
  color: #441F00;
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
  border-top: solid 1px rgba(255, 255, 255, 0.6);
}

.member_client .mc_first_button:hover:not(.mc_is_disabled) {
  background: linear-gradient(to bottom, #FFDB4D, #F98706);
}

.member_client .mc_second_button {
  background: linear-gradient(to bottom, rgba(123, 0, 0, 0.8), #500000);
  color: #FFFFFF;
  text-shadow: none;
  border-top: solid 1px rgba(123, 0, 0, 0.8);
}

.member_client .mc_second_button:hover:not(.mc_is_disabled) {
  background: linear-gradient(to bottom, #930000, #500000);
}

.member_client .mc_close_chat_button,
.member_client .mc_close_private_button,
.member_client .mc_close_memberstreamcontrol_button,
.member_client .mc_recommender_show_more_button {
  border-radius: 4px;
  padding: 5px 10px;
  font: 10px/20px Arial;
  background: rgba(0, 0, 0, 0.8);
  color: #999999;
}

.member_client .mc_close_chat_button:hover,
.member_client .mc_close_private_button:hover,
.member_client .mc_close_memberstreamcontrol_button:hover,
.member_client .mc_recommender_show_more_button:hover {
  color: #FFFFFF;
}

.member_client .mc_amount_selector_button_container {
  float: left;
}

.member_client .mc_amount_selector_button_up,
.member_client .mc_amount_selector_button_down {
  width: 19px;
  height: 15px;
  background: rgba(34, 34, 34, 0.5);
  color: rgba(204, 204, 204, 0.8);
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  display: block;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

.member_client .mc_amount_selector_button_up {
  border-radius: 4px 0 0;
  margin: 0 0 2px 0;
}

.member_client .mc_amount_selector_button_down {
  border-radius: 0 0 0 4px;
}

.member_client .mc_amount_selector_value {
  float: right;
  box-sizing: border-box;
  height: 32px;
  background: rgba(34, 34, 34, 0.5);
  padding: 0 4px;
  width: 79px;
  position: relative;
  border-radius: 0 4px 4px 0;
}

.member_client .mc_amount_text_input {
  cursor: pointer;
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  background: none;
  color: #FFFFFF;
  font: bold 11px/30px Arial;
  text-align: right;
}

.member_client .mc_range_slider {
  position: relative;
  display: inline-block;
  height: 16px;
  line-height: normal;
  vertical-align: middle;
  position: relative;
  text-align: center;
  width: 100px;
  max-height: 100%;
  cursor: pointer;
}

.member_client .mc_range_slider:focus {
  outline: none;
}

.member_client .mc_range_slider input[type=range] {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  opacity: 0;
}

.member_client .mc_range_slider input[type=range]::-webkit-slider-runnable-track, .member_client .mc_range_slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.member_client .mc_range_slider input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
}

.member_client .mc_range_slider input[type=range]::-moz-range-track {
  background: transparent;
}

.member_client .mc_range_slider input[type=range]::-ms-track {
  background: transparent;
  color: transparent;
  width: 100%;
}

.member_client .mc_range_slider input[type=range]::-ms-fill-lower, .member_client .mc_range_slider input[type=range]::-ms-fill-upper, .member_client .mc_range_slider input[type=range]::-ms-tooltip {
  display: none;
}

.member_client .mc_range_slider input[type=range]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  opacity: 0;
}

.member_client .mc_range_slider input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  opacity: 0;
}

.member_client .mc_range_slider input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  opacity: 0;
}

.member_client .mc_range_slider__thumb {
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: linear-gradient(#FFCC00, #F98706);
  font-size: 50%;
  border-radius: 50%;
  pointer-events: none;
}

.member_client .mc_range_slider__bar {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background: linear-gradient(90deg, #FFCC00, #F98706);
  pointer-events: none;
  height: 10px;
  border-radius: 10px;
  transition: none;
}

.member_client .mc_range_slider__track {
  border: none;
  background: #441F00;
  height: 10px;
  border-color: #441F00;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #441F00, 0px 0px 1px #441F00;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.member_client .mc_interactive .mc_range_slider__bar {
  background: #CCCCCC;
  transition: width .2s ease;
}

.member_client .mc_interactive .mc_range_slider__thumb {
  display: none;
}

.member_client .mc_interactive .mc_range_slider__track {
  border: none;
  background: #434343;
  height: 10px;
  border-color: #434343;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #434343, 0px 0px 1px #434343;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.member_client .mc_loading {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.member_client .mc_inner, .member_client .mc_loading:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.member_client .mc_loading:after {
  content: " ";
  margin: 12%;
  border-radius: 100%;
  background: linear-gradient(#FFCC00, #F98706);
}

.member_client .mc_inner {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: rotate-inner;
          animation-name: rotate-inner;
}

.member_client .mc_inner:before, .member_client .mc_inner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: " ";
}

.member_client .mc_inner:before {
  left: 0;
  right: 50%;
  border-radius: 24px 0 0 24px;
  background: linear-gradient(to bottom, #441F00, rgba(68, 31, 0, 0.5));
}

.member_client .mc_inner:after {
  left: 50%;
  right: 0;
  border-radius: 0 24px 24px 0;
  background: linear-gradient(to bottom, transparent, rgba(68, 31, 0, 0.5));
}

@-webkit-keyframes rotate-inner {
  form {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-inner {
  form {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.member_client .mc_loading_secondary {
  position: relative;
}

.member_client .mc_loading_secondary_outer,
.member_client .mc_loading_secondary_inner {
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

.member_client .mc_loading_secondary_outer {
  border: 3px solid rgba(255, 255, 255, 0.2);
}

.member_client .mc_loading_secondary_inner {
  border: 3px solid transparent;
  border-top-color: #FFFFFF;
  -webkit-animation-name: rotate-infinite;
          animation-name: rotate-infinite;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.member_client .mc_loading_secondary_big .mc_loading_secondary_outer,
.member_client .mc_loading_secondary_big .mc_loading_secondary_inner {
  height: 24px;
  width: 24px;
  border-width: 5px;
}

.member_client .mc_loading_secondary_big .mc_loading_secondary_inner {
  border-top-color: #FFFFFF;
}

@-webkit-keyframes rotate-infinite {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-infinite {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.member_client .mc_control .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 12px;
}

.member_client .mc_control .switch input {
  display: none;
}

.member_client .mc_control .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #441F00;
  background-color: #441F00;
  border-radius: 6px;
}

.member_client .mc_control .slider:before {
  position: absolute;
  padding: 5px;
  font-size: 8px;
  left: 0;
  bottom: -3px;
  background: linear-gradient(#FFCC00, #F98706);
  box-shadow: #222222 1px 1px 1px 1px;
  border-radius: 50%;
}

.member_client .mc_control input:checked + .slider {
  background: linear-gradient(90deg, #F98706, #FFCC00);
}

.member_client .mc_control input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

.member_client .mc_control.mc_interactive .slider {
  background-color: #222222;
}

.member_client .mc_control.mc_interactive .slider:before {
  content: "";
  padding: 0px;
  height: 8px;
  width: 8px;
  border: 5px solid #CCCCCC;
  background: linear-gradient(#999999, #CCCCCC);
}

.member_client .mc_center_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.member_client .mc_amount_selector_button_container {
  float: left;
}

.member_client .mc_amount_selector_button_up,
.member_client .mc_amount_selector_button_down {
  width: 19px;
  height: 15px;
  background: rgba(34, 34, 34, 0.5);
  color: rgba(204, 204, 204, 0.8);
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  display: block;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

.member_client .mc_amount_selector_button_up {
  border-radius: 4px 0 0;
  margin: 0 0 2px 0;
}

.member_client .mc_amount_selector_button_down {
  border-radius: 0 0 0 4px;
}

.member_client .mc_amount_selector_value {
  float: right;
  box-sizing: border-box;
  height: 32px;
  background: rgba(34, 34, 34, 0.5);
  padding: 0 4px;
  width: 79px;
  position: relative;
  border-radius: 0 4px 4px 0;
}

.member_client .mc_amount_text_input {
  cursor: pointer;
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  background: none;
  color: #FFFFFF;
  font: bold 11px/30px Arial;
  text-align: right;
}

.member_client .mc_splash {
  background: #FFFFFF;
  -webkit-animation: mc_k_splash 0.4s 0.15s both cubic-bezier(0.615, 0.01, 0.51, 0.965);
          animation: mc_k_splash 0.4s 0.15s both cubic-bezier(0.615, 0.01, 0.51, 0.965);
}

.member_client .mc_icon--space_right {
  margin-right: 5px;
}

.member_client {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 360px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  white-space: initial;
  padding-bottom: 45px;
  box-sizing: border-box;
}

.mc_full_screen.member_client {
  display: block;
  height: 100%;
  padding-bottom: 0;
}

.member_client.mc_user_selection_disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.member_client .mc_video_block {
  width: 100%;
  min-height: 320px;
  position: relative;
  background: #000000;
}

.mc_full_screen.member_client .mc_video_block {
  height: 100%;
}

.member_client .mc_btn_small_start_private {
  position: relative;
  display: inline-block;
  z-index: 20;
  margin: 10px;
}

.mc_full_screen.member_client .mc_btn_small_start_private {
  margin: 13px 0 0 10px;
}

.member_client .mc_sidebar {
  position: relative;
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 3px solid #500000;
}

.mc_full_screen.member_client .mc_sidebar {
  position: absolute;
  display: block;
  width: 18%;
  bottom: 50px;
  right: 0;
  top: 0;
  border: none;
}

.member_client .mc_sidebar_extended {
  margin-bottom: -44px;
}

.member_client .mc_is_hidden,
.member_client [hidden] {
  display: none !important;
}

.member_client .mc_is_disabled_feature {
  display: none !important;
}

.member_client .fill_parent {
  height: 100% !important;
}

.member_client .mouse_disabled {
  pointer-events: none;
}

.member_client a {
  color: #FFCC00;
  text-decoration: none;
  cursor: pointer;
}

.member_client .mc_link {
  cursor: pointer;
  color: #FFCC00;
}

.member_client label.mc_fake_checkbox {
  position: relative;
  width: 23px;
  height: 23px;
  background: #000000;
  border-radius: 7px;
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.3);
}

.member_client label.mc_fake_checkbox::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  font-size: 13px;
  text-align: center;
}

.member_client input.mc_fake_checkbox:not(:checked) + label.mc_fake_checkbox::before {
  content: '' !important;
}

.member_client input.mc_fake_checkbox {
  display: none;
}

.member_client .mc_dropdown {
  position: relative;
}

.member_client .mc_select,
.member_client .mc_options {
  width: 200px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  cursor: pointer;
}

.member_client .mc_select {
  position: relative;
  height: 32px;
  margin: 0 auto;
  padding-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  background: transparent;
}

.member_client .mc_select_selected {
  font-weight: bold;
  padding: 8px 0 7px 8px;
  text-align: left;
  overflow: hidden;
}

.member_client .mc_select_dropdown_icon {
  font-size: 28px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 8px;
}

.member_client .mc_options {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 5px auto 0;
  padding: 0;
  list-style: none;
  background: rgba(0, 0, 0, 0.8);
}

.member_client .mc_options_option {
  padding: 8px 0 7px 8px;
  text-align: left;
}

.member_client .mc_numeric_stepper_container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.member_client .mc_numeric_stepper_button_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.member_client .mc_numeric_stepper_button_container:hover {
  color: #FFCC00;
}

.member_client .mc_numeric_stepper_value_container {
  padding: 0 10px;
  margin-left: 2px;
  background: rgba(34, 34, 34, 0.5);
  border-radius: 0 4px 4px 0;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member_client .mc_numeric_stepper_value {
  margin: auto;
}

.member_client .mc_numeric_stepper_button_up,
.member_client .mc_numeric_stepper_button_down {
  width: 19px;
  height: 15px;
  background: rgba(34, 34, 34, 0.5);
  color: rgba(204, 204, 204, 0.8);
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  display: block;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

.member_client .mc_numeric_stepper_button_up:hover,
.member_client .mc_numeric_stepper_button_down:hover {
  color: #FFCC00;
}

.member_client .mc_numeric_stepper_button_up {
  border-radius: 4px 0 0;
  margin: 0 0 2px 0;
}

.member_client .mc_numeric_stepper_button_down {
  border-radius: 0 0 0 4px;
}

.member_client .mc_numeric_stepper_text_input {
  cursor: pointer;
  display: block;
  border: none;
  width: 100%;
  background: none;
  color: #FFFFFF;
  font: bold 12px Arial;
  text-align: right;
  padding: 0;
}

.member_client .mc_give_vip_show_credit_custom_amount_button:hover .mc_numeric_stepper_text_input,
.member_client .mc_give_vip_show_credit_custom_amount_button.selected .mc_numeric_stepper_text_input {
  color: #FFCC00;
}

.member_client .mc_progress_container {
  position: absolute;
  z-index: 15;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.member_client .mc_progress_circle {
  fill: transparent;
  stroke: #FFFFFF;
  stroke-width: 5;
  -webkit-animation: mc_progress_circle_dash 2s ease infinite, mc_progress_circle_rotate 2s linear infinite;
          animation: mc_progress_circle_dash 2s ease infinite, mc_progress_circle_rotate 2s linear infinite;
}

@-webkit-keyframes mc_progress_circle_dash {
  0% {
    stroke-dasharray: 1,95;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 85,95;
    stroke-dashoffset: -25;
  }
  100% {
    stroke-dasharray: 85,95;
    stroke-dashoffset: -93;
  }
}

@keyframes mc_progress_circle_dash {
  0% {
    stroke-dasharray: 1,95;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 85,95;
    stroke-dashoffset: -25;
  }
  100% {
    stroke-dasharray: 85,95;
    stroke-dashoffset: -93;
  }
}

@-webkit-keyframes mc_progress_circle_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes mc_progress_circle_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.member_client .action_bar {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mc_full_screen.member_client .action_bar {
  width: 82%;
  bottom: 5px;
  top: auto;
  z-index: 20;
}

.member_client .action_bar .btn_check_my_wall,
.member_client .action_bar .btn_offline_message,
.member_client .action_bar .btn_private,
.member_client .action_bar .btn_credits {
  white-space: nowrap;
  box-sizing: content-box;
  overflow: hidden;
  padding: 0 10px;
}

.member_client .action_bar .btn_credits {
  box-sizing: border-box;
  width: 100%;
}

.member_client .action_bar .btn_check_my_wall {
  width: 40px;
  padding: 0;
  margin: 0;
  background: linear-gradient(to bottom, rgba(123, 0, 0, 0.8), #500000);
  color: #FFFFFF;
  text-shadow: none;
  border-top: solid 1px rgba(123, 0, 0, 0.8);
}

.member_client .action_bar .btn_check_my_wall:hover:not(.mc_is_disabled) {
  background: linear-gradient(to bottom, #930000, #500000);
}

@media (min-width: 961px) {
  .member_client .action_bar .btn_check_my_wall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    padding: 0 10px;
  }
}

.member_client .action_bar .btn_check_my_wall .icon_expand {
  display: block;
}

@media (min-width: 961px) {
  .member_client .action_bar .btn_check_my_wall .icon_expand {
    display: none;
  }
}

.member_client .action_bar .btn_check_my_wall .lbl_check_my_wall {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 961px) {
  .member_client .action_bar .btn_check_my_wall .lbl_check_my_wall {
    display: block;
  }
}

.member_client .action_bar .mc_bottom_button_middle_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.member_client .action_bar .mc_bottom_button_middle_container .btn_offline_message,
.member_client .action_bar .mc_bottom_button_middle_container .btn_private {
  margin: 0 3px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.member_client .action_bar .mc_bottom_button_middle_container .give_vip_show_credit_button_container,
.member_client .action_bar .mc_bottom_button_middle_container .vip_action_panel {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.member_client .action_bar .mc_bottom_button_middle_container .mc_give_vip_show_credit_button {
  width: 100%;
}

.member_client .action_bar .mc_bottom_button_middle_container .vip_info_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 66%;
  padding: 0;
  margin-left: 3px;
  border: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
}

.member_client .action_bar .mc_bottom_button_middle_container .vip_info_panel:focus {
  outline: none;
}

.member_client .action_bar .mc_bottom_button_middle_container .vip_info_panel .vip_info_panel_cell {
  width: 100%;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font: bold 10px Arial;
  color: #999999;
  text-transform: uppercase;
  line-height: auto;
}

@media (min-width: 961px) {
  .member_client .action_bar .mc_bottom_button_middle_container .vip_info_panel .vip_info_panel_cell {
    line-height: 21px;
  }
}

.member_client .action_bar .mc_bottom_button_middle_container .vip_info_panel .vip_info_panel_cell:not(:last-child) {
  border-right: 1px solid #999999;
}

.member_client .action_bar .mc_bottom_button_middle_container .vip_info_panel .vip_info_panel_cell span {
  font: bold 18px Arial;
  color: #FFFFFF;
  vertical-align: middle;
  display: block;
}

@media (min-width: 961px) {
  .member_client .action_bar .mc_bottom_button_middle_container .vip_info_panel .vip_info_panel_cell span {
    margin-left: 10px;
    display: inline-block;
  }
}

.member_client .action_bar .mc_bottom_button_middle_container .vip_info_panel .vip_info_panel_cell span strong {
  color: #FFCC00;
}

@-webkit-keyframes pulse {
  0% {
    text-shadow: none;
  }
  50% {
    text-shadow: 0 0 10px #FFDB4D, 0 0 10px #FFDB4D;
  }
  100% {
    text-shadow: none;
  }
}

@keyframes pulse {
  0% {
    text-shadow: none;
  }
  50% {
    text-shadow: 0 0 10px #FFDB4D, 0 0 10px #FFDB4D;
  }
  100% {
    text-shadow: none;
  }
}

.member_client .action_bar .mc_bottom_button_middle_container .vip_info_panel .vip_info_panel_cell span.pulse {
  color: #FFCC00;
  -webkit-animation: pulse 1.2s infinite;
          animation: pulse 1.2s infinite;
}

.member_client .action_bar .mc_bottom_button_middle_container .vip_info_panel .vip_info_panel_cell .highlighted {
  color: #FFCC00;
}

.member_client .action_bar .btn_credits {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  margin: 0 1px 0 0;
  background: linear-gradient(to bottom, #434343, #222222);
  color: #FFFFFF;
  text-shadow: none;
  border-top: none;
}

.member_client .action_bar .btn_credits [mc-icon-] {
  margin-right: 8px;
}

.member_client .action_bar .btn_credits:hover {
  background: linear-gradient(to bottom, #505050, #222222);
}

.member_client .mc_action_bar__secondary_holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}

.member_client .mc_dialog_suprise_sender {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 540px;
  height: 328px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.member_client .mc_dialog_suprise_sender.mc_is_hidden {
  display: none;
}

@media (min-width: 1281px) {
  .member_client .mc_dialog_suprise_sender {
    top: 143px;
    left: 40px;
    margin: 0;
  }
}

.member_client .mc_dialog_surprise_sended {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 400px;
  height: 200px;
  padding: 0;
  top: 40px;
  left: 40px;
  position: absolute;
  margin: 0;
  overflow: hidden;
}

.member_client .mc_dialog_surprise_sended.mc_is_hidden {
  display: none;
}

.member_client .mc_surprise_sent_info {
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  padding-top: 35px;
  padding-bottom: 20px;
}

.member_client .mc_ss_amount_list {
  float: left;
  padding-left: 17px;
  padding-top: 12px;
}

.member_client .mc_ss_vip_amount_selector {
  overflow: hidden;
  width: 100px;
  margin: 0 -4px 0 0;
}

.member_client .mc_amount_list {
  margin: 3px 0;
  padding: 0;
  width: 222px;
}

.member_client .mc_amount_list_item {
  margin-bottom: 3px;
  list-style: none;
}

.member_client .mc_amount_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7px;
  border: 1px solid #474747;
  background: #474747;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  transition: .2s border;
  box-sizing: border-box;
  cursor: pointer;
}

.member_client .mc_amount_button:hover:not(.mc_is_disabled), .member_client .mc_amount_button.selected {
  border-color: #FFCC33;
}

.member_client .mc_amount_button:focus {
  outline: none;
}

.member_client .mc_amount_button.mc_is_disabled {
  opacity: .5;
  cursor: default;
}

.member_client .mc_al_button_title, .member_client .mc_al_button_value {
  font-weight: bold;
  white-space: nowrap;
  line-height: 40px;
}

.member_client .mc_al_button_title {
  color: #FFCC33;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
}

.member_client .mc_al_button_value {
  color: #FFFFFF;
  font-size: 11px;
}

.member_client .mc_animation_selector {
  width: 264px;
  overflow: hidden;
  margin: 0 auto;
}

.member_client .mc_animation_selector_header {
  font-size: 13px;
  color: #999999;
  margin: 13px 0;
}

.member_client .mc_animation_selector_pager {
  background: linear-gradient(to bottom, #8F0000, #CB0000);
  height: 135px;
  opacity: .8;
  border-radius: 5px;
  position: relative;
}

.member_client .mc_animation_holder {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member_client .mc_animation_selector_arrows_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.member_client .mc_animation_selector_arrow {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
}

.member_client .mc_amination_selector_arrow_icon {
  font-size: 20px;
}

.member_client .mc_send_surprise_info {
  height: 100px;
}

.member_client .mc_sender_right_area {
  width: 264px;
  padding-right: 17px;
  padding-top: 4px;
  float: right;
}

.member_client .mc_sender_right_area .mc_first_button {
  min-width: 100px;
}

.member_client .mc_surprise_price_warning {
  color: #999999;
  font-size: 11px;
  width: 70%;
  height: 25px;
  margin: 0 auto;
  padding-top: 10px;
}

.member_client .mc_surprise_preview_base {
  transition: none;
  opacity: 0;
  height: 0;
}

.member_client .mc_surprise_preview_base.mc_surprise_preview_visible {
  opacity: 1;
  height: 100%;
  transition: opacity .5s ease-in-out;
}

.member_client .mc_surprise_animation {
  z-index: 5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.member_client .mc_dialog_suprise_container_mobile {
  overflow: hidden;
  width: 100%;
  height: 250px;
  padding: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
}

.member_client .mc_dialog_suprise_sender_mobile {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
}

.member_client .mc_dialog_suprise_sender_mobile.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_suprise_sender_mobile .mc_page_container {
  height: 65%;
  position: relative;
}

.member_client .mc_dialog_suprise_sender_mobile .mc_page {
  position: absolute;
  width: 100%;
}

.member_client .mc_dialog_suprise_sender_mobile .mc_mobile_sender_header {
  color: #FFCC00;
  font-size: 40px;
  height: 20%;
  margin-top: 5px;
}

.member_client .mc_pagination_container {
  width: 100%;
}

.member_client .mc_pagination_element {
  width: 8px;
  height: 8px;
  margin-right: 15px;
  border-radius: 100%;
  display: inline-block;
  background-color: #FFFFFF;
}

.member_client .mc_pagination_element.mc_is_disabled {
  background-color: #999999;
}

.member_client .mc_pagination_element:last-child {
  margin-right: 0;
}

.member_client .mc_surprise_icon_mobile_base {
  display: inline-block;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.member_client .mc_surprise_very_quick_buy_button_holder {
  margin-top: 10px;
}

.member_client .mc_surprise_quick_buy_button_holder {
  margin-top: 0;
}

.member_client .mc_system_dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.member_client .mc_system_dialog__popup {
  position: relative;
  top: 140px;
  min-width: 600px;
  padding: 45px 10px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 10px 18px -6px rgba(0, 0, 0, 0.8);
  z-index: 20;
}

.member_client .mc_system_dialog__message {
  text-align: center;
  font-size: 21px;
  font-family: Arial;
  color: #DCDCDC;
  margin: 10px;
}

.member_client .mc_system_dialog__hitbox {
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.member_client .mc_dialog_quickbuy {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 500px;
  height: 323px;
  padding: 0;
  top: 40px;
  left: 40px;
  position: absolute;
  margin: 0;
  overflow: hidden;
}

.member_client .mc_dialog_quickbuy.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_bottom_quickbuy {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 500px;
  height: 323px;
  top: inherit;
  bottom: 5px;
  right: 5px;
  left: inherit;
  position: absolute;
  overflow: hidden;
}

.member_client .mc_dialog_bottom_quickbuy.mc_is_hidden {
  display: none;
}

.mc_full_screen.member_client .mc_dialog_bottom_quickbuy {
  bottom: 50px;
  right: calc(18% + 5px);
}

.member_client .mc_quickbuy_bonus_type_info {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding-top: 18px;
  font-weight: bold;
}

.member_client .mc_quickbuy_credit_options_container {
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.member_client .mc_quickbuy_credit_option {
  width: 106px;
  border-radius: 4px;
  cursor: pointer;
}

.member_client .mc_quickbuy_credit_option:hover .mc_quickbuy_credit_option_top {
  background: rgba(0, 0, 0, 0.8);
}

.member_client .mc_quickbuy_credit_option:hover .mc_quickbuy_credit_option_bottom {
  background: rgba(153, 153, 153, 0.4);
}

.member_client .mc_quickbuy_credit_option_top {
  position: relative;
  height: 86px;
  padding: 20px 0 0;
  overflow: hidden;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
}

.member_client .mc_quickbuy_credit_option_bottom {
  background: rgba(153, 153, 153, 0.2);
  padding: 10px;
}

.member_client .mc_quickbuy_credit_option p {
  margin: 0;
  line-height: 1;
  font-weight: 600;
}

.member_client .mc_quickbuy_credit_option .mc_quickbuy_credit_bonus,
.member_client .mc_quickbuy_credit_option .mc_quickbuy_credit_bonus_text {
  margin: 2px;
  font-size: 12px;
}

.member_client .mc_quickbuy_credit_option .mc_quickbuy_credit_bonus_more_buys {
  font-size: 9px;
  margin: 6px 0;
  color: #999999;
}

.member_client .mc_quickbuy_credit_option .mc_quickbuy_credit_price {
  margin-top: 8px;
  font-size: 18px;
}

.member_client .mc_quickbuy_credit_option .mc_quickbuy_credit_price_text {
  font-size: 12px;
}

.member_client .mc_quickbuy_credit_option .mc_quickbuy_price_text {
  font-size: 12px;
  color: #999999;
}

.member_client .mc_quickbuy_credit_option .mc_quickbuy_credit_buy_btn {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 10px 0;
  font-size: 11px;
  font-weight: 800;
}

.member_client .mc_quickbuy_credit_option .mc_bonus_ribbon {
  position: absolute;
  top: 8px;
  right: -19px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: green;
  height: 16px;
  padding: 0 20px;
  background-color: #85B400;
}

.member_client .mc_quickbuy_credit_option .mc_bonus_ribbon_text {
  padding: 6px 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 0 0 1px #000000;
}

.member_client .mc_bonus_locked .mc_bonus_ribbon {
  opacity: 0.4;
}

.member_client .mc_bonus_locked .mc_bonus_meter {
  display: block;
}

.member_client .mc_bonus_meter {
  position: relative;
  display: none;
  width: 85px;
  height: 8px;
  margin: 0 auto;
}

.member_client .mc_bonus_meter_bar {
  width: 100%;
  height: 7px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 4px;
  background: rgba(34, 34, 34, 0.6);
  overflow: hidden;
}

.member_client .mc_bonus_meter_bar_fill {
  height: 100%;
  background: #85B400;
}

.member_client .mc_bonus_meter_glare {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -55%);
      -ms-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
}

.member_client .mc_very_quick_buy {
  width: 100%;
  height: 50px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member_client .mc_very_quick_buy_button,
.member_client .mc_very_quick_buy_progress,
.member_client .mc_very_quick_buy_success,
.member_client .mc_very_quick_buy_failed {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member_client .mc_very_quick_buy_progress_text {
  margin: 0 10px 0 0;
}

.member_client .mc_very_quick_buy_success_text {
  color: #85B400;
}

.member_client .mc_very_quick_buy_failed_text {
  font-weight: bold;
  font-size: 14px;
  color: #DA0000;
}

.member_client .mc_very_quick_buy_label {
  display: block;
  width: 100%;
}

.member_client .mc_loading_secondary {
  height: 21px;
  width: 21px;
}

.member_client .mc_dialog_buy_transaction {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 400px;
  height: 150px;
}

.member_client .mc_dialog_buy_transaction.mc_is_hidden {
  display: none;
}

.member_client .mc_transaction {
  position: absolute;
  height: calc(100% - 36px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member_client .mc_transaction_progress, .member_client .mc_transaction_success, .member_client .mc_transaction_failed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.member_client .mc_transaction_progress_text, .member_client .mc_transaction_success_text, .member_client .mc_transaction_failed_text {
  font-weight: bold;
  font-size: 14px;
}

.member_client .mc_transaction_progress_text {
  display: block;
}

.member_client .mc_transaction_progress .mc_loading_secondary {
  margin: 0 10px;
  height: 21px;
  width: 21px;
}

.member_client .mc_transaction_success_text {
  color: #85B400;
}

.member_client .mc_transaction_failed_text {
  color: #DA0000;
}

.member_client .mc_dialog_buy_credit_alert_bonus_info,
.member_client .mc_dialog_buy_credit_alert {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 430px;
}

.member_client .mc_dialog_buy_credit_alert_bonus_info.mc_is_hidden,
.member_client .mc_dialog_buy_credit_alert.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_buy_credit_alert__price_text {
  margin: 20px 0;
  font-size: 14px;
  font-weight: bold;
  color: white;
}

.member_client .mc_dialog_buy_credit_alert__buy_smallest_package {
  margin: 20px 0;
  font-size: 14px;
  font-weight: bold;
  color: white;
}

.member_client .mc_dialog_buy_credit_alert__left_credits_text {
  color: #CCCCCC;
  margin: 20px 0;
}

.member_client .mc_dialog_buy_credit_alert__span {
  color: #FFFFFF;
}

.member_client .mc_dialog_buy_credit_alert__link {
  margin: 20px;
}

.member_client .mc_dialog_buy_credit_alert_bonus_info__instruction_text {
  margin: 20px 0;
}

.member_client .mc_dialog_buy_credit_alert_bonus_info__instruction_text span {
  font-weight: bold;
}

.member_client .mc_dialog_buy_credit_alert_bonus_info__different_methods_text {
  color: #999999;
  margin: 20px 0;
}

.member_client .mc_channel_switcher_open .mc_channel_switcher_current_label_suffix {
  opacity: 1;
  max-width: 200px;
  transition-delay: 0s;
}

.member_client .mc_channel_switcher_open .mc_channel_buttons {
  transition-delay: 0s;
  max-width: 700px;
  opacity: 1;
}

.member_client .mc_channel_buttons {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  transition: max-width 0.5s, opacity 0.5s;
  transition-delay: 0.5s;
  height: 100%;
}

.member_client .mc_channel_switcher_container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 40;
  margin: 5px;
  background-color: rgba(34, 34, 34, 0.9);
  border-radius: 5px;
  height: 30px;
}

.member_client .mc_channel_switcher_current_label,
.member_client .mc_channel_button {
  font: bold 11px Arial;
  color: #FFFFFF;
  letter-spacing: 1px;
  display: inline-block;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  vertical-align: bottom;
  height: 100%;
  padding: 0 6px;
}

.member_client .mc_channel_switcher_current_label.mc_channel_button_free,
.member_client .mc_channel_button.mc_channel_button_free {
  color: #FF9999;
}

.member_client .mc_channel_switcher_current_label.mc_channel_button_premium,
.member_client .mc_channel_button.mc_channel_button_premium {
  color: #FFDB4D;
}

.member_client .mc_channel_switcher_current_label.mc_channel_button_vip,
.member_client .mc_channel_button.mc_channel_button_vip {
  color: #FFFFFF;
}

.member_client .mc_channel_switcher_current_label.mc_channel_button_disabled,
.member_client .mc_channel_button.mc_channel_button_disabled {
  cursor: default;
  color: #999999;
}

.member_client .mc_channel_switcher_current_label {
  position: relative;
  padding: 0 6px 0 32px;
  cursor: default;
}

.member_client .mc_selected_channel_label,
.member_client .mc_channel_switcher_current_label_suffix {
  display: inline-block;
  margin-top: 9px;
}

.member_client .mc_channel_switcher_current_label_icon {
  position: absolute;
  top: 0;
  left: 0;
  top: 6px;
  left: 7px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}

.member_client .mc_channel_switcher_current_label_suffix {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-left: 3px;
  max-width: 0;
  opacity: 0;
  transition: max-width 0.5s, opacity 0.5s;
  transition-delay: 0.5s;
  overflow: hidden;
}

.member_client .mc_chat_block {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 40;
  border-radius: 5px 5px 0 0;
  will-change: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.member_client .mc_chat_block.mc_is_resizing {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.member_client .mc_chat_block.mc_is_hidden {
  display: none;
}

.member_client .mc_chat_block_floating_disabled {
  background: black;
}

.member_client .mc_btn_private_message {
  white-space: nowrap;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  bottom: -59px;
  color: #FFFFFF;
  z-index: 20;
}

.member_client .chat_title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  box-sizing: border-box;
  height: auto;
  margin: 0;
  padding: 0 30px 0 42px;
  color: #FFFFFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: normal 14px Arial;
  border-radius: 5px;
}

.member_client .chat_title:hover {
  cursor: ns-resize;
}

.member_client .chat_title.mc_is_collapsed {
  margin-top: 3px;
  cursor: pointer;
  background: #222222;
}

.member_client .chat_title.mc_is_collapsed .mc_comment_icon {
  top: 15px;
}

.member_client .chat_title.mc_is_collapsed .mc_resize_icon {
  top: 17px;
}

.member_client .chat_title .mc_comment_icon {
  position: absolute;
  left: 12px;
  top: 12px;
  color: #FFFFFF;
  transition: color .3s;
}

.member_client .chat_title .mc_comment_icon.mc_is_highlighted {
  color: #a7c538;
}

.member_client .chat_title .mc_resize_icon {
  position: absolute;
  top: 14px;
  right: 12px;
  font-size: 12px;
  color: #CCCCCC;
}

.member_client .chat_title .mc_chat_notifications_label,
.member_client .chat_title .mc_chat_label {
  line-height: 41px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.member_client .chat_title .mc_chat_notifications_label {
  color: #a7c538;
}

.member_client .mc_chat_title_floating_disabled:hover {
  cursor: initial;
}

.member_client .mc_chat_title_floating_disabled .mc_resize_icon {
  display: none;
}

.member_client .mc_js_vip_show_info_container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.member_client .mc_chat_status_label {
  display: none;
}

.member_client .mc_close_chat_button,
.member_client .mc_close_private_button {
  display: inline-block;
  margin: 10px;
  position: relative;
  z-index: 60;
  white-space: nowrap;
}

.member_client .mc_close_chat_button i,
.member_client .mc_close_private_button i {
  padding-left: 10px;
  font-size: 10px;
}

.member_client .mc_close_chat_button.mc_is_hidden,
.member_client .mc_close_private_button.mc_is_hidden {
  display: none;
}

.member_client .mc_close_chat_button {
  border: 1px solid #222222;
}

.member_client .mc_close_chat_button i {
  color: #999999;
}

.member_client .mc_close_private_button:hover {
  color: #FFCC00;
}

.member_client .mc_translation_marker {
  color: #FF00CC;
}

.member_client .chat_form {
  position: absolute;
  bottom: -45px;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.member_client .chat_form .chat_input_text {
  padding: 13px 125px 12px 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border: none;
  background: #FF9999;
  color: #DA0000;
  border-top: 1px solid #7B0000;
  border-bottom: 1px solid #500000;
}

.member_client .chat_form .chat_input_text:first-child {
  position: absolute;
  left: -100%;
  top: -100%;
}

.member_client .chat_form .chat_input_text:focus {
  background: #FFCCCC;
}

.member_client .chat_form .chat_input_text::-webkit-input-placeholder {
  opacity: 0;
}

.member_client .chat_form .mc_btn_input_send {
  position: absolute;
  bottom: -9px;
  right: 5px;
  height: 30px;
  font: 12px/30px Arial;
  background: rgba(147, 0, 0, 0.6);
  color: #FFFFFF;
  text-shadow: none;
  border-top: none;
}

.member_client .chat_form .mc_btn_input_send:hover:not(.mc_is_disabled) {
  background: linear-gradient(to bottom, #930000, #500000);
  color: #FFFFFF;
}

.member_client .chat_form .mc_btn_input_open_translations_flag,
.member_client .chat_form .mc_btn_input_open_translations {
  right: 70px;
}

.member_client .chat_form .mc_btn_input_open_smileys {
  right: 95px;
}

.member_client .chat_form .mc_btn_input_open_translations_flag,
.member_client .chat_form .mc_btn_input_open_translations,
.member_client .chat_form .mc_btn_input_open_smileys {
  position: absolute;
  top: 0px;
  height: 100%;
  background-color: transparent;
  border-color: transparent;
  font-size: 17px;
  color: rgba(147, 0, 0, 0.6);
  cursor: pointer;
}

.member_client .chat_form .mc_btn_input_open_translations_flag:hover:not(.mc_is_disabled),
.member_client .chat_form .mc_btn_input_open_translations:hover:not(.mc_is_disabled),
.member_client .chat_form .mc_btn_input_open_smileys:hover:not(.mc_is_disabled) {
  color: #930000;
}

.member_client .chat_form .mc_btn_input_open_translations_flag:focus,
.member_client .chat_form .mc_btn_input_open_translations:focus,
.member_client .chat_form .mc_btn_input_open_smileys:focus {
  outline: none;
}

.member_client .mc_input_smiley_panel {
  right: 115px;
}

.member_client .mc_input_translations_panel {
  right: 87px;
}

.member_client .mc_chat_message_hidden_title {
  opacity: 0;
  pointer-events: none;
}

.member_client .mc_input_translations_panel,
.member_client .mc_input_smiley_panel {
  border-radius: 5px;
  border: 1px solid #999999;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font: normal 12px Arial;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  position: absolute;
  bottom: 0px;
  padding: 5px;
  z-index: 60;
}

.member_client .mc_input_translations_panel:before, .member_client .mc_input_translations_panel:after,
.member_client .mc_input_smiley_panel:before,
.member_client .mc_input_smiley_panel:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.member_client .mc_input_translations_panel:before,
.member_client .mc_input_smiley_panel:before {
  border: 5px solid transparent;
  border-top-color: #999999;
  bottom: -10px;
}

.member_client .mc_input_translations_panel:after,
.member_client .mc_input_smiley_panel:after {
  border: 3px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
  bottom: -6px;
}

.member_client .mc_input_control_panel_translation_icon {
  background-color: transparent;
  border-color: transparent;
  padding: 0px;
  margin: 3px;
  cursor: pointer;
}

.member_client .mc_input_control_panel_translation_icon:focus {
  outline: none;
}

.member_client .mc_input_control_panel_smile_icon {
  background-color: transparent;
  border-color: transparent;
  padding: 0px;
  margin: 1px;
  cursor: pointer;
}

.member_client .mc_input_control_panel_smile_icon:focus {
  outline: none;
}

.member_client .mc_signup_for_feature {
  color: #FFDB4D;
  cursor: pointer;
}

.member_client .mc_login_for_feature {
  color: #FFDB4D;
  cursor: pointer;
}

.member_client .mc_input_translations_hover,
.member_client .mc_input_become_member_for_translations,
.member_client .mc_input_translations_not_available {
  border-radius: 5px;
  border: 1px solid #999999;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font: normal 12px Arial;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  width: 112px;
  position: absolute;
  bottom: 0px;
  padding: 5px;
  text-align: center;
  margin-top: 3px;
  right: 87px;
  z-index: 60;
}

.member_client .mc_input_translations_hover:before, .member_client .mc_input_translations_hover:after,
.member_client .mc_input_become_member_for_translations:before,
.member_client .mc_input_become_member_for_translations:after,
.member_client .mc_input_translations_not_available:before,
.member_client .mc_input_translations_not_available:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.member_client .mc_input_translations_hover:before,
.member_client .mc_input_become_member_for_translations:before,
.member_client .mc_input_translations_not_available:before {
  border: 5px solid transparent;
  border-top-color: #999999;
  bottom: -10px;
}

.member_client .mc_input_translations_hover:after,
.member_client .mc_input_become_member_for_translations:after,
.member_client .mc_input_translations_not_available:after {
  border: 3px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
  bottom: -6px;
}

.member_client .mc_input_translations_hover .mc_become_a_member_for_translations,
.member_client .mc_input_become_member_for_translations .mc_become_a_member_for_translations,
.member_client .mc_input_translations_not_available .mc_become_a_member_for_translations {
  color: #FFDB4D;
  cursor: pointer;
}

.member_client .mc_input_smiley_not_available {
  cursor: pointer;
  z-index: 60;
}

.member_client .mc_input_smiley_not_available span > font {
  color: #FFDB4D;
}

.member_client .mc_input_translations_hover,
.member_client .mc_input_smiley_hover {
  pointer-events: none;
}

.member_client .mc_input_smiley_hover,
.member_client .mc_input_smiley_not_available {
  border-radius: 5px;
  border: 1px solid #999999;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font: normal 12px Arial;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  width: 112px;
  position: absolute;
  bottom: 0px;
  padding: 5px;
  text-align: center;
  margin-top: 3px;
  right: 115px;
  z-index: 60;
}

.member_client .mc_input_smiley_hover:before, .member_client .mc_input_smiley_hover:after,
.member_client .mc_input_smiley_not_available:before,
.member_client .mc_input_smiley_not_available:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.member_client .mc_input_smiley_hover:before,
.member_client .mc_input_smiley_not_available:before {
  border: 5px solid transparent;
  border-top-color: #999999;
  bottom: -10px;
}

.member_client .mc_input_smiley_hover:after,
.member_client .mc_input_smiley_not_available:after {
  border: 3px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
  bottom: -6px;
}

.member_client .mc_chatbox_smiley_not_available {
  border-radius: 5px;
  border: 1px solid #999999;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font: normal 12px Arial;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  width: 160px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 9px;
  bottom: 20px;
  position: absolute;
  cursor: pointer;
  visibility: hidden;
  text-align: center;
  padding: 5px;
  background: #000000;
  z-index: 60;
}

.member_client .mc_chatbox_smiley_not_available:before, .member_client .mc_chatbox_smiley_not_available:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.member_client .mc_chatbox_smiley_not_available:before {
  border: 5px solid transparent;
  border-top-color: #999999;
  bottom: -10px;
}

.member_client .mc_chatbox_smiley_not_available:after {
  border: 3px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
  bottom: -6px;
}

.member_client .mc_chatbox_smiley_not_available font {
  color: #FFDB4D;
}

.member_client .mc_chatbox_smiley_not_available_align_right {
  -webkit-transform: translate(-90%, 0);
      -ms-transform: translate(-90%, 0);
          transform: translate(-90%, 0);
}

.member_client .mc_chatbox_smiley_not_available_align_right:after {
  left: auto;
  right: 10px;
}

.member_client .mc_chatbox_smiley_not_available_align_right:before {
  left: auto;
  right: 6px;
}

.member_client .mc_chatbox_smiley_not_available_align_left {
  -webkit-transform: translate(-10%, 0);
      -ms-transform: translate(-10%, 0);
          transform: translate(-10%, 0);
}

.member_client .mc_chatbox_smiley_not_available_align_left:after, .member_client .mc_chatbox_smiley_not_available_align_left:before {
  left: 16px;
}

.member_client .mc_disabled_smiley {
  opacity: 0.7;
}

.member_client .mc_disabled_smileys_hover {
  width: 100%;
  height: 30%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 6px;
  color: #FFFFFF;
  text-align: center;
  font: bold 12px Arial;
  margin-top: 8px;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.member_client .mc_disabled_smileys_hover:hover {
  opacity: 1;
}

.member_client .chat_content {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.member_client .chat_flow {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 8px 0 8px 15px;
  font: 12px Arial;
  max-height: 100%;
  overflow: visible;
  box-sizing: border-box;
}

.member_client .chat_flow.is_closed {
  overflow: hidden;
}

.member_client .chat_flow .mc_chat_icon_star {
  color: #FFCC00;
}

.member_client .chat_flow li {
  line-height: 18px;
  list-style: none;
  color: #FFFFFF;
  word-break: break-word;
}

.member_client .chat_flow li .mc-icon-mobile {
  font-size: 14px;
}

.member_client .chat_flow li.message.welcome {
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 8px;
  color: #ED7A7A;
  border-bottom: dashed 1px #ED7A7A;
  margin-right: 10px;
}

.member_client .chat_flow li.message.user {
  color: #ED7A7A;
}

.member_client .chat_flow li.message.user.user_myself {
  color: #ED7A7A;
}

.member_client .chat_flow li.message.user.user_guest {
  color: #ED7A7A;
}

.member_client .chat_flow li.message.user.fanclub i {
  font-size: 14px;
  color: #FFCC00;
}

.member_client .chat_flow li.message.me {
  color: #FFFFFF;
}

.member_client .chat_flow li.message.model {
  color: #FFCC00;
}

.member_client .chat_flow li.message.guest {
  color: #ED7A7A;
}

.member_client .chat_flow li.message.system {
  color: #FFFFFF;
}

.member_client .chat_flow li.message.snapshot {
  color: #0099FF;
}

.member_client .chat_flow li.message.surprise {
  padding: 10px 0px 10px 0px;
  margin: 10px 0px 10px 0px;
  color: #00FF99;
  border-top: 3px dotted #00FF99;
  border-bottom: 3px dotted #00FF99;
}

.member_client .chat_flow li.message.vip_show_credit {
  color: #00FF99;
}

.member_client .chat_flow li.message.translated {
  color: #E74399;
}

.member_client .chat_flow li .mc_separator {
  display: block;
  height: 1px;
  border-top: 1px solid #B90000;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}

.member_client .chat_flow li .mc_separator {
  display: block;
  height: 1px;
  background: linear-gradient(to right, #B90000, transparent);
  border: 0px;
}

.member_client .mc_smile {
  position: absolute;
  top: -4px;
}

.member_client .mc_smile_in_chatbox {
  margin-left: 1px;
}

.member_client .mc_smile_container:hover .mc_smile_hint {
  visibility: visible;
}

.member_client .mc_smile_container:hover .mc_chatbox_smiley_not_available {
  visibility: visible;
}

.member_client .mc_smile_container {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 10px;
  margin-right: 5px;
}

.member_client .mc_smile_hint {
  border-radius: 5px;
  border: 1px solid #999999;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font: normal 12px Arial;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  position: absolute;
  padding: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 18px;
  white-space: nowrap;
  visibility: hidden;
}

.member_client .mc_smile_hint:before, .member_client .mc_smile_hint:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.member_client .mc_smile_hint:before {
  border: 5px solid transparent;
  border-top-color: #999999;
  bottom: -10px;
}

.member_client .mc_smile_hint:after {
  border: 3px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
  bottom: -6px;
}

.member_client .curtains {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  border: none;
}

.member_client .curtains .image_left,
.member_client .curtains .image_right {
  width: 200%;
  height: 100%;
  background-size: cover;
  background-position-y: center;
  background-repeat: no-repeat;
}

.member_client .curtains .image_right {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.member_client .curtains .curtain_left,
.member_client .curtains .curtain_right {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 50%;
  height: 100%;
  transition: -webkit-transform 0.4s cubic-bezier(0.36, 0.06, 0.32, 0.96);
  transition: transform 0.4s cubic-bezier(0.36, 0.06, 0.32, 0.96);
  transition: transform 0.4s cubic-bezier(0.36, 0.06, 0.32, 0.96), -webkit-transform 0.4s cubic-bezier(0.36, 0.06, 0.32, 0.96);
  will-change: transform;
}

.member_client .curtains .curtain_left {
  -webkit-transform: translateX(0%) scale(1.002);
      -ms-transform: translateX(0%) scale(1.002);
          transform: translateX(0%) scale(1.002);
}

.member_client .curtains .curtain_right {
  -webkit-transform: translateX(100%) scale(1.002);
      -ms-transform: translateX(100%) scale(1.002);
          transform: translateX(100%) scale(1.002);
}

.member_client .curtains.curtains_hidden .curtain_left {
  -webkit-transform: translateX(-155%) scale(2);
      -ms-transform: translateX(-155%) scale(2);
          transform: translateX(-155%) scale(2);
}

.member_client .curtains.curtains_hidden .curtain_right {
  -webkit-transform: translateX(255%) scale(2);
      -ms-transform: translateX(255%) scale(2);
          transform: translateX(255%) scale(2);
}

.member_client .mc_exit_private_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 400px;
}

.member_client .mc_exit_private_dialog.mc_is_hidden {
  display: none;
}

.member_client .dialog_header {
  height: 36px;
  box-sizing: border-box;
  padding: 10px 15px;
  margin: 0;
  font: bold 14px Arial;
  text-align: center;
  background: rgba(67, 67, 67, 0.8);
}

.member_client .dialog_container {
  overflow-y: auto;
  height: calc(100% - 36px);
  box-sizing: border-box;
  padding: 25px 25px 25px 30px;
}

.member_client .close_dialog {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 9px;
  cursor: pointer;
  color: #999999;
}

.member_client .dialog_text {
  padding: 30px 0 10px;
}

.member_client .dialog_separator {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}

.member_client .dialog_private_start {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 430px;
  height: 262px;
}

.member_client .dialog_private_start.mc_is_hidden {
  display: none;
}

.member_client .dialog_private_start .mc_price {
  margin: 20px 0;
  font-size: 14px;
  font-weight: bold;
  color: white;
}

.member_client .dialog_private_start .mc_first_button {
  margin: 0;
}

.member_client .dialog_private_start .mc_bottom_section {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 72px;
}

.member_client .dialog_private_start .mc_checkbox_wrapper {
  vertical-align: top;
  padding: 14px 0;
  color: #CCCCCC;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.member_client .dialog_private_start .mc_checkbox_wrapper .mc_fake_checkbox {
  cursor: pointer;
  color: #CCCCCC;
  vertical-align: middle;
}

.member_client .dialog_private_start .mc_checkbox_wrapper .mc-icon-rounded-tick, .member_client .dialog_private_start .mc_checkbox_wrapper .mc_control .slider:before, .member_client .mc_control .dialog_private_start .mc_checkbox_wrapper .slider:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.member_client .dialog_private_start .mc_checkbox_wrapper .mc_checkbox_show_label {
  cursor: pointer;
  bottom: 8px;
  left: 10px;
}

.member_client .dialog_private_start .mc_checkbox_wrapper .mc_tooltip_icon {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}

.member_client .dialog_private_start .mc_checkbox_wrapper .mc_tooltip_icon .mc_tooltip_text {
  position: absolute;
  display: none;
  top: 35px;
  left: -270px;
  background-color: #000000;
  border: 1px solid #757575;
  color: #999999;
  width: 300px;
  padding: 15px 10px;
  font-size: 12px;
  text-align: left;
  border-radius: 3px;
  z-index: 1;
}

.member_client .dialog_private_start .mc_checkbox_wrapper .mc_tooltip_icon .mc_tooltip_text:after, .member_client .dialog_private_start .mc_checkbox_wrapper .mc_tooltip_icon .mc_tooltip_text:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.member_client .dialog_private_start .mc_checkbox_wrapper .mc_tooltip_icon .mc_tooltip_text:after {
  border-bottom-color: #000000;
  border-width: 10px;
  margin-left: 106px;
}

.member_client .dialog_private_start .mc_checkbox_wrapper .mc_tooltip_icon .mc_tooltip_text:before {
  border-bottom-color: #757575;
  border-width: 11px;
  margin-left: 105px;
}

.member_client .dialog_private_start .mc_checkbox_wrapper .mc_tooltip_icon:hover .mc_tooltip_text {
  display: block;
}

.member_client .dialog_private_start .mc_checkbox_wrapper .mc_button_next_text {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
}

.member_client .dialog_private_start .mc_balance {
  margin: 0;
  font-weight: bold;
  padding: 30px 0 10px;
  color: #999999;
}

.member_client .dialog_private_start .mc_balance span strong {
  color: #CCCCCC;
}

.member_client .dialog_private_error {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 420px;
}

.member_client .dialog_private_error.mc_is_hidden {
  display: none;
}

.member_client .dialog_private_blocked {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 430px;
}

.member_client .dialog_private_blocked.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_kicked {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 430px;
}

.member_client .mc_dialog_kicked.mc_is_hidden {
  display: none;
}

.member_client .dialog_time_limit {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 400px;
}

.member_client .dialog_time_limit.mc_is_hidden {
  display: none;
}

.member_client .dialog_time_limit .top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.member_client .dialog_time_limit .top .text1 {
  padding: 20px 0 15px;
}

.member_client .dialog_time_limit .top .text2 {
  font: bold 16px Arial;
  padding: 15px 0;
}

.member_client .dialog_time_limit .bottom {
  border-top: 1px solid rgba(204, 204, 204, 0.2);
}

.member_client .dialog_time_limit .bottom .login_link {
  padding: 25px 0 10px;
  display: block;
  cursor: pointer;
}

.member_client .dialog_in_private,
.member_client .dialog_model_is_in_private,
.member_client .dialog_offline_model {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 400px;
}

.member_client .dialog_in_private.mc_is_hidden,
.member_client .dialog_model_is_in_private.mc_is_hidden,
.member_client .dialog_offline_model.mc_is_hidden {
  display: none;
}

.member_client .dialog_in_private .dialog_text,
.member_client .dialog_model_is_in_private .dialog_text,
.member_client .dialog_offline_model .dialog_text {
  padding: 25px 0 10px;
}

.member_client .mc_heart_anim_container {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.member_client .mc_heart_anim {
  position: absolute;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member_client .mc_heart_icon_middle,
.member_client .mc_heart_icon_right,
.member_client .mc_heart_icon_left {
  position: relative;
  width: 100%;
  height: 13px;
  display: block;
  text-align: center;
  margin: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.member_client .mc_heart_icon_middle:before,
.member_client .mc_heart_icon_right:before,
.member_client .mc_heart_icon_left:before {
  vertical-align: top;
}

.member_client .mc_heart_blow_right,
.member_client .mc_heart_blow_left {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: mc_k_blow_left .7s ease-out 0s 1 normal forwards;
          animation: mc_k_blow_left .7s ease-out 0s 1 normal forwards;
}

.member_client .mc_heart_anim_left {
  width: 50%;
  left: 0;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  opacity: 0;
  color: #FFCC00;
}

.member_client .mc_heart_icon_left {
  right: -50%;
}

.member_client .mc_heart_blow_left {
  -webkit-animation-name: mc_k_blow_left;
          animation-name: mc_k_blow_left;
}

.member_client .mc_heart_anim_right {
  width: 50%;
  right: 0;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  opacity: 0;
  color: #FFCC00;
}

.member_client .mc_heart_icon_right {
  left: -50%;
}

.member_client .mc_heart_blow_right {
  -webkit-animation-name: mc_k_blow_right;
          animation-name: mc_k_blow_right;
}

.member_client .mc_heart_anim_middle {
  width: 100%;
  opacity: 1;
  will-change: transform;
}

.member_client .mc_heart_anim_beat {
  -webkit-animation: mc_k_heart_beat .7s ease-in 0s 1 normal forwards;
          animation: mc_k_heart_beat .7s ease-in 0s 1 normal forwards;
}

.member_client .mc_heart_anim_growup {
  -webkit-animation: mc_k_grow_up .2s ease-in .2s 1 normal forwards;
          animation: mc_k_grow_up .2s ease-in .2s 1 normal forwards;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.member_client .mc_heart_selected {
  color: #FFCC00;
}

.member_client .mc_add_favorite_error_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 425px;
}

.member_client .mc_add_favorite_error_dialog.mc_is_hidden {
  display: none;
}

.member_client .mc_add_favorite_error_dialog .mc_content {
  padding: 10px 0px;
}

.member_client .mc_add_favorite_error_dialog .mc_content .mc_text1 {
  font-size: 14px;
  padding: 0;
  margin: 14px 0;
  color: #CCCCCC;
  word-break: break-word;
}

.member_client .privateinvitation {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 450px;
  height: 200px;
  background-color: #FFFFFF;
}

.member_client .privateinvitation.mc_is_hidden {
  display: none;
}

.member_client .privateinvitation .invite {
  padding-top: 20px;
  padding-bottom: 15px;
}

.member_client .privateinvitation .invite button {
  display: inline-block;
  height: 26px;
  padding: 0 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #930000;
  color: #FFFFFF;
}

.member_client .privateinvitation .invite button:hover {
  background: #C00000;
}

.member_client .privateinvitation .header {
  font-weight: bold;
  color: #999999;
}

.member_client .privateinvitation .message {
  font-style: italic;
  font-weight: bold;
  color: #930000;
  word-break: break-word;
  padding-right: 30px;
  padding-left: 30px;
}

.member_client .privateinvitation .close {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 10px;
  cursor: pointer;
  color: #CCCCCC;
}

.member_client .privateinvitation .left_stripe {
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  width: 100px;
  border-bottom: 27px solid #DA0000;
  -webkit-transform: translateY(24px) translateX(-39px) rotate(-45deg);
      -ms-transform: translateY(24px) translateX(-39px) rotate(-45deg);
          transform: translateY(24px) translateX(-39px) rotate(-45deg);
  position: absolute;
}

.member_client .privateinvitation .left_stripe_top_triangle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #930000;
  position: absolute;
  -webkit-transform: translateX(93px) translateY(-7px);
      -ms-transform: translateX(93px) translateY(-7px);
          transform: translateX(93px) translateY(-7px);
}

.member_client .privateinvitation .left_stripe_bottom_triangle {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #930000;
  border-bottom: 7px solid transparent;
  position: absolute;
  -webkit-transform: translateX(-7px) translateY(93px);
      -ms-transform: translateX(-7px) translateY(93px);
          transform: translateX(-7px) translateY(93px);
}

.member_client .privateinvitation .right_stripe {
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  width: 100px;
  border-bottom: 27px solid #C00000;
  -webkit-transform: translateY(149px) translateX(335px) rotate(135deg);
      -ms-transform: translateY(149px) translateX(335px) rotate(135deg);
          transform: translateY(149px) translateX(335px) rotate(135deg);
  position: absolute;
}

.member_client .privateinvitation .right_stripe_top_triangle {
  width: 0;
  height: 0;
  border-left: 7px solid #930000;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  -webkit-transform: translateX(450px) translateY(93px);
      -ms-transform: translateX(450px) translateY(93px);
          transform: translateX(450px) translateY(93px);
}

.member_client .privateinvitation .right_stripe_bottom_triangle {
  width: 0;
  height: 0;
  border-top: 7px solid #930000;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  -webkit-transform: translateX(342px) translateY(200px);
      -ms-transform: translateX(342px) translateY(200px);
          transform: translateX(342px) translateY(200px);
}

.member_client .mc_last_online_content {
  position: relative;
  z-index: 20;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font: 12px Arial;
  padding: 10px;
}

.member_client .mc_locked_content {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}

.member_client .mc_locked_content_container {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: Arial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member_client .mc_locked_content_container .mc_content_holder {
  text-align: center;
  position: relative;
}

.member_client .mc_locked_content_container .mc_content_holder_button {
  position: relative;
}

.member_client .mc_locked_content_container .mc_content_holder_title {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px 0;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.member_client .mc_locked_content_container .mc_content_holder_counter {
  text-align: left;
  display: inline-block;
  margin: 0 0 28px 0;
  white-space: nowrap;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.member_client .mc_locked_content_container .mc_content_holder_counter .mc_amount {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 50px;
  margin-right: 15px;
}

.member_client .mc_locked_content_container .mc_content_holder_counter .mc_text {
  display: inline-block;
  vertical-align: middle;
}

.member_client .mc_locked_content_container .mc_content_holder_counter .mc_text_title {
  color: #FFCC00;
  font-weight: bold;
  margin: 0;
  font-size: 20px;
}

.member_client .mc_locked_content_container .mc_content_holder_counter .mc_text_subtitle {
  color: #FFFFFF;
  font-weight: bold;
  margin: 0;
  font-size: 14px;
}

.member_client .mc_locked_content_container .mc_content_holder_list {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px 50px;
  border-radius: 5px;
  list-style: none;
  margin: 0;
}

.member_client .mc_locked_content_container .mc_content_holder_list_item .mc_icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin: 0 13px 0 0;
}

.member_client .mc_locked_content_container .mc_content_holder_list_item .mc_text {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
  color: #FFFFFF;
  font-size: 16px;
}

.member_client .mc_locked_content_container .mc_content_holder_list_item:not(:last-child) {
  margin-bottom: 22px;
}

.member_client .mc_locked_content_container .mc_content_holder_button .mc_first_button {
  min-width: 135px;
}

.member_client .mc_locked_content_container .mc_content_holder_button .button_star {
  margin-right: 10px;
}

.member_client .mc_locked_content_container .mc_preview_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: black;
  background-size: cover;
  background-position: center 0;
}

.member_client .mc_locked_content.mc_is_hidden {
  visibility: hidden;
}

.member_client .mc_dialog_subscribe_to_fan_club,
.member_client .mc_fan_club_login_or_sign_up,
.member_client .mc_dialog_subscribe_to_fan_club_failed {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 200px;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 255px;
  bottom: auto;
  position: absolute;
  margin: 0;
  padding: 15px 30px;
}

.member_client .mc_dialog_subscribe_to_fan_club.mc_is_hidden,
.member_client .mc_fan_club_login_or_sign_up.mc_is_hidden,
.member_client .mc_dialog_subscribe_to_fan_club_failed.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_subscribe_to_fan_club:before,
.member_client .mc_fan_club_login_or_sign_up:before,
.member_client .mc_dialog_subscribe_to_fan_club_failed:before {
  content: '';
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  border: 8px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.7);
  left: 0%;
  top: 50%;
  -webkit-transform: translate(-104%, -50%);
      -ms-transform: translate(-104%, -50%);
          transform: translate(-104%, -50%);
}

.member_client .mc_dialog_subscribe_to_fan_club .mc_subscribe_fanclub_price {
  display: block;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 600;
}

.member_client .mc_dialog_subscribe_to_fan_club .mc_description {
  margin: 5px 0;
  font-size: 11px;
  font-weight: 600;
  color: #999999;
}

.member_client .mc_dialog_subscribe_to_fan_club .button_star {
  margin-right: 10px;
}

.member_client .mc_fan_club_login_or_sign_up .mc_description {
  margin: 5px 0;
}

.member_client .mc_fan_club_login_or_sign_up .mc_login_link {
  margin: 5px 0;
  display: block;
}

.member_client .mc_dialog_subscribe_to_fan_club_failed .mc_subscribe_fanclub_error {
  margin: 5px 0;
  font-weight: 600;
}

.member_client .mc_dialog_subscribe_to_fan_club_failed .mc_subscribe_fanclub_error .mc_warning {
  color: #FFCC00;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.member_client .mc_dialog_subscribe_to_fan_club_failed .mc_subscribe_fanclub_error_desc {
  padding: 5px 0;
  margin: 0;
}

.member_client .manual-start-stream {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.member_client .manual-start-stream .manual-start-button {
  display: block;
  color: #FFFFFF;
  width: 60px;
  height: 60px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 4px solid #FFFFFF;
  border-radius: 100%;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  box-sizing: border-box;
  text-indent: 2px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.member_client .manual-start-stream .manual-start-button::before {
  box-sizing: border-box;
  line-height: 52px;
  vertical-align: top;
}

.member_client .mc_recommender {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 15;
}

.mc_full_screen.member_client .mc_recommender {
  display: none;
}

.member_client .mc_recommender:hover:not(.mc_recommender_list_is_in_private_session) .mc_recommender_show_more_button {
  opacity: 1;
}

.member_client .mc_recommender:hover:not(.mc_recommender_list_is_in_private_session) .mc_recommender_list {
  pointer-events: auto;
}

.member_client .mc_recommender_list {
  padding: 0;
  margin: 0;
  line-height: 0;
}

.member_client .mc_recommender_list_disabled {
  pointer-events: none;
}

.member_client .mc_recommender_list_is_in_paid_show_session {
  pointer-events: none;
  opacity: 0.25;
}

.member_client .mc_recommender_list_item {
  margin-bottom: 2px;
  padding: 0;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.member_client .mc_recommender_list_image {
  width: 100%;
  cursor: pointer;
}

.member_client .mc_recommender_show_more_button {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: opacity .2s;
  opacity: 0;
}

.member_client .mc_size_switcher {
  position: relative;
  margin-top: 5px;
  line-height: 32px;
  font-size: 16px;
}

.member_client .mc_size_switcher:hover .mc_size_switcher_menu {
  opacity: 1;
  visibility: visible;
}

.member_client .mc_size_switcher_menu {
  color: #999999;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  display: inline-block;
  height: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 40px;
  top: 0;
  border-radius: 5px;
  white-space: nowrap;
}

.member_client .mc_size_switcher_menu:before {
  content: "";
  border: 5px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.member_client .mc_size_switcher_button {
  color: #999999;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  border: none;
  border-radius: 5px;
  line-height: 32px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  outline: none;
  display: inline-block;
  font-size: 16px;
}

.member_client .mc_size_switcher_button:hover, .member_client .mc_size_switcher_button.mc_size_switcher_button_selected {
  color: #FFFFFF;
}

.member_client mc_size_switcher_button--context {
  background: none;
}

.member_client .mc_dialog_snapshot_allow, .member_client .mc_dialog_snapshot_private_alert {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 350px;
  height: auto;
  bottom: auto;
  padding: 0;
  top: 100px;
  left: 40px;
  position: absolute;
  margin: 0;
  text-align: center;
}

.member_client .mc_dialog_snapshot_allow.mc_is_hidden, .member_client .mc_dialog_snapshot_private_alert.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_snapshot_allow .dialog_header, .member_client .mc_dialog_snapshot_private_alert .dialog_header {
  height: 36px;
  text-align: center;
  box-sizing: border-box;
}

.member_client .mc_dialog_snapshot_allow .dialog_container, .member_client .mc_dialog_snapshot_private_alert .dialog_container {
  overflow-y: auto;
  padding: 30px;
  height: calc(100% - 36px);
  box-sizing: border-box;
}

.member_client .mc_dialog_snapshot_allow .dialog_container button, .member_client .mc_dialog_snapshot_private_alert .dialog_container button {
  margin-top: 0;
  margin-bottom: 0;
}

.member_client .mc_dialog_snapshot_allow .dialog_container p, .member_client .mc_dialog_snapshot_private_alert .dialog_container p {
  margin: 0 0 20px 0;
  padding: 0;
}

.member_client .mc_birthday_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 470px;
  height: 250px;
}

.member_client .mc_birthday_dialog.mc_is_hidden {
  display: none;
}

.member_client .mc_birthday_dialog .dialog_container {
  height: auto;
}

.member_client .mc_birthday_dialog_background {
  background-position: bottom;
  background-repeat: no-repeat;
}

.member_client .mc_birthday_dialog_container {
  margin: 0 0 20px 0;
  text-align: left;
  font-size: 14px;
}

.member_client .mc_birthday_dialog_message {
  margin: 10px 0;
  padding: 0;
}

.member_client .mc_birthday_dialog_message--highlight {
  font-weight: bold;
}

.member_client .mc_birthday_dialog_message--regards {
  color: #FF9999;
}

.member_client .mc_dialog_motivation {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 520px;
}

.member_client .mc_dialog_motivation.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_motivation .mc_message_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.member_client .mc_dialog_motivation .mc_performer_image_container {
  border-radius: 50%;
  border: 4px solid rgba(153, 153, 153, 0.2);
  overflow: hidden;
}

.member_client .mc_dialog_motivation .mc_performer_image {
  background-size: cover;
  background-position: center center;
  height: 40px;
  width: 40px;
}

.member_client .mc_dialog_motivation .mc_first_button {
  margin: 20px 0;
}

.member_client .mc_dialog_motivation .mc_text_bubble {
  position: relative;
  background: rgba(153, 153, 153, 0.2);
  border-radius: 4px;
  margin-left: 10px;
  padding: 16px;
}

.member_client .mc_dialog_motivation .mc_text_bubble:after {
  content: "";
  position: absolute;
  border-bottom: 7px solid rgba(153, 153, 153, 0.2);
  border-radius: 0 0 0 15px;
  width: 10px;
  bottom: -9px;
  left: 15px;
  height: 3px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.member_client .mc_dialog_motivation .mc_text_container {
  padding: 20px 0;
}

.member_client .mc_motivation_in_chat {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.member_client .mc_motivation_in_chat_content {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #999999;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font: normal 12px Arial;
  padding: 10px;
  white-space: nowrap;
}

.member_client .mc_motivation_in_chat_content:before, .member_client .mc_motivation_in_chat_content:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.member_client .mc_motivation_in_chat_content:before {
  border: 4px solid transparent;
  border-top-color: #999999;
  bottom: -8px;
}

.member_client .mc_motivation_in_chat_content:after {
  border: 3px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
  bottom: -5px;
}

.member_client .mc_size_switcher {
  position: relative;
  margin-top: 5px;
  line-height: 32px;
  font-size: 16px;
}

.member_client .mc_size_switcher:hover .mc_size_switcher_menu {
  opacity: 1;
  visibility: visible;
}

.member_client .mc_size_switcher_menu {
  color: #999999;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  display: inline-block;
  height: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 40px;
  top: 0;
  border-radius: 5px;
  white-space: nowrap;
}

.member_client .mc_size_switcher_menu:before {
  content: "";
  border: 5px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.member_client .mc_size_switcher_button {
  color: #999999;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  border: none;
  border-radius: 5px;
  line-height: 32px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  outline: none;
  display: inline-block;
  font-size: 16px;
}

.member_client .mc_size_switcher_button:hover, .member_client .mc_size_switcher_button.mc_size_switcher_button_selected {
  color: #FFFFFF;
}

.member_client mc_size_switcher_button--context {
  background: none;
}

.member_client .sneak_peek_dialog,
.member_client .sneak_peek_member_dialog,
.member_client .sneak_peek_loading_dialog,
.member_client .sneak_peek_end_dialog,
.member_client .sneak_peek_peeks_dialog,
.member_client .sneak_peek_join_dialog,
.member_client .sneak_peek_problem_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 400px;
}

.member_client .sneak_peek_dialog.mc_is_hidden,
.member_client .sneak_peek_member_dialog.mc_is_hidden,
.member_client .sneak_peek_loading_dialog.mc_is_hidden,
.member_client .sneak_peek_end_dialog.mc_is_hidden,
.member_client .sneak_peek_peeks_dialog.mc_is_hidden,
.member_client .sneak_peek_join_dialog.mc_is_hidden,
.member_client .sneak_peek_problem_dialog.mc_is_hidden {
  display: none;
}

.member_client .sneak_peek_dialog .top,
.member_client .sneak_peek_member_dialog .top,
.member_client .sneak_peek_loading_dialog .top,
.member_client .sneak_peek_end_dialog .top,
.member_client .sneak_peek_peeks_dialog .top,
.member_client .sneak_peek_join_dialog .top,
.member_client .sneak_peek_problem_dialog .top {
  padding-bottom: 20px;
}

.member_client .sneak_peek_dialog .top .text1,
.member_client .sneak_peek_member_dialog .top .text1,
.member_client .sneak_peek_loading_dialog .top .text1,
.member_client .sneak_peek_end_dialog .top .text1,
.member_client .sneak_peek_peeks_dialog .top .text1,
.member_client .sneak_peek_join_dialog .top .text1,
.member_client .sneak_peek_problem_dialog .top .text1 {
  padding: 20px 20px 15px;
  line-height: 20px;
}

.member_client .sneak_peek_dialog .bottom,
.member_client .sneak_peek_member_dialog .bottom,
.member_client .sneak_peek_loading_dialog .bottom,
.member_client .sneak_peek_end_dialog .bottom,
.member_client .sneak_peek_peeks_dialog .bottom,
.member_client .sneak_peek_join_dialog .bottom,
.member_client .sneak_peek_problem_dialog .bottom {
  padding: 15px 15px 20px;
}

.member_client .sneak_peek_loader {
  height: 35px;
  width: 35px;
  margin: 15px auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
          animation: rotation .6s infinite linear;
  border: 4px solid rgba(255, 255, 255, 0.15);
  border-top-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
}

.member_client .mc_sneakpeek_timer {
  display: block;
  text-align: center;
  line-height: 60px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 60px;
  height: 60px;
  border-radius: 5px;
  font-family: Arial;
  z-index: 20;
}

.member_client .mc_sneakpeek_timer.mc_is_hidden {
  display: none;
}

.mc_full_screen.member_client .mc_sneakpeek_timer {
  bottom: auto;
  top: 50px;
}

.member_client .mc_sneakpeek_timer_text {
  color: #FFFFFF;
  margin: 0;
  font-size: 16pt;
  font-weight: bolder;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.member_client .mc_vip_show_cancelled_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 425px;
}

.member_client .mc_vip_show_cancelled_dialog.mc_is_hidden {
  display: none;
}

.member_client .mc_vip_show_cancelled_dialog .content {
  padding: 10px 0 10px;
}

.member_client .mc_vip_show_cancelled_dialog .content .text1 {
  font-size: 14px;
  padding: 0;
  margin: 14px 0;
  font-weight: bold;
  color: #FFFFFF;
  word-break: break-word;
}

.member_client .mc_vip_show_cancelled_dialog .content .text2 {
  padding: 0;
  color: #CCCCCC;
  margin: 14px 0 0;
  word-break: break-word;
}

.member_client .mc_vip_show_join_on_air_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 560px;
}

.member_client .mc_vip_show_join_on_air_dialog.mc_is_hidden {
  display: none;
}

.member_client .mc_vip_show_join_on_air_dialog .content {
  padding: 0 0 20px;
}

.member_client .mc_vip_show_join_on_air_dialog .content .text1 {
  padding: 17px 20px 0px;
  line-height: 18px;
  color: #FFCC00;
  font-size: 14px;
  margin: 12px 0;
}

.member_client .mc_vip_show_join_on_air_dialog .content .text2 {
  line-height: 20px;
  color: #999999;
  margin: 12px 0;
  letter-spacing: 0.4px;
  font-size: 14px;
  word-break: break-word;
}

.member_client .mc_vip_show_join_on_air_dialog .content .text2 .mc-icon-clock {
  font-size: 15px;
  margin-right: 5px;
}

.member_client .mc_vip_show_join_on_air_dialog .content .text3 {
  padding: 0;
  line-height: 20px;
  color: #FFFFFF;
  margin: 14px 0 0;
  font-size: 14px;
  word-break: break-word;
}

.member_client .mc_give_vip_show_credit_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 530px;
}

.member_client .mc_give_vip_show_credit_dialog.mc_is_hidden {
  display: none;
}

.member_client .mc_give_vip_show_credit_dialog .content {
  padding: 0 0 20px;
}

.member_client .mc_give_vip_show_credit_dialog .content .text1 {
  padding: 30px 20px;
  line-height: 20px;
  font-weight: bold;
  color: #FFCC00;
  font: normal 14px Arial;
  word-break: break-word;
}

.member_client .mc_give_vip_show_credit_dialog .content .text2 {
  padding: 20px 0;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0;
  font: normal 14px Arial;
  word-break: break-word;
}

.member_client .mc_give_vip_show_credit_dialog .content .mc_js_give_vip_show_credit_dialog_button {
  width: 210px;
  margin: 15px auto 0;
}

.member_client .mc_give_vip_show_credit_amount_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  padding: 0 50px;
}

.member_client .mc_give_vip_show_credit_amount_button, .member_client .mc_give_vip_show_credit_custom_amount_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #222222;
  background: #222222;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
  border-radius: 5px;
  transition: .2s border;
  box-sizing: border-box;
  cursor: pointer;
  color: #FFFFFF;
  line-height: 20px;
  font-weight: bold;
  font-size: 12px;
  padding-top: 5px;
}

.member_client .mc_give_vip_show_credit_amount_button .mc_value_text, .member_client .mc_give_vip_show_credit_custom_amount_button .mc_value_text {
  padding: 0;
  line-height: 16px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.member_client .mc_give_vip_show_credit_amount_button .mc_value_text .mc_amount_value, .member_client .mc_give_vip_show_credit_custom_amount_button .mc_value_text .mc_amount_value {
  display: block;
  font-size: 20px;
  color: #FFCC00;
}

.member_client .mc_give_vip_show_credit_amount_button .mc_value_text .mc_amount_credit_name, .member_client .mc_give_vip_show_credit_custom_amount_button .mc_value_text .mc_amount_credit_name {
  display: inline-block;
  font-size: 11px;
  color: #FFFFFF;
}

.member_client .mc_give_vip_show_credit_amount_button:hover, .member_client .mc_give_vip_show_credit_custom_amount_button:hover, .member_client .mc_give_vip_show_credit_amount_button.selected, .member_client .selected.mc_give_vip_show_credit_custom_amount_button {
  border-color: #FFCC33;
}

.member_client .mc_give_vip_show_credit_amount_button:focus, .member_client .mc_give_vip_show_credit_custom_amount_button:focus {
  outline: none;
}

.member_client .mc_give_vip_show_credit_custom_amount_button {
  padding: 5px;
  height: 100%;
}

.member_client .mc_give_vip_show_credit_custom_amount_button .mc_numeric_stepper_container {
  background: #0e0e0e;
  border-radius: 5px;
}

.member_client .mc_give_vip_show_credit_custom_amount_button .mc_numeric_stepper_button_container {
  display: block;
}

.member_client .mc_give_vip_show_credit_custom_amount_button .mc_numeric_stepper_text_input {
  display: block;
  font-size: 20px;
  color: #FFCC00;
  text-align: center;
  position: relative;
  top: 5px;
  pointer-events: none;
}

.member_client .mc_give_vip_show_credit_custom_amount_button .mc_numeric_stepper_button_up {
  font-size: 14px;
  height: 50%;
  color: #FFFFFF;
}

.member_client .mc_give_vip_show_credit_custom_amount_button .mc_numeric_stepper_button_down {
  margin-top: 1px;
  font-size: 14px;
  height: 50%;
  color: #FFFFFF;
}

.member_client .mc_give_vip_show_credit_custom_amount_button .mc_numeric_stepper_button_up:before,
.member_client .mc_give_vip_show_credit_custom_amount_button .mc_numeric_stepper_button_down:before {
  margin: 7px 0 0 2px;
}

.member_client .mc_give_vip_show_credit_custom_amount_button .mc_numeric_stepper_button_up:hover,
.member_client .mc_give_vip_show_credit_custom_amount_button .mc_numeric_stepper_button_down:hover {
  color: #FFCC33;
}

.member_client .mc_give_vip_show_credit_custom_amount_button .mc_amount_credit_name {
  display: inline-block;
  font-size: 11px;
  color: #FFFFFF;
  position: relative;
  top: -1px;
}

.member_client .mc_dialog_vip_show_end {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 400px;
}

.member_client .mc_dialog_vip_show_end.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_vip_show_end .content {
  padding: 10px 0 10px;
}

.member_client .mc_dialog_vip_show_end .content .text1 {
  padding: 0;
  line-height: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.member_client .mc_dialog_vip_show_end .content .text1 + .text1 {
  margin-top: 0;
}

.member_client .mc_dialog_vip_show_end .content .text2 {
  padding: 0;
  line-height: 20px;
  color: #CCCCCC;
  margin-bottom: 0px;
}

.member_client .mc_dialog_vip_show_end .content .balance {
  color: #FFFFFF;
  font-weight: bold;
}

.member_client .mc_dialog_vip_show_end .content .text2 + .text2 {
  margin-top: 1px;
  margin-bottom: 8px;
}

.member_client .mc_dialog_vip_show_end .content .mc_first_button {
  margin-top: 5px;
  margin-bottom: 32px;
}

.member_client .mc_vip_show_info {
  padding: 8px 15px 8px;
  font: 12px Arial;
  background: rgba(34, 34, 34, 0.8);
}

.member_client .mc_vip_show_info .text1 {
  line-height: 20px;
  color: #FFFFFF;
  font-weight: bold;
  word-break: break-word;
}

.member_client .mc_vip_show_info .text2 {
  line-height: 20px;
  color: #FFCC00;
  margin: 12px 0px 0px;
  word-break: break-word;
}

.member_client .toolbar {
  width: 30px;
}

.member_client .tooltip {
  left: 40px;
  padding: 9px;
  font-size: 11px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.8);
}

.member_client .tooltip:before {
  border-right-color: rgba(0, 0, 0, 0.8);
}

.member_client .toolbar_button {
  width: 30px;
  height: 30px;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  position: relative;
  overflow: visible;
  transition: color .2s;
  color: #999999;
  background: rgba(0, 0, 0, 0.8);
  font-size: 13px;
}

.member_client .toolbar_button.mc_is_hidden {
  display: none;
}

.member_client .toolbar_button.mc_is_disabled {
  cursor: default;
  opacity: 0.3;
}

.member_client .toolbar_button.mc_is_disabled:hover {
  cursor: default;
  color: #999999;
}

.member_client .toolbar_button.mc_is_disabled:hover .tooltip {
  display: none;
}

.member_client .toolbar_button:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.member_client .toolbar_button:hover {
  cursor: pointer;
  color: #FFFFFF;
}

.member_client .toolbar_button:focus {
  outline: none;
}

.member_client .tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  text-align: left;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s, opacity 0.4s ease-out;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.8);
}

.member_client .tooltip:before {
  content: "";
  border: 5px solid transparent;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.member_client .tooltip__withBorder {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.member_client .tooltip__withBorder:before {
  border-right-color: #000000;
}

.member_client .tooltip__withBorder:after {
  content: "";
  border: 6px solid transparent;
  border-right-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.member_client .tooltip__withBorder.tooltip__onTop:after {
  top: calc(100% + 7px);
  left: 15px;
  border-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.6);
}

.member_client .tooltip__onTop:before {
  top: calc(100% + 5px);
  left: 16px;
  border-color: transparent;
  border-top-color: #000000;
}

.member_client .mc_vibratoy_private_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 410px;
}

.member_client .mc_vibratoy_private_dialog.mc_is_hidden {
  display: none;
}

.member_client .mc_vibratoy_private_dialog.left {
  top: 200px;
  left: 40px;
}

.member_client .mc_vibratoy_private_dialog.bottom {
  top: 440px;
  left: 200px;
}

.member_client .mc_vibratoy_private_dialog .mc_invitation_to_use {
  margin: 0;
  padding: 30px 0 20px 0;
}

.member_client .mc_vibratoy_private_dialog .price {
  margin: 0;
  padding-bottom: 18px;
}

.member_client .mc_vibratoy_private_dialog .dialog_text span {
  color: #FFFFFF;
}

.member_client .mc_vibratoy_private_dialog .mc_vibratoy_private_dialog_button {
  margin: 0;
}

.member_client .mc_vibratoy_private_dialog .more_info {
  margin: 18px 0;
}

.member_client .mc_activate_vibratoy_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 395px;
  height: 195px;
  padding: 0;
  top: 178px;
  left: 40px;
  position: absolute;
  margin: 0;
}

.member_client .mc_activate_vibratoy_dialog.mc_is_hidden {
  display: none;
}

.member_client .mc_deactivate_vibratoy_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 325px;
  height: 150px;
  padding: 0;
  top: 178px;
  left: 40px;
  position: absolute;
  margin: 0;
}

.member_client .mc_deactivate_vibratoy_dialog.mc_is_hidden {
  display: none;
}

.member_client .mc_vibratoy_is_in_use_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 400px;
  height: 210px;
}

.member_client .mc_vibratoy_is_in_use_dialog.mc_is_hidden {
  display: none;
}

.member_client .mc_vibratoy_is_not_available_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 300px;
  height: auto;
  padding: 0;
  top: 175px;
  left: 40px;
  bottom: auto;
  position: absolute;
  margin: 0;
  text-align: center;
}

.member_client .mc_vibratoy_is_not_available_dialog.mc_is_hidden {
  display: none;
}

.member_client .mc_vibratoy_is_not_available_dialog .mc_vibratoy_is_not_available_dialog_first_line {
  padding: 25px 20px;
  margin: 0;
}

.member_client .mc_vibratoy_usage_information_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 490px;
}

.member_client .mc_vibratoy_usage_information_dialog.mc_is_hidden {
  display: none;
}

.member_client .mc_vibratoy_usage_information_dialog.mc_is_hidden {
  display: none;
}

.member_client .mc_vibratoy_usage_information_dialog .mc_vibratoy_usage_row.top {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

.member_client .mc_vibratoy_usage_information_dialog .mc_vibratoy_usage_row.bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member_client .mc_vibratoy_usage_information_dialog .mc_vibratoy_usage_column {
  width: 50%;
}

.member_client .mc_vibratoy_usage_information_dialog .mc_vibratoy_usage_column.left {
  border-right: 1px solid rgba(153, 153, 153, 0.3);
}

.member_client .mc_vibratoy_usage_information_dialog .mc_vibratoy_usage_vibration_header,
.member_client .mc_vibratoy_usage_information_dialog .mc_vibratoy_usage_rotation_header {
  padding: 10px 0;
}

.member_client .mc_vibratoy_usage_information_dialog .mc_vibratoy_usage_vibration_description,
.member_client .mc_vibratoy_usage_information_dialog .mc_vibratoy_usage_rotation_description {
  color: #999999;
  padding-bottom: 10px;
}

.member_client .mc_vibratoy_usage_information_dialog .mc_vibratoy_usage_dialog_description {
  margin: 20px 0 7px 0;
  color: #999999;
}

.member_client .mc_vibratoy_usage_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.member_client .mc_vibratoy_control {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 3px;
  background: rgba(0, 0, 0, 0.7);
  height: 40px;
  border-radius: 5px;
}

.member_client .mc_vibratoy_control.mc_is_hidden {
  display: none;
}

.member_client .mc_vibratoy_control_overlay {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 40px;
  border-radius: 5px;
  z-index: 5;
}

.member_client .mc_vibratoy_control_overlay.mc_is_hidden {
  display: none;
}

.member_client .mc_vibratoy_control_wrapper {
  display: table;
  margin: 0 auto;
  line-height: 36px;
  vertical-align: middle;
}

.member_client .mc_vibratoy_control_label {
  text-transform: uppercase;
}

.member_client .mc_vibratoy_control .mc_control {
  padding: 5px 20px;
  display: inline;
}

.member_client .mc_vibratoy_control .mc_control span {
  font: bold 10px Arial;
  color: #999999;
  text-transform: uppercase;
  vertical-align: middle;
}

.member_client .mc_vibratoy_control .mc_control_border {
  border-left: 1px solid #999999;
}

.member_client .mc_activate_vibratoy_dialog .mc_activate_vibratoy_dialog_decription {
  margin-top: 25px;
}

.member_client .mc_vibratoy_is_in_use_dialog .mc_vibratoy_is_in_use_decription {
  margin: 30px 0 20px 0;
}

.member_client .mc_vibratoy_is_in_use_dialog .mc_price {
  color: #999999;
}

.member_client .mc_vibratoy_control_label {
  display: inline-block;
  font: bold 10px Arial;
  color: #999999;
  line-height: normal;
  vertical-align: middle;
}

.member_client .text_bold {
  font: bold 14px Arial;
  text-align: center;
}

.member_client .toolbar .mc_vibratoy_icon_selected {
  opacity: 1;
  color: #FFCC00;
}

.member_client .toolbar .mc_vibratoy_icon_selected:hover {
  cursor: pointer;
  color: #FFCC00;
}

.member_client .toolbar .mc_vibratoy_icon_flashing {
  -webkit-animation: opacityFlash .7s ease-out 0s 5 normal forwards;
          animation: opacityFlash .7s ease-out 0s 5 normal forwards;
}

.member_client .mc_vibratoy_usage_private_chat .mc_vibratoy_usage_row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member_client .mc_vibratoy_usage_private_chat label {
  display: inline-block;
}

.member_client .mc_vibratoy_usage_private_chat .mc_vibratoy_usage_dont_show_label {
  position: relative;
  bottom: 8px;
  left: 10px;
}

.member_client .mc_vibratoy_usage_private_chat .checkbox_wrapper {
  margin-left: 35px;
}

.member_client .mc_vibratoy_usage_private_chat .mc_vibratoy_usage_lets_play_button {
  margin-right: 20px;
}

@-webkit-keyframes opacityFlash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityFlash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.member_client .mc_video_expander {
  width: 100%;
  height: 100%;
  position: relative;
}

.member_client .mc_video_expander:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.member_client .mc_video_expander > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.member_client .video_container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.member_client video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}

.member_client video::-webkit-media-controls-enclosure {
  display: none;
}

.member_client .mc_video_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.member_client .mc_live_widget, .member_client .mc_vip_show_widget {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 8px 5px 5px;
  border: none;
  border-radius: 5px;
  line-height: 32px;
  outline: none;
  margin: 0 0 5px 0;
  font: bold 10px Arial;
}

.member_client .mc_vip_show_widget {
  display: none;
}

.member_client .vip_show_icon,
.member_client .live_icon {
  display: inline-block;
  font-size: 16px;
  margin: 0 8px 0 3px;
  vertical-align: middle;
}

.member_client .mc_video_controls {
  position: absolute;
  min-width: 50px;
  z-index: 40;
  height: 100%;
  top: 0;
  left: 0;
  padding: 45px 5px 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mc_full_screen.member_client .mc_video_controls {
  height: auto;
  bottom: 50px;
}

.member_client .mc_volume_bottom {
  color: #999999;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  border: none;
  border-radius: 5px;
  line-height: 32px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  outline: none;
  font-size: 18px;
}

.member_client .mc_video_controls_bottom {
  position: absolute;
  bottom: 5px;
}

.member_client .mc_video_controls_button {
  color: #999999;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  border: none;
  border-radius: 5px;
  line-height: 32px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  outline: none;
  display: block;
}

.member_client .mc_video_controls_button:hover {
  color: #FFFFFF;
}

.member_client .mc_dialog_bio_info {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 460px;
  height: 374px;
  padding: 0;
  top: 38px;
  left: 40px;
  position: absolute;
  margin: 0;
  text-align: left;
}

.member_client .mc_dialog_bio_info.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_bio_info .dialog_header {
  text-align: left;
}

.member_client .bio_block:last-child .bio_separator {
  display: none;
}

.member_client .bio_heading {
  text-align: left;
  margin: 0 0 5px 0;
}

.member_client .bio_description {
  margin: 5px 0;
  word-break: break-word;
  color: #999999;
}

.member_client .bio_separator {
  border-top: dotted 1px;
  margin: 10px 0;
  color: #999999;
}

.member_client .awards {
  text-align: left;
}

.member_client .trophy {
  position: relative;
  display: inline-block;
  margin: 10px 25px 0 0;
}

.member_client .trophy img {
  height: 30px;
}

.member_client .trophy_gold {
  color: #FFCC00;
}

.member_client .trophy_silver {
  color: #CCCCCC;
}

.member_client .trophy_bronze {
  color: #CE8032;
}

.member_client .trophy--disabled {
  opacity: 0.4;
}

.member_client .trophy_count {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 9px;
  font-weight: 600;
  padding: 3px 6px;
  border-radius: 3px;
  color: #441F00;
  background: #FFCC00;
}

.member_client .trophy_count--disabled {
  display: none;
}

.member_client .about {
  text-align: left;
}

.member_client .about_data {
  display: inline;
  padding-right: 15px;
  color: #999999;
}

.member_client .about_description {
  margin: 5px 0;
  color: #999999;
}

.member_client .secondary_text {
  color: #CCCCCC;
}

.member_client .mc_bonus_animation {
  position: absolute;
  height: 190px;
  width: 190px;
  z-index: 15;
  bottom: 2%;
  right: 2%;
  cursor: pointer;
}

.mc_full_screen.member_client .mc_bonus_animation {
  bottom: 5%;
}

.member_client .mc_bonus_animation_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.member_client .mc_bonus_lens_container, .member_client .mc_bonus_glare {
  position: absolute;
  top: 0;
  left: 0;
}

.member_client .mc_bonus_text_container {
  text-align: center;
  width: 100%;
  font-family: Arial;
  z-index: 1;
}

.member_client .mc_bonus_text_container--small .mc_bonus_line_1 {
  font-size: 16px;
}

.member_client .mc_bonus_text_container--small .mc_bonus_line_2 {
  font-size: 16px;
  letter-spacing: -1px;
}

.member_client .mc_bonus_text_container--small .mc_bonus_line_3 {
  font-size: 14px;
}

.member_client .mc_bonus_text_container--small .mc_bonus_line_4 {
  font-size: 10px;
  margin: 5px 0;
}

.member_client .mc_bonus_line_1, .member_client .mc_bonus_line_2, .member_client .mc_bonus_line_3 {
  opacity: 0;
  -webkit-animation-name: mc_bonus_text_anim;
          animation-name: mc_bonus_text_anim;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.member_client .mc_bonus_line_1, .member_client .mc_bonus_line_3, .member_client .mc_bonus_line_4 {
  color: #FFFFFF;
}

.member_client .mc_bonus_line_1 {
  display: inline-block;
  font-size: 20px;
  margin: 5px 0 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.member_client .mc_bonus_line_1:before, .member_client .mc_bonus_line_1:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 2px solid;
  top: 25%;
  width: 15px;
}

.member_client .mc_bonus_line_1:before {
  right: 100%;
  margin-right: 8px;
}

.member_client .mc_bonus_line_1:after {
  left: 100%;
  margin-left: 8px;
}

.member_client .mc_bonus_line_2 {
  background: -webkit-linear-gradient(#FFCC00, #F98706);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFCC00;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -2px;
  margin: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.member_client .mc_bonus_line_3 {
  font-size: 18px;
  letter-spacing: 5px;
  margin: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.member_client .mc_bonus_line_4 {
  font-size: 11px;
  margin: 10px 0;
  -webkit-animation: mc_bonus_text_anim 0.3s, mc_bonus_text_shadow_anim 3s linear infinite;
          animation: mc_bonus_text_anim 0.3s, mc_bonus_text_shadow_anim 3s linear infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.member_client .mc_bonus_lens_container,
.member_client .mc_bonus_lens {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.member_client .mc_bonus_lens {
  -webkit-animation-name: mc_bonus_lens_anim;
          animation-name: mc_bonus_lens_anim;
}

.member_client .mc_bonus_glare, .member_client .mc_bonus_ring, .member_client .mc_bonus_lens_container {
  opacity: 0;
}

.member_client .mc_bonus_lens_container {
  -webkit-animation-name: mc_bonus_lens_container_anim;
          animation-name: mc_bonus_lens_container_anim;
}

.member_client .mc_bonus_ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 190px;
  -webkit-animation: mc_bonus_ring_anim .5s, mc_bonus_ring_anim-2 120s linear infinite;
          animation: mc_bonus_ring_anim .5s, mc_bonus_ring_anim-2 120s linear infinite;
  -webkit-animation-delay: 0s, .5s;
          animation-delay: 0s, .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.member_client .mc_bonus_glare {
  width: 280px;
  -webkit-animation-name: mc_bonus_glare_anim;
          animation-name: mc_bonus_glare_anim;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes mc_bonus_ring_anim {
  from {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}

@keyframes mc_bonus_ring_anim {
  from {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes mc_bonus_ring_anim-2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes mc_bonus_ring_anim-2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes mc_bonus_glare_anim {
  0% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
            transform: rotate(0deg) translate(0px, 0px);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(35deg) translate(-30px, 50px);
            transform: rotate(35deg) translate(-30px, 50px);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes mc_bonus_glare_anim {
  0% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
            transform: rotate(0deg) translate(0px, 0px);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(35deg) translate(-30px, 50px);
            transform: rotate(35deg) translate(-30px, 50px);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@-webkit-keyframes mc_bonus_lens_container_anim {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) translate(25px) rotate(0deg);
            transform: rotate(0deg) translate(25px) rotate(0deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg) translate(125px) rotate(-180deg);
            transform: rotate(180deg) translate(125px) rotate(-180deg);
  }
  75% {
    opacity: 0;
    -webkit-transform: rotate(270deg) translate(70px) rotate(-270deg);
            transform: rotate(270deg) translate(70px) rotate(-270deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg) translate(60px) rotate(-360deg);
            transform: rotate(360deg) translate(60px) rotate(-360deg);
  }
}

@keyframes mc_bonus_lens_container_anim {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) translate(25px) rotate(0deg);
            transform: rotate(0deg) translate(25px) rotate(0deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg) translate(125px) rotate(-180deg);
            transform: rotate(180deg) translate(125px) rotate(-180deg);
  }
  75% {
    opacity: 0;
    -webkit-transform: rotate(270deg) translate(70px) rotate(-270deg);
            transform: rotate(270deg) translate(70px) rotate(-270deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg) translate(60px) rotate(-360deg);
            transform: rotate(360deg) translate(60px) rotate(-360deg);
  }
}

@-webkit-keyframes mc_bonus_lens_anim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes mc_bonus_lens_anim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes mc_bonus_text_anim {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes mc_bonus_text_anim {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes mc_bonus_text_shadow_anim {
  0% {
    text-shadow: none;
  }
  50% {
    text-shadow: 0 0 5px #FFFFFF;
  }
  100% {
    text-shadow: none;
  }
}

@keyframes mc_bonus_text_shadow_anim {
  0% {
    text-shadow: none;
  }
  50% {
    text-shadow: 0 0 5px #FFFFFF;
  }
  100% {
    text-shadow: none;
  }
}

.member_client .mc_dialog_awards_info,
.member_client .mc_dialog_awards_vote {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 350px;
  top: 178px;
  left: 40px;
  bottom: auto;
  position: absolute;
  margin: 0;
}

.member_client .mc_dialog_awards_info.mc_is_hidden,
.member_client .mc_dialog_awards_vote.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_awards_info .dialog_container,
.member_client .mc_dialog_awards_vote .dialog_container {
  overflow-y: initial;
}

.member_client .mc_dialog_awards_info {
  height: 230px;
  width: 310px;
}

.member_client .mc_dialog_awards_info .dialog_container {
  display: table;
  width: 100%;
  padding: 0;
}

.member_client .mc_dialog_awards_info .dialog_container .reason {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  margin: auto;
  padding: 0 20px;
  font-size: 15px;
}

.member_client .mc_dialog_awards_vote {
  height: auto;
  box-sizing: border-box;
}

.member_client .mc_dialog_awards_vote .dialog_container {
  padding: 0 0 17px 0;
}

.member_client .mc_dialog_awards_vote .dialog_container .mc_first_button {
  margin: 20px 0 10px;
}

.member_client .mc_dialog_awards_vote p {
  margin: 0;
  line-height: 1;
  font-weight: 600;
}

.member_client .mc_dialog_awards_vote .mc_points {
  padding: 20px 0 7px 0;
  font-size: 30px;
  color: #FFCC00;
}

.member_client .mc_dialog_awards_vote .mc_info {
  color: #FFFFFF;
}

.member_client .mc_dialog_awards_vote .mc_info,
.member_client .mc_dialog_awards_vote .mc_give_points {
  line-height: 1.2;
  font-size: 13px;
}

.member_client .mc_dialog_awards_vote .mc_rank {
  margin: 0 0 33px 0;
  font-size: 14px;
}

.member_client .mc_dialog_awards_vote .mc_give_points {
  color: #999999;
}

.member_client .mc_dialog_awards_vote .mc_give_points span {
  color: #FFFFFF;
}

.member_client .mc_dialog_awards_vote .mc_more_points {
  padding-bottom: 10px;
  font-size: 13px;
}

.member_client .mc_dialog_awards_vote .fan_club_member:before {
  content: '';
  display: block;
  height: 1px;
  margin: 0 0 17px 0;
  background: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}

.member_client .mc_dialog_awards_vote .be_my_fan {
  font-weight: 600;
}

.member_client .mc_dialog_awards_vote .be_my_fan_star {
  width: 15px;
  vertical-align: -1px;
}

.member_client .mc_dialog_awards_vote .be_my_fan_star.margin {
  margin-right: 8px;
}

.member_client .mc_dialog_awards_vote .be_my_fan .login_link {
  color: #FFCC00;
}

.member_client .mc_memberstreamcontrol_block {
  position: absolute;
  top: 8%;
  width: 100%;
  z-index: 20;
}

.member_client .mc_memberstreamcontrol_block .mc_close_memberstreamcontrol_button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  z-index: 5;
}

.member_client .mc_memberstreamcontrol_block .mc_memberstream-control_video {
  background: #000000;
}

.member_client .mc_dialog_cam2cam {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 408px;
  height: auto;
  padding: 0;
  top: 249px;
  left: 40px;
  bottom: auto;
  position: absolute;
  margin: 0;
}

.member_client .mc_dialog_cam2cam.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_cam2cam .dialog_container {
  overflow-y: initial;
}

.member_client .mc_dialog_cam2cam p {
  margin: 0 0 16px;
  font-weight: 600;
}

.member_client .mc_dialog_cam2cam .description {
  font-size: 12px;
}

.member_client .mc_dialog_cam2cam .price {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.member_client .mc_dialog_cam2cam .price amount {
  color: #FFFFFF;
  font-weight: 600;
}

.member_client .toolbar_button.mc_cam2cam_selected {
  color: #FFCC00;
}

.member_client .toolbar_button.mc_cam2cam_selected:hover {
  color: #FFCC00;
}

.member_client .mc_dialog_twowayaudio {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 408px;
  height: auto;
  padding: 0;
  top: 249px;
  left: 40px;
  bottom: auto;
  position: absolute;
  margin: 0;
}

.member_client .mc_dialog_twowayaudio.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_twowayaudio .dialog_container {
  overflow-y: initial;
}

.member_client .mc_dialog_twowayaudio p {
  margin: 0 0 16px;
  font-weight: 600;
}

.member_client .mc_dialog_twowayaudio .description {
  font-size: 14px;
  font-weight: bold;
}

.member_client .mc_dialog_twowayaudio .mc_plain_text_first_line {
  margin: 0 0 8px;
  font-size: 14px;
  color: white;
}

.member_client .mc_dialog_twowayaudio .mc_plain_text_second_line {
  margin: 0 0 8px;
  font-size: 14px;
  color: #cccccc;
}

.member_client .mc_dialog_twowayaudio .mc_price {
  font-size: 12px;
  color: #999999;
}

.member_client .mc_dialog_twowayaudio .mc_price amount {
  color: white;
  font-weight: bold;
}

.member_client .toolbar_button.mc_twowayaudio_selected {
  color: #FFCC00;
}

.member_client .toolbar_button.mc_twowayaudio_selected:hover {
  color: #FFCC00;
}

.member_client .toolbar_button.mc_twowayaudio_taken {
  opacity: 0.7;
}

.member_client .mc_twowayaudio_link {
  font-size: 14px;
  line-height: 1;
  display: block;
}

.member_client fieldset, .member_client label {
  margin: 0;
  padding: 0;
}

.member_client body {
  margin: 20px;
}

.member_client h1 {
  font-size: 1.5em;
  margin: 10px;
}

.member_client .rating {
  position: relative;
  margin: 0 10px;
  border: none;
  float: left;
  overflow: hidden;
}

.member_client .star {
  position: relative;
  color: rgba(255, 255, 255, 0.2);
  float: right;
  cursor: pointer;
}

.member_client .star_input {
  display: none;
}

.member_client .star_rating {
  position: relative;
  display: inline-block;
}

.member_client .star i {
  position: relative;
  margin: 0 2.5px;
  font-size: 1.1em;
  display: inline-block;
}

.member_client .star_rated {
  color: #FFCC00;
}

.member_client .star_half {
  position: absolute;
  right: 2px;
  height: 15px;
  width: 15px;
}

.member_client .rating:not(:hover) .star_rated {
  color: #FFCC00;
}

.member_client .rating:hover label {
  color: rgba(255, 255, 255, 0.2);
}

.member_client .rating:hover .star > img {
  display: none;
}

.member_client .rating:hover > label:hover,
.member_client .rating:hover > label:hover ~ label {
  color: #FFCC00;
}

.member_client .my_rate_text {
  font-weight: 400;
}

.member_client .thanks {
  margin: 0 10px;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
}

.member_client .my_rate_text,
.member_client .thanks {
  color: #999999;
}

.member_client .hide {
  display: none;
}

.member_client .mc_dialog_login_or_signup,
.member_client .mc_dialog_login,
.member_client .mc_dialog_signup,
.member_client .mc_dialog_signup_credits_success,
.member_client .mc_dialog_signup_teasers_success {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  padding: 0;
  margin: 0;
}

.member_client .mc_dialog_login_or_signup.mc_is_hidden,
.member_client .mc_dialog_login.mc_is_hidden,
.member_client .mc_dialog_signup.mc_is_hidden,
.member_client .mc_dialog_signup_credits_success.mc_is_hidden,
.member_client .mc_dialog_signup_teasers_success.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_login_or_signup .close_dialog,
.member_client .mc_dialog_login .close_dialog,
.member_client .mc_dialog_signup .close_dialog,
.member_client .mc_dialog_signup_credits_success .close_dialog,
.member_client .mc_dialog_signup_teasers_success .close_dialog {
  padding: 13px;
  top: 0;
  right: 0;
}

.member_client .mc_dialog_login_or_signup .dialog_container,
.member_client .mc_dialog_login .dialog_container,
.member_client .mc_dialog_signup .dialog_container,
.member_client .mc_dialog_signup_credits_success .dialog_container,
.member_client .mc_dialog_signup_teasers_success .dialog_container {
  overflow: visible;
  padding: 30px;
  padding-bottom: 15px;
}

.member_client .mc_dialog_login_or_signup .dialog_container button,
.member_client .mc_dialog_login .dialog_container button,
.member_client .mc_dialog_signup .dialog_container button,
.member_client .mc_dialog_signup_credits_success .dialog_container button,
.member_client .mc_dialog_signup_teasers_success .dialog_container button {
  margin-top: 0;
  margin-bottom: 0;
}

.member_client .mc_dialog_login_or_signup .dialog_container p,
.member_client .mc_dialog_login .dialog_container p,
.member_client .mc_dialog_signup .dialog_container p,
.member_client .mc_dialog_signup_credits_success .dialog_container p,
.member_client .mc_dialog_signup_teasers_success .dialog_container p {
  margin: 0 0 17px 0;
  padding: 0;
}

.member_client .mc_dialog_login_or_signup .dialog_container .login_link,
.member_client .mc_dialog_login .dialog_container .login_link,
.member_client .mc_dialog_signup .dialog_container .login_link,
.member_client .mc_dialog_signup_credits_success .dialog_container .login_link,
.member_client .mc_dialog_signup_teasers_success .dialog_container .login_link {
  font-weight: bold;
}

.member_client .mc_dialog_login_or_signup .dialog_divider,
.member_client .mc_dialog_login .dialog_divider,
.member_client .mc_dialog_signup .dialog_divider,
.member_client .mc_dialog_signup_credits_success .dialog_divider,
.member_client .mc_dialog_signup_teasers_success .dialog_divider {
  margin: 20px 0 20px -30px;
  width: calc(100% + 60px);
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}

.member_client .mc_dialog_login .mc_form_input, .member_client .mc_dialog_login .mc_form_input_holder,
.member_client .mc_dialog_signup .mc_form_input,
.member_client .mc_dialog_signup .mc_form_input_holder {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  padding: 0;
  width: calc(100% - 152px);
}

.member_client .mc_dialog_login .mc_form_error_row,
.member_client .mc_dialog_signup .mc_form_error_row {
  text-align: center;
  color: #DA0000;
  line-height: 50px;
}

.member_client .mc_dialog_login .mc_form_error_row__invisible,
.member_client .mc_dialog_signup .mc_form_error_row__invisible {
  visibility: hidden;
}

.member_client .mc_dialog_login .mc_form_error_row i,
.member_client .mc_dialog_signup .mc_form_error_row i {
  margin: 0 8px 0 0;
  color: #FFCC00;
}

.member_client .mc_dialog_login .mc_form_input,
.member_client .mc_dialog_signup .mc_form_input {
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid rgba(204, 204, 204, 0.4);
  padding: 0 10px;
}

.member_client .mc_dialog_login .mc_form_input_caption,
.member_client .mc_dialog_signup .mc_form_input_caption {
  display: inline-block;
  vertical-align: top;
  width: 142px;
  font-size: 14px;
  text-align: right;
  line-height: 40px;
  margin: 0 10px 0 0;
}

.member_client .mc_dialog_login .mc_form_input_row,
.member_client .mc_dialog_signup .mc_form_input_row {
  position: relative;
  margin: 0 0 10px 0;
  max-width: 100%;
}

.member_client .mc_dialog_login .mc_form_input_row:first-of-type,
.member_client .mc_dialog_signup .mc_form_input_row:first-of-type {
  margin-top: 10px;
}

.member_client .mc_dialog_login .mc_form_input_invalid,
.member_client .mc_dialog_signup .mc_form_input_invalid {
  color: #ED7A7A;
}

.member_client .mc_dialog_login .mc_form_input_invalid + .tooltip,
.member_client .mc_dialog_signup .mc_form_input_invalid + .tooltip {
  visibility: visible;
  opacity: 1;
}

.member_client .mc_dialog_login .mc_form_input_error,
.member_client .mc_dialog_signup .mc_form_input_error {
  left: 102%;
  padding: 0 9px;
  font-size: 12px;
  line-height: 40px;
  font-weight: bold;
  color: #FFFFFF;
}

.member_client .mc_dialog_login .mc_form_input_error i,
.member_client .mc_dialog_signup .mc_form_input_error i {
  position: relative;
  top: 2px;
  font-size: 18px;
  margin: 0 7px 0 0;
  color: #FFCC00;
}

.member_client .mc_dialog_login .mc_disclaimer,
.member_client .mc_dialog_signup .mc_disclaimer {
  font-size: 11px;
  margin: 10px 0 20px 0;
  color: #CCCCCC;
}

.member_client .mc_dialog_login .mc_button_next_text,
.member_client .mc_dialog_signup .mc_button_next_text {
  line-height: 40px;
  color: #CCCCCC;
  margin: 0 0 0 10px;
}

.member_client .mc_dialog_login .mc_checkbox_wrapper,
.member_client .mc_dialog_signup .mc_checkbox_wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}

.member_client .mc_dialog_login .mc_checkbox_wrapper .mc_fake_checkbox,
.member_client .mc_dialog_signup .mc_checkbox_wrapper .mc_fake_checkbox {
  cursor: pointer;
  color: #CCCCCC;
  vertical-align: middle;
}

.member_client .mc_dialog_login .mc_checkbox_wrapper .mc_checkbox_show_label,
.member_client .mc_dialog_signup .mc_checkbox_wrapper .mc_checkbox_show_label {
  cursor: pointer;
  bottom: 8px;
  left: 10px;
}

.member_client .mc_dialog_login label.mc_fake_checkbox,
.member_client .mc_dialog_signup label.mc_fake_checkbox {
  display: inline-block;
}

.member_client .mc_dialog_login .mc_captcha_reload,
.member_client .mc_dialog_signup .mc_captcha_reload {
  position: relative;
  float: left;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 14px;
}

.member_client .mc_dialog_login .mc_captcha_reload a,
.member_client .mc_dialog_signup .mc_captcha_reload a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.member_client .mc_dialog_login .mc_captcha_reload a i:before,
.member_client .mc_dialog_signup .mc_captcha_reload a i:before {
  line-height: 40px;
}

.member_client .mc_dialog_login .mc_captcha_input,
.member_client .mc_dialog_signup .mc_captcha_input {
  float: left;
  width: 105px;
}

.member_client .mc_dialog_login .mc_captcha_img,
.member_client .mc_dialog_signup .mc_captcha_img {
  border-radius: 5px;
  float: left;
  text-align: center;
  margin: 0 0 0 10px;
  height: 40px;
  width: 125px;
}

.member_client .mc_dialog_login_or_signup {
  width: 430px;
}

.member_client .mc_dialog_login {
  width: 494px;
}

.member_client .mc_dialog_login .dialog_container {
  padding-top: 0;
  text-align: left;
  padding-left: 20px;
}

.member_client .mc_dialog_login .mc_disclaimer {
  margin-top: 20px;
}

.member_client .mc_dialog_login .mc_form_input,
.member_client .mc_dialog_login .mc_form_input_holder {
  max-width: 240px;
}

.member_client .mc_dialog_login .mc_captcha_reload {
  position: absolute;
  top: 0;
  right: -40px;
}

.member_client .mc_dialog_signup {
  width: 600px;
}

.member_client .mc_dialog_signup .dialog_header {
  font-size: 20px;
  height: 40px;
}

.member_client .mc_dialog_signup .close_dialog {
  padding: 15px;
}

.member_client .mc_dialog_signup .dialog_container {
  padding-top: 0;
  text-align: left;
  padding-left: 20px;
}

.member_client .mc_dialog_signup .dialog_container .mc_signup_header_text {
  font-weight: bold;
  color: #FFCC00;
  text-align: center;
}

.member_client .mc_dialog_signup .dialog_container .mc_signup_header_text__main {
  font-size: 30px;
  margin: 30px 0 20px;
}

.member_client .mc_dialog_signup .dialog_container .mc_signup_header_text__sub {
  font-size: 20px;
  margin: 0;
}

.member_client .mc_dialog_signup .captcha_input {
  width: 165px;
}

.member_client .mc_dialog_signup .button_next_text {
  position: absolute;
  right: 0;
}

.member_client .mc_dialog_signup .mc_form_input, .member_client .mc_dialog_signup .mc_form_input_holder {
  width: calc(100% - 175px);
  max-width: 340px;
}

.member_client .mc_dialog_signup .mc_form_input_row {
  max-width: 515px;
}

html[lang='cs'] .mc_dialog_signup .mc_form_input_row__submit button {
  font-size: 13px;
  padding: 0 10px;
}

.member_client .mc_dialog_signup .mc_form_input_caption {
  width: 165px;
  margin: 0 10px 0 0;
}

.member_client .mc_dialog_signup .mc_form_input_error .mc_second_button {
  margin-left: 10px;
}

.mc_signup_username_input + .tooltip.mc_form_input_error {
  left: 175px;
  top: -35px;
}

.member_client .mc_dialog_signup_teasers_success,
.member_client .mc_dialog_signup_credits_success {
  width: 600px;
}

.member_client .mc_dialog_signup_teasers_success .dialog_header,
.member_client .mc_dialog_signup_credits_success .dialog_header {
  font-size: 20px;
  height: 40px;
}

.member_client .mc_dialog_signup_teasers_success .close_dialog,
.member_client .mc_dialog_signup_credits_success .close_dialog {
  padding: 15px;
}

.member_client .mc_dialog_signup_teasers_success .dialog_container p.mc_signup_header_text,
.member_client .mc_dialog_signup_credits_success .dialog_container p.mc_signup_header_text {
  margin: 85px 0 0;
  font-weight: bold;
  font-size: 30px;
  color: #FFCC00;
}

.member_client .mc_dialog_signup_teasers_success .dialog_container button.mc_first_button,
.member_client .mc_dialog_signup_credits_success .dialog_container button.mc_first_button {
  margin: 50px 0 90px 0;
}

.member_client .mc_dialog_signup_teasers_success .dialog_container .mc_signup_free_confirm_text,
.member_client .mc_dialog_signup_credits_success .dialog_container .mc_signup_free_confirm_text {
  font-size: 12px;
  color: #CCCCCC;
  margin: 0 0 10px 0;
}

.member_client .mc_dialog_signup_teasers_success .dialog_container .mc_signup_succcess_paymentmethod_text,
.member_client .mc_dialog_signup_credits_success .dialog_container .mc_signup_succcess_paymentmethod_text {
  font-size: 14px;
}

.member_client .mc_dialog_signup_teasers_success .dialog_container p.mc_signup_header_text {
  margin: 0;
}

.member_client .mc_dialog_signup_teasers_success .dialog_container p.mc_signup_header_text:first-of-type {
  color: #FFFFFF;
}

.member_client .mc_dialog_signup_teasers_success .dialog_container button.mc_first_button {
  margin: 30px 60px;
}

.member_client .mc_dialog_snapshot_allow, .member_client .mc_dialog_snapshot_private_alert {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 350px;
  height: auto;
  bottom: auto;
  padding: 0;
  top: 100px;
  left: 40px;
  position: absolute;
  margin: 0;
  text-align: center;
}

.member_client .mc_dialog_snapshot_allow.mc_is_hidden, .member_client .mc_dialog_snapshot_private_alert.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_snapshot_allow .dialog_header, .member_client .mc_dialog_snapshot_private_alert .dialog_header {
  height: 36px;
  text-align: center;
  box-sizing: border-box;
}

.member_client .mc_dialog_snapshot_allow .dialog_container, .member_client .mc_dialog_snapshot_private_alert .dialog_container {
  overflow-y: auto;
  padding: 30px;
  height: calc(100% - 36px);
  box-sizing: border-box;
}

.member_client .mc_dialog_snapshot_allow .dialog_container button, .member_client .mc_dialog_snapshot_private_alert .dialog_container button {
  margin-top: 0;
  margin-bottom: 0;
}

.member_client .mc_dialog_snapshot_allow .dialog_container p, .member_client .mc_dialog_snapshot_private_alert .dialog_container p {
  margin: 0 0 20px 0;
  padding: 0;
}

.member_client .mc_notification_bar_container {
  overflow: hidden;
  width: 100%;
  padding: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  z-index: 20;
}

.mc_full_screen.member_client .mc_notification_bar_container {
  bottom: 50px;
}

.member_client .mc_notification_bar {
  background: rgba(0, 0, 0, 0.7);
}

.member_client .mc_notification_bar.mc_bar_hidden {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.member_client .mc_notification_bar.mc_bar_shown {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.member_client .mc_notification_bar.mc_hide_animation {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.member_client .mc_notification_bar.mc_show_animation {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.member_client .mc_simple_notification {
  font: 14px Arial;
  color: #FFFFFF;
  display: table;
  margin: 0 auto;
  padding: 10px;
}

.member_client .mc_notification_acton_bar {
  font: 14px Arial;
  display: inline-block;
  margin: 0 auto;
  padding-left: 14px;
}

.member_client .mc_performer_switcher {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.mc_full_screen.member_client .mc_performer_switcher .mc_toolbar_button--performer_switcher {
  visibility: visible;
}

.mc_full_screen.member_client .mc_performer_switcher .mc_toolbar_button--highlight {
  visibility: visible;
}

.mc_full_screen.member_client .mc_performer_switcher .mc_toolbar_button--secondary {
  visibility: hidden;
}

.member_client .mc_toolbar_button--performer_switcher {
  z-index: 20;
  margin: 5px 3px;
  visibility: hidden;
}

.member_client .mc_toolbar_button--highlight {
  visibility: visible;
}

.member_client .mc_tooltip--performer_switcher {
  line-height: 16px;
  top: calc(100% + 7px);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: 0;
}

.member_client .mc_tooltip--performer_switcher:before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: -10px;
  left: 12px;
  border: 5px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

.mc_full_screen.js_on_private.member_client .mc_performer_switcher {
  display: none;
}

.member_client .mc_overlay_top_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member_client .mc_overlay_top_bar__video {
  position: relative;
  width: 100%;
  text-align: right;
}

.member_client .mc_overlay_top_bar__sidebar {
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
  text-align: right;
  position: relative;
}

.mc_full_screen.member_client .mc_overlay_top_bar__sidebar {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.member_client .mc_schedule_show_advertisement_container {
  height: 244px;
  display: none;
  margin-bottom: 2px;
}

.member_client .mc_schedule_show_advertisement {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.member_client .mc_schedule_show_advertisement:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.member_client .mc_schedule_show_advertisement .mc_schedule_show_advertisement_content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  color: #FFFFFF;
  font: 12px Arial;
}

.member_client .mc_schedule_show_advertisement .mc_schedule_show_advertisement_content span {
  display: block;
  text-align: center;
  text-shadow: 0 0 20px #000000;
}

.member_client .mc_schedule_show_advertisement .mc_schedule_show_advertisement_content .title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 0 20px;
}

.member_client .mc_schedule_show_advertisement .mc_schedule_show_advertisement_content .date {
  font-size: 12px;
  margin-bottom: 10px;
}

.member_client .mc_schedule_show_advertisement .mc_schedule_show_advertisement_content .price {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.member_client .mc_schedule_show_advertisement .mc_schedule_show_advertisement_content .showStartText {
  font-size: 20px;
  font-weight: bold;
}

.member_client .mc_schedule_show_advertisement .mc_schedule_show_advertisement_content .btn_book {
  margin: 0 auto;
  display: block;
}

.member_client .mc_schedule_show_join_on_air_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 410px;
}

.member_client .mc_schedule_show_join_on_air_dialog.mc_is_hidden {
  display: none;
}

.member_client .mc_schedule_show_join_on_air_dialog .content {
  padding: 30px 0;
}

.member_client .mc_schedule_show_join_on_air_dialog .content .text1 {
  line-height: 1.5;
  color: #CCCCCC;
  font-size: 14px;
  margin: 0;
}

.member_client .mc_schedule_show_join_on_air_dialog .content .text2 {
  line-height: 1.5;
  color: #FFFFFF;
  font-size: 20px;
  margin: 0;
}

.member_client .mc_schedule_show_join_on_air_dialog .content .text3 {
  color: #FFFFFF;
  font-size: 14px;
  margin: 35px 14px 14px;
}

.member_client .mc_schedule_show_join_on_air_dialog .content .mc_join_now {
  margin-top: 0;
  margin-bottom: 0;
}

.member_client .schedule_show_white_text {
  color: #FFFFFF;
  font-size: 14px;
}

.member_client .mc_dialog_schedule_show_session_is_about_to_start_dialog,
.member_client .mc_dialog_schedule_show_session_cant_get_in_private_on_air_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 410px;
}

.member_client .mc_dialog_schedule_show_session_is_about_to_start_dialog.mc_is_hidden,
.member_client .mc_dialog_schedule_show_session_cant_get_in_private_on_air_dialog.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_schedule_show_session_is_about_to_start_dialog .mc_content,
.member_client .mc_dialog_schedule_show_session_cant_get_in_private_on_air_dialog .mc_content {
  padding: 30px 0;
}

.member_client .mc_dialog_schedule_show_session_is_about_to_start_dialog .mc_content .mc_text,
.member_client .mc_dialog_schedule_show_session_cant_get_in_private_on_air_dialog .mc_content .mc_text {
  line-height: 1.5;
  color: #CCCCCC;
  font-size: 14px;
  margin: 5px 0;
}

.member_client .mc_dialog_schedule_show_session_is_about_to_start_dialog .mc_content .mc_text.mc_private_session,
.member_client .mc_dialog_schedule_show_session_cant_get_in_private_on_air_dialog .mc_content .mc_text.mc_private_session {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.member_client .mc_dialog_schedule_show_session_is_about_to_start_dialog .mc_content .mc_text.mc_currently_having,
.member_client .mc_dialog_schedule_show_session_cant_get_in_private_on_air_dialog .mc_content .mc_text.mc_currently_having {
  margin-top: 0;
}

.member_client .mc_dialog_schedule_show_session_is_about_to_start_dialog .mc_content .mc_check_schedule,
.member_client .mc_dialog_schedule_show_session_cant_get_in_private_on_air_dialog .mc_content .mc_check_schedule {
  margin-bottom: 0;
}

.member_client .mc_dialog_schedule_show_session_canceled_dialog {
  z-index: 40;
  font: 12px Arial;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.15);
  border-radius: 3px;
  position: relative;
  width: 410px;
}

.member_client .mc_dialog_schedule_show_session_canceled_dialog.mc_is_hidden {
  display: none;
}

.member_client .mc_dialog_schedule_show_session_canceled_dialog .content {
  padding: 0 0 20px;
}

.member_client .mc_dialog_schedule_show_session_canceled_dialog .content .text1 {
  color: #CCCCCC;
  font-size: 14px;
  line-height: 1.5;
}

.member_client .mc_dialog_schedule_show_session_canceled_dialog .content .text2 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}

.member_client .mc_schedule_ribbon {
  position: absolute;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: rotate(-45deg) translateY(30px);
      -ms-transform: rotate(-45deg) translateY(30px);
          transform: rotate(-45deg) translateY(30px);
  left: -50%;
  top: 0;
  height: 28px;
  width: 100%;
  background: linear-gradient(90deg, #0277bd 30%, #03a9f4 70%);
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.member_client .mc_schedule_ribbon_text {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFFFFF;
  line-height: 28px;
  margin: 0;
}

.member_client .mc_transparent_slider_background {
  background-color: transparent;
  position: relative;
  left: 25px;
  top: -16px;
  -webkit-transform: rotate(-90deg) translateZ(1px);
          transform: rotate(-90deg) translateZ(1px);
}

.member_client .mc_transparent_slider_background .mc_range_slider {
  height: 17px;
  width: 50px;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}

.member_client .mc_transparent_slider_background .mc_range_slider:focus {
  outline: none;
}

.member_client .mc_transparent_slider_background .mc_range_slider__thumb {
  width: 7px;
  height: 17px;
  top: 0;
  line-height: 17px;
  background: linear-gradient(90deg, #FCFCFC, #CECECE);
  box-shadow: inset 0 0 0 1px #FFFFFF;
  border-radius: 3px;
}

.member_client .mc_transparent_slider_background .mc_range_slider__bar {
  visibility: hidden;
}

.member_client .mc_transparent_slider_background .mc_range_slider__track {
  height: 3px;
  background: linear-gradient(to right, #A5A995 0%, #333333 50%, #A5A995 100%);
  border-radius: 0;
  border: 1px solid #CCCCCC;
  position: relative;
  top: 6px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.member_client .mc_transparent_slider_background .mc_range_slider__track:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(to right, #999999 0%, #CBCBCB 50%, #999999 100%);
     border-image: linear-gradient(to right, #999999 0%, #CBCBCB 50%, #999999 100%);
  border-image-slice: 1;
  border-left: none;
  border-right: none;
}

.member_client .mc_volume_slider_hint {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  position: absolute;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px;
}

.member_client .mc_volume_slider_hint:before {
  content: "";
  border: 5px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 2px;
  top: 0;
  -webkit-transform: translate(75%, -100%) rotate(90deg);
      -ms-transform: translate(75%, -100%) rotate(90deg);
          transform: translate(75%, -100%) rotate(90deg);
}

.member_client .mc_volume_slider_hint__hide {
  opacity: 0;
  visibility: hidden;
}

.member_client .mc_volume_controls {
  position: relative;
}

/*
 * Darkens or lightens the color based on its lightness compared to the base where you want to shift.
 *
 * @param $color  [Sass::Script::Value::Color]    The color to modify
 * @param $amount [Sass::Script::Value::Number]   The amount to change the lightness by (between `0%` and `100%`)
 * @param $base   [Sass::Script::Value::Number]   Define where we will shift
 * @param $target [Sass::Script::Value::Color]    Optional / We shift only then if the two color are same
 */
/*
 * Lighten/darken the given color until we reach the target color's lightness (+/- offset).
 *
 * @param $color    [Sass::Script::Value::Color]    The color what we change
 * @param $target   [Sass::Script::Value::Color]    The color what we compered to
 * @param $offset   [Sass::Script::Value::Number]   The tolerance value
 * @param $interval [Sass::Script::Value::Number]   The step value what we use to increase/decrease the lightness
 */
/*** Global ***/
/*** Buttons ***/
/*** Chat ***/
/*** Toolbar Icons ***/
/*** Tooltip custom ***/
/***  Video ***/
/*** Dialogs ***/
/*** Invite ***/
/*** QuickBuy ***/
/*** Surprise ***/
/*** Amount selector ***/
/*** Numeric stepper ***/
/*** Loader ***/
/*** Action bar **/
/*** Bio ***/
/*** vote ***/
/*** Notification Bar ***/
/*** Channel switcher ***/
/*** Locked content ***/
/*** Form Fields ***/
/*** Login and Signup Modals ***/
/*** progress animation ***/
/*** birthday dialog ***/
/*** buy credit alert ***/
/*** bonus animation ***/
/*** System dialogs ***/
/*** Motivation popup ***/
@keyframes mc_k_grow_up {
  0%, 100% {
    color: inherit;
  }
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.member_client .mc_first_button,
.member_client .mc_second_button, .member_client .video_block .buttons .btn_credits,
.member_client .video_block .buttons .btn_check_my_wall, .member_client .mc_chat_block .btn_private_message {
  border-top: none;
  background: #e95370 !important;
  color: #476586 !important;
}

.member_client .mc_sidebar {
  border-left-color: #ADCCCE;
}

.member_client .mc_first_button:hover:not(.disabled),
.member_client .mc_second_button:hover:not(.disabled) {
  background: #e63c5d !important;
  color: #476586 !important;
}

.member_client .mc_first_button {
  text-shadow: none;
}

.member_client .mc_chat_block {
  border-color: #ADCCCE;
}

.member_client .mc_chat_block form input[type=text] {
  border: none;
}

.member_client .mc_chat_block .chat_title {
  color: #FFFFFF;
}

.member_client .mc_chat_block .mc_btn_input_send {
  box-shadow: none;
}

.member_client .mc_chat_block .mc_btn_input_send, .member_client .mc_chat_block .mc_btn_input_send:hover:not(.disabled) {
  color: #476586 !important;
}

.member_client .mc_chat_block .mc_btn_input_send:hover:not(.disabled) {
  background: #abe9ed;
}

.member_client .chat_form .chat_input_text {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border: none;
}

.member_client .chat_form .chat_input_text:focus {
  background: rgba(26, 26, 26, 0.8);
}

.member_client .chat_form .mc_btn_input_open_translations,
.member_client .chat_form .mc_btn_input_open_smileys {
  color: rgba(255, 255, 255, 0.5);
}

.member_client .chat_form .mc_btn_input_open_translations:hover:not(.disabled),
.member_client .chat_form .mc_btn_input_open_smileys:hover:not(.disabled) {
  color: rgba(255, 255, 255, 0.8);
}

.member_client .action_bar .btn_check_my_wall {
  border-top: 0;
}

.member_client .mc_bonus_line_2 {
  -webkit-background-clip: text;
}
