@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);
@import url('https://fonts.googleapis.com/css?family=Allura&display=swap&subset=latin-ext');

body {
  font-family: Poppins;
  font-style: normal;
  line-height: 1.5;
  font-size:.9rem;
  background:#181818;
  color:#fff;
}
.op-05 {opacity:.5;}
.custom-radio .custom-control-input:checked~.custom-control-label::before, .custom-control-input:checked~.custom-control-label::before {
    background-color: #807154 !important;
}

.hoverefect img,
.hoverefect:before,
.hoverefect:after {
   -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;  
}

.navbar-dropdown .navbar-brand span {text-transform:uppercase; font-weight:900;}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.btn-rounded, .card, .card-footer, .card-header {border-radius: 0 !important;}

.p-absolute {position:absolute;}
.pictures  {position:relative;}
.pictures .p-absolute {z-index:111; top:15px; right:30px;}

.card-custom  {border:none !important;
background: #1A1F23;
    position: relative;
    color: #fff;
}
.card-custom .card-header {
    background-color: #807154 !important;
    border-color: #807154 !important;
    color: #ffffff !important;
    text-align:center;
}
.card-custom .card-body ul {padding:0; margin:0 0 0 17px;}
.card-custom .card-body .price {display:block; text-align:center;}
.card-custom .card-footer {
        background: rgb(128, 113, 84, .4) !important;
}
.card-custom .card-footer .btn { }

#header {
    /* height:222px; */
}
#header:after{
    background:;
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    top:0; left:0; bottom:0; right:0;
    opacity:.3;
    background-color: #c1aa7d !important;
    z-index:0;
}
#header .container, #header .crumbs {position:relative; z-index:5;}
#header .crumbs .breadcrumb {border-radius:0; margin:0; text-align:center; 
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    background-color: #807154;
    color:#fff;
}
#header.header-navs {height:40px; margin-top:60px; padding:0 !important;}
#header.header-navs .crumbs {padding:0 !important;}



.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.breadcrumb-item.active {color:#fff; text-transform:uppercase;}

h2 strong, h2 b {font-weight:900;}



.gm-style .gm-style-iw-c {min-width:296px !important; max-width:350px !important;}
.gm-style .gm-ui-hover-effect {top:0 !important; right:0 !important;}
.gm-style img {
    max-width: 100% !important;
}
.gm-style .gm-style-iw-d {overflow:none !important;}
.gm-style #bodyContent {padding:0 15px 0 0px;}
.gm-style #bodyContent a {font-size:11px;}


#salony {
    position:relative;
    background:#010101;
    color:#fff;
}
#salony p small {opacity:.7;}
#salony .form-control, .form-control, 
#girls-list .form-control,
.box-form .form-control,
.bg-girl-1 .form-control {color:#fff !important; background: rgb(128, 113, 84, .4) !important; border:none !important;}

select.form-control option {color:#fff !important; background: rgb(128, 113, 84, 1) !important; border:none !important;}
select.form-control option:hover {
    background: rgb(0, 0, 0, .4) !important;
}


/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  position: relative;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: normal;
  white-space: normal;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s,.3s,.3s,2s;
  transition-timing-function: ease-in-out;
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 100%;
  height: 100%;
  transition: border-radius 0.3s;
  -webkit-border-radius: 100px;
  border-radius: 0px;
  position: absolute;
  left: 0%;
  top: 0%;
  opacity: 1;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.note-popover .btn:after {
  display: none;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.btn-sm {
  border: 1px solid;
  font-weight: 500;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.35rem 1rem;
  border-radius: 3px;
}
.btn-sm .fa {line-height:19px;}
.btn-md {
  font-weight: 500;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.875rem 1.875rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #c1aa7d !important;
}
.bg-success {
  background-color: #365c9a !important;
}
.bg-info {
  background-color: #807154 !important;
}
.bg-warning {
  background-color: #fac769 !important;
}
.bg-danger {
  background-color: #b2ccd2 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #c1aa7d !important;
  border-color: #c1aa7d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #412c5b !important;
  border-color: #412c5b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #412c5b !important;
  border-color: #412c5b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #8e2f25 !important;
  border-color: #8e2f25 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8e2f25 !important;
  border-color: #8e2f25 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #807154 !important;
  border-color: #807154 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #ecc577 !important;
  border-color: #ecc577 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #df1f56 !important;
  border-color: #df1f56 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #365c9a !important;
  border-color: #365c9a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fac769 !important;
  border-color: #fac769 !important;
  color: #614003 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #352449;
  color: #352449 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #c1aa7d;
  border-color: #c1aa7d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c1aa7d !important;
  border-color: #c1aa7d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #7a2820;
  color: #7a2820 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #ca4336;
  border-color: #ca4336;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #c81c4d;
  color: #c81c4d !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #807154;
  border-color: #807154;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #807154 !important;
  border-color: #807154 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1c2f4e;
  color: #1c2f4e !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #365c9a;
  border-color: #365c9a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #365c9a !important;
  border-color: #365c9a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #f5a208;
  color: #f5a208 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #614003 !important;
  background-color: #fac769;
  border-color: #fac769;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614003 !important;
  background-color: #fac769 !important;
  border-color: #fac769 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c1aa7d !important;
}
.text-secondary {
  color: #ca4336 !important;
}
.text-success {
  color: #365c9a !important;
}
.text-info {
  color: #807154 !important;
}
.text-warning {
  color: #fac769 !important;
}
.text-danger {
  color: #b2ccd2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #352449 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7a2820 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1c2f4e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #c81c4d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f5a208 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #72a1ac !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #365c9a;
}
.alert-info {
  background-color: #807154;
}
.alert-warning {
  background-color: #fac769;
}
.alert-danger {
  background-color: #b2ccd2;
}

.alert-dismissible .close {top:-7px;}

.round-pic img {border-radius:100%; margin:0 auto; display:block;}

.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 0px;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s,.3s,.3s,.8s;
  transition-timing-function: ease-in-out;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 0px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c1aa7d;
  border-color: #c1aa7d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 0px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #c1aa7d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a68cc7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7e9ed2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #c1aa7d;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 0px !important;
  padding: .45rem 2rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.special-form {
  border-radius: 100px !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #c1aa7d;
  color: #232323;
  cursor: pointer;
  border-radius: 100px;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #c1aa7d;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.input-group-btn a.btn {
  border-radius: 100px !important;
}
/* Footer */
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-qIoWJ1MdFm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #807154;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIoWJ1MdFm .nav-item,
.cid-qIoWJ1MdFm .nav-link,
.cid-qIoWJ1MdFm .navbar-caption {
  font-weight: normal;
  position:relative;
  text-transform:uppercase;
  padding-left:5px;
  padding-right:15px;
}

.cid-qIoWJ1MdFm .nav-item + .nav-item:before {
    content: '';
    width: 16px;
    height:16px;
    margin-left: -16px;
    top: 10px;
    background:#807154 !important;
    border: solid 4px #1A1F23  !important;
    position: absolute;
    -moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
z-index:3;
}
.cid-qIoWJ1MdFm .nav-item:focus,
.cid-qIoWJ1MdFm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qIoWJ1MdFm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qIoWJ1MdFm .nav-item .nav-link {
    position: relative;
  }
  .cid-qIoWJ1MdFm .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -5px;
    background: #807154;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-qIoWJ1MdFm .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-qIoWJ1MdFm .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-qIoWJ1MdFm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIoWJ1MdFm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qIoWJ1MdFm .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-qIoWJ1MdFm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qIoWJ1MdFm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qIoWJ1MdFm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qIoWJ1MdFm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qIoWJ1MdFm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qIoWJ1MdFm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #181818;
  color:#fff;
}
.cid-qIoWJ1MdFm .navbar.opened {
  transition: all .3s;
  background: #181818 !important;
}
.cid-qIoWJ1MdFm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qIoWJ1MdFm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qIoWJ1MdFm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qIoWJ1MdFm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qIoWJ1MdFm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qIoWJ1MdFm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qIoWJ1MdFm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qIoWJ1MdFm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qIoWJ1MdFm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qIoWJ1MdFm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qIoWJ1MdFm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qIoWJ1MdFm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qIoWJ1MdFm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qIoWJ1MdFm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qIoWJ1MdFm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qIoWJ1MdFm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qIoWJ1MdFm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qIoWJ1MdFm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qIoWJ1MdFm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qIoWJ1MdFm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qIoWJ1MdFm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qIoWJ1MdFm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qIoWJ1MdFm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qIoWJ1MdFm .navbar.navbar-short {

  min-height: 60px;
}
.cid-qIoWJ1MdFm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qIoWJ1MdFm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qIoWJ1MdFm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qIoWJ1MdFm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qIoWJ1MdFm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qIoWJ1MdFm .dropdown-item.active,
.cid-qIoWJ1MdFm .dropdown-item:active {
  background-color: transparent;
}
.cid-qIoWJ1MdFm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qIoWJ1MdFm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qIoWJ1MdFm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qIoWJ1MdFm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-qIoWJ1MdFm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-qIoWJ1MdFm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181818;
  min-width:220px;
}
.cid-qIoWJ1MdFm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qIoWJ1MdFm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qIoWJ1MdFm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qIoWJ1MdFm .navbar-buttons {
  text-align: center;
}
.cid-qIoWJ1MdFm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qIoWJ1MdFm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qIoWJ1MdFm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qIoWJ1MdFm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qIoWJ1MdFm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qIoWJ1MdFm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qIoWJ1MdFm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIoWJ1MdFm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qIoWJ1MdFm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qIoWJ1MdFm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIoWJ1MdFm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qIoWJ1MdFm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qIoWJ1MdFm .mbr-iconfont {
  font-size: 1rem;
  color: #807154;
  display: inline-flex;
}
.cid-qIoWJ1MdFm .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qIoWJ1MdFm .soc-item {
  margin: .5rem .3rem;
}
.cid-qIoWJ1MdFm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qIoWJ1MdFm .navbar {
    height: 77px;
  }
  .cid-qIoWJ1MdFm .navbar.opened {
    height: auto;
  }
  .cid-qIoWJ1MdFm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.title-line {position:relative;}
.title-line:after {
	content:'';
	width: 100px;
	left:50%;
	margin-left:-50px;
	top:150%;
	border-bottom: solid 2px #807154 !important;
	position:absolute;
}
.title-line:before {
    content: '';
    width: 16px;
    height:16px;
    left: 50%;
    margin-left: -8px;
    top: 129%;
    background:#807154 !important;
    border: solid 4px #1A1F23  !important;
    position: absolute;
    -moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
z-index:3;
}

.title-line.text-left:after {
	left:0;
	margin-left:0;
}

.register1 {
  padding-top: 150px;
  background-image: url("../temp/bg-blur-1.jpg");
  min-height:100vh;
}
.register1 .text-content {
  padding-bottom: 60px;
}
.register1 .content-container .btn-bgr {
  z-index: 0;
}
 
.register1 .box-item, .login1 .box-item  {
  padding: 2.5rem  2.5rem 1.5rem 2.5rem ;
}
.box-form {  padding:0 !important;  border: solid 10px rgba(230, 177, 99, .3); margin-bottom:5rem;}
.irs--round .irs-min, .irs--round .irs-max {color:#fff !important;}
.box-sm .box-item {padding:1.2rem; }

.bg-girl-1 {  background-image: url("../temp/massage2.jpg"); position:relative;
min-height:60vh;
}
.bg-girl-1 h2 {color:#ecc577  !important;}

#header1-1 {overflow:hidden;}
#header1-1 #bgvid {
    background: url(../cover.jpg) no-repeat;
    background-size: cover;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    pointer-events: none;
    position: fixed;
    right: 0;
    width: auto;
    z-index: -1;
}
@media (min-width: 992px) {
    #header1-1 #bgvid.center {
        min-width: 40%;
        right:60%;
        margin-right:-15%;
    }
}
.splashMask {
     bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    pointer-events: none;
    position: fixed;
    right: 0;
    width: auto;
    z-index: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,514c35+15,494330+55,000000+99&1+18,0+27,0+41,1+54 */
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 1%, rgba(81,76,53,1) 15%, rgba(80,75,53,1) 18%, rgba(78,73,52,0) 27%, rgba(76,70,50,0) 41%, rgba(73,67,48,1) 54%, rgba(73,67,48,1) 55%, rgba(0,0,0,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 1%,rgba(81,76,53,1) 15%,rgba(80,75,53,1) 18%,rgba(78,73,52,0) 27%,rgba(76,70,50,0) 41%,rgba(73,67,48,1) 54%,rgba(73,67,48,1) 55%,rgba(0,0,0,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,1) 1%,rgba(81,76,53,1) 15%,rgba(80,75,53,1) 18%,rgba(78,73,52,0) 27%,rgba(76,70,50,0) 41%,rgba(73,67,48,1) 54%,rgba(73,67,48,1) 55%,rgba(0,0,0,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

}
.xsmall {font-size:10px  !important; line-height:13px !important;}
#header1-1 .container, .container {position:relative; z-index:4;}



.txt-sm p, .txt-sm a {font-size:.75rem; line-height:1;}
.txt-sm h6 {font-size:.8rem;}

.txt-sm .flag {margin-top:-5px;}

.register1 .box-item, .login1 .box-item, .box-form .box-item    {
  background-color: #1A1F23 !important;
  color:#fff;
}
 


.register1 {
  padding-top: 150px;
  background-image: url("../temp/bg-blur-1.jpg");
  min-height:100vh;
}
.login1 {
  padding-top: 20vh;
  background-image: url("../temp/bg-blur-3.jpg");
  min-height:82vh;
}
.login1.splash {min-height:100vh;}
@media (min-width: 992px) {
        .login1.splash { padding-top: 25vh;}
}

.login1 h1 {font-family: 'Allura', cursive; font-size:70px;}

section#top-1 {display:none;}

.numbers {min-height:17vh; position:relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#807154+0,e96188+50,e5b162+53,e5b162+100 */
background: #807154; /* Old browsers */
background: -moz-linear-gradient(left, #807154 0%, #807154 50%, #e5b162 53%, #e5b162 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #807154 0%,#807154 50%,#e5b162 53%,#e5b162 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #807154 0%,#807154 50%,#e5b162 53%,#e5b162 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#807154', endColorstr='#e5b162',GradientType=1 ); /* IE6-9 */
}
.numbers .cont{padding:3rem 0 ; color:#fff; }
.numbers .cont span.stat {display:block; font-size:2rem;}
.numbers .stat-1 .cont:before, .numbers .stat-2 .cont:before, .numbers .stat-3 .cont:before {
    -webkit-background-size: 60px 44px;
    background-size: 60px 44px;
    background-position: center left;
    background-repeat: no-repeat;
text-transform: uppercase;
	width:80px;
	height:80px;
	display:inline-block;
	content:'';
	float:left;
}
.numbers .stat-2 .cont:before {margin-left:4rem;}
.numbers .stat-3 .cont:before {margin-left:2rem;}

.numbers .stat-1 .cont:before { background-image: url(../temp/ico1.svg);}
.numbers .stat-2 .cont:before {
    background-image: url(../temp/ico2.svg);
}
.numbers .stat-3 .cont:before {
    background-image: url(../temp/ico3.svg);
}
.numbers .stat-3 .cont { }
.bg-blur-2 { background-image: url("../temp/bg-blur-2.jpg"); position:relative;}


#testimonials-slider2-2 {padding:3rem 0;	background:#fff; }
#testimonials-slider2-2  .carousel-controls a {color:#333;}


.round_animate_wrap{
	top:8.3vh;
	left:50%;
	margin-left:-300px;
	padding:5px;overflow:hidden; z-index:0; position:absolute;}

.round_animate{width:600px;height:600px;position:relative;margin:40px auto}
.round_animate .shape_1{border:1px solid #fff;border-radius:50%;position:absolute;width:100%;height:100%;transform:rotate(23deg);animation:shape 35s linear infinite}
.round_animate .shape_1 span{width:10px;height:10px;border-radius:50%;background-color:#fff;position:absolute;left:50%}.round_animate .shape_1 span.r_1{top:-5px;margin-left:-5px}
.round_animate .shape_1 span.r_2{margin-left:-224px;top:105px}.round_animate .shape_1 span.r_3{margin-left:-202px;top:460px}.round_animate .shape_1 span.r_4{margin-left:268px;top:246px}
.round_animate .shape_2{border:1px solid #fff;width:500px;top:50px;height:500px;left:50px;border-radius:50%;position:absolute;transform:rotate(-41deg);animation:shape 25s linear infinite}
.round_animate .shape_2 span{width:10px;height:10px;border-radius:50%;background-color:#fff;position:absolute;left:50%}.round_animate .shape_2 span.r_1{top:-5px;margin-left:-5px}
.round_animate .shape_2 span.r_2{margin-left:-201px;top:110px}.round_animate .shape_2 span.r_3{margin-left:-202px;top:325px}.round_animate .shape_2 span.r_4{margin-left:219px;top:225px}
.round_animate .shape_3{border:1px solid #fff;width:350px;top:100px;height:350px;left:100px;border-radius:50%;position:absolute;transform:rotate(0deg);animation:shape 15s linear infinite}
.round_animate .shape_3 span{width:10px;height:10px;border-radius:50%;background-color:#fff;position:absolute;left:50%}.round_animate .shape_3 span.r_1{top:-5px;margin-left:-5px}
.round_animate .shape_3 span.r_2{margin-left:-165px;top:100px}.round_animate .shape_3 span.r_3{margin-left:-130px;top:290px}
.round_animate .shape_3 span.r_4{margin-left:165px;top:205px}
@-webkit-keyframes shape{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes shape{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.







 
@media (min-width: 992px) {
  .register1 .media-container-row {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .register1 .mbr-section-subtitle,
  .register1 .mbr-section-title,
  .register1 .mbr-text,
  .register1 .mbr-section-btn,
  .register1 .icon-block-top,
  .register1 .box-item-title,
  .register1 .box-item-text {
    text-align: center !important;
  }
}
.register1 .mbr-section-subtitle {
  color: #efefef;
}
.cid-qIp7KFGlXe {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qIp7KFGlXe .mbr-section-subtitle {
  color: #767676;
}
.cid-qIp0qVn2Fg {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qIp0qVn2Fg .row-element,
.cid-qIp0qVn2Fg .image-element {
  padding: 0;
}
.cid-qIp0qVn2Fg .image-element {
  display: flex;
  justify-content: center;
}
.cid-qIp0qVn2Fg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qIp0qVn2Fg .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-qIp0qVn2Fg .text-content {
    padding: 2rem 1rem;
  }
  .cid-qIp0qVn2Fg .mbr-title,
  .cid-qIp0qVn2Fg .mbr-text,
  .cid-qIp0qVn2Fg .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-qIp0qVn2Fg .mbr-text,
.cid-qIp0qVn2Fg .mbr-section-btn {
  color: #767676;
}
.cid-qIp0qVn2Fg .mbr-title {
  color: #807154;
}
.cid-qIp0uk8TbN {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qIp0uk8TbN .main {
  flex-direction: row-reverse;
}
.cid-qIp0uk8TbN .row-element,
.cid-qIp0uk8TbN .image-element {
  padding: 0;
}
.cid-qIp0uk8TbN .image-element {
  display: flex;
  justify-content: center;
}
.cid-qIp0uk8TbN .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qIp0uk8TbN .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-qIp0uk8TbN .text-content {
    padding: 2rem 1rem;
  }
  .cid-qIp0uk8TbN .mbr-title,
  .cid-qIp0uk8TbN .underline,
  .cid-qIp0uk8TbN .mbr-text,
  .cid-qIp0uk8TbN .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-qIp0uk8TbN .mbr-text,
.cid-qIp0uk8TbN .mbr-section-btn {
  color: #232323;
}
.cid-qIp0uk8TbN .mbr-title {
  color: #807154;
}
.cid-qIoZwj9I6L {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../images/izzie-r-418251-1920x1920.jpg");
}
.cid-qIoZwj9I6L .content-row {
  flex-direction: row-reverse;
}
.cid-qIoZwj9I6L .title {
  position: relative;
  display: flex;
  align-items: center;
}
.cid-qIoZwj9I6L .title .num {
  flex-shrink: 0;
  position: absolute;
  z-index: 0;
  font-size: 4rem;
  width: 100%;
}
.cid-qIoZwj9I6L .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-qIoZwj9I6L .card-text {
  margin-top: 2rem;
  color: #ffffff;
}
.cid-qIoZwj9I6L .card-box {
  margin-bottom: 1rem;
}
.cid-qIoZwj9I6L .num {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qIoZwj9I6L .num,
  .cid-qIoZwj9I6L .card-title,
  .cid-qIoZwj9I6L .mbr-text,
  .cid-qIoZwj9I6L .mbr-title,
  .cid-qIoZwj9I6L .mbr-section-subtitle,
  .cid-qIoZwj9I6L .mbr-section-btn {
    text-align: center !important;
  }
  .cid-qIoZwj9I6L .content-column {
    margin-bottom: 2rem;
  }
}
.cid-qIoZwj9I6L .mbr-section-text,
.cid-qIoZwj9I6L .mbr-section-btn {
  color: #ffffff;
}
.cid-qIoZwj9I6L .card-title,
.cid-qIoZwj9I6L .card-img {
  color: #ffffff;
}
.cid-qIoZsmrGyp {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-qIoZsmrGyp .mbr-section-title {
  margin-bottom: 0;
}
.cid-qIoZsmrGyp .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-qIoZsmrGyp .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qIoZsmrGyp .mbr-iconfont:hover {
  color: #c1aa7d;
}
.cid-qIoZsmrGyp .image-wrap {
  position: relative;
}
.cid-qIoZsmrGyp .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-qIoZsmrGyp .mbr-section-subtitle {
  line-height: 1.5;
  color: #767676;
}
.cid-qIoZsmrGyp .card-wrap {
  margin-bottom: 3rem;
}
.cid-qIoZsmrGyp .card-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-qIoZsmrGyp .card-wrap:hover .img-overlay {
  opacity: 1;
}
.cid-qIoZsmrGyp .social-media {
  bottom: 5%;
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-qIoZsmrGyp .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-qIoZsmrGyp .social-media ul li {
  margin: .1rem;
  display: inline-block;
}
.cid-qIoZsmrGyp .img-overlay {
  background: linear-gradient(transparent, #bcc2d8);
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-qIoZsmrGyp .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
.cid-qIoZsmrGyp .mbr-text {
  color: #767676;
}
.cid-qIpcXer6tV {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../images/nathan-dumlao-314124-1920x1280.jpg");
}
.cid-qIpcXer6tV .mbr-section-title {
  text-align: center;
}
.cid-qIpcXer6tV .mbr-section-subtitle {
  text-align: center;
}
.cid-qIpf9Jg0yJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.cid-qIpf9Jg0yJ .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qIpf9Jg0yJ .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-qIpf9Jg0yJ .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-qIpf9Jg0yJ .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-qIpf9Jg0yJ .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #807154;
}
.cid-qIpf9Jg0yJ .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-qIpf9Jg0yJ .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-qIpf9Jg0yJ .mbr-card-text {
  margin: 0;
}
.cid-qIpf9Jg0yJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qIpf9Jg0yJ .mbr-section-title {
  text-align: center;
}
.cid-qIoZa8EtE9 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-qIoZa8EtE9 .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-qIoZa8EtE9 .carousel-item.active,
.cid-qIoZa8EtE9 .carousel-item-next,
.cid-qIoZa8EtE9 .carousel-item-prev {
  display: flex;
}
.cid-qIoZa8EtE9 .carousel-controls a {
  width: 10%;
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-qIoZa8EtE9 .carousel-controls a span {
  position: absolute;
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-qIoZa8EtE9 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-qIoZa8EtE9 .signature,
.cid-qIoZa8EtE9 .desk {
  margin: 0;
}
.cid-qIoZa8EtE9 .mbr-text,
.cid-qIoZa8EtE9 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-qIoZa8EtE9 .signature,
.cid-qIoZa8EtE9 .desk {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qIoZa8EtE9 .carousel-item {
    padding: 0 5rem;
  }
}
@media (min-width: 768px) {
  .cid-qIoZa8EtE9 .carousel-controls a {
    width: 5%;
  }
}
.cid-qIoZa8EtE9 .mbr-section-subtitle {
  color: #efefef;
}
.cid-qIpiCNOGSw {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qIpiCNOGSw .mbr-section-subtitle {
  color: #767676;
}
.cid-qIpiCNOGSw .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qIpiCNOGSw .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-qIpiCNOGSw .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qIpiCNOGSw .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-qIpiCNOGSw .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qIpiCNOGSw .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-qIpiCNOGSw .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qIpiCNOGSw .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-qIpiCNOGSw .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qIpiCNOGSw .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-qIpiCNOGSw .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qIpiCNOGSw .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-qIpiCNOGSw .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qIpiCNOGSw .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-qIpiCNOGSw .btn-social {
  border: none !important;
}
.cid-qIpiCNOGSw [class^="socicon-"]:before,
.cid-qIpiCNOGSw [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qIpiCNOGSw .btn {
    font-size: 20px !important;
  }
}





label {font-size:.8rem;}
.fromRegister  {
	 
}
.fromRegister label {
	display:block; 
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.5;
    color: #495057;
        background-color: #fff5f8;
    background-clip: padding-box;
    border: 1px solid #ececec;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	min-height:45px;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.9rem + 2px);
    margin-bottom: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.9rem + 2px);
    padding: .375rem .75rem;
    line-height: 2.3;
    
    color: #fff !important;
    background: rgb(128, 113, 84, .4) !important;
    border: none !important;
    border: 1px solid #ececec;
    border-radius: .25rem;
	    font-family: 'Rubik', sans-serif;
		font-size:.9rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.9rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 2.3;
    color: #fff;
    content: "Przeglądaj";
    background-color: #807154;
    border: 1px solid #807154;
    border-radius: 0 .25rem .25rem 0;
	    font-family: 'Rubik', sans-serif;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: #807154;
    border: 1px solid #807154;
    border-radius: .25rem;
    color: #fff;
	min-width:3rem;
}
.input-group-text .fa {margin:0 auto;}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
}
.custom-control-indicator {
    top: .1rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 2px;
    border: 1px solid #807153;
    background-color: rgba(241,244,247,0);
}
.custom-control:hover .custom-control-input:not(:disabled)~.custom-control-indicator {
    box-shadow: 0 0 5px rgba(163,35,142,.3);
    border: 1px solid #807154;
    background-color: #000;
}
.custom-radio .custom-control-indicator {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E);
}
.custom-radio .custom-control-input:checked~.custom-control-indicator::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #3f4145;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    border-radius: 50%;
}
.custom-checkbox .custom-control-input:checked~.custom-control-indicator::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: .813rem;
    color: #807153;
    font-weight: 700;
    position: absolute;
    top: -1px;
    left: 3px;
    line-height: 1.2rem;
} 

.form-control:focus , .btn:focus, input:focus , select:focus  {outline: none; box-shadow:none;}


.table-bordered {
    border: 1px solid #807154 !important; background:#181818;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #807154;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #807154;
    background:#807153;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(250,250,250,.05);
}

#girls-list {
    padding:4rem 0;
    background:#1A1F23;
    position:relative;
    color:#fff;
}



.footer {
  padding:4rem 0;
  background:url('../temp/massage1.jpg') center bottom no-repeat;
 background-size:cover;
  
  color:#fff;
  position:rleative;
}
.hoverefect {position:relative; overflow:hidden;}
.mask:before  {
	content:'';
	display:block;
	width:100%;
	height:100%;
    background:url('../texture.png') center bottom repeat;
	opacity:.9;
	z-index:0;
	position:absolute;
left:0;
right:0;
bottom:0;
top:0;	
    z-index: 3;
}
.mask-5:before {opacity:.5;}

.hoverefect, .input-group-text, .form-control, .btn {border-radius:0px; }
.hoverefect:before { 
    width:40px;
    height:40px;
    content:'';
    display:block;

    background:#000;
    position:absolute;
    z-index:3;
    top:100%;
    left:50%;
    margin-left:-20px;
    margin-top:-20px;
    opacity:0;
   -moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.hoverefect:after {
    content: "\f002";
    font-family: FontAwesome;
    font-size: .813rem;
    color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    width:40px;
    height:40px;
    margin-left:-20px;
    margin-top:-20px;
    line-height: 40px;
    text-align:center;
    opacity:0;
    display:block;
    z-index:4;
  
}
.hoverefect:hover:before { top:50%;   opacity:.5;}
.hoverefect:hover:after {
    top: 50%;
    opacity:1;
}    

.hoverefect:hover img {
-moz-transform: scale(1.2) rotate(5deg);
-webkit-transform: scale(1.2) rotate(5deg);
-o-transform: scale(1.2) rotate(5deg);
-ms-transform: scale(1.2) rotate(5deg);
transform: scale(1.2) rotate(5deg);
}


.bg-blur-2:before {background-color: rgb(237, 218, 174) !important; opacity:.5;}
.footer h3, .footer p {color:#fff;}
.footer *:focus {
  outline: none;
}
.footer .input-wrap {
  padding-bottom: 1rem;
}
.footer .form-control,
.footer .field {
  width: 100%;
  min-height: auto;
  color: #fff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: .35rem 0rem;
  border-bottom: 1px solid #fff;
}
.footer .form-control:focus,
.footer .field:focus {
  outline: none;
}
.footer input::-webkit-input-placeholder {
  color: #fff; opacity:.5;
}
.footer input::-moz-placeholder {
 color: #fff; opacity:.5;
}
.footer textarea::-webkit-input-placeholder {
 color: #fff; opacity:.5;
}
.footer textarea::-moz-placeholder {
 color: #fff; opacity:.5;
}

footer {color:#fff; position:relative; z-index:6;}
footer .social .circle {font-size:1rem; width:45px; height:45px; text-align:center;  ; text-align:center; line-height:45px; display:inline-block; margin:0 1rem;

-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
footer .social .circle i{
    -moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
    
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
 
 
.userMenu  .nav-link {
    display: block;
    padding: 0;
    line-height:45px;
    color:#fff;
    background: rgb(128, 113, 84, .4) !important;
    margin-bottom:1px;
    position:relative;
}
.userMenu  .nav-link .fa {
    display:inline-block; height:45px; width:45px; text-align:center;
    background-color: #807154;
    border-radius: 0rem;
    line-height:45px;
    color: #fff;
    margin-right:10px;
}

.userMenu  .nav-link.submenu:after { 
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    right:10px;
    top:15px;
    color:#fff;
    font-size:12px;
    content: "\f078";
}
.userMenu  .nav-link.submenu + div .nav-link {padding-left:55px;     background: rgb(128, 113, 84, .2) !important;}
.userMenu  .nav-link.submenu + div .active .nav-link {background: #f9c769 !important; color:#000; border:solid 1px rgb(128, 113, 84, .2);}
.userMenu  .nav-link.submenu + div .active .nav-link:before { 
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    left:0px;
    top:0px;
    color:#000;
    width:45px;
    height:45px;
    text-align:center;
    line-height:45px;
    
    font-size:12px;
    content: "\f054";
} 
.payment-radio {padding:0; margin-bottom:15px;}
.payment-radio label{
    padding:15px;
    background:#fff;
    display:block;
    text-align:center;
    color:#000;
    font-weight:700;
    cursor:pointer;
    border-radius:5px;
    border-top-left-radius:0;
}
.payment-radio label:hover {background:rgba(250,250,250,.8);}
.custom-radio.payment-radio .custom-control-input:checked~.custom-control-label {background:#fac769 !important;}


.payment-radio .custom-control-label::before {left:10px; top:10px;}
.payment-radio .custom-control-label::after {left:10px; top:10px;}
.payment-radio img {max-width:90%; margin:0 auto; display:block;}




.card {background-color: rgb(255 255 255 / 10%);}
.card.bg-light {background-color: rgb(255 255 255 / 20%) !important;}

.card .text-dark {color:#fff !important;}

/* kamerka */
.videoChat {border-radius:5px; overflow:hidden;}
.videoChat video {margin-bottom:-10px;}

/* xxx chat */
        .info-icons {position:absolute; z-index:999;}
    .info-icons.top {top:10px; right:10px;}
    .info-icons.bottom {bottom:10px; left:10px;}
    .info-icons span {display:inline-block; padding:5px 8px; border-radius:3px; background:rgba(0,0,0,.6); min-width:32px;}
    .info-icons span + span {margin-left:10px;}
    
         .message_container {clear:both; }
         
         .received_withd_msg, .sent_msg { width: 70%;}
            .sent_msg {
            float: right;
   
}
.time_date {font-size:10px;}
 .received_withd_msg p, .sent_msg p {
        background: rgb(127 113 84 / 50%);
     color: #fff;
    border-radius: 3px;
    font-size: 12px;
    margin: 0;
   
    padding: 15px;
    width: 100%;
}

.sent_msg p {
    background: rgb(0 0 0 / 70%) none repeat scroll 0 0;
}
     
     
     
.otherPay, .streamBio, .descriptionBio, .otherUsers{
             position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
     }     

.smaller h5 {font-size:90%;}
.smaller .info-icons span + span {margin-left:1px;}
.ov-0 {overflow-x:hidden; width:100%;}
.custom-xx.custom-radio .custom-control-indicator {
    width:27px;
    height:27px;
    top:-1px;
}
.custom-xx.custom-radio {margin:0;}
.custom-xx.custom-radio .custom-control-input:checked~.custom-control-indicator {    background-color: #7f7154;}
.custom-xx.custom-radio .custom-control-input:checked~.custom-control-indicator::before {
    content: '';
    width: 10px;
    height: 10px;
    background:#fff;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
}
.tabs-xxx {border-bottom:none;}
.nav-tabs.tabs-xxx .nav-item:hover .nav-link {border-color: #7f7154 !important;}
.nav-tabs.tabs-xxx .nav-item.show .nav-link, .nav-tabs.tabs-xxx .nav-link.active {
    border-color: #7f7154 !important;
    background:#7f7154 !important;
    color:#fff !important;
}
.img-circle {border-radius:50%;}
.xxx-btns-group .btn-sm {width:50px;  padding-left:0; padding-right:0; margin-left:2px;}
.xxx-btns-group .input-group input, .xxx-btns-group .input-group .btn {height:39px; min-height: 39px; padding-left:7px; padding-right:7px;}


.progress {background-color: rgb(233 236 239 / 20%);}
hr {border-top: 1px solid rgba(250,250,250,.1);}

.modal .modal-content { background: transparent;}
.modal .modal-content .modal-body {overflow:hidden;}
.modal .modal-header {
    border:none;
    background: rgb(0 0 0 / 10%);
}
.modal .close {color: #fff;}

.h5, h5 {
    font-size: 1.15rem;
}
.form-control {min-height: 42px;}
.form-control-sm {
    min-height: 32px;
}
.modal-backdrop.show {background:#000; opacity:1;}
.row {position:relative;}
.z-10 {z-index:10;}
.xxx-end {overflow:hidden; position:relative;}


.card-line {border:solid 1px rgba(250, 250, 250, .3);}

/* kolo fortuny */
.dot-circle {width:30px; height:30px; line-height:30px; border-radius:50%; display:inline-block; color:#fff; text-align:center; font-size:12px; margin-top:5px;}
.spin-container{background: #fff;  border-radius: 50%;}
.spinflapper {border-radius:3px;}
.spinflapper:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin-left: -2px;
    margin-top: -5px; z-index:3;   border-radius:50%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+13,dbdbdb+90,d1d1d1+93,fefefe+100 */
    background: #f2f2f2; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #f2f2f2 13%, #dbdbdb 90%, #d1d1d1 93%, #fefefe 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #f2f2f2 13%,#dbdbdb 90%,#d1d1d1 93%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #f2f2f2 13%,#dbdbdb 90%,#d1d1d1 93%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border:2px solid rgba(250,250,250,.2);
}
.spinflapper {
    height: 70px !important;
    margin-top: -10px !important;
    z-index: 1;
}
.spin-container:after {
    content:'';
    dispaly:block;
    width:40px; height:40px; position:absolute; top:50%; left:50%; z-index:3; margin:-20px 0 0 -20px; border-radius:50%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+13,dbdbdb+90,d1d1d1+93,fefefe+100 */
    background: #f2f2f2; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #f2f2f2 13%, #dbdbdb 90%, #d1d1d1 93%, #fefefe 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #f2f2f2 13%,#dbdbdb 90%,#d1d1d1 93%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #f2f2f2 13%,#dbdbdb 90%,#d1d1d1 93%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border:2px solid rgba(250,250,250,.2);
}


/* slider */
#carouselInfo .carousel-control-prev {
    left: -30px;
}
#carouselInfo .carousel-control-next {
    right: -30px;
}
#carouselInfo .carousel-inner {padding:0 15px;}

/*timer */
h6.timer div {display:inline-block;}





body.wof .modal-backdrop  {
    background:#000 url('../temp/wof-bg.jpg') center right no-repeat;
}
body.wof .modal .modal-content, body.wof .modal .modal-header {border:none !important; background:none !important;} 
body.wof .modal .modal-header {padding:0 !important;}
body.wof .modal .modal-header h5 {display:none;}
body.wof .modal .close {font-size:3rem; z-index:9999 !important; position:fixed !important; top:30px; right:30px;}
body.wof .modal .close:focus, body.wof .modal .close:hover {outline:none !important; opacity:1;}
#confettiCanvas {height:100% !important; top:0 !important; bottom:0 !important; z-index:9998 !important; position:fixed !important;}

@media (min-width: 1370px) {
    .container {
        max-width: 1340px;
    }
    
    .modal-xl {
        max-width: 1140px;
    }
}

@media (max-width: 1600px){
    body {font-size:12px;}
    label {font-size: 11px;}
    .h5, h5 {font-size: 1rem;}
    
    .btn-sm {padding: 0.35rem;}
    .xxx-btns-group .btn-sm {width: auto; min-width:35px;}
    .xxx-btns-group .input-group input, .xxx-btns-group .input-group .btn {height: 33px; min-height: 33px;}
    .card-header,.card-footer {padding:.5rem 1rem;}
    .card-body {padding: 1rem;}
    
    .info-icons span {font-size:10px; padding:5px;}
    .hoverefect:before {width:30px; height:30px; margin-left:-15px; margin-top:-15px;}
    
    .received_withd_msg p, .sent_msg p {padding:10px; font-size:11px;}

}
@media (max-width: 1024px){
    .container {
        max-width: 98%;
    }
} 


/* kurtyna */
.rnOuter {
  
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.rnInner {
  background: hsl(0, 80%, 38%);
  width: 100%;
  position: absolute;
  top: -10%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform-style: preserve-3d;
  transition: transform 7s ease;
  transform-origin: -120% top;
}
.rnInner:before {
    content:'';
    background:rgba(0,0,0,.4);
    display:block;
    width:100%;
    height:100%;
    z-index:2;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
}
.rnUnit {
  width: 10vw;
  height: 120vh;
  background: repeating-linear-gradient(to left, hsl(0, 80%, 50%) 4vw, hsl(0, 80%, 30%) 8vw, hsl(0, 80%, 70%) 10vw);
  background-size: 100% 100%;
  display: inline-block;
  transform-origin: 0 0%;
  transform: rotate(3deg);
  -webkit-animation: rnUnit 3s ease infinite;
          animation: rnUnit 3s ease infinite;
}
@-webkit-keyframes rnUnit {
  50% {
    transform: rotate(-3deg);
  }
}
@keyframes rnUnit {
  50% {
    transform: rotate(-3deg);
  }
}
.rnUnit:nth-child(1) {
  -webkit-animation-delay: -0.13s;
          animation-delay: -0.13s;
}
.rnUnit:nth-child(2) {
  -webkit-animation-delay: -0.23s;
          animation-delay: -0.23s;
}
.rnUnit:nth-child(3) {
  -webkit-animation-delay: -0.33s;
          animation-delay: -0.33s;
}
.rnUnit:nth-child(4) {
  -webkit-animation-delay: -0.43s;
          animation-delay: -0.43s;
}
.rnUnit:nth-child(5) {
  -webkit-animation-delay: -0.53s;
          animation-delay: -0.53s;
}
.rnUnit:nth-child(6) {
  -webkit-animation-delay: -0.63s;
          animation-delay: -0.63s;
}
.rnUnit:nth-child(7) {
  -webkit-animation-delay: -0.73s;
          animation-delay: -0.73s;
}
.rnUnit:nth-child(8) {
  -webkit-animation-delay: -0.83s;
          animation-delay: -0.83s;
}
.rnUnit:nth-child(9) {
  -webkit-animation-delay: -0.93s;
          animation-delay: -0.93s;
}
.rnUnit:nth-child(10) {
  -webkit-animation-delay: -1.03s;
          animation-delay: -1.03s;
}
.aoTable {
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
}
.aoTableCell {
  color: hsl(0, 80%, 38%);
  display: table-cell;
  vertical-align: middle;
  transition: color 4s ease;
}
.rnOuter:hover .rnInner {
  transform-origin: -120% top;
  transform: scaleX(0);
}
.rnOuter:hover .aoTableCell {
  color: white;
}
