#ar-header {
  background: linear-gradient(175deg, #eee, transparent); }

@media (max-width: 800px) {
  #ar-header {
    background: #eee; } }

.full-size, .p-main-photo-bg, .p-view-all, .mp-add-photo input, .mp-add-photo ng-transclude {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.m-overlay, ar-cropper .ar-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.internal-menu a, .ar-badge, .m-action, ar-gallery, .g-action, .g-menu, #imageUploadModal, #imageUploadModal .preview-container, #imageUploadModal .loader-container, ar-warning .important, .mp-add-photo ng-transclude, .search-nav a, .ib-msg, .button, .alert-box .close, .p-view-all, .up input[type=radio] {
  text-align: center;
  justify-content: center;
  align-items: center; }

.internal-menu a, .ar-badge, .m-action, ar-gallery, .g-action, .g-menu, #imageUploadModal, #imageUploadModal .preview-container, #imageUploadModal .loader-container, ar-warning .important, .mp-add-photo ng-transclude, .search-nav a, .ib-msg {
  display: flex; }

.button, .alert-box .close, .p-view-all, .up input[type=radio] {
  display: inline-flex; }

input[type=checkbox], select, .up input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

html, body {
  margin: 0;
  min-height: 100%;
  color: #FFFFFF;
  background: #2C2C2C; }

body {
  font-family: Montserrat, sans-serif; }

* {
  box-sizing: border-box;
  backface-visibility: hidden; }

a {
  text-decoration: none;
  color: inherit; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  text-transform: uppercase; }

.bar svg, .ar-members-bar svg, main svg {
  fill: currentColor;
  height: 1em; }

[ng-cloak] {
  display: none !important; }

[ar-toggle], [ng-click] {
  cursor: pointer;
  user-select: none; }

@media (max-width: 1200px) {
  body {
    font-size: calc(12px + (1vw - 8px)); } }

@media (max-width: 800px) {
  body {
    font-size: 16px; } }

input[type=checkbox] {
  background: #EAEAEA;
  border-radius: 4px;
  width: 2em;
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 2px #272727; }

input[type=checkbox]:checked {
  background: #f56947 url("/theme/images/check.svg") center no-repeat;
  background-size: 60%; }

input[type=text], input[type=email], input[type=password], input:not([type]), select, textarea {
  background: #EAEAEA;
  color: #272727;
  border-radius: 4px;
  font-size: inherit;
  border: 1px solid;
  max-width: 100%; }

input[type=text], input[type=email], input[type=password], input:not([type]), select {
  width: 200px;
  height: 48px;
  padding: 0 10px; }

textarea {
  padding: 10px;
  height: 150px; }

select {
  background: #EAEAEA url("/theme/images/arrow.svg") no-repeat right 10px center;
  background-size: 1em; }

::-webkit-scrollbar {
  width: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(122, 122, 122, 0.5);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5) inset; }

#ar-header {
  position: relative;
  z-index: 4;
  /* ar-negative-actions 2, .cs-overlay 3 */ }

#ar-header .bar-wrapper {
  height: 80px;
  align-items: stretch; }

.logo {
  display: inline-flex;
  align-items: center; }

.logo img {
  max-width: 160px;
  max-height: 80px; }

.back-button {
  margin-left: auto;
  align-self: center; }

.internal-menu {
  margin: auto;
  display: flex;
  flex: 1;
  justify-content: space-around;
  max-width: 50%; }

.internal-menu a {
  padding: 0 1em;
  font-weight: bold; }

body:not(.tab-banners-loaded) header .internal-menu {
  visibility: hidden; }

.right-menu {
  display: flex;
  align-items: center; }

.nav-chat-link {
  padding: 0.5em;
  margin: 0 0.5em; }

.notifications-link {
  padding: 0.5em; }

.public-menu {
  margin-left: auto;
  align-self: center; }

.public-menu ~ nav {
  display: none; }

.bar {
  background: #121212;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0 1em; }

.bar sup {
  font: bold 10px monospace;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #f56947;
  color: #121212;
  align-self: start;
  margin: -1em 0 0 -0.75em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: counter 10s infinite cubic-bezier(0.3, 0.8, 0.5, 1.2); }

@keyframes counter {
  50% {
    transform: scale(1.001); }
  52% {
    transform: rotate(15deg); }
  54% {
    transform: rotate(-15deg); }
  58% {
    transform: scale(1.1, 0.9); }
  62% {
    transform: translateY(-50%); }
  66% {
    transform: scale(1.05, 0.95); }
  68% {
    transform: scale(1.001); } }

.bar-wrapper {
  max-width: 1600px;
  margin: auto;
  display: flex;
  align-items: center; }

.has-dropdown {
  padding-right: 25px;
  position: relative; }

.has-dropdown::before {
  content: '';
  display: block;
  position: absolute;
  border: 4px solid transparent;
  border-top-color: currentColor;
  right: 10px;
  top: 50%;
  margin-top: -3px; }

.user-menu {
  position: relative;
  align-self: stretch;
  display: inline-flex;
  align-items: center; }
  .user-menu > a {
    padding-left: 10px;
    color: inherit; }
  .user-menu img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid; }
  .user-menu .dropdown {
    z-index: 2;
    right: 0;
    top: 80px;
    background: #121212;
    padding: 5px; }
    .user-menu .dropdown a {
      display: block;
      white-space: nowrap;
      padding: 0.5em 3em 0.5em 1em;
      font-size: 14px;
      text-transform: none;
      border-bottom: 1px solid #404040; }
    .user-menu .dropdown a:last-child {
      opacity: 0.6;
      border: none; }
  .user-menu.active {
    background: #121212;
    filter: drop-shadow(0 0 1px #FFFFFF); }
    .user-menu.active .dropdown {
      display: block; }

@media (max-width: 800px) {
  .internal-menu, .right-menu {
    display: none; }
  #ar-header .bar-wrapper {
    height: 64px; }
  a.logo {
    margin: auto; }
    a.logo img {
      max-height: 64px;
      max-width: 200px; }
  .back-button {
    margin-left: 0;
    font-size: 0; }
    .back-button i {
      font-size: 40px;
      transform: rotate(180deg); } }

.ar-members-bar {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 30px;
  position: relative;
  overflow: hidden; }

.mb-arrow {
  position: absolute;
  font-size: 40px;
  height: 2em;
  width: 2em;
  top: 30px;
  z-index: 1;
  display: inline-flex;
  align-items: center; }

.mb-arrow:hover {
  color: #f56947; }

.mb-prev {
  left: 0;
  background: linear-gradient(to right, #2C2C2C 50%, transparent); }

.mb-prev svg {
  transform: rotate(180deg);
  transform-origin: center; }

.mb-next {
  right: 0;
  justify-content: flex-end;
  background: linear-gradient(to left, #2C2C2C 50%, transparent); }

.mb-view {
  position: relative;
  height: 80px; }

.mb-content {
  position: absolute;
  white-space: nowrap;
  transition: 0.8s transform; }

.mb-member {
  display: inline-block;
  width: 70px;
  height: 80px;
  margin-right: 15px;
  background-size: 125%;
  background-position: center;
  color: #f56947;
  transition: 0.2s all; }

.mb-member:hover {
  outline: 1px solid;
  box-shadow: 0px 3px 25px; }

main {
  max-width: 1280px;
  margin: auto;
  position: relative; }

#ar-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  /* ar-negative-actions 2, .cs-overlay 3 */
  transition: 0.5s;
  padding: 0.5em; }

.footer-menu a {
  display: inline-block;
  padding: 1em;
  font-size: 10px;
  font-weight: 600; }

.switch-locale a, .switch-locale strong {
  display: block;
  padding: 10px; }

.hamburger {
  font-size: 30px;
  width: 1em;
  height: 1em;
  padding: 0.5em;
  box-sizing: content-box;
  cursor: pointer;
  position: relative;
  z-index: 2; }

.hamburger hr {
  height: 0.125em;
  width: 1em;
  position: absolute;
  border: none;
  border-radius: 0.1em;
  color: inherit;
  background: currentColor;
  transition: 0.5s;
  transform: translate(0, -50%) scale(1.01);
  transform-origin: center; }

.hamburger hr:nth-child(1) {
  top: 0.2em; }

.hamburger hr:nth-child(2) {
  top: 0.5em; }

.hamburger hr:nth-child(3) {
  top: 0.8em; }

.hamburger.active {
  color: #f56947; }

.hamburger.active hr:nth-child(1) {
  transform: translate(0, 0.3em) rotate(45deg) scaleX(1.2); }

.hamburger.active hr:nth-child(2) {
  width: 0;
  opacity: 0; }

.hamburger.active hr:nth-child(3) {
  transform: translate(0, -0.3em) rotate(-45deg) scaleX(1.2); }

.scrolled-down #ar-footer {
  position: sticky;
  transform: translate(0, 100%); }

.chat-widget {
  bottom: 100% !important;
  position: absolute !important;
  box-shadow: none !important;
  max-height: calc(100vh - 100%) !important;
  text-transform: none; }

.chat-widget.chat-widget-minimized {
  background: #121212; }

@media (max-width: 800px) {
  main {
    padding-bottom: 80px; }
  #ar-footer {
    padding: 10px;
    position: fixed !important; }
  .scrolled-down #ar-footer {
    transform: none; }
  .footer-menu, .public-menu {
    display: none; }
  .mobile-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 3;
    position: relative; }
  .mobile-menu svg {
    width: 30px;
    height: 30px; }
  .internal-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2C2C2C;
    flex-direction: column;
    max-width: none;
    padding: 40px; }
    .internal-menu.active {
      display: flex; }
    .internal-menu.active ~ a sup {
      animation: none;
      /* otherwise icon may appear */ }
    .internal-menu a {
      font-weight: normal;
      color: #FFFFFF; }
    .internal-menu > a {
      font-weight: bold; }
    .internal-menu .wrapAd a, .internal-menu a[href^="/logout"] {
      color: #959595;
      font-weight: normal; }
  .mobile-footer-menu a {
    font-size: 10px;
    line-height: 30px; }
    .mobile-footer-menu a:not(.active) {
      color: #959595; }
  .mobile-footer-menu:only-child a {
    font-size: 16px;
    padding: 0.5em 0; }
  .chat-widget, .chat-widget-mobile-thumb {
    position: absolute !important;
    bottom: 100% !important;
    z-index: 1 !important; } }

@media (max-width: 800px) {
  .desktop-only {
    display: none !important; } }

@media not all and (max-width: 800px) {
  .mobile-only {
    display: none !important; } }

.error {
  color: #f66; }

a.active {
  color: #f56947; }

.button {
  color: #F9FAFC;
  background: #f56947;
  text-shadow: 0 0.2em 0.8em #404040;
  border: 0;
  border-radius: 4px;
  min-height: 48px;
  padding: 0.5em 1em;
  font-weight: bold;
  font-size: inherit;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s; }

.button:hover {
  background: #de3a10;
  color: #F9FAFC; }

.cta {
  background: #86E039; }

.cta:hover {
  background: #6cc71f; }

.ghost {
  border: 1px solid;
  color: #f56947;
  background: transparent;
  text-shadow: none; }

.ghost:hover {
  color: #F9FAFC;
  border-color: #f56947;
  background: #f56947;
  text-shadow: 0 0.2em 0.8em #404040; }

.flex-break {
  flex-basis: 100%; }

.online {
  display: inline-block;
  vertical-align: top;
  background-color: #6DEB00;
  width: 1em;
  height: 1em;
  border-radius: 50%; }

.ar-icon, .nav-chat-link, .notifications-link {
  display: inline-flex;
  font-size: 20px; }

.legacy-icon {
  background: url(/theme/images/icons.png?fc81bce&amp;{%SITE_VERSION%}) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px; }

.icon-sex-woman {
  background-position: -2px -19px;
  height: 19px;
  width: 14px; }

.icon-sex-man {
  background-position: -18px -16px;
  height: 19px; }

.dropdown {
  display: none;
  position: absolute;
  user-select: none; }

.active > .dropdown, .dropdown.active {
  display: block; }

#offer-popup-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000; }

#offer-popup-container:empty {
  display: none; }

.offer-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px); }

.offer-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.tooltip {
  display: none;
  z-index: 2;
  padding: 5px 10px;
  margin-top: 4px;
  background: #EAEAEA;
  color: #272727;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  font-style: italic; }
  .tooltip.active {
    display: block; }
  .tooltip::before {
    content: '';
    display: block;
    border: 6px solid transparent;
    border-bottom-color: #EAEAEA;
    position: absolute;
    left: 20px;
    top: -12px; }

.ar-badge {
  position: absolute;
  right: 10px;
  bottom: 20px;
  background: #f56947;
  color: #000;
  width: 48px;
  height: 38px;
  font-size: 10px;
  font-weight: bold; }
  .ar-badge::before, .ar-badge::after {
    content: '';
    position: absolute;
    border-color: #f56947;
    pointer-events: none; }
  .ar-badge::before {
    border: 10px solid transparent;
    left: -10px;
    top: -10px;
    display: block;
    border-bottom-color: #f56947; }
  .ar-badge::after {
    border: 10px solid #f56947;
    border-bottom-color: transparent;
    display: inline-block;
    left: 0;
    transform: scaleX(2.4);
    transform-origin: left;
    bottom: -10px;
    border-top: none; }

ar-negative-actions {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }
  ar-negative-actions.active {
    filter: drop-shadow(0 0 1px #FFFFFF); }
  ar-negative-actions svg {
    font-size: 20px;
    margin-right: 2px; }
  ar-negative-actions svg, ar-negative-actions span {
    display: inline-block;
    vertical-align: middle; }
  ar-negative-actions a {
    display: block;
    padding: 10px;
    background: #2C2C2C; }
  ar-negative-actions a + a {
    border-top: 1px solid #404040; }
  ar-negative-actions .na-toggle {
    font-size: 20px;
    font-weight: bold; }
  ar-negative-actions .dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    z-index: 1; }

@media (max-width: 800px) {
  [header-toggle] {
    position: relative;
    display: block; }
    [header-toggle]:not(.open) h2 ~ * {
      display: none; }
    [header-toggle]::before {
      position: absolute;
      top: 1.5em;
      right: 0;
      content: '';
      transition: 0.3s;
      transform-origin: center;
      background: url("/theme/images/arrow.svg") no-repeat top right;
      width: 1.66em;
      height: 1em;
      pointer-events: none; }
    [header-toggle]::after {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      content: '';
      transform: scaleX(1.2);
      border-bottom: 1px solid #404040; }
    [header-toggle].open {
      padding-bottom: 20px; }
      [header-toggle].open::before {
        transform: rotate(180deg); } }

activation-banner {
  display: block;
  max-width: 1280px;
  margin: auto;
  text-align: center;
  background-color: #f56947;
  color: #F9FAFC; }
  activation-banner p {
    margin: 0 auto 1em;
    padding: 1em;
    line-height: 2;
    max-width: 800px; }
  activation-banner a {
    text-decoration: underline;
    font-weight: bold; }

.activation-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  /* header & footer = 4 */
  display: flex;
  background: rgba(44, 44, 44, 0.95);
  overflow-y: auto;
  overflow-x: hidden;
  /* due to bad X button styles */ }
  .activation-overlay .close-modal {
    position: absolute;
    top: 0;
    right: 2%;
    z-index: 2;
    color: #959595;
    font-size: 6em;
    transform: rotate(45deg);
    transform-origin: center;
    transition: all ease 0.4s;
    text-decoration: none; }
    .activation-overlay .close-modal:hover {
      transform: rotate(135deg); }
  .activation-overlay a {
    color: #f56947;
    text-decoration: underline; }
    .activation-overlay a:hover {
      text-decoration: none; }
  .activation-overlay form {
    position: relative;
    max-width: 800px;
    margin: auto;
    padding: 0 2em;
    box-sizing: content-box;
    width: 100%;
    font-size: 0.925em;
    /* based on EN text fitting */ }
  .activation-overlay h2 {
    text-align: center;
    margin: 50px 0 24px; }
    .activation-overlay h2 .screenname {
      display: block;
      color: #f56947; }
  .activation-overlay .note {
    line-height: 1.5;
    margin: 1em; }
  .activation-overlay .email {
    font-weight: bold;
    color: #f56947; }
  .activation-overlay ol {
    margin: 0 1em;
    list-style-position: inside;
    padding: 0; }
    .activation-overlay ol li {
      line-height: 2.5;
      margin-bottom: 10px; }
  .activation-overlay .recovery-email {
    display: flex;
    margin: 10px 0 20px; }
    .activation-overlay .recovery-email input, .activation-overlay .recovery-email button {
      border: none;
      border-radius: 4px;
      width: 100%; }
    .activation-overlay .recovery-email input {
      padding: 10px;
      color: #272727;
      font-size: 16px; }
    .activation-overlay .recovery-email button {
      background: #f56947;
      color: #F9FAFC;
      font-size: 18px;
      max-height: 40px;
      margin-left: 20px;
      padding: 10px; }
  .activation-overlay .invalid-email {
    display: none;
    color: #f56947; }
    .activation-overlay .invalid-email.active {
      display: block; }
  .activation-overlay .activation-additional-info {
    display: none;
    padding: 1em;
    background: #121212; }
    .activation-overlay .activation-additional-info.open {
      display: block; }
    .activation-overlay .activation-additional-info p {
      margin: 0;
      font-size: 0.85em;
      /* based on en text */ }

.activation-locked {
  overflow: hidden; }

@media (max-width: 800px) {
  .activation-overlay {
    top: 62px;
    overflow-x: hidden; }
    .activation-overlay .note.delay {
      display: none; }
    .activation-overlay h2.validation-note {
      margin: 40px 32px 20px; }
    .activation-overlay .close-modal {
      top: -20px; }
    .activation-overlay form {
      padding: 0; }
    .activation-overlay .note {
      margin: 1em 2em; }
    .activation-overlay ol {
      margin: 0 2em; }
    .activation-overlay .recovery-email {
      flex-direction: column; }
      .activation-overlay .recovery-email button {
        margin: 20px 0 0 0; } }

.alert-box {
  z-index: 5000;
  position: relative;
  color: #fff;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity .3s ease-out; }
  .alert-box-icon {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    width: 50px;
    text-align: center;
    border-right: 1px solid; }
    .alert-box-icon .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -8px 0 0 -8px; }
  .alert-box-success {
    background: #84bd22; }
    .alert-box-success .alert-box-icon {
      border-color: #6ba021; }
    .alert-box-success .icon {
      background-position: -112px 0; }
  .alert-box-error {
    background: #f75454; }
    .alert-box-error .alert-box-icon {
      border-color: #e23c3c; }
    .alert-box-error .icon {
      background-position: -128px 0; }
  .alert-box-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    opacity: .9;
    border-top: 1px solid;
    border-bottom: 1px solid; }
  .alert-box .text-center {
    text-align: center; }
  .alert-box .close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    font: bold 32px monospace; }

.member {
  width: 140px;
  height: 250px;
  display: inline-flex;
  flex-direction: column;
  box-shadow: 0 0 2px #404040; }

.m-link {
  display: block;
  position: relative;
  overflow: hidden;
  height: 200px; }

.m-img {
  width: 140px;
  height: 160px;
  display: block;
  background: #666;
  transform: scale(1.25);
  transform-origin: top center; }

.m-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
  padding: 8px;
  font-size: 14px;
  align-items: center;
  xcolor: #FFFFFF; }

.m-info::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: #2C2C2C;
  opacity: 0.6; }

.m-screenname {
  flex: 1 0 90%;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1; }

.m-status {
  font-size: 4px;
  z-index: 1; }

.m-details {
  flex: 100%;
  opacity: 0.6;
  margin-top: 3px; }

.m-age-sex {
  margin-right: 4px; }

.member:not(.couple) .legacy-icon {
  display: none; }

.m-overlay {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 3px black;
  width: 90%;
  font-size: 0.8em;
  text-align: center; }

.m-actions {
  flex: 1;
  background: #fff;
  color: #999;
  display: flex;
  cursor: pointer; }

.m-action {
  flex: 1; }

.m-action svg {
  height: 20px; }

.m-action [ar-icon] path {
  fill: currentColor; }

.m-action:hover {
  color: #f56947; }

.m-hot [ar-icon="hot_crossed"] {
  display: none; }

.m-hot.hot {
  color: #fff;
  background: #f56947; }

.m-hot.hot:hover [ar-icon="hot_crossed"] {
  display: block; }

.m-hot.hot:hover [ar-icon="hot"] {
  display: none; }

.ar-select {
  color: #272727;
  position: relative; }
  .ar-select button {
    display: block;
    width: 100%;
    white-space: nowrap;
    min-width: 0;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #EAEAEA;
    color: #272727;
    border: 1px solid;
    border-radius: 4px;
    padding: 0 30px 0 10px;
    text-align: left;
    font-size: inherit; }
  .ar-select button[disabled], [disabled] .ar-select button {
    opacity: 0.4; }
  .ar-select .caret {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 1em;
    pointer-events: none;
    background: url("/theme/images/arrow.svg") no-repeat center;
    background-size: 1em;
    transition: transform 0.5s; }
  .ar-select .open {
    position: relative;
    z-index: 3; }
    .ar-select .open .caret {
      transform: rotate(180deg); }
    .ar-select .open button {
      border-radius: 4px 4px 0 0;
      border-bottom-color: transparent; }
  .ar-select [ng-if="settings.enableSearch"] {
    position: sticky;
    top: 0; }
  .ar-select .searchField {
    position: relative;
    top: -10px;
    height: 25px;
    text-align: center;
    background: #fff; }
  .ar-select .searchField:focus {
    border-color: #f56947;
    box-shadow: inset 0 0 2px 1px #f56947;
    outline: none; }
  .ar-select ul {
    padding: 10px;
    margin: 0;
    max-height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    background: #EAEAEA;
    border-radius: 0 0 4px 4px;
    border: 1px solid;
    border-top: none;
    overflow: overlay !important; }
  .ar-select li {
    list-style: none;
    font-style: italic;
    font-size: 0.8em; }
  .ar-select li.dropdown-header {
    font-weight: bold;
    font-style: normal;
    line-height: 2; }
  .ar-select label {
    display: flex;
    align-items: center; }
  .ar-select input[type="checkbox"] {
    width: 16px;
    height: 16px;
    flex: none; }
  .ar-select ::-webkit-scrollbar {
    width: 9px; }
  .ar-select ::-webkit-scrollbar-thumb {
    background: #272727;
    border-radius: 5px;
    background-clip: padding-box;
    border: 2px solid transparent;
    min-height: 30px; }

ar-gallery {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  /* header & footer = 4 */
  background: rgba(0, 0, 0, 0.95);
  color: #ccc;
  opacity: 0;
  pointer-events: none;
  transition: .2s; }
  ar-gallery.active {
    opacity: 1;
    pointer-events: all; }

.g-content {
  display: flex;
  position: relative;
  flex-direction: column;
  max-width: 1280px;
  width: 100%;
  height: 100%; }

.g-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 80px;
  width: 1.2em;
  line-height: 1.2;
  z-index: 1;
  border-bottom-left-radius: 20px;
  background: #000;
  opacity: 0.9; }
  .g-close:hover {
    color: #f56947; }

.g-not-approved {
  position: absolute;
  top: 72.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }

.g-current {
  position: relative;
  max-width: 800px;
  margin: auto; }
  .g-current-img {
    max-height: calc(100vh - 250px); }

.g-action {
  background: #2C2C2C;
  color: #FFFFFF;
  padding: 10px;
  text-transform: capitalize;
  border-radius: 4px;
  font-size: 16px; }
  .g-action:not(.default):hover {
    background: #f56947;
    color: #F9FAFC;
    cursor: pointer; }

.g-main-photo {
  position: absolute;
  bottom: 15px;
  left: 15px; }

.g-delete {
  position: absolute;
  top: 15px;
  right: 15px; }

.g-menu ar-media-upload {
  min-width: 125px;
  margin: 0 0 0 20px; }

.g-arrow {
  display: inline-flex;
  font-size: 40px; }
  .g-arrow:hover {
    color: #f56947; }

.g-prev {
  transform-origin: center;
  transform: rotate(180deg); }

.g-thumbs {
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 20px 25px;
  padding: 10px 0; }

.g-thumb {
  position: relative;
  border: 1px solid transparent;
  margin: 0 10px;
  min-width: 125px;
  transition: 0.2s; }
  .g-thumb.active {
    border-color: #f56947;
    box-shadow: 0 0 8px #f56947; }
  .g-thumb .g-not-approved {
    max-width: 80%; }

#imageUploadModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 6;
  flex-direction: column; }
  #imageUploadModal .actions {
    margin-top: 30px; }
    #imageUploadModal .actions > :nth-child(2) {
      margin-left: 20px; }
  #imageUploadModal .preview-container {
    position: relative; }
  #imageUploadModal .img-preview {
    max-height: 500px; }
  #imageUploadModal .loader-container {
    height: 20em; }
  #imageUploadModal .loader {
    position: absolute;
    border-top: 10px solid rgba(255, 255, 255, 0.5);
    border-left-color: #ffffff;
    animation: rotate 1s infinite linear; }
    #imageUploadModal .loader, #imageUploadModal .loader:after {
      border-radius: 50%;
      width: 10em;
      height: 10em; }

ar-cropper {
  min-width: 320px;
  min-height: 200px;
  max-height: calc(80vh - 100px);
  display: block;
  position: relative; }
  ar-cropper .ar-icon {
    font-size: 40px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.25em;
    border-radius: 0.25em;
    cursor: pointer;
    opacity: 0.5; }
    ar-cropper .ar-icon:hover {
      opacity: 1; }
  ar-cropper .cropper-crop-box {
    overflow: hidden; }
  ar-cropper .point-e, ar-cropper .point-n, ar-cropper .point-w, ar-cropper .point-s {
    display: none; }
  ar-cropper .cropper-line {
    background-color: #ffffff;
    opacity: 1; }
  ar-cropper .cropper-point {
    font-size: 15px;
    width: 2em !important;
    height: 2em !important;
    border: 1em solid #fff;
    box-sizing: content-box;
    background: transparent;
    opacity: 1; }
  ar-cropper .point-ne {
    border-width: 1em 1em 0 0; }
  ar-cropper .point-se {
    border-width: 0 1em 1em 0; }
  ar-cropper .point-sw {
    border-width: 0 0 1em 1em; }
  ar-cropper .point-nw {
    border-width: 1em 0 0 1em; }

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

@media (max-width: 800px) {
  .g-current {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .g-current-img {
      margin: auto;
      max-height: calc(100vh - 150px); }
  .g-close {
    font-size: 60px; }
  .g-actions {
    display: flex;
    flex-wrap: wrap;
    padding: 10px; }
  .g-action {
    position: static;
    margin: 0 10px;
    min-height: 55px;
    padding: 0.5em;
    font-weight: bold;
    text-transform: uppercase;
    flex: 1; }
  .g-upload {
    width: 100%;
    margin: 10px; }
    .g-upload input {
      position: absolute;
      right: 0;
      left: 0;
      opacity: 0; }
  .g-menu {
    position: absolute;
    top: -5000px; }
  .g-arrow {
    background: #2C2C2C;
    padding: 10px;
    opacity: 0.9;
    border-radius: 20px 0 0 20px; }
    .g-arrow:hover {
      color: inherit; }
    .g-arrow svg {
      width: 50px;
      height: auto; }
  .g-prev {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    transform-origin: center; }
  .g-next {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  #imageUploadModal {
    bottom: 80px; }
  ar-cropper {
    min-height: 50vh;
    max-height: calc(80vh - 160px); } }

ar-warning {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #121212;
  padding: 20px;
  margin: 20px 0; }
  ar-warning .note {
    color: #f56947; }
  ar-warning .important {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f56947;
    border: 4px solid;
    color: #272727;
    margin-right: 0.4em;
    font: bold 48px Montserrat, sans-serif;
    box-shadow: 0 0 0 1px #f56947; }
  ar-warning p {
    font-size: 16px;
    line-height: 32px;
    flex: 1; }
  @media (max-width: 800px) {
    ar-warning {
      flex-direction: column;
      padding: 20px 30px; }
      ar-warning p {
        text-align: center; }
      ar-warning .important {
        margin: 0 0 10px 0;
        font-size: 32px;
        width: 32px;
        height: 32px;
        box-sizing: content-box; }
        ar-warning .important:after {
          width: 40px;
          height: 40px; } }

.ChatSession {
  display: flex;
  height: 100%;
  max-height: 720px; }

.cs-side {
  display: flex;
  flex-direction: column;
  width: 320px; }
  .cs-side h1 {
    margin: 1em 0; }

.cs-avatar {
  width: 40px;
  height: 40px;
  max-width: none;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid; }

.cs-nav {
  flex: 1;
  overflow: auto; }
  .cs-nav-link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 100%;
    min-height: 70px;
    padding: 15px 15px 15px 70px;
    box-shadow: inset 0 1px #404040; }
    .cs-nav-link.active {
      background: rgba(255, 255, 255, 0.1); }
  .cs-nav-avatar {
    position: absolute;
    top: 15px;
    left: 15px; }
  .cs-nav-meta {
    display: flex; }
  .cs-nav-screenname {
    font-weight: bold; }
  .cs-nav-screenname, .cs-nav-time {
    padding: 3px 0; }
  .cs-nav-new {
    font-size: 0.7em;
    color: #F9FAFC;
    background: #86E039;
    align-self: flex-start;
    padding: 3px;
    margin: 0 5px;
    border-radius: 3px; }
  .cs-nav-time {
    margin-left: auto;
    opacity: 0.8;
    color: #FFFFFF;
    font-size: 0.8em;
    font-style: italic;
    white-space: nowrap; }
  .unread .cs-nav-message {
    font-weight: bold; }
  .read:not(.active) .cs-nav-meta, .read:not(.active) .cs-nav-message {
    opacity: 0.7; }

.cs-main {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  flex: 1; }

.cs-main ar-negative-actions {
  top: 7px;
  right: 1px; }

.cs-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.cs-opponent {
  margin: 1em 0; }
  .cs-opponent-screenname {
    text-transform: none;
    color: #f56947; }
  .cs-opponent-status {
    font-size: 0.5em; }

.cs-messages {
  flex: 1;
  overflow: auto; }

.cs-message {
  display: flex;
  position: relative;
  margin-bottom: 5px; }
  .cs-message.mine {
    flex-direction: row-reverse; }
  .cs-message.time-shown {
    margin-bottom: 25px; }
  .cs-message-time {
    position: absolute;
    bottom: -1.5em;
    font-size: 0.8em;
    pointer-events: none;
    opacity: 0; }
  .mine .cs-message-time {
    right: 50px; }
  .opponent .cs-message-time {
    left: 50px; }
  .time-shown .cs-message-time {
    opacity: 0.8; }
  .cs-message-text {
    padding: 10px;
    margin: 0 10px;
    border-radius: 3px;
    align-self: flex-start;
    max-width: 80%;
    word-break: break-all;
    line-height: 1.5;
    cursor: pointer;
    white-space: pre-wrap; }
  .mine .cs-message-text {
    box-shadow: inset 0 0 1px 1px #999; }
  .opponent .cs-message-text {
    color: #fff;
    background: #666; }
  .mine + .mine .cs-message-user, .opponent + .opponent .cs-message-user {
    visibility: hidden; }

.cs-compose {
  display: flex; }
  .cs-compose textarea {
    flex: 1;
    padding: 1em;
    margin-right: 20px;
    resize: none;
    border: none; }
  .cs-compose button {
    display: flex;
    align-self: flex-end;
    padding: 0.5em 2em;
    border: none;
    background: #f56947;
    color: #F9FAFC;
    border-radius: 4px;
    cursor: pointer; }
  .cs-compose svg {
    stroke: currentColor;
    width: 30px;
    height: auto; }

[ar-textarea] {
  height: auto;
  font: 14px monospace; }

.has-overlay .cs-message-text {
  filter: blur(3px);
  opacity: 0.5; }

.cs-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 3; }
  .cs-overlay::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2C2C2C;
    content: '';
    opacity: 0.8; }
  .cs-overlay-content {
    margin: auto;
    text-align: center;
    font-size: 12px;
    position: relative; }
  .cs-overlay-content div {
    margin: 10px 0; }
  .cs-overlay-avatar {
    width: 70px;
    height: 70px;
    color: #f56947; }
  .cs-overlay-screenname {
    font-size: 20px;
    font-weight: bold; }
  .cs-overlay button {
    font-size: 18px; }

.no-sessions {
  flex-direction: column; }

.cs-empty {
  text-align: center;
  padding: 1.5em; }
  .cs-empty img {
    margin: 3em 0; }

@media (max-width: 1280px) {
  .cs-side h1 {
    margin: 1em; } }

@media (max-width: 800px) {
  .no-active {
    overflow: auto; }
  .cs-side {
    margin: 0 auto;
    min-width: 320px;
    width: 80%; }
  .cs-side h1 {
    text-align: center; }
  .has-active .cs-side {
    display: none; }
  .cs-main {
    margin: 0 5px; }
    .cs-main ar-negative-actions {
      right: 10px; }
    .cs-main h3 {
      margin-left: 15px; }
  .cs-messages {
    padding: 0 15px; }
  .mine .cs-message-text {
    margin-right: 0; }
  .mine .cs-message-user {
    display: none; }
  .mine .cs-message-time {
    right: 0; }
  .cs-compose {
    padding: 5px 15px; }
    .cs-compose textarea {
      margin: 0; }
    .cs-compose button {
      padding: 1px 10px;
      background: transparent;
      color: #f56947;
      margin-right: -15px; }
    .cs-compose svg {
      width: 40px; } }

.nt-title {
  text-align: center;
  margin-bottom: 30px; }

.Notifications {
  margin: auto;
  max-width: 640px; }

.nt-item {
  padding: 20px 20px 20px 88px;
  position: relative; }

.nt-avatar-link {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px; }

.nt-avatar-img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid; }

.nt-meta {
  display: flex; }

.nt-user {
  font-weight: bold;
  margin-right: 10px; }

.nt-age {
  opacity: 0.7; }

.nt-time {
  margin-left: auto;
  opacity: 0.6;
  font-style: italic;
  font-size: 0.9em; }

.nt-content {
  display: flex;
  flex-wrap: wrap; }

.nt-description {
  margin-top: 10px; }

.nt-media-group {
  display: flex;
  margin-top: 10px; }

.nt-media {
  background: #666; }

.nt-action {
  margin-left: auto;
  margin-top: 5px;
  color: #f56947;
  align-self: flex-end; }

.nt-item::after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  box-shadow: 0 0 0 0.5px currentColor;
  opacity: 0.3; }

.nt-menu {
  position: relative;
  align-self: stretch;
  display: inline-flex;
  align-items: center; }
  .nt-menu.open {
    filter: drop-shadow(0 0 1px #FFFFFF);
    background: #121212;
    z-index: 2; }
    .nt-menu.open .notifications-link {
      color: #f56947; }
  .nt-menu .nt-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    text-transform: none;
    background: #121212;
    font-size: 0.8em; }
  .nt-menu .nt-item {
    padding: 15px 15px 15px 70px;
    cursor: pointer; }
  .nt-menu .nt-item:hover {
    background: rgba(122, 122, 122, 0.5); }
  .nt-menu .nt-item::after {
    left: 15px;
    right: 15px; }
  .nt-menu .nt-avatar-link {
    top: 12px;
    left: 15px; }
  .nt-menu .nt-avatar-img {
    width: 40px;
    height: 40px; }
  .nt-menu .nt-meta {
    margin-bottom: 5px; }
  .nt-menu .nt-show-all {
    display: block;
    text-align: right;
    color: #f56947;
    padding: 1em 1.5em; }

@media (max-width: 800px) {
  .nt-title {
    margin-top: 1.5em; } }

.MyProfile [class^="up-"], .UserProfile [class^="mp-"] {
  display: none; }

p:not(:empty) ~ .mp-add-info, p:not(:empty) ~ .up-ask-info {
  display: none; }

.p-title {
  font-size: 32px;
  text-transform: none; }

.p-age-sex {
  color: #959595;
  padding: 10px 0; }

.p-status {
  font-size: 8px; }

.p-visual {
  text-align: center;
  overflow: hidden; }

.p-main-photo {
  display: block;
  position: relative;
  overflow: hidden; }
  .p-main-photo-bg {
    filter: blur(10vw);
    background-position: center;
    background-size: 150%; }
  .p-main-photo img {
    width: 300px;
    display: block;
    margin: auto;
    position: relative; }
  .p-main-photo img:not([src]) {
    height: 340px; }

.p-photo {
  display: inline-flex;
  position: relative;
  max-width: calc(50% - 13px);
  margin-top: 20px; }
  .p-photo img {
    background: #666; }
  .p-photo img:not([src]) {
    height: 140px; }

.p-photo:nth-of-type(2n) {
  margin-left: 20px; }

.p-view-all {
  background: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  color: #f56947; }

.p-upgrade-link {
  color: #86E039;
  text-decoration: underline; }
  .p-upgrade-link:hover {
    text-decoration: none; }

.ViewProfile h2, .MyProfileEdit h2 {
  margin-top: 80px;
  padding-bottom: 5px; }

.ViewProfile {
  position: relative; }
  .ViewProfile table {
    border-collapse: collapse;
    width: 100%; }
  .ViewProfile table, .ViewProfile tbody {
    backface-visibility: visible; }
  .ViewProfile .p-row {
    display: flex; }
  .ViewProfile tr + tr, .ViewProfile .p-row + .p-row {
    border-top: 1px solid #404040; }
  .ViewProfile th, .ViewProfile td, .ViewProfile .p-cell {
    padding: 0.4em 0; }
  .ViewProfile th, .ViewProfile .p-th {
    color: #959595;
    font-weight: normal;
    width: 50%;
    text-align: left;
    padding-right: 5px; }

@media (max-width: 800px) {
  .ViewProfile, .MyProfileEdit, .ProfileSettings {
    max-width: 80%;
    margin: 5% 10%;
    position: relative; }
  th, td, .p-cell {
    padding: 0.8em 0; } }

@media (max-width: 480px) {
  .ViewProfile table, .ViewProfile .p-table {
    position: relative;
    width: 125%;
    margin-left: -12.5%; }
  .ViewProfile th, .ViewProfile .p-th {
    padding-left: 10%; }
  .ViewProfile td, .ViewProfile .p-td {
    padding-right: 10%; } }

@media not all and (max-width: 800px) {
  .ViewProfile, .MyProfileEdit {
    margin: 5%;
    padding-left: 33.75%;
    position: relative; }
  .p-visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%; }
  .p-block {
    width: 40%;
    display: inline-block;
    vertical-align: top; }
  .p-block:nth-of-type(2n) {
    margin-left: calc(20% - 5px); }
  .p-main-info h2, .p-simple-groups .p-block:nth-child(n + 3) h2 {
    margin-top: 40px; }
  .p-table {
    display: flex;
    flex-wrap: wrap; }
  .p-row {
    width: 40%; }
  .p-row:nth-child(2n) {
    margin-left: auto; }
  .p-row:nth-child(2) {
    border-top: none !important; } }

@media (min-width: 1300px) {
  .ViewProfile, .MyProfileEdit {
    margin: 5% 0;
    padding-left: 37.5%; } }

ar-positive-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px -10px; }
  ar-positive-actions a {
    margin: 10px;
    flex: 1 0 40%; }

.up-ask-info {
  color: #f56947; }

.mp-add-photo {
  width: 125px;
  color: #f56947;
  border: 2px dashed; }
  .mp-add-photo::before {
    content: '';
    display: block;
    padding-top: 120%;
    width: 100%; }
  .mp-add-photo input {
    opacity: 0;
    max-width: 100%;
    cursor: pointer; }

.mp-add-info a {
  color: #f56947; }

.mp-edit {
  position: sticky;
  top: 0;
  right: 0;
  float: right;
  z-index: 2;
  box-shadow: 0 0 2px 8px #2C2C2C; }

.MyProfileEdit select, .MyProfileEdit input {
  flex: 1; }

.MyProfileEdit label, .MyProfileEdit h2, .MyProfileEdit textarea {
  flex: 100%; }

.MyProfileEdit label {
  line-height: 2;
  margin-top: 1em; }

.MyProfileEdit .to {
  margin: auto 5px; }

.MyProfileEdit .ar-select {
  flex: 100%;
  max-width: 100%; }
  .MyProfileEdit .ar-select label {
    margin-top: 0; }
  .MyProfileEdit .ar-select .dropdown-menu {
    max-height: 200px; }

.MyProfileEdit [ar-autocomplete] {
  position: relative; }
  .MyProfileEdit [ar-autocomplete], .MyProfileEdit [ar-autocomplete] input {
    width: 100%; }
  .MyProfileEdit [ar-autocomplete] ul {
    position: absolute;
    top: 100%;
    right: 2px;
    left: 2px;
    z-index: 2;
    opacity: 0.95;
    background-color: #EAEAEA;
    color: #272727;
    font-size: 0.8em;
    margin: 0;
    padding: 0.5em;
    list-style: none; }
  .MyProfileEdit [ar-autocomplete] ul:not(.open) {
    display: none; }
  .MyProfileEdit [ar-autocomplete] a {
    display: block;
    padding: .5em; }
    .MyProfileEdit [ar-autocomplete] a:hover {
      background: rgba(0, 0, 0, 0.2); }

.mpe-top {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px; }
  .mpe-top label {
    margin-top: 0; }

.mpe-group {
  display: flex;
  flex-wrap: wrap; }
  h2 + .mpe-group label {
    margin-top: 0; }
  .mpe-group #orientationIdPerson2 {
    margin-left: 10px; }

.mpe-gold-blocked .ar-select, .mpe-empty .ar-select {
  cursor: not-allowed;
  opacity: 0.75; }

.mpe-gold-blocked .ar-select *, .mpe-empty .ar-select * {
  pointer-events: none; }

.mpe-bd {
  display: flex;
  width: 100%; }
  .mpe-bd [id^=birthDay] {
    flex: 3; }
  .mpe-bd [id^=birthMonth] {
    flex: 5; }
  .mpe-bd [id^=birthYear] {
    flex: 4; }
  .mpe-bd select:nth-child(2) {
    margin: 0 10px; }
  .mpe-bd ~ .mpe-bd {
    margin-top: 10px; }

.mpe-simple-group {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative; }
  .mpe-simple-group h2 {
    flex: 1; }
  .mpe-simple-group .ar-select {
    overflow: hidden; }
    .mpe-simple-group .ar-select ul {
      border-radius: 4px;
      border-top: 1px solid; }
    .mpe-simple-group .ar-select .dropdown-toggle {
      display: none; }
    .mpe-simple-group .ar-select [ng-if="settings.enableSearch"], .mpe-simple-group .ar-select .searchField {
      display: none; }
    .mpe-simple-group .ar-select .dropdown-menu {
      display: block !important;
      position: static;
      max-height: 150px;
      min-height: 48px; }
    .mpe-simple-group .ar-select input[type=checkbox] {
      width: 16px;
      height: 16px; }

.mpe-tips-toggle {
  align-self: flex-end;
  padding: 10px 0;
  color: #f56947; }

.mpe-tips-list {
  position: absolute;
  top: 105px;
  right: 0;
  min-width: 300px;
  padding: 1em 1em 0; }

.mpe-tips-list::before {
  left: auto;
  right: 30px; }

.mpe-criteria {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.mpec {
  display: inline-flex;
  flex-wrap: wrap;
  width: 40%; }
  .mpec-double select {
    width: 40%; }
  .mpec-double select ~ select {
    margin-left: 10px; }

@media (max-width: 800px) {
  .MyProfileEdit h1 {
    font-size: 16px;
    padding: 1em 0 2em;
    display: inline-block; }
  .MyProfileEdit .mpe-top {
    clear: both;
    min-width: 100%;
    padding-bottom: 20px; }
    .MyProfileEdit .mpe-top input {
      width: 100%; }
    .MyProfileEdit .mpe-top::before, .MyProfileEdit .mpe-top::after {
      display: none; }
  .MyProfileEdit [header-toggle] {
    position: relative;
    display: block; }
  .MyProfileEdit .p-visual {
    overflow: initial; }
  .MyProfileEdit h2 {
    display: block;
    text-align: left;
    cursor: pointer;
    margin-top: 0;
    padding: 1.5em 0;
    font-size: 16px; }
  .MyProfileEdit .to {
    flex: 1;
    text-align: center; }
  .MyProfileEdit textarea {
    width: 100%; }
  .MyProfileEdit .mpec {
    width: 100%; } }

.ProfileSettings {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .ProfileSettings > h2 {
    flex: 100%; }

.ps-save {
  position: sticky;
  top: 0;
  float: right;
  align-self: flex-start;
  margin-left: auto;
  z-index: 2;
  box-shadow: 0 0 2px 8px #2C2C2C; }

.ps-hidden {
  display: none !important; }

.ps-left {
  display: flex;
  flex-wrap: wrap;
  width: 75%; }
  .ps-left form {
    width: 33.333%;
    margin-right: auto; }

.ps-general label {
  display: block;
  line-height: 2;
  margin-top: 1em; }

.ps-general input, .ps-general select {
  width: 100%; }

.ps-general .ps-optional {
  opacity: 0.8;
  font-size: 0.8em;
  vertical-align: middle; }

.ps-general .ps-password-hint {
  padding: 0;
  max-height: 0;
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
  font-size: 0.8em;
  pointer-events: none; }

.ps-general #newPassword.ps-invalid {
  box-shadow: 0 0 2px 2px #f33;
  outline-color: #f33;
  margin-bottom: 5px; }

.ps-general #newPassword.ps-invalid ~ .ps-password-hint {
  padding-top: 5px;
  max-height: 100px;
  opacity: 1; }

.ps-general #lc {
  transition: 1s; }

.ps-general .ps-highlighted {
  box-shadow: 0 0 3px 3px #f56947; }

.ps-emails label {
  display: block; }

.ps-emails input {
  margin: 0.75em 0.75em 0.75em 0; }

.ps-blocked-list {
  max-height: 500px;
  overflow: auto; }

.ps-blocked-user {
  display: flex;
  align-items: center;
  font-size: 0.9em; }

.ps-blocked-user + .ps-blocked-user {
  border-top: 1px solid #404040; }

.ps-blocked-info {
  line-height: 25px;
  padding: 5px 10px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis; }

.ps-blocked-name {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis; }

.ps-blocked-name ~ span {
  opacity: 0.8;
  font-size: 0.9em; }

.ps-blocked-media {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #999; }

.ps-blocked-unblock {
  color: #f56947;
  align-self: flex-end;
  margin-bottom: 1em; }

.ps-blocked-empty {
  margin: 1em 0; }

.ps-blocked-list::-webkit-scrollbar-thumb {
  background: rgba(122, 122, 122, 0);
  box-shadow: none; }

.ps-blocked-list.scrolling::-webkit-scrollbar-thumb {
  background: rgba(122, 122, 122, 0.5);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5) inset; }

.ps-membership a {
  display: inline-block; }

.ps-membership-status, .ps-membership-table, .ps-membership-delete-link {
  line-height: 2; }

.ps-membership-warning {
  opacity: 0.75;
  font-size: 0.9em;
  line-height: 1.5; }

.ps-membership [ar-membership] span {
  font-weight: bold;
  display: inline-flex;
  flex-direction: column;
  text-transform: uppercase; }

.ps-membership [ar-membership] span:not([ng-if="!user.gold"]) {
  color: #f56947; }

.ps-membership .p-upgrade-link {
  display: none;
  /* button moved below the table */ }

.ps-membership-table {
  width: 100%;
  border-collapse: collapse;
  backface-visibility: visible;
  font-weight: bold;
  margin-bottom: 1em; }

.ps-membership-table a {
  color: #f56947;
  margin-left: auto;
  font-weight: normal; }

.ps-membership tr {
  border-top: 1px solid #404040; }

.ps-membership th {
  font-weight: normal;
  text-align: left; }

.ps-membership th, .ps-membership td {
  padding: 0; }

.ps-membership td {
  vertical-align: top; }

.ps-membership td + td {
  display: flex;
  flex-wrap: wrap; }

.ps-membership-upgrade-block {
  margin: 2em 0 1em; }

.ps-membership-upgrade-block span {
  display: inline-block;
  margin-top: 1em; }

.ps-membership-upgrade-link {
  padding: 0.5em 1em;
  margin-right: 0.5em;
  color: #F9FAFC;
  background: #86E039;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold; }

.ps-membership-delete-link {
  color: #f56947;
  margin-top: 1em; }

@media not all and (max-width: 800px) {
  .ProfileSettings {
    margin: 5%; }
  .ProfileSettings h2 {
    margin-bottom: 0.5em; }
  .ProfileSettings > h2 {
    flex: 100%;
    margin: -2em 0 2em; }
  .ps-membership {
    margin-top: 4em;
    flex: 0 0 83.333%; }
  .ps-right {
    flex: 1 0 25%;
    max-width: 25%;
    max-height: 600px; } }

@media (min-width: 1300px) {
  .ProfileSettings {
    margin: 5% 0; } }

@media (max-width: 800px) {
  .ProfileSettings, .ps-left {
    display: block; }
  .ps-left, .ps-left form {
    width: 100%; }
  .ProfileSettings h2 {
    padding: 1.5em 0;
    font-size: 16px;
    cursor: pointer; } }

.ProfileSettingsAction {
  max-width: 800px;
  margin: auto !important;
  line-height: 2; }
  .ProfileSettingsAction h2 {
    margin: 0;
    text-align: center; }
  .ProfileSettingsAction .button:first-child {
    margin-right: 0.5em; }
  .ProfileSettingsAction .ghost {
    color: #FFFFFF;
    opacity: 0.6; }
  .ProfileSettingsAction .ghost:hover {
    color: #f56947;
    background: transparent;
    opacity: 1; }
  .ProfileSettingsAction form {
    width: 100%;
    max-width: 400px;
    margin-bottom: 2em; }

.psa-group {
  margin: 1em 0; }
  .psa-group label {
    display: block; }
  .psa-group input, .psa-group select, .psa-group textarea {
    min-width: 100%; }
  .psa-group textarea, .psa-group + button {
    margin-top: 1em; }

@media (max-width: 800px) {
  .ProfileSettingsAction {
    padding: 0 30px; }
    .ProfileSettingsAction h2 {
      padding-bottom: 0; }
    .ProfileSettingsAction .button:first-child {
      margin-bottom: 1em; } }

@media (max-width: 480px) {
  .ProfileSettingsAction {
    padding-bottom: 50px; }
    .ProfileSettingsAction ar-warning {
      margin: 20px -30px; }
      .ProfileSettingsAction ar-warning p {
        margin: 0; } }

.ca-keep-current {
  font-size: 20px;
  font-weight: bold; }
  .ca-keep-current em {
    font-style: normal;
    color: #f56947; }

.ca-offer {
  padding: 20px;
  background: transparent !important;
  color: #f56947;
  border: 1px solid; }
  .ca-offer + .button {
    margin: 1em 0; }

.ca-special-offer {
  position: relative;
  right: auto;
  bottom: 30px;
  width: 70px;
  flex: none;
  align-self: flex-start;
  margin: 0 auto; }
  .ca-special-offer::after {
    transform: scaleX(3.5); }
  .nl .ca-special-offer, .sr .ca-special-offer, .sv .ca-special-offer {
    width: 80px; }
    .nl .ca-special-offer::after, .sr .ca-special-offer::after, .sv .ca-special-offer::after {
      transform: scaleX(4); }

.ca-discount-mobile {
  display: none; }

.ca-step-3 a {
  color: #f56947; }

@media (max-width: 480px) {
  .ca-offer {
    font-size: 1.5em !important;
    /* actual upgrade page has smaller font */ }
  .ca-discount {
    display: none; }
  .ca-discount-mobile {
    display: inline-block; } }

.search-nav {
  position: relative;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .search-nav::-webkit-scrollbar {
    display: none; }
  .search-nav a {
    flex: 1;
    font-weight: bold;
    padding: 1em;
    border-bottom: 2px solid #404040;
    color: #959595; }
  .search-nav a.active {
    color: #f56947;
    border-color: #f56947; }

@media (max-width: 800px) {
  .search-nav {
    overflow: auto; }
    .search-nav:not(.loaded) {
      opacity: 0; }
    .search-nav.loaded {
      scroll-behavior: smooth; }
    .search-nav a {
      white-space: nowrap; }
  .sn-arrow {
    position: sticky;
    display: inline-flex;
    cursor: pointer;
    color: #f56947;
    transition: 1s; }
  .sn-arrow svg {
    width: 40px;
    height: 50px; }
  .sn-arrow.collapsed {
    pointer-events: none;
    opacity: 0; }
  .sn-left {
    left: 0;
    margin-right: -20px;
    background: linear-gradient(to left, transparent, #2C2C2C 50%); }
  .sn-left svg {
    transform: rotate(180deg);
    transform-origin: center; }
  .sn-right {
    right: 0;
    margin-left: -20px;
    background: linear-gradient(to right, transparent, #2C2C2C 50%); } }

.search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  padding: 10px; }

.search-block {
  margin-right: 2%;
  flex: 1;
  max-width: 200px;
  position: relative; }

.search-block:hover {
  z-index: 2; }

[disabled] .search-label, .search-block[disabled] select {
  opacity: 0.6;
  pointer-events: none; }

.search-form select {
  width: 100%; }

.search-label {
  line-height: 2; }

.age-block {
  display: flex;
  flex-wrap: wrap; }

.age-block .search-label {
  flex: 100%; }

.age-block .to {
  margin: auto 5px; }

.age-block select {
  width: auto;
  flex: 1; }

.search-popup {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0; }

.search-block[disabled]:hover .search-popup {
  display: block; }

.search-button {
  margin-top: auto;
  min-width: 100px;
  flex: 0.85; }

.online-now {
  flex: none;
  margin-top: 1em; }
  .online-now input {
    margin-left: 0; }

@media (max-width: 800px) {
  .search-form {
    flex-direction: column; }
  .search-block {
    margin: 10px;
    max-width: 100%; }
  .search-label {
    display: none; }
  .search-button {
    margin: 10px;
    order: 2; }
  .edit-search {
    color: #f56947;
    font-weight: bold;
    padding: 10px;
    display: block;
    margin: 10px 10px 0;
    cursor: pointer;
    transition: 0.5s; }
    .edit-search.active {
      color: #FFFFFF; }
    .edit-search i {
      margin-right: 5px;
      vertical-align: top; }
  .search-form:not(.active) {
    display: none; }
  .age-block .search-label {
    display: block;
    flex: 1;
    align-self: center; }
  .age-block .to {
    flex: 1;
    text-align: center; }
  .search-popup {
    left: 10%;
    right: 10%;
    top: 70%; }
  .search-popup::before {
    display: none; } }

.search-result {
  text-align: center;
  font-size: 0; }

.search-result.basic {
  padding-top: 20px; }

.s-item {
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: left; }

.s-item.member {
  display: inline-flex; }

.banner-3 {
  width: 300px;
  height: 250px; }

.search-result p {
  font-size: 16px;
  padding: 0 20px; }

.internal-banner {
  position: relative;
  display: block;
  width: 300px;
  height: 250px;
  overflow: hidden;
  box-shadow: 0px 1px 2px #cfcfcf;
  text-align: center; }

.internal-banner, .internal-banner:hover, .internal-banner:active {
  color: inherit; }

.ib-title {
  color: #b7b7b7;
  font-size: 16px;
  font-weight: bold; }

.ib-icon {
  margin: auto;
  height: 20px;
  display: block; }

.ib-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background: #fff;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  line-height: 1.5; }

.ib-img {
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  transform: translate(-50%); }

.ib-button {
  background: #f56947;
  box-shadow: 1px 1px 21px rgba(0, 0, 0, 0.3) inset;
  margin: auto 0 0;
  font-size: 12px;
  font-weight: bold; }

.ib-name {
  margin-top: auto;
  font-weight: bold;
  font-size: 13px;
  color: #f56947; }

.ib-age, .ib-location {
  color: #000; }

.internal-banner-fallback {
  display: flex;
  font-size: 16px;
  height: 250px;
  flex-direction: column;
  text-align: center;
  background: #333; }

.ib-msg {
  height: 150px;
  background: #000000; }

.ib-msg img {
  align-self: flex-end;
  max-height: 110px;
  margin-right: 10px; }

.ib-msg span {
  max-width: 160px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3; }

.ib-msg em {
  display: block;
  color: #f56947;
  font-style: normal; }

.ib-cta {
  margin: auto; }

.static-page {
  padding: 30px;
  max-width: 1000px;
  margin: auto;
  line-height: 2; }
  .static-page h2 {
    font-size: 2em;
    margin-top: 2em;
    text-align: center; }
  .static-page h2:first-child {
    margin-top: 0; }
  .static-page h2 + h2 {
    margin-top: 1em; }
  .static-page a {
    color: #f56947; }
  @media (max-width: 800px) {
    .static-page h2 {
      font-size: 24px; } }

.Contact {
  max-width: 680px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
  line-height: 2; }
  .Contact label {
    display: block;
    margin-top: 1em; }
  .Contact input, .Contact select, .Contact textarea {
    width: 100%; }
  .Contact input[type=email] {
    height: 48px; }
  .Contact .error {
    font-size: 11px; }

.default_jsp .static-page, .contactUs_jsp .Contact {
  margin-bottom: 60px; }

.co-write, .co-message, .co-success {
  text-align: center;
  flex: 100%; }

.co-message {
  opacity: 0.7; }

.co-group, .co-submit {
  flex: 300px 0 0; }

.co-description {
  flex: 100%; }

.co-captcha {
  margin-top: 15px; }

.co-captcha .g-recaptcha {
  width: 300px;
  height: 76px;
  overflow: hidden;
  border-radius: 4px; }

.co-submit {
  height: 76px;
  margin-top: 15px;
  font-size: 18px; }

@media (max-width: 680px) {
  .co-group, .co-submit {
    flex: 100%; }
  .co-submit {
    height: 60px; }
  .Contact .error {
    display: block;
    font-size: 1em;
    margin-top: 0.5em; } }

.Contact.success {
  margin-bottom: -60px;
  padding-bottom: 0; }
  .Contact.success .co-help, .Contact.success .co-group, .Contact.success .co-submit {
    display: none; }
  .Contact.success .co-check {
    background: #444;
    font-size: 40px;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    margin: 0 auto 0.5em; }
    .Contact.success .co-check::before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      background: url("/theme/images/check.svg") center no-repeat;
      background-size: 50%;
      filter: invert(99%) sepia(50%) saturate(2087%) hue-rotate(31deg) brightness(93%) contrast(88%);
      /* convert black to #86e039 */ }
  .Contact.success .co-success-img {
    max-height: calc(100vh - 200px);
    margin: auto; }

.Unsubscribe hr {
  display: none; }

.Unsubscribe .unsubscribe-content-text h3 + p + a {
  margin-bottom: 1rem; }

.Unsubscribe .progress-radial {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f56947;
  color: #F9FAFC; }

.Unsubscribe .progress-radial-overlay {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  background-color: #f56947;
  color: #F9FAFC; }

.Unsubscribe #spinWaitBeforeRedirect {
  float: left;
  margin: 0.5rem 1rem 0 0; }

.up {
  display: flex;
  flex-wrap: wrap;
  margin: 5% 0; }

.up-fine-print {
  font-size: 0.75em;
  opacity: 0.75;
  font-style: italic;
  line-height: 2; }

.up-fine-print a {
  text-decoration: underline;
  color: #f56947; }

.up input[type=radio] {
  width: 2em;
  height: 2em;
  vertical-align: middle;
  border-radius: 50%;
  background: currentColor; }

.up input[type=radio]::before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  opacity: 0;
  transform: scale(0);
  border-radius: 50%;
  transition: 0.2s;
  background-color: #f56947; }

.up input[type=radio]:checked::before {
  opacity: 1;
  transform: scale(0.9); }

.up-left {
  flex: 7; }

.up-reason {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0 0 2px;
  margin-bottom: 20px; }

.up-reason-member {
  height: auto;
  width: auto; }
  .up-reason-member .m-link {
    height: auto; }
  .up-reason-member .m-img {
    width: 70px;
    height: 80px;
    max-width: none;
    transform-origin: center; }
  .up-reason-member .m-info, .up-reason-member .m-actions {
    display: none; }

.up-reason-label {
  padding: 10px; }

.up-no-reason .up-reason {
  display: none; }

.up-advantages-heading {
  margin-bottom: 20px; }

.up-advantages table {
  border-collapse: collapse;
  backface-visibility: visible;
  line-height: 2; }

.up-advantages tbody {
  font-size: 0.9em; }

.up-advantages tr {
  border-bottom: 1px solid #404040; }

.up-advantages td + td:not(:empty) {
  color: #f56947;
  text-align: center;
  font-weight: bold;
  font-size: 20px; }

.up-right {
  flex: 9;
  margin-left: 12.5%; }

.up-subscription {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  margin: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px; }
  .up-subscription.selected {
    background: rgba(255, 255, 255, 0.4); }
  .up-subscription input {
    margin: 0 20px; }

.up-details {
  padding: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.25); }

.up-discount {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-10px, -50%);
  border: 2px solid;
  color: black;
  background: #f56947;
  border-radius: 10px;
  padding: 0 1em;
  font-size: 12px; }

.up-vip {
  background-color: #121212; }

.up-submit {
  font-size: 1.5em;
  padding: 0.75em 2em;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

.up-congrats h1 {
  font-size: 1.5em; }

.up-congrats h1, .up-congrats h2 {
  margin-bottom: 1em; }

.up-footer {
  flex: 100%;
  padding: 20px 0; }
  .up-footer p, .up-footer div {
    display: inline; }

@media (max-width: 1300px) {
  .up {
    margin: 5%; } }

@media (max-width: 800px) {
  .up {
    display: block;
    margin: 5% 7.5%; }
  .up-right {
    margin-left: 0; }
  .up-reason {
    margin-bottom: 5px; }
  .up-advantages {
    position: relative; }
    .up-advantages::before, .up-advantages::after {
      content: none; }
    .up-advantages-icon {
      position: absolute;
      top: 0.1em;
      right: -0.2em;
      font-size: 4em;
      pointer-events: none;
      transform: rotate(90deg);
      transition: 0.3s; }
    .open > .up-advantages-icon {
      transform: rotate(-90deg); }
    .up-advantages-icon, .up-advantages-heading {
      color: #f56947; }
    .up-advantages-heading {
      margin: 0;
      padding: 1em 2em 1em 0;
      cursor: pointer; }
  .up-price, .up-only {
    font-weight: normal;
    font-size: 0.9em; }
  .up-vip .up-name, .up-vip .up-price {
    display: inline; }
  .up-vip .up-add-vip {
    display: block; }
  .up-form {
    margin-top: 10px; }
  .up-submit {
    width: 100%; }
  .up-upgraded .up-left {
    display: none; }
  .up-footer {
    margin-bottom: -80px;
    /* to compensate for lack of bottom footer navigation on upgrade */ } }

@media (max-width: 480px) {
  .up h2 {
    font-size: 1em; }
  .up-advantages-icon {
    font-size: 2.5em; }
  .up-subscription {
    font-size: 1em; } }

/*# sourceMappingURL=app39.css.map */

/*388224.1.402.3.fc81bce*/