@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
body, html {
  padding: 0;
  margin: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b343ad+0,ee429c+100 */
  background: rgb(58, 61, 72);
  background: #000;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  min-height: calc(100% + 10px);
  font-family: 'Ubuntu', sans-serif;
}
.blackfriday-banner {
  background: linear-gradient(90deg, #ff0000, #800000);
  color: #fff;
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
     margin-bottom: 15px;
}


.blackfriday-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 10%, transparent 50%);
  animation: glow 5s infinite linear;
  z-index: 0;
}

@keyframes glow {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.blackfriday-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}

.blackfriday-text {
  max-width: 70%;
}

.blackfriday-title {
  font-size: 1.2rem;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.blackfriday-subtitle {
  font-size: 1rem;
  margin: 5px 0 0;
}

.blackfriday-cta-button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #fff;
  color: #ff0000;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.3);
  transition: transform 0.3s, background-color 0.3s, color 0.3s;
}

.blackfriday-cta-button:hover {
  background-color: #ff0000;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.5);
}
.preLoaderInsta {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  background-image: url(https://www.srv69.eu/slp/5/img/default/o6CLDOZQO610du6FKlpvFLB1uQScsbsLCKPiv6ap.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2147483647;
}
.preLoaderInsta .preLoaderInstaInner {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  height: 90%;
  max-width: 400px;
  width: 90%;
  max-height: 300px;
  background: #2e2e2e;
  color: #fff;
  top: 5%;
  border-radius: 6px;
  padding: 10px;
}
.preLoaderInsta .preLoaderInstaInner .preLoaderScroller {
  max-height: calc(100% - 120px);
  overflow: auto;
  padding: 10px;
  background: rgb(240 248 255 / 10%);
  border-radius: 6px;
}
.preLoaderInstaInner input {
  width: calc(100% - 20px);
  padding: 10px;
  font-family: 'Magra', sans-serif;
  border: 0;
  border-radius: 6px;
  display: block;
  margin: 10px auto;
  text-align: center;
}
.preLoaderInstaInner .preLoaderBut {
  width: calc(100% - 40px);
  padding: 10px;
  font-family: 'Magra', sans-serif;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: rgba(55, 156, 20, 1.00);
  display: block;
  margin: 10px auto;
  text-align: center;
  cursor: pointer;
}
.preLoaderInstaInner .preLoaderBut:hover {
  background: rgb(41, 118, 14);
}
.contactPreForm {
  padding: 20px;
  color: #fff;
}
.faqTitle {
  display: block;
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin: 1px;
}
.faqTitle:hover {
  padding: 10px;
  background: rgba(0, 0, 0, 0.15);
}
.faqContent {
  display: none;
  padding: 10px;
  font-size: 14px;
  font-weight: 100;
  background: rgba(0, 0, 0, 0.05);
}
.noAnswer {
  font-size: 11px;
  margin-top: 5px;
}
.noAnswer a {
  color: #fff;
}
.doublePresentHeader {
  display: block;
  width: calc(100% - 20px);
  background: rgba(38, 109, 157, 1.00);
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
}
.doublePresentHeaderB {
  display: block;
  width: calc(100% - 20px);
  background: rgba(38, 109, 157, 1.00);
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.doublePresentHeader span {
  font-family: 'Orbitron', sans-serif;
  background: #000;
  padding: 5px;
  border-radius: 6px;
  display: inline-block;
  margin-left: 20px;
}
.doublePresentHeader:hover {
  background: rgba(24, 81, 119, 1.00);
}
.phoneFrame {
  margin: 0 auto;
  display: block;
  width: 350px;
  height: 400px;
  border-radius: 10px;
}
.loader {
  clear: both;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotatingDiv {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.displayNone {
  display: none !important;
}
.backToSearch {
  margin-top: 5px;
  background: #FE2342;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 5px 20px 5px 5px;
  border-radius: 5px;
  cursor: pointer;
}
.backToSearch:hover {
  background: rgba(0, 0, 0, 0.14);
}
.backToSearch .gg-search {
  margin-bottom: -4px;
  margin-left: 5px;
  margin-right: 10px;
  --ggs: 0.6;
}
.backToMessages {
  margin-top: 5px;
  background: #FE2342;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 5px 20px 5px 5px;
  border-radius: 5px;
  cursor: pointer;
}
.backToMessages:hover {
  background: rgba(0, 0, 0, 0.14);
}
.backToMessages .gg-mail {
  margin-bottom: -4px;
  margin-left: 5px;
  margin-right: 10px;
  --ggs: 0.6;
}
.jvectormap-container {
  background: none !important;
}
.filterMap {
  height: 400px;
  width: 400px;
  display: inline-block;
  vertical-align: top;
}
.filterMapSelections {
  display: inline-block;
  vertical-align: top;
  height: 400px;
  width: 300px;
}
.jvectormap-region.selected {
  fill: rgba(64, 233, 165, 1.00);
}
.jvectormap-region.hover {
  opacity: 0.8;
}
.filterMapSelections label {
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  margin: 3px;
  display: inline-block;
}
.filterMapSelections label.selected {
  background: rgba(64, 233, 165, 1.00);
  color: #fff;
}
.mapOutliner {
  margin: 0 auto;
  width: 710px;
}
.mapOutliner .regionInfo {
  text-align: center;
}
.mapOutliner .regionInfo em {
  font-size: 12px;
  margin-right: 15px;
}
.mapOutliner .regionInfo em span {
  display: inline-block;
  margin-right: 5px;
  border-radius: 4px;
  width: 20px;
  height: 12px;
  background: #fff;
}
.mapOutliner .regionInfo em span.mapGreen {
  background: rgba(64, 233, 165, 1.00);
}
.blockButtonRegions {
  color: #fff;
  background: #0000001c;
  padding: 4px 10px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.activateAlert {
  display: block;
  padding: 20px;
  color: #fff;
  text-align: center;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.2) 10px, rgba(0, 0, 0, 0.2) 20px);
  animation: bgColor 5s infinite linear;
  text-shadow: 2px 2px 3px #030202;
}
.activateAlert a {
  color: #fff;
  margin: 0 20px;
  background: rgba(64, 233, 165, 1.00);
  border-radius: 4px;
  padding: 5px;
  text-decoration: none;
  display: inline-block;
}
.overlayContact {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.overlayContact .innerOverlayContact {
  left: 50%;
  position: fixed;
  z-index: 999999;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 300px;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}
.overlayContact .innerOverlayContact .contactButtonSubject {
  border-radius: 5px;
  background: #222;
  color: #fff;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 4px;
  padding: 15px;
}
.overlayContact .innerOverlayContact .contactButtonSubject:hover {
  background: #504e4e;
}
@keyframes bgColor {
  50% {
    background-color: rgba(184, 38, 40, 1.00);
  }
}
@keyframes blinker {
  50% {
    opacity: 0.25;
  }
}
@keyframes upanddown {
  50% {
    margin-top: 100px;
    opacity: 0.4;
  }
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
h6 {
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
h6 a {
  color: #fff;
}
h6.bigFont {
  font-size: 25px;
}
.contactForm input[type="text"], .contactForm select, .contactForm textarea {
  width: 400px;
  padding: 10px;
  border: 0px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  height: 25px;
  border-radius: 5px;
  -webkit-appearance: none;
  background: rgba(0 0 0 / 10%);
  color: #fff;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}
.contactForm input[type="text"].wrong, .contactForm select.wrong, .contactForm textarea.wrong {
  background: rgba(255, 0, 4, 0.76);
}
.contactForm select {
  height: auto;
  width: 420px;
  cursor: pointer;
}
.contactForm input[type="button"], .contactForm .deleteButton {
  width: 420px;
  padding: 10px;
  border: 0px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  border-radius: 5px;
  -webkit-appearance: none;
  background: rgba(64, 233, 165, 1.00);
  color: #fff;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
  cursor: pointer;
}
.contactForm input[type="button"]:hover {
  background: #222;
}
.contactForm .cap {
  padding: 10px;
  border: 0px;
  border-radius: 5px;
  -webkit-appearance: none;
  background: rgba(0 0 0 / 10%);
  display: inline-block;
  margin: 10px;
  height: 25px;
  vertical-align: top;
  line-height: 28px;
}
.contactForm input::placeholder, .contactForm textarea::placeholder {
  color: rgba(231, 231, 231, 1.00);
  font-weight: 100;
}
.contactForm textarea {
  height: 100px;
}
.contactForm input[name="cap"] {
  width: 326px;
}
.textPage {
  font-size: 13px;
  color: #fff;
  font-weight: 100;
  font-family: 'Open Sans', Arial, sans-serif;
  text-align: left;
}
.textPage.centerPage {
  width: 40%;
  vertical-align: top;
  min-width: 500px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.textPage a {
  color: #fff;
}
.textPage img {
  display: inline-block;
  margin-bottom: -4px;
}
.contactHistory {
  margin-top: 40px;
}
.contactHistory .message {
  display: block;
  background: rgba(0 0 0 / 10%);
  padding: 10px;
  border-radius: 3px;
  margin: 10px 0 0 0;
  width: 75%;
  text-align: left;
  position: relative;
}
.contactHistory .message.you {
  float: right;
  text-align: left;
}
.contactHistory .message.you span {
  position: absolute;
  left: -110px;
  font-size: 12px;
}
.contactHistory .message img {
  float: left;
  margin-right: 10px;
}
.contactHistory .message.admin {
  float: left;
  word-break: break-word;
}
.contactHistory .message.admin span {
  position: absolute;
  right: -110px;
  font-size: 12px;
}
.finishRegLabels {
  margin: 3px !important;
  padding: 4px 8px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.28);
  display: inline-block;
  cursor: pointer;
  text-transform: lowercase;
}
.finishRegOption {
  margin: 3px !important;
  text-transform: lowercase;
  padding: 4px 8px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.28);
  display: inline-block;
  cursor: pointer;
  color: #fff;
  border: 0;
}
.blinkerEverywhere {
  animation: blinker 2s linear infinite;
}
.top .login.noti.blinker {
  animation: blinker 2s linear infinite;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px !important;
  height: 20px !important;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 10%);
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #40e9a5;
}
input:focus + .slider {
  box-shadow: 0 0 1px #40e9a5;
}
input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.myInfo {
  position: absolute;
  top: 0;
  right: 0;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.centerDiv {
  margin: 5% auto !important;
  display: block !important;
}
.errorLoader {
  display: block;
  margin: 5% auto;
  width: 300px;
  padding: 10px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  position: relative;
}
.errorLoader.green {
  background: #FE2342;
  color: #fff;
  text-shadow: 1px 1px 3px #00000075;
  font-size: 15px;
  line-height: 21px;
  padding-right: 25px;
}
.errorLoader.green .space-20 {
  display: none;
}
.errorLoader.green .miniThumb {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  margin-right: 10px;
  cursor: pointer;
}
.errorLoader.green .isTyping {
  position: absolute;
  height: 20px;
  left: 5px;
  top: 46px;
}
.errorLoader.green p {
  margin: 0 0 10px 0;
}
.errorLoader.green .miniLink {
  cursor: pointer;
}
.errorLoader.green .timeStamp {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 52px;
  right: 10px;
  text-shadow: none;
}
.errorLoader.green .miniButton {
  background: #fff;
  color: #7ca876;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  width: auto;
  -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
  font-family: 'Ubuntu', sans-serif;
}
.errorLoader.green span {
  font-size: 13px;
  text-shadow: none;
  display: block;
  font-family: 'Ubuntu', sans-serif;
  text-align: left !important;
  color: #fff;
}
.errorLoader.green .closeError, .errorLoader.green .closeErrorB {
  background: none;
  border: none;
  color: #fff;
  font-size: 9px;
}
.errorLoader.green .closeError:hover, .errorLoader.green .closeErrorB:hover {
  background: none;
  border: none;
  color: #fff;
  font-size: 9px;
}
.errorLoader span {
  font-size: 12px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.errorLoader a {
  font-size: 15px;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #fff;
}
.errorLoader .closeError, .errorLoader .closeErrorB {
  background: #ff5c5c;
  font-size: 10pt;
  width: 21px;
  height: 21px;
  border: 1px solid #e33e41;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  line-height: 19px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  cursor: pointer;
}
.errorLoader .closeError:hover, .errorLoader .closeErrorB:hover {
  background: #000;
}
.main {
  max-width: 1240px;
  background: #32373B;
  border-radius: 20px;
  margin: 40px auto;
  position: relative;
}
.main.blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.bigIcon {
  --ggs: 5;
  display: block;
  clear: both;
  margin: 50px auto;
}
.mediumIcon {
  --ggs: 5;
  display: block;
  clear: both;
  margin: 10% auto;
}
.smallIcon {
  --ggs: 2;
  display: block;
  clear: both;
  margin: 10% auto;
}
.smallerIcon {
  --ggs: 0.5;
}
.smallerIcon.loginLoader {
  --ggs: 0.9;
  margin-top: 40px;
  margin-right: 120px;
}
.succesPayment img {
  height: 200px;
}
.erLoader {
  position: fixed;
  display: none;
  bottom: 10px;
  right: 10px;
  z-index: 70;
}
.inline {
  display: inline-block;
}
.clear {
  clear: both;
  display: block;
  width: 100%;
}
.top {
  display: block;
  height: auto;
  min-height: 85px;
  margin: 0 auto;
  clear: both;
  background: #FF2442;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-bottom: 20px;
}
.top .logo {
  line-height: 60px;
  color: #fff;
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
}
.top .menu {
  display: none;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.top .menu a {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  margin: 0 5px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
}
.top .menu a.buy {
  background: #820909;
  border-radius: 3px;
}
.top .menu a.buy i {
  float: left;
  margin-right: 4px;
}
.top .menu a:hover, .top .menu a.selected {
  background: #32373B;
  border-radius: 10px;
}
.top .menu a.goBack {
  display: none;
}
.top .menu a.goBack.selected {
  background: none;
}
.top .menu a span {
  font-size: 14px;
  display: inline-block;
  height: 16px;
  line-height: 15px;
  background: rgb(0 0 0 / 18%);
  color: #fff;
  padding: 5px 5px;
  border-radius: 5px;
  vertical-align: top;
  margin-right: 5px;
}
.top .menu a span.red {
  -webkit-box-shadow: inset 0px 0px 0px 10px #f00;
  -moz-box-shadow: inset 0px 0px 0px 10px #f00;
  box-shadow: inset 0px 0px 0px 10px #f00;
}
.top .notifications {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  width: 250px;
  right: 0px;
  min-height: 100px;
  border-radius: 3px;
  padding: 10px;
  overflow: auto;
  z-index: 12;
  margin: 70px 50px 0 0;
  font-family: 'Open Sans', Arial, sans-serif;
}
.top .notifications::-webkit-scrollbar {
  display: none;
}
.top .notifications .item {
  padding: 15px 10px 15px 10px;
  cursor: pointer;
  border-radius: 3px;
  margin: 3px 0;
}
.top .notifications .item.hasRead {
  opacity: 0.3;
}
.top .notifications .item.clearAll {
  font-size: 11px;
  text-align: center;
  width: 170px;
  display: inline-block;
}
.top .notifications .mute {
  display: inline-block;
  width: 30px;
  text-align: center;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  border-radius: 3px;
  margin: 3px 0;
}
.top .notifications .mute img {
  height: 15px;
  width: 15px;
}
.top .notifications .item:hover, .top .notifications .mute:hover {
  background: rgba(255, 255, 255, 0.08);
  opacity: 1;
}
.top .notifications .item p {
  margin: 17px 0 0 0;
  padding: 0;
  text-transform: lowercase;
  font-weight: 100;
  font-size: 13px;
}
.top .notifications .item .timeStamp {
  margin: 8px 0 0 0;
  padding: 0;
  text-transform: lowercase;
  font-weight: 100;
  font-size: 11px;
  color: #ccc;
}
.top .notifications .item .timeStamp u {
  text-decoration: none;
  float: right;
}
.top .notifications .item .timeStamp u.new {
  animation: blinker 2s linear infinite;
}
.top .notifications .item h5 {
  font-weight: bold;
  font-size: 15px;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: lowercase;
}
.top .notifications .item i {
  --ggs: 0.9;
  margin-right: 6px;
  display: inline-block;
}
.top .notifications .item h5 img {
  float: left;
  margin-right: 10px;
  margin-bottom: -17px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.top .login {
  display: block;
  float: right;
  background: #fff;
  border-radius: 5px;
  color: #E8419E;
  font-size: 15px;
  padding: 10px 15px;
  margin: 20px;
  text-transform: uppercase;
  cursor: pointer;
  height: 20px;
}
.top .login img {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  margin-right: 10px;
  margin-top: -5px;
  vertical-align: top;
}
.top .login.register {
  color: #fff;
  background: rgba(64, 233, 165, 1.00);
}
.top .login.noti {
  background: none;
  color: #fff;
  position: relative;
}
.top .login.noti:hover {
  background: none;
}
.top .login.noti span {
  font-size: 14px;
  display: inline-block;
  height: 16px;
  line-height: 15px;
  background: #222;
  color: #fff;
  padding: 5px 5px;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 5px;
}
.top .login:hover {
  color: #fff;
  background: #000;
}
.loginPage {
  background: rgba(0, 0, 0, 0.29);
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  padding: 20px;
  display: inline-block;
  color: #fff;
}
.loginPage .noMail {
  font-size: 13px;
}
.loginPage .noMail a {
  color: #fff;
}
.loginPage .errorLoader {
  display: none;
}
.loginPage .error {
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
.loginPage .errorBorder {
  border: 1px solid #ff0000;
}
.loginPage input[type=text], .loginPage input[type=password] {
  border: 0;
  padding: 12px 0;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  margin: 10px 0 0 0;
  width: 200px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.loginPage .loginButton {
  border: 0;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: rgba(64, 233, 165, 1.00);
  border-radius: 6px;
  margin: 10px 0 0 0;
  width: 200px;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  display: inline-block;
}
.loginPage .loginButton:hover {
  background: #222;
}
.loginPage a {
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 10px 0 0 0;
  display: inline-block;
}
.loginPage h3 {
  margin: 0;
  padding: 5px 0;
  color: #fff;
}
.loginPage label {
  margin: 20px 10px 10px 0;
}
.loginPage span {
  font-family: 'Open Sans', Arial, sans-serif;
}
.searchBlock {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  display: none;
  clear: both;
  font-family: 'Open Sans', Arial, sans-serif;
}
.searchBlock .searchInner {
  display: block;
  margin: 0 auto;
  padding: 20px;
}
.searchBlock .searchInner .searchItem {
  background: rgb(0 0 0 / 7%);
  width: 15%;
  padding: 10px;
  margin: 10px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  position: relative;
}
.searchBlock .searchInner .searchItem .abs {
  position: absolute;
  right: 15px;
  top: 15px;
}
.searchBlock .searchInner .searchItem span.searcher {
  width: 43%;
  display: inline-block;
}
.searchBlock .searchInner .searchItem label {
  cursor: pointer;
}
.searchBlock .searchInner .searchItem input[type="text"], .searchBlock .searchInner .searchItem select {
  border: 0;
  background: rgb(0 0 0 / 16%);
  padding: 0 7px;
  height: 30px;
  width: 47%;
  border-radius: 3px;
  -webkit-appearance: none;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
}
.searchBlock .searchInner .searchItem input::placeholder {
  color: rgba(255, 255, 255, 0.59);
}
.searchBlock .closeSearch {
  background: #ff5c5c;
  font-size: 10pt;
  width: 21px;
  height: 21px;
  border: 1px solid #e33e41;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  line-height: 19px;
  font-weight: bold;
  position: fixed;
  text-align: center;
  cursor: pointer;
}
.searchBlock .closeSearch:hover {
  background: #000;
}
.searchBlock .searchButton {
  display: inline-block;
  background: rgba(64, 233, 165, 1.00);
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
  margin: 20px;
  text-transform: uppercase;
  cursor: pointer;
  height: 20px;
}
.searchBlock .searchButton.reset {
  background: rgba(226, 75, 77, 1.00);
}
.searchBlock .searchButton:hover {
  background: #222;
}
.notifications .closeSearch {
  font-size: 10pt;
  padding: 15px;
  margin-top: -15px;
  margin-right: -15px;
  width: 21px;
  height: 21px;
  color: #EDEDED;
  font-family: 'Ubuntu', sans-serif;
  border-radius: 50%;
  float: right;
  line-height: 19px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.notifications .closeSearch:hover {
  color: rgba(211, 52, 55, 1.00);
}
.container {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}
.arrow {
  border: solid #fff;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding: 6px;
  cursor: pointer;
}
.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.homeContent {
  min-height: 150px;
  display: block;
  margin-top: 10px;
  color: #fff;
}
.homeContent .memberBlock {
  display: block;
  height: 320px;
  width: 100%;
  font-family: 'Open Sans', Arial, sans-serif;
  background: url("../assets/img/find-members.jpeg") 50% no-repeat;
  background-size: cover;
}
.homeContent .memberBlock .bigButton {
  display: block;
  margin: 20px auto;
  clear: both;
  background: #e60723;
  color: #fff;
  font-size: 15px;
  padding: 8px 15px;
  cursor: pointer;
  width: 150px;
  border-radius: 3px;
  text-align: center;
}
.homeContent .memberBlock p {
  display: block;
  max-width: 600px;
  color: #fff;
  margin: 0 auto;
  padding-top: 25px;
  text-align: center;
}
.homeContent .memberBlock .title {
  font-size: 30px;
  text-align: center;
  clear: both;
  color: #fff;
  padding-top: 25px;
}
.homeContent .memberBlock .bigButton:hover {
  background: #A30418;
}
.homeContent .reviewBox {
  width: calc(30% - 30px);
  border-radius: 3px;
  -moz-box-shadow: 0 0px 9px -5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0px 9px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0px 9px -5px rgba(0, 0, 0, 0.7);
  display: inline-block;
  margin: 25px 15px;
  font-weight: 100;
  font-size: 14px;
  text-align: left;
  padding: 15px;
  vertical-align: top;
}
.homeContent .reviewBox.noShadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  font-family: 'Open Sans', Arial, sans-serif;
}
.homeContent .reviewBox.noShadow.copyright {
  font-size: 13px;
}
.homeContent .reviewBox a {
  color: #fff;
  display: block;
  margin: 5px;
  text-decoration: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: bold;
}
.homeContent .reviewBox p {
  font-family: 'Open Sans', Arial, sans-serif;
}
.homeContent .reviewBox h4 {
  width: calc(100% - 30px);
  background: url("../assets/img/double-quote-serif-left-32.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  border-bottom: 1px solid #EBEEF2;
  height: 30px;
  margin-top: 5px;
  color: #fff;
  font-size: 22px;
}
.container .homePro {
  position: relative;
  height: 250px;
  width: 200px;
  margin: 10px;
  cursor: pointer;
  opacity: 0;
  display: inline-block;
}
.container .homePro .inner {
  height: 250px;
  width: 200px;
  transition: 0.3s;
  border-radius: 3px;
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.container .homePro .inner span {
  font-size: 12px;
  background: #FE2342;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  vertical-align: middle;
  position: absolute;
  top: 15px;
  right: 15px;
}
.container .homePro .inner img {
  width: 95%;
  height: 85%;
  display: block;
  margin: 5px auto;
  border-radius: 20px;
  clear: both;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.container .homePro .inner:hover, .container .homePro .inner.hover {
  height: 280px;
  width: 230px;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 2;
  font-size: 18px;
}
.container .homePro.hiddenBlock {
  display: none !important;
}
.container .profileBlock {
  color: #fff;
  height: calc(100% - 100px);
  width: calc(50% - 30px);
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 0 10px 30px 10px;
  display: block;
  float: left;
}
.container .profileBlock .profilePic {
  height: 310px;
  display: block;
}
.container .profileBlock .profilePic img {
  height: auto;
  width: 35%;
  border-radius: 3px;
  float: left;
  margin: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.container .profileBlock .profilePic .right {
  height: auto;
  width: 55%;
  float: left;
  display: block;
  margin-left: 10px;
}
.container .profileBlock .profilePic .right .info {
  font-size: 13px;
  margin-top: 10px;
}
.container .profileBlock .profilePic .right .info i {
  transform: scale(var(--ggs, 0.5));
  margin-bottom: -3px;
}
.container .profileBlock .profilePic .right img {
  height: auto;
  max-height: 140px;
  width: 120px;
  margin: 5px;
  vertical-align: bottom;
  cursor: pointer;
  filter: grayscale(100%);
}
.container .profileBlock .profilePic .right img:hover {
  filter: grayscale(0%);
}
.container .profileBlock .profilePic h3 {
  font-size: 30px;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  margin-bottom: 5px;
}
.container .profileBlock .profilePic h3 span {
  font-size: 14px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.17);
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  vertical-align: middle;
}
.container .profileBlock .profileText {
  display: block;
  padding: 10px;
  text-align: justify;
  background: #000;
  border-radius: 10px;
}
.container .profileBlock .profileText p {
  margin-bottom: 0px;
}
.container .profileBlock .aboutMe {
  text-align: left;
  padding: 10px;
  background: #000;
  border-radius: 10px;
  margin-top: 10px;
}
.container .profileBlock .aboutMe .detail {
  padding: 3px 10px 3px 3px;
  margin: 3px;
  width: calc(50% - 27px);
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  text-align: right;
  vertical-align: top;
}
.container .profileBlock .aboutMe .detail span {
  background: #fe2443;
  display: inline-block;
  width: 30%;
  margin-left: 10px;
  font-weight: bold;
  float: left;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  padding: 2px;
}
.container .profileBlock .addToFavorites {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(64, 233, 165, 1.00);
  color: #fff;
  width: auto;
  cursor: pointer;
  margin: 0 20px;
  border-radius: 4px;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.container .profileBlock .addToFavorites.winkButton {
  background: #FE2342;
  position: relative;
  transition: width 0.5s, height 4s;
  width: 111px;
  text-align: center;
}
.container .profileBlock .addToFavorites.likeButton {
  position: relative;
  background: #FE2342;
  transition: width 0.5s, height 4s;
  width: 105px;
  text-align: center;
}
.container .profileBlock .addToFavorites:hover {
  background: #222;
}
.container .profileBlock .addToFavorites img {
  margin-bottom: -2px;
  margin-right: 10px;
  height: 18px;
  width: 18px;
}
.container .chatBox {
  background: #000;
  width: calc(50% - 30px);
  border-radius: 3px;
  margin: 0 10px 30px 10px;
  display: block;
  float: left;
  margin-bottom: 20px;
}
.container .chatBox .history {
  padding: 20px;
  height: calc(100% - 120px);
  width: calc(100% - 45px);
  overflow-x: hidden;
  margin-top: 5px;
}
.container .chatBox .history .noMessagesYet {
  padding: 20px;
  color: #fff;
  margin-top: 10px;
  display: block;
  animation: upanddown 10s normal;
}
container .chatBox .history .noMessagesYet .arrow {
  border-width: 0 10px 10px 0;
  margin-top: 50px;
  padding: 10px;
}
.container .chatBox .typeArea {
  position: relative;
}
.container .chatBox .typeArea .buyCredits {
  padding: 10px;
  border-radius: 6px;
  background: rgba(100, 185, 58, 1.00);
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 80%;
}
.container .chatBox .typeArea .buyCredits:hover {
  background: #222;
}
.container .chatBox .typeArea .sendMessage {
  background: rgb(254 36 67);
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  padding: 10px;
  border-radius: 3px;
  height: calc(35px - 20px);
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
}
.container .chatBox .typeArea .sendMessage i {
  vertical-align: top;
  margin-top: -3px;
}
.container .chatBox .typeArea .sendMessage i.gg-spinner {
  vertical-align: top;
  margin-top: -3px;
  margin-left: -10px;
  margin-right: 10px;
}
.container .chatBox .typeArea .sendMessage:hover {
  background: #000;
}
.container .chatBox .typeArea .sendAttachment {
  background: rgb(254 36 67);
  position: absolute;
  right: 88px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 2px 15px;
  margin-right: 4px;
  border-radius: 3px;
  height: calc(35px - 4px);
  line-height: 40px;
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
}
.container .chatBox .typeArea .sendAttachment:hover {
  background: #000;
}
.container .chatBox .typeArea .sendAttachment i {
  --ggs: 0.7;
}
.chooseAtt {
  display: none;
  padding: 10px;
  background: rgba(0, 0, 0, 0.17);
  border-radius: 6px;
  margin-top: 50px;
  clear: both;
}
.chooseAtt .attPics {
  display: inline-block;
  margin: 3px;
}
.chooseAtt .attPics img {
  height: 100px;
  width: 100px;
  border-radius: 6px;
  border: 2px solid #fff;
  cursor: pointer;
}
.chooseAtt .attPics img:hover, .chooseAtt .attPics img.selected {
  border: 2px solid #222;
}
.container .chatBox textarea {
  background: #fff;
  display: block;
  height: 45px;
  border-radius: 3px;
  color: #000;
  width: calc(100% - 156px);
  border: #222;
  margin: 10px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 5px 130px 5px 5px;
}
.container .chatBox textarea::placeholder {
  color: #ccc;
}
.scrollStyle::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.scrollStyle::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.scrollStyle::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border: 0px none rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}
.scrollStyle::-webkit-scrollbar-track {
  background: none;
  border: 0px none rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}
.scrollStyle::-webkit-scrollbar-corner {
  background: transparent;
}
.talkLeft img, .talkRight img {
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  height: 43px;
  width: 34px;
  top: 0px;
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
}
.talkLeft img {
  right: -38px;
}
.talkRight img {
  left: -38px;
}
.talkLeft {
  word-break: break-word;
  position: relative;
  background: #FAFAFA;
  color: #222;
  text-align: left;
  max-width: 80%;
  float: left;
  height: auto;
  border-radius: 3px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 10px;
  margin-left: 5px;
  margin-top: 25px;
  font-size: 13px;
  min-width: 25%;
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
}
.talkLeft:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #FAFAFA transparent transparent;
  top: 50%;
  left: -10px;
  margin-top: -5px;
}
.talkRight {
  word-break: break-word;
  position: relative;
  font-size: 13px;
  background: #FE2342;
  color: #FFFFFF;
  text-align: right;
  min-width: 25%;
  max-width: 80%;
  float: right;
  height: auto;
  border-radius: 3px;
  margin-right: 10px;
  padding: 10px;
  margin-top: 25px;
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
}
.talkRight:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #FE2342 transparent transparent transparent;
  top: 50%;
  right: -10px;
  margin-top: -5px;
}
.talkRight span {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  right: 10px;
  color: #fff;
}
.talkLeft span {
  position: absolute;
  color: #fff;
  bottom: -20px;
  font-size: 12px;
  left: 10px;
}
.messageItem {
  display: inline-block;
  border-radius: 6px;
  height: 80px;
  width: 320px;
  text-align: left;
  margin: 5px;
  position: relative;
  cursor: pointer;
  opacity: 0;
}
.messageItem .inner {
  background: rgb(0 0 0 / 9%);
  height: 60px;
  padding: 10px;
  width: 300px;
  transition: 0.3s;
  border-radius: 3px;
  position: absolute;
  color: rgb([baseColorA]);
}
.editMessages {
  display: block;
  float: left;
  color: #fff;
  margin-left: 20px;
  border-radius: 6px;
  height: 20px;
  padding: 10px;
  position: relative;
  width: 25px;
  cursor: pointer;
  background: #FE2342;
}
.editMessages:hover {
  background: #222;
}
.messageItem .delete {
  display: none;
  position: absolute;
  left: -8px;
  top: -8px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  background: rgba(192, 55, 57, 1.00);
  color: #fff;
  z-index: 2;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
}
.messageItem .delete i {
  --ggs: 0.7;
}
.messageItem .delete:hover {
  background: #222;
}
.messageItem .inner.wobble:nth-child(2n) {
  animation-name: keyframes1;
  animation-iteration-count: infinite;
  transform-origin: 50% 10%;
}
.messageItem .inner.wobble:nth-child(2n-1) {
  animation-name: keyframes2;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform-origin: 30% 5%;
}
.messageItem.selected .inner {
  background: #222;
}
.homePro.selected .inner {
  background: rgba(0, 0, 0, 0.21);
}
.messageItem .inner:hover {
  height: 70px;
  width: 310px;
  margin-left: -5px;
  margin-top: -5px;
}
.messageItem .thumb {
  display: inline-block;
  height: 100%;
  width: calc(100% - 235px);
}
.messageItem .thumb img {
  height: 100%;
  width: 100%;
  border-radius: 6px;
}
.messageItem .info {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: 205px;
  height: 80px;
  color: #fff;
}
.messageItem .info .name {
  display: block;
  font-size: 16px;
}
.messageItem .info .name span {
  font-size: 12px;
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 3px 5px;
  float: left;
  margin-right: 5px;
  border-radius: 5px;
}
.messageItem .info .time {
  display: block;
  font-size: 11px;
  margin-top: 20px;
}
.messageItem .info .time span {
  display: block;
  float: right;
  margin-right: -20px;
  margin-top: 3px;
}
.messageItem .info .time span u {
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 0 3px;
  margin-left: 4px;
}
.messageItem .info .time span li {
  zoom: 60%;
}
.messageItem .info .time i {
  margin-bottom: -4px;
}
.messageItem .info .status {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 13px;
  min-width: 20px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  height: 20px;
  padding: 0 5px;
}
.messageItem .info .status img {
  height: 12px;
  width: 12px;
  margin-bottom: -3px;
  margin-right: 4px;
}
.messageItem .info .status.notEmpty {
  background: #ff3e3e;
}
.messageFilters {
  clear: both;
  margin-bottom: 15px;
  display: inline-block;
}
.messageFilters .filter {
  background: #000;
  display: block;
  float: left;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  height: 20px;
}
.messageFilters .filter span {
  background: #222;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
}
.messageFilters .filter.selected, .messageFilters .filter:hover {
  background: #FE2342;
}
.messageFilters .filter.left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.messageFilters .filter.right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.messageFilters .filter.middle {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.messageFilters .search {
  background: #fff;
  display: block;
  float: left;
  color: #222;
  margin-left: 20px;
  border-radius: 6px;
  height: 20px;
  padding: 10px;
  position: relative;
}
.messageFilters .search input {
  margin: 0;
  display: block;
  float: left;
  background: none;
  border: 0;
  height: 100%;
  padding-right: 25px;
  width: 150px;
  font-family: 'Ubuntu', sans-serif;
  color: #000;
}
.messageFilters .search input::placeholder {
  color: #222;
}
.messageFilters .search .clear {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.pageNumbers {
  clear: both;
  margin: 15px 0 15px 0;
  display: inline-block;
}
.pageNumbers .filter {
  display: block;
  float: left;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  height: 20px;
  font-size: 14px;
  background: #000;
}
.pageNumbers .filter.hiddenFilter {
  display: none;
}
.pageNumbers .filter.selected, .pageNumbers .filter:hover {
  background: #FE2342;
}
.pageNumbers .filter.left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pageNumbers .filter.right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pageNumbers .filter.middle {}
.pageNumbers .filter.showMore {
  border-radius: 6px;
}
.pageNumbers .filter span {
  background: #222;
  border-radius: 4px;
  font-size: 12px;
  padding: 3px 5px;
}
.creditPackage {
  display: inline-block;
  position: relative;
  height: 270px;
  width: 210px;
  margin: 20px 5px;
}
.creditPackage .inner {
  display: block;
  position: absolute;
  height: 250px;
  width: 190px;
  padding: 10px;
  border-radius: 3px;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #fff;
}
.creditPackage .inner.selected {
  height: 250px;
  width: 230px;
  margin-top: 0px;
  margin-left: -20px;
  z-index: 11;
}
.creditPackage .inner.p {
  background: #e2539b;
  background: -moz-linear-gradient(top, #e2539b 0%, #c40170 100%);
  background: -webkit-linear-gradient(top, #e2539b 0%, #c40170 100%);
  background: linear-gradient(to bottom, #e2539b 0%, #c40170 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2539b', endColorstr='#c40170', GradientType=0);
}
.creditPackage .inner.s {
  background: rgb(66, 133, 134);
  background: linear-gradient(0deg, rgba(66, 133, 134, 1) 0%, rgba(34, 193, 195, 1) 100%);
}
.creditPackage .inner.m {
  background: rgb(66, 133, 134);
  background: linear-gradient(0deg, rgba(66, 133, 134, 1) 0%, rgba(34, 195, 89, 1) 100%);
}
.creditPackage .inner.l {
  background: rgb(180, 58, 102);
  background: linear-gradient(90deg, rgba(180, 58, 102, 1) 0%, rgba(252, 176, 69, 1) 100%);
}
.creditPackage .inner.xl {
  background: rgb(180, 58, 102);
  background: linear-gradient(90deg, rgba(180, 58, 102, 1) 0%, rgba(252, 69, 69, 1) 100%);
}
.creditPackage .inner.xxl {
  background-color: #485461;
  background-image: linear-gradient(315deg, #485461 0%, #28313b 74%);
}
.creditPackage .inner .doubler {
  position: absolute;
  z-index: 200;
  left: 15px;
  top: 10px;
  background: rgb(40 49 45);
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.creditPackage .inner .doubler i {
  --ggs: 1;
  color: #fff;
  margin: 0 0 -5px 0;
}
.creditPackage .inner i {
  color: #fff;
  --ggs: 3;
  margin-top: 30px;
}
.creditPackage .inner i.smallIcon {
  color: #fff;
  --ggs: 0.9;
  margin: 0 0 -2px 2px;
}
.extraH3 {
  color: #fff;
}
.homePro.showInstant {
  opacity: 1;
}
.creditPackage .inner .line {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  clear: both;
  margin: 5px 0 5px 0;
}
.creditPackage .inner h2 {
  font-size: 35px;
  margin: 20px 0 0 0;
  padding: 0;
}
.creditPackage .inner h3 {
  font-size: 25px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.creditPackage .inner h4 {
  font-size: 20px;
  margin: 10px 0 0 0;
  padding: 0;
  text-transform: uppercase;
  height: 20px;
  display: inline-block;
}
.creditPackage .inner.selected .blinkMe {
  animation: blinker 2s linear infinite;
}
.creditPackage .inner .buy {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 5px;
  color: #222;
  background: #fff;
  transition: 0.3s;
  width: 50%;
  height: 20px;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.creditPackage .inner .buy:hover {
  background: #222;
  color: #fff;
}
.creditPackage .inner.selected .buy {}
.creditPackage .inner del {
  opacity: 0.5;
}
.creditPackage .inner .coupon {
  text-decoration: underline;
  cursor: help;
}
.couponCursor {
  position: absolute;
  z-index: 12;
  background: #222;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  display: none;
}
.creditPage {
  color: #fff;
}
.creditPage i {
  --ggs: 0.8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 20px;
}
.payIcons img {
  height: 32px;
  margin: 0 10px;
}
.payIcons p {
  font-size: 12px;
  color: #fff;
}
.payIcons p a {
  font-size: 12px;
  color: #fff;
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 11;
}
.ribbon::before, .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid rgba(0, 0, 0, 0.7);
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #c60007;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon span.blacker {
  color: #222;
}
/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before, .ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
.myProfile input::placeholder, .myProfile textarea::placeholder {
  color: #222;
}
.myProfile {
  color: #fff;
  width: calc(50% - 70px);
  height: 300px;
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 0 10px 60px 10px;
  display: block;
  float: left;
  position: relative;
  padding: 20px;
  background: #000;
  border-radius: 10px;
}
.myProfile .cap {
  padding: 10px;
  border: 0px;
  border-radius: 5px;
  -webkit-appearance: none;
  background: rgba(0 0 0 / 10%);
  display: inline-block;
  margin: 10px;
  height: 25px;
  vertical-align: top;
  line-height: 28px;
}
.myProfile h4 {
  font-size: 13px;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  padding: 10px;
  margin: 0;
  color: #fff;
  position: absolute;
  top: -38px;
  z-index: 0;
  left: 25px;
  border-radius: 3px;
}
.myProfile.right h4 {
  left: auto;
  right: 25px;
}
.myProfile .innerPictures {
  height: 160px;
  overflow-x: hidden;
}
.myProfile .innerPicture {
  height: 120px;
  width: 100px;
  margin: 6px;
  display: inline-block;
}
.myProfile .innerPicture i {
  cursor: pointer;
  --ggs: 0.8;
  vertical-align: bottom;
}
.myProfile .innerPicture i.gg-check-o {
  --ggs: 0.7;
  margin-bottom: -3px;
}
.myProfile .innerPicture i.gg-radio-check {
  --ggs: 0.75;
  margin-bottom: -3px;
}
.myProfile .innerPicture i.left {
  margin-right: 2px;
}
.myProfile .innerPicture i.right {
  margin-left: 20px;
}
.myProfile .innerPicture i:hover {
  color: aquamarine;
}
.myProfile .innerPicture img {
  border-radius: 3px;
  height: 100px;
  width: 100px;
  cursor: pointer;
  border: 4px solid #fff;
}
.myProfile .innerPicture img:hover, .myProfile .innerPicture img.selected {
  border: 4px solid #222;
}
.myProfile .uploadProPicButton, .myProfile .SaveProTextPicButton {
  display: inline-block;
  vertical-align: bottom;
  background: #FE2342;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  padding: 10px 15px;
  margin: 5px 20px;
  text-transform: uppercase;
  cursor: pointer;
  height: 20px;
  font-weight: bold;
}
.myProfile .uploadProPicButton:hover, .myProfile .SaveProTextPicButton:hover {
  background: #222;
}
.myProfile input[type=file] {
  display: none;
}
.myProfile label {
  width: calc(50% - 14px);
  display: block;
  margin: 5px;
  height: 25px;
  font-size: 14px;
  float: left;
}
.myProfile .leftLabel {
  display: block;
  float: left;
  width: calc(40% - 2px);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #fff;
  height: 25px;
  font-family: 'Ubuntu', sans-serif;
  line-height: 25px;
}
.myProfile .leftLabel.buttonStyle {
  width: calc(100% - 2px);
  border-radius: 6px;
  background: rgba(64, 233, 165, 1.00);
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}
.myProfile .leftLabel.buttonStyle:hover {
  background: #222;
  color: #fff;
  border: 1px solid #222;
}
.myProfile .rightLabel {
  width: calc(60% - 2px);
  display: block;
  float: left;
  border-left: 0px;
  overflow: hidden;
}
.myProfile .rightLabel i {
  position: absolute;
  margin-left: 5px;
  margin-top: 2px;
  --ggs: 0.7;
  cursor: pointer;
}
.myProfile .rightLabel i:hover {
  color: #ccc;
}
.myProfile .rightLabel input[type="text"], .myProfile .rightLabel select {
  width: calc(100% - 20px);
  padding: 0 10px;
  border: 0px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  height: 25px;
  border-radius: 10px;
  text-transform: capitalize;
  -webkit-appearance: none;
  background: #fff;
  color: #000;
  font-size: 13px;
}
.myProfile .rightLabel select {
  width: 100%;
  cursor: pointer;
}
.myProfile .myMatchLabels {
  display: block;
  width: calc(25% - 24px);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  height: 25px;
  font-family: 'Ubuntu', sans-serif;
  line-height: 25px;
  text-align: left;
  padding-left: 10px;
}
.myProfile .myMatchLabels.autoSize {
  width: auto;
  padding-right: 10px;
  float: none !important;
  display: inline-block !important;
}
.myProfile .rightLabel select.dob {
  display: inline-block;
  width: calc(33% - 3px) !important;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
}
.myProfile textarea {
  width: calc(100% - 20px);
  padding: 10px;
  border: 0px;
  font-family: 'Ubuntu', sans-serif;
  color: #000;
  font-size: 15px;
  height: 180px;
  text-transform: capitalize;
  text-align: left;
  -webkit-appearance: none;
  border-radius: 3px;
  background: #fff;
}
.profileB, profileC, profileD {
  display: none;
}
.settingsBlock {
  text-align: left;
}
.space-50 {
  clear: both;
  height: 50px;
}
.space-20 {
  clear: both;
  height: 20px;
}
.space-10 {
  clear: both;
  height: 10px;
}
.space-5 {
  clear: both;
  height: 5px;
}
.space-15 {
  clear: both;
  height: 15px;
}
.spacer-10 {
  display: inline-block;
  width: 10px;
}
.spacer-5 {
  display: inline-block;
  width: 10px;
}
.spacer-2 {
  display: inline-block;
  width: 2px;
}
.settingsBlock .inner {
  line-height: 32px;
}
.myProfile .newEmail {
  display: block;
  background: #fff;
  border: 0;
  padding: 10px 15px;
  border-radius: 10px;
  height: 100%;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  color: #000;
  margin: 20px;
  width: calc(100% - 70px);
}
.myProfile .activateNewEmail, .myProfile .activateNewPassword, .myProfile .deactivateButton {
  display: inline-block;
  background: #FE2342;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  padding: 10px 15px;
  margin: 20px;
  text-transform: uppercase;
  cursor: pointer;
  height: 20px;
  font-weight: bold;
}
.deactivateButton {
  margin: 0 !important;
}
.myProfile p.small {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.likeAreaB, .likeAreaC {
  display: none;
}
.openPictureOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  cursor: pointer;
  display: none;
  background: rgba(0, 0, 0, 0.45);
}
.openPictureOverlay img {
  margin: 0 auto;
  max-height: calc(100% - 40px);
  max-width: calc(100% - 20px);
  display: block;
  margin-top: 20px;
  border-radius: 3px;
}
.tooltip {
  position: fixed;
  z-index: 50;
  background: #222;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  display: none;
}
.pincode {
  width: 300px;
  height: 530px;
  margin: 0 auto;
}
.pincode .number {
  height: 98px;
  width: 98px;
  -webkit-box-shadow: inset 0 0 15px rgba(225, 225, 225, 0.1);
  -moz-box-shadow: inset 0 0 15px rgba(225, 225, 225, 0.1);
  box-shadow: inset 0 0 15px rgba(225, 225, 225, 0.1);
  color: #fff;
  display: block;
  float: left;
  margin: 1px;
  text-align: center;
  line-height: 85px;
  font-size: 40px;
  cursor: pointer;
  border-radius: 6px;
}
.pincode .number.green {
  background: rgba(64, 233, 165, 1.00);
}
.pincode .number.red {
  background: rgba(226, 75, 77, 1.00);
}
.pincode .number:hover {
  background: #222;
  color: #fff;
}
.pincode .pinFill {
  height: auto;
  padding: 5px;
  width: calc(100% - 12px);
  -webkit-box-shadow: inset 0 0 15px rgba(225, 225, 225, 0.1);
  -moz-box-shadow: inset 0 0 15px rgba(225, 225, 225, 0.1);
  box-shadow: inset 0 0 15px rgba(225, 225, 225, 0.1);
  color: #fff;
  display: block;
  float: left;
  margin: 1px;
  text-align: center;
  border-radius: 6px;
}
.pincode .pinFill input {
  font-size: 40px;
  width: 155px;
  border: 0;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  outline: none;
  letter-spacing: 14px;
  -webkit-appearance: none;
  text-align: center;
  margin: 5px 0;
}
.pincode .loaderPin {
  display: none;
}
.pincode a {
  display: block;
  text-align: center;
  color: #fff;
  margin: 10px 0;
}
.pincode .loaderPin i {
  display: block;
  margin: 0 auto;
  margin-top: 20%;
}
.mobileMenuButton {
  display: none;
}
.openMobileChatbox {
  display: none !important;
}
.closeMobileChatBox {
  position: fixed;
  top: 5px;
  font-size: 15px;
  right: 15px;
  text-decoration: underline;
  padding: 5px;
  color: #fff;
  display: none;
  z-index: 99999;
}
.stop-scrolling {}
.creditCount, .giftCount, .MsgCount {
  display: none;
}
.box {
  position: relative;
  width: 140px;
  margin: 0 30px;
  display: inline-block;
  cursor: pointer;
}
.box::before {
  content: "";
  width: 240px;
  height: 240px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.box-body {
  position: relative;
  height: 100px;
  width: 100px;
  margin-top: 123.3333333333px;
  background-color: #cc231e;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  background: linear-gradient(#762c2c, #ff0303);
}
.box-body .img {
  opacity: 0;
  ransform: translateY(0%);
  transition: all 0.5s;
  margin: 0 auto;
  display: block;
  height: 92px;
  width: 100px;
  background: #222;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #fff;
  padding-top: 8px;
  line-height: 20px;
  overflow: hidden;
}
.box-body .img strong {
  font-weight: bold;
  font-size: 20px;
}
.box-body .img i {
  font-size: 11px;
}
.box-body.hover {
  cursor: pointer;
  -webkit-animation: box-body 1s forwards ease-in-out;
  animation: box-body 1s forwards ease-in-out;
}
.box-body.hover .img {
  opacity: 1;
  z-index: 0;
  transform: translateY(-137px) rotate(3deg) skewY(4deg);
}
.box-body.hover .box-lid {
  -webkit-animation: box-lid 1s forwards ease-in-out;
  animation: box-lid 1s forwards ease-in-out;
}
.box-body.hover .box-bowtie::before {
  -webkit-animation: box-bowtie-left 1.1s forwards ease-in-out;
  animation: box-bowtie-left 1.1s forwards ease-in-out;
}
.box-body.hover .box-bowtie::after {
  -webkit-animation: box-bowtie-right 1.1s forwards ease-in-out;
  animation: box-bowtie-right 1.1s forwards ease-in-out;
}
.box-body::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  background: linear-gradient(#ffffff, #ffefa0)
}
.box-lid {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 90%;
  height: 40px;
  background-color: #cc231e;
  width: 120px;
  border-radius: 5%;
  box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.3);
}
.box-lid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  background: linear-gradient(#ffefa0, #fff)
}
.box-bowtie {
  z-index: 1;
  height: 100%;
}
.box-bowtie::before, .box-bowtie::after {
  content: "";
  width: 43.3333333333px;
  height: 43.3333333333px;
  border: 16.6666666667px solid white;
  border-radius: 50% 50% 0 50%;
  position: absolute;
  bottom: 99%;
  z-index: -1;
}
.box-bowtie::before {
  left: 50%;
  -webkit-transform: translateX(-100%) skew(10deg, 10deg);
  transform: translateX(-100%) skew(10deg, 10deg);
}
.box-bowtie::after {
  left: 50%;
  -webkit-transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
  transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
}
@-webkit-keyframes box-lid {
  0%, 42% {
    -webkit-transform: translate3d(-50%, 0%, 0) rotate(0deg);
    transform: translate3d(-50%, 0%, 0) rotate(0deg);
  }
  60% {
    -webkit-transform: translate3d(-85%, -230%, 0) rotate(-25deg);
    transform: translate3d(-85%, -230%, 0) rotate(-25deg);
  }
  90%, 100% {
    -webkit-transform: translate3d(-119%, 225%, 0) rotate(-70deg);
    transform: translate3d(-119%, 225%, 0) rotate(-70deg);
  }
}
@keyframes box-lid {
  0%, 42% {
    -webkit-transform: translate3d(-50%, 0%, 0) rotate(0deg);
    transform: translate3d(-50%, 0%, 0) rotate(0deg);
  }
  60% {
    -webkit-transform: translate3d(-85%, -230%, 0) rotate(-25deg);
    transform: translate3d(-85%, -230%, 0) rotate(-25deg);
  }
  90%, 100% {
    -webkit-transform: translate3d(-119%, 225%, 0) rotate(-70deg);
    transform: translate3d(-119%, 225%, 0) rotate(-70deg);
  }
}
@-webkit-keyframes box-body {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(0%, 25%, 0) rotate(20deg);
    transform: translate3d(0%, 25%, 0) rotate(20deg);
  }
  50% {
    -webkit-transform: translate3d(0%, -15%, 0) rotate(0deg);
    transform: translate3d(0%, -15%, 0) rotate(0deg);
  }
  70% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
}
@keyframes box-body {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(0%, 25%, 0) rotate(20deg);
    transform: translate3d(0%, 25%, 0) rotate(20deg);
  }
  50% {
    -webkit-transform: translate3d(0%, -15%, 0) rotate(0deg);
    transform: translate3d(0%, -15%, 0) rotate(0deg);
  }
  70% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
}
@-webkit-keyframes box-bowtie-right {
  0%, 50%, 75% {
    -webkit-transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
    transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
  }
  90%, 100% {
    -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.3);
  }
}
@keyframes box-bowtie-right {
  0%, 50%, 75% {
    -webkit-transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
    transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
  }
  90%, 100% {
    -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes box-bowtie-left {
  0% {
    -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
  }
  50%, 75% {
    -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
  }
  90%, 100% {
    -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
  }
}
@keyframes box-bowtie-left {
  0% {
    -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
  }
  50%, 75% {
    -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
  }
  90%, 100% {
    -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
  }
}
@keyframes keyframes1 {
  0% {
    transform: rotate(-1deg);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotate(1.5deg);
    animation-timing-function: ease-out;
  }
}
@keyframes keyframes2 {
  0% {
    transform: rotate(1deg);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotate(-1.5deg);
    animation-timing-function: ease-out;
  }
}
.howToPay {
  display: none;
  padding: 20px;
  width: 1px;
  border-radius: 15px;
  vertical-align: top;
  color: #fff;
  min-height: 300px;
}
.howToPay .innerPay {
  display: none;
}
.howToPay .innerPay .backToCredits {
  display: inline-block;
  background: rgba(64, 233, 165, 1.00);
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 10px;
  border-radius: 3px;
  margin-top: 15px;
  cursor: pointer;
}
.howToPay .innerPay .backToCredits:hover {
  background: #222;
}
.howToPay .innerPay .selector {
  text-align: center;
  display: inline-block;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  color: #222;
  margin: 5px;
  width: 200px;
  transition: 0.3s;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
}
.howToPay .innerPay .selector:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 50%);
}
.howToPay .innerPay img {
  height: 50px;
}
.howToPay h3 {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
}
.howToPay.toggled {
  width: calc(100% - 600px);
  transition: width 0.4s, height 0.4s;
}
.ageplus {
  display: block;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  border: 5px solid rgba(201, 52, 55, 1.00);
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -30px;
}
.blurAll {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.apiOverlay {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999999;
}
.apiOverlay .apiInnerOverlay {
  position: relative;
  margin: 0 auto;
  padding: 10px;
  width: 90%;
  border-radius: 3px;
  max-width: 500px;
  margin-top: 50px;
  background: #000;
  min-height: 100px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.apiOverlay .apiInnerOverlay .buttonAccept {
  margin: 20px 0;
  background: #84B718;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
}
.apiOverlay .apiInnerOverlay .scrollOverlay {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.30);
  height: 200px;
  overflow: auto;
  padding: 10px;
  margin-top: 20px;
}
.apiOverlay .apiInnerOverlay a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.30);
}
.apiOverlay .apiInnerOverlay .scrollOverlay::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.apiOverlay .apiInnerOverlay .scrollOverlay::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.apiOverlay .apiInnerOverlay .scrollOverlay::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
.apiOverlay .apiInnerOverlay .scrollOverlay::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* mobile */
@media only screen and (max-width : 1030px), only screen and (max-device-width : 1030px) {
  .top .menu a {
    margin: 15px 5px;
  }
}
@media only screen and (max-width : 560px), only screen and (max-device-width : 560px) {
  .myInfo {
    position: static;
  }
  .top .login.register {
    display: none;
  }
  .overlayContact .innerOverlayContact {
    left: 50%;
    position: fixed;
    z-index: 999999;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: calc(100% - 40px);
    background: #fff;
    border-radius: 5px;
    padding: 15px;
  }
  .main {
    margin: 0 !important;
  }
  .top .menu a {
    margin: 0 5px;
  }
  .top .menu a.buy {
    background: none;
  }
  .top {
    width: auto;
    position: relative;
    height: 50px;
    border-radius: 0px;
  }
  .activateAlert a {
    color: #fff;
    margin: 0;
    background: none;
    border-radius: 0;
    padding: 0;
    text-decoration: underline;
  }
  .textPage {
    padding: 10px;
  }
  .howToPay.toggled {
    width: calc(100% - 20px);
    display: block !important;
  }
  .top .menu {
    clear: both;
    float: none;
    position: absolute;
    top: 80px;
    z-index: 10;
    right: 0;
    left: 0;
    display: none;
    margin-top: 0px;
    background: #000;
  }
  .top .menu a:hover, .top .menu a.selected {
    background: #FE2342;
  }
  .top .menu a {
    clear: both;
    float: none;
    display: block;
    padding-bottom: 6px;
    margin: 5px;
    border-bottom: 1px solid rgba(252, 252, 252, 0.20);
  }
  .top .menu a span {
    vertical-align: top;
  }
  .myProfile label {
    width: 95%;
  }
  [data-name=myProfile] {
    position: absolute;
    height: 30px !important;
    width: 30px;
    right: 65px;
    top: 21px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    background: none !important;
  }
  [data-name=myProfile] img {
    margin: 0 !important;
  }
  .top .menu a.goBack {
    display: none;
  }
  .top .login.noti {
    position: absolute;
    left: 0px;
    top: 12px;
    margin: 0 !important;
  }
  .top .logo {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-right: 0 !important;
  }
  .mobileMenuButton {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: none;
  }
  .mobileMenuButton i {
    color: #fff;
    margin: 21px 13px 13px 13px;
    cursor: pointer;
    --ggs: 1.5;
  }
  .box {
    display: block;
    margin: 0 auto;
    height: 200px;
  }
  .homeContent .reviewBox {
    width: calc(100% - 60px);
    height: auto;
  }
  .homeContent .memberBlock {
    padding: 10px;
    width: auto !important;
  }
  .homeContent .reviewBox a {
    display: inline-block;
    width: 25%;
  }
  .top .notifications {
    left: 5px;
  }
  .top {
    min-height: auto !important;
  }
  .messageFilters .search {
    display: block;
    clear: both;
    margin: 5px 0;
  }
  .searchBlock .searchInner .searchItem {
    width: calc(100% - 50px);
    text-align: left;
  }
  .creditPage span {
    maring: 0;
    padding: 0;
  }
  .creditPage span {
    display: block;
    margin: 3px 0;
  }
  .space-50 {
    height: 10px;
  }
  .creditPackage {
    margin-top: 25px;
  }
  .myProfile {
    width: calc(100% - 70px);
    margin-top: 15px;
    height: auto;
  }
  .myProfile.settingsBlock {
    font-size: 13px;
  }
  .container .profileBlock {
    width: 100%;
    float: none;
    margin: 0;
  }
  .container .profileBlock .profilePic img {
    height: auto;
    width: calc(100% - 20px);
  }
  .spacer-10 {
    display: block;
    height: 5px;
  }
  .container .profileBlock .profilePic .right .info .spacer-10 {
    display: inline-block !important;
  }
  .container .profileBlock .profilePic .right .info {
    font-size: 12px;
  }
  .container .profileBlock .profilePic .right .info i {
    --ggs: 0.4;
    vertical-align: bottom;
  }
  .container .profileBlock .profilePic {
    float: none;
    width: 100%;
  }
  .container .profileBlock .profilePic .right {
    float: none;
    width: 100%;
  }
  .container .profileBlock .profileText {
    clear: both;
  }
  .container .profileBlock .aboutMe .detail {
    width: calc(100% - 20px);
  }
  .container .chatBox .history .clear {
    height: 15px;
  }
  .container .chatBox {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    border-radius: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.80);
  }
  .closeMobileChatBox {
    display: none;
  }
  .openMobileChatbox {
    display: inline-block !important;
    background: #FD2442 !important;
    border: 0px solid #3E6BA7 !important;
  }
  .container .profileBlock .profilePic .right img {
    width: 28%;
    height: auto;
  }
  .tooltip {
    display: none !important;
    opacity: 0;
  }
  .myProfile .myMatchLabels {
    width: calc(100% - 24px);
  }
  .container .chatBox textarea {
    background: rgba(255, 255, 255, 0.8);
    color: #222;
    font-size: 15px;
  }
  .container .chatBox textarea::placeholder {
    color: #222;
  }
  .container .homePro {
    width: calc(50% - 23px);
    display: block;
    float: left;
    height: 235px;
    overflow: hidden;
    font-size: 12px;
  }
  .container .homePro .inner img {
    height: 200px;
  }
  .container .homePro .inner {
    width: 100%;
    height: auto;
    position: static;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .contactForm input[type="button"] {
    width: auto;
  }
  .container .homePro .inner:hover, .container .homePro .inner.hover {
    width: 100%;
    height: auto;
    position: static;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 !important;
  }
  .container .profileBlock .profilePic {
    height: auto !important;
  }
  .container .profileBlock .addToFavorites {
    width: 80% !important;
    margin-bottom: 10px;
    text-align: left !important;
    border: 0px solid #FE5E3C;
    background: #fe2342;
  }
  .textPage.centerPage {
    width: 80%;
    max-width: auto;
    min-width: auto;
  }
  .contactForm input[type="text"], .contactForm select, .contactForm textarea {
    width: calc(100% - 50px);
  }
  .contactForm input[name="cap"] {
    width: calc(100% - 135px);
  }
  .container .chatBox .typeArea .buyCredits {
    bottom: 20px;
    width: 100%;
    border-radius: 0;
  }
  .pageNumbers .filter.middle {
    margin: 3px;
  }
  .pageNumbers {
    clear: both;
    margin: 15px auto;
    display: block;
    width: 80%;
  }
  .payIcons {
    margin-top: 50px;
  }
  .messageFilters .filter, .messageFilters .search {
    width: calc(50% - 39px);
    display: inline-block;
    float: none;
    border-radius: 6px;
    border: 0px !important;
    margin: 2px;
  }
  .editMessages {
    margin-top: 4px;
  }
  .filterMap {
    width: 100%;
  }
  .mapOutliner {
    width: calc(100% - 20px);
  }
  .filterMapSelections {
    width: calc(100% - 40px);
    margin-top: 20px;
    height: auto;
  }
  .phoneFrame {
    margin: 0 auto;
    display: block;
    width: 90%;
    height: 400px;
    border-radius: 3px;
  }
  .contactHistory .message.admin span, .contactHistory .message.you span {
    position: static;
    right: inherit;
    font-size: 12px;
    display: block;
    margin-top: 15px;
    float: right;
  }
  .messageItem {
    width: calc(100% - 20px);
    height: 65px;
  }
  .messageItem .inner {
    background: none;
    width: calc(100% - 34px);
  }
  .messageItem .thumb {
    width: calc(100% - 278px);
  }
  .messageItem .thumb img {
    -webkit-box-shadow: 7px 7px 38px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 7px 38px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 7px 38px -3px rgba(0, 0, 0, 0.75);
  }
  .messageItem .info .time {
    margin-top: 5px;
  }
}