@charset "UTF-8";
body.noscroll, body.fancybox-active {
  overflow: hidden; }

body {
  /*padding-right: 0px !important;*/
  overflow-x: hidden !important;
  min-height: 100vh; }

a {
  text-decoration: none; }

.frame-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 10000;
  overflow: auto; }

.frame-wrapper:not(.faqpop) {
  white-space: nowrap; }

.frame-wrapper .frame-background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.9; }

.frame-wrapper .frame-content {
  position: relative;
  z-index: 10020;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.frame-wrapper.type-window {
  display: none; }

.frame-wrapper.type-window .frame-content {
  padding: 20px;
  border-radius: 5px; }

.frame-wrapper.type-window .window-title {
  background: #212121;
  overflow: hidden;
  padding: 10px 30px;
  line-height: 42px;
  height: 42px;
  min-height: 42px; }

.frame-wrapper.type-window .window-title h2 {
  padding: 3px 0;
  margin: 0;
  float: left;
  font-weight: normal;
  font-size: 18px;
  line-height: 1em;
  color: #fff; }

.frame-wrapper.type-window .window-title h2:after {
  content: '.';
  visibility: hidden; }

.frame-wrapper.type-window .window-title a {
  float: right;
  display: block;
  line-height: 100%;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  margin-right: -10px;
  opacity: 0.8; }

.frame-wrapper.type-window .window-title a:hover {
  opacity: 1;
  text-decoration: none; }

.frame-wrapper.type-window .window-content {
  background: #fff;
  overflow: hidden; }

#frame_myaccount.frame-wrapper {
  font-size: 15px;
  overflow: hidden;
  align-items: center;
  justify-content: center; }

#frame_myaccount.frame-wrapper .myaccount-frame {
  display: table;
  width: 100%;
  height: auto; }

#frame_myaccount.frame-wrapper .content-wrapper {
  display: table-cell;
  vertical-align: top;
  height: 500px; }

#frame_myaccount.frame-wrapper .sidebar {
  width: 100%;
  border-right: 1px solid #ccc; }

#frame_myaccount.frame-wrapper .sidebar > ul {
  padding: 24px 0;
  margin: 0;
  display: block;
  list-style: none; }

#frame_myaccount.frame-wrapper .sidebar > ul > li {
  display: block;
  padding: 0.7em 25px;
  margin: 0;
  border-left: 5px solid transparent;
  cursor: pointer; }

#frame_myaccount.frame-wrapper .sidebar > ul > li:hover {
  border-left-color: #DB5B45;
  background: #f7f7f7; }

#frame_myaccount.frame-wrapper .sidebar > ul > li.active {
  border-left-color: #DB5B45; }

#frame_myaccount.frame-wrapper .content-wrapper {
  position: relative;
  max-width: 600px; }

@media screen and (max-width: 600px) {
  #frame_myaccount.frame-wrapper.type-window .content-wrapper {
    max-width: 85vw !important; }
  #defaultpop .window[data-url*='/contact'] {
    max-height: 90%;
    min-height: 90% !important; }
  #defaultpop .window[data-url*='/contact'] textarea {
    height: 100px; }
  #frame_myaccount.frame-wrapper .btn {
    width: 100%; } }

#frame_myaccount.frame-wrapper .content-loading, .onlineroom-section .content-loading, .content-loading-roomlist, .videos-gallery-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5); }

#frame_myaccount.frame-wrapper .content-loading .loading-animation-1, .onlineroom-section .content-loading .loading-animation-1, .content-loading-roomlist .loading-animation-1, .videos-gallery-loading .loading-animation-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 40px;
  height: 40px;
  border: 5px solid #888;
  -webkit-animation: keyframes-loader-animation-1 0.8s infinite linear;
  animation: keyframes-loader-animation-1 0.8s infinite linear;
  vertical-align: top; }

.content-loading-roomlist, .videos-gallery-loading {
  display: none;
  position: fixed;
  z-index: 99999999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: white; }

.videos-gallery-loading {
  display: inline-block;
  position: relative;
  z-index: 9999999;
  background-color: transparent;
  margin-top: -5%; }

.content-loading-roomlist .loading-animation-1, .videos-gallery-loading .loading-animation-1 {
  border: 3px solid black;
  width: 15px;
  height: 15px; }

#frame_myaccount.frame-wrapper .content-error {
  display: none; }

#frame_myaccount.frame-wrapper .content-error h2 {
  display: none;
  text-align: center; }

#frame_myaccount.frame-wrapper .content-error i, #frame_myaccount.frame-wrapper .content-error span {
  text-align: center;
  display: block; }

#frame_myaccount.frame-wrapper .content-error i {
  color: #ddd;
  text-shadow: 1px 1px #ccc;
  margin: 50px 0;
  font-size: 150px; }

#frame_myaccount.frame-wrapper .content-error span {
  padding: 0  35px; }

#frame_myaccount.frame-wrapper .content, #frame_myaccount.frame-wrapper .content-error {
  line-height: 1.8em;
  overflow: auto;
  height: 500px;
  padding: 30px 30px; }

#frame_myaccount.frame-wrapper .content h2, #frame_myaccount.frame-wrapper .content-error h2 {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500; }

#frame_myaccount.frame-wrapper .content p {
  margin: 1em 0; }

#frame_myaccount.frame-wrapper .content .buttons {
  margin-top: 30px;
  padding: 0 30px 10px 0;
  text-align: right; }

#frame_myaccount.frame-wrapper .content .buttons.sticky {
  position: absolute;
  bottom: 30px;
  right: 30px; }

#frame_myaccount.frame-wrapper fieldset {
  border: none;
  margin: 0;
  padding: 0; }

#frame_myaccount.frame-wrapper fieldset .field {
  padding: 8px 0;
  margin-left: 0px !important;
  max-width: 100% !important; }

#frame_myaccount.frame-wrapper fieldset .field.with-label label {
  float: left;
  width: 200px;
  padding: 8px 10px 8px 0; }

#frame_myaccount.frame-wrapper fieldset .field.with-label .select-wrapper, #supportform .select-wrapper {
  width: 100%;
  float: left; }

#frame_myaccount.frame-wrapper fieldset .field.captcha span.captcha {
  display: inline-block;
  width: 270px;
  border: 1px solid #aaa;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center; }

#frame_myaccount.frame-wrapper fieldset .field.captcha img {
  vertical-align: top; }

#frame_myaccount.frame-wrapper fieldset .field.captcha i {
  font-size: 20px;
  color: #888;
  vertical-align: middle; }

#frame_myaccount.frame-wrapper fieldset input[type=text], #frame_myaccount.frame-wrapper fieldset input[type=password] {
  background: #fff;
  color: #333;
  width: 250px;
  padding: 8px 10px;
  border: 1px solid #aaa; }

#frame_myaccount.frame-wrapper fieldset select, #supportform select {
  -webkit-appearance: none;
  padding: 8px 10px;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  background: #fff;
  color: #333;
  font-family: 'Roboto', sans-serif; }

#frame_myaccount.frame-wrapper fieldset .select-wrapper, #supportform .select-wrapper {
  width: 250px;
  border: 1px solid #aaa;
  position: relative; }

#frame_myaccount.frame-wrapper fieldset .select-wrapper::after, #supportform .select-wrapper::after {
  border: none;
  background: #fff;
  pointer-events: none;
  content: "\f0dd";
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  padding: 5px 10px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#frame_myaccount.frame-wrapper input[type=text], #frame_myaccount.frame-wrapper input[type=password], #frame_myaccount.frame-wrapper select, #supportform select {
  font-size: 15px; }

#frame_myaccount.frame-wrapper input[type=text]:focus, #frame_myaccount.frame-wrapper input[type=password]:focus, #frame_myaccount.frame-wrapper select:focus, #supportform select:focus {
  outline: 1px solid #21ACE5  !important;
  border: 1px solid #21ACE5  !important;
  outline-offset: 0; }

#frame_myaccount.frame-wrapper .btn {
  font-size: 18px;
  background: #21ACE5;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 3px;
  cursor: pointer; }

#frame_myaccount.frame-wrapper .btn i {
  margin-right: 5px;
  font-size: 1.1em; }

#frame_myaccount.frame-wrapper .btn :hover {
  background: #f9b14b; }

#frame_myaccount.frame-wrapper .btn-link {
  display: inline;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  font-size: 15px;
  line-height: 1.8em;
  color: #047; }

#frame_myaccount.frame-wrapper .btn-link:hover {
  cursor: pointer; }

#frame_myaccount.frame-wrapper p.warning {
  border-radius: 5px;
  font-weight: bold;
  margin: 1em 0;
  padding: 5px 10px;
  background: #D34329;
  color: #fff;
  margin-right: 30px; }

#frame_myaccount.frame-wrapper .result {
  border-left: 5px solid transparent;
  padding-left: 1em; }

#frame_myaccount.frame-wrapper .result.fail {
  border-color: #DB5B45;
  color: #DB5B45; }

#frame_myaccount.frame-wrapper .result.success {
  border-color: #00aa00;
  color: #00aa00; }

:not(.lt-ie9) #frame_myaccount.frame-wrapper [type="checkbox"], :not(.lt-ie9) #frame_myaccount.frame-wrapper [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

:not(.lt-ie9) #frame_myaccount.frame-wrapper [type="checkbox"] + label, :not(.lt-ie9) #frame_myaccount.frame-wrapper [type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px; }

:not(.lt-ie9) #frame_myaccount.frame-wrapper [type="checkbox"] + label::before, :not(.lt-ie9) #frame_myaccount.frame-wrapper [type="radio"] + label::before {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #777;
  border-radius: 3px;
  background: white; }

:not(.lt-ie9) #frame_myaccount.frame-wrapper [type="checkbox"]:checked + label::before, :not(.lt-ie9) #frame_myaccount.frame-wrapper [type="radio"]:checked + label::before {
  color: #fff;
  border-color: #009cde;
  background: #009cde;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDI0NDE0MSkiIGZpbGw9IiMyMUFDRTUiLz4KPHBhdGggZD0iTTguNzMzMjEgMEgwVjEuNjg3OTNIOC43MzMyMVYwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4yODAwMyA4Ljg2NjIxKSBzY2FsZSgxLjA0NzY1IDAuOTQ5OTQ0KSByb3RhdGUoLTQ1KSIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQuNjk2ODUgMEgwVjEuNjg3OTNINC42OTY4NVYwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4yNTA0OSA1LjY4NjE2KSBzY2FsZSgxLjA0NzY1IDAuOTQ5OTQ0KSByb3RhdGUoNDUpIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K); }

.helpicon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0.5em;
  background: url(../asset/topup/help-yellow.svg) center center no-repeat;
  background-size: contain; }

#frame_gdpr_consent.frame-wrapper {
  display: none;
  top: unset !important;
  left: unset !important;
  right: 0;
  bottom: 0;
  width: 389px;
  height: 265px;
  max-width: 100%;
  flex-shrink: 0;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  border-top: 3px solid #21ACE5;
  box-shadow: -3px -3px #8888880f; }
  @media (max-width: 500px) {
    #frame_gdpr_consent.frame-wrapper {
      width: 100%;
      border-top: none; } }
  #frame_gdpr_consent.frame-wrapper .frame-background {
    left: auto !important;
    top: auto !important;
    width: 100%;
    height: 300px;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.670081) 100%); }
  #frame_gdpr_consent.frame-wrapper span.title {
    color: #333;
    font-family: Lato;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline !important; }
  #frame_gdpr_consent.frame-wrapper span.desc {
    float: right; }
  #frame_gdpr_consent.frame-wrapper .bottom > div {
    color: #ABABAB;
    font-family: Lato;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  #frame_gdpr_consent.frame-wrapper .window-title {
    background: white !important;
    padding-top: 15px; }
    #frame_gdpr_consent.frame-wrapper .window-title h2 {
      color: #212121 !important;
      font-family: Lato !important;
      font-size: 16px !important;
      font-style: normal !important;
      font-weight: 700 !important;
      line-height: normal !important; }

#frame_gdpr_consent.frame-wrapper .gdpr-consent-frame {
  width: 389px;
  height: 265px;
  max-width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden; }

#frame_gdpr_consent.frame-wrapper .content-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5); }

#frame_gdpr_consent.frame-wrapper .content-loading .loading-animation-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -46px;
  width: 14px;
  height: 14px;
  border: 3px solid #4b4b4b;
  -webkit-animation: keyframes-loader-animation-1 0.8s infinite linear;
  animation: keyframes-loader-animation-1 0.8s infinite linear;
  vertical-align: top; }

#frame_gdpr_consent.frame-wrapper .content, #frame_gdpr_consent.frame-wrapper .content-error {
  line-height: 1.8em;
  overflow: auto;
  padding: 20px 30px; }

#frame_gdpr_consent.frame-wrapper .content p:first-of-type {
  margin-top: 0;
  display: none !important; }

#frame_gdpr_consent.frame-wrapper .content .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  padding: 0 0 10px 0; }

#frame_gdpr_consent.frame-wrapper .content .bottom div {
  flex: 1; }

#frame_gdpr_consent.frame-wrapper .content-error {
  display: none; }

#frame_gdpr_consent.frame-wrapper .content-error .error i, #frame_gdpr_consent.frame-wrapper .content-error .error span {
  text-align: center;
  display: block; }

#frame_gdpr_consent.frame-wrapper .content-error .error i {
  color: #ddd;
  text-shadow: 1px 1px #ccc;
  margin: 50px 0;
  font-size: 150px; }

#frame_gdpr_consent.frame-wrapper .content-error .error span {
  padding: 0  35px; }

#frame_gdpr_consent.frame-wrapper .content-error .buttons {
  margin-top: 50px;
  padding: 0 30px 10px 0;
  text-align: right; }

#frame_gdpr_consent.frame-wrapper p {
  margin: 1em 0; }

#frame_gdpr_consent.frame-wrapper fieldset {
  border: none;
  margin: 0;
  padding: 0; }

#frame_gdpr_consent.frame-wrapper fieldset .field {
  padding: 3px 0; }

#frame_gdpr_consent.frame-wrapper fieldset .field.checkbox label {
  display: block;
  cursor: pointer;
  float: left;
  width: calc(100% - 30px);
  margin-bottom: 6px; }

#frame_gdpr_consent.frame-wrapper fieldset .field.checkbox label .title {
  display: inline;
  font-size: 17px; }

#frame_gdpr_consent.frame-wrapper fieldset .field.with-label label {
  float: left;
  width: 200px;
  padding: 8px 10px 8px 0; }

#frame_gdpr_consent.frame-wrapper fieldset .field.with-label .select-wrapper {
  float: left; }

#frame_gdpr_consent.frame-wrapper .btn {
  background: #21ACE5;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400; }

#frame_gdpr_consent.frame-wrapper .btn i {
  display: none;
  margin-right: 5px;
  font-size: 1.1em; }

#frame_gdpr_consent.frame-wrapper .btn :hover {
  background: #f9b14b; }

#frame_gdpr_consent.frame-wrapper .btn:disabled {
  background: #C4C4C4; }

#frame_gdpr_consent.frame-wrapper .btn:disabled :hover {
  background: #C4C4C4; }

:not(.lt-ie9) #frame_gdpr_consent.frame-wrapper [type="checkbox"], :not(.lt-ie9) #frame_gdpr_consent.frame-wrapper [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

:not(.lt-ie9) #frame_gdpr_consent.frame-wrapper [type="checkbox"] + label, :not(.lt-ie9) #frame_gdpr_consent.frame-wrapper [type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px; }

:not(.lt-ie9) #frame_gdpr_consent.frame-wrapper [type="checkbox"] + label::before, :not(.lt-ie9) #frame_gdpr_consent.frame-wrapper [type="radio"] + label::before {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #777;
  border-radius: 3px;
  background: white; }

:not(.lt-ie9) #frame_gdpr_consent.frame-wrapper [type="checkbox"]:checked + label::before, :not(.lt-ie9) #frame_gdpr_consent.frame-wrapper [type="radio"]:checked + label::before {
  color: #fff;
  border-color: #21ACE5;
  background: #21ACE5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDI0NDE0MSkiIGZpbGw9IiMyMUFDRTUiLz4KPHBhdGggZD0iTTguNzMzMjEgMEgwVjEuNjg3OTNIOC43MzMyMVYwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4yODAwMyA4Ljg2NjIxKSBzY2FsZSgxLjA0NzY1IDAuOTQ5OTQ0KSByb3RhdGUoLTQ1KSIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQuNjk2ODUgMEgwVjEuNjg3OTNINC42OTY4NVYwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4yNTA0OSA1LjY4NjE2KSBzY2FsZSgxLjA0NzY1IDAuOTQ5OTQ0KSByb3RhdGUoNDUpIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K); }

#frame_gdpr_consent.frame-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

#frame_gdpr_consent.frame-wrapper .frame-content {
  vertical-align: middle;
  padding: 0px;
  border-radius: 5px; }

/* Tooltipster: This is how you would create a theme called "my-custom-theme": */
.tooltipster-custom {
  /*border-radius: 5px;*/
  border: none !important;
  color: #fff !important; }

/* Tooltipster: Use this next selector to style things like font-size and line-height: */
.tooltipster-custom .tooltipster-content {
  font-size: 13px;
  background: #2e2e2e !important;
  border: none !important;
  padding: 6px; }

.tooltipster-custom .tooltipster-box {
  border-color: #2e2e2e !important;
  background: #2e2e2e !important; }

.tooltipster-custom .tooltipster-arrow-background {
  border: none !important; }

.tooltipster-custom .tooltipster-arrow-border {
  border-top-color: #2e2e2e !important; }

#frame_tipafterchat.frame-wrapper {
  z-index: 99; }

#frame_tipafterchat.frame-wrapper .frame-content {
  padding: 20px;
  z-index: 119; }

#frame_tipafterchat.frame-wrapper .frame-background {
  background: #000;
  background: linear-gradient(rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0.97) 50%, rgba(0, 0, 0, 0.93) 100%); }

#frame_tipafterchat.frame-wrapper .tipafterchat-frame {
  width: 600px;
  position: relative;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  padding: 6px; }

#frame_tipafterchat.frame-wrapper .tipafterchat-frame, #frame_tipafterchat.frame-wrapper .tipafterchat-frame * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#frame_tipafterchat.frame-wrapper .tipafterchat-frame .frame-inner {
  border-radius: 8px;
  padding: 24px;
  background: #fff linear-gradient(to bottom, #e0e0e0 0%, #fff 20%, #fff 100%); }

#frame_tipafterchat.frame-wrapper form.main textarea, #frame_tipafterchat.frame-wrapper form.successful textarea {
  width: 100%;
  height: 90px;
  font-family: arial, sans-serif;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #dbe0e8;
  background: #fff;
  border-radius: 5px;
  resize: none; }

#frame_tipafterchat.frame-wrapper form.main textarea ::-webkit-input-placeholder, #frame_tipafterchat.frame-wrapper form.successful textarea ::-webkit-input-placeholder {
  color: #434a54; }

#frame_tipafterchat.frame-wrapper form.main textarea ::-moz-placeholder, #frame_tipafterchat.frame-wrapper form.successful textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #434a54; }

#frame_tipafterchat.frame-wrapper form.main textarea :-ms-input-placeholder, #frame_tipafterchat.frame-wrapper form.successful textarea :-ms-input-placeholder {
  color: #434a54; }

#frame_tipafterchat.frame-wrapper form.main .error,
#frame_tipafterchat.frame-wrapper form.main .success,
#frame_tipafterchat.frame-wrapper form.main .loading,
#frame_tipafterchat.frame-wrapper form.main button.submit, #frame_tipafterchat.frame-wrapper form.successful .error,
#frame_tipafterchat.frame-wrapper form.successful .success,
#frame_tipafterchat.frame-wrapper form.successful .loading,
#frame_tipafterchat.frame-wrapper form.successful button.submit {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-size: 18px;
  border-right: none;
  border-bottom: none;
  border-radius: 5px;
  font-family: arial, sans-serif;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  padding: 0 13px;
  line-height: 50px;
  text-align: center; }

#frame_tipafterchat.frame-wrapper form.main button.submit, #frame_tipafterchat.frame-wrapper form.successful button.submit {
  cursor: pointer;
  text-transform: uppercase;
  background: #47ceac;
  border-top: 1px solid #7fddc6;
  border-left: 1px solid #7fddc6; }

#frame_tipafterchat.frame-wrapper form.main .error, #frame_tipafterchat.frame-wrapper form.successful .error {
  display: none;
  background: #ed5565;
  border-top: 1px solid #ed5565;
  border-left: 1px solid #ed5565;
  overflow: hidden; }

#frame_tipafterchat.frame-wrapper form.main .error .error, #frame_tipafterchat.frame-wrapper form.successful .error .error {
  display: none; }

#frame_tipafterchat.frame-wrapper form.main .error .error.visible, #frame_tipafterchat.frame-wrapper form.successful .error .error.visible {
  display: block; }

#frame_tipafterchat.frame-wrapper form.main .loading, #frame_tipafterchat.frame-wrapper form.successful .loading {
  text-transform: uppercase;
  background: #47ceac;
  border-top: 1px solid #7fddc6;
  border-left: 1px solid #7fddc6; }

#frame_tipafterchat.frame-wrapper form.main .loading .loading-animation-1, #frame_tipafterchat.frame-wrapper form.successful .loading .loading-animation-1 {
  margin-top: 11px;
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  -webkit-animation: keyframes-loader-animation-1 0.8s infinite linear;
  animation: keyframes-loader-animation-1 0.8s infinite linear; }

#frame_tipafterchat.frame-wrapper form.main .success, #frame_tipafterchat.frame-wrapper form.successful .success {
  text-transform: uppercase;
  background: #47ceac;
  border-top: 1px solid #7fddc6;
  border-left: 1px solid #7fddc6; }

#frame_tipafterchat.frame-wrapper h3 {
  margin: 75px 0 20px 0;
  padding: 0;
  font-size: 24px;
  text-align: center; }

#frame_tipafterchat.frame-wrapper .thanks {
  margin: 95px 0 40px 0;
  font-size: 20px; }

#frame_tipafterchat.frame-wrapper .thanks .message {
  text-align: center;
  margin: 1em 0; }

#frame_tipafterchat.frame-wrapper .thanks .signature {
  margin: 1em 0;
  text-align: center; }

#frame_tipafterchat.frame-wrapper p {
  color: #333;
  margin: 20px 0;
  line-height: 1.5em; }

#frame_tipafterchat.frame-wrapper .profile-pic {
  position: absolute;
  left: 50%;
  top: -90px;
  margin-left: -90px;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  background: #fff;
  padding: 6px; }

#frame_tipafterchat.frame-wrapper .profile-pic .img {
  border-radius: 50%;
  width: 168px;
  height: 168px;
  background: #000 center center no-repeat;
  background-size: cover; }

#frame_tipafterchat.frame-wrapper button.close {
  position: fixed;
  top: 15px;
  left: 15px;
  border: none;
  background: url(/design/default/memberincentive/close.png) 0 0 no-repeat;
  width: 30px;
  height: 30px; }

#frame_tipafterchat.frame-wrapper .stars {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  font-size: 0;
  margin: 20px 0; }

#frame_tipafterchat.frame-wrapper .stars .star {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: url(/design/default/coin.svg) no-repeat;
  background-size: 100px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffd04d;
  text-shadow: 0 3px #c67639;
  opacity: 0.6;
  transition: all 0.3s cubic-bezier(0.5, 2, 1, 1);
  transform-origin: center; }

#frame_tipafterchat.frame-wrapper .stars .star .amount {
  display: block;
  font-size: 24px; }

#frame_tipafterchat.frame-wrapper .stars .star .curr {
  display: block;
  font-size: 16px;
  text-shadow: 0 2px #b26a34; }

#frame_tipafterchat.frame-wrapper .stars .star:hover {
  transform: scale(1.15, 1.15);
  opacity: 0.9; }

#frame_tipafterchat.frame-wrapper .stars .star.sl-1 .amount {
  font-size: 45px; }

#frame_tipafterchat.frame-wrapper .stars .star.sl-2 .amount {
  font-size: 40px; }

#frame_tipafterchat.frame-wrapper .stars .star.sl-3 .amount {
  font-size: 32.5px; }

#frame_tipafterchat.frame-wrapper .stars .star.sl-4 .amount {
  font-size: 26px; }

#frame_tipafterchat.frame-wrapper .stars .star.selected {
  opacity: 1;
  transform: scale(1.15, 1.15); }

#frame_memberincentive.frame-wrapper {
  z-index: 99; }

#frame_memberincentive.frame-wrapper .frame-content {
  padding: 20px;
  z-index: 119; }

#frame_memberincentive.frame-wrapper .frame-background {
  background: #000;
  background: linear-gradient(rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0.97) 50%, rgba(0, 0, 0, 0.93) 100%); }

#frame_memberincentive.frame-wrapper .memberincentive-frame {
  width: 870px;
  height: 445px;
  position: relative;
  border-radius: 11px; }

#frame_memberincentive.frame-wrapper button.close {
  position: fixed;
  top: 15px;
  right: 15px;
  border: none;
  background: url(/design/default/memberincentive/close.png) 0 0 no-repeat;
  width: 30px;
  height: 30px; }

#frame_memberincentive.frame-wrapper .arrow-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%; }

#frame_memberincentive.frame-wrapper .arrow-wrapper .arrow {
  position: relative;
  width: 980px;
  margin: 0 auto;
  text-align: right; }

#frame_memberincentive.frame-wrapper .arrow-wrapper .circle {
  position: absolute;
  background: transparent no-repeat 0 0; }

#frame_memberincentive.frame-wrapper .arrow-wrapper .text {
  position: absolute;
  font-family: 'Patrick Hand SC', cursive;
  color: #48e3ff;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right; }

#frame_memberincentive.frame-wrapper .arrow-wrapper.arrow-top {
  top: 0; }

#frame_memberincentive.frame-wrapper .arrow-wrapper.arrow-top .circle {
  top: -12px;
  right: -40px;
  width: 310px;
  height: 179px;
  background-image: url(memberincentive/top.png);
  animation: play-circle-top 1s steps(3) infinite; }

#frame_memberincentive.frame-wrapper .arrow-wrapper.arrow-top .text {
  font-size: 18px;
  width: 600px;
  top: 40px;
  right: 280px;
  transform: rotate(3deg);
  text-align: right; }

#frame_memberincentive.frame-wrapper .arrow-wrapper.arrow-top .text:first-line {
  font-size: 37px;
  line-height: 40px; }

#frame_memberincentive.frame-wrapper .arrow-wrapper.arrow-bottom {
  bottom: 0; }

#frame_memberincentive.frame-wrapper .arrow-wrapper.arrow-bottom .circle {
  bottom: -52px;
  right: -124px;
  width: 443px;
  height: 217px;
  background-image: url(/design/default/memberincentive/bottom.png?2);
  animation: play-circle-bottom 1s steps(3) infinite; }

#frame_memberincentive.frame-wrapper .arrow-wrapper.arrow-bottom .text {
  width: 600px;
  font-size: 18px;
  bottom: 30px;
  right: 340px;
  transform: rotate(-3deg); }

#frame_memberincentive.frame-wrapper .arrow-wrapper.arrow-bottom .text .first {
  font-size: 37px;
  line-height: 40px; }

#frame_memberincentive.frame-wrapper .arrow-top.mode-warn,
#frame_memberincentive.frame-wrapper .arrow-bottom.mode-warn {
  display: none; }

@keyframes play-circle-top {
  100% {
    background-position: 0 -537px; } }

@keyframes play-circle-bottom {
  100% {
    background-position: 0 -651px; } }

@keyframes play-circle-topup {
  100% {
    background-position: 0 -720px; } }

#frame_memberincentive.frame-wrapper .topup-icon-wrapper {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 136px;
  left: 15px;
  width: 35px;
  height: 35px; }

#frame_memberincentive.frame-wrapper .topup-icon-wrapper .topup-icon {
  cursor: pointer;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  background: #21ace4 url(/design/default/memberincentive/coins.svg) center center no-repeat;
  background-size: 25px 25px;
  z-index: 100; }

#frame_memberincentive.frame-wrapper .topup-icon-wrapper:before {
  content: "";
  position: absolute;
  z-index: 9;
  top: -110px;
  left: -105px;
  width: 240px;
  height: 240px;
  background: url(/design/default/memberincentive/cs-effect2.png) 0 0 no-repeat;
  animation: play-circle-topup 1s steps(3) infinite;
  background-size: 240px 720px; }

#frame_memberincentive.frame-wrapper .topup-icon-wrapper .topup-icon-desc {
  position: absolute;
  top: -110px;
  left: 120px;
  color: #21ace4;
  white-space: nowrap;
  font-size: 30px;
  transform: rotate(2deg);
  font-family: 'Patrick Hand SC', cursive; }

#frame_memberincentive.frame-wrapper .topup-icon-wrapper:after {
  content: "";
  z-index: 9;
  position: absolute;
  top: -82px;
  left: 64px;
  width: 110px;
  height: 82px;
  background-size: 110px 82px;
  background: url(/design/default/memberincentive/cs-arrow1.svg) 0 0 no-repeat; }

#frame_memberincentive.frame-wrapper .topup-button {
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  right: 30px;
  white-space: nowrap;
  color: #FFF; }

#frame_memberincentive.frame-wrapper .topup-button span {
  display: inline-block;
  transform: rotate(-7deg);
  font-family: 'Patrick Hand SC', cursive;
  background: #21ace4;
  padding: 16px 30px;
  font-size: 48px; }

#frame_memberincentive.frame-wrapper .topup-button:after {
  content: "";
  position: absolute;
  display: block;
  right: 100%;
  margin-right: -20px;
  top: 40px;
  background: url(/design/default/memberincentive/cs-arrow.svg) top left no-repeat;
  width: 170px;
  height: 63px;
  background-size: 170px 63px; }

#frame_memberincentive.frame-wrapper .mode-warn.topup-icon-wrapper {
  display: block; }

#frame_memberincentive.frame-wrapper .notice {
  position: absolute;
  top: 100%;
  margin-top: 30px;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800; }

#frame_memberincentive.frame-wrapper .content {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #fff;
  padding: 30px 30px 30px 350px; }

#frame_memberincentive.frame-wrapper .content h4 {
  font-size: 42px;
  margin: 0;
  font-weight: 900;
  padding: 0; }

#frame_memberincentive.frame-wrapper .content ul {
  list-style: none;
  line-height: 1.2em;
  font-size: 26px;
  margin: 30px 0;
  padding: 0; }

#frame_memberincentive.frame-wrapper .content li {
  margin: 0;
  padding: 0.1em 0 0.1em 30px;
  position: relative; }

#frame_memberincentive.frame-wrapper .content li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  background: url(/design/default/memberincentive/star.png) no-repeat;
  width: 20px;
  height: 20px; }

#frame_memberincentive.frame-wrapper .girl, #frame_memberincentive.frame-wrapper .tag {
  z-index: 129;
  position: absolute; }

#frame_memberincentive.frame-wrapper .template-1.memberincentive-frame {
  background: url("/design/default/memberincentive/1_bg.jpg"); }

#frame_memberincentive.frame-wrapper .template-1 .girl {
  right: 520px;
  bottom: 0;
  width: 457px;
  height: 471px;
  background: url(/design/default/memberincentive/1_girl.png) no-repeat; }

#frame_memberincentive.frame-wrapper .template-1 .tag {
  font-family: 'Titillium Web', sans-serif;
  left: -55px;
  top: 228px;
  width: 340px;
  height: 114px;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #dd0bb3;
  font-weight: 900; }

#frame_memberincentive.frame-wrapper .template-1 .tag span {
  display: block; }

#frame_memberincentive.frame-wrapper .template-1.mode-warn .content p {
  font-size: 22px; }

#frame_memberincentive.frame-wrapper .template-1.mode-warn .content ul {
  font-size: 22px; }

#frame_memberincentive.frame-wrapper .template-2.memberincentive-frame {
  background: url(/design/default/memberincentive/2_bg.jpg); }

#frame_memberincentive.frame-wrapper .template-2 .content {
  padding: 30px 30px 30px 350px; }

#frame_memberincentive.frame-wrapper .template-2 .girl {
  right: 649px;
  bottom: 0;
  width: 208px;
  height: 481px;
  background: url(/design/default/memberincentive/2_girl.png) no-repeat; }

#frame_memberincentive.frame-wrapper .template-2 .tag {
  display: none; }

#frame_memberincentive.frame-wrapper .template-3.memberincentive-frame {
  background: url(/design/default/memberincentive/3_bg.jpg); }

#frame_memberincentive.frame-wrapper .template-3 .topup-button {
  right: auto;
  left: 170px; }

#frame_memberincentive.frame-wrapper .template-3 .content {
  padding: 30px 220px 30px 50px;
  color: #004097; }

#frame_memberincentive.frame-wrapper .template-3 .girl {
  right: 0;
  bottom: 0;
  width: 264px;
  height: 457px;
  background: url(/design/default/memberincentive/3_girl.png) no-repeat; }

#frame_memberincentive.frame-wrapper .template-3 .tag {
  display: none; }

@media (max-height: 850px), (max-width: 1050px) {
  #frame_memberincentive.frame-wrapper .memberincentive-frame {
    zoom: 70%; } }

#frame_oocvip.frame-wrapper {
  z-index: 99; }

#frame_oocvip.frame-wrapper .frame-content {
  padding: 20px;
  z-index: 119;
  font-family: Ubuntu, Arial, sans-serif; }

#frame_oocvip.frame-wrapper .frame-background {
  background: #000;
  background: linear-gradient(rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0.97) 50%, rgba(0, 0, 0, 0.93) 100%); }

#frame_oocvip.frame-wrapper .oocvip-frame {
  width: 612px;
  height: 712px;
  position: relative;
  font-size: 40px;
  text-align: center;
  font-weight: bold; }

#frame_oocvip.frame-wrapper .oocvip-frame, #frame_oocvip.frame-wrapper .oocvip-frame * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#frame_oocvip.frame-wrapper div.top {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  font-size: 36px;
  color: #FFF; }

#frame_oocvip.frame-wrapper div.ooc {
  position: absolute;
  top: 226px;
  left: 205px;
  right: 205px;
  color: #52b3d8; }

#frame_oocvip.frame-wrapper div.ttc {
  position: absolute;
  color: #FFF;
  top: 357px;
  left: 180px;
  transform: rotate(-10deg);
  font-size: 46px;
  font-weight: bold; }

#frame_oocvip.frame-wrapper div.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 612px;
  height: 712px;
  background: url(/design/default/chat/circa.svg) center center no-repeat; }

#frame_oocvip.frame-wrapper div.picture {
  position: absolute;
  bottom: 32px;
  left: 97px;
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 100%;
  padding: 5px; }

#frame_oocvip.frame-wrapper div.picture .inner {
  width: 170px;
  height: 170px;
  background: #000 center center no-repeat;
  background-size: cover;
  border-radius: 100%; }

#frame_oocvip.frame-wrapper button.close {
  position: fixed;
  top: 15px;
  left: 15px;
  border: none;
  background: url(/design/default/memberincentive/close.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer; }

#frame_oocvip.frame-wrapper .photos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#frame_oocvip.frame-wrapper .photo {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF; }

#frame_oocvip.frame-wrapper .photo .inner {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #000 center center no-repeat;
  background-size: cover; }

#frame_oocvip.frame-wrapper .arrow-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%; }

#frame_oocvip.frame-wrapper .arrow-wrapper .arrow {
  position: relative;
  width: 980px;
  margin: 0 auto;
  text-align: right; }

#frame_oocvip.frame-wrapper .arrow-wrapper .circle {
  position: absolute;
  background: transparent no-repeat 0 0; }

#frame_oocvip.frame-wrapper .arrow-wrapper .text {
  position: absolute;
  color: #48e3ff;
  line-height: 1.2em;
  font-weight: bold;
  text-align: right; }

#frame_oocvip.frame-wrapper .arrow-wrapper.arrow-top {
  top: 0; }

#frame_oocvip.frame-wrapper .arrow-wrapper.arrow-top .circle {
  top: -12px;
  right: -40px;
  width: 310px;
  height: 179px;
  background-image: url(/design/default/memberincentive/top-noarrow.png);
  animation: play-circle-top 1s steps(3) infinite; }

#frame_oocvip.frame-wrapper .arrow-wrapper.arrow-bottom {
  bottom: 0; }

#frame_oocvip.frame-wrapper .arrow-wrapper.arrow-bottom .circle {
  bottom: -52px;
  right: -124px;
  width: 443px;
  height: 217px;
  background-image: url(/design/default/memberincentive/bottom.png?2);
  animation: play-circle-bottom 1s steps(3) infinite; }

#frame_oocvip.frame-wrapper .arrow-wrapper.arrow-bottom .text {
  width: 600px;
  font-size: 30px;
  line-height: 33px;
  bottom: 50px;
  right: 335px;
  font-weight: bold;
  transform: rotate(-3deg); }

#frame_oocvip.frame-wrapper .arrow-wrapper.arrow-bottom .text .last {
  font-size: 17px;
  color: #FFF; }

@keyframes play-circle-top {
  100% {
    background-position: 0 -537px; } }

@keyframes play-circle-bottom {
  100% {
    background-position: 0 -651px; } }

#frame_chat-app.frame-wrapper {
  z-index: 99;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  overflow: visible; }

#frame_chat-app.frame-wrapper.hidden {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -1px;
  top: -1px; }

#frame_chat-app.frame-wrapper.hidden .frame-background {
  display: none; }

#frame_chat-app.frame-wrapper.hidden .frame-content {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -1px;
  top: -1px; }

#frame_chat-app.frame-wrapper .frame-content {
  width: 100%;
  height: 100%;
  z-index: 119; }

#frame_chat-app.frame-wrapper .frame-background {
  background: rgba(255, 255, 255, 0.98);
  opacity: 1; }

#frame_chat-app.frame-wrapper .frame-paging * {
  box-sizing: border-box; }

#frame_chat-app.frame-wrapper .frame-paging .nav {
  cursor: pointer;
  position: absolute;
  top: calc((506px + 25px) / 2 - 25px);
  background-color: #fff;
  height: 80px;
  padding: 10px;
  max-width: 30px;
  overflow: hidden;
  display: flex;
  transition: max-width 0.5s linear;
  border: 1px solid #efefef; }

body.hiddenchatelement:not(.teaseronelement) .frame-paging .nav {
  top: calc(50vh - 25px) !important; }

#frame_chat-app.frame-wrapper .frame-paging .nav-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

#frame_chat-app.frame-wrapper .frame-paging .nav-inner:after {
  content: "";
  display: block;
  width: 10px;
  height: 14px;
  padding-left: 5px;
  background: url(/design/default/chat/step-next.svg) center center no-repeat;
  background-size: 10px 14px; }

#frame_chat-app.frame-wrapper .frame-paging .nav.prev .nav-inner:after {
  background: url(/design/default/chat/step-prev.svg) center center no-repeat; }

#frame_chat-app.frame-wrapper .frame-paging .nav.prev {
  border-left: none;
  left: 0px; }

#frame_chat-app.frame-wrapper .frame-paging .nav.prev .nav-inner {
  flex-direction: row-reverse; }

#frame_chat-app.frame-wrapper .frame-paging .nav.next {
  border-right: none;
  justify-content: flex-end;
  right: 0px; }

#frame_chat-app.frame-wrapper .frame-paging .video {
  overflow: hidden;
  flex: 0 0 80px;
  width: 80px;
  height: 60px;
  background: #000;
  position: relative; }

#frame_chat-app.frame-wrapper .frame-paging .video img {
  object-fit: cover; }

#frame_chat-app.frame-wrapper .frame-paging .video img, #frame_chat-app.frame-wrapper .frame-paging .video .stream {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#frame_chat-app.frame-wrapper .frame-paging .name {
  white-space: nowrap;
  padding: 20px;
  color: #323232;
  font-size: 14px; }

#frame_chat-app.frame-wrapper .frame-paging .nav:hover {
  max-width: 350px; }

.over18 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }

.over18 .over18-inner {
  max-width: 565px;
  margin: auto;
  text-align: center;
  color: #9F9F9F; }

.over18 .over18-inner .circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 158px;
  height: 158px;
  margin: auto;
  background-color: #D40707;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 158px;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff; }

@media screen and (max-width: 850px) {
  .over18 .over18-inner .circle {
    width: 80px;
    height: 80px;
    font-size: 24px;
    line-height: 80px; }
  #perfnavul li#profile_fanclub_start_li {
    padding-top: 6px;
    line-height: unset !important;
    padding-bottom: 6px; }
  .sxccs-float-over-reg {
    transform: scale(0.7) !important; }
  footer .socialbox ul {
    float: left !important;
    margin-left: -4px; }
  footer .footer-logos {
    float: left; }
  footer .footer-links li {
    clear: both; }
  footer .ftext {
    font-size: 12px; } }

.over18 .over18-inner .text {
  margin-top: 10px;
  line-height: 1.5em; }

@media screen and (max-width: 850px) {
  .over18 .over18-inner .text {
    line-height: 1.5em;
    margin-top: 25px;
    font-size: 14px; } }

.over18 .over18-inner .text .white {
  color: #ffffff;
  font-weight: 500;
  line-height: 60px; }

.over18 .over18-inner a {
  text-decoration: none;
  color: #21ACE5; }

.over18 .over18-inner .acceptornot {
  margin-top: 25px; }

@media screen and (max-width: 850px) {
  .over18 .over18-inner .acceptornot {
    margin-top: 22px; } }

.over18 .over18-inner .acceptornot span {
  margin: 0px 20px; }

@media screen and (max-width: 450px) {
  .over18 .over18-inner .acceptornot span {
    display: block;
    margin: 15px 0; } }

.over18 button.new-btn, .over18 a.new-btn {
  padding: 10px 20px;
  color: #ffffff !important;
  background-color: #21ACE5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: none;
  line-height: 1em;
  cursor: pointer;
  text-decoration: none; }

.search-results .empty, .babes-gifts-search-results .empty {
  visibility: hidden; }

.searchbg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999; }

.searchbg .close, #usermenu .close, .small-promo .close, #main_video_gallery .close {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  width: 42px;
  height: 42px;
  background-image: url("/design/default/icons/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  z-index: 1;
  cursor: pointer; }

.searchbg .close:hover, #usermenu .close:hover, .small-promo .close:hover, #main_video_gallery .close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.small-promo .close {
  top: 0px;
  right: 0px; }

.searchbg .inner {
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 1340px;
  overflow: auto; }

.searchbg .search-box, #main_video_gallery .search-box {
  margin: auto;
  max-width: 400px;
  width: 90%;
  height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background-color: #0B0B0B; }

.searchbg .search-box input, #main_video_gallery .search-box input {
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 300;
  color: #797979;
  border: none;
  background: transparent;
  outline: none;
  padding: 8px 45px 8px 10px; }

.searchbg .search-box button, #main_video_gallery .search-box button {
  position: absolute;
  width: 45px;
  height: 45px;
  right: 0px;
  top: 0px;
  background: transparent;
  background-image: url("/design/default/icons/find.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  cursor: pointer; }

.searchbg .search-box button:hover, #main_video_gallery .search-box button:hover {
  transform: scale(1.2); }

.searchbg .search-box .loading, #main_video_gallery .search-box .loading {
  background-image: none;
  cursor: progress; }

.searchbg .search-box .loading:after, #main_video_gallery .search-box .loading:after {
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loadring 1.2s linear infinite; }

@keyframes loadring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.searchbg .divider {
  height: 80px; }

.searchbg .results {
  max-width: 1340px;
  width: 100%;
  margin: auto; }

.searchbg .results ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: left; }

.searchbg .results ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 25px;
  cursor: pointer;
  text-align: center; }

@media screen and (max-width: 1150px) {
  .searchbg:not(#babesgiftspopup) .results ul li {
    width: 33%;
    margin: 10px 0px; }
  #babesgiftspopup.searchbg .results ul li {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  .searchbg .divider {
    height: 20px !important; }
  #babesgiftspopup .divider {
    height: 0px !important; }
  .searchbg .divider:first-child, #babesgiftspopup .divider:first-child {
    height: 65px !important; } }

@media screen and (max-width: 850px) {
  .searchbg:not(#babesgiftspopup) .results ul li {
    width: 50%; } }

@media screen and (max-width: 450px) {
  .searchbg .results ul li {
    width: 50%;
    transform: scale(0.8); }
  .searchbg:not(#babesgiftspopup) .results ul li {
    margin: -10px 0px !important; }
  #babesgiftspopup.searchbg .results ul li {
    margin-top: 0px !important;
    margin-bottom: 10px !important; }
  #babesgiftspopup .results ul li {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

.searchbg .results ul li .circle {
  margin: auto;
  width: 166px;
  height: 166px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #6F6F6F;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  transition: all 300ms; }

.searchbg .results ul li .circle:hover {
  background-size: auto 130%;
  filter: none;
  -webkit-filter: grayscale(0%); }

.searchbg .results ul li .circle .icon {
  width: 38px;
  height: 38px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #21ACE5;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0; }

.searchbg .results ul li .circle .favorite {
  background-image: url("/design/default/icons/favorite.svg"); }

.searchbg .results ul li .name {
  text-align: center;
  padding-top: 17px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #6F6F6F; }

.searchbg .results ul li .name .status-online {
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #7FBA00;
  margin-right: 4px;
  margin-bottom: 1px;
  display: inline-block; }

.searchbg .results ul li .name a {
  color: inherit;
  text-decoration: none; }

.searchbg .results ul .online .circle {
  border: 2px solid #ffffff; }

.searchbg .results ul .online .name {
  color: #eeeeee; }

.searchbg .results ul .offline .circle {
  border: 2px solid #6F6F6F; }

.searchbg .results ul .offline .name {
  color: #6F6F6F; }

.searchbg .results ul .empty .circle {
  border: 2px dashed #323232;
  background-color: #060606; }

.searchbg .results ul .grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

#babesgiftspopup.searchbg .results ul li .gift {
  width: 170px;
  height: 170px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90px;
  margin: auto;
  position: relative;
  transition: all 100ms; }

#babesgiftspopup.searchbg .results {
  margin-top: 20px; }

#babesgiftspopup.searchbg .inner {
  max-width: 1260px; }

#babesgiftspopup.searchbg .results ul li {
  margin: 20px;
  margin-bottom: 0px;
  margin-top: 75px;
  height: 172px; }

#babesgiftspopup.searchbg .results ul li .gift {
  border: 2px solid #6F6F6F;
  box-sizing: border-box;
  border-radius: 100%;
  background-size: 90px; }

#babesgiftspopup.searchbg ul li:hover .gift {
  border: 2px solid #21ACE4;
  box-sizing: border-box;
  border-radius: 100%;
  background-size: 110px; }

#babesgiftspopup .gifts_dialog_title1 {
  color: #FDFDFD;
  font-size: 33px;
  text-align: center;
  font-weight: 400;
  line-height: 42px;
  max-width: 100%;
  margin-top: -20px;
  margin-bottom: -20px;
  display: block;
  position: relative; }

#babesgiftspopup span.send {
  color: white;
  position: relative;
  width: 52px;
  line-height: 26px;
  top: -10px;
  background: #21ACE4;
  border-radius: 2px;
  padding: 2px 10px 2px 10px;
  margin-top: -20px;
  display: none;
  font-size: 12px; }

#babesgiftspopup.searchbg ul li:hover span.send {
  display: inline-block;
  padding-top: 0px;
  margin-top: 20px;
  width: 90px;
  vertical-align: middle;
  line-height: 30px;
  padding-bottom: 0px; }

#babesgiftspopup.searchbg ul li:hover .name {
  visibility: hidden; }

#babesgiftspopup.searchbg .results ul li .name {
  padding-top: 0px;
  margin-top: 15px;
  color: #6F6F6F; }

#babesgiftspopup.searchbg .results ul li.toy .gift::before {
  content: "";
  position: absolute;
  min-width: 40px;
  min-height: 40px;
  right: 6px;
  bottom: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='19' fill='%2321ACE4' stroke='white' stroke-width='2'/%3E%3Cpath d='M13.0001 17.6864C18.1503 18.1267 22.2096 22.1859 22.6498 27.3361' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.006 12.7711C20.8447 13.2203 27.0588 19.4344 27.508 27.2731' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

#babesgiftspopup.searchbg ::-webkit-input-placeholder {
  /* Edge */
  color: #444444; }

#babesgiftspopup.searchbg :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #444444; }

#babesgiftspopup.searchbg ::placeholder {
  color: #444444; }

#babesgiftspopup.searchbg .sxcca-perf-img {
  margin: 0 auto;
  background-size: 244px 84px;
  width: 244px;
  height: 211px;
  text-align: center;
  padding-top: 60px; }

#babesgiftspopup.searchbg .sxcca-perf-img img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: 50%;
  vertical-align: top;
  margin-top: -30px; }

#babesgiftspopup.searchbg .sxcca-motto {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(-5deg);
  text-align: center; }

#babesgiftspopup.searchbg .sxcca-motto span {
  display: inline-block;
  background: white;
  color: black;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  padding: 13px 20px;
  line-height: 14px;
  width: 200px; }

.float-bar .quickbuy label {
  display: block;
  margin: 2px 0;
  color: #eee; }

.float-bar .quickbuy .qb-credits, .float-bar .quickbuy .qb-price1, .float-bar .quickbuy .qb-price2 {
  display: inline-block; }

.float-bar .quickbuy .qb-price1, .float-bar .quickbuy .qb-price2 {
  text-align: right; }

.float-bar .quickbuy .qb-credits {
  width: 70px; }

.float-bar .quickbuy .qb-price1 {
  width: 70px; }

.float-bar .quickbuy .qb-price2 {
  width: 60px; }

.float-bar .quickbuy label s.bright {
  color: #eee;
  display: inline-block;
  margin-right: -4px; }

.float-bar .quickbuy label.extracredit .qb-credits {
  width: 70px; }

.float-bar .quickbuy label.extracredit .qb-price1 {
  width: 98px; }

.float-bar .quickbuy label.extracredit s {
  margin-right: 0; }

.float-bar .quickbuy .description {
  margin: 15px 0 18px 0;
  color: #ffaa00; }

.float-bar .fraud-panel h3 {
  margin: 0;
  font-size: 16px;
  color: #fa0; }

.float-bar .fraud-panel h4 {
  margin: 0;
  font-size: 13px;
  color: #fa0; }

.float-bar .fraud-panel .row {
  margin: 1em 0; }

.float-bar .fraud-panel p {
  margin: 10px 0;
  text-align: justify; }

.float-bar .fraud-panel p a {
  color: #fa0; }

.float-bar .fraud-panel .form {
  margin: 20px 0;
  display: table;
  width: 100%; }

.float-bar .fraud-panel .form .row {
  display: table-row; }

.float-bar .fraud-panel .form .row label, .float-bar .fraud-panel .form .row .input {
  display: table-cell; }

.float-bar .fraud-panel .form .row label {
  width: 35%; }

.float-bar .fraud-panel .form .row .input {
  width: 65%; }

.float-bar .fraud-panel .form .row label {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold; }

.float-bar .fraud-panel .form .row .input input, .float-bar .fraud-panel .form .row .input select {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 19px;
  line-height: 17px;
  background: #2d2d2d;
  border: 1px solid #3f3f3f;
  color: #fa0; }

.float-bar .fraud-panel .form .row .input .error {
  border: 1px solid #f80; }

.float-bar .fraud-panel .form .row .input input {
  padding: 0 3px; }

.float-bar .fraud-panel .row label, .float-bar .fraud-panel .row .input {
  padding: 2px 0; }

.float-bar .fraud-panel .message-box {
  margin: 1em 0;
  padding: 0.5em;
  font-weight: bold;
  border: 1px solid #f80;
  color: #f80; }

.float-bar .fraud-panel .buttons {
  margin: 25px 0 0 0;
  text-align: right; }

.float-bar .fraud-panel .buttons input {
  margin-left: 10px;
  vertical-align: top; }

.float-bar .creditcard .row {
  margin: 1em 0; }

.float-bar .creditcard p {
  margin: 10px 0; }

.float-bar .creditcard p a {
  color: #fa0; }

.float-bar .creditcard .form {
  margin: 20px 0;
  display: table;
  width: 100%; }

.float-bar .creditcard .form .row {
  display: table-row; }

.float-bar .creditcard .form .row label, .float-bar .creditcard .form .row .input {
  display: table-cell; }

.float-bar .creditcard .form .row label {
  width: 35%; }

.float-bar .creditcard .form .row .input {
  width: 65%; }

.float-bar .creditcard p {
  line-height: 1.5em; }

.float-bar .creditcard .form .row label {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold; }

.float-bar .creditcard .form .row .input input, .float-bar .creditcard .form .row .input select, .float-bar .creditcard .form .row .input .custom-select {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 19px;
  line-height: 17px;
  background: #2d2d2d;
  border: 1px solid #3f3f3f;
  color: #fa0; }

.float-bar .creditcard .form .row .input .error {
  border: 1px solid #f80; }

.float-bar .creditcard .form .row .input input {
  padding: 0 3px; }

.float-bar .creditcard .form .row .input .dropdown {
  width: 60%;
  display: inline-block;
  vertical-align: bottom;
  position: relative; }

.float-bar .creditcard .form .row .input .dropdown .custom-select {
  background: #2d2d2d;
  color: #fa0;
  border: 1px solid #3f3f3f; }

.float-bar .creditcard .form .row .input .dropdown .custom-select .list .option:hover {
  background: #3f3f3f; }

.float-bar .creditcard .form .row .input .dropdown-clone {
  display: none; }

.float-bar .creditcard .form .row .input .current-amount {
  margin-left: 5px;
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  line-height: 17px;
  height: 19px; }

.float-bar .creditcard .form .row .input.cvc input, .float-bar .creditcard .form .row .input.exp input {
  width: 50px; }

.float-bar .creditcard .row label, .float-bar .creditcard .row .input {
  padding: 2px 0; }

.float-bar .creditcard .message-box {
  display: none;
  margin: 1em 0;
  padding: 0.5em;
  font-weight: bold;
  border: 1px solid #f80;
  color: #f80; }

.float-bar .creditcard .buttons {
  margin: 10px 0 0 0;
  text-align: right; }

.float-bar .creditcard .buttons input {
  margin-left: 10px;
  vertical-align: top; }

.float-bar .creditcard .cvcHelp {
  position: relative;
  color: #000;
  background: #fa0;
  border-radius: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 1px 3px;
  margin-left: 5px;
  font-size: 11px;
  line-height: 1em; }

.float-bar .creditcard .cvcHelp .card {
  display: none;
  bottom: 100%;
  left: 100%;
  width: 240px;
  height: 150px;
  background: #BBB;
  border-radius: 10px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5); }

.float-bar .creditcard .cvcHelp .card, .float-bar .creditcard .cvcHelp .card * {
  position: absolute; }

.float-bar .creditcard .cvcHelp .card .strip {
  top: 30px;
  left: 0;
  right: 0;
  height: 30px;
  background: #333; }

.float-bar .creditcard .cvcHelp .card .sig {
  top: 70px;
  left: 10px;
  right: 10px;
  font-size: 8px; }

.float-bar .creditcard .cvcHelp .card .code {
  top: 85px;
  left: 10px;
  right: 10px;
  height: 20px;
  background: #fff;
  padding: 5px 5px 10px 0;
  text-align: right;
  font-size: 12px; }

.float-bar .creditcard .cvcHelp .card .circle {
  border-radius: 100%;
  top: 1px;
  right: 1px;
  width: 23px;
  height: 15px;
  border: 2px solid #F00; }

.float-bar .creditcard .cvcHelp:hover .card {
  display: block; }

.float-bar .ecp p {
  margin: 1em 0 2em 0;
  line-height: 1.5em; }

.float-bar .ecp .button {
  padding-top: 0;
  text-align: right; }

.float-bar {
  /* Allow clicks through the layer */
  pointer-events: none;
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 15px;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  text-align: right;
  color: #fff; }

.float-bar .float-bar-inner {
  vertical-align: top;
  display: inline-block; }

.float-bar .float-bar-tab-wrapper.top {
  display: block; }

.float-bar .float-bar-tab-wrapper.bottom {
  display: none; }

.float-bar .float-bar-tab-wrapper .float-bar-tab {
  pointer-events: all;
  display: inline-block;
  padding: 0 20px;
  line-height: 30px;
  background: #111;
  background: rgba(0, 0, 0, 0.95);
  border-radius: 4px 4px 0 0;
  vertical-align: bottom;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.float-bar .float-bar-tab-wrapper, .float-bar .float-bar-tab-wrapper .float-bar-tab {
  height: 30px;
  margin: 0; }

.float-bar .float-bar-tab-wrapper .tab-icon, .float-bar .float-bar-tab-wrapper .float-bar-tab .tab-icon {
  display: inline-block;
  width: 13px;
  text-align: center;
  padding-left: 10px;
  font-size: 1.2em; }

.float-bar .float-bar-tab-wrapper .tab-icon i, .float-bar .float-bar-tab-wrapper .float-bar-tab .tab-icon i {
  display: none; }

.float-bar .content-wrapper {
  pointer-events: all;
  text-align: left;
  background: #111;
  background: rgba(0, 0, 0, 0.95);
  position: relative;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: width 0.4s ease-in, height 0.4s, ease-in; }

.float-bar .content-wrapper.disable-transition {
  transition: none; }

.float-bar .content {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s linear 0.4s, opacity 0.4s 0s linear; }

.float-bar .content.visible {
  transition: visibility 0.4s linear, opacity 0.4s 0s linear;
  visibility: visible;
  opacity: 1; }

.float-bar .content-inner {
  font-size: 12px;
  padding: 25px; }

.float-bar .error-panel .content-inner, .float-bar .success-panel .content-inner, .float-bar .loading .content-inner {
  min-height: 19px;
  line-height: 19px;
  color: #fa0;
  padding-left: 58px; }

.float-bar .error-panel .content-inner a, .float-bar .success-panel .content-inner a, .float-bar .loading .content-inner a {
  display: block;
  margin-top: 0.5em;
  color: #fff; }

.float-bar .loading .content-inner {
  padding-left: 68px; }

.float-bar .success-panel {
  background: url(/design/default/quickbuy/success.png) 20px center no-repeat; }

.float-bar .error-panel {
  background: url(/design/default/quickbuy/error.png) 20px center no-repeat; }

.float-bar .loading {
  background: url(/design/default/quickbuy/loading.gif) 15px center no-repeat; }

.float-bar h3 {
  margin: 0;
  font-size: 16px;
  color: #fa0; }

.custom-select {
  display: block;
  position: relative; }

.custom-select .current {
  padding-right: 18px;
  height: 100%; }

.custom-select .current, .custom-select .list .option {
  padding: 0 5px;
  cursor: default; }

.custom-select .list .option {
  cursor: pointer; }

.custom-select .list {
  position: absolute;
  z-index: 200;
  top: 100%;
  left: -1px;
  right: -1px;
  border: inherit;
  background: inherit;
  max-height: 300px; }

.custom-select .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 18px;
  background: url(/design/default/babes/images/arrow.png) no-repeat; }

:not(.lt-ie9) .float-bar [type="checkbox"], :not(.lt-ie9) .float-bar [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

:not(.lt-ie9) .float-bar [type="checkbox"] + label, :not(.lt-ie9) .float-bar [type="radio"] + label {
  background: url(/design/default/babes/images/checkbox.png) left top no-repeat;
  height: 18px;
  line-height: 17px;
  padding-left: 22px;
  display: inline-block; }

:not(.lt-ie9) .float-bar [type="checkbox"]:checked + label, :not(.lt-ie9) .float-bar [type="radio"]:checked + label {
  background: url(/design/default/babes/images/checkbox.png) left -20px no-repeat; }

.float-bar.inchat {
  bottom: auto;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  padding: 0 20px; }

.float-bar.inchat .float-bar-tab-wrapper.top {
  display: none; }

.float-bar.inchat .float-bar-tab-wrapper.bottom {
  display: block; }

.float-bar.inchat .float-bar-tab-wrapper .float-bar-tab {
  border-radius: 0 0 4px 4px; }

.float-bar.outline .float-bar-tab {
  position: relative;
  z-index: 111;
  border: 1px solid #fff;
  border-bottom: none; }

.float-bar.outline .content-wrapper {
  position: relative;
  z-index: 110;
  border: 1px solid #fff;
  border-bottom: none; }

.float-bar.outline.template-1 .float-bar-tab, .float-bar.outline.template-1 .content-wrapper {
  border-color: #FBAD0D; }

.float-bar.outline.template-2 .float-bar-tab, .float-bar.outline.template-2 .content-wrapper {
  border-color: #840065; }

.float-bar.outline.template-3 .float-bar-tab, .float-bar.outline.template-3 .content-wrapper {
  border-color: #b5e3e1; }

.float-bar.outline.template-ooc .float-bar-tab, .float-bar.outline.template-ooc .content-wrapper {
  border-color: #fff; }

s.diagonal {
  position: relative;
  text-decoration: none;
  color: #6e6e6e; }

s.diagonal.bright {
  color: #ddd; }

.ltie9 s.diagonal {
  text-decoration: line-through; }

:not(.ltie9) s.diagonal::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PGxpbmUgeDE9JzAnIHgyPScxMDAlJyB5MT0nMTAwJScgeTI9JzAnIHN0eWxlPSdzdHJva2U6ICNjMDA7IHN0cm9rZS13aWR0aDoyOyBzdHJva2Utb3BhY2l0eTogMC43NScgLz48L3N2Zz4K) center center no-repeat;
  background-size: 100% 100%; }

:not(.ltie9) s.diagonal.bright::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PGxpbmUgeDE9JzAnIHgyPScxMDAlJyB5MT0nMTAwJScgeTI9JzAnIHN0eWxlPSdzdHJva2U6ICNjMDA7IHN0cm9rZS13aWR0aDoyOyBzdHJva2Utb3BhY2l0eTogMC43NScgLz48L3N2Zz4K) center center no-repeat; }

#paymentPanel {
  display: none;
  color: #f4f4f4;
  font-size: 13px;
  font-family: arial, helvetica, sans-serif;
  position: relative;
  width: 100%;
  height: 300px;
  background: #111;
  overflow: hidden; }

#paymentPanel * {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

#paymentPanel a {
  color: #21ace5;
  text-decoration: none; }

#paymentPanel ul.types, #paymentPanel .details, #paymentPanel .amount-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1; }

#paymentPanel ul.types {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  width: 101px;
  left: 0;
  margin: 0;
  padding: 0;
  border-right: 1px solid #292929;
  list-style: none; }

#paymentPanel ul.types li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  height: 75px;
  background-color: #151515;
  background-image: linear-gradient(to bottom, #151515, #3b3b3b);
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #151515; }

#paymentPanel ul.types li div {
  text-align: center;
  font-size: 13px;
  color: #fff; }

#paymentPanel ul.types li i.icon {
  display: block;
  width: 48px;
  height: 48px;
  background: url("/design/default/babes/images/icons.png");
  background-size: 144px 144px; }

#paymentPanel ul.types li a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none; }

#paymentPanel ul.types li.type-alternative i.icon {
  background-position: 0 0; }

#paymentPanel ul.types li.type-alternative.active i.icon {
  background-position: -48px 0; }

#paymentPanel ul.types li.type-alternative.disabled i.icon {
  background-position: -96px 0; }

#paymentPanel ul.types li.type-sms_hu i.icon {
  background-position: -5px -96px; }

#paymentPanel ul.types li.type-sms_hu.active i.icon {
  background-position: -53px -96px; }

#paymentPanel ul.types li.type-sms_hu.disabled i.icon {
  background-position: -101px -96px; }

#paymentPanel ul.types li.type-phone_hu i.icon {
  background-position: 0 -48px; }

#paymentPanel ul.types li.type-phone_hu.active i.icon {
  background-position: -48px -48px; }

#paymentPanel ul.types li.type-phone_hu.disabled i.icon {
  background-position: -96px -48px; }

#paymentPanel ul.types li.type-cryptocurrency i.icon {
  background: url(/design/default/babes/images/pickaxe-y.svg) center center no-repeat;
  background-size: 36px 36px; }

#paymentPanel ul.types li.type-cryptocurrency.active i.icon {
  background: url(/design/default/bitcoin/pickaxe-w.svg) center center no-repeat;
  background-size: 36px 36px; }

#paymentPanel ul.types li.type-cryptocurrency.disabled i.icon {
  opacity: 0.5; }

#paymentPanel ul.types li.active {
  position: relative;
  padding-top: 1px;
  color: #fff;
  background: #21ace5;
  background-image: url(/design/default/babes/images/selected.jpg);
  background-size: 116px 75px;
  border-top: none;
  border-bottom: none;
  width: 116px;
  padding-right: 16px; }

#paymentPanel ul.types li.disabled {
  cursor: default; }

#paymentPanel ul.types li.disabled div {
  color: #5d5d5d; }

#paymentPanel ul.types li:first-of-type {
  border-top: none; }

#paymentPanel ul.types li:last-child {
  border-bottom: none; }

#paymentPanel .amount-wrapper {
  background-color: #151515;
  background-image: linear-gradient(to bottom, #151515, #151515 200px, #3b3b3b);
  border-left: 1px solid #333;
  right: 0;
  padding: 20px 20px 20px 20px;
  z-index: 1; }

#paymentPanel .amount-wrapper .amounts {
  margin: 10px 0; }

#paymentPanel .amount-wrapper .amounts div {
  margin: 5px 0;
  color: #fff;
  display: block; }

#paymentPanel .amount-wrapper .amounts label {
  width: 100%; }

#paymentPanel .amount-wrapper .amounts label span {
  display: inline-block; }

#paymentPanel .amount-wrapper .amounts label .price {
  float: right;
  padding-left: 5px; }

#paymentPanel .details {
  padding: 20px 270px 20px 140px;
  z-index: 0; }

#paymentPanel h3 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 0; }

#paymentPanel p.description, #paymentPanel p.disclaimer {
  margin: 16px 0;
  line-height: 1.5em; }

#paymentPanel div.frame {
  font-size: 20px;
  color: #fff;
  border: 2px solid #21ace5;
  padding: 10px;
  vertical-align: middle; }

#paymentPanel div.frame span, #paymentPanel div.frame img {
  vertical-align: middle;
  line-height: 1em; }

#paymentPanel div.frame img {
  margin: 0 15px; }

#paymentPanel div.frame .phone, #paymentPanel div.frame .code {
  color: #fff;
  font-weight: bold; }

#paymentPanel div.buttons {
  bottom: 30px;
  right: 0; }

#paymentPanel a.x {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(/design/default/babes/images/x.png);
  z-index: 1000; }

#paymentPanel .button {
  cursor: pointer;
  background: #21ace5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #21ace5;
  padding: 6px 40px;
  border-radius: 4px;
  font-size: 16px;
  margin: 0;
  color: #fff; }

#paymentPanel .panel-alternative div.logos {
  margin: 22px 0;
  font-size: 0; }

#paymentPanel .panel-alternative div.logos img {
  margin-right: 10px; }

#paymentPanel .panel-alternative div.logos img:last-of-type {
  margin-right: 0; }

#paymentPanel .panel-cryptocurrency .logos {
  margin: 32px 0;
  display: flex;
  align-items: center; }

#paymentPanel .panel-cryptocurrency .logos img {
  width: 30px;
  margin-right: 20px; }

.custom-logo-new {
  font-weight: bold;
  font-size: 23px;
  font-family: 'Roboto'; }

:not(.lt-ie9) #paymentPanel .amounts [type="checkbox"], :not(.lt-ie9) #paymentPanel .amounts [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

:not(.lt-ie9) #paymentPanel .amounts [type="checkbox"] + label, :not(.lt-ie9) #paymentPanel .amounts [type="radio"] + label {
  background: url(/design/default/babes/images/checkbox.png) left top no-repeat;
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block; }

:not(.lt-ie9) #paymentPanel .amounts [type="checkbox"]:checked + label, :not(.lt-ie9) #paymentPanel .amounts [type="radio"]:checked + label {
  background: url(/design/default/babes/images/checkbox.png) left -20px no-repeat; }

.popupMenu s {
  display: inline-block;
  margin: 0 0.5em; }

.popupMenu ul {
  list-style: none;
  margin: 0;
  margin-top: 9px;
  padding: 5px 0; }

.popupMenu li {
  position: relative; }

.popupMenu li span.new {
  display: none; }

.popupMenu .arrow {
  content: "";
  display: block;
  width: 24px;
  height: 13px;
  background: url(header/sprite.png) -10px -24px;
  position: absolute;
  top: -2px;
  right: 16px;
  z-index: 1000; }

.popupMenu.alignLeft {
  left: -10px; }

.popupMenu.alignLeft .arrow {
  left: 16px; }

.popupMenu li a, .popupMenu li.group {
  display: block;
  padding: 3px 3px;
  color: #6e6e6e;
  font-weight: normal;
  white-space: nowrap;
  line-height: 1.5em; }

.popupMenu li a:hover {
  color: #FFF; }

.popupMenu li.new a {
  margin-left: 0px; }

.popupMenu li.dividerBottom {
  margin-bottom: 5.5px;
  padding-bottom: 5.5px;
  border-bottom: 1px solid #ddd; }

.popupMenu li.dividerTop {
  margin-top: 5.5px;
  padding-top: 5.5px;
  border-top: 1px solid #ddd; }

.popupMenu li.group {
  margin-top: 5px;
  padding-top: 5px; }

.popupMenu li.group:hover {
  background: transparent; }

.popupMenu.visible {
  display: block; }

.panel-scroller {
  width: 100%;
  overflow: hidden; }

.panel-scroller .panels {
  width: 100%;
  overflow: hidden;
  position: relative; }

.panel-scroller .panels-inner {
  width: 99999px; }

.panel-scroller .panel {
  float: left;
  display: inline; }

.panel-scroller .dots {
  text-align: right;
  margin-top: 5px; }

.panel-scroller .dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #e0e1e3;
  margin-right: 5px;
  border-radius: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all linear 0.5s;
  cursor: pointer; }

.panel-scroller .dots .dot.selected {
  background: #3aabe4; }

/*gifts popup scrollbar hover width to thin*/
.scroll > .scroll-element:hover .scroll-element_outer .scroll-bar, .scroll > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  /*width: 100%;*/
  width: 4px !important; }

.scroll > .scroll-element.scroll-y .scroll-bar {
  max-height: 100px; }

/*Wheel of fortune*/
.wheel-of-fortune-panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  min-width: 769px;
  z-index: 10000;
  align-items: center;
  justify-content: flex-start;
  background: #1e1e1e;
  border-right: 5px solid #21ace4;
  font-size: 14px;
  color: #FFF;
  display: flex;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  transform: translateX(-90%);
  opacity: 0; }

.wheel-of-fortune-panel > button.close {
  border: none;
  background: transparent;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 26px;
  color: #FFF;
  cursor: pointer; }

@keyframes wheel-promo-show {
  from {
    transform: translateX(-100%);
    opacity: 1; }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes wheel-promo-hide {
  from {
    opacity: 1;
    transform: translateX(0); }
  to {
    transform: translateX(-100%);
    opacity: 0; } }

.wheel-of-fortune-panel .wofp-wheel {
  flex: 0 0 auto;
  width: 370px;
  height: 550px;
  position: relative; }

.wheel-of-fortune-panel .wofp-wheel .wheel-wrapper {
  position: absolute;
  left: -230px;
  width: 550px;
  height: 550px; }

.wheel-of-fortune-panel .wofp-wheel .wheel-wrapper .wheel {
  width: 550px;
  height: 550px;
  background: url(/design/default/wheel/fortunewheel.svg?2) center center no-repeat;
  background-size: 550px; }

.wheel-of-fortune-panel .wofp-wheel .wheel-wrapper:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  width: 610px;
  height: 610px;
  background: url(/design/default/wheel/bg.png) center center no-repeat;
  background-size: cover; }

.wheel-of-fortune-panel .wofp-wheel .pin {
  position: absolute;
  left: 284px;
  top: 253px;
  width: 86px;
  height: 44px;
  background: url(/design/default/wheel/wheel-pin.svg) center center no-repeat;
  background-size: contain;
  transform-origin: 64px 22px; }

.wheel-of-fortune-panel .wofp-wheel ul.entries {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 275px;
  top: 275px; }

.wheel-of-fortune-panel .wofp-wheel ul.entries li {
  position: absolute;
  left: 0;
  top: -25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 215px;
  height: 50px;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  transform-origin: 0 25px; }

.wheel-of-fortune-panel .wofp-wheel ul.entries li:nth-child(1) {
  transform: rotate(0deg); }

.wheel-of-fortune-panel .wofp-wheel ul.entries li:nth-child(2) {
  transform: rotate(-30deg); }

.wheel-of-fortune-panel .wofp-wheel ul.entries li:nth-child(3) {
  transform: rotate(-60deg); }

.wheel-of-fortune-panel .wofp-wheel ul.entries li:nth-child(4) {
  transform: rotate(-90deg); }

.wheel-of-fortune-panel .wofp-wheel ul.entries li:nth-child(5) {
  transform: rotate(-120deg); }

.wheel-of-fortune-panel .wofp-wheel ul.entries li:nth-child(6) {
  transform: rotate(-150deg); }

.wheel-of-fortune-panel .wofp-wheel ul.entries li:nth-child(7) {
  transform: rotate(-180deg); }

.wheel-of-fortune-panel .wofp-wheel ul.entries li:nth-child(8) {
  transform: rotate(-210deg); }

.wheel-of-fortune-panel .wofp-wheel ul.entries li:nth-child(9) {
  transform: rotate(-240deg); }

.wheel-of-fortune-panel .wofp-wheel ul.entries li:nth-child(10) {
  transform: rotate(-270deg); }

.wheel-of-fortune-panel .wofp-wheel ul.entries li:nth-child(11) {
  transform: rotate(-300deg); }

.wheel-of-fortune-panel .wofp-wheel ul.entries li:nth-child(12) {
  transform: rotate(-330deg); }

.wheel-of-fortune-panel .wofp-status {
  flex: 1;
  padding: 0 30px; }

.wheel-of-fortune-panel .wofp-status .wofp-status-win-instant,
.wheel-of-fortune-panel .wofp-status .wofp-status-win,
.wheel-of-fortune-panel .wofp-status .wofp-status-offer {
  display: none; }

.wheel-of-fortune-panel .wofp-status .wofp-status-win-instant.visible,
.wheel-of-fortune-panel .wofp-status .wofp-status-win.visible,
.wheel-of-fortune-panel .wofp-status .wofp-status-offer.visible {
  display: block; }

.wheel-of-fortune-panel .wofp-status h2, .wheel-of-fortune-panel .wofp-status .body, .wheel-of-fortune-panel .wofp-status .button {
  margin: 50px 0; }

.wheel-of-fortune-panel .wofp-status h2 {
  font-size: 24px;
  line-height: 2em; }

.wheel-of-fortune-panel .wofp-status h2 em {
  font-style: normal;
  color: #21ace4; }

.wheel-of-fortune-panel .wofp-status .body {
  line-height: 1.5em; }

.wheel-of-fortune-panel .wofp-status .body ul, .wheel-of-fortune-panel .wofp-status .body p {
  margin: 0 0 20px 0; }

.wheel-of-fortune-panel .wofp-status .body ul {
  color: #a2a2a2;
  padding: 0;
  margin: 0;
  list-style: none; }

.wheel-of-fortune-panel .wofp-status .body ul li:before {
  display: inline-block;
  content: "*";
  padding-right: 10px; }

.wheel-of-fortune-panel .wofp-status .button button {
  width: 100%;
  border: none;
  border-radius: 2px;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  background: #21ace4;
  color: #FFF;
  font-weight: 500; }

#main {
  min-height: 100vh; }

#roomlist .promo {
  display: flex; }

@media screen and (max-width: 850px) {
  #roomlist .happy-hour-promo img, #roomlist .small-promo img {
    position: relative !important; } }

#roomlist .happy-hour-promo img, #roomlist .small-promo img {
  vertical-align: bottom;
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0; }

#roomlist .small-promo {
  grid-column-start: 4;
  grid-column-end: span 1;
  overflow: hidden;
  grid-row-start: 4; }

.rememberme {
  margin-top: 10px; }

label[for='loginPanelRememberme'] {
  padding-left: 27px !important; }

.room-inner {
  z-index: 3; }

.room-mode-offline img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

#roomlist li.room-item .sound {
  display: none !important; }

#header, .b_topicons {
  min-height: 55px;
  max-height: 55px; }

.topup-opened #header {
  position: static !important; }

.b_topicons {
  margin-top: -6px; }

.b_umenu {
  margin-top: -5px; }

.performerdesc .perftags {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block; }

.performerdesc .perftags li:hover {
  background-color: #545454; }

.performerdesc .perftags li {
  float: left;
  list-style: none;
  margin: 2px 2px 0px 0px;
  background-color: #707070;
  color: #f5f5f5;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 14px; }

.perfnav {
  padding: 0px; }

.mypageclose {
  position: absolute;
  right: -6px;
  top: 28px;
  z-index: 9999;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer; }

.mypageclose a {
  min-width: 100%;
  min-height: 100%;
  display: block; }

.mypageclose a i {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  display: block;
  background-image: url(./images/closedark.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  margin-top: 8px;
  margin-left: 8px; }

.mypageclose:hover a i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.teaseron .mypageclose {
  margin: 10px;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  border-radius: 3px;
  width: 32px;
  height: 32px;
  top: 28px;
  right: -9px;
  margin-top: 0px; }

.teaseron .mypageclose a i {
  background-image: url(./images/closewhite.svg);
  width: 16px;
  height: 16px; }

#videoModal .fancybox-close-small {
  width: 42px;
  height: 42px;
  background-image: url(./images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  cursor: pointer;
  padding-right: 0px;
  margin-top: 5px;
  margin-right: 5px;
  position: fixed; }

#videoModal .fancybox-close-small:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

#videoModal .fancybox-close-small svg {
  display: none; }

#video-player-teaser {
  margin: auto;
  display: block;
  padding: 0px;
  padding-top: 33px;
  position: static;
  outline: none;
  width: 100%;
  max-height: 506px;
  height: auto; }

.grecaptcha-badge {
  display: none !important; }

.browser-support {
  display: none;
  /*position: absolute;
  top: 0; left: 0; right: 0;*/
  padding: 20px;
  font-size: 16px;
  text-align: center;
  background: #FEE; }

/*remove pager button*/
.roomlist-paging {
  display: none; }

/*loading animation*/
#wait .lds-ellipsis {
  background-color: #fff;
  border: 4px solid #333;
  border-radius: 20%;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
  z-index: 999;
  animation-name: keyframes-loader-animation-1;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  display: block !important; }

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

@keyframes keyframes-loader-animation-1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#wait_chat {
  position: absolute;
  z-index: 1;
  margin: auto;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  height: 80px;
  width: 80px; }

#wait_chat .lds-ellipsis {
  background-color: #fff;
  border: 4px solid #333;
  border-radius: 20%;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
  z-index: 999;
  animation-name: keyframes-loader-animation-1;
  animation-duration: 1s;
  animation-iteration-count: infinite; }

/*alert messages at top from old design*/
#stripMessage {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  max-width: 100%;
  -webkit-animation: cssAnimationHide 5s forwards;
  animation: cssAnimationHide 5s forwards; }
  @media screen and (max-width: 450px) {
    #stripMessage {
      right: 0px;
      top: 0px;
      width: 100%; } }

@keyframes cssAnimationHide {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

#stripMessage .wrapper {
  display: table;
  width: 100%;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em; }

#stripMessage .success {
  color: white;
  border-radius: 3px;
  background-color: #51C81C;
  border-color: #d6e9c6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffc8e5bc", GradientType=0);
  background-repeat: repeat-x; }
  #stripMessage .success .close a {
    color: white !important;
    opacity: 1 !important; }

#stripMessage .fail {
  border-radius: 3px;
  background-color: #f2dede;
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffe7c3c3", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  color: #a94442; }

#stripMessage .message, #stripMessage .close {
  padding: 8px;
  display: table-cell;
  vertical-align: middle; }

#stripMessage .message {
  text-align: left;
  font-weight: 500;
  font-size: 14px; }

#stripMessage .close {
  text-align: right; }

#stripMessage .close a {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }

#stripMessage .close a:hover {
  text-decoration: none; }

/*settings page redesign*/
#frame_myaccount.frame-wrapper .sidebar {
  width: 100%;
  height: auto;
  display: block; }

#frame_myaccount.frame-wrapper .content-wrapper {
  display: block;
  max-width: 100%; }

#frame_myaccount .frame-content {
  width: 100%;
  display: flex;
  max-width: 940px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column; }

#frame_myaccount .frame-content .window-content {
  width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
  min-height: calc(90vh - 42px); }

#frame_myaccount.frame-wrapper .content-wrapper, #frame_myaccount.frame-wrapper .content-wrapper .content {
  height: auto; }

#frame_myaccount .sidebar > ul > li::first-letter {
  text-transform: uppercase; }

#frame_myaccount .sidebar > ul > li::after {
  content: '';
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  color: #353535;
  margin-right: 15px;
  position: absolute;
  top: calc(50% - 8px);
  right: 0px; }

#frame_myaccount .sidebar > ul > li.active::after, #defaultpop #faq li.active::after {
  content: ''; }

#frame_myaccount .sidebar > ul > li.active ~ li, #defaultpop #faq li.active ~ li {
  border-top: 1px solid #D9D9D9;
  border-bottom: none; }

#frame_myaccount.frame-wrapper .sidebar > ul > li, #defaultpop #faq > ul > li {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  border-left-color: transparent !important;
  border-bottom: 1px solid #D9D9D9;
  padding-left: 0px;
  padding-right: 35px;
  margin-left: 25px;
  margin-right: 25px;
  position: relative; }

#frame_myaccount.frame-wrapper .sidebar > ul > li.active, #frame_myaccount.frame-wrapper .sidebar > ul > li:last-child, #defaultpop #faq > ul > li.active {
  border-bottom: none; }

#frame_myaccount.frame-wrapper .myaccount-frame a {
  color: #21ACE5; }

#frame_myaccount.frame-wrapper .myaccount-frame h2 {
  display: none; }

#frame_myaccount.frame-wrapper .content {
  padding-top: 0px; }

#frame_myaccount.frame-wrapper fieldset .field {
  display: inline; }

#frame_myaccount.frame-wrapper fieldset .field:not(.with-label):not(.radio) {
  display: inline-block;
  width: 263.5px; }

#frame_myaccount.frame-wrapper fieldset .field:not(.with-label):not(.radio) input {
  width: 100%; }

#frame_myaccount.frame-wrapper fieldset .field:not(.with-label):not(.radio):nth-child(1) {
  margin-right: 10px; }

#frame_myaccount.frame-wrapper fieldset .field:not(.with-label):not(.radio):nth-child(2) {
  margin-left: 10px;
  margin-right: 10px; }

#frame_myaccount.frame-wrapper fieldset .field:not(.with-label):not(.radio):nth-child(3) {
  margin-left: 10px; }

#frame_myaccount.frame-wrapper .email-form .field, #frame_myaccount.frame-wrapper .field.with-label {
  width: 403px; }

#frame_myaccount.frame-wrapper .email-form .field:nth-child(1), #frame_myaccount.frame-wrapper .field.with-label:nth-child(1) {
  margin-right: 10px; }

#frame_myaccount.frame-wrapper .email-form .field:nth-child(2), #frame_myaccount.frame-wrapper .field.with-label:nth-child(2) {
  margin-left: 10px;
  margin-right: 0px !important; }

#frame_myaccount.frame-wrapper .email-form p:nth-child(2), #frame_myaccount.frame-wrapper p.main {
  word-break: break-all; }

#frame_myaccount.frame-wrapper fieldset .field.with-label label {
  display: none; }

#frame_myaccount.frame-wrapper fieldset {
  max-width: 100%;
  display: contents;
  width: auto; }

#frame_myaccount.frame-wrapper .content .buttons.sticky {
  position: static; }

#frame_myaccount.frame-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */ }

#frame_myaccount.frame-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999; }

#frame_myaccount.frame-wrapper ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999; }

#frame_myaccount.frame-wrapper input[type=text]:focus, #frame_myaccount.frame-wrapper input[type=password]:focus, #frame_myaccount.frame-wrapper select:focus {
  outline-color: #21ACE5; }

#supportform input[type=text].sxcf-has-error:focus, #supportform input[type=password].sxcf-has-error:focus, #supportform select.sxcf-has-error:focus, #supportform textarea.sxcf-has-error:focus {
  outline-color: #8a0402 !important;
  border: 1px solid #8a0402 !important;
  box-shadow: 0 0 0 1px Rgb(185 74 72) !important; }

#frame_myaccount.frame-wrapper fieldset .select-wrapper::after {
  content: '';
  font-size: 0.77rem;
  margin-top: 0.30rem; }

#frame_myaccount.frame-wrapper .btn i {
  display: none; }

#frame_myaccount.frame-wrapper .btn::first-letter {
  text-transform: uppercase !important; }

#frame_myaccount.frame-wrapper p.warning {
  background-color: transparent;
  color: #FF5A79 !important;
  font-weight: normal;
  padding: 0px;
  padding-bottom: 1rem;
  padding-top: 1rem; }

#frame_myaccount.frame-wrapper fieldset .field.captcha span.captcha {
  width: 200px; }

#frame_myaccount.frame-wrapper #myaccountform_newcaptcha {
  margin-right: 10px;
  color: transparent; }

#frame_myaccount.frame-wrapper .field.radio {
  margin-right: 0.5rem; }

#frame_myaccount.frame-wrapper .field.with-label {
  display: inline-block;
  clear: both; }

#frame_myaccount .window-title .close i {
  display: none !important; }

#frame_myaccount .window-title .close {
  position: absolute;
  display: block;
  right: 33px;
  top: 20px;
  width: 42px;
  height: 42px;
  background-image: url("./images/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  z-index: 4;
  cursor: pointer; }

#frame_myaccount .window-title .close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

#frame_myaccount.frame-wrapper .content-loading .loading-animation-1, .onlineroom-section .content-loading .loading-animation-1, .fancybox-loading, .sxcc-user-data .loading-animation-1, #videoModal .loading-animation-1 {
  background-color: #fff;
  border: 4px solid #333;
  border-radius: 20%;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
  z-index: 999;
  -webkit-animation: keyframes-loader-animation-1 1s infinite !important;
  animation: keyframes-loader-animation-1 1s infinite !important; }

#videoModal .loading-animation-1 {
  width: 25px;
  height: 25px;
  border: 4px solid #fff;
  background-color: transparent; }

#frame_myaccount .field.radio label {
  font-size: 15px; }

#frame_myaccount.frame-wrapper .field.radio {
  display: block;
  padding: 3px 0; }

#frame_myaccount.frame-wrapper .table-fanclub-subscriptions td {
  border-top: 1px solid #f5f5f5; }

#frame_myaccount.frame-wrapper .table-fanclub-subscriptions th, #frame_myaccount.frame-wrapper .table-fanclub-subscriptions td {
  font-size: 15px;
  padding: 4px 4px 4px 0; }

#frame_myaccount.frame-wrapper .table-fanclub-subscriptions th {
  font-weight: 700; }

#frame_myaccount.frame-wrapper .table-fanclub-subscriptions {
  width: 100%;
  border: none;
  margin: 1em 0; }

#frame_myaccount.frame-wrapper .table-fanclub-subscriptions .btn-action, #frame_myaccount.frame-wrapper .table-fanclub-subscriptions .subscription span {
  opacity: 0;
  transition: opacity 0.5s; }

#frame_myaccount.frame-wrapper .table-fanclub-subscriptions tr:hover .btn-action, #frame_myaccount.frame-wrapper .table-fanclub-subscriptions tr:hover .subscription span {
  opacity: 1; }

#frame_myaccount.frame-wrapper .table-fanclub-subscriptions tr.inactive td {
  color: #aeaeae; }

#frame_myaccount.frame-wrapper .myaccount-frame a {
  color: #21ACE5; }

.fancybox-loading {
  background-color: transparent;
  border: 4px solid #ddd;
  height: 24px;
  width: 24px; }

.sxcc-user-data .loading-animation-1 {
  background-color: transparent;
  height: 24px;
  width: 24px;
  position: absolute; }

.chat_loding_cont {
  text-align: center;
  position: relative;
  height: 35px;
  margin-top: 42px; }

.fancybox-button--zoom {
  display: none !important; }

.fancybox-thumbs {
  background: black; }

.fancybox-thumbs__list a:before {
  border: 3px solid #2196f3; }

.fancybox-slide {
  margin-left: -8px !important; }

.fancybox-stage {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 1980px) and (max-width: 2279px) {
  .fancybox-thumbs__list a {
    width: calc((100% - 52px) /13) !important; } }

@media screen and (min-width: 1680px) and (max-width: 1979px) {
  .fancybox-thumbs__list a {
    width: calc((100% - 49px) / (12)) !important; } }

@media screen and (min-width: 1380px) and (max-width: 1679px) {
  .fancybox-thumbs__list a {
    width: calc((100% - 46px) / (11)) !important; } }

@media screen and (min-width: 1080px) and (max-width: 1379px) {
  .fancybox-thumbs__list a {
    width: calc((100% - 42px) / (10)) !important; } }

@media screen and (min-width: 880px) and (max-width: 1079px) {
  .fancybox-thumbs__list a {
    width: calc((100% - 33px) / (8)) !important; } }

@media screen and (min-width: 680px) and (max-width: 879px) {
  .fancybox-thumbs__list a {
    width: calc((100% - 27px) / (6)) !important; } }

@media screen and (min-width: 480px) and (max-width: 679px) {
  .fancybox-thumbs__list a {
    width: calc((100% - 23px) / (4)) !important; } }

@media screen and (min-width: 380px) and (max-width: 579px) {
  .fancybox-thumbs__list a {
    width: calc((100% - 21px) / (3)) !important; } }

@media screen and (min-width: 280px) and (max-width: 379px) {
  .fancybox-thumbs__list a {
    width: calc((100% - 18px) / (2)) !important; } }

#videoModal .buy-button {
  background: unset;
  background-image: url(./images/locked.svg) !important;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center 22px;
  background-size: 18px;
  border: 2px solid #a2a2a2;
  color: white;
  opacity: 1;
  padding-top: 60px;
  text-decoration: none; }

#videoModal .buy-button span {
  display: none; }

#videoModal .buy-button div.length {
  margin-top: 10px; }

#videoModal .buy-button div.credits {
  margin-top: 15px; }

#videoModal .buy-button:hover {
  background-color: #21ACE5;
  border: 3px solid white;
  font-size: 15px;
  background-image: none !important; }

#videoModal .buy-button:hover span {
  font-size: 17px;
  margin-top: -15px;
  display: block;
  margin-bottom: -5px; }

#videoModal .buy-button:hover .round {
  display: none; }

#videoModal .buy-button .round-hover {
  display: none; }

#videoModal .buy-button:hover .round-hover {
  display: block; }

#videoModal .videolength {
  display: none; }

#videoModal #videoModal {
  bottom: unset !important;
  top: 15px; }

.fancybox-slide #videoModal video {
  max-width: 1180px;
  width: 90vw;
  max-height: calc(100vh - 150px);
  outline: none; }

.fancybox-slide #videoModal img {
  padding-top: 40px; }

@media screen and (max-height: 600px) {
  .fancybox-slide #videoModal video {
    max-height: calc(100vh - 50px); }
  .fancybox-slide #videoModal.from-video-gallery video {
    max-height: calc(100vh - 150px); }
  .fancybox-slide #videoModal img {
    padding-top: 0px !important; } }

.fancybox-slide #videoModal #video-message {
  max-width: 1180px;
  width: auto;
  bottom: 0px;
  background: transparent !important; }

.fancybox-slide #videoModal #video-message.middle {
  position: absolute;
  top: calc(50% + 75px);
  text-shadow: black 1px 1px;
  max-height: 70px; }

.fancybox-slide #videoModal {
  padding-bottom: 50px !important; }

.fancybox-slide #videoModal.from-video-gallery {
  padding-bottom: 150px !important; }

.fancybox-slide #video-title {
  color: #fff;
  text-align: center;
  margin: 0px 40px;
  padding: 8px 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  max-width: 1180px;
  width: auto;
  bottom: 0px;
  background: transparent !important; }

.fancybox-slide #videoModal {
  background-color: transparent;
  overflow: hidden; }

@media screen and (max-width: 1200px) {
  #videoModal video, .fancybox-slide #videoModal, #videoModal #video-poster {
    max-width: 100% !important;
    margin-left: 8px; }
  .perfnav h1, .performerdesc, .giftprices {
    padding-left: 10px; } }

.sxcc-size-fb .perfnav h1, .sxcc-size-fb .performerdesc {
  padding-left: 10px; }

#frame_myaccount .buttons {
  padding-right: 0px !important; }

.greendot {
  display: inline-block;
  min-width: 13px;
  min-height: 13px;
  background-color: #8FCC0A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-right: 10px;
  z-index: 9;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: -14px; }

/*fancybox vertical thumbs, size change*/
.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 205px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3); }

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 205px; }

.fancybox-thumbs__list a {
  width: 120px;
  height: 90px; }

.fancybox-is-open .fancybox-bg {
  opacity: .98; }

.fancybox-progress {
  background: #21ACE5; }

/*default  popup*/
.popup .window .poparea {
  height: auto;
  overflow: auto; }

.popup #longtext_index {
  clear: both; }

#defaultpop.popup .window .poparea, #defaultpop.popup .window .poparea li {
  font-size: 14px; }

#defaultpop .window {
  width: 90% !important;
  max-width: 1200px !important;
  height: 70%;
  min-height: 490px; }

@media screen and (max-height: 490px) {
  #defaultpop .window {
    min-height: 90vh !important; } }

#defaultpop .window[data-url*='/contact'] {
  max-height: 550px;
  max-width: 690px !important;
  min-height: 550px;
  overflow: hidden; }

body.logged_in #defaultpop .window[data-url*='/contact'] {
  max-height: 500px;
  min-height: 500px; }

#defaultpop .window[data-url*='/contact'] .popcontent {
  padding-bottom: 0px; }

#defaultpop .window[data-url*='/2257'], #defaultpop .window[data-url*='/billingsupport'] {
  max-height: 200px !important;
  max-width: 690px !important;
  min-height: 370px; }

#defaultpop .window[data-url*='/billingsupport'] #longtext_logo, #defaultpop .window[data-url*='/2257'] #longtext_logo {
  height: 50px; }

#defaultpop .window[data-url*='/billingsupport'] h1, #defaultpop .window[data-url*='/2257'] h1 {
  font-size: 20px; }

#defaultpop .window[data-url*='/billingsupport'] h2, #defaultpop .window[data-url*='/2257'] h2 {
  float: none;
  position: absolute;
  top: 19px;
  right: 30px; }

#defaultpop .window .poparea {
  min-height: 90%;
  height: 250px; }

#defaultpop .window .footer .footinner {
  height: 40px !important; }

#defaultpop .window .footer {
  display: none !important; }

td.faqleft {
  width: auto; }

td.supportform_left, td.supportform_left div.description, .supportform_left .title2, td.supportform_left table, td.supportform_right td, .supportform_input select, .supportform_input textarea, td.supportform_right a {
  font-size: 16px !important; }

.supportform_input input[type='submit'] {
  background-color: #21ACE5 !important;
  color: white !important; }

.supportform_right {
  display: none; }

#forgotpop .poparea, #loginpop .poparea, #loginpop .popcontent {
  overflow: visible !important; }

#regpop .popcontent {
  overflow-y: auto !important;
  /*max-height: calc(100vh - 180px);*/ }

#forgotpop .popcontent {
  overflow-y: auto !important;
  max-height: calc(100vh - 80px); }

#loginpop .sxcf-button-container {
  margin-top: 0px !important; }

#loginpop #loginform {
  width: 100%; }

#successpop button {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 55px;
  float: right;
  padding-left: 60px;
  padding-right: 60px; }

#successpop .footer {
  display: none !important; }

#successpop .successpoptext {
  margin-top: 55px; }

#successpop .graycircle {
  margin-top: 25px; }

/*.yellowlink{ color: #FED64B !important;}*/
/*chat app override*/
.chatroomcont {
  margin: 0px;
  padding: 0px;
  min-height: 500px;
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%; }

#frame_chat-app {
  min-height: 500px !important;
  max-height: 500px !important;
  position: absolute !important;
  top: 65px;
  z-index: 1 !important; }

#frame_chat-app .frame-background {
  display: none !important; }

#frame_chat-app .sxcc-user-data {
  display: none; }

html {
  overflow-y: visible !important; }

#frame_chat-app .frame-content {
  max-height: 500px !important;
  overflow: hidden !important; }

.float-bar {
  display: none !important; }

.sxc-chat .sxcc-topup-panel.sxc-visible {
  position: fixed;
  z-index: 999;
  width: 100%; }

.sxc-chat .sxcc-topup-panel {
  background: rgba(0, 0, 0, 0.9) !important; }

#frame_chat-app {
  z-index: 6 !important;
  display: block !important; }

.red-topup {
  background-color: #FF5A79 !important;
  display: inline-block !important; }

#creditcont .red-topup {
  animation: blinker 2s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }

.green-topup {
  background-color: #8FCC0A !important;
  display: inline-block !important; }

.gen-topup {
  width: 7px;
  height: 7px;
  background-color: #8FCC0A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-right: 5px;
  z-index: 1; }

#creditcont {
  position: absolute;
  right: 20px;
  top: 20px;
  color: white;
  z-index: 150;
  font-size: 14px; }

#frame_chat-app .sxcct-window .sxcct-window-content-wrapper, #frame_chat-app .sxcct-window .sxcct-window-content {
  color: #1F1F1F !important;
  background-color: white !important; }

#frame_chat-app .sxcct-window .sxcct-window-content {
  padding: 25px;
  padding-top: 15px; }

#frame_chat-app .sxcct-window button.sxcct-window-close {
  top: 28px  !important;
  right: 27px !important; }

#frame_chat-app .sxcct-window-title {
  background-color: #212121 !important;
  color: white !important;
  font-family: Lato !important;
  font-style: normal;
  font-weight: normal;
  font-size: 20px !important;
  line-height: 42px !important;
  height: 42px !important;
  vertical-align: middle;
  padding-left: 25px;
  padding-right: 40px;
  margin-bottom: 0px !important; }

#frame_chat-app button.sxcct-window-close .sxcc-icon-close {
  color: #C6C6C6 !important; }

.frame_chat-app-fullscreen .sxc-chat {
  overflow: hidden !important; }

.sxc-chat .sxcc-topup-panel .sxcct-window {
  padding: 15px !important;
  width: 690px;
  max-width: 95%;
  background: transparent !important; }

.sxc-chat .sxcc-topup-panel .sxcct-window form span.input input {
  background: #FFFFFF;
  color: black;
  border: 1px solid #AAAAAA;
  height: 30px;
  margin-bottom: 4px; }

.sxc-chat .sxcc-topup-panel .sxcct-window form label.checkbox-row span.label:before {
  background: #FFFFFF;
  color: black;
  border: 1px solid #AAAAAA; }

.sxc-chat .sxcc-topup-panel .sxcct-window i.sxcct-icon-q, .sxc-chat .sxcc-topup-panel .sxcct-window i.sxcct-icon-q2, .helpicon {
  background: url(/design/default/babes/images/help-blue.svg) center center no-repeat;
  background-size: contain !important; }

.sxc-chat .sxcc-topup-panel p.disclaimer {
  background: #212121;
  color: #dddddd !important;
  width: auto;
  padding: 25px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: -25px !important;
  text-align: center;
  display: block !important; }

.sxc-chat .sxcc-topup-panel p.disclaimer a {
  color: #21ACE4 !important; }

.sxc-chat .sxcc-topup-panel .sxcct-module-phone-hu .sxcct-phonebox, .sxc-chat .sxcc-topup-panel .sxcct-module-sms-hu .sxcct-phonebox {
  background-color: #21ace4 !important;
  color: white !important;
  max-width: 419px;
  margin-left: auto;
  margin-right: auto; }

.sxc-chat .sxcc-topup-panel .sxcct-window .sxcct-window-errors {
  color: black !important; }

.sxc-chat .sxcc-topup-panel .sxcct-window form label.row {
  max-width: 450px; }

.sxcc-mini .sxcc-topup-panel .sxcct-module-creditcard form {
  margin-top: 20px; }

.sxc-chat .sxcc-topup-panel .sxcct-module-creditcard .sxcct-icon-securionpay, .sxc-chat .sxcc-topup-panel .sxcct-module-creditcard-e .sxcct-icon-securionpay {
  vertical-align: text-bottom; }

#frame_chat-app.frame_chat-app-fullscreen {
  position: static !important;
  height: auto !important;
  max-height: unset !important;
  /*line-height: 100vh;*/ }

.sxcc-wrapper.hiddenchat .sxcc-user-data {
  top: 0px !important;
  margin-top: 0px !important;
  width: 100%;
  /*force center when offline*/
  flex: 1;
  max-width: 1180px;
  margin: 0 auto;
  overflow-x: hidden; }

.sxcc-wrapper.hiddenchat {
  min-width: unset !important; }

.sxcc-wrapper.hiddenchat .sxcc-stream-wrapper {
  min-height: 0px !important; }

.sxcc-wrapper.hiddenchat .sxcc-stream-wrapper > div:not(.sxcc-toast-wrapper):not(.sxcc-topup-panel), .sxcc-wrapper.hiddenchat .sxcc-stream-wrapper > button,
.sxcc-wrapper.hiddenchat .sxcc-bottom, .sxcc-wrapper.hiddenchat .sxcc-sampler, .sxcc-wrapper.hiddenchat .sxcc-chat, .sxcc-wrapper.hiddenchat .sxcc-special-gift-panel {
  display: none !important; }

.sxcc-wrapper:not(.hiddenchat) .mypageclose {
  display: none !important; }

.sxc-chat:not(.sxcc-size-fs) .sxcc-wrapper:not(.hiddenchat), .sxcc-wrapper:not(.hiddenchat) .sxcc-toast-wrapper {
  margin-top: 25px !important; }

#frame_chat-app.frame-wrapper .frame-content.frame_chat-app-frame-content-fullscreen {
  max-height: unset !important;
  overflow: visible !important; }

.sxcc-close-chat.fullscreen-babes:not(.hidden) {
  display: block !important; }

#frame_chat-app.frame_chat-app-fullscreen .sxc-chat:not(.sxcc-flavour-mobile).sxcc-size-normal {
  height: auto; }

#frame_chat-app.frame_chat-app-fullscreen .sxcc-special-gift-panel {
  margin-top: -4px; }

#frame_chat-app.frame_chat-app-fullscreen .sxcc-user-data {
  display: block;
  margin-bottom: 25px; }

#frame_chat-app:not(.frame_chat-app-fullscreen) .sxcc-user-data,
#frame_chat-app:not(.frame_chat-app-fullscreen) .sxcc-sampler,
#frame_chat-app:not(.frame_chat-app-fullscreen) .sxcc-special-gift-panel,
#frame_chat-app:not(.frame_chat-app-fullscreen) .frame-paging, .sxcc-size-fb .frame-paging {
  display: none !important; }

#frame_chat-app:not(.frame_chat-app-fullscreen) .sxcc-ctrl-group {
  visibility: hidden; }

#frame_chat-app:not(.frame_chat-app-fullscreen) .sxcc-wrapper {
  overflow: hidden; }

.sxc-chat .sxcc-close-chat {
  z-index: 7; }

.sxcc-stream-promo {
  z-index: 5 !important; }

.sxc-chat .sxcc-stream-promo .first-credit-promo, .sxc-chat .first-credit-promo-bg {
  z-index: 6 !important; }

#frame_chat-app.frame-wrapper .frame-paging .nav {
  z-index: 150; }

.sxcc-auth-panel-wrapper .sxcca-accept span.line {
  font-size: 12px !important; }

.sxcc-tip-after-show-wrapper.sxc-visible {
  display: flex !important; }

/*.frame_chat-app-frame-content-fullscreen{min-height: 2000px;}*/
/*Fix Registration alert popup design*/
.sxcc-auth-panel-wrapper .sxcc-auth-panel header {
  background-color: transparent;
  height: auto; }

.sxcc-auth-panel-wrapper .sxcc-auth-panel input:-webkit-autofill,
.sxcc-auth-panel-wrapper .sxcc-auth-panel input:-webkit-autofill:hover,
.sxcc-auth-panel-wrapper .sxcc-auth-panel input:-webkit-autofill:focus,
.sxcc-auth-panel-wrapper .sxcc-auth-panel input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #252525  inset !important; }

.sxcc-auth-panel-wrapper .sxcc-auth-panel input:-webkit-autofill {
  -webkit-text-fill-color: #999 !important; }

.sxcc-auth-panel-wrapper .sxcc-auth-panel .sxc-form .sxcf-textfield input:not(:focus).sxcf-has-error, .sxcc-auth-panel-wrapper .sxcc-auth-panel .sxc-form .sxcf-textfield textarea:not(:focus).sxcf-has-error {
  border-color: #d12e2b;
  background: url(images/reg-warning.svg) right 10px center no-repeat !important;
  background-size: 3px 15px !important; }

.sxcc-auth-panel-wrapper .sxcc-auth-panel input,
.sxcc-auth-panel-wrapper .sxcc-auth-panel .sxc-form [type="checkbox"] + label:before,
.sxcc-auth-panel-wrapper .sxcc-auth-panel .sxc-form [type="radio"] + label:before
, .sxcc-auth-panel-wrapper .sxcc-auth-panel .sxc-form .sxcf-textfield {
  border: 1px solid #333;
  color: #999;
  background-color: #252525; }

.sxcc-auth-panel-wrapper .sxcc-auth-panel input:focus {
  border: 1px solid #717171;
  outline: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0); }

.sxcc-auth-panel-wrapper .sxcc-auth-panel .sxc-form [type="checkbox"]:checked + label::before, .sxcc-auth-panel-wrapper .sxcc-auth-panel .sxc-form [type="radio"]:checked + label::before {
  color: #fff;
  border: 1px solid #333434;
  background: #262626 url(images/form_checkbox.svg) center center no-repeat; }

.sxc-chat.sxcc-flavour-full .sxcc-stream .sxccs-float-over-reg, .sxc-chat.sxcc-flavour-testing .sxcc-stream .sxccs-float-over-reg {
  right: 35px; }

.sxccs-float-over-reg:not(.sxccs-float-over-reg-mini) {
  transition: width 0.5s, height 0.5s, transform 0.5s; }

.sxccs-float-over-reg:hover:not(.sxccs-float-over-reg-mini) {
  transform: translate(-50%, -50%) scale(2, 2);
  cursor: pointer;
  transition: width 0.5s, height 0.5s, transform 0.5s; }

.sxc-chat .sxcc-chat .sxcc-message-wrapper .sxcc-message-from {
  font-weight: normal; }

.sxcc-auth-panel-wrapper .sxcca-form-reminder button {
  margin-top: 0px !important; }

.sxcc-auth-panel-wrapper .sxcca-form-login .sxcca-reminder-toggle {
  color: #999 !important; }

/*Topup Toast overwrite*/
#frame_chat-app:not(.frame_chat-app-fullscreen) .sxc-chat .sxcc-toast-wrapper.sxcct-size-normal {
  left: 0;
  right: 0 !important;
  position: fixed !important;
  top: 0px !important;
  bottom: unset !important;
  z-index: 999; }

/*.frame_chat-app-fullscreen .sxcc-toast-wrapper.sxcct-size-normal{top: 25px !important;}*/
.sxcc-toast-wrapper {
  margin-left: 130px;
  margin-right: 130px;
  padding-left: 0px !important;
  padding-right: 0px !important; }

#creditadd_menuitem {
  display: none; }

/*gifts tab*/
#myPage .send-gift h1, #myPage .send-gift .gift .details .price {
  font-family: roboto, serif; }

#myPage .send-gift h1 {
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px; }

#myPage .send-gift .category {
  display: inline-block;
  margin-bottom: 20px; }

#myPage .send-gift .normal-gifts .box * {
  box-sizing: border-box; }

#myPage .send-gift .normal-gifts .box * {
  -moz-box-sizing: border-box; }

#myPage .send-gift .normal-gifts .list {
  margin: 0 -5px 20px -5px; }

#myPage .send-gift .normal-gifts .plus {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #f46240;
  border-radius: 100%;
  background-image: url(/design/default/gift/plus.png);
  background-position: 4px 4px;
  background-repeat: no-repeat; }

#myPage .send-gift .normal-gifts input.button {
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-family: roboto, serif;
  font-weight: 500;
  text-transform: uppercase;
  background: transparent;
  border-radius: 3px; }

#myPage .send-gift .normal-gifts .gift {
  cursor: pointer;
  position: relative;
  float: left;
  width: 160px;
  height: 160px;
  margin: 5px; }

#myPage .send-gift .normal-gifts .gift .inner, #myPage .send-gift .normal-gifts .gift .image, #myPage .send-gift .normal-gifts .gift .details, #myPage .send-gift .normal-gifts .gift .details2 {
  position: absolute; }

#myPage .send-gift .normal-gifts .gift .inner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  box-sizing: border-box; }

#myPage .send-gift .normal-gifts .gift .image {
  width: 85px;
  height: 85px;
  top: 25px;
  left: 37.5px; }

#myPage .send-gift .normal-gifts .gift .details, #myPage .send-gift .normal-gifts .gift .details2 {
  text-align: center;
  bottom: 20px;
  left: 10px;
  right: 10px; }

#myPage .send-gift .normal-gifts .gift .details .name {
  display: none; }

#myPage .send-gift .normal-gifts .gift .details .price {
  color: #D2D2D2;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400; }

#myPage .send-gift .normal-gifts .gift .details2 {
  display: none;
  padding-top: 10px; }

#myPage .send-gift .normal-gifts .gift .details2 input.button {
  font-family: roboto, serif;
  vertical-align: top;
  color: #D2D2D2;
  padding: 5px 10px;
  width: 90px;
  font-size: 12px;
  line-height: 14px; }

#myPage .send-gift .normal-gifts .gift .plus {
  position: absolute;
  top: 76px;
  left: 95px;
  display: none; }

#myPage .send-gift .normal-gifts .gift:hover, #myPage .send-gift .normal-gifts .gift.hover {
  color: #fff; }

#myPage .send-gift .normal-gifts .gift:hover .details, #myPage .send-gift .normal-gifts .gift.hover .details {
  display: none; }

#myPage .send-gift .normal-gifts .gift:hover .details2, #myPage .send-gift .normal-gifts .gift.hover .details2 {
  display: block; }

#myPage .send-gift .normal-gifts .gift:hover .plus, #myPage .send-gift .normal-gifts .gift.hover .plus {
  display: block; }

#myPage .send-gift .normal-gifts .gift:hover .details, #myPage .send-gift .normal-gifts .gift:hover .details2, #myPage .send-gift .normal-gifts .gift.hover .details, #myPage .send-gift .normal-gifts .gift.hover .details2 {
  bottom: 17px;
  left: 17px;
  right: 17px; }

#myPage .send-gift .normal-gifts .gift:hover .inner, #myPage .send-gift .normal-gifts .gift.hover .inner {
  z-index: 10;
  background: #111;
  border-color: #111;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  padding: 3px; }

#myPage .send-gift .normal-gifts .gift:hover .image, #myPage .send-gift .normal-gifts .gift.hover .image {
  top: 17px;
  left: 39.5px; }

#myPage .send-gift .normal-gifts .gift.selected .inner {
  position: relative;
  border-color: #f46240; }

#mobile_login {
  display: none; }

@media screen and (min-width: 640px) {
  .gifts {
    overflow: hidden; } }

/*chatkliens reszponzívitással szinkronban*/
/* Main Gallery*/
body.main_gallery_open footer {
  margin-bottom: -500px; }

#main_video_gallery {
  /*select2*/
  /* #gallery_filters_price form > span.select2-container input{
     width: 100px !important;
   }*/ }
  #main_video_gallery .mediagallery li .box .box-inner .video {
    border: none;
    background-color: transparent;
    opacity: 0.8;
    background-size: 30px;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    left: calc(50% - 8px); }
  #main_video_gallery .mediagallery li .event-overlay {
    z-index: 1; }
  #main_video_gallery .mediagallery li .info-profile {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 34px;
    margin: 8px;
    border: 1px white solid;
    border-radius: 50%;
    height: 34px;
    overflow: hidden;
    z-index: 2; }
    #main_video_gallery .mediagallery li .info-profile img {
      height: 34px;
      /*margin-left: -50%;
      margin-right: 50%;*/ }
  #main_video_gallery .mediagallery li .box .box-inner .info {
    top: unset;
    bottom: 0px;
    width: 100%;
    left: 0px;
    display: flex;
    justify-content: space-between; }
    #main_video_gallery .mediagallery li .box .box-inner .info .vid-title {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    #main_video_gallery .mediagallery li .box .box-inner .info .length {
      margin-left: auto; }
  #main_video_gallery #gallery_filters {
    margin-bottom: 30px; }
    #main_video_gallery #gallery_filters button {
      font-size: 16px !important;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 0px;
      margin-bottom: 3px; }
      #main_video_gallery #gallery_filters button#gallery_order_favs {
        vertical-align: top;
        margin-top: 0px;
        padding: 10px;
        padding-top: 6px;
        padding-bottom: 5px;
        font-size: 20px !important;
        color: white !important; }
      #main_video_gallery #gallery_filters button.notactive {
        background-color: #707070 !important; }
    #main_video_gallery #gallery_filters .tags-container li {
      font-size: 16px; }
  #main_video_gallery .search-box {
    width: 176px;
    margin: unset;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    height: 39px;
    background-color: transparent;
    /*&#gallery_filters_price{
      width: 110px
    }*/ }
    #main_video_gallery .search-box * {
      border-radius: 3px; }
    #main_video_gallery .search-box .search-input form > span.select2-container {
      width: 100%;
      padding: 0px;
      height: 36px;
      background-color: #707070 !important; }
    #main_video_gallery .search-box ::-webkit-input-placeholder {
      /* Edge */
      color: white !important;
      font-weight: 400; }
    #main_video_gallery .search-box :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: white !important;
      font-weight: 400; }
    #main_video_gallery .search-box ::placeholder {
      color: white !important;
      font-weight: 400; }
    #main_video_gallery .search-box button {
      display: none !important; }
  #main_video_gallery .select2-selection__choice {
    display: none !important; }
  #main_video_gallery .select2-dropdown {
    z-index: 99001; }
  #main_video_gallery .select2 * {
    color: white !important;
    background-color: transparent !important;
    border: none !important; }
  #main_video_gallery .search-input form > span.select2-container {
    padding: 6px 30px 5px 10px;
    font-size: 17px !important;
    border: 1px solid transparent !important; }
  #main_video_gallery .search-input form > span.select2-container input {
    margin-top: 0px !important;
    width: 165px !important;
    color: white !important;
    font-size: 16px !important; }
  #main_video_gallery .tags-container {
    margin-top: 0px;
    margin-left: 0px; }
    #main_video_gallery .tags-container > div {
      display: inline; }
    #main_video_gallery .tags-container ul {
      display: inline;
      padding-left: 0px;
      margin-left: 0px;
      margin-right: 0px; }
      #main_video_gallery .tags-container ul li {
        display: inline-flex;
        background-color: #21ACE5;
        color: white;
        margin-bottom: 3px;
        border-radius: 3px;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 7px;
        padding-bottom: 6px;
        flex-direction: row-reverse;
        margin-right: 5px;
        white-space: nowrap; }
        #main_video_gallery .tags-container ul li a {
          cursor: pointer;
          margin-left: 5px; }
        #main_video_gallery .tags-container ul li:last-child {
          margin-right: 0px; }

.gallery-info-cont {
  position: relative;
  display: inline-block;
  height: 53px;
  width: 45px; }

.gallery-info-profile-with-dot {
  width: 34px;
  margin: 8px;
  border: 1px white solid;
  border-radius: 50%;
  height: 34px;
  overflow: hidden;
  z-index: 2;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px; }
  .gallery-info-profile-with-dot img {
    height: 34px;
    padding-top: 0px !important;
    /*margin-left: -50%;
    margin-right: 50%;*/ }

body.main_gallery_open {
  /*select 2 gallery stlye*/ }
  body.main_gallery_open .select2-results, body.main_gallery_open .select2-results * {
    color: white !important;
    background-color: transparent !important;
    outline: none !important; }
  body.main_gallery_open .select2-dropdown {
    border-radius: 3px;
    margin-top: 4px;
    font-size: 15px !important;
    font-family: Lato, Verdana, sans-serif !important;
    background-color: black !important;
    padding-top: 5px;
    padding-bottom: 5px; }
  body.main_gallery_open .select2-results .select2-results__option--highlighted[aria-selected] {
    background-color: #21ACE5 !important; }
  body.main_gallery_open .select2-results .select2-results__option {
    padding-left: 10px !important; }

@media screen and (max-width: 800px) {
  html body .sxcc-user-data .perfnav h1, html body .room-inner .info *:not(a[href*='mypage']) {
    display: none !important; }
  html body .perfnav ul li {
    line-height: 45px !important;
    font-size: 14px !important; }
  html body .sxcct-amt-title {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 18px !important; }
  html body .sxcct-amt-items {
    bottom: 0px; }
  html body .performerdesc {
    padding-left: 10px;
    padding-bottom: 10px; }
  html body .content-loading-roomlist .loading-animation-1 {
    margin-left: -5px !important; }
  html body section.over18 {
    padding-left: 20px;
    padding-right: 20px; }
  html body .over18 .over18-inner .text .white {
    display: block;
    line-height: unset; }
  html body .sxccs-float-over-reg-mini {
    display: none !important; }
  html body .chat_loding_cont {
    display: none !important; }
  html body .sxcc-user-data {
    margin-bottom: 5px !important; }
  html body .fancybox-slide #videoModal {
    padding-bottom: 70px !important; }
  html body #videoModal .buy-button .round-hover {
    display: block !important; }
  html body #videoModal .buy-button {
    background-color: #21ACE5;
    border: 3px solid white;
    font-size: 15px;
    background-image: none !important;
    top: calc(50% - 95px); }
  html body #videoModal .buy-button span {
    font-size: 17px;
    margin-top: -15px;
    display: block;
    margin-bottom: -5px; }
  html body #videoModal .buy-button .round {
    display: none; }
  html body #videoModal .buy-button > div {
    pointer-events: none; }
  html body #videoModal .videolength {
    display: block; }
  html body #videoModal #video-title {
    position: relative !important;
    top: 12px;
    pointer-events: none;
    clear: both;
    margin: 0px; }
  html body #videoModal video, html body #videoModal #video-poster {
    max-height: calc(100vh - 100px) !important; }
  html body #videoModal #video-message.middle {
    position: absolute !important;
    bottom: 0px;
    text-shadow: black 1px 1px;
    max-height: unset !important;
    z-index: 9;
    background: black !important;
    width: 100%;
    margin: 0px;
    top: unset !important; }
  html body .fancybox-slide #videoModal img {
    padding-top: 0px !important;
    margin-left: 50% !important;
    transform: translateX(-50%); }
  html body .fancybox-slide #videoModal {
    padding-bottom: 0px !important; }
  html body .fancybox-slide, html body #videoModal {
    margin-left: unset !important; }
  html body .gifts_dialog_container .gifts_dialog_textarea {
    padding: 10px !important;
    max-width: 100vw !important; }
  html body .gifts_dialog_container .gifts_dialog_textarea textarea {
    max-width: 100% !important; }
  html body:not(.logged_in) #mobile_login {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px; }
  html body:not(.logged_in) #mobile_login button {
    width: 50px;
    height: 50px;
    background: url(/design/default/babes/images/login_mobile.svg) center center no-repeat;
    border: none;
    border-radius: 50%;
    animation-name: pulsate;
    background-color: #21ACE5;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; } }

@media screen and (max-width: 800px) and (max-width: 450px) {
  html body:not(.logged_in) #header ul li {
    width: 50%;
    text-align: right;
    padding: 0px !important;
    margin: 0px !important; }
  html body:not(.logged_in) #header ul li:first-child {
    width: auto;
    text-align: left; }
  html body:not(.logged_in) #header .bigspace {
    display: none !important; } }

@media screen and (max-width: 800px) and (max-width: 350px) {
  html body .logo-new img {
    height: 25px !important; }
  html body:not(.logged_in) #header ul li button {
    transform: scale(0.87) !important;
    margin-right: -10px; }
  html body #babesgiftspopup.searchbg .results ul li .gift {
    width: 140px;
    height: 140px; } }

@media screen and (max-width: 800px) and (max-width: 800px) and (orientation: landscape) {
  html body .sxcct-picker {
    padding-top: 30px !important; } }

@media screen and (max-width: 800px) {
  html body #babesgiftspopup.searchbg .results ul li .name {
    display: none !important; }
  html body #babesgiftspopup span.send {
    display: inline-block !important;
    background: none;
    width: auto;
    margin-top: 15px;
    font-size: 15px;
    color: #6F6F6F; } }

@media screen and (max-width: 800px) and (max-width: 769px) {
  html body .wheel-of-fortune-panel {
    max-width: 100%;
    min-width: 100%; }
  html body .wofp-wheel {
    transform: scale(0.6);
    width: 220px;
    margin-left: -130px; }
  html body .wheel-of-fortune-panel .wofp-wheel .pin {
    margin-left: -28px;
    transform: scale(0.8); }
  html body .wheel-of-fortune-panel .wofp-status h2 {
    margin: 0px;
    font-size: 18px;
    line-height: 1.5em; }
  html body .wheel-of-fortune-panel .wofp-status .body {
    margin-top: 20px;
    margin-bottom: 20px; }
  html body div[role='presentation'] > div {
    max-width: 100%;
    overflow-x: hidden; }
    html body div[role='presentation'] > div > div:last-child {
      max-width: calc(100vw - 64px); } }

@media screen and (max-width: 800px) and (max-width: 390px) {
  html body .wheel-of-fortune-panel .wofp-status .button {
    margin-top: 5px;
    margin-bottom: 5px; }
  html body .wheel-of-fortune-panel .wofp-status {
    padding-right: 20px; } }

@media screen and (max-width: 800px) {
  html body #frame_myaccount.frame-wrapper .table-fanclub-subscriptions .btn-action {
    opacity: 1 !important; } }

html body.ismobile .sxcc-user-data .perfnav h1, html body.ismobile .room-inner .info *:not(a[href*='mypage']) {
  display: none !important; }

html body.ismobile .perfnav ul li {
  line-height: 45px !important;
  font-size: 14px !important; }

html body.ismobile .sxcct-amt-title {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 18px !important; }

html body.ismobile .sxcct-amt-items {
  bottom: 0px; }

html body.ismobile .performerdesc {
  padding-left: 10px;
  padding-bottom: 10px; }

html body.ismobile .content-loading-roomlist .loading-animation-1 {
  margin-left: -5px !important; }

html body.ismobile section.over18 {
  padding-left: 20px;
  padding-right: 20px; }

html body.ismobile .over18 .over18-inner .text .white {
  display: block;
  line-height: unset; }

html body.ismobile .sxccs-float-over-reg-mini {
  display: none !important; }

html body.ismobile .chat_loding_cont {
  display: none !important; }

html body.ismobile .sxcc-user-data {
  margin-bottom: 5px !important; }

html body.ismobile .fancybox-slide #videoModal {
  padding-bottom: 70px !important; }

html body.ismobile #videoModal .buy-button .round-hover {
  display: block !important; }

html body.ismobile #videoModal .buy-button {
  background-color: #21ACE5;
  border: 3px solid white;
  font-size: 15px;
  background-image: none !important;
  top: calc(50% - 95px); }

html body.ismobile #videoModal .buy-button span {
  font-size: 17px;
  margin-top: -15px;
  display: block;
  margin-bottom: -5px; }

html body.ismobile #videoModal .buy-button .round {
  display: none; }

html body.ismobile #videoModal .buy-button > div {
  pointer-events: none; }

html body.ismobile #videoModal .videolength {
  display: block; }

html body.ismobile #videoModal #video-title {
  position: relative !important;
  top: 12px;
  pointer-events: none;
  clear: both;
  margin: 0px; }

html body.ismobile #videoModal video, html body.ismobile #videoModal #video-poster {
  max-height: calc(100vh - 100px) !important; }

html body.ismobile #videoModal #video-message.middle {
  position: absolute !important;
  bottom: 0px;
  text-shadow: black 1px 1px;
  max-height: unset !important;
  z-index: 9;
  background: black !important;
  width: 100%;
  margin: 0px;
  top: unset !important; }

html body.ismobile .fancybox-slide #videoModal img {
  padding-top: 0px !important;
  margin-left: 50% !important;
  transform: translateX(-50%); }

html body.ismobile .fancybox-slide #videoModal {
  padding-bottom: 0px !important; }

html body.ismobile .fancybox-slide, html body.ismobile #videoModal {
  margin-left: unset !important; }

html body.ismobile .gifts_dialog_container .gifts_dialog_textarea {
  padding: 10px !important;
  max-width: 100vw !important; }

html body.ismobile .gifts_dialog_container .gifts_dialog_textarea textarea {
  max-width: 100% !important; }

html body.ismobile:not(.logged_in) #mobile_login {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px; }

html body.ismobile:not(.logged_in) #mobile_login button {
  width: 50px;
  height: 50px;
  background: url(/design/default/babes/images/login_mobile.svg) center center no-repeat;
  border: none;
  border-radius: 50%;
  animation-name: pulsate;
  background-color: #21ACE5;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@media screen and (max-width: 450px) {
  html body.ismobile:not(.logged_in) #header ul li {
    width: 50%;
    text-align: right;
    padding: 0px !important;
    margin: 0px !important; }
  html body.ismobile:not(.logged_in) #header ul li:first-child {
    width: auto;
    text-align: left; }
  html body.ismobile:not(.logged_in) #header .bigspace {
    display: none !important; } }

@media screen and (max-width: 350px) {
  html body.ismobile .logo-new img {
    height: 25px !important; }
  html body.ismobile:not(.logged_in) #header ul li button {
    transform: scale(0.87) !important;
    margin-right: -10px; }
  html body.ismobile #babesgiftspopup.searchbg .results ul li .gift {
    width: 140px;
    height: 140px; } }

@media screen and (max-width: 800px) and (orientation: landscape) {
  html body.ismobile .sxcct-picker {
    padding-top: 30px !important; } }

html body.ismobile #babesgiftspopup.searchbg .results ul li .name {
  display: none !important; }

html body.ismobile #babesgiftspopup span.send {
  display: inline-block !important;
  background: none;
  width: auto;
  margin-top: 15px;
  font-size: 15px;
  color: #6F6F6F; }

@media screen and (max-width: 769px) {
  html body.ismobile .wheel-of-fortune-panel {
    max-width: 100%;
    min-width: 100%; }
  html body.ismobile .wofp-wheel {
    transform: scale(0.6);
    width: 220px;
    margin-left: -130px; }
  html body.ismobile .wheel-of-fortune-panel .wofp-wheel .pin {
    margin-left: -28px;
    transform: scale(0.8); }
  html body.ismobile .wheel-of-fortune-panel .wofp-status h2 {
    margin: 0px;
    font-size: 18px;
    line-height: 1.5em; }
  html body.ismobile .wheel-of-fortune-panel .wofp-status .body {
    margin-top: 20px;
    margin-bottom: 20px; }
  html body.ismobile div[role='presentation'] > div {
    max-width: 100%;
    overflow-x: hidden; }
    html body.ismobile div[role='presentation'] > div > div:last-child {
      max-width: calc(100vw - 64px); } }

@media screen and (max-width: 390px) {
  html body.ismobile .wheel-of-fortune-panel .wofp-status .button {
    margin-top: 5px;
    margin-bottom: 5px; }
  html body.ismobile .wheel-of-fortune-panel .wofp-status {
    padding-right: 20px; } }

html body.ismobile #frame_myaccount.frame-wrapper .table-fanclub-subscriptions .btn-action {
  opacity: 1 !important; }

/*fix mobile fullscreen bug*/
#frame_chat-app:not(.frame_chat-app-fullscreen) .sxcc-chat, #frame_chat-app:not(.frame_chat-app-fullscreen) .sxcc-bottom {
  display: none !important; }

/*Remove old design links*/
.footer_oldview, .header_oldview {
  display: none !important; }

/*select 2 global scrollbar stlye*/
.select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-clip: padding-box; }

.select2-results__options::-webkit-scrollbar-track {
  background-color: transparent;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0); }

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #6c6e71;
  border-top: 0px solid rgba(0, 0, 0, 0);
  border-right: 0px solid rgba(0, 0, 0, 0);
  border-left: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 0px solid rgba(0, 0, 0, 0); }

.select2-results__options::-webkit-scrollbar-button {
  display: none; }

/*Lovense*/
#lvs-control-panel .lvs-tip-pl {
  display: none !important;
  top: 25px !important;
  right: 5px !important; }

.giftprices .lvs-tip-pl__header, .giftprices .lvs-swiper > div:last-child {
  display: none !important; }

.giftprices .lvs-tip-pl__logo-lovense {
  display: none !important; }

.giftprices img {
  filter: hue-rotate(250deg); }

.giftprices .lvs-tip-pl__lineae.active {
  background-color: #21ace4 !important; }

.giftprices th {
  text-align: left; }

.giftprices .lvs-tip-pl__table {
  width: 100% !important; }

.giftprices .lvs-tip-pl__inner-content {
  border: none !important;
  width: 100% !important; }

.giftprices .lvs-tip-pl__sp-th:last-child, .giftprices .lvs-tip-pl__sp-th {
  width: unset !important; }

html body.darkstyle {
  background-color: #212121;
  /* zzz title*/
  /* zzz bar bg*/
  /* zzz bar handle*/
  /* chat white line remove*/
  /* chat prev next*/
  /*responsive view fixes*/
  /*chat buttons, input border radius*/
  /*loanding screen*/ }
  html body.darkstyle > header {
    background-color: #212121; }
    html body.darkstyle > header nav ul > li .navicons .navicon::before {
      border-color: white; }
    html body.darkstyle > header nav ul > li .navicons .navicon {
      border-color: #212121; }
    html body.darkstyle > header nav ul > li a {
      color: white; }
  html body.darkstyle .perfnav h1, html body.darkstyle .perfnav li:not(.selected) {
    color: white; }
  html body.darkstyle .performerdesc {
    color: white; }
  html body.darkstyle .sxcc-special-gift-panel .sxccp-smarttips-wrapper .button .title {
    color: white; }
  html body.darkstyle .sxcc-special-gift-panel .sxccp-smarttips-wrapper .bar-bg {
    background: #212121;
    border-top-color: #393939;
    border-bottom-color: #393939; }
  html body.darkstyle .sxcc-special-gift-panel .sxccp-smarttips-wrapper .bar {
    background: #8c8c8c;
    border-top-color: #393939;
    border-bottom-color: #393939; }
  html body.darkstyle .sxcc-special-gift-panel .sxccp-smarttips-wrapper .handle-ghost, html body.darkstyle .sxcc-special-gift-panel .sxccp-smarttips-wrapper .handle {
    border-color: white; }
  html body.darkstyle .sxcc-special-gift-panel .sxccp-smarttips-wrapper .handle-ghost span, html body.darkstyle .sxcc-special-gift-panel .sxccp-smarttips-wrapper .handle span {
    background: #21ace4;
    border-color: white; }
  html body.darkstyle .sxcc-special-gift-panel .gift .inner, html body.darkstyle .sxcc-fixed-body .gift .inner {
    background: transparent;
    color: white; }
  html body.darkstyle .sxcc-special-gift-panel .gift, html body.darkstyle .sxcc-fixed-body .gift {
    border-color: transparent; }
  html body.darkstyle .sxc-chat:not(.sxcc-flavour-mobile).sxcc-size-normal .sxcc-chat-opened .sxcc-chat-inner {
    background-color: transparent; }
  html body.darkstyle #frame_chat-app.frame-wrapper .frame-paging .nav {
    background-color: black;
    border-color: transparent; }
  html body.darkstyle #frame_chat-app.frame-wrapper .frame-paging .name {
    color: white; }
  html body.darkstyle #frame_chat-app.frame-wrapper .frame-paging .nav-inner::after {
    background: url(/design/default/chat/step-next-white.svg) center center no-repeat; }
  html body.darkstyle #frame_chat-app.frame-wrapper .frame-paging .nav.prev .nav-inner::after {
    background: url(/design/default/chat/step-prev-white.svg) center center no-repeat; }
  html body.darkstyle .sxcc-chat-form#lp-disable-search {
    background-color: #333333 !important; }
  html body.darkstyle .mediagallery li .box .box-inner, html body.darkstyle .mediagallery li .box .box-inner img {
    background-color: #333333 !important; }
  html body.darkstyle .sxc-chat.sxcc-ratio-169 .sxcc-chat .sxcc-chat-inner .sxcc-chat-form input,
  html body.darkstyle .sxc-chat.sxcc-ratio-43 .sxcc-chat .sxcc-chat-inner .sxcc-chat-form input {
    color: white !important; }
  html body.darkstyle .sxc-chat .sxcc-bottom .sxccb-button:not(.sxccb-button-flip), html body.darkstyle .sxc-chat .sxcc-bottom .sxccb-button.sxccb-button-flip div, html body.darkstyle .sxc-chat .sxcc-chat .sxcc-chat-form {
    border-radius: 3px !important; }
  html body.darkstyle #main > .content-loading {
    background: transparent; }
