/*==========  Mobile First Method  ==========*/
/* Medium Devices, Desktops */

.is-safari .main-page .home-container .row-center img {
  top: 25%;
}

.is-safari .gender-page .row-female,
.is-safari .gender-page .row-male {
  height: 50%;
  cursor: pointer;
}

.male-content .action-btn h2:before,
.female-page .action-btn h2:before {
  content: "" !important;
}

.male-content .action-btn a,
.female-page .action-btn a {
  color: #fff;
  text-decoration: none;
}

.md-display {
  display: block !important;
}

.md-display {
  display: block !important;
}

.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm-3d {
    font-size: 5em !important;
    color: #00a8e1 !important;
}
.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm {
    color: #00a8e1 !important;
    font-size: 5em !important;
}

.header-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

.main-page .home-container .row-center img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
.home-container .logo {
  max-width: 300px!important;
  padding-bottom: 2em;
}
.home-container h1 {
  font-size: 50px;
}
.home-container h1 {
  font-size: 50px;
  cursor: pointer;
}

.view-container,
.scroll-content {
  overflow-y: auto;
}

.main-page .scroll-content {
  /*display: table !important;
  width: 100% !important;
  height: 100% !important;*/
}

.main-page .scroll {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.gender-page .scroll,
.gender-page ion-content {
  height: 100% !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-direction: normal !important;
  -moz-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
  -moz-box-orient: vertical !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.gender-page .row + .row {
  margin-top: 0px;
  padding-top: 0;
}

.gender-page .col {
  color: #fff;
  font-size: 2em;
}

.gender-page .female-color {
  color: #e90081;
}

.gender-page .bg-female-color {
  background-color: #e90081;
}

.gender-page .male-color {
  color: #009edc;
}

.gender-page .bg-male-color {
  background-color: #009edc;
}

.gender-page .row-female {
  -webkit-box-flex: 0 !important;
  -moz-box-flex: 0 !important;
  -webkit-flex: 0 1 50% !important;
  -ms-flex: 0 1 50% !important;
  flex: 0 1 50% !important;
}

.gender-page .row-male {
  -webkit-box-flex: 0 !important;
  -moz-box-flex: 0 !important;
  -webkit-flex: 0 1 50% !important;
  -ms-flex: 0 1 50% !important;
  flex: 0 1 50% !important;
}

.gender-page .row-female img {
  height: 2in;
}

.gender-page .row-male img {
  height: 2in;
}

.age-page .button.button-full {
  margin-top: 0;
  margin-bottom: 0;
  color: #464646;
  font-size: 0.3in !important;
  cursor: pointer;
}

.age-page span.your-age {
  color: #26a6de;
  display: block;
  text-align: center;
  font-weight: bolder;
  height: 100%;
  vertical-align: middle;
  /*margin-top: 15%;*/
  font-size: 3.5in;
  /*padding-top: 0;*/
  min-height: 480px;
  transform: translateY(50%);
}

.backdrop {
  background: transparent;
}

.bar.bar-balanced.bar-footer {
  z-index: 99;
  background: transparent !important;
  border: none;
}

.popup-container {
  /*margin-top: -30px !important;*/
}

.popup-container .popup-body {
  height: 100%;
  padding-top: 1in;
}

.popup-container .popup-buttons {
  border-color: #28a54c;
  background-color: #33cd5f;
  padding: 10px;
  min-height: 65px;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, #28a54c, #28a54c 50%, transparent 50%);
  bottom: 0;
  border-top-width: 1px;
  border-bottom-width: 0;
  background-position: top;
  height: 44px;
  border: none;
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}

.popup-container .popup-buttons button:nth-child(1) {
  display: none !important;
}

.popup-container .button-small .icon:before,
.popup-container .button-small.icon:before,
.popup-container .button-small.icon-left:before,
.popup-container .button-small.icon-right:before {
  font-size: 1in;
}

.popup-container .popup-buttons button:nth-child(2) {
  margin-top: 0;
  margin-bottom: 0;
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #fff;
  font-size: 17px;
}

.popup-container .popup {
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  top: 0;
}

.popup-container .popup-head {
  padding: 15px 10px;
  min-height: 30px;
  background-color: #f5f5f5;
  color: #222;
  font-weight: 500;
  position: fixed;
  width: 100%;
}

.popup-container .row .numberPickerBoxText {
  color: #26a6de;
  font-size: 1.5in;
  font-weight: bolder;
  border: none;
  border-bottom: 1px solid #26a6de;
  border-top: 1px solid #26a6de;
  height: 1.5in;
  padding-top: 0.65in;
  margin: 0.2in auto;
}

.popup-container .popup-body .button-small {
  width: 100%;
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}

.popup-container .popup-body .numberPickerDecimal {
  display: none;
}

.age-page .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.age-page .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner,
.age-page .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.age-page .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s;
}

.female-page .button.button-full {
  margin-top: 0px;
  margin-bottom: 0px;
}

.female-page .chat-item.ng-enter {
  -webkit-animation: fadeInLeft 1s;
  animation: fadeInLeft 1s;
}

.female-page .chat-item.ng-enter-stagger {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  /* override to make sure it's not inherited from other styles */
  -webkit-animation-duration: 0;
  animation-duration: 0;
}

.main-page .footer {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  display: block;
  left: 0;
  right: 0;
}

.main-page .footer h1.text-center {
  text-align: center;
  font-size: 6em;
  display: block;
  padding-bottom: 10px;
  color: #999;
  cursor: pointer;
}

.male-content .action-btn,
.female-content .action-btn {
  border-radius-bottomleft: 5px;
  border-radius-topleft: 5px;
}

h2.text-center {
  margin-top: 0;
}

p.disclaimer {
  padding: 0 5px;
  font-size: 1.2em;
  line-height: initial;
}
.disclaimer img{
  max-width: 100%;
}


.mbsc-sc-whl.mbsc-comp {
  height: 50vh !important;
}
@media only screen and (min-width: 1366px) and (max-width: 1920px) {

  .is-safari .main-page .home-container .row-center img {
    top: 5% !important;
  }

  .mbsc-fr-c {
   /* margin-top: 5%;*/
  }

  .mbsc-ios .mbsc-sc-whl-sc .mbsc-sc-itm-sel {
    font-size: 1.7in !important;
    height: 130px !important;
    line-height: 130px !important;
  }

  .mbsc-ios .mbsc-sc-itm {
    padding: 0 .5em;
    font-size: 1.3in !important;
    color: #00a8e1 !important;
  }

  .bar-footer {
    height: 100px;
  }

  .age-page .item-divider {
    padding-top: 45px;
    font-size: 1in;
    height: 130px;
  }

  .age-page .button.button-full {
    font-size: 1in;
    margin-top: 20px;
  }

  .age-page span.your-age {
    font-size: 5in;
    min-height: 280px;
  }

  .main-page .footer h1.text-center {
    font-size: 0.5in;
    padding-bottom: 0;
  }

  .popup-container .WholeNumberPickerChildDiv {
    max-width: 25%;
    margin: 1in auto 0;
  }

  .male-content .action-btn,
  .female-content .action-btn {
    top: 620px !important;
    right: 0 !important;
  }

  .male-content .action-btn h2,
  .female-content .action-btn h2 {
    font-size: 0.3in !important;
    margin-left: 23px !important;
    padding-top: 7px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1365px) {

  .mbsc-ios .mbsc-sc-whl-sc .mbsc-sc-itm-sel {
    font-size: 1.4in !important;
    height: 120px !important;
    line-height: 120px !important;
  }

  .mbsc-ios .mbsc-sc-itm {
    padding: 0 .5em;
    font-size: 1.1in !important;
    color: #00a8e1 !important;
  }


  .bar-footer {
    height: 100px;
  }

  .age-page .item-divider {
    padding-top: 45px;
    font-size: 1in;
    height: 130px;
  }

  .age-page .button.button-full {
    font-size: 1in;
    margin-top: 20px;
  }

  .age-page span.your-age {
    font-size: 5in;
    min-height: 280px;
  }

  .main-page .footer h1.text-center {
    font-size: 0.5in;
    padding-bottom: 0;
  }

  .popup-container .WholeNumberPickerChildDiv {
    max-width: 25%;
    margin: 1in auto 0;
  }

  .male-content .action-btn,
  .female-content .action-btn {
    top: 580px !important;
    right: 0 !important;
  }

  .male-content .action-btn h2,
  .female-content .action-btn h2 {
    font-size: 0.3in !important;
    margin-left: 23px !important;
    padding-top: 7px;
  }
}

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

  .mbsc-fr-c {
    margin-top: 15%;
  }

  .mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm.mbsc-sc-itm-sel  {
    font-size: 1.5in !important;
    height: 180px !important;
    line-height: 180px !important;
  }

  .mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm  {
    padding: 0 .5em;
    font-size: 1.2in !important;
    color: #00a8e1 !important;
  }

  .bar-footer {
    height: 100px;
  }

  .age-page .item-divider {
    padding-top: 45px;
    font-size: 1in;
    height: 130px;
  }

  .age-page .button.button-full {
    font-size: 1in;
    margin-top: 20px;
  }

  .male-content .action-btn,
  .female-content .action-btn {
    top: 630px !important;
    right: 0 !important;
  }

  .male-content .action-btn h2,
  .female-content .action-btn h2 {
    font-size: 0.28in !important;
    margin-left: 23px !important;
    padding-top: 7px;
  }
}

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

  .main-page .footer h1.text-center {
    font-size: 62px;
    padding-bottom: 10px;
  }

  .age-page span.your-age {
    font-size: 3.5in;
    min-height: 480px;
  }

  .popup-container .WholeNumberPickerChildDiv {
    margin: 2in auto 0;;
    max-width: 75%;
  }

  .popup-container .row .numberPickerBoxText {
    font-size: 3.5in;
    height: 3.5in;
    padding-top: 1.65in;
    margin: 1in auto;
  }

  .popup-container .popup-title,
  .popup-container .popup-buttons button:nth-child(2) {
    font-size: 0.5in;
  }

  .male-content .action-btn,
  .female-content .action-btn {
    top: 430px !important;
    right: -17px !important;
  }

  .male-content .action-btn h2,
  .female-content .action-btn h2 {
    font-size: 0.27in !important;
    margin-left: 7px !important;
    padding-top: 10px;
  }

  .mbsc-fr-c {
    margin-top: 100px;
  }

  .mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm.mbsc-sc-itm-sel  {
    font-size: 1.2in !important;
    height: 110px !important;
    line-height: 140px !important;
  }

  .mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm  {
    padding: 0 .5em;
    font-size: 0.9in !important;
    color: #00a8e1 !important;
  }

}

@media only screen and (min-width: 480px)and (max-width: 767px) {

  .age-page span.your-age {
    font-size: 2.4in;
    min-height: 280px;
  }

  .popup-container .WholeNumberPickerChildDiv {
    margin: 2in auto 0;;
    max-width: 75%;
  }

  .male-content .action-btn,
  .female-content .action-btn {
    top: 147px !important;
    right: -17px !important;
  }

  .male-content .action-btn h2,
  .female-content .action-btn h2 {
    font-size: 0.13in !important;
    margin-left: 7px !important;
  }

  .mbsc-fr-c {
    margin-top: 100px;
  }

  .mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm.mbsc-sc-itm-sel  {
    font-size: 1.2in !important;
    height: 100px !important;
    line-height: 100px !important;
  }

  .mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm  {
    padding: 0 .5em;
    font-size: 0.9in !important;
    color: #00a8e1 !important;
  }
}

@media only screen and (min-width: 320px)and (max-width: 479px) {

  .main-page .footer h1.text-center {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .age-page span.your-age {
    font-size: 2.2in;
    min-height: 280px;
  }

  .popup-container .WholeNumberPickerChildDiv {
    margin: 1in auto 0;
    max-width: 75%;
  }

  .male-content .action-btn,
  .female-content .action-btn {
    top: 149px !important;
    right: -17px !important;
  }

  .male-content .action-btn h2,
  .female-content .action-btn h2 {
    font-size: 0.13in !important;
    margin-left: 7px !important;
  }

  .mbsc-fr-c {
    margin-top: 5%;
  }

  .mbsc-ios .mbsc-sc-whl-sc .mbsc-sc-itm-sel {
    font-size: 0.8in !important;
    height: 80px !important;
    line-height: 70px !important;
    color: #00a8e1 !important;
  }

  .mbsc-ios .mbsc-sc-itm {
    padding: 0 .5em !important;
    font-size: 0.6in !important;
    color: #00a8e1 !important;
  }

}
