/* Color palette can be generated here: */
/*  https://mycolor.space/?hex=%23FD6773&sub=1 */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext');

@font-face {
  font-family: Velezodiac;
  src: url("/media/fonts/velezodiac.ttf");
}

*, html, body {
  font-family: /*-apple-system, BlinkMacSystemFont ,*/ Roboto, Helvetica Neue, sans-serif;
  font-weight: 400;
}

a.anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

a.method-card {
  display: block;
  border: 2px solid #e4e4ea;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 10px auto;
  width: 100%;
  text-align: center;
}

a.method-card.active {
  border: 2px solid #ff8000;
}

a.price-card {
  display: block;
  background: #ffffff;
  width: 100%;
  height: 80px;
  border-radius: 4px;
  border: 2px solid #cad6e2;
  margin: 10px auto;
}

a.price-card.active {
  border: 2px solid #ff8000;
}

@media all and (min-device-width: 640px) {
  a.price-card {
    background: #ffffff;
    width: 30%;
    margin: 0;
  }

  a.method-card {
    width: 45%;
  }
}

.velozodiac {
  font-family: Velezodiac, sans-serif;
}

hr.dotted {
  border: 0;
  border-bottom: 1px dotted #cacaca;
}

.lh-0 {
  line-height: 0;
}

.btn:active {
  transform: translateY(1px);
}

.pattern-follow {
  background: url('/media/img/email-pattern.png')
}

.online:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #8CD042;
  border-radius: 50%;
  margin: 0 2px -1px 0;
}

.offline:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 2px -1px 0;
}

.photos-slider {
  position: relative;
}

.pink-color {
  color: #ff8000;
}

.card.payment-way {
  cursor: pointer;
}

.card.payment-way .card-body {
  padding: 5px;
}

.card.selected {
  background: #fdfbf3;
}

html, body {
  height: 100%;
}

.fluid-height, .fluid-height body {
  height: initial;
}

div, p, a, ul, li, table, ol, h1, h2, h3, h4, h5, b, sup, span, label, input, hr, td, tr, thead, tbody, tfoot, select, textarea {
  font-family: /*-apple-system, BlinkMacSystemFont ,*/ Roboto, Helvetica Neue, sans-serif;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hidden-desktop {
  display: block;
}

.hidden-tablet {
  display: none;
}

.hidden-phone {
  display: none;
}

.add-photo .hidden-phone {
  display: block !important;
}

.clear-all {
  clear: both
}

.mediaquery {
  float: left
}

.column-fixed {
  position: fixed;
  top: 55px;
  z-index: 11;
  background-color: white;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E9E9E9;
}

.progress-container.column-fixed {
  top: 60px;
}

hr.divider {
  clear: both;
  display: block;
}

.row-lg {
  margin: 0 -20px
}

.row.nrml {
  margin: 0 !important;
}

.flex-sm-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.form-group {
  margin-bottom: 20px !important;
  position: relative;
}

.normal-text {
  display: block;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.24px;
}

.text-underline {
  text-decoration: underline !important;
}

.col-center {
  text-align: center;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #999;
}

.rtng {
  width: 80px;
  display: block;
}

.rtng img {
  width: 100%;
  height: auto;
}

.p0 {
  padding: 0 !important
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

a:hover {
  cursor: pointer !important;
  color: #ff8000;
  text-decoration: none !important;;
}

input, a, textarea, select {
  outline: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/media/css/images/dropdown-p.svg) 92.5% 55% no-repeat !important;
  background-size: 13px 7px;
}

input, select {
  background: #FFFFFF;
  border: 1px solid #C8C8C8 !important; /*border-radius: 100px!important;*/
  font-size: 13px !important;
  letter-spacing: 0.24px !important;
  width: 260px;
  height: 43px;
  padding: 8px 16px !important;
  color: #000000 !important;
  line-height: 22px !important;
}

input::-webkit-input-placeholder {
  color: #AFAFAF !important;
  letter-spacing: 0.24px;
}

input::-moz-placeholder {
  color: #AFAFAF !important;
  letter-spacing: 0.24px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.input-sm {
  height: 42px !important;
  width: 42px !important;
  padding: 8px 12px !important;
}

.input-block {
  display: block !important;
  width: 100% !important;
}

textarea {
  width: 100%;
  resize: none;
  background: #FFFFFF;
  border: 1px solid #C8C8C8 !important;
  font-size: 13px !important;
  color: #000000 !important;
  letter-spacing: 0.24px !important;
}

textarea::-webkit-input-placeholder {
  color: #AFAFAF !important
}

.btn-primary .gift-icn {
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-bottom: -2px;
  margin-right: 10px
}

/*.btn { font-size: 14px; font-weight: 300; }*/
.btn:hover, .btn:focus { /*color: white!important;*/ /*outline: 0!important;*/
  box-shadow: none !important
}

/*.btn-lg { padding: 14px 30px 15px 30px!important; }
.btn-md { padding: 15px 30px 16px 30px!important; }*/

.btn-white {
  background-color: #ffffff !important;
  border-radius: 4px !important;
  color: #ff8000 !important;
  letter-spacing: 0.26px !important;
  border-color: #fde7f2;
  position: relative;
  font-weight: 300;
  transition: border-color 0.2s linear;
}

.btn-white:hover {
  border-color: #ff8000;
}

.btn-white.active {
  background-color: #ffeaec !important;
}

.btn-facebook {
  background: #4267b2;
  color: #ffffff;
  width: 100%;
  border: 0;
  font-size: 1rem;
  transition-property: opacity;
  transition-duration: 200ms;
  opacity: 1;
}

.btn-facebook:hover {
  background: #4267b2;
  color: #ffffff;
  opacity: 0.8;
}

.btn-vkontakte {
  background: #5181b8;
  color: #ffffff;
  width: 100%;
  border: 0;
  font-size: 1rem;
  transition-property: opacity;
  transition-duration: 200ms;
  opacity: 1;
}

.btn-vkontakte:hover {
  background: #4267b2;
  color: #ffffff;
  opacity: 0.8;
}

.btn-primary {
  background-image: radial-gradient(100% 198%, #ff8000 0%, #ffbc7b 100%) !important;
  border-radius: 4px !important;
  color: #FFFFFF !important;
  letter-spacing: 0.26px !important;
  border-color: #ff8000;
  position: relative;
  font-weight: 300;
  transition: opacity 0.2s linear, border-color 0.2s linear;
}

.btn-primary:hover {
  opacity: 0.7;
  border-color: #ff9d3c;
}

.btn-secondary {
  color: #666;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, .15);
}

.show > .btn-secondary.dropdown-toggle {
  color: #fff;
}

.btn-white {
  border-radius: 100px;
  background: #ffffff;
}

/*.btn-secondary { border-radius: 8px; color: white; background-color: #4267b2; }
.btn-secondary:hover { background-color: #4267b2!important; }*/

.btn-link {
  color: #ff8000 !important;
  background-color: transparent;
  font-size: 14px !important;
  letter-spacing: 0.26px !important;
  position: relative;
  font-weight: 300;
}

.btn-link:hover {
  color: #ff8000 !important;
  background-color: transparent;
}

.btn-main {
  background-color: #ff8000 !important;
  border-radius: 8px;
  color: white;
}

.btn-main:hover {
  background-color: #ff8000 !important;
}

.btn-vk {
  background-color: #45668F !important;
  border-radius: 8px;
  color: white;;
}

.btn-vk:hover {
  background-color: #45668F;
}

.fb2-icn {
  background: url(/media/css/images/fb2-icn.svg) center center no-repeat;
  background-size: 10px 18px;
  width: 10px;
  height: 18px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: -3px;
}

.facebook-icn {
  background: url(/media/css/images/facebook-icn.png) center center no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -5px;
}

.vk-icn {
  background: url(/media/css/images/vk.svg) center center no-repeat;
  background-size: 30px 18px;
  width: 30px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -5px;
}

.line {
  width: 100%;
}

.no-padding {
  padding: 0 !important;
}

.width-lg {
  width: 100% !important;
}

.width-lg .progress-container {
  position: fixed;
  top: 60px;
  z-index: 11;
  background-color: white;
  left: 0;
  right: 0;
  padding: 20px 20px 0;
}

.hdr {
  padding: 10px 0;
}

.mod-box {
  padding: 15px;
}

.mod-box .btn {
  margin: 0 4px;
}

.notice {
  padding: 1rem 2rem;
  font-size: .8rem;
  border-top: 1px solid #E9E9E9;
  color: #999;
}

.notice .lnk {
  font-size: 1rem;
  margin-bottom: .6rem;
  display: inline-block;
  text-decoration: underline;
}

.notice span {
  display: block;
}

.photo {
  display: none;
  padding: 10px 0 20px;
}

.photo img {
  /*! width: 100%; */
}

.form-photo {
  padding: 10px 0 20px;
  display: table;
  width: 100%;
}

.color-primary {
  color: #ff8000;
}

.list-group, .chart-list {
  position: relative;
  display: table;
  width: 100%;
  padding: 0 0 20px;
  margin: 0 !important;
}

.list-group li, .chart-list li {
  font-size: .9rem;
  padding: .5rem 0;
}

.list-group a {
  text-decoration: underline;
}

.list-group.list-style li {
  font-size: .9rem;
  padding: .5rem 0 .5rem 1.1rem;
}

.list-group.list-style li::before {
  content: "\25E6";
  color: #ff8000;
  position: absolute;
  left: 0;
}

.chart-list .progress {
  margin: 0 !important;
  background-color: transparent;
  display: block;
}

.chart-list .progress-bar {
  border-radius: .25rem;
  height: 5px;
}

.chart-list li {
  display: flex;
  align-items: center;
}

.chart-list li div:nth-of-type(1) {
  width: 5%;
}

.chart-list li div:nth-of-type(2) {
  width: 85%;
}

.chart-list li div:nth-of-type(3) {
  width: 10%;
  text-align: right;
}

.col, .col-photo, .col-info {
  padding: 0 25px;
}

.col-img {
  order: 2;
}

.col-info {
  order: 1;
}

.mod-slider {
  border-bottom: 1px solid #E9E9E9;
}

.mod-slider .minor-heading {
  padding: .8rem 20px 0 !important;
}

.mod-slider .photos-slider {
  padding: 10px 20px;
}

.mod-slider .slick-list {
  margin: 0 -10px;
}

.mod-slider .slick-dots {
  right: 0;
  left: 0;
  bottom: 0;
  top: -32.5px !important;
}

.mod-slider .small-slick .slick-prev {
  left: -55px;
}

.mod-slider .small-slick .slick-next {
  right: -55px;
}

#add-photo {
  margin: 1rem 0 0;
}

#add-photo hr {
  display: none;
}

#add-photo .col-img {
  order: 1;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 1rem;
}

#add-photo .col-info {
  order: 2
}

#add-photo .photo {
  display: block;
  padding: 0;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 20px;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0;
}

figure {
  margin: 0;
}

figure img {
  display: block;
  margin-bottom: 10px;
}

figure span {
  position: relative;
  padding-left: 15px;
}

figure span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  margin-top: -5px;
  background: #ccc;
  border-radius: 50%;
}

figure span.online::before {
  background: #8CD042;
}

/* NAVBAR main */

nav {
  background: rgb(52, 52, 52);
  background: linear-gradient(0deg, rgba(52, 52, 52, 1) 0%, rgba(52, 52, 52, 1) 35%, rgba(52, 52, 52, 1) 100%);
  height: 60px !important;
  padding-left: 20px !important;
  padding-right: 35px !important;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: absolute !important;
}

nav a {
  color: white !important;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: 300;
  position: relative;
}

nav .icn {
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: block;
  margin: 15px 12px !important;
  position: relative;
}

nav .navbar-nav {
  align-items: center;
}

nav .navbar-nav.mr-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.input-dropdown {
  padding: 15px 10px !important;
  width: auto !important;
}

.input-dropdown .dropdown-item {
  padding: 0 !important;
  display: flex;
  justify-content: space-around;
  line-height: 40px;
}

.dropdown-menu .badge {
  background: #ff8000;
  border-radius: 50%;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.22px;
  margin-left: 10px;
  vertical-align: text-top;
  font-weight: 300;
  padding: 5px 0;
  height: 22px;
  width: 22px;
}

.dropdown-menu {
  background: #FFFFFF;
  box-shadow: 0 18px 34px 0 rgba(0, 0, 0, 0.20) !important;
  border-radius: 6px !important;
  border: #ffffff 1px solid !important;
  min-width: 16rem;
}

.dropdown-menu a {
  font-size: 16px;
  letter-spacing: 0.3px;
  margin: 5px 0;
  padding: 0 25px;
  color: #000000 !important;
}

.dropdown-menu a:hover, nav .dropdown-menu a:focus {
  background-color: transparent;
  color: #ff8000 !important;
}

.dropdown-item {
  position: relative;
  display: inline-flex;
  white-space: normal;
}

.dropdown-item input {
  background: #FFFFFF !important;
  border: 1px solid #C8C8C8 !important;
  border-radius: 3px !important;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: white;
}

.dropdown-item > i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.ico-pr {
  background-image: url('/media/css/images/ico-pr.svg');
}

.ico-rs {
  background-image: url('/media/css/images/ico-rs.svg');
}

.ico-nr {
  background-image: url('/media/css/images/ico-nr.svg');
}

.ico-ph {
  background-image: url('/media/css/images/ico-ph.svg');
}

.ico-ad {
  background-image: url('/media/css/images/ico-ad.svg');
}

.ico-ch {
  background-image: url('/media/css/images/ico-ch.svg');
}

.ico-no {
  background-image: url('/media/css/images/ico-no.svg');
}

.ico-mt {
  background-image: url('/media/css/images/ico-mt.svg');
}

.ico-fs {
  background-image: url('/media/css/images/ico-fs.svg');
}

.ico-ps {
  background-image: url('/media/css/images/ico-ps.svg');
}

nav .nav-item.active {
  border-bottom: 3px solid #ff8000;
  margin-bottom: -5px;
}

nav .nav-item.active a {
  margin: 14px 15px 11px 15px
}

nav .user-icn {
  background-color: #d8d8d8;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

nav .user-icn .badge {
  height: 19px;
  width: 19px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 11px;
  color: #ff8000;
  letter-spacing: 0.21px;
  background-color: white;
  padding: 4px 0;
}

nav .toggle-light {
  margin-right: 0;
}

nav .units {
  display: inline-block !important;
  position: absolute;
  left: 30px;
  top: -4px;
}

nav .ml-auto.phone-margin {
  margin-left: 15px !important;
}

nav .user-name {
  display: inline-block;
  vertical-align: middle;
}

.dropdown-item.active {
  color: #ff8000 !important;
  background-color: white;
}

.dropdown-toggle:after {
  display: none !important
}

.mod-box .dropdown-toggle:after {
  display: inline-block !important;
}

.logo {
  font-family: /*-apple-system, BlinkMacSystemFont ,*/ Roboto, Helvetica Neue, sans-serif;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  letter-spacing: 1.4px;
  display: block;
  padding: 0 0;
  margin: 20px 16px 18px -10px;
  flex-shrink: 0;
  font-size: 0.7rem;
}

.icn-trend {
  background: url(/media/img/trending.svg) center center no-repeat;
  opacity: 0.85;
}

.icn-fave {
  background: url(/media/css/images/nav1a.svg) center center no-repeat;
  opacity: 0.85;
}

.icn-bonus {
  background: url(/media/css/images/nav2a.svg) center center no-repeat;
  opacity: 0.85;
}

.icn-messages {
  background: url(/media/css/images/nav3.svg) center center no-repeat;
  opacity: 0.85;
}

.dropdown-toggle::after {
  border: 0 solid transparent !important;
  background: url(/media/css/images/dropdown-w.svg) 1px center no-repeat;
  background-size: 12px 6px;
  width: 12px;
  height: 6px;
  display: inline-block; /*margin-bottom: -4px;*/
}

.btn-secondary.dropdown-toggle::after {
  background: url(/media/css/images/dropdown-b.svg) 1px center no-repeat;
}

.show > .btn-secondary.dropdown-toggle::after, .btn-secondary.dropdown-toggle:hover::after {
  background: url(/media/css/images/dropdown-w.svg) 1px center no-repeat;
}

.icn-navbar {
  background: url(/media/css/images/navbar-icn.svg) center center no-repeat;
}

.active .icn {
  opacity: 1;
}

/* NAVBAR chat nav on phone*/

.phone-chat-nav {
  justify-content: space-between;
  z-index: 1031;
  position: fixed;
  top: 0;
  padding: 8px 20px !important;
  display: none;
  left: 0;
  right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-chat-nav a:hover {
  text-decoration: none;
}

.phone-chat-nav .content-name {
  color: white;
  display: inline-block;
  margin-left: 10px;
  margin-top: 6px;
  font-weight: 400;
  font-family: /*-apple-system, BlinkMacSystemFont ,*/ Roboto, Helvetica Neue, sans-serif;
}

.phone-chat-nav .conversation-icn {
  margin-top: -2px;
}

.phone-chat-nav .user-icn {
  display: inherit;
}

.kebab-icn-w {
  background: url(/media/css/images/kebab-w.svg) center center no-repeat;
  background-size: 4px 18px;
  height: 18px;
  width: 4px;
  padding: 4px 12px;
  display: block;
}

.arrow-icn {
  background: url(/media/css/images/back.svg) center center no-repeat;
  display: block;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
}

/* TOGGLE */

.toggle-label {
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.21px;
  margin-left: -25px;
  margin-right: 5px;
  margin-top: 2px;
}

.toggle-slide {
  padding-left: 0 !important;
  box-shadow: none !important;
  background-color: white;
}

.toggle-light {
  display: block !important;
}

.toggle-light .toggle-on.active {
  margin-left: 0 !important;
}

.toggle-light .toggle-on {
  box-shadow: none !important;
  text-shadow: none !important;
  background: #FFFFFF !important;
  margin-left: 2px !important;
  color: black !important
}

.toggle-light .toggle-off {
  background: #FFFFFF !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #B4B4B4;
}

.toggle-light .toggle-blob {
  background: #E3E3E3 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  height: 14px !important;
  width: 14px !important;
  margin-top: 3px;
  margin-left: -8px !important;
}

/* CONTENT */

.content-wrapper {
  display: flex;
  clear: both;
  align-items: stretch;
  padding-top: 60px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.content-wrapper.container {
  height: auto !important;
  max-width: 1024px;
  padding-right: 0;
  padding-left: 0;
  justify-content: flex-end;
}

/* SIDE BAR */

.side-bar {
  width: 100%;
  display: block;
  flex-shrink: 0;
  overflow-y: hidden;
  position: absolute;
  left: 0;
  z-index: 11;
  right: 0;
  background-color: #F4F4F4;
  bottom: 0;
  top: 60px;
  padding-bottom: 73px;
}

.side-bar .contact-header {
  display: flex;
  width: 100%;
  padding: 15px 0;
  z-index: 10;
  margin-top: 0;
  position: fixed;
  top: 60px;
  background-color: #F4F4F4;
}

.search-wrapper {
  position: relative;
  flex-shrink: 0;
  flex-grow: 1;
  margin-left: 10px;
}

.search-wrapper input {
  padding: 8px 35px 8px 16px !important;
}

.search-icn {
  background: url(/media/css/images/search.svg) center center no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.settings-icn {
  background: url(/media/css/images/action.svg) center center no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  border: 1px solid #C8C8C8;
  border-radius: 6px;
  display: block;
  padding: 20.5px;
  flex-shrink: 0;
  margin: 0 12.5px 0 7.5px;
}

.chat-history {
  overflow-y: auto;
  min-height: 100%;
  height: 100%;
  margin-top: 73px;
}

.contact-row .contact-column:hover, .contact-row .contact-column:focus {
  text-decoration: none
}

.contact-row {
  padding: 8px 12px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.contact-row.new-message .contact-name {
  color: #ff8000;
}

.contact-row .badge {
  background-image: radial-gradient(100% 198%, #ff8000 0%, #ffbc7b 100%);
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.21px;
  position: absolute;
  top: 8px;
  left: 57px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  font-weight: 300;
  padding: 4px;
}

.contact-row.active {
  background-color: #F4F4F4 !important;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.contact-picture {
  display: block;
  float: left;
  margin-right: 20px;
}

.contact-active {
  background: #8CD042;
  height: 9px;
  width: 9px;
  display: inline-block;
  border-radius: 50%; /*margin-left: 5px;*/
  margin-right: 3px;
}

.contact-vip {
  background: #289DFB;
  height: 7px;
  width: 7px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 2.5px;
}

.contact-column:hover {
  text-decoration: none
}

.contact-column .contact-name {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.3px;
  margin-top: 10px;
  display: block;
}

.contact-column .contact-location {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.24px;
  display: block;
}

.contact-column .last-message {
  font-size: 12px;
  color: #B4B4B4;
  letter-spacing: 0.22px;
  position: absolute;
  top: 20px;
  right: 30px;
}

/*  ADVERT */

.top-show {
  display: none;
  height: 90px;
  border-radius: 6px;
  background-color: #f6f6f6;
  padding: 0;
  margin: 20px 0;
  flex-shrink: 0;
  overflow: hidden; /*margin-left: 20px;*/
}

.top-show .big-show {
  margin: 0 auto;
  width: 728px
}

.big-show-wrapper {
  display: none;
  padding: 20px;
  height: 100%;
}

.right-big-show {
  width: 120px;
  border-radius: 6px;
  background-color: #f6f6f6;
  padding: 0 0 40px 0;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.right-advert .big-show {
  height: 600px;
}

.big-show {
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.big-show p {
  color: white;
  margin: 0;
}

/*********************************************
	*  C H A T *
	*********************************************/

/*  CHAT WINDOW */

.chat-wrapper {
  width: 100%;
  flex-direction: column;
  display: flex;
  padding-bottom: 20px;
  height: 100%;
}

.chat-window {
  width: initial;
  background: #FFFFFF;
  box-shadow: 0 18px 34px 0 rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  overflow-x: hidden;
}

/*  CHAT WINDOW header */

.chat-header {
  border-bottom: 1px solid #E9E9E9;
  width: 100%;
  padding: 20px 40px;
  position: relative;
  display: none
}

.chat-header .contact-name {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.3px;
  margin-top: -2px;
  display: block;
}

.chat-header .contact-location {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.24px;
  display: block;
}

.kebab-icn {
  background: url(/media/css/images/kebab.svg) center center no-repeat;
  background-size: 4px 18px;
  height: 18px;
  width: 4px;
  padding: 4px 12px;
  margin-top: -30px;
  margin-right: -10px;
}

/*  CHAT WINDOW body */

.chat-body {
  position: relative;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: 100%;
  width: 100%;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.chat-body .clear {
  display: flex;
}

.chat-body .card-img-top {
  height: auto;
  width: 100%;
}

.chat-body .gray-text {
  font-size: 12px;
  color: #B4B4B4;
  letter-spacing: 0.22px;
}

.from-them .read-element.gray-text {
  position: absolute;
  bottom: -5px;
  right: 20px;
}

.from-them .sent-element.gray-text {
  position: absolute;
  top: -25px;
  left: 0;
  display: none;
  background: white;
  width: 500%;
  padding-left: 75px
}

.from-me .sent-element.gray-text {
  position: absolute;
  top: -25px;
  left: 20px;
  display: none;
  background: white;
  width: 500%;
}

.from-me .read-element.gray-text {
  position: absolute;
  bottom: 5px;
  left: 20px;
}

.from-me .message .read-element {
  margin-bottom: 50px;
}

.from-me .message, .from-them .message {
  position: relative;
  z-index: 10
}

.from-me .message .trash-icn {
  background: url(/media/css/images/trash.svg) center center no-repeat;
  background-size: 14px 16px;
  height: 16px;
  width: 14px;
  position: absolute;
  right: 9px;
  top: 12px;
  display: none;
  z-index: 11;
}

.from-me {
  max-width: 280px;
  float: right;
  flex-direction: row-reverse;
  position: relative;
}

.from-them {
  max-width: 332px;
  float: left;
  position: relative;
}

.from-them .background-blue.message {
  background-image: radial-gradient(100% 198%, #14AAFF 0%, #346CFB 100%) !important;
}

.from-me .conversation-icn {
  margin-left: 15px;
}

.from-them .conversation-icn {
  margin-right: 15px;
}

.from-me .message {
  position: relative;
  padding: 10px 30px 10px 20px;
  color: black;
  background: #F4F4F4;
  border-radius: 6px;
}

.from-them .message {
  position: relative;
  padding: 10px 30px 10px 20px;
  color: white;
  background-image: radial-gradient(100% 198%, #ff8000 0%, #ffbc7b 100%);
  border-radius: 6px;
}

.from-them span, .from-me span {
  font-size: 13px;
  letter-spacing: 0.24px;
}

.from-them, .from-me, .clear {
  clear: both;
  word-wrap: break-word;
  line-height: 21px;
  padding-bottom: 30px;
}

.chat-body .card-block {
  padding: 0 7px 2px 7px;
}

.chat-body .card {
  border-radius: 6px;
}

.conversation-icn {
  background-color: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
}

.heart-big {
  background: url(/media/css/images/heart-big.svg) 0 0 no-repeat;
  background-size: 77px 71px;
  height: 71px;
  width: 180px;
  display: block;
}

.from-me .heart-big {
  background-position: 100% 0 !important;
}

/*  CHAT WINDOW footer */

.chat-footer {
  border-top: 1px solid #E9E9E9;
  background-color: white;
  width: 100%;
  position: relative;
  bottom: 0;
}

.chat-footer textarea {
  padding: 23px 20px 0 20px;
  margin-bottom: 38px;
  margin-top: 0;
}

.gif-icn {
  background: url(/media/css/images/gif.svg) center center no-repeat;
  background-size: 28px 20px;
  height: 20px;
  width: 28px;
  display: block;
}

.sticker-icn {
  background: url(/media/css/images/sticker.svg) center center no-repeat;
  background-size: 26px 25px;
  height: 25px;
  width: 26px;
  display: block;
}

.emoji-icn {
  background: url(/media/css/images/emoji.svg) center center no-repeat;
  background-size: 23px 23px;
  height: 23px;
  width: 23px;
  display: block;
}

.like-icn {
  background: url(/media/css/images/heart-small.svg) center center no-repeat;
  background-size: 25px 23px;
  height: 23px;
  width: 25px;
  display: block;
  position: absolute;
}

.chat-btn-wrapper {
  position: absolute;
  right: inherit;
  left: 10px;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
}

.chat-btn-wrapper .chat-buttons {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.chat-btn-wrapper .chat-buttons li {
  margin: 10px;
}

.chat-btn-wrapper .btn-send {
  font-size: 16px;
  color: #ff8000;
  letter-spacing: 0.3px;
  text-indent: -9999px;
  background: url(/media/css/images/btn-send.svg) center center no-repeat;
  background-size: 32px 32px;
  height: 32px;
  width: 32px;
  display: block;
  position: absolute;
  top: 7px;
}

.chat-btn-wrapper .btn-send:hover {
  text-decoration: none
}

.chat-btn-wrapper .like-icn {
  top: 10px;
}

.chat-btn-wrapper .btn-send.disabled {
  color: #6c757d;
}

.chat-btn-wrapper .like-icn.disabled {
  opacity: 0.4;
}

.btn-send.position-btn {
  position: absolute;
}

.position-icn {
  position: absolute;
}

/*Textarea Resize*/
.txtstuff {
  resize: none;
  overflow: hidden;
}

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.common {
  width: 100%;
  min-height: 50px;
  font-size: 13px;
  overflow: hidden;
  padding-right: 200px;
  max-height: 55px;
  border: 0 solid transparent !important;
  overflow-y: auto;
}

.lbr {
  line-height: 3px;
}

/*Textarea Resize*/

/*********************************************
	*  C O N T E N T *
	*********************************************/

/*  CONTENT WRAPPERS */

.inner-wrapper {
  width: 100%;
  flex-direction: column;
  display: flex;
  height: auto;
}

.inner-content {
  width: initial;
  background: #FFFFFF;
  box-shadow: 0 18px 34px 0 rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  padding: 20px 20px 0 20px;
}

.width-lg .inner-content {
  padding: 64px 20px 0 20px;
}

.inner-content .content-header {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.3px;
  padding: 10px 0;
  margin-bottom: 10px;
}

.inner-wrapper .inner-content.content-full p {
  font-size: 13px;
  padding: 0 15px;
  letter-spacing: 0.24px;
  line-height: 21px;
}

.content-list li a { /*opacity: 0.7;*/
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.24px;
  line-height: 26px;
  text-decoration: underline;
}

.content-list li a.selected, .content-list li a.selected:hover {
  text-decoration: none;
}

.pink-text {
  font-size: 14px;
  color: #ff8000;
  letter-spacing: 0.26px;
  display: block;
}

.pink-text:hover {
  color: #ff9325 !important;
}

.gray-text {
  font-size: 12px;
  color: #727272;
  letter-spacing: 0.22px;
  display: block;
}

.green-text {
  color: #4AAD28;
}

/*  PROGRESS BAR */

.row .phone-border.flex-sm-last {
  border-top: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
}

.row .phone-border.flex-sm-last:last-of-type {
  border-right: 0 solid #E9E9E9;
}

.bonus-mark {
  display: block;
  background: url(/media/css/images/bonus-mark.svg) center center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}

.bonus-counter {
  margin-top: 2px;
}

/*.progress-container .gray-text {*/
/*display: -webkit-inline-box;*/
/*}*/

.progress {
  background-color: #F4F4F4;
  height: 5px;
  margin: 0 -20px;
  margin-top: 15px;
}

.progress-bar {
  background-image: radial-gradient(100% 198%, #ff8000 0%, #ffbc7b 100%);
}

/*  RATE */

.phone-border a:hover {
  text-decoration: none !important;
}

.phone-border a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gift-icn {
  display: inline-block;
  background: url(/media/css/images/gift-s.svg) center center no-repeat;
}

.report-icn {
  background: url(/media/css/images/report.svg) center center no-repeat;
  height: 20px;
  background-size: 20px 20px;
  position: relative;
  padding: 25px 10px;
  right: 0;
  margin-right: 10px;
}

.skip-icn {
  background: url(/media/css/images/skip.svg) center center no-repeat;
  height: 20px;
  background-size: 14px 14px;
  position: relative;
  padding: 25px 10px;
  right: 0;
  margin-right: 10px;
}

.back-icn {
  background: url(/media/css/images/back-g.svg) center center no-repeat;
  height: 20px;
  background-size: 14px 14px;
  position: relative;
  padding: 25px 10px;
  right: 0;
  margin-right: 10px;
}

.button-label {
  font-size: 12px;
  color: #727272;
  letter-spacing: 0.22px;
  white-space: pre;
}

.rated-list {
  display: flex;
  margin-top: 10px;
  justify-content: center;
  margin-bottom: 0;
}

.rated-list li a {
  margin-right: 0;
}

.rated-list .icn {
  width: 50px;
  height: 57px;
  background-size: 50px 57px;
  margin: 0 -5px;
}

.rate1 {
  display: block;
  background: url(/media/css/images/rate1.svg) center center no-repeat;
}

.rate2 {
  display: block;
  background: url(/media/css/images/rate2.svg) center center no-repeat;
}

.rate3 {
  display: block;
  background: url(/media/css/images/rate3.svg) center center no-repeat;
}

.rate4 {
  display: block;
  background: url(/media/css/images/rate4.svg) center center no-repeat;
}

.rate5 {
  display: block;
  background: url(/media/css/images/rate5.svg) center center no-repeat;
}

.rate7 {
  display: block;
  background: url(/media/css/images/rate7.svg) center center no-repeat;
}

.rate10 {
  display: block;
  background: url(/media/css/images/rate10.svg) center center no-repeat;
}

/*  CAROUSEL */

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick img {
  max-width: 980px;
  width: 100%;
  height: auto;
}

.slick {
  margin: 0 -20px;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li.slick-active {
  opacity: 1 !important;
}

.slick-dots li {
  height: 8px !important;
  width: 8px !important;
  border-radius: 50%;
  background-color: white;
  opacity: 0.5;
}

.slick-dots li button:before {
  color: transparent !important;
}

.slick .slick-prev {
  z-index: 9;
  left: 30px;
}

.slick .slick-next {
  z-index: 9;
  right: 30px;
}

.slick .slick-prev {
  background: url(/media/css/images/slider-a.svg) center center no-repeat;
  width: 14px;
  height: 27px;
  background-size: 14px 27px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick .slick-next {
  background: url(/media/css/images/slider-a.svg) center center no-repeat;
  width: 14px;
  height: 27px;
  background-size: 14px 27px;
  margin-top: 12px;
}

.slick .slick-prev.slick-disabled {
  background: url(/media/css/images/slider.svg) center center no-repeat;
  width: 14px;
  height: 27px;
  background-size: 14px 27px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  pointer-events: none;
}

.slick .slick-next.slick-disabled {
  background: url(/media/css/images/slider.svg) center center no-repeat;
  width: 14px;
  height: 27px;
  background-size: 14px 27px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -2px;
  pointer-events: none;
}

.slick .slick-prev:before {
  content: "";
}

.slick .slick-next:before {
  content: "";
}

.slick-selected::before, .add-photo .slick-slide:hover::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 2px solid #ff8000;
  border-radius: 9px;
}

.rating-next {
  position: absolute;
  top: 50%;
  display: block;
  right: 30px;
  font-size: 28px;
  color: white;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5);
  cursor: pointer;
  z-index: 100;
}

.rating-next.slick-disabled {
  opacity: 0.3;
}

.rating-prev.slick-disabled {
  opacity: 0.3;
}

.rating-prev {
  position: absolute;
  top: 50%;
  display: block;
  left: 30px;
  font-size: 28px;
  color: white;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5);
  cursor: pointer;
  z-index: 100;
}

.slider-caption {
  position: relative;
}

.slider-caption {
  border-top: 1px solid #E9E9E9;
  border-bottom: 0 solid #E9E9E9;
  clear: both;
  display: block;
  overflow: hidden;
  margin: 0 -20px;
  padding: 20px 20px 15px 20px;
}

.slider-caption a.pink-text {
  text-decoration: underline;
  display: inline-block;
  font-size: 12px;
}

.slider-caption span.gray-text {
  margin-bottom: 5px;
}

.slider-caption .btn-primary {
  position: absolute;
  right: 20px;
  top: 31px;
  font-size: 14px !important;
  color: #ff8000 !important;
  letter-spacing: 0.26px;
  background-image: none !important;
  background-color: transparent !important;
  padding-right: 0 !important;
}

.slider-caption .btn-primary:focus, .slider-caption .btn-primary:hover {
  border-color: transparent !important;
  box-shadow: none !important;
}

/* SMALL CAROUSEL */

.add::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 9px;
}

.add::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #ccc;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  background: url(/media/css/images/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.inner-header {
  margin: 25px 0 10px;
}

.inner-header h5 {
  margin: 0;
}

.photo-lg {
  margin: 0 -20px 15px;
}

.photo-lg img {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto;
}

/*.slick-track{ margin-left: -10px; }*/
/*.add-photo { padding: 0 10px; }*/
.add-photo .slick-track {
  margin-left: 0;
}

.slick-track.add-btn {
  margin-left: 150px;
}

/*.small-slick { margin: 0 -10px; }*/
/*.small-slick .slick-next, .small-slick .slick-prev {*/
/*    display: none !important;*/
/*}*/

.small-slick .slick-slide {
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 10px;
}

.small-slick.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.small-slick img {
  width: 100%;
  height: auto;
}

.small-slick img {
  display: block;
}

.small-slick .slick-dots {
  text-align: right !important;
  top: -43.5px; /*right: 7px;*/
  pointer-events: none;
}

.small-slick .slick-dots li.slick-active {
  background-color: #ff8000 !important;
  opacity: 0;
}

.small-slick .slick-dots li {
  height: 7px !important;
  width: 7px !important;
  border-radius: 50%;
  opacity: 0.1;
  background-color: #000000 !important;
  margin: 0 3px;
}

.small-slick .slick-dots li button:before {
  color: transparent !important;
}

.small-slick .slick-prev {
  z-index: 9;
  left: -30px;
}

.small-slick .slick-next {
  z-index: 9;
  right: -30px;
}

.small-slick .slick-prev {
  background: url(/media/css/images/pink-arrow.svg) center center no-repeat;
  width: 14px;
  height: 27px;
  background-size: 14px 27px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -12px;
}

.small-slick .slick-next {
  background: url(/media/css/images/pink-arrow.svg) center center no-repeat;
  width: 14px;
  height: 27px;
  background-size: 14px 27px;
}

.small-slick .slick-prev.slick-disabled {
  background: url(/media/css/images/gray-arrow.svg) center center no-repeat;
  width: 14px;
  height: 27px;
  background-size: 14px 27px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  pointer-events: none
}

.small-slick .slick-next.slick-disabled {
  background: url(/media/css/images/gray-arrow.svg) center center no-repeat;
  width: 14px;
  height: 27px;
  background-size: 14px 27px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  pointer-events: none;
  margin-top: -14px;
}

.small-slick .slick-prev:before {
  content: "";
}

.small-slick .slick-next:before {
  content: "";
}

.small-slick span {
  opacity: 0.7;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.24px;
}

/* PROGRES CIRCLE BAR*/

.circle-container {
  position: relative;
}

.circle-container .btn-primary {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.circle {
  margin: 20px 20px 15px 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
  float: left;
}

.circle strong {
  position: absolute;
  top: 30px;
  left: 28px;
  width: 100%;
  font-size: 18px;
  color: #4AAD28;
  letter-spacing: 0.34px;
  font-weight: 400 !important;
}

.circle .circle-text {
  font-size: 14px;
  letter-spacing: 0.22px;
  position: absolute;
  font-weight: 300 !important;
  top: 20px;
  left: -7px;
  font-family: /*-apple-system, BlinkMacSystemFont ,*/ Roboto, Helvetica Neue, sans-serif;
}

.blue-badge {
  margin-left: 10px;
  background-image: radial-gradient(100% 198%, #14AAFF 0%, #346CFB 100%) !important;
  box-shadow: 0 5px 11px 0 rgba(28, 155, 254, 0.28);
  border-radius: 100px;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.21px;
  display: inline-block;
  font-weight: 400;
  padding: 4px 8px;
  position: relative;
  top: -4px;
}

.profile-name {
  margin-bottom: 5px;
  font-size: 36px;
  color: #000000;
  letter-spacing: 0.68px;
  margin-top: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.circle-container .contact-active {
  margin-right: 2.5px;
  margin-left: 0;
}

/* COMMENTS */

.minor-heading {
  padding: 20px 0 !important;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.3px;
  display: block;
}

.comment-wrapper {
  border-bottom: 1px solid #E9E9E9;
  margin-top: 20px;
}

.comments-section {
  padding: 0 20px;
  margin: 0 -20px
}

.comments-section .btn-send {
  font-size: 14px;
  color: #ff8000;
  letter-spacing: 0.26px;
  bottom: 17px;
  right: 20px;
  z-index: 10;
  position: absolute;
}

.comments-section .minor-heading {
  padding: 20px 0 !important;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.3px;
  display: block;
}

.comments-section {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

.comments-section .input-group {
  position: relative;
}

.comments-section textarea {
  background: #FFFFFF;
  border: 1px solid #C8C8C8 !important;
  border-radius: 3px !important;
  font-size: 13px !important;
  letter-spacing: 0.24px !important;
  padding: 18px 65px 18px 20px !important;
  margin-bottom: 0 !important;
  height: 56px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 100px !important;
}

.comments-section textarea::-webkit-input-placeholder {
  color: #AFAFAF !important;
}

.comments-section a.pink-text {
  padding: 20px 0;
  text-decoration: none;
}

.comments-section a.pink-text:hover {
  color: #ff8000;
}

.comments-section .contact-picture {
  margin-right: 0;
  border-radius: 50%;
}

.comments-section .target-img {
  margin-right: 0;
}

.comments-section .comment {
  position: relative;
}

.comments-section .comment {
  padding: 0 0 5px 0;
  display: block;
}

.comments-section .comment a {
  font-size: 14px;
  color: #ff8000;
  letter-spacing: 0.26px;
}

.comments-section .comment .trash-icn {
  background: url(/media/css/images/trash.svg) center center no-repeat;
  background-size: 14px 16px;
  height: 16px;
  width: 14px;
  position: absolute;
  right: 6px;
  top: 4px;
  display: none;
  z-index: 11;
}

.comments-section .comment .img-wrapper {
  margin-right: 15px;
  display: inline-table;
  float: left;
  height: 40px;
  width: 40px;
}

.comments-section .comment .comment-from {
  display: inline-block;
  background: url(/media/css/images/comment-from.svg) center center no-repeat !important;
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  float: left;
  margin-top: 15px;
  margin-left: -7.5px;
  margin-right: 7.5px;
}

.comments-section .comment-answer {
  margin-left: 60px;
}

.comments-section .comment-author {
  font-family: /*-apple-system, BlinkMacSystemFont ,*/ Roboto, Helvetica Neue, sans-serif;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.24px;
  line-height: 21px;
  font-weight: 600;
}

.comments-section .comment a:hover {
  text-decoration: none;
}

.comments-section .comment a.text-pink:hover {
  text-decoration: underline;
}

.comments-section .comment-time {
  font-size: 12px;
  color: #B4B4B4;
  letter-spacing: 0.22px;
}

.comments-section .comment-text {
  opacity: 0.7;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.24px;
  line-height: 21px;
  display: block;
  margin-left: 116px;
  margin-bottom: 10px;
}

.comments-section .comment.comment-answer .comment-text {
  margin-left: 55px;
}

/*  RATING SIDEBAR */

.rating-sidebar {
  padding: 10px 0 30px 0;
}

.rating {
  width: 42px;
  height: 39px;
  display: inline-block;
  background-size: 42px 39px;
  margin-top: 2px;
}

.rating-sidebar .normal-text {
  position: relative;
  margin-bottom: 2px;
}

.rating-sidebar .normal-text a {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.24px;
  line-height: 22px;
}

.rating-sidebar .contact-picture {
  margin-bottom: 15px;
}

.dropdown-check {
  min-width: 0 !important;
  width: 110px;
}

.dropdown-check .dropdown-item.active {
  color: black !important;
}

.dropdown-check .checked-icn {
  display: inline-block;
  background: url(/media/css/images/checked.svg) center center no-repeat !important;
  width: 11px;
  height: 9px;
  background-size: 11px 9px;
  margin-left: 20px;
  margin-bottom: 1px;
}

.rating-sidebar .content-list a {
  color: #ff8000;
}

.rating-sidebar .content-list a.selected {
  color: inherit;
  font-weight: 700;
}

.rating-sidebar .contact-name {
  display: block;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.26px;
  padding-top: 7.5px;
}

.rating-sidebar .profile-name {
  font-size: 24px;
}

.rating-sidebar .constellation-icn {
  margin: 0 0 0 8px
}

.rating-sidebar .content-header {
  width: 100%;
}

.rating {
  position: absolute;
  top: -10px;
}

.user-profile {
  display: flex;
}

.user-profile .user-content {
  flex: auto;
  overflow: hidden;
}

/* TOP */

.top-nav {
  display: flex;
  margin-bottom: 1rem;
}

.top-nav h1, .top-nav ul {
  font-size: 18px;
  margin: 0;
  line-height: normal;
}

.top-nav h1 {
  line-height: 32px;
}

.top-nav ul {
  margin-left: 10px;
}

.top-nav li {
  display: inline-flex;
  margin-right: 10px;
}

.top-nav a {
  padding: 5px 14px;
  text-decoration: underline;
}

.top-nav a.active {
  background: #ff8000;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
}

.top-nav a.active:hover {
  text-decoration: none;
}

ul.top {
  margin: 2rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.top li {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
}

.box-inner {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  font-size: 13px;
}

.box-inner a {
  display: block;
  width: 120px;
  margin: 0 auto;
  text-decoration: underline;
}

.box-inner figure {
  margin: 0;
}

.box-inner figure span {
  position: relative;
  padding-left: 15px;
}

.box-inner figure span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  margin-top: -5px;
  background: #ccc;
  border-radius: 50%;
}

.box-inner figure span.online::before {
  background: #8CD042;
}

.box-inner img {
  display: block;
  margin-bottom: 10px;
}

.user-place {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #666;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, .15);
  font-size: 20px;
  border-radius: 3px;
}

.user-place span {
  display: block;
  line-height: 42px;
}

.top-rating .box-inner {
  background: #f4f4f4;
}

.top-rating .user-place {
  background: #ff8000;
  color: #fff;
  font-size: 30px;
}

.top-box-rating {
  position: relative;
  height: 28px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
}

.top-box-rating span {
  margin-left: 25px;
  height: 28px;
  line-height: 28px;
}

.top-box-rating::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(/media/css/images/star.svg);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.meta {
  color: #999;
}

.filter {
  margin-bottom: 1rem;
}

/* List */

.lst li {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 12px 0;
}

.lst a {
  text-decoration: underline;
}

.lst .col {
  font-size: 13px;
}

.lst .col.col-photo a {
  display: block;
  width: 120px;
  margin: 0 auto;
}

/* PAGES */

.pages {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 14px;
}

.pages a {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-decoration: underline;
}

.pages a.active {
  background: #ff8000;
  border-radius: 50%;
}

.pages a.active, .pages a.active:hover {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.pages .arrow {
  margin: 0 10px;
}

.pages .no-link {
  cursor: default;
  color: #999;
}

/*  FOOTER */

footer {
  border-top: 1px solid #E9E9E9;
  padding: 40px 10px 0 10px;
  position: relative;
  background: white;
}

footer p {
  opacity: 0.7;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.24px;
  line-height: 21px;
  margin-bottom: 20px;
}

footer .footer-header {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.26px;
  margin-bottom: 10px;
  font-weight: 700;
  display: block;
}

footer .social-list {
  display: block;
}

footer .social-list li {
  margin-right: 10px;
  display: inline-block;
}

footer .icn {
  background-size: 48px 48px;
  height: 48px;
  width: 48px;
  display: inline-block;
}

.fb-icn {
  background: url(/media/css/images/fb-icn.svg) center center no-repeat;
}

.tw-icn {
  background: url(/media/css/images/tw-icn.svg) center center no-repeat;
}

.go-icn {
  background: url(/media/css/images/go-icn.svg) center center no-repeat;
}

.in-icn {
  background: url(/media/css/images/in-icn.svg) center center no-repeat;
}

.ti-icn {
  background: url(/media/css/images/ti-icn.svg) center center no-repeat;
}

.inner-footer {
  padding: 20px 0 22px 0;
  border-top: 1px solid #E9E9E9;
}

.inner-footer span {
  font-size: 12px;
  color: #727272;
  letter-spacing: 0.22px;
}

.inner-footer span a {
  text-decoration: underline;
  color: #727272;
}

.inner-footer .dropdown {
  margin-left: 10px;
  display: inline-block;
}

.dropdown-b {
  background: url(/media/css/images/dropdown-b.svg) 1px center no-repeat;
  background-size: 12px 6px;
  width: 12px;
  height: 6px;
  display: inline-block;
  margin-bottom: 2px;
}

.inner-footer .dropdown-menu a {
  text-decoration: none;
}

.send-button {
  background: url(/media/css/images/btn-send.svg) center center no-repeat;
  height: 22px;
  width: 22px;
  background-size: 22px 22px;
  display: inline-block;
}

/*********************************************
	* L O G I N *
	*********************************************/

/*  LOGIN WRAPPERS */

.inner-wrapper.full-width {
  width: 100% !important;
  flex-direction: column !important;
}

.inner-wrapper.full-width .inner-content {
  margin-left: 0 !important;
  width: 100%;
  display: block;
  box-shadow: none;
}

.inner-wrapper.full-width .fluid-content {
  position: absolute;
  top: 0;
  bottom: 0;
}

.inner-wrapper.full-width .small-column {
  width: 100%;
  margin: 0 auto;
  padding: 110px 0 0 0;
}

.inner-wrapper.full-width input {
  /*border-radius: 8px !important;*/
  /*background-color: #f7f7f7;*/
  /*margin-bottom: 10px;*/
}

.form-check-input {
  width: initial !important;
  height: initial !important;
  clear: both;
  overflow: auto;
}

.inner-wrapper.full-width .form-check-label {
  margin-bottom: 5px;
}

.form-check-label {
  color: #424242
}

.inner-wrapper.full-width .btn {
  margin-bottom: 20px;
}

.bordered-headline span {
  text-transform: uppercase;
  font-size: 16px;
  background-color: white;
  padding: 0 10px;
  color: #424242;
}

.inner-wrapper.full-width .bordered-headline {
  margin-bottom: 30px;
  color: #424242;
  font-weight: 300;
  position: relative;
  width: 100%;
  height: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  text-align: center;
}

.inner-wrapper.full-width .login-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.inner-wrapper.full-width .login-footer span {
  color: #424242;
  margin-right: 20px;
  font-weight: 300;
  font-size: 16px;
}

.inner-wrapper.full-width .login-footer a {
  font-size: 16px;
}

.small-column .alert.alert-danger {
  background: #FFF2F3;
  border: 1px solid #FD6872;
  border-radius: 6px;
  font-size: 16px;
  color: #D32833;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 40px;
}

/* NEW LOGIN */

.background-pink {
  background: #ff8000 !important;
}

.background-pink h1 {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.background-pink .login-icn {
  margin: 0 auto;
  display: block;
  margin-top: 180px;
  margin-bottom: 30px;
}

.container-full {
  width: 100%;
  display: flex;
  position: relative;
  height: initial;
}

.container-half {
  height: auto;
  min-height: 800px;
  background: #ffffff;
}

.container-half + .container-half {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #343434;
  display: none;
}

.container-half + .container-half .inner-content {
  width: 360px;
}

.container-half .inner-content {
  max-width: 360px;
  display: block;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  position: relative;
  padding-bottom: 40px;
}

.login-icn {
  background: #343434 url(/media/css/images/login-icn.svg) center center no-repeat;
  height: 195px;
  width: 180px;
  background-size: 180px 195px;
  display: block;
  margin-bottom: 30px;
  margin-top: 160px;
}

.container-full .logo-pink {
  background: url(/media/css/images/logo-pink.svg) center center no-repeat;
  height: 17px;
  width: 60px;
  background-size: 60px 17px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  margin-bottom: 20px;
}

.container-full .correct {
  background: url(/media/css/images/correct.svg) 95% 55% no-repeat;
  background-size: 16px 12px;
  display: block;
}

.container-full .has-danger {
  border: 1px solid red !important;
}

.container-full .login-tabs {
  width: 100%;
  margin-bottom: 40px;
}

.container-full .login-tabs + .tab-content {
  margin-bottom: 0;
}

.container-full .login-tabs li {
  width: 50%;
  text-align: center;
}

.container-full .nav-tabs.login-tabs a {
  border: 0 solid transparent !important;
  border-bottom: 5px solid #F4F4F4 !important;
  font-size: 16px;
  color: #727272;
  letter-spacing: 0.3px;
}

.container-full .nav-tabs.login-tabs a.active {
  border-bottom: 5px solid #ff8000 !important;
  font-size: 16px;
  color: #ff8000;
  letter-spacing: 0.3px;
}

.container-full .round {
  border-radius: 50px;
}

.container-full .bordered-headline {
  color: #424242;
  font-weight: 300;
  position: relative;
  width: 100%;
  height: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  text-align: center;
}

.container-full .bordered-headline span {
  font-size: 14px;
  color: #C8C8C8;
  letter-spacing: 0.24px;
  text-transform: initial;
}

.container-full .alert.alert-danger {
  /*position: relative;*/
  /*top: 50px;*/
  left: 0;
  right: 20px;
  background: #FFF2F3;
  /*border: 1px solid #FD6872;*/
  border-radius: 6px;
  /*font-size: 16px;*/
  color: #D32833;
  /*letter-spacing: 0;*/
  line-height: 22px;
  /*margin-bottom: 40px;*/
}

.container-full input, .container-full select {
  background: #FFFFFF;
  border: 1px solid #C8C8C8 !important;
  border-radius: 3px !important;
  font-size: 13px !important;
  color: #AFAFAF !important;
  letter-spacing: 0.24px !important;
  height: 56px;
  margin-bottom: 20px;
}

.container-full select {
  height: 56px !important;
}

.container-full input:focus, .container-full select:focus {
  border: 1px solid #FF0000 !important;
  box-shadow: none !important;
}

.invalid-feedback {
  margin-bottom: 20px;
  margin-top: -10px !important;
}

.container-full select:focus:last-of-type {
  border-right: 1px solid #FF0000 !important;
}

.container-full h1 {
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0.68px;
  font-weight: 300;
  margin-bottom: 30px;
}

.container-full p {
  opacity: 0.7;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.24px;
  line-height: 21px;
  font-weight: 300;
}

.magic-radio:checked + label:before {
  border: 1px solid #C8C8C8 !important;
}

.magic-radio + label:before {
  border: 1px solid #C8C8C8 !important;
}

.magic-radio + label:after {
  background: #ff8000 !important;
}

.magic-radio + label {
  font-size: 14px;
  color: #373737;
  letter-spacing: 0.26px;
}

.has-danger .magic-radio + label {
  color: #dc3545 !important;
}

.radio-wrapper.has-danger {
  border: 0 solid transparent !important;
}

.radio-wrapper {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  margin-top: 30px;
}

.caption-text {
  font-size: 12px !important;
  color: #727272 !important;
  letter-spacing: 0.22px !important;
  margin-top: 10px;
  display: block;
}

.caption-text .pink-text {
  font-size: 12px !important;
  letter-spacing: 0.22px !important;
  display: inline-block;
}

.input-select {
  display: flex;
  border: 1px solid #C8C8C8 !important;
  margin-bottom: 20px !important;
  border-radius: 3px;
}

.input-select select {
  margin-bottom: 0 !important;
  padding: 8px 34px 8px 16px !important;
  border: 1px solid #ffffff !important;
  border-right: 1px solid #C8C8C8 !important;
  border-radius: 0 !important;
  background-position: 80% 50% !important;
}

.input-select select:last-of-type {
  border-right: 0 solid #C8C8C8 !important;
}

.input-label {
  color: #AFAFAF;
  font-size: 13px;
  padding-left: 16px;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  letter-spacing: 0.24px !important;
}

.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFFFFF;
  font-size: 13px !important;
  color: #AFAFAF !important;
  letter-spacing: 0.24px !important;
}

/*********************************************
	*  T E X T P A G E *
	*********************************************/

.wide-column {
  display: block;
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.wide-column h1 {
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 16px;
}

h1.modal-title {
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
}

.wide-column p /*, .modal-content p*/
{
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
}

.wide-column .text-heading {
  font-weight: 700;
}

/*********************************************
	*  M O D A L S *
	*********************************************/

/*.modal .modal-dialog { margin: 60px 0 0 0!important; }*/
/*.modal-content .modal-body { max-height: 350px; overflow-y: auto; }*/
/*.modal-content { border-radius: 0!important; border: 0 solid transparent; box-shadow: none; }*/
/*.modal-wide .modal-dialog { width: 100%; max-width: 100%; }*/
/*.modal-thin .modal-dialog { width: 100%; max-width: 100%; }*/
/*.modal-content .close { position: absolute; right: 15px; top: -50px; font-size: 2.5rem; opacity: 1; text-shadow: none; color: #fff!important; }*/

/*********************************************
	* P R O F I L E *
	*********************************************/

/*  PROFILE WRAPPERS */

.inner-wrapper .inner-content.content-left {
  width: 100% !important;
  padding: 0 20px !important;
  box-shadow: none !important
}

.inner-wrapper .inner-content.content-full {
  padding: 0 15px !important;
}

/*  PROFILE */

.profile-img {
  margin-right: 20px;
  margin-top: 10px;
}

.constellation-icn {
  margin: 0 0 0 12px
}

.text-bullet {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.profile-header .contact-active {
  margin-left: 0;
  margin-right: 5px;
}

.profile-header .profile-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.34px;
}

.profile-header .profile-img {
  display: none;
}

.profile-header .slick {
  margin-bottom: 15px;
}

/*.photos-slider, .right-bar, .profile-header { overflow: hidden; }*/
.add-photo .photos-slider {
  overflow: unset;
}

.profile-header {
  margin: 0 -20px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.profile-header .btn-primary {
  display: none;
}

.gray-text.hidden-phone {
  display: none;
}

.minor-heading.hidden-phone {
  display: none;
}

.pink-text.hidden-phone {
  display: none !important;
}

.profile-information {
  border-top: 1px solid #E9E9E9;
  margin: 0 -20px;
  padding: 0 20px;
}

.info-list li {
  opacity: 0.7;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.24px;
  margin-top: 15px;
}

.info-list .icn {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-bottom: -6px;
  margin-right: 5px;
}

.aim-icn {
  background: url(/media/css/images/aim-icn.svg) center center no-repeat;
}

.religion-icn {
  background: url(/media/css/images/religion-icn.svg) center center no-repeat;
}

.child-icn {
  background: url(/media/css/images/child-icn.svg) center center no-repeat;
}

.drink-icn {
  background: url(/media/css/images/drink-icn.svg) center center no-repeat;
}

.smoke-icn {
  background: url(/media/css/images/smoke-icn.svg) center center no-repeat;
}

.height-icn {
  background: url(/media/css/images/ruler.svg) center center no-repeat;
}

.language-icn {
  background: url(/media/css/images/language-icn.svg) center center no-repeat;
}

.btn .icn-messages {
  background: url(/media/css/images/nav3.svg) center center no-repeat;
  opacity: 1;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 10px;
  margin-bottom: -4px;
}

.para-style {
  opacity: 0.7;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.24px;
  line-height: 21px;
}

.gift-wrapper {
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center;
}

.gift-wrapper .send-icn {
  position: absolute;
  left: 36px;
  top: 0;
}

/*  PHOTO GALLERY */

.photo-gallery {
  display: none;
}

.send-icn {
  background: url(/media/css/images/send-icn.svg) center center no-repeat;
  display: inline-block;
  height: 22px;
  width: 22px;
  background-size: 22px 22px;
}

.gift-send-icn {
  position: relative;
}

/*  CAROUSEL */

.minor-heading .gray-text {
  display: inline-block;
}

/* RIGHT BAR */

.right-bar .minor-heading {
  width: 100%;
}

.right-bar .small-slick img {
  padding: 10px;
}

.right-bar {
  width: 100%;
  padding: 0 20px;
}

.bar-slider .pink-text {
  display: inline-block;
}

.bar-slider {
  margin-bottom: 50px;
  border-top: 1px solid #E9E9E9;
  margin: 0 -20px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.insta-footer {
  text-align: center;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  padding: 15px 0;
  font-size: 14px;
  color: #8D8D8D;
  letter-spacing: 0.22px;
  display: block !important;
}

.small-slick img, .insta-gallery img {
  border-radius: 6px;
}

#friends img {
  border-radius: 50%;
}

.inner-content .spotify-display {
  display: none;
}

.inner-content .gift-display {
  display: none;
}

/* BUTTON WRAPPER */

.button-wrapper {
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-wrapper .btn {
  padding: 11px !important;
  border-radius: 50% !important;
  box-shadow: 0 5px 10px rgba(136, 136, 136, 0.5);
  line-height: 0;
  margin: 0 10px;
}

.button-wrapper .gift-icn {
  display: block;
  height: 24px;
  width: 24px;
  background-size: 24px 24px;
}

.button-wrapper .heart-icn {
  display: block;
  height: 24px;
  width: 24px;
  background-size: 24px 24px;
}

.button-wrapper .icn-messages {
  height: 26px;
  width: 26px;
  background-size: 20px 20px;
  position: relative;
  top: 2px;
}

.button-wrapper .icn {
  margin: 0;
}

.button-wrapper .btn:hover {
  box-shadow: 0 5px 10px rgba(136, 136, 136, 0.5) !important;
}

@media only screen and (min-width: 374px) {
  .logo {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 380px) {

  /*********************************************
        *  C O N T E N T *
        *********************************************/
  /*  RATED LIST */
  .rated-list .icn {
    width: 60px;
    height: 67px;
    background-size: 60px 67px;
  }

  .logo {
    margin-left: 0 !important;
    font-size: 1rem;
  }

}

@media only screen and (min-width: 640px) {
  .photo-lg {
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
  }

  .logo {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {

  /*********************************************
        *  C O N T E N T *
        *********************************************/
  /*  CONTENT */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-full .login-tabs + .tab-content {
    margin-bottom: 100px;
  }

  /*.col-photo { order: 2; }
    .col-info { order: 1; }*/
  .col, .col-photo, .col-info {
    padding: 0;
  }

  #add-photo {
    margin: 0;
  }

  #add-photo hr {
    display: block;
  }

  #add-photo .photo {
    padding: 10px 0 20px;
  }

  #add-photo .col-img {
    border: 0;
    margin: 0;
    padding: 0 25px;
  }

  .inner-wrapper .inner-content.content-full {
    width: calc(100% - 150px) !important;
    padding: 130px 0 0 !important;
  }

  .inner-wrapper .inner-content.content-full .row {
    margin: 0 !important;
  }

  .inner-content.content-full .top-show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
  }

  .right-layout {
    width: 728px !important;
    margin: 0 auto;
  }

  .right-layout .inner-wrapper {
    position: relative;
  }

  .right-layout .big-show-wrapper {
    position: absolute;
    right: 0;
    top: 170px;
    display: block;
    height: auto;
    padding: 20px 0 20px 30px;
  }

  /*  FOOTER */
  footer {
    border-top: 1px solid #E9E9E9;
    padding: 40px 0 0 0;
  }

  /*********************************************
        *  M O D A L S *
        *********************************************/
  /*.modal .modal-dialog { margin: 100px auto 0 auto!important; }*/
  /*.modal-wide .modal-dialog { width: 720px; max-width: 720px; }*/
  /*.modal-thin .modal-dialog { width: 470px; max-width: 470px; }*/
  /*.modal-content .modal-body { max-height: 500px; overflow-y: auto; }*/
  /*.modal-content { border-radius: 6px!important; border: 0 solid transparent; box-shadow: none; }*/
  /*.modal-content .close { color: #fff!important; top: -45px; }*/
  /*********************************************
        * L O G I N *
        *********************************************/
  /*  NEW LOGIN */
  .container-half .inner-content {
    width: 360px;
  }

  .container-half + .container-half {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #343434;
    display: block;
  }
}

/* COMMENTS */

@media only screen and (min-width: 991px) {

  /* TOP */
  ul.top {
    width: 522px;
  }

  ul.top li {
    width: 166px;
  }

  ul.top li:nth-child(3n+1) {
    margin-bottom: 40px;
    margin-right: 12px;
  }

  ul.top li:nth-child(3n+2) {
    margin-bottom: 30px;
    margin-top: 10px;
    margin-right: 12px;
  }

  ul.top li:nth-child(3n+3) {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mediaquery {
    float: right !important;
  }

  .column-fixed {
    position: relative;
    top: 0;
    border-bottom: 0 solid transparent;
  }

  .hidden-phone {
    display: inline-block;
  }

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

  .hidden-tablet.hidden-phone {
    display: none !important;
  }

  .col.hidden-phone {
    display: block;
  }

  .flex-sm-last {
    -webkit-box-ordinal-group: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .inner-content.content-full .top-show {
    position: relative;
  }

  .right-layout {
    width: 100% !important;
  }

  .right-layout .big-show-wrapper {
    position: relative;
    height: 100%;
    top: 0;
  }

  .width-lg .inner-content {
    padding: 20px 20px 0;
  }

  .width-lg .progress-container {
    position: relative;
    top: 0;
    padding: 0;
  }

  .col, .col-photo, .col-info, .inner-wrapper .inner-content.content-full p {
    padding: 0;
  }

  #add-photo .col-img {
    padding: 0;
  }

  .col-info {
    padding: 0 0 0 30px;
  }

  .add-photo {
    padding: 0;
  }

  .photo {
    display: block;
  }

  .col-img {
    order: 1;
  }

  .col-info {
    order: 2;
  }

  /*.row { margin: 0 -20px }*/
  .middle-lg {
    top: 50%;
    transform: translateY(-50%);
  }

  .user-profile {
    flex-wrap: wrap;
  }

  .user-profile .profile-img {
    margin: 0;
  }

  /* NAVBAR chat nav on phone */
  nav .icn {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: block;
    margin: 14px 15px !important;
    position: relative;
  }

  nav .navbar-nav.mr-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  nav {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }

  /*nav .nav-item.active {*/
  /*  border-bottom: 0 solid blue;*/
  /*}*/
  nav .nav-item.active a {
    margin: 14px 15px;
  }

  nav .nav-item {
    border-bottom: 0 solid blue;
  }

  nav .units {
    left: 40px;
    top: 0;
  }

  .phone-chat-nav {
    display: none !important;
  }

  /*********************************************
        *  C H A T *
        *********************************************/
  /* SIDE BAR */
  .side-bar {
    background-color: transparent;
    width: 344px;
    display: block !important;
    padding-bottom: 183px;
    height: 100%;
    padding-top: 60px;
    margin-top: -60px;
    left: 0 !important;
  }

  .side-bar .contact-header {
    margin-top: 110px;
    position: relative;
    background-color: transparent;
    top: 0;
  }

  .chat-history {
    margin-top: 0;
  }

  /* big-show */
  .top-show {
    display: block;
  }

  .big-show-wrapper {
    display: block;
  }

  /*  CHAT WINDOW */
  .chat-window {
    position: relative;
    margin-left: 344px;
    height: 100%;
    top: 0;
    overflow-y: hidden;
  }

  .chat-header {
    display: block;
  }

  .chat-footer {
    position: relative;
    bottom: 0;
  }

  .chat-footer textarea {
    padding: 18px 200px 0 30px;
  }

  /*  CHAT WINDOW footer*/
  .chat-btn-wrapper {
    width: auto;
  }

  .chat-btn-wrapper .like-icn {
    margin-right: 20px;
    margin-left: 40px;
    top: 0;
    position: relative;
  }

  .chat-btn-wrapper .btn-send {
    background: none;
    text-indent: 0;
    height: inherit;
    width: inherit;
    background-color: transparent;
    position: relative;
    margin-left: 39px;
    top: 0;
  }

  .chat-btn-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    left: inherit;
  }

  .chat-footer textarea {
    padding: 23px 220px 0 20px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .common {
    max-height: 150px;
  }

  .btn-send.position-btn {
    position: absolute !important;
  }

  .position-icn {
    position: absolute !important;
  }

  /*********************************************
        *  C O N T E N T *
        *********************************************/
  /*  CONTENT WRAPPERS */
  .content-wrapper {
    overflow: unset;
  }

  .inner-wrapper {
    flex-direction: column;
    display: flex;
    padding-bottom: 65px;
    height: auto;
    position: relative;
    width: 805px;
  }

  .inner-content {
    margin-left: 242px;
  }

  .inner-content .content-header {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.3px;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  /*  PROGRESS BAR */
  .row .phone-border.flex-sm-last {
    border-top: 0 solid #E9E9E9;
    border-right: 0 solid #E9E9E9;
  }

  .progress-container .gray-text {
    display: inherit;
  }

  .bonus-counter {
    margin-top: 10px;
  }

  /*  RATE */
  .phone-border a {
    display: block;
    position: relative;
  }

  .report-icn {
    margin: 22px auto 0 auto;
    padding: 0;
    display: flex;
  }

  .skip-icn {
    margin: 22px auto 0 auto;
    padding: 0;
    display: flex;
  }

  .back-icn {
    margin: 0 auto;
    padding: 0;
    display: flex;
  }

  .button-label {
    font-size: 12px;
    color: #727272;
    letter-spacing: 0.22px;
    white-space: pre;
    display: block;
    text-align: center;
  }

  .gift-icn {
    background: url(/media/css/images/gift.svg) center center no-repeat;
  }

  .heart-icn {
    background: url('/media/img/favorite-heart-button.svg') center center no-repeat;
  }

  /*  CAROUSEL */
  .slick img {
    display: block;
    margin: auto;
    max-width: none;
    width: auto;
    height: auto;
  }

  .slider-caption {
    border-top: 0 solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    display: flex;
    justify-content: space-between;
  }

  .slider-caption.gray-text span {
    margin-bottom: 0;
  }

  /* SMALL CAROUSEL */
  .small-slick img {
    width: 100%;
  }

  .small-slick .slider-caption {
    border-top: 0 solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    display: flex;
    justify-content: space-between;
  }

  .small-slick .slider-caption.gray-text span {
    margin-bottom: 0;
  }

  /* PROGRES CIRCLE BAR*/
  .circle {
    margin: 20px 20px 25px 0;
  }

  /*  RATING SIDEBAR */
  .rating-sidebar {
    position: absolute;
    left: 0;
    top: 130px;
    width: 232px;
    padding: 0;
  }

  .rating-sidebar .contact-name {
    display: block;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.26px;
    padding-top: 7.5px;
  }

  .rating {
    position: absolute;
    right: 40px;
    top: -10px;
  }

  .width-lg .rating-sidebar {
    top: 30px !important;
  }

  /*COMMENTS*/
  .comments-section {
    border-bottom: 0 solid #E9E9E9;
  }

  /*********************************************
        *  L O G I N *
        *********************************************/
  /*  LOGIN WRAPPERS */
  .inner-wrapper.full-width {
    margin-top: 20px;
    flex-direction: unset !important;
    padding: 0 60px;
  }

  .inner-wrapper.full-width .inner-content {
    margin-left: 0 !important;
    width: 100%;
    display: block;
    position: relative;
    top: inherit;
    bottom: inherit;
    margin: 0 auto;
    box-shadow: 0 18px 34px 0 rgba(0, 0, 0, 0.09);
  }

  .inner-wrapper.full-width .small-column {
    width: 500px;
    margin: 0 auto;
    padding: 100px 0 100px 0;
  }

  .inner-wrapper.full-width .fluid-content {
    position: relative;
    top: 0;
    bottom: 0;
  }

  /*  NEW LOGIN */
  .container-full h1 {
    font-size: 36px;
  }

  .container-half + .container-half .inner-content {
    width: 440px;
  }

  .radio-wrapper {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
    margin-top: 0;
  }

  /*********************************************
        *  T E X T P A G E *
        *********************************************/
  .wide-column {
    padding-top: 0;
    margin-bottom: 80px;
  }

  /*********************************************
        *  P R O F I L E *
        *********************************************/
  /*  PROFILE WRAPPERS */
  .inner-wrapper .inner-content.content-left {
    width: 54% !important;
    padding: 0 !important;
    box-shadow: none !important;
    padding: 0;
  }

  /*.inner-wrapper .inner-content.content-full { width: calc(100% - 58px) !important; margin: 0; }*/
  .inner-wrapper .inner-content.content-full {
    width: 100% !important;
    margin: 0;
  }

  .content-full .row {
    margin: 0 !important;
  }

  /*  PROFILE */
  .profile-header .slick {
    display: none;
  }

  .profile-header .profile-img {
    display: block;
  }

  .profile-header .profile-name {
    font-size: 36px;
    color: #000000;
    letter-spacing: 0.68px;
  }

  .photos-slider, .right-bar, .profile-header {
    overflow: unset;
  }

  .profile-header {
    margin: 0 0;
    margin-bottom: 0;
    padding: 0;
  }

  .profile-header .btn-primary {
    display: inline-block;
  }

  .gray-text.hidden-phone {
    display: block;
  }

  .minor-heading.hidden-phone {
    display: block;
  }

  .pink-text.hidden-phone {
    display: block !important;
  }

  .profile-information {
    border-top: 0 solid #E9E9E9;
    margin: 0 0;
    padding: 0 0;
  }

  /* RIGHT BAR */
  .right-bar .small-slick img {
    padding: 8px;
  }

  .right-bar {
    width: 39%;
    padding: 0 0 0 3%;
    border-left: 1px solid #E9E9E9;
    margin-top: -20px;
    padding-top: 10px
  }

  .photos-slider.hidden-phone {
    display: block;
  }

  .bar-slider {
    border-top: 0 solid #E9E9E9;
    margin: 0 0;
    padding: 0 0;
    margin-bottom: 50px;
  }

  #insta .slick-dots {
    display: none !important;
  }

  .right-bar .spotify-display {
    display: none;
  }

  .right-bar .gift-display {
    display: none;
  }

  .inner-content .spotify-display {
    display: block;
  }

  .inner-content .gift-display {
    display: block;
  }

  /* PHOTO GALLERY */
  .photo-gallery {
    overflow: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: block;
  }

  .photo-gallery .photos-slider {
    overflow: hidden !important;
  }

  .photo-gallery .small-slick .slick-track {
    width: initial !important;
  }

  .photo-gallery .small-slick .slick-slide {
    display: inline-block;
    float: left;
    width: 49.5% !important;
    position: relative;
  }

  .photo-gallery .small-slick img {
    height: auto;
    width: 100%;
    border-radius: 6px;
  }

  .photo-gallery .small-slick .slick-slide:last-of-type:after {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    border-radius: 6px;
    margin: 8px;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    position: absolute;
    top: 0;
  }

  .photo-gallery .photos-slider {
    margin-bottom: 50px;
  }

  .photosnr {
    color: white !important;
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0.68px;
    top: 0;
    z-index: 2;
    opacity: 1;
    bottom: 0;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }

  .photosnr:hover {
    text-decoration: none;
  }

  .inner-content .photosnr {
    display: none !important;
  }

  .inner-content .photo-display {
    display: none;
  }

  .mod-slider {
    display: block !important
  }

  .inner-content .photo-display.add-photo {
    display: block !important;
  }
}

@media only screen and (min-width: 1024px) {

  /* TOP */
  ul.top {
    width: 552px;
  }

  ul.top li {
    width: 176px;
  }

  .mediaquery {
    text-align: right !important;
  }

  .hidden-desktop {
    display: block;
  }

  .hidden-tablet {
    display: none;
  }

  /* NAVBAR */
  nav .hidden-desktop {
    display: inline-block !important;
  }

  .inner-wrapper .inner-content.content-full {
    width: calc(100% - 58px) !important;
    margin: 0;
  }

  /*********************************************
        *  C O N T E N T *
        *********************************************/
  /*  CONTENT WRAPPERS */
  .small-slick .slick-next, .small-slick .slick-prev {
    display: inline-block !important;
  }

  .inner-wrapper {
    width: 804px;
  }

  /*********************************************
        *  P R O F I L E *
        *********************************************/
  /* RIGHT BAR */
  .right-bar {
    width: 36%;
    padding: 0 0 0 0;
    border-left: 0 solid #E9E9E9;
    margin-top: -10px;
  }

  .right-bar .spotify-display {
    display: block;
  }

  .right-bar .gift-display {
    display: block;
  }

  .inner-content .spotify-display {
    display: none;
  }

  .inner-content .gift-display {
    display: none;
  }

  /* PHOTO GALLERY */
  .photo-gallery {
    display: none;
  }

  .inner-content .photo-display {
    display: block;
  }

}

@media only screen and (min-width: 1140px) {

  /*********************************************
        *  L O G I N *
        *********************************************/
  /*  LOGIN WRAPPERS */
  .inner-wrapper.full-width {
    padding: 0 0;
  }

}

@media only screen and (min-width: 1200px) {

  /* TOP */
  ul.top {
    width: 600px;
  }

  ul.top li {
    width: 192px;
  }

  .hidden-desktop {
    display: none;
  }

  .hidden-tablet {
    display: block;
  }

  .hidden-tablet.hidden-phone {
    display: block !important;
  }

  /* NAVBAR */
  nav .hidden-desktop {
    display: none !important;
  }

  nav .hidden-tablet {
    display: inline-block !important;
  }

  .dropdown-toggle:after {
    display: inline-block !important;
  }

  .logo {
    margin: 18px 16px 18px 0;
    font-size: 1.4rem;
  }

  .side-bar {
    padding-bottom: 131px;
    padding-top: 0;
    margin-top: 0;
    top: 0;
  }

  /*********************************************
        *  C H A T *
        *********************************************/
  /* SIDE BAR */
  .side-bar {
    position: relative;
  }

  .side-bar .contact-header {
    padding: 44px 0;
    margin-top: 0 !important;
  }

  /*.top-show { margin-left: 0; }*/
  /*  CHAT WINDOW */
  .chat-window {
    margin-left: 0;
    width: 100%;
  }

  /*********************************************
        *  C O N T E N T *
        *********************************************/
  /*  CONTENT WRAPPERS */
  /*.inner-wrapper { width: 882px; }*/
  .inner-wrapper {
    width: 864px;
  }

}

/*********************************************
 * Flirtic legacy CSS styles
 *********************************************/

.fl {
  float: left;
}

.fr {
  float: right;
}

.mt1 {
  margin-top: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mt8 {
  margin-top: 8px;
}

.mt9 {
  margin-top: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml1 {
  margin-left: 1px;
}

.ml2 {
  margin-left: 2px;
}

.ml3 {
  margin-left: 3px;
}

.ml4 {
  margin-left: 4px;
}

.ml5 {
  margin-left: 5px;
}

.ml6 {
  margin-left: 6px;
}

.ml7 {
  margin-left: 7px;
}

.ml8 {
  margin-left: 8px;
}

.ml9 {
  margin-left: 9px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.mr1 {
  margin-right: 1px;
}

.mr2 {
  margin-right: 2px;
}

.mr3 {
  margin-right: 3px;
}

.mr4 {
  margin-right: 4px;
}

.mr5 {
  margin-right: 5px;
}

.mr6 {
  margin-right: 6px;
}

.mr7 {
  margin-right: 7px;
}

.mr8 {
  margin-right: 8px;
}

.mr9 {
  margin-right: 9px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.icons_zodiac {
  background-image: url('/media/css/images/zodiac_icons.png');
  width: 16px;
  height: 16px;
  display: inline-block;
}

.zod_1 {
  background-position: 0 0;
}

.zod_2 {
  background-position: -16px 0;
}

.zod_3 {
  background-position: -32px 0;
}

.zod_4 {
  background-position: -48px 0;
}

.zod_5 {
  background-position: -64px 0;
}

.zod_6 {
  background-position: -80px 0;
}

.zod_7 {
  background-position: -96px 0;
}

.zod_8 {
  background-position: -112px 0;
}

.zod_9 {
  background-position: -128px 0;
}

.zod_10 {
  background-position: -144px 0;
}

.zod_11 {
  background-position: -160px 0;
}

.zod_12 {
  background-position: -176px 0;
}

.play-button {
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIyNiAxNDgxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDEzOTRWODdDMCA0Ni4zIDEzLjMgMTkuOCA0MCA3LjUgNjYuNy00LjggOTguNy4zIDEzNiAyM2wxMDM0IDYzNGMzNy4zIDIyLjcgNTYgNTAuMyA1NiA4M3MtMTguNyA2MC4zLTU2IDgzTDEzNiAxNDU4Yy0zNy4zIDIyLjctNjkuMyAyNy44LTk2IDE1LjUtMjYuNy0xMi4zLTQwLTM4LjgtNDAtNzkuNXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
  background-position: 58% 50%;
  background-size: 24px auto;
  background-repeat: no-repeat;
  border: 1px solid #a0a0a0;
  border-radius: 500px;
  cursor: pointer;
  height: 100px;
  left: 7px;
  top: 7px;
  width: 97px;
}

.play-button.playing {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTI2MCAxNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yNTIgMEgxMjZDOTEuMyAwIDYxLjcgMTIuMyAzNyAzNyAxMi4zIDYxLjcgMCA5MS4zIDAgMTI2djEyNjBjMCAzNC43IDEyLjMgNjQuMyAzNyA4OSAyNC43IDI0LjcgNTQuMyAzNyA4OSAzN2gxMjZjMzQuNyAwIDY0LjMtMTIuMyA4OS0zNyAyNC43LTI0LjcgMzctNTQuMyAzNy04OVYxMjZjMC0zNC43LTEyLjMtNjQuMy0zNy04OS0yNC43LTI0LjctNTQuMy0zNy04OS0zN3ptODgyIDBoLTEyNmMtMzQuNyAwLTY0LjMgMTIuMy04OSAzNy0yNC43IDI0LjctMzcgNTQuMy0zNyA4OXYxMjYwYzAgMzQuNyAxMi4zIDY0LjMgMzcgODkgMjQuNyAyNC43IDU0LjMgMzcgODkgMzdoMTI2YzM0LjcgMCA2NC4zLTEyLjMgODktMzcgMjQuNy0yNC43IDM3LTU0LjMgMzctODlWMTI2YzAtMzQuNy0xMi4zLTY0LjMtMzctODktMjQuNy0yNC43LTU0LjMtMzctODktMzd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  background-position: 50% center;
}

img.circle-border {
  border-radius: 50%;
}

.preloader {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/media/css/images/preloader-pink.svg") no-repeat center;
  margin: 0 5px;
}

.preloader.visible {
  visibility: visible;
}

.preloader.hidden {
  visibility: hidden;
}

/** Rating TOP filters **/
.top-filter {
  list-style: none;
}

.top-filter li {
  display: inline-block;
  font-size: 13px;
}

.top-filter li a.active {
  background: #ff8000;
  border-radius: 3px;
  color: #fff;
  padding: 1px 4px 1px 4px;
  font-size: 13px;
}

.nav-pills .nav-link.active, .pills .show > .nav-link {
  color: #fff;
  background-color: #ff8000;
}

.left-align-slick > .slick-list > .slick-track {
  margin-left: 0;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}

.fake-input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  letter-spacing: 0.24px !important;
}

.like-icn-no {
  filter: grayscale(100%);
  opacity: 0.5;
}

.like-icn-yes {

}

.like-text-no {
  font-weight: 300;
  font-size: 12px;
}

.like-text-yes {
  font-size: 12px;
  font-weight: 600;
  color: #ff8000;
}

.payment-arrow {
  width: 20px;
  vertical-align: middle;
  text-align: center;
}

.service-img-shadow {
  -webkit-box-shadow: 3px 3px 4px 0px rgba(189, 189, 189, 1);
  -moz-box-shadow: 3px 3px 4px 0px rgba(189, 189, 189, 1);
  box-shadow: 3px 3px 4px 0px rgba(189, 189, 189, 1);
  border-radius: 2px;
}

/*********************************************
	*  F R O N T P A G E *
	*********************************************/

.frontpage {
  box-shadow: 0 18px 34px 0 rgba(0, 0, 0, 0.09);
  padding: 20px 0 20px 0;
  border-radius: 6px;
}

.alert {
  margin: 10px 10px 0 10px;
}

.alert.alert-warning {
  background: #FEF7E0;
  border: 1px solid #F8E5AD;
  color: #333;
}

.alert.alert-warning a {
  font-weight: 400;
  color: #ff8000;
  text-decoration: underline;
}

.alert.alert-warning a:hover {
  text-decoration: none;
}

.frontpage .content-block {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  padding: 20px 10px 20px 10px;
  margin: 10px 0 0 0;
}

.frontpage .content-block h1 {
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  margin-left: 10px;
}

.frontpage .content-block .secondary {
  margin: -0.2rem 0 0.5rem 0;
}

.frontpage .content-block .secondary {
  font-size: 12px;
  color: #727272;
  display: block;
  margin: -0.2rem 0 0.5rem 10px;
}

.frontpage .content-block .pages {
  margin-top: 10px;
}

.frontpage .content-block .pages a {
  text-decoration: underline;
}

.frontpage .content-block .pages a:hover {
  text-decoration: none;
}

.frontpage .content-block.block-top100 {
  margin-bottom: 0px;
}

.frontpage .content-block.block-top100 .items {
  display: flex;
}

.frontpage .content-block.block-top100 .items .leaderboard-item {
  width: 50%;
  padding: 10px;
}

.frontpage .content-block.block-top100 .items .leaderboard-item .score {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  vertical-align: baseline;
  margin-bottom: 12px;
}

.frontpage .content-block.block-top100 .items .leaderboard-item .score:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/media/css/images/star.svg);
  vertical-align: baseline;
  line-height: 18px;
  margin-bottom: -1px;
}

.frontpage .content-block.block-top100 .items .leaderboard-item img {
  width: 100%;
  border-radius: 6px;
}

.frontpage .content-block.block-top100 .items .leaderboard-item .name {
  text-align: center;
  font-size: 13px;
  margin: 7px 0 0 0;
  color: #999;
}

.frontpage .content-block.block-top100 .items .leaderboard-item .name a  {
  text-decoration: underline;
}

.frontpage .content-block.block-top100 .items .leaderboard-item .name a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 4px -1px 0;
}

.frontpage .content-block.block-top100 .items .leaderboard-item .name a.online:before {
  background: #8CD042;
}


.frontpage .content-block.block-top100 .items .leaderboard-item .location {
  display: block;
}

.frontpage .mashnt-2 {
  margin: 10px 0 0 0;
  text-align: center;
}


.frontpage .content-block.block-gifts {

}

.frontpage .content-block.block-gifts .items .gift-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
}

.frontpage .content-block.block-gifts .items .gift-group .gifts-item {
  width: 25%;
  margin: 0 20px;
  text-overflow: ellipsis;
  overflow: visible;
  position: relative;
}

.frontpage .content-block.block-gifts .items .gift-group .gifts-item img {
  width: 100%;
  border-radius: 3px;
}

.frontpage .content-block.block-gifts .items .gift-group .gifts-item img.gift {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  margin-top: -43px;
  left: -40%;
}

.frontpage .content-block.block-gifts .items .gift-group .gifts-item .name {
  font-size: 13px;
  text-align: center;
  margin-top: 7px;
}

.frontpage .content-block.block-gifts .items .gift-group .gifts-item .name a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.frontpage .content-block.block-gifts .items .gift-group .gifts-item .name a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 4px -1px 0;
}

.frontpage .content-block.block-gifts .items .gift-group .gifts-item .name a.online:before {
  background: #8CD042;
}

.frontpage .content-block.block-gifts .items .gift-group .gift-msg {
  color: #6b6b6b;
  background: #fbfbfb;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 4px;
  width: 60%;
  font-size: 1rem;
  font-weight: 300;
  padding: 14px;
  margin: 10px auto 0 auto;
  position: relative;
}

.frontpage .content-block.block-gifts .items .gift-group .gift-msg:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  border-bottom: 8px solid #fbfbfb;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -8px;
  left: 40px;
}

.frontpage .content-block.block-gifts .items .gift-group .gift-msg:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  border-bottom: 8px solid #fbfbfb;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 40px;
}


.frontpage .content-block.reccomendations {
  margin: 10px 15px 0 15px;
}

.frontpage .content-block.reccomendations.filled {
  background: #F4F4F4;
  margin-bottom: 20px;
}

.frontpage .content-block.reccomendations ul.reccomendations-items {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 16px -2px 0 -2px;
}

.frontpage .content-block.reccomendations ul.reccomendations-items li.item {
  padding: 2px 10px 2px 10px;
  margin: 0 auto;
  margin-bottom: 20px;
  /*width: 50%;*/
  align-items: center;
  text-align: center;
  max-width: 130px;
}

.frontpage .content-block.reccomendations ul.reccomendations-items li.item a {
  text-decoration: none;
  display: inline-block;
}

.frontpage .content-block.reccomendations ul.reccomendations-items li.item a img {
  width: 108px;
  height: 108px;
}

.frontpage .content-block.reccomendations ul.reccomendations-items li.item a .meta {
  font-size: 12px;
  color: #999;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 4px;
}

.frontpage .content-block.reccomendations ul.reccomendations-items li.item a:hover .meta {
  text-decoration: none;
}

.frontpage .content-block.reccomendations ul.reccomendations-items li.item a .txt {
  display: block;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.frontpage .content-block.reccomendations ul.reccomendations-items li.item a:hover .txt {
  text-decoration: underline;
}

.frontpage .content-block.reccomendations ul.reccomendations-items li.item a .txt:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 2px -1px 0;
}

.frontpage .content-block.reccomendations ul.reccomendations-items li.item a .txt.online:before {
  background: #8CD042;
}

.frontpage .content-block.reccomendations ul.reccomendations-items li.item a img {
  width: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}

/*************************************************************/
/**  Стили для страницы сообщений                           **/
/*************************************************************/
.rate .message {
  line-height: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
}

/** Отправленное мной сообщение **/
.rate .message.sent {
  text-align: right;
}

/** Полученное от другого пользователя сообщение **/
.rate .message.received {
  text-align: left;
}

.rate .message .body {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  max-width: 400px;
}

/** Настройки цвета полученного сообщения **/
.rate .message .body.received {
  border-radius: 8px;
  padding: 10px 30px 10px 20px;
}

.rate .message .body.received.default {
  color: white;
  background-image: radial-gradient(100% 198%, #ae957c 0%, #9c7754 100%)
}

.rate .message .body.received.purple {
  color: white;
  background-image: radial-gradient(100% 198%, #6779fd 0%, #FF98BD 100%);
}

.rate .message .body.received.green {
  color: white;
  background-image: radial-gradient(100% 198%, #2ca250 0%, #67fd95 100%);
}

.rate .message .body.received.orange {
  color: white;
  background-image: radial-gradient(100% 198%, #eca55c 0%, #FF98BD 100%);
}

.rate .message .body.received.lagoon {
  color: white;
  background-image: radial-gradient(100% 198%, #67c6fd 0%, #a398ff 100%);
}

/** Настройки цвета отправленного сообщения **/
.rate .message .body.sent {
  padding: 10px 30px 10px 20px;
  color: black;
  background: #F4F4F4;
  border-radius: 6px;
  text-align: left;
}

.rate .message .send-date {
  margin: 0;
  padding: 0;
  color: #bebebe;
  display: none;
}

.rate .message .read-date {
  margin: 0;
  padding: 0;
  color: #bebebe;
}

.color-selector {
  margin: 0 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(199, 199, 199, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(199, 199, 199, 1);
  box-shadow: 0px 0px 10px 0px rgba(199, 199, 199, 1);
}

.chat-color-pink {
  background-image: radial-gradient(100% 198%, #ff8000 0%, #ffbc7b 100%);
}

.chat-color-blue {
  background-image: radial-gradient(100% 198%, #6779fd 0%, #FF98BD 100%);
}

.chat-color-orange {
  background-image: radial-gradient(100% 198%, #eca55c 0%, #FF98BD 100%);
}

.chat-color-green {
  background-image: radial-gradient(100% 198%, #2ca250 0%, #67fd95 100%);
}

.chat-color-lagoon {
  background-image: radial-gradient(100% 198%, #67c6fd 0%, #a398ff 100%);
}

.top-attitude {
  background: #f6f6f6;
  height: 60px;
  margin: 20px 0 20px 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  color: #d7d5d5;
  box-sizing: border-box
}

.top-attitude .atrium {
  width: 468px;
  margin: 0 auto;
  line-height: 60px;
  text-align: center;
  vertical-align: center;
  height: 60px;
}

@media (max-width: 576px) {
  .top-attitude {
    background: #f6f6f6;
    height: 100px;
    margin: 15px 0 15px 0;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    color: #d7d5d5;
    box-sizing: border-box
  }

  .top-attitude .atrium {
    width: 320px;
    margin: 0 auto;
    line-height: 100px;
    text-align: center;
    vertical-align: center;
    height: 100px;
  }
}

.custom-signup-input {
  background: #FFFFFF;
  border: 1px solid #C8C8C8 !important;
  border-radius: 3px !important;
  font-size: 16px !important;
  color: #AFAFAF !important;
  letter-spacing: 0.24px !important;
  height: 56px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  line-height: 44px !important;
  padding: 8px 16px !important;
  outline: 0;
}

.custom-signup-input.error {
  border-color: #ff8000 !important;
}

.votes-details {

}

.votes-details .vote {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 10px 0;
}

.votes-details .vote .point {
  width: 10%;
}

.votes-details .vote .p-progress {
  width: 70%;
  background: #f7f7f7;
  border-radius: 6px;
}

.votes-details .vote .p-progress .p-val {
  background: #ff8000;
  border-radius: 6px;
  height: 100%;
}

.votes-details .vote .p-value {
  width: 10%;
  text-align: right;
}

.bonus-game {

}

.bonus-game .bonus-photo img {
  width: 90%;
  height: 90%;
  border-radius: 6px;
}

@media screen and (min-width: 640px) {
  .bonus-game .bonus-photo img {
    width: 300px;
    height: 300px;
  }
}

.rate-callout {
  width: 360px;
  height: 100px;
  z-index: 1000;
  position: fixed;
  bottom: 5%;
  left: 6%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.rate-callout-pic {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: -40px;
  box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
  border-radius: 100%;
}

.rate-callout-pic img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.rate-callout-cnt {
  width: 75%;
  background: #fff;
  position: relative;
  padding: 5px 20px;
  clear: both;
  color: #737376;
  font-size: 13px;
  box-shadow: 0 0 8px 0 rgba(212, 212, 212, 1);
  border-radius: 5px;
  border-bottom-left-radius: 0;
}

.rate-callout-cnt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 13px 5px;
  border-color: transparent transparent #fff;
}

.rate-callout-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #737376;
  font-weight: 700;
  padding: 5px 0;
}

.rate-callout-body {
  padding-top: 5px;
  max-height: 90px;
  overflow: hidden;
}

#modal-about-bonus-points ul.benefits li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #ff8000;
  border-color: #ff8000 transparent #ff8000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.feed-pic {
  width: 40px;
  height: 40px;
}

.feed-pic img {
  width: 100%;
  border-radius: 50%;
}

.brand-slick {

}

.brand-slick .slick-dots li.slick-active {
  background-color: #ff8000 !important;
  opacity: 0;
}

.brand-slick .slick-dots li {
  height: 7px !important;
  width: 7px !important;
  border-radius: 50%;
  opacity: 0.1;
  background-color: #000000 !important;
  margin: 0 3px;
}

.brand-slick .slick-dots li button:before {
  color: transparent !important;
}

/* ------------------------------------------------- */
/*            Different messages formats             */
/* ------------------------------------------------- */
.format-13, .format-21 { /* Guessme match */
  background: url('/media/img/chat_request_bg.jpg') !important;
  color: #96647e !important;
  border: 1px solid #ffeef7 !important;
}

.format-22 {
  background: #fff !important;
  border: 2px solid #fd6c7a !important;
  color: #ff8000 !important;
  font-weight: 300 !important;
  padding: 20px !important;
  font-size: 1.2rem !important;
}

.add-photo-btn {
  width: 120px;
  height: 120px;
  border: 2px solid #ff8000;
  border-radius: 6px;
  line-height: 120px;
  text-align: center;
  font-size: 30px;
  color: #ff8000;
  opacity: 1;
  transition: opacity 300ms;
}

.add-photo-btn:hover {
  opacity: 0.4;
}

.add-photo-btn:active {
  border: 2px solid #fd72a9;
}

.payment-error-form {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

@media all and (min-device-width: 730px) {
  .payment-error-form {
    width: 460px;
  }
}


.min-height-300-lg, .min-height-300-xl {

}

@media all and (min-device-width: 1000px) {
  .min-height-300-lg, .min-height-300-xl {
    min-height: 300px;
  }
}

.gift-quote {
  background: #f6f6f6;
  color: #614f50;
  font-weight: 300;
  font-size: 0.9rem;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  max-width: 75%;
  min-width: 50%;
}

.modal-brand {

}

.modal-brand .modal-footer {
  background: #f1f1f1;
  padding: 0.8rem;
}

.modal-brand .modal-title {
  opacity: 0.8;
}

.modal-brand .modal-header {
  padding: 0.5rem 1rem;
}

.modal-brand .slick-next:before, .slick-prev:before {
  color: #ff8000;
}

.modal-brand-header {
  background: #ff8000;
  color: #ffffff;
  border-radius: 0 !important;
  border-bottom: 1px solid #b1424b;
}

/* Gifts list in a modal window */
ul.gifts-list {
  margin: 0 auto;
  text-align: center;
}

ul.gifts-list > li {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 2px;
  background: #e6ecef;
  line-height: 80px;
  text-align: center;
  border-radius: 6px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  cursor: pointer;
}

ul.gifts-list > li.active {
  border: 2px solid #ff8000;
  background: #ffffff;
}

ul.gifts-list > li img {
  width: 80%;
}

@media screen and (min-width: 375px) {
  ul.gifts-list > li {
    width: 94px;
    height: 94px;
    line-height: 94px;
    margin: 3px;
  }
}

@media screen and (min-width: 425px) {
  ul.gifts-list > li {
    width: 104px;
    height: 104px;
    line-height: 104px;
    margin: 4px;
  }
}

@media screen and (min-width: 768px) {
  ul.gifts-list > li {
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: 10px;
  }
}

/*// END OF Gifts list in a modal window */

a.btn.btn-outline-violet {
  text-decoration: none;
  color: #745fb5;
}

a.btn.btn-outline-violet:hover {
  text-decoration: none;
  color: #fff;
}

.btn-outline-violet {
  color: #745fb5;
  border-color: #745fb5;
}

.btn-outline-violet:hover {
  color: #fff;
  background-color: #745fb5;
  border-color: #745fb5;
}

.btn-outline-violet:focus, .btn-outline-violet.focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 95, 181, 0.5);
}

.btn-outline-violet.disabled, .btn-outline-violet:disabled {
  color: #745fb5;
  background-color: transparent;
}

.btn-outline-violet:not(:disabled):not(.disabled):active, .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .btn-outline-violet.dropdown-toggle {
  color: #fff;
  background-color: #745fb5;
  border-color: #745fb5;
}

.btn-outline-violet:not(:disabled):not(.disabled):active:focus, .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 95, 181, 0.5);
}

.suggestedUsers .slick-slide {
  margin-right: 8px !important;
  border-radius: 4px;
  cursor: pointer;
}

.welcome.poll_selector {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}

.welcome.poll_selector a {
  display: inline-block;
  font-size: 12px;
  margin: 0 8px;
  color: #6c757d;
  text-decoration: none;
  border-bottom: 1px dotted #6c757d;
  transition: color 450ms, border-bottom-color 450ms;
}

.welcome.poll_selector a:hover, .welcome.poll_selector a:focus {
  color: #ff8000;
  border-bottom: 1px dotted #ff8000;
}

.welcome.poll_selector a.active {
  background-color: #ff8000;
  padding: 3px 20px;
  border-radius: 3px;
  color: #fff;
  border-bottom: 0;
}
