@import url("https://fonts.googleapis.com/css?family=Lato&display=swap&subset=latin-ext");
body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 280px;
  width: auto !important;
  font-family: 'Lato', sans-serif; }

div, table, tr, td, section, header, footer, nav, article, aside, li, input, label, textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.clear {
  clear: both; }

#iframechat {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 100; }
  #iframechat iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none; }

.logo {
  position: fixed;
  z-index: 99;
  top: 0px;
  right: 0;
  width: 100%;
  height: 43px;
  background: rgba(255, 255, 255, 0.75);
  background-image: url("./images/logo-sexchat.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 105px;
  -webkit-box-shadow: 0px 0px 50px -6px black;
  -moz-box-shadow: 0px 0px 50px -6px black;
  box-shadow: 0px 0px 50px -6px black; }

.float-login {
  display: none;
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  background-color: #21ACE4;
  background-image: url("./images/icon-play.svg");
  background-repeat: no-repeat;
  background-position: 17px;
  background-size: 18px 18px;
  -webkit-animation-name: pulsate;
  animation-name: pulsate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@keyframes pulsate {
  0% {
    box-shadow: 0 0 0 -8px rgba(93, 173, 224, 0.15), 0 0 0 8px rgba(93, 173, 224, 0.15), 0 0 0 24px rgba(93, 173, 224, 0.15); }
  100% {
    box-shadow: 0 0 0 8px rgba(93, 173, 224, 0.15), 0 0 0 24px rgba(93, 173, 224, 0.15), 0 0 0 40px rgba(93, 173, 224, 0); } }
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

.col {
  display: block;
  float: left;
  margin: 0.5% 0 1% 1.6%; }

.col:first-child {
  margin-left: 0; }

.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

.span_12_of_12 {
  width: 100%; }

.span_11_of_12 {
  width: 91.53%; }

.span_10_of_12 {
  width: 83.06%; }

.span_9_of_12 {
  width: 74.6%; }

.span_8_of_12 {
  width: 66.13%; }

.span_7_of_12 {
  width: 57.66%; }

.span_6_of_12 {
  width: 49.2%; }

.span_5_of_12 {
  width: 40.73%; }

.span_4_of_12 {
  width: 32.26%; }

.span_3_of_12 {
  width: 23.8%; }

.span_2_of_12 {
  width: 15.33%; }

.span_1_of_12 {
  width: 6.866%; }

@media only screen and (max-width: 450px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
    width: 100%; } }
/* BEGIN Thin */
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/Thin/Roboto-Thin.woff2?v=2.137") format("woff2"), url("./roboto/fonts/Thin/Roboto-Thin.woff?v=2.137") format("woff");
  font-weight: 100;
  font-style: normal; }
/* END Thin */
/* BEGIN Thin Italic */
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/ThinItalic/Roboto-ThinItalic.woff2?v=2.137") format("woff2"), url("./roboto/fonts/ThinItalic/Roboto-ThinItalic.woff?v=2.137") format("woff");
  font-weight: 100;
  font-style: italic; }
/* END Thin Italic */
/* BEGIN Light */
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/Light/Roboto-Light.woff2?v=2.137") format("woff2"), url("./roboto/fonts/Light/Roboto-Light.woff?v=2.137") format("woff");
  font-weight: 300;
  font-style: normal; }
/* END Light */
/* BEGIN Light Italic */
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/LightItalic/Roboto-LightItalic.woff2?v=2.137") format("woff2"), url("./roboto/fonts/LightItalic/Roboto-LightItalic.woff?v=2.137") format("woff");
  font-weight: 300;
  font-style: italic; }
/* END Light Italic */
/* BEGIN Regular */
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/Regular/Roboto-Regular.woff2?v=2.137") format("woff2"), url("./roboto/fonts/Regular/Roboto-Regular.woff?v=2.137") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/Regular/Roboto-Regular.woff2?v=2.137") format("woff2"), url("./roboto/fonts/Regular/Roboto-Regular.woff?v=2.137") format("woff");
  font-weight: normal;
  font-style: normal; }
/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/Italic/Roboto-Italic.woff2?v=2.137") format("woff2"), url("./roboto/fonts/Italic/Roboto-Italic.woff?v=2.137") format("woff");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/Italic/Roboto-Italic.woff2?v=2.137") format("woff2"), url("./roboto/fonts/Italic/Roboto-Italic.woff?v=2.137") format("woff");
  font-weight: normal;
  font-style: italic; }
/* END Italic */
/* BEGIN Medium */
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/Medium/Roboto-Medium.woff2?v=2.137") format("woff2"), url("./roboto/fonts/Medium/Roboto-Medium.woff?v=2.137") format("woff");
  font-weight: 500;
  font-style: normal; }
/* END Medium */
/* BEGIN Medium Italic */
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/MediumItalic/Roboto-MediumItalic.woff2?v=2.137") format("woff2"), url("./roboto/fonts/MediumItalic/Roboto-MediumItalic.woff?v=2.137") format("woff");
  font-weight: 500;
  font-style: italic; }
/* END Medium Italic */
/* BEGIN Bold */
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/Bold/Roboto-Bold.woff2?v=2.137") format("woff2"), url("./roboto/fonts/Bold/Roboto-Bold.woff?v=2.137") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/Bold/Roboto-Bold.woff2?v=2.137") format("woff2"), url("./roboto/fonts/Bold/Roboto-Bold.woff?v=2.137") format("woff");
  font-weight: bold;
  font-style: normal; }
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/BoldItalic/Roboto-BoldItalic.woff2?v=2.137") format("woff2"), url("./roboto/fonts/BoldItalic/Roboto-BoldItalic.woff?v=2.137") format("woff");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/BoldItalic/Roboto-BoldItalic.woff2?v=2.137") format("woff2"), url("./roboto/fonts/BoldItalic/Roboto-BoldItalic.woff?v=2.137") format("woff");
  font-weight: bold;
  font-style: italic; }
/* END Bold Italic */
/* BEGIN Black */
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/Black/Roboto-Black.woff2?v=2.137") format("woff2"), url("./roboto/fonts/Black/Roboto-Black.woff?v=2.137") format("woff");
  font-weight: 900;
  font-style: normal; }
/* END Black */
/* BEGIN Black Italic */
@font-face {
  font-family: Roboto;
  src: url("./roboto/fonts/BlackItalic/Roboto-BlackItalic.woff2?v=2.137") format("woff2"), url("./roboto/fonts/BlackItalic/Roboto-BlackItalic.woff?v=2.137") format("woff");
  font-weight: 900;
  font-style: italic; }
/* END Black Italic */
html, body {
  font-family: 'Roboto', Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.3em; }

header {
  width: 100%;
  height: 55px;
  background-color: #ffffff;
  padding: 0 15px; }
  header nav {
    width: 100%;
    max-width: 2340px;
    margin: auto;
    line-height: 55px; }
    header nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      height: 55px;
      width: 100%; }
      header nav ul > li {
        float: right;
        margin-left: 14px;
        position: relative; }
        header nav ul > li img {
          vertical-align: middle;
          height: 32px; }
        header nav ul > li a {
          text-decoration: none;
          color: inherit; }
        header nav ul > li .dropdown {
          background-color: #21ACE5;
          margin-top: 16px;
          padding: 8px 20px 8px 14px;
          color: #ffffff;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px;
          border: none;
          line-height: 1em;
          position: relative;
          min-width: 32px; }
          header nav ul > li .dropdown:hover {
            background-color: #12A5E1; }
            @media screen and (min-width: 601px) {
              header nav ul > li .dropdown:hover .dropdownmenu {
                visibility: visible;
              }
            }
          header nav ul > li .dropdown:after {
            content: '\25BE';
            position: relative;
            left: 10px;
            font-size: 21px;
            top: 2px; }
          header nav ul > li .dropdown .dropdownmenu {
            transition: visibility 0.65s ease-in;
            visibility: hidden;
            position: absolute;
            background-color: rgba(0, 0, 0, 0.97);
            padding: 8px 16px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            right: 0;
            top: 49px;
            z-index: 99; }
            header nav ul > li .dropdown .dropdownmenu:before {
              right: 32px;
              top: -11px;
              border: solid transparent;
              transform: scaleX(1.5);
              content: "\25B2";
              font-size: 20px;
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              color: #0B0B0B;
              text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
              z-index: 1; }
            header nav ul > li .dropdown .dropdownmenu ul {
              padding: 0;
              margin: 0;
              list-style: none;
              height: auto;
              min-width: 148px; }
              header nav ul > li .dropdown .dropdownmenu ul li {
                line-height: 30px;
                float: none;
                margin: 0;
                white-space: nowrap; }
                header nav ul > li .dropdown .dropdownmenu ul li:first-child {
                  margin: 0;
                  display: inherit; }
                header nav ul > li .dropdown .dropdownmenu ul li a {
                  cursor: pointer;
                  display: inline-block;
                  width: 100%;
                  text-decoration: none;
                  color: #C7C7C7; }
                  header nav ul > li .dropdown .dropdownmenu ul li a:hover {
                    color: #ffffff; }
              header nav ul > li .dropdown .dropdownmenu ul .inactive {
                color: #6C6C6C; }
                header nav ul > li .dropdown .dropdownmenu ul .inactive a {
                  color: #6C6C6C; }
        header nav ul > li .navicons {
          padding: 0;
          margin: 0; }
          header nav ul > li .navicons li {
            float: left;
            margin-left: 14px; }
          header nav ul > li .navicons li:first-child {
            display: inherit !important;
            margin-left: 0; }
          header nav ul > li .navicons .dropdown {
            background: none !important;
            padding: 0px; }
            header nav ul > li .navicons .dropdown:after {
              display: none; }
          header nav ul > li .navicons .navicon {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            width: 32px;
            height: 32px;
            background-color: #21ACE5;
            border: 2px solid #90D6F2;
            position: relative;
            cursor: pointer; }
            header nav ul > li .navicons .navicon:before {
              content: " ";
              position: absolute;
              top: 0px;
              right: 0px;
              bottom: 0px;
              left: 0px;
              border: 2px solid #fff;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%; }
            header nav ul > li .navicons .navicon:hover {
              background-color: #12A5E1; }
            header nav ul > li .navicons .navicon > span {
              display: block;
              width: 32px;
              height: 32px;
              background-repeat: no-repeat;
              background-position: center; }
            header nav ul > li .navicons .navicon .message {
              background-image: url("./images/icon-message.svg"); }
            header nav ul > li .navicons .navicon .credit {
              background-image: url("./images/icon-credit.svg"); }
            header nav ul > li .navicons .navicon .favorite {
              background-image: url("./images/icon-search.svg"); }

			header nav ul > li .navicons .navicon .hamburger {
              background-image: url("./images/icon-hamburger.svg"); }
            /*notification babes*/
            .notification {
              background-image: url("./images/newnotification.svg");
              margin-top: 1px;
            }
            header nav ul > li .navicons .navicon .green {
              width: 10px;
              height: 10px;
              background-color: #8FCC0A;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%;
              border: 2px solid #ffffff;
              position: absolute;
              right: -2px;
              bottom: -2px;
              z-index: 1; }
            header nav ul > li .navicons .navicon .orange {
              width: 10px;
              height: 10px;
              background-color: #FF5A79;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%;
              border: 2px solid #ffffff;
              position: absolute;
              right: -2px;
              bottom: -2px;
              z-index: 1; }

    .notification--trigger .notification--unread,.gallery-green-dot {
        /*bottom: 6px;
        right: 6px;
        transform: translate(50%, 50%);*/
        width: 14px !important;
        height: 14px !important;
        min-width:  14px !important;
        background-color: #8FCC0A;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #ffffff;
        position: absolute;
        right: -2px;
        bottom: -2px;
        z-index: 1;
        background-color: #8FCC0A !important;
        display: inline-block !important;
        content-visibility: hidden;
    }

      header nav ul li:first-child {
        float: left;
        margin-left: 0px; }
      header nav ul .bigspace {
        margin-right: 16px; }

/*responsive top bar and menu*/
@media screen and (max-width: 600px) {
  .show_on_mob_600,#usermenu .close{
    display:block !important;
  }
  .hide_on_mob_600,header nav ul > li .navicons li:first-child.hide_on_mob_600{
    display:none !important;
  }
  .b_umenu {
    margin-top: -10000px !important;
    position: absolute !important;
  }
  #usermenu{
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0px !important;
  }
  #usermenu ul.settings{
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    right: unset;
  }
  #usermenu ul.settings li a{
    font-size: 20px !important;
    color: white !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  #usermenu .close {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
  }
}
.show_on_mob_600{
  display:none;
}
body #usermenu .close{display:none;}

.onlineroom-section {
  margin: auto;
  max-width: 2340px; }
  @media screen and (max-width: 850px) {
    .onlineroom-section {
      max-width: 850px; } }
  @media screen and (max-width: 450px) {
    .onlineroom-section {
      max-width: 450px; } }

#roomlist {
  max-width: 2340px;
  width: 100%;
  margin: auto;
  list-style: none;
  padding: 0 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 4px;
  grid-auto-flow: dense;
  justify-items: stretch; }
  @media screen and (max-width: 800px) {/*1150px volt*/
    #roomlist {grid-template-columns: 1fr 1fr 1fr; }
    #roomlist .small-promo {grid-column-start: 1 !important; }
      #roomlist .small-promo .close{transform: scale(0.8);
        width: 35px;
        height: 35px;}
  }
  #roomlist li {
    background-color: #fcfcfc;
    background-image: url("./images/placeholder.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 450px) {
      #roomlist li {
        width: 100%;
        margin-bottom: 0px; } }
    #roomlist li .room {
      width: 100%;
      height: 100%;
      padding-top: 56.25%;
      position: relative; }
      #roomlist li .room .room-inner {
        padding: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        position: absolute;
        cursor: pointer; }
        #roomlist li .room .room-inner .smarttoy {
          position: absolute;
          bottom: 0px;
          left: 2px;
          width: 105px;
          height: 36px;
          z-index: 9;
          background-image: url("./images/icon-smarttoy.svg");
          background-repeat: no-repeat;
          background-position: left bottom; }
        #roomlist li .room .room-inner .golive {
          position: absolute;
          opacity: 0;
          bottom: 10px;
          right: 10px;
          width: 26px;
          height: 26px;
          background-color: rgba(0, 0, 0, 0.85);
          background-image: url("./images/icon-play.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 9px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px;
          text-align: center;
          line-height: 26px;
          cursor: pointer;
          z-index: 100;
          transition: opacity .35s ease-in-out;
          -moz-transition: opacity .35s ease-in-out;
          -webkit-transition: opacity .35s ease-in-out; }
          #roomlist li .room .room-inner .golive:hover {
            background-color: #0d95e8;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
        #roomlist li .room .room-inner .info {
          position: absolute;
          display: none;
          opacity: 0;
          z-index: 9;
          transition: opacity .35s ease-in-out;
          -moz-transition: opacity .35s ease-in-out;
          -webkit-transition: opacity .35s ease-in-out;
          width: 100%;
          height: 100%; }
          #roomlist li .room .room-inner .info a {
            position: absolute;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 0; }
          #roomlist li .room .room-inner .info .favorite {
            position: absolute;
            top: 10px;
            left: 10px;
            width: 26px;
            height: 26px;
            z-index: 1;
            background-color: rgba(0, 0, 0, 0.85);
            background-image: url("./images/favorite_off.svg");
            background-repeat: no-repeat;
            background-position: center;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            text-align: center;
            line-height: 26px;
            cursor: pointer; }
          #roomlist li .room .room-inner .info .favorite:hover, #roomlist li .room .room-inner .info .on {
            background-image: url("./images/favorite_on.svg"); }
          #roomlist li .room .room-inner .info .sound {
            position: absolute;
            bottom: 42px;
            left: 10px;
            width: 26px;
            height: 26px;
            z-index: 1;
            background-color: rgba(0, 0, 0, 0.85);
            background-image: url("./images/sound_off.svg");
            background-repeat: no-repeat;
            background-position: center;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            text-align: center;
            line-height: 26px;
            cursor: pointer; }
          #roomlist li .room .room-inner .info .sound.on {
            background-image: url("./images/sound_on.svg"); }
          #roomlist li .room .room-inner .info .mode {
            position: absolute;
            text-align: right;
            top: 10px;
            right: 10px;
            color: #fdfdfd;
            text-transform: uppercase;
            text-shadow: 1px 1px 1px #1e1e1e;
            line-height: 24px;
            font-size: 14px; }
          #roomlist li .room .room-inner .info .name {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 6px;
            background-color: rgba(0, 0, 0, 0.9);
            color: #ffffff;
            font-size: 15px; }
          #roomlist li .room .room-inner .info:hover {
            opacity: 1; }
        #roomlist li .room .room-inner img {
          width: 100%;
          min-height: 100%;
          position: absolute;
          left: 0; }
        #roomlist li .room .room-inner video {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          object-fit: fill;
          min-height: 100%; }
        #roomlist li .room .room-inner:hover .info {
          display: block; }
    #roomlist li .room.loading {
      background-image: none;
      cursor: progress; }
    #roomlist li .room.loading:after {
      content: " ";
      display: block;
      width: 25px;
      height: 25px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      border-radius: 50%;
      border: 2px solid #fff;
      border-color: #fff transparent #fff transparent;
      animation: loadring 1.2s linear infinite; }
  #roomlist .happy-hour-promo {
    grid-column-start: 2;
    grid-column-end: span 2;
    overflow: hidden;
  }
  @media screen and (max-width: 850px) {
    #roomlist .happy-hour-promo {
      grid-column-start: auto;
      min-height: 50px !important; }
  }
  #roomlist .happy-hour-promo img {
    width: 100%;
    height: 100%; }
  #roomlist .top-right-promo {
    grid-column-start: 4;
    grid-column-end: span 1;
    grid-row: 1 / 3;
    overflow: hidden;
  }
  @media screen and (max-width: 850px) {
    #roomlist .top-right-promo {
      grid-column-start: auto;
      min-height: 50px !important; }
  }
  #roomlist .top-right-promo img {
    width: 100%;
    height: 100%; }
  #roomlist .bigroom {
    grid-column-end: span 2;
    grid-row-end: span 2; }
  #roomlist .pom {
    border: 4px solid #FED64B; }
    #roomlist .pom .pomtext {
      position: absolute;
      display: block;
      bottom: 0;
      right: 0;
      text-align: center;
      font-size: 14px;
      padding: 6px 15px;
      background-color: #FED64B;
      color: #1e1e1e;
      z-index: 10;
      height: 33px;
      line-height: 26px; }

.more-model {
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -56px;
  position: absolute;
  z-index: 9; }
  .more-model button {
    padding: 17px 24px;
    white-space: nowrap;
    width: 200px;
    border-radius: 0px !important;
    border: 3px solid #fff !important; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

footer {
  margin: auto;
  margin-top: 3px;
  background-color: #212121;
  padding: 27px;
  font-size: 14px;
  color: #848484; }
  footer .langbox {
    float: left;
    width: auto;
    background-color: #3B3B41;
    border-radius: 4px;
    border: none;
    height: 35px;
    box-sizing: border-box;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    outline: none;
    padding: 0px 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
    footer .langbox::-ms-expand {
      display: none; }
    @media screen and (max-width: 770px) {
      footer .langbox {
        float: none; } }
  footer .footer-links {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 770px) {
      footer .footer-links {
        margin-top: 20px; } }
    footer .footer-links li {
      float: left;
      padding-left: 30px;
      font-size: 14px;
      list-style: none;
      line-height: 35px; }
      @media screen and (max-width: 770px) {
        footer .footer-links li {
          padding-left: 0px;
          padding-right: 30px; } }
      footer .footer-links li a {
        color: #EAEAEA;
        text-decoration: none; }
        footer .footer-links li a:hover {
          color: #fff; }
  @media screen and (max-width: 770px) {
    footer .second-links {
      margin-top: 0px; } }
  @media screen and (max-width: 1260px) {
    footer .second-links li {
      padding-left: 0px;
      padding-right: 30px; } }
  footer .socialbox {
    text-align: right; }
    footer .socialbox ul {
      padding: 0;
      margin: 0;
      float: right; }
      footer .socialbox ul li {
        float: left;
        text-align: center;
        list-style: none;
        background-color: #3B3B42;
        border-radius: 4px;
        width: 36px;
        height: 36px;
        line-height: 49px;
        margin-left: 3px; }
        footer .socialbox ul li img {
          outline: none; }
  footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #3C3C42;
    margin: 20px 0 11px 0;
    padding: 0; }
  footer .copy {
    float: left;
    line-height: 35px;
    color: #848484; }
    @media screen and (max-width: 1260px) {
      footer .copy {
        display: none; } }
  footer p {
    margin: 6px 0px 0px 0px;
    padding: 0;
    font-size: 14px;
    color: #848484;
    line-height: 1.5em;
    text-align: left; }
  footer .footer-logos {
    margin: auto;
    line-height: 35px;
    text-align: right; }
    footer .footer-logos a {
      outline: none;
      margin-right: 15px; }
    footer .footer-logos a:last-child {
      margin-right: 0px; }
    footer .footer-logos img {
      max-height: 32px; }
    footer .footer_oldview{color:#848484 !important;}

.sxc-form .sxcf-textfield {
  width: 100%; }
.sxc-form .sxcf-textfield,
.sxc-form .sxcf-textfield input,
.sxc-form .sxcf-select,
.sxc-form .sxcf-select select,
.sxc-form .sxcf-textarea,
.sxc-form .sxcf-textarea textarea {
  font-size: 14px;
  color: #202020; }
.sxc-form .sxcf-checkbox {
  position: relative;
  vertical-align: top;
  margin-top: 6px;
  margin-bottom: 6px; }
.sxc-form .sxcf-textfield,
.sxc-form .sxcf-textarea,
.sxc-form .sxcf-select,
.sxc-form .sxcf-textarea {
  position: relative;
  vertical-align: top;
  margin-top: 6px;
  margin-bottom: 6px;
  background: #fff; }
  .sxc-form .sxcf-textfield label,
  .sxc-form .sxcf-textarea label,
  .sxc-form .sxcf-select label,
  .sxc-form .sxcf-textarea label {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    z-index: 1;
    transition: all 0.05s ease-in;
    padding: 0 11px;
    line-height: 38px;
    color: #999;
    overflow: hidden; }
    @media screen and (max-width: 850px) {
      .sxc-form .sxcf-textfield label,
      .sxc-form .sxcf-textarea label,
      .sxc-form .sxcf-select label,
      .sxc-form .sxcf-textarea label {
        max-height: 30px; } }
  .sxc-form .sxcf-textfield input, .sxc-form .sxcf-textfield textarea,
  .sxc-form .sxcf-textarea input,
  .sxc-form .sxcf-textarea textarea,
  .sxc-form .sxcf-select input,
  .sxc-form .sxcf-select textarea,
  .sxc-form .sxcf-textarea input,
  .sxc-form .sxcf-textarea textarea {
    position: relative;
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 0;
    background: transparent;
    padding: 10px 10px;
    box-sizing: border-box; }
  .sxcc-auth-panel-wrapper .sxc-form .sxcf-textfield input{z-index:1 !important;}
.sxcc-auth-panel-wrapper .sxc-form .sxcf-textfield label{z-index:2 !important;}
    .sxc-form .sxcf-textfield input:focus, .sxc-form .sxcf-textfield textarea:focus,
    .sxc-form .sxcf-textarea input:focus,
    .sxc-form .sxcf-textarea textarea:focus,
    .sxc-form .sxcf-select input:focus,
    .sxc-form .sxcf-select textarea:focus,
    .sxc-form .sxcf-textarea input:focus,
    .sxc-form .sxcf-textarea textarea:focus {
      border: 1px solid #21ACE5;
      outline: none;
      box-shadow: 0 0 0 1px rgba(62, 125, 229, 0.5); }
    .sxc-form .sxcf-textfield input:not(:focus).sxcf-has-error, .sxc-form .sxcf-textfield textarea:not(:focus).sxcf-has-error,
    .sxc-form .sxcf-textarea input:not(:focus).sxcf-has-error,
    .sxc-form .sxcf-textarea textarea:not(:focus).sxcf-has-error,
    .sxc-form .sxcf-select input:not(:focus).sxcf-has-error,
    .sxc-form .sxcf-select textarea:not(:focus).sxcf-has-error,
    .sxc-form .sxcf-textarea input:not(:focus).sxcf-has-error,
    .sxc-form .sxcf-textarea textarea:not(:focus).sxcf-has-error {
      border-color: #8a0402;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAAM1BMVEUAAAC5SkjIb27AW1ny3dzNfXu9VFLan57oxcS8UE7qyMfMenm7TUvx2tnYm5rqycjaoaDHZQsrAAAAAXRSTlMAQObYZgAAAH9JREFUGNNtkVsOhTAIRHlZWq3eu//V2ihCNczX5ECGAHBLlLgzHQKTFny0OKsFQ2W94Yov9d9FG75Vpsxt2M2zxTpoUDIv8DfHg7J59XqbJpDXcdCY1xOK0bvD/lj23FkEmlAFSXLFdjMaa0L50JbdDGt235r/IiQHMTKp/e0EpDwCyF+g6HsAAAAASUVORK5CYII=) right 10px center no-repeat !important; }
    .sxc-form  .select-wrapper select:not(:focus).sxcf-has-error{
      border-color: #8a0402 !important;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAAM1BMVEUAAAC5SkjIb27AW1ny3dzNfXu9VFLan57oxcS8UE7qyMfMenm7TUvx2tnYm5rqycjaoaDHZQsrAAAAAXRSTlMAQObYZgAAAH9JREFUGNNtkVsOhTAIRHlZWq3eu//V2ihCNczX5ECGAHBLlLgzHQKTFny0OKsFQ2W94Yov9d9FG75Vpsxt2M2zxTpoUDIv8DfHg7J59XqbJpDXcdCY1xOK0bvD/lj23FkEmlAFSXLFdjMaa0L50JbdDGt235r/IiQHMTKp/e0EpDwCyF+g6HsAAAAASUVORK5CYII=) right 35px center no-repeat !important;
    }
  .sxc-form .sxcf-textfield input, .sxc-form .sxcf-textfield select,
  .sxc-form .sxcf-textarea input,
  .sxc-form .sxcf-textarea select,
  .sxc-form .sxcf-select input,
  .sxc-form .sxcf-select select,
  .sxc-form .sxcf-textarea input,
  .sxc-form .sxcf-textarea select {
    height: 38px;
    overflow: hidden; }
.sxc-form .error-container, .sxc-form .error-container-inline {
  position: relative; }
.sxc-form .error-container-inline {
  display: inline-block; }
.sxc-form .tooltip, .sxc-form .errors {
  position: absolute;
  z-index: 5;
  display: none;
  min-width: 50px;
  max-width: 300px;
  padding: 10px 10px;
  line-height: 1.4em;
  text-align: left;
  font-size: 13px;
  color: #fff;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
  border-radius: 2px; }
  .sxc-form .tooltip.visible, .sxc-form .errors.visible {
    display: block; }
  .sxc-form .tooltip.nowrap, .sxc-form .errors.nowrap {
    white-space: nowrap; }
  .sxc-form .tooltip:after, .sxc-form .tooltip:before, .sxc-form .errors:after, .sxc-form .errors:before {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    border: solid transparent;
    content: " "; }
.sxc-form .tooltip {
  background: #009ddb;
  border: 1px solid #009ddb; }
  .sxc-form .tooltip.tooltip-bottom-left {
    bottom: 100%;
    left: -13px;
    margin-bottom: 15px; }
    .sxc-form .tooltip.tooltip-bottom-left:after, .sxc-form .tooltip.tooltip-bottom-left:before {
      top: 100%;
      left: 20px; }
    .sxc-form .tooltip.tooltip-bottom-left:after {
      border-color: rgba(0, 157, 219, 0);
      border-top-color: #009ddb;
      border-width: 10px;
      margin-left: -10px; }
    .sxc-form .tooltip.tooltip-bottom-left:before {
      border-color: rgba(0, 132, 184, 0);
      border-top-color: #009ddb;
      border-width: 11px;
      margin-left: -11px; }
.sxc-form .errors {
  background: #be4b49;
  border: 1px solid #be4b49; }
  .sxc-form .errors .error-msg.visible {
    display: block; }
  .sxc-form .errors.errors-bottom-left {
    bottom: 100%;
    left: -13px;
    margin-bottom: 15px; }
    .sxc-form .errors.errors-bottom-left:after, .sxc-form .errors.errors-bottom-left:before {
      top: 100%;
      left: 20px; }
    .sxc-form .errors.errors-bottom-left:after {
      border-color: rgba(190, 75, 73, 0);
      border-top-color: #be4b49;
      border-width: 10px;
      margin-left: -10px; }
    .sxc-form .errors.errors-bottom-left:before {
      border-color: rgba(160, 58, 56, 0);
      border-top-color: #be4b49;
      border-width: 11px;
      margin-left: -11px; }
      @media (min-device-pixel-ratio: 2) {
        .sxc-form .errors.errors-bottom-left:before {
          border-top-color: #be4b49; } }
  .sxc-form .errors.errors-bottom-right {
    bottom: 100%;
    right: 0;
    margin-bottom: 20px;
    min-width: 300px; }
    .sxc-form .errors.errors-bottom-right:after, .sxc-form .errors.errors-bottom-right:before {
      top: 100%;
      right: 20px; }
    .sxc-form .errors.errors-bottom-right:after {
      border-color: rgba(190, 75, 73, 0);
      border-top-color: #be4b49;
      border-width: 10px;
      margin-left: -10px; }
    .sxc-form .errors.errors-bottom-right:before {
      border-color: rgba(160, 58, 56, 0);
      border-top-color: #be4b49;
      border-width: 11px;
      margin-left: -11px; }
.sxc-form .sxcf-textfield input:focus, .sxc-form .sxcf-textfield input.sxcf-has-content, .sxc-form .sxcf-textfield input:not(:placeholder-shown) {
  padding: 16px 10px 4px 10px; }
/*.sxc-form .sxcf-textfield *{z-index: 10 !important;}
.sxc-form .sxcf-textfield label{z-index: 9 !important;}*/
.sxc-form .sxcf-textfield input:not(.sxcf-has-content):not(.sxcf-has-error):focus ~ .tooltip {
  display: block; }
.sxc-form .sxcf-textfield input.sxcf-has-content ~ label, .sxc-form .sxcf-textfield input:focus ~ label, .sxc-form .sxcf-textfield input:not(:placeholder-shown) ~ label {
  font-size: 10.5px;
  padding: 5px 11px 0 11px;
  line-height: 1em;
  color: #999;
  z-index: 3; }
.sxc-form .sxcf-textfield input:not(:focus) ~ .errors {
  display: none; }
.sxc-form .sxcf-textfield textarea:not(:focus) ~ .errors {
  display: none; }
.sxc-form .select-wrapper select:not(:focus)  ~ .errors {
  display: none; }
.sxc-form .sxcf-textfield input[disabled] ~ .errors {
  display: none; }
.sxc-form .sxcf-textfield input[disabled],
.sxc-form .sxcf-textfield input[disabled] ~ label {
  opacity: 0.4; }
.sxc-form .sxcf-textfield select:focus, .sxc-form .sxcf-textfield select.sxcf-has-content {
  padding: 13px 10px 3px 10px; }
.sxc-form .sxcf-textfield select:not(.sxcf-has-content):not(.sxcf-has-error):focus ~ .tooltip {
  display: block; }
.sxc-form .sxcf-textfield select.sxcf-has-content ~ label, .sxc-form .sxcf-textfield select:focus ~ label {
  font-size: 10.5px;
  padding: 5px 11px 0 11px;
  line-height: 1em;
  color: #999;
  z-index: 3; }
.sxc-form .sxcf-textfield select:not(:focus) ~ .errors {
  display: none; }
.sxc-form .sxcf-textfield select[disabled] ~ .errors {
  display: none; }
.sxc-form .sxcf-textfield select[disabled],
.sxc-form .sxcf-textfield select[disabled] ~ label {
  opacity: 0.4; }
.sxc-form .sxcf-textfield .minisubmit {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 38px;
  height: 38px;
  background-color: #21ACE5;
  border: 1px solid #21ACE5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/img/icon-paperplane16.svg"); }
  .sxc-form .sxcf-textfield .minisubmit:hover {
    background-color: #12A5E1;
    border: 1px solid #12A5E1; }
.sxc-form .sxcf-textfield .loading {
  background-image: none;
  cursor: progress; }
  .sxc-form .sxcf-textfield .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); } }
.sxc-form .sxcf-textarea textarea {
  font-family: inherit;
  resize: vertical;
  min-height: 70px; }
.sxc-form .sxcf-textarea textarea:focus, .sxc-form .sxcf-textarea textarea.sxcf-has-content {
  padding: 17px 10px 3px 10px; }
.sxc-form .sxcf-textarea textarea:not(.sxcf-has-content):not(.sxcf-has-error):focus ~ .tooltip {
  display: block; }
.sxc-form .sxcf-textarea textarea.sxcf-has-content ~ label, .sxc-form .sxcf-textarea textarea:focus ~ label {
  font-size: 10.5px;
  padding: 5px 11px 0 11px;
  line-height: 1em;
  color: #999;
  z-index: 3; }
.sxc-form .sxcf-textarea textarea:not(:focus) ~ .errors {
  display: none; }
.sxc-form .sxcf-textarea textarea[disabled] ~ .errors {
  display: none; }
.sxc-form .sxcf-select .select-head {
  display: block;
  padding: 8px 10px;
  position: relative;
  z-index: 2;
  border: 1px solid #aaa;
  border-radius: 0;
  background: transparent;
  min-height: 1.5em;
  height: 1.5em;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  overflow: hidden; }
  .sxc-form .sxcf-select .select-head::after {
    z-index: 1;
    color: #999;
    border: none;
    pointer-events: none;
    content: "\25BE";
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 1px;
    bottom: 1px;
    padding: 9px 9px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    transform: scale(1.7, 1); }
.sxc-form .sxcf-select select {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.sxc-form .sxcf-select:focus {
  border: none;
  outline: none; }
.sxc-form .sxcf-select:not(:focus):not(.sxcf-opened) select.sxcf-has-error:not([disabled]) ~ .select-head {
  border-color: #8a0402;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAAM1BMVEUAAAC5SkjIb27AW1ny3dzNfXu9VFLan57oxcS8UE7qyMfMenm7TUvx2tnYm5rqycjaoaDHZQsrAAAAAXRSTlMAQObYZgAAAH9JREFUGNNtkVsOhTAIRHlZWq3eu//V2ihCNczX5ECGAHBLlLgzHQKTFny0OKsFQ2W94Yov9d9FG75Vpsxt2M2zxTpoUDIv8DfHg7J59XqbJpDXcdCY1xOK0bvD/lj23FkEmlAFSXLFdjMaa0L50JbdDGt235r/IiQHMTKp/e0EpDwCyF+g6HsAAAAASUVORK5CYII=) right 10px center no-repeat !important; }
  .sxc-form .sxcf-select:not(:focus):not(.sxcf-opened) select.sxcf-has-error:not([disabled]) ~ .select-head:after {
    display: none; }
.sxc-form .sxcf-select:not(:focus):not(.sxcf-opened) .errors {
  display: none; }
.sxc-form .sxcf-select select[disabled] ~ .errors {
  display: none; }
.sxc-form .sxcf-select label {
  padding: 2px 11px;
  overflow: hidden;
  white-space: nowrap; }
.sxc-form .sxcf-select select.sxcf-has-content ~ .select-head {
  padding: 13px 10px 3px 10px; }
.sxc-form .sxcf-select select.sxcf-has-content ~ label {
  font-size: 10.5px;
  padding: 5px 11px 0 11px;
  line-height: 1em;
  color: #999; }
.sxc-form .sxcf-select .select-list-inner {
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 135px; }
.sxc-form .sxcf-select .select-list {
  display: none;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  z-index: 9999999;
  border: 1px solid #aaa;
  border-radius: 0; }
  .sxc-form .sxcf-select .select-list .sxcf-option {
    padding: 4px 10px;
    white-space: nowrap; }
  .sxc-form .sxcf-select .select-list .sxcf-option.selected, .sxc-form .sxcf-select .select-list .sxcf-option:hover {
    cursor: pointer;
    background: #21ACE5;
    color: #fff; }
.sxc-form .sxcf-select.sxcf-opened .select-list {
  display: block; }
.sxc-form .sxcf-select.sxcf-opened select:not([disabled]) ~ .select-head, .sxc-form .sxcf-select:focus select:not([disabled]) ~ .select-head {
  border: 1.5px solid #21ACE5;
  box-shadow: 0 0 0 1px rgba(62, 125, 229, 0.5); }
.sxc-form .sxcf-select.sxcf-opened select:not([disabled]) ~ .select-list, .sxc-form .sxcf-select:focus select:not([disabled]) ~ .select-list {
  border: 1.5px solid #21ACE5;
  box-shadow: 0 0 0 1px rgba(62, 125, 229, 0.5); }
.sxc-form .sxcf-select select[disabled] ~ label,
.sxc-form .sxcf-select select[disabled] ~ .select-head,
.sxc-form .sxcf-select select[disabled] ~ .select-head::after {
  opacity: 0.5; }
.sxc-form .sxcf-button-container {
  text-align: right; }
.sxc-form .sxcf-button {
  font-size: 17px;
  font-weight: normal;
  background: #21ACE5;
  color: #fff;
  border: none;
  padding: 8px 30px;
  margin: 8px 0px;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap; }
  .sxc-form .sxcf-button img {
    height: 14px;
    vertical-align: middle;
    margin-right: 3px; }
.sxc-form .sxcf-button-outline {
  border: 1px solid #21ACE5;
  padding: 7px 29px;
  color: #21ACE5;
  background: #fff; }
.sxc-form .sxcf-button[disabled] {
  background: #bfbfbf;
  cursor: not-allowed; }
.sxc-form [type="checkbox"], .sxc-form [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.sxc-form [type="checkbox"] + label, .sxc-form [type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px; }
  .sxc-form [type="checkbox"] + label::before, .sxc-form [type="radio"] + label::before {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #9da3a6;
    background: white; }
.sxc-form [type="checkbox"]:checked + label::before, .sxc-form [type="radio"]:checked + label::before {
  color: #fff;
  border: 1px solid #009cde;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDI0NDE0MSkiIGZpbGw9IiMyMUFDRTUiLz4KPHBhdGggZD0iTTguNzMzMjEgMEgwVjEuNjg3OTNIOC43MzMyMVYwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4yODAwMyA4Ljg2NjIxKSBzY2FsZSgxLjA0NzY1IDAuOTQ5OTQ0KSByb3RhdGUoLTQ1KSIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQuNjk2ODUgMEgwVjEuNjg3OTNINC42OTY4NVYwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4yNTA0OSA1LjY4NjE2KSBzY2FsZSgxLjA0NzY1IDAuOTQ5OTQ0KSByb3RhdGUoNDUpIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K); }

input, button, textarea, label {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  box-sizing: border-box; }
  @media screen and (max-width: 850px) {
    input, button, textarea, label {
      font-size: 14px; } }
  @media screen and (max-width: 450px) {
    input, button, textarea, label {
      font-size: 16px; } }
  input a, button a, textarea a, label a {
    color: #21ACE5;
    text-decoration: none; }

.btn {
  padding: 10px 20px;
  color: #ffffff;
  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; }
  .btn:hover {
    background-color: #12A5E1; }

.auth-facebook {
  background-color: #507CC0;
  color: #ffffff;
  width: 100%;
  border: none;
  line-height: 38px;
  background-image: url("/assets/img/authfacebook.svg");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0px 10px 0px 44px;
  font-size: 16px;
  text-align: left;
  cursor: pointer; }
  .auth-facebook:hover {
    background-color: #38608c; }

.auth-google {
  background-color: #DF4930;
  color: #ffffff;
  width: 100%;
  border: none;
  line-height: 38px;
  background-image: url("/assets/img/authgoogle.svg");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0px 10px 0px 44px;
  font-size: 16px;
  text-align: left;
  cursor: pointer; }
  .auth-google:hover {
    background-color: #a83028; }

.or {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #D4D4D4;
  line-height: 0.1em;
  margin: 25px 0 18px; }
  .or span {
    color: #999999;
    font-size: 14px;
    padding: 0 10px;
    background-color: #ffffff; }

.over18field {
  padding-top: 13px; }

@media screen and (max-width: 850px) {
  /*.registerbutton {
    width: 100%;
    padding: 8px 12px !important; } */}

.hidden {
  display: none !important; }

.fs14 {
  font-size: 14px; }

.textcenter {
  text-align: center; }

.pointer {
  cursor: pointer; }

.mt-15 {
  margin-top: 15px; }

.mr-15 {
  margin-right: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

.pt-15 {
  padding-top: 15px; }

.pr-15 {
  padding-right: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

.w-100 {
  width: 100%; }

.temp-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.popup {
  overflow: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .popup .window {
    width: 680px;
    max-width: 680px;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 850px) {
      .popup .window {
        width: 90% !important; } }
    @media screen and (max-width: 450px) {
      .popup .window {
        height: 90% !important; }
      #loginpop .window,#forgotpop .window,#regpop .window{
        height: auto !important; }
    }
    .popup .window .close {
      position: absolute;
      display: block;
      right: 2px;
      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; }
      .popup .window .close:hover {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .popup .window .header {
      line-height: 42px;
      height: 42px;
      background-color: #212121;
      color: #ffffff;
      padding: 0 30px;
      font-size: 20px;
      font-weight: 400;
      position: relative;
      z-index: 0;

      text-overflow: ellipsis;
      overflow: hidden;
      padding-right: 35px !important;
    }
      @media screen and (max-width: 450px) {
        .popup .window .header {
          padding: 0 15px;
          font-size: 16px;
          white-space: nowrap; } }
      .popup .window .header span {
        font-size: 15px;
        color: #A5A5A5;
        position: absolute;
        margin-left: 20px; }
        @media screen and (max-width: 600px) {
          .popup .window .header span {
            display: none; } }
    .popup .window .fixheight {
      height: 225px; }
    .popup .window .poparea {
      min-height: 225px;
      background-color: #ffffff;
      padding: 0;
      font-size: 16px; }
      .popup .window .poparea .popcontent {
        width: 100%;
        height: 100%;
        padding: 30px; }
        @media screen and (max-width: 450px) {
          .popup .window .poparea .popcontent {
            overflow: auto;
            padding: 15px; } }
        .popup .window .poparea .popcontent h3 {
          font-size: 18px;
          font-weight: 500;
          margin-top: 0px; }
        .popup .window .poparea .popcontent h4 {
          font-size: 16px;
          font-weight: 500;
          margin-top: 0px;
          margin-bottom: 5px; }
        .popup .window .poparea .popcontent .buttoninforow {
          font-size: 14px;
          line-height: 50px; }
      .popup .window .poparea p {
        line-height: 1.5em;
        color: #202020;
        font-size: 14px; }
      .popup .window .poparea p:first-child {
        margin-top: 0; }
      .popup .window .poparea .graycircle {
        width: 80px;
        height: 80px;
        margin: auto;
        background-color: #E3E3E3;
        background-size: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        line-height: 80px;
        text-align: center;
        color: #323232;
        font-size: 50px;
        font-weight: 700;
        user-select: none; }
      .popup .window .poparea .success {
        background-image: url("./images/success.svg");
        background-repeat: no-repeat;
        background-position: center; }
      .popup .window .poparea .error:after {
        content: '!'; }
      .popup .window .poparea .warning:after {
        content: '?'; }
      .popup .window .poparea .settingbox {
        padding: 15px 30px;
        background-color: #ffffff;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        font-size: 14px; }
        .popup .window .poparea .settingbox:hover, .popup .window .poparea .settingbox:focus {
          background-color: #fafafa;
          border-top: 1px solid #ffffff;
          border-bottom: 1px solid #ffffff; }
        .popup .window .poparea .settingbox .red {
          color: #FF5A79; }
        .popup .window .poparea .settingbox .saveerror, .popup .window .poparea .settingbox .savesuccess {
          padding-left: 40px;
          background-repeat: no-repeat;
          background-position: left center;
          line-height: 50px;
          font-size: 14px;
          display: inline-block; }
        .popup .window .poparea .settingbox .saveerror {
          background-image: url("./images/icon-save-error.svg"); }
        .popup .window .poparea .settingbox .savesuccess {
          background-image: url("./images/icon-save-success.svg"); }
        .popup .window .poparea .settingbox h2 {
          font-size: 18px;
          font-weight: 400;
          margin-top: 17px;
          margin-bottom: 24px;
          color: #202020; }
      .popup .window .poparea .verifybox {
        text-align: center;
        padding-bottom: 20px; }
        .popup .window .poparea .verifybox input {
          background-color: #ffffff;
          border: none;
          border-bottom: 3px solid #323232;
          font-size: 30px;
          font-weight: 500;
          text-align: center;
          line-height: 50px;
          margin-left: 10px;
          width: 50px; }
          .popup .window .poparea .verifybox input:first-child {
            margin-left: 0; }
      @media screen and (max-width: 450px) {
        /*.popup .window .poparea {
          margin: -42px 0 -77px 0;
          padding: 42px 0px 77px 0px;
          padding-bottom: 0px;
          height: auto !important;
          margin-bottom: 20px;
          max-height: calc(100vh - 80px);
      }*/
      }
    @media screen and (max-height: 479px){

      #forgotpop .poparea{
        height: auto !important;
        max-height: 100%;
      }
      #forgotpop .popcontent{
        height: auto;
      }

      #loginpop .poparea , #loginpop .popcontent  {
        height: auto !important;
        margin-bottom: 20px;
      }
    }
    .popup .window .longtext {
      font-size: 14px; }
    .popup .window .footer {
      background-color: #212121;
      color: #DDDDDD; }
      .popup .window .footer .footinner {
        height: 77px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center; }
        .popup .window .footer .footinner .footcontent {
          margin: auto;
          text-align: center;
          font-size: 12px;
          line-height: 1.4em; }
          .popup .window .footer .footinner .footcontent .securion {
            line-height: 23px;
            background-image: url("/assets/img/securionlogo.svg");
            background-repeat: no-repeat;
            background-position: left center;
            padding-left: 30px; }
          .popup .window .footer .footinner .footcontent a {
            text-decoration: none;
            color: #21ACE5; }
  .popup .blueline {
    border-bottom: 3px solid #21ACE5; }
    @media screen and (max-width: 450px) {
      .popup .blueline {
        border: none; } }
    @media screen and (max-width: 450px) {
      .popup .blueline .poparea {
        height: 100% !important;
        margin: -42px 0 0px 0;
        padding: 42px 0px 0px 0px; }

    }
  .popup .big {
    width: 900px;
    max-width: 900px; }
  .popup .small {
    width: 680px;
    max-width: 680px; }
  .popup .abscenter {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-height: 600px) {
      .popup .abscenter {
        align-items: normal;    margin-top: 20px; }
      #loginpop .abscenter{
        margin-top: 0px; }
    }
    .popup .abscenter .centercontent {
      width: 100%; }
  .popup .divider {
    height: 20px; }
  @media screen and (max-height: 379px) {
    .popup .popup {
      position: absolute; }
    .popup .window {
      max-width: none;
      width: 100% !important;
      height: 100% !important; }
      .popup .window .poparea {
        height: 100% !important;
        margin: -42px 0 -50px 0;
        padding: 42px 0px 50px 0px;
        margin-bottom: 0px !important;
        padding-bottom: 0px;
      }
        .popup .window .poparea .abscenter {
          display: block; }
      .popup .window .footer .footinner {
        height: 50px; }
    .popup .blueline .poparea {
      height: 100% !important;
      margin: -42px 0 0px 0;
      padding: 42px 0px 0px 0px !important; } }

.performercontent {
  max-width: 2340px;
  width: 100%;
  margin: auto; }

.perfnav {
  width: 100%;
  display: grid;
  grid-template-areas: "title navigation close";
  grid-template-columns: max-content auto max-content;
  position: relative;
  padding: 0px 10px; }
  .perfnav h1 {
    grid-area: title;
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 86px;
    font-weight: 500; }
  .perfnav ul {
    margin: 0;
    padding: 0;
    max-width: 100vw; }
.perfnav ul li:first-child {
  margin-left: 43px;}
.perfnav ul li {
      list-style: none;
      float: left;
      line-height: 86px;
      margin-right: 43px;
      font-size: 16px;
      text-decoration: none; }
      .perfnav ul li a {
        display: inline-block;
        text-decoration: none;
        color: inherit; }
      .perfnav ul li .btn {
        color: #ffffff; }
    .perfnav ul .selected {
      color: #21ACE4; }
  .perfnav .right {
    position: absolute;
    right: 0;
    top: 25px;
    white-space: nowrap; }
#mypagedisplay_send_gift_short{display: none;}
@media screen and (max-width: 1024px) {
  .perfnav ul li {
    margin-right: 23px;}
}
  @media screen and (max-width: 800px) {
  	.perfnav h1 {
      float: none; }
    .perfnav {
      grid-template-areas:none;
    }
    .perfnav ul {
      padding-left: 10px;
      padding-right: 10px;
      max-width: calc(100vw - 20px);
    }
    .perfnav ul li {
      line-height: 1em;}
    .perfnav ul li:first-child {
      margin-left: 0; }
  }
  @media screen and (max-width: 650px) {
    .perfnav {
      grid-template-areas:none;
    }
    .perfnav ul {
      padding-left: 10px;
      padding-right: 10px;
      display: block; }
      .perfnav ul li {
        margin-left: 0;
      }
    .perfnav .right {
      position: relative;
      top: 0;
      float: none; }
    #mypagedisplay_send_gift_short{display: inline;}
    #mypagedisplay_send_gift_full{display: none;}
  }

.mediagallery:not(.mixedview) {
  width: 100%;
  margin: 0;
  padding: 0 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 4px;
  grid-auto-flow: dense;
  justify-items: stretch;
}
  @media screen and (max-width: 800px) {/*1150px volt*/
    .mediagallery {
      grid-template-columns: 1fr 1fr 1fr; }
    .mediagallery li .box .box-inner img,.mediagallery li.bigbox-vertical .box .box-inner img{
      height: 100% !important;
    }
  }
  @media screen and (max-width: 450px) {
    .mediagallery {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: wrap;
      justify-content: flex-start; } }
  .mediagallery:not(.mixedview) li {
    list-style: none;
    min-height: 127px;
    background-color: #fafafa;
    background-image: url("./images/placeholder.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90px;
    text-align: center;
    position: relative;
  }
    @media screen and (max-width: 450px) {
      .mediagallery li {
        width: 100%;
        margin-bottom: -4px;
        height: auto;
      }
      .mediagallery li .box{
        padding-top: 0px !important;
      }
      .mediagallery li .box .box-inner{
        position: relative !important;
      }

    }
    .mediagallery li .box, .mediagallery .fanclub-banner .fanclub-banner-box {
      width: 100%;
      height: 100%;
      padding-top: 56.25%; }
      .mediagallery li .box .box-inner, .mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner {
        padding: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        position: absolute;
        cursor: pointer; }
        .mediagallery li .box .box-inner .info {
          position: absolute;
          top: 10px;
          left: 10px;
          background-color: rgba(0, 0, 0, 0.5);
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px;
          color: #ffffff;
          font-size: 14px;
          padding: 5px 11px; }
        .mediagallery li .box .box-inner .video {
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -29px 0 0 -29px;
          background-color: rgba(0, 0, 0, 0.4);
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          border: 2px solid #ffffff;
          text-align: center;
          width: 58px;
          height: 58px;
          background-image: url("./images/icon-play.svg");
          background-repeat: no-repeat;
          background-position: center; }
        .mediagallery li .box .box-inner img {
          width: 100%;
          height: 100%;}
        .mediagallery li .box .box-inner,.mediagallery li .box .box-inner img {
          background-color: #fcfcfc !important;
          background-image: url("./images/placeholder.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 90px;
        }
      .mediagallery li .box .profile {
        background-color: #323232; }
        .mediagallery li .box .profile .profilepic {
          text-align: center;
          padding-top: 10px; }
          .mediagallery li .box .profile .profilepic img {
            width: 82px;
            height: 82px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            border: 2px solid #212121; }
        .mediagallery li .box .profile .tags, .mediagallery li .box .profile .rating {
          color: #fff; }
      .mediagallery li .box .note .mist, .mediagallery li .box .fanclubpromo .mist {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 2;
        position: absolute; }
      .mediagallery li .box .text {
        position: absolute;
        z-index: 3;
        width: 100%;
        height: 100%;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        line-height: 1.5em; }
      .mediagallery li .box .link {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
      }
      .mediagallery li .box .cnt0-30 {
        font-size: 34px; }
      .mediagallery li .box .cnt31-70 {
        font-size: 30px; }
      .mediagallery li .box .cnt71-100 {
        font-size: 25px; }
      .mediagallery li .box .cnt101-150 {
        font-size: 20px; }
      .mediagallery li .box .cnt151-200 {
        font-size: 18px; }
  .mediagallery .bigbox {
    grid-column-end: span 2;
    grid-row-end: span 2; }
.mediagallery .bigbox-vertical {
  grid-column-end: unset !important;
  grid-row-end: span 2;
}
.mediagallery li.bigbox-vertical .box .box-inner img{
  height: auto;
}
.mediagallery li[data-vertical='true']:not(.bigbox-vertical) .box .box-inner img{
  height: auto;
  margin-top: -25%;
}
.mediagallery li{background-color: transparent !important;}

  .mediagallery .doubleheight {
    grid-row-end: span 2; }
/*Free gallery blur*/
.fanclub.blockedcontent .box:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("./images/locked.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.fanclub.blockedcontent .box img {
    filter: blur(10px) brightness(40%);
    -webkit-filter: blur(10px) brightness(40%);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.fanclub.blockedcontent .mg-item{cursor:pointer;}
.fanclub.blockedcontent .video{display:none;}
.fanclub .badge-exclusive {
  top: 5px;
  right: 5px;
  display: block;
  font-size: 12px;
  color: transparent;
  position: absolute;
  padding: 5px 5px 5px 9px;
  border-right: 4px solid #e9c345;
  box-shadow: inset 0 0 0 0 #e9c345;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.fanclub.mediagallery .mg-item .box:hover .badge-exclusive {
  color: #212121;
  box-shadow: inset 400px 0 0 0 #e9c345;
}
.fanclub-fcbox .fancybox-stage{
  width:800px;
  max-width: 100%;
}
.fanclub-fcbox .fancybox-content{
  padding-top: 20px;
  padding-bottom: 23px;
}

.mediagallery .fanclub-banner .fanclub-banner-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/fanclub-banner.svg);
}
.mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
}
.mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content .title {
  margin: 0;
  padding: 0;
  color: #ffdd65;
  display: block;
  font-weight: 400;
  font-size: 1.35rem;
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
}
.mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content .counter-container {
  padding: 0;
  display: flex;
  margin: 12% 0 0 0;
  align-items: center;
  justify-content: center;
}
.mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content .counter-container .counter {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 3.1rem;
  text-align: right;
  padding: 0 5px 0 0;
  font-family: Roboto, Arial, sans-serif;
}
.mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content .counter-container .counter-text {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  padding: 0 0 0 5px;
  font-size: 0.95rem;
  text-transform: uppercase;
  font-family: Lato, Arial, sans-serif;
}
/* moves negative direction because of the accents */
.mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content .counter-container .counter-text.counter-text-hu {
  margin: -3px 0 0 0;
}
.mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content .counter-container .counter-text span {
  color: #ffdd65;
  display: block;
  font-size: 1.3rem;
}
.mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content ul {
  padding: 0;
  margin: 8% 0 0 0;
}
.mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content ul li {
  min-height: 0;
  color: #ffffff;
  font-size: 1.1rem;
  list-style: none;
  background: none;
  line-height: 180%;
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
}
.mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content .btn-container {
  display: block;
  text-align: center;
  margin: 10% 0 0 0;
}
.mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content .btn-container .btn {
  color: #323232;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 3px;
  padding: 12px 40px;
  display: inline-block;
  background-color: #fed64b;
  font-family: Lato, Arial, sans-serif;
}
.mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .link-overlay {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  position: absolute;
}

@media screen and (max-width: 580px) {
  .mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content .title {
    font-size: 1.215rem;
  }
  .mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content .counter-container {
    margin: 10% 0 0 0;
  }
  .mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content .counter-container .counter {
    font-size: 2.79rem;
  }
  .mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content .counter-container .counter-text {
    font-size: 0.855rem;
  }
  .mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content .counter-container .counter-text span {
    font-size: 1.17rem;
  }
  .mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content ul {
    margin: 5% 0 0 0;
  }
  .mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content ul li {
    font-size: 1rem;
  }
  .mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content .btn-container .btn {
    font-size: 0.855rem;
  }
}
@media screen and (min-width: 851px) and (max-width: 1150px) {
  .mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content ul {
    display: none;
  }
  .mediagallery .fanclub-banner .fanclub-banner-box .fanclub-banner-box-inner .content .btn-container {
    display: none;
  }
}


/* Mixed view gallery*/
.mixedview{
  padding: 0px !important;
  display: block;
}
.mixedview .mg-item .box{
  padding-top: 0px !important;
  width: unset !important;
  height: unset !important;
}
.mixedview .mg-item .box-inner{
  position: relative !important;
  overflow: visible !important;
}
.mixedview .mg-item{
  list-style: none !important;
  display: flex;
}
.mixedview .mg-item *{
  position: relative;
  display: flow;
}
.mixedview .mg-item img{
  max-width: 100%;
}
.mixedview .mg-i-vertical{
  width: calc(25% - 0px)
}
.mixedview .mg-i-horizontal{
  width: calc(25% - 0px)
}
.mixedview .mg-i-horizontal-x2{
  width: calc(50% - 0px)
}
.mixedview .box-inner{
  padding:2.5px !important;
}
.mixedview .doubleheight{

}
.mixedview .doubleheight .fanclub-banner-cont{
  width: 100%;
  height: 100%;
  padding-top: 5px !important;
  padding-right: 2.5px !important;
  padding-left: 2.5px !important;
  padding-bottom: 2.5px !important;
}
.mixedview .doubleheight .fanclub-banner-box{
  padding: 0px !important;
  /*padding-top: 5px !important;
  padding-bottom: 10px !important;
  padding-right: 5px !important;
  padding-left: 5px !important;*/
  background-origin: content-box;
  background-image: none !important;
}
.mixedview .doubleheight .fanclub-banner-box-inner{
  position: static !important;
  aspect-ratio: 16 / 27;
  overflow: hidden !important;
  /*padding: 5px !important;
  padding-right: 2.5px !important;
  padding-left: 2.5px !important;*/
  /*background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/fanclub-banner.svg);*/
}


.mixedviewbigvertical .box-inner{
  padding:5px !important;
  padding-right: 2.5px !important;
  padding-left: 2.5px !important;
}
.mixedviewbigvertical .mg-i-vertical .box-inner{
  overflow: hidden !important;
  aspect-ratio: 16 / 27;
  /*width: 290px;
  height: 489px;*/
}
.mixedviewbigvertical .mg-i-vertical {  aspect-ratio: 16 / 27;}
.mixedviewbigvertical .mg-i-horizontal .box-inner,.mixedviewbigvertical .mg-i-horizontal-x2 .box-inner{
  overflow: hidden !important;
  aspect-ratio: 16 / 9;
}
.mixedviewbigvertical .mg-i-horizontal{ aspect-ratio: 16 / 9;}
.mixedviewbigvertical .mg-i-horizontal .box-inner{
  /*width: 290px;
  height: 163px;*/
}
@media screen and (min-width: 926px) {
  .mixedviewbigvertical .mg-i-horizontal-x2 .box-inner {
    /*width: 580px;
    height: 326px;*/
  }
}
@media screen and (max-width: 925px) {
  .mixedviewbigvertical .mg-i-horizontal-x2 .box-inner {
    width: unset;
    height: unset;
  }
}

@media screen and (max-width: 1199px) {
  .mixedview .mg-item img{
    height: auto !important;
    width:  auto !important;
  }
}


@media screen and (max-width: 426px) {
  .mixedview .mg-i-horizontal{
    width: calc(100% - 0px);
  }
  .mixedview .mg-i-horizontal-x2{
    width: calc(100% - 0px);
  }
  .mixedview .mg-i-vertical{
    width: calc(100% - 0px);
  }
}
@media screen and (min-width: 427px) and (max-width: 680px) {
  .mixedview .mg-i-horizontal{
    width: calc(50% - 0px);
  }
  .mixedview .mg-i-horizontal-x2{
    width: calc(50% - 0px);
  }
  .mixedview .mg-i-vertical{
    width: calc(50% - 0px);
  }
}
@media screen and (min-width: 681px) and (max-width: 925px) {
  .mixedview .mg-i-horizontal{
    width: calc(33.33% - 0px);
  }
  .mixedview .mg-i-horizontal-x2{
    width: calc(33.33% - 0px)
  }
  .mixedview .mg-i-vertical{
    width: calc(33.33% - 0px)
  }
}