.resetPwRecaptcha {
  display: flex;
  justify-content: center;
}
.password-send-reset-btn {
  font-family: "zona_probold";
  border: none;
  width: 100%;
  border-radius: 0;
  background-color: #CA0000;
  line-height: 40px;
  padding: 0;
  min-width: 200px;
  color: #fff !important;
}
body .loginPage .rightBlock .passwordForgotButton.memberLoginJoin {
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  background-color: #CA0000;
  margin-top: 10px;
}
.deny-error-box {
  left: 0;
  position: absolute;
  top: 75px;
  z-index: 111;
  right: 0;
}
.deny-error-box .deny-error {
  z-index: 110;
  width: 40%;
  margin: auto;
  font-weight: bold;
}
.movieCoverImg .coverHolder {
  display: inline-block;
  position: relative;
  margin-bottom: 85px;
}
@media only screen and (max-width: 600px) {
  .movieCoverImg .coverHolder {
    margin-bottom: 65px;
  }
}
.movieCoverImg img {
  border: 4px solid #f0f0f0;
  margin-left: auto;
  margin-right: auto;
}
.movieCoverImg img:hover {
  border: 4px solid #fe0000;
}
.movieCoverImg .movieDetails {
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  padding: 3px 5px;
  margin-top: 10px;
  text-align: left;
  position: absolute;
  width: 100%;
  z-index: 90;
  background: #fff;
  line-height: 24px;
  padding: 0;
}
.movieCoverImg .movieDetails p {
  color: #ed0202;
  font-size: 14px;
  font-family: 'zona_probold';
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  /* padding    : 0px; */
  padding: 0;
  /* line-height: 50px; */
  text-transform: initial;
}
@media only screen and (max-width: 450px) {
  .movieCoverImg .movieDetails p {
    font-size: 12px;
  }
}
.movieCoverImg .movieDetails p span {
  float: right;
}
.movieCoverImg .movieDetails .collapse div span {
  font-family: 'zona_probold';
  font-size: 14px;
}
.movieCoverImg .movieDetails .collapse .runTime {
  padding-left: 10px;
}
@media only screen and (max-width: 450px) {
  .movieCoverImg .movieDetails .collapse .runTime {
    padding-left: 5px;
  }
}
.movieCoverImg .movieDetails .description {
  border-top: 1px solid #bcbcbc;
  margin-top: 10px;
  padding: 5px 10px;
}
@media only screen and (max-width: 450px) {
  .movieCoverImg .movieDetails .description {
    display: none;
  }
}
.movieCoverImg .movieDetails .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  content: "\2212";
  float: right;
  color: #000;
}
@media only screen and (max-width: 450px) {
  .movieCoverImg .movieDetails .accordion-toggle:after {
    padding-top: 1px;
  }
}
.movieCoverImg .movieDetails .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\2b";
}
.movieCoverImg .playHolder .border {
  border-top: 1px solid #bcbcbc;
  width: 30%;
  height: 5px;
  display: inline-block;
}
@media only screen and (max-width: 450px) {
  .movieCoverImg .playHolder .border {
    width: 29%;
  }
}
.movieCoverImg .playHolder .playBtn {
  background: #ed0202;
  width: 35%;
  display: inline-block;
  text-align: center;
  color: white;
  border-radius: 50px;
  font-size: 13px;
  font-family: 'zona_probold';
  margin: 15px 0;
}
@media only screen and (max-width: 450px) {
  .movieCoverImg .playHolder .playBtn {
    width: 33%;
  }
}
.girlBannerHolder {
  position: relative;
  display: inline-block;
  margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .girlBannerHolder {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .girlBannerHolder {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 600px) {
  .girlBannerHolder {
    margin-bottom: 10%;
  }
}
.girlBannerHolder .textualPart {
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translateY(-40%);
  z-index: 10;
  color: #fff;
  font-family: 'zona_probold';
  width: 38%;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .girlBannerHolder .textualPart {
    right: 7%;
    width: 48%;
    transform: translateY(-45%);
  }
}
@media only screen and (max-width: 1280px) {
  .girlBannerHolder .textualPart {
    right: 1%;
    width: 55%;
  }
}
@media only screen and (max-width: 992px) {
  .girlBannerHolder .textualPart {
    right: 1%;
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .girlBannerHolder .textualPart {
    width: 60%;
    right: 20%;
  }
}
@media only screen and (max-width: 600px) {
  .girlBannerHolder .textualPart {
    width: 80%;
    right: 10%;
  }
}
@media only screen and (max-width: 450px) {
  .girlBannerHolder .textualPart {
    width: 90%;
    right: 5%;
  }
}
.girlBannerHolder .textualPart .subtitle {
  font-size: 24px;
  text-align: center;
  padding-bottom: 4%;
}
@media only screen and (max-width: 1440px) {
  .girlBannerHolder .textualPart .subtitle {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .girlBannerHolder .textualPart .subtitle {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .girlBannerHolder .textualPart .subtitle {
    font-size: 16px;
  }
}
.girlBannerHolder .textualPart p {
  font-size: 16px;
  font-family: 'zona_prothin';
  padding-left: 55px;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .girlBannerHolder .textualPart p {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .girlBannerHolder .textualPart p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .girlBannerHolder .textualPart p {
    font-size: 12px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .girlBannerHolder .textualPart img {
    width: 80%;
    display: inline-block;
  }
}
@media only screen and (max-width: 992px) {
  .girlBannerHolder .textualPart img {
    width: 70%;
  }
}
@media (max-width: 790px) and (min-width: 768px) {
  .girlBannerHolder .textualPart img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .girlBannerHolder .textualPart img {
    width: 40%;
  }
}
@media only screen and (max-width: 450px) {
  .girlBannerHolder .textualPart img {
    width: 50%;
  }
}
.girlBannerHolder .joinButton {
  background-color: #ed0202;
  font-family: "zona_probold";
  color: #fff;
  font-size: 21px;
  padding: 5px 10px;
  line-height: 24px;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
  width: 80%;
  font-size: 60px;
  padding: 15px;
  line-height: 55px;
  border-radius: 50px;
  margin-top: 5%;
  text-shadow: black -3px -6px 5px;
}
.girlBannerHolder .joinButton:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
.girlBannerHolder .joinButton:hover a {
  color: #ed0202;
}
@media only screen and (max-width: 1440px) {
  .girlBannerHolder .joinButton {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 1280px) {
  .girlBannerHolder .joinButton {
    width: 75%;
    font-size: 42px;
    padding: 8px;
  }
}
@media only screen and (max-width: 992px) {
  .girlBannerHolder .joinButton {
    font-size: 35px;
    margin-top: 2%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .girlBannerHolder .joinButton {
    font-size: 30px;
    margin-top: 1%;
    width: 65%;
    text-shadow: none;
  }
}
@media only screen and (max-width: 600px) {
  .girlBannerHolder .joinButton {
    font-size: 24px;
    width: 75%;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .girlBannerHolder .joinBannerImg {
    min-height: 280px;
    margin-top: 30px;
  }
}
.paddingMobile {
  overflow-x: hidden;
}
@media only screen and (max-width: 992px) {
  .tablet {
    display: none;
  }
}
.elipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  height: 50px;
  cursor: pointer;
}
.btnGetAccess {
  background-color: #ed0202;
  font-family: "zona_probold";
  color: #fff;
  font-size: 21px;
  padding: 5px 10px;
  line-height: 24px;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
  font-size: 28px;
  padding: 20px 25px;
  line-height: 28px;
  border-radius: 0;
  margin: 0 0 60px 0;
  box-shadow: 0px 10px 5px 0px rgba(198, 198, 198, 0.8);
}
.btnGetAccess:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
.btnGetAccess:hover a {
  color: #ed0202;
}
.btnGetAccess:hover {
  color: #ed0202;
}
@media only screen and (max-width: 1280px) {
  .btnGetAccess {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 992px) {
  .btnGetAccess {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .btnGetAccess {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .btnGetAccess {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 450px) {
  .btnGetAccess {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 40px 0;
  }
}
.numbedPagination {
  padding: 30px 0 60px 0;
}
@media only screen and (max-width: 600px) {
  .numbedPagination {
    padding: 30px 0 40px 0;
  }
}
@media only screen and (max-width: 450px) {
  .numbedPagination {
    padding: 15px 0 30px 0;
  }
}
.numbedPagination ul li {
  list-style: none;
}
.numbedPagination #octagon {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  border: 1px solid transparent;
  padding: 0;
}
.numbedPagination #octagon:hover {
  border: 1px solid #22527b;
}
.numbedPagination #octagon:first-child {
  margin-right: 10px;
}
.numbedPagination #octagon:last-child {
  margin-left: 10px;
}
@media only screen and (max-width: 450px) {
  .numbedPagination #octagon {
    width: 28px;
    height: 28px;
  }
}
.numbedPagination #octagon a {
  color: #000;
  font-family: 'zona_probold';
  width: inherit;
  height: inherit;
  display: block;
  text-align: center;
  margin-top: 2.5px;
  padding-right: 1.5px;
}
.numbedPagination #octagon.prevBtn a {
  top: 50%;
  padding-top: 7.5px;
  margin-top: 0;
  left: 48%;
}
.numbedPagination #octagon.nextBtn a {
  top: 50%;
  padding-top: 7.5px;
  margin-top: 0;
  left: 51%;
}
.numbedPagination .activePagination {
  border: 1px solid #000000;
}
.numbedPagination li.prevBtn,
.numbedPagination li.nextBtn {
  background: #71a4ab;
  width: 35px !important;
  height: 35px !important;
  margin-bottom: -4px;
}
.numbedPagination li.prevBtn a,
.numbedPagination li.nextBtn a {
  color: #fff !important;
}
.categoriesTitle {
  padding-top: 15px;
}
.categoriesTitle span {
  font-family: 'zona_prothin';
}
.categoriesTitle h3 {
  color: #000;
  font-size: 15px;
  font-family: 'zona_probold';
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.categoriesTitle p {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  height: 38px;
  display: table-cell;
  vertical-align: middle;
  text-transform: initial;
}
body .categoryTitle {
  text-transform: initial;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  background: #f2f2f2;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  body .categoryTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  body .categoryTitle {
    font-size: 16px;
  }
}
.categoryTitleContainer {
  background: #f2f2f2;
  height: 50px;
  margin-bottom: 35px !important;
}
@media only screen and (max-width: 1280px) {
  .pornstarsBlock .sectionName {
    padding-top: 70px;
  }
}
.pornstarsBlock .placeholderPornstarImg {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('https://www.adultrental.com/images/pornstar_placeholder_large.jpg');
  min-width: 198px;
  max-width: 198px;
  min-height: 306px;
  max-height: 306px;
  display: inline-block;
  border: 4px solid #f0f0f0;
}
.categoryBlock {
  margin-bottom: 25px;
}
.categoryBlock .item {
  flex-grow: 1;
  width: 100px;
  font-size: 30px;
  margin: 10px;
}
.categoryBlock .break {
  flex-basis: 100%;
  height: 0;
  width: 100%;
}
.categoryBlock .flexContainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.categoryBlock .placeHolderPreLoading {
  max-height: 193px;
  max-width: 266px;
}
@media only screen and (max-width: 992px) {
  .categoryBlock {
    margin-bottom: 30px;
  }
}
.categoryBlock img {
  width: 100%;
}
.categoryBlock .placeholderImg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('https://www.adultrental.com/images/categorysample.jpg');
  width: 100%;
  height: 193px;
}
.paddingMarTop0 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 1800px) {
  .singleCategory .movieCoverImg {
    max-height: 400px;
  }
}
.singleCategory .movieDetails {
  border: none;
}
.singleCategory .movieDetails p {
  color: #000;
}
.singleCategory .movieCoverImg img {
  border: 4px solid transparent;
}
.pornstars .movieCoverImg .coverHolder {
  margin-bottom: 40px;
}
@media only screen and (max-width: 450px) {
  .pornstars .movieCoverImg .coverHolder {
    display: inherit;
    margin-bottom: 30px;
  }
}
.pornstars .categoriesTitle {
  text-align: left;
}
.pornstars .categoriesTitle h3 {
  margin-bottom: 0;
}
#abcListWrapper .numbedPagination {
  padding-top: 0;
  padding-bottom: 40px;
}
.paddingLeft0 {
  padding-left: 0;
}
.pornstarHolder {
  background-color: #181413;
  color: #EFEFEF;
  margin-top: 60px;
  line-height: 1.5;
}
@media only screen and (max-width: 992px) {
  .pornstarHolder {
    margin-top: 20px;
  }
}
.pornstarHolder .pornstarNameStyle {
  font-size: 38px;
  color: #ed0202;
  font-family: 'zona_probold';
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .pornstarHolder .pornstarNameStyle {
    font-size: 24px !important;
  }
}
.pornstarHolder strong {
  font-family: 'zona_probold';
  color: #fff;
}
.pornstarHolder .title {
  font-size: 24px;
  font-family: 'zona_probold';
}
@media only screen and (max-width: 767px) {
  .pornstarHolder .title {
    font-size: 20px;
  }
}
.pornstarHolder .nav-tabs {
  border-bottom: none;
  width: auto;
  text-align: center;
  margin: 0 auto;
  float: none;
  clear: both;
}
.pornstarHolder .inactiveTab {
  background-color: #ed0202;
  margin-right: 20px;
  width: 140px;
}
@media only screen and (max-width: 600px) {
  .pornstarHolder .inactiveTab {
    width: 125px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .pornstarHolder .inactiveTab {
    margin-right: 7px;
    width: 93px;
  }
}
.pornstarHolder .inactiveTab a {
  background-color: #ed0202 !important;
  color: #fff !important;
  border: none !important;
  font-family: 'zona_probold';
}
@media only screen and (max-width: 450px) {
  .pornstarHolder .inactiveTab a {
    padding: 10px 4px;
    font-size: 11px;
    white-space: nowrap;
  }
}
.pornstarHolder .pornstarCover {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  .pornstarHolder .pornstarCover {
    padding-bottom: 0;
  }
}
.pornstarHolder .tab-content > .active {
  background: #fff;
  color: #36454f;
}
@media only screen and (max-width: 450px) {
  .pornstarHolder .info p {
    margin-bottom: 3px;
  }
}
.inactiveTab .arrowUp {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
#myTabs .active .arrowUp {
  display: block;
}
#photosets {
  min-height: 5px;
}
@media only screen and (max-width: 600px) {
  #photosets {
    text-align: center;
  }
}
#photosets .img-responsive {
  border: 2px solid black;
  height: 200px;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#photosets .img-responsive:hover {
  border: 2px solid red;
}
#photosets .noAlbum {
  padding: 30px 0;
}
#photosets .sectionName {
  padding-bottom: 0;
}
.displayInline {
  display: inline-flex;
}
.tabHolder {
  padding: 20px;
}
.rating-widget {
  /* Rating Star Widgets Style */
  /* Idle State of the stars */
  /* Hover state of the stars */
  /* Selected state of the stars */
}
.rating-widget .title {
  font-family: 'zona_probold';
  margin-top: -8px;
}
.rating-widget .new-react-version {
  padding: 20px 20px;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.7;
}
.rating-widget .success-box {
  margin: 50px 0;
  padding: 10px 10px;
  border: 1px solid #eee;
  background: #f9f9f9;
}
.rating-widget .success-box img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.rating-widget .success-box > div {
  vertical-align: top;
  display: inline-block;
  color: #888;
}
.rating-widget .rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.rating-widget .rating-stars ul > li.star {
  display: inline-block;
}
.rating-widget .rating-stars ul > li.star > i.fa {
  font-size: 2em;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */
}
.rating-widget .rating-stars ul > li.star.hover > i.fa {
  color: #ffd200;
}
.rating-widget .rating-stars ul > li.star.selected > i.fa {
  color: #ffd200;
}
.biosHolder .readBtn {
  color: red;
  background: none;
  border: none;
  display: block;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .biosHolder .readBtn {
    display: inline-block;
    padding-left: 15px;
  }
}
.biosHolder h1 {
  display: inline-block;
  font-size: 39px;
}
.biosHolder .socialIcon {
  display: inline-block;
  font-size: 25px;
}
.biosHolder .socialIcon a {
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .colXs {
    width: 100%;
    padding-left: 0;
  }
}
.tweeterHolder {
  padding: 30px 0;
}
.studio .biosHolder {
  padding-bottom: 20px;
}
/* LOGIN PAGE */
.loginPage {
  font-family: 'zona_probold';
  clear: both;
  padding-top: 200px;
}
@media only screen and (max-width: 1200px) {
  .loginPage {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .loginPage {
    padding-top: 0;
  }
}
@media only screen and (max-width: 450px) {
  .loginPage {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.loginPage .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #71a4ab;
  opacity: 1;
  width: 50%;
  z-index: -1;
}
.loginPage .centralImage {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
  .loginPage .centralImage {
    display: none;
  }
}
.loginPage .leftBlock {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 992px) {
  .loginPage .leftBlock {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .loginPage .leftBlock {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .loginPage .leftBlock ul {
    text-align: left;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}
.loginPage .leftBlock ul li {
  font-size: 18px;
  list-style-type: none;
  white-space: nowrap;
}
@media only screen and (max-width: 450px) {
  .loginPage .leftBlock ul li {
    white-space: normal;
    margin-bottom: 10px;
  }
}
.loginPage .leftBlock ul li img {
  display: inline-block;
  margin-top: -10px;
}
.loginPage .leftBlock ul li h4 {
  display: inline-block;
}
@media only screen and (max-width: 1280px) {
  .loginPage .leftBlock ul li h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .loginPage .leftBlock ul li h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 450px) {
  .loginPage .leftBlock ul li h4 {
    display: initial;
  }
}
.loginPage .rightBlock {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 992px) {
  .loginPage .rightBlock {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .loginPage .rightBlock {
    margin-top: 10%;
    width: 100%;
  }
}
.loginPage .rightBlock input {
  margin-bottom: 15px;
  width: 60%;
  border-radius: 0;
  font-family: 'zona_prothin';
}
@media only screen and (max-width: 767px) {
  .loginPage .rightBlock input {
    margin-left: 25%;
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .loginPage .rightBlock input {
    margin-left: 15%;
    width: 70%;
  }
}
@media only screen and (max-width: 450px) {
  .loginPage .rightBlock input {
    margin-left: 0;
    width: 100%;
  }
}
.loginPage .rightBlock .checkbox input {
  width: auto;
  margin-left: 0;
}
.loginPage .rightBlock .checkbox label {
  font-family: 'zona_prothin';
  margin-bottom: 62px;
}
@media only screen and (max-width: 1280px) {
  .loginPage .rightBlock .checkbox label {
    margin-bottom: 52px;
  }
}
@media only screen and (max-width: 992px) {
  .loginPage .rightBlock .checkbox label {
    margin-bottom: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .loginPage .rightBlock .checkbox label {
    margin-bottom: 0px;
  }
}
.loginPage .rightBlock .linksPswHelp p {
  font-size: 16px;
  color: #000;
  font-family: zona_probold;
}
.loginPage .rightBlock .emailInput {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .loginPage .rightBlock .checkboxHolder {
    padding-left: 25%;
  }
}
@media only screen and (max-width: 600px) {
  .loginPage .rightBlock .checkboxHolder {
    padding-left: 15%;
  }
}
@media only screen and (max-width: 450px) {
  .loginPage .rightBlock .checkboxHolder {
    padding-left: 0;
  }
}
.loginPage .rightBlock .pswHelpHolder {
  margin: 0 0 60px 10px;
}
@media only screen and (max-width: 767px) {
  .loginPage .rightBlock .pswHelpHolder {
    margin-left: 25%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .loginPage .rightBlock .pswHelpHolder {
    margin-left: 15%;
  }
}
@media only screen and (max-width: 450px) {
  .loginPage .rightBlock .pswHelpHolder {
    margin-left: 0;
  }
}
.loginPage .memberLoginJoin {
  background-color: #ed0202;
  font-family: "zona_probold";
  color: #fff;
  font-size: 21px;
  padding: 5px 10px;
  line-height: 24px;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  border-radius: 30px;
  border: none;
  width: 300px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.loginPage .memberLoginJoin:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
.loginPage .memberLoginJoin:hover a {
  color: #ed0202;
}
@media only screen and (max-width: 767px) {
  .loginPage .memberLoginJoin {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .loginPage .memberLoginJoin {
    width: 70%;
  }
}
@media only screen and (max-width: 450px) {
  .loginPage .memberLoginJoin {
    width: 100%;
  }
}
.loginPage h2 {
  font-size: 50px;
  white-space: nowrap;
}
@media only screen and (max-width: 1280px) {
  .loginPage h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .loginPage h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  .loginPage h2 {
    font-size: 28px;
  }
}
.loginPage .leftBlock .error-style li {
  white-space: normal;
  list-style: disc;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .textCenterXs {
    text-align: center;
  }
}
body .loginPage .pswPage {
  margin-top: -60px;
}
@media only screen and (max-width: 767px) {
  body .loginPage .pswPage {
    margin-top: 0;
  }
}
@media only screen and (max-width: 450px) {
  body .loginPage .pswPage {
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
  }
}
body .loginPage .pswPage .leftBlock {
  padding-bottom: 25.5%;
  margin-top: 65px;
}
@media only screen and (max-width: 1280px) {
  body .loginPage .pswPage .leftBlock {
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  body .loginPage .pswPage .leftBlock {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  body .loginPage .pswPage .leftBlock {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  body .loginPage .pswPage .leftBlock {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body .loginPage .pswPage .leftBlock .memberLoginJoin {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 450px) {
  body .loginPage .pswPage .leftBlock .memberLoginJoin {
    width: 100%;
  }
}
body .loginPage .pswPage .rightBlock {
  margin-top: 65px;
}
@media only screen and (max-width: 1280px) {
  body .loginPage .pswPage .rightBlock {
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  body .loginPage .pswPage .rightBlock {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  body .loginPage .pswPage .rightBlock {
    width: 100%;
    text-align: center;
  }
}
body .loginPage .pswPage .rightBlock h2 {
  color: #363636;
}
body .loginPage .pswPage .rightBlock input {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body .loginPage .pswPage .rightBlock input {
    width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 450px) {
  body .loginPage .pswPage .rightBlock input {
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  body .loginPage .pswPage h2 {
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  body .loginPage .pswPage .pswHelpHolder {
    margin-left: 0;
  }
}
body .loginPage .pswPage .pswHelpHolder .memberLoginJoin {
  background-color: #CA0000;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  body .loginPage .pswPage .pswHelpHolder .memberLoginJoin {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 450px) {
  body .loginPage .pswPage .pswHelpHolder .memberLoginJoin {
    width: 100%;
  }
}
body .loginPage .pswPage .pswHelpHolder .memberLoginJoin:hover {
  background: rgba(0, 0, 0, 0);
  color: #CA0000;
  box-shadow: inset 0 0 0 3px #CA0000;
}
@media only screen and (max-width: 600px) {
  .colXsHalf {
    width: 50%;
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  .pornstarsPerLetter .pornstarNames:last-child {
    margin-bottom: 25px;
  }
}
.pornstarsPerLetter .pornstarNames a {
  display: block;
  background: #c0c0c0;
  color: #fff;
  padding: 10px 0;
  margin: 0 1% 1% 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  width: 100%;
  text-align: center;
  font-family: 'zona_probold';
}
.pornstarsPerLetter .pornstarNames a:hover {
  background: #ed0202;
}
.pornstarsPerLetter .pornstarNames a p {
  margin: 0;
}
.pornstarsPerLetter .sortOrderList {
  list-style: none;
  margin: 0 0 30px 0;
  font-family: 'zona_probold';
}
.pornstarsPerLetter .sortOrderList li {
  display: inline-block;
}
.pornstarsPerLetter .sortOrderList li a {
  color: #000;
}
.pornstarsPerLetter .sortOrderList li a:hover {
  color: #ed0202;
}
.pornstarsPerLetter .goToPornstarsLetter {
  background: #ed0202;
  color: #fff;
  font-family: 'zona_probold';
  border: none;
  padding: 5px 15px;
  border-radius: 25px;
  margin-bottom: 25px;
}
.pornstarsPerLetter #goToPornstarsLetter {
  padding-top: 20%;
}
.pornstarsPerLetter #goToPornstarsLetter h2 {
  font-size: 21px;
}
.numbedPagination {
  display: inline-block;
}
.numbedPagination .lastPage,
.numbedPagination .firstPage {
  height: 35px;
  background: #c0c0c0;
  line-height: 35px;
  margin-left: 5px;
  font-family: 'zona_probold';
  padding: 0 15px;
  overflow: hidden;
}
.numbedPagination .lastPage a,
.numbedPagination .firstPage a {
  color: #fff;
}
.joinMinutesOnly .greenBtn {
  margin-bottom: 20px;
}
.joinMinutesOnly .radioBiggest input[type="radio"] {
  margin-top: -15px !important;
}
@media only screen and (max-width: 450px) {
  .joinMinutesOnly .bigRadioPrice2 {
    padding-right: 2px !important;
    font-size: 15px !important;
  }
}
.joinMinutesOnly .leftListJoin {
  display: inline-block !important;
  visibility: visible!important;
}
.error404 {
  color: #fff;
  background: black;
  position: relative;
  font-family: 'zona_probold';
}
.error404 .header-text {
  position: absolute;
  top: 70px;
  padding: 50px;
}
@media only screen and (max-width: 600px) {
  .error404 .header-text {
    padding: 20px;
    top: 15px;
  }
}
.error404 .header-text h2 {
  font-size: 28px !important;
}
.error404 .link-text {
  position: absolute;
  padding: 50px;
  top: 35%;
}
@media only screen and (max-width: 600px) {
  .error404 .link-text {
    padding-left: 20px;
    padding-bottom: 0;
  }
}
.error404 .link-text ul {
  padding: 0;
  list-style: none;
}
.error404 .link-text ul li {
  font-size: 18px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .error404 .link-text ul li {
    padding-bottom: 8px;
  }
}
.error404 .link-text ul li a {
  color: #fff;
  text-decoration: none;
}
.error404 .bgrImg {
  min-height: 100vh !important;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.staticPage .goBackBtn {
  background: red;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  font-family: 'zona_probold';
}
.staticPage span.customS:before {
  content: ' \0160';
  font-family: 'Montserrat', sans-serif;
  font-weight: lighter;
  opacity: 0.8;
}
.staticPage img {
  margin-bottom: 20px;
}
.staticPage strong {
  font-family: 'zona_probold';
}
@media only screen and (max-width: 600px) {
  .staticPage h3 {
    font-size: 18px;
  }
}
.staticPage .bottomBorder {
  border-bottom: 1px solid #000;
}
.staticPage .footerBottom {
  background-color: #000;
  color: #666;
  padding: 20px;
  font-size: 12px;
  font-weight: bold;
  clear: both;
}
.staticPage .footerBottom a {
  color: #666 !important;
  text-decoration: underline;
}
.staticPage .emailProlast {
  text-decoration: underline;
  color: #000;
}
.staticPage .ourfriendsList li {
  padding-bottom: 5px;
}
.staticPage .ourfriendsList li a:hover {
  color: #ed0202;
}
.staticPage .red {
  color: red;
}
.staticPage .dmca-list ul {
  list-style: none;
}
.thankYou-page {
  padding-top: 10px;
  color: #000;
}
.thankYou-page .thankYou .welcome-section {
  text-align: center;
  padding-top: 3%;
  color: #555;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  .thankYou-page .thankYou .welcome-section {
    padding-top: 5%;
  }
}
@media only screen and (max-width: 600px) {
  .thankYou-page .thankYou .welcome-section {
    padding-top: 0;
  }
}
.thankYou-page .thankYou .welcome-section .title {
  color: #000;
}
.thankYou-page .thankYou .welcome-section .text {
  font-size: 16px;
  line-height: 25px;
  width: 78%;
  margin: 0 auto;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .thankYou-page .thankYou .welcome-section .text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .thankYou-page .thankYou .welcome-section .text {
    width: 100%;
  }
}
.thankYou-page .thankYou .welcome-section .welcome_section_holder {
  width: 58%;
  margin: auto;
}
@media only screen and (max-width: 992px) {
  .thankYou-page .thankYou .welcome-section .welcome_section_holder {
    width: auto;
  }
}
.thankYou-page strong {
  font-family: 'zona_probold';
}
.thankYou-page .covers-section {
  background-color: #fff;
  padding-bottom: 4%;
  margin-top: 10px;
}
.thankYou-page .imagePlay {
  width: 100%;
}
.thankYou-page .watchFullMovie {
  float: none !important;
}
.thankYou-page .streamPage {
  background: #fff;
}
.thankYou-page .girl {
  width: 80%;
  float: right;
}
@media only screen and (max-width: 992px) {
  .thankYou-page .girl {
    width: 50%;
    float: none;
    display: inline-block;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .thankYou-page .girl {
    width: 70%;
  }
}
@media only screen and (max-width: 450px) {
  .thankYou-page .girl {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .thankYou-page .text-center-sm {
    text-align: center;
  }
}
.thankYou-page .title {
  text-align: center;
  font-size: 44px;
  line-height: 57px;
  color: #000;
  padding: 0 0 20px 0;
  font-family: 'zona_probold';
}
@media only screen and (max-width: 767px) {
  .thankYou-page .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .thankYou-page .title {
    font-size: 26px;
    padding: 0;
  }
}
.thankYou-page .tnx_text_holder {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .thankYou-page .tnx_text_holder {
    font-size: 14px;
  }
}
.thankYou-page .footer .ar {
  font-size: 18px;
  font-weight: 600;
  color: black;
  padding: 20px;
  font-family: 'zona_probold';
}
.thankYou-page .mainNavigation {
  background: #fff;
}
.thankYou-page .mainNavigation a {
  font-size: 25px;
  color: #000;
}
.thankYou-page .btn-section .watchFullMovie {
  margin: 40px 0 50px 0;
}
@media only screen and (max-width: 450px) {
  .thankYou-page .btn-section .watchFullMovie {
    margin: 20px 0 25px 0;
    font-size: 14px;
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .thankYou-page .btn-section img {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .thankYou-page .btn-section img {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .thankYou-page .noPaddingMobileXS {
    padding-left: 0;
    padding-right: 0;
  }
}
.floatingFooter {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 300;
  display: inline-flex;
  max-width: 1920px;
  margin: auto;
}
.floatingFooter .closeButton {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #222;
  text-shadow: 0 0px 1px #000;
  opacity: 0.4;
  position: fixed;
  bottom: 10px;
  margin-left: 25px;
}
.floatingFooter .closeButton:hover {
  color: #000;
  text-decoration: none;
  text-shadow: 0 0px 2px #000;
  cursor: pointer;
  opacity: 0.8;
}
.floatingFooter .relativeContent {
  position: relative;
  margin: 0 auto;
  height: 48px;
  width: 100%;
  background-color: #d9d9d9;
}
.floatingFooter .firstSection {
  width: 65%;
}
.floatingFooter .become {
  background-color: #71A4AB;
  color: white;
  width: 35%;
  display: flex;
  align-items: center;
  font-weight: bolder;
  font-size: 15px;
  font-family: 'zona_probold';
  padding-left: 3%;
  padding-right: 55px;
}
.floatingFooter .become a {
  color: white;
}
.floatingFooter .become .becomeContent {
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  display: inline-flex;
  align-items: center;
}
.floatingFooter .become .becomeContent:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: all 0.1s;
}
.floatingFooter .become:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 100%;
  background: #71A4AB;
  transform-origin: 100% 0;
  transform: skew(-35deg);
}
.floatingFooter .become .doubleArrow {
  font-size: 23px;
  padding-right: 15px;
  padding-bottom: 3px;
  cursor: pointer;
  z-index: 300;
}
.floatingFooter .adultRental {
  background-position: 23% 0px;
  position: fixed;
  background-image: url('https://www.adultrental.com/images/AR_logo_text_footer_banner.png');
  background-repeat: no-repeat;
  height: 32px;
  width: 100%;
  bottom: 0;
  background-size: 400px 18px;
}
@media (max-width: 992px) {
  .floatingFooter .adultRental {
    display: none;
  }
  .floatingFooter .firstSection {
    width: 25%;
  }
  .floatingFooter .become {
    width: 75%;
    justify-content: center;
    padding-right: 12%;
    font-size: 15px;
  }
}
@media (max-width: 426px) {
  .floatingFooter .become {
    font-size: 12px;
    padding-left: 2%;
    padding-right: 15%;
  }
}
.headerOverForm {
  z-index: 2;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bannerLogin {
  width: 109px;
  height: 200px;
  cursor: pointer;
  position: absolute;
  right: 0;
  background: transparent;
  border: 0;
}
.bannerLoginMobile {
  background: #ed0202;
  text-align: center;
  top: -15px;
  bottom: 0;
  font-size: 24px;
  font-family: 'zona_probold';
  height: 110px;
  padding: 0 10px;
  width: auto;
}
@media only screen and (max-width: 600px) {
  .bannerLoginMobile {
    height: 100px;
    top: -8px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .bannerLoginMobile {
    height: 80px;
    top: -10px;
    font-size: 20px;
  }
}
.bannerLoginMobile .fa {
  font-size: 36px;
  padding-left: 8px;
}
@media only screen and (max-width: 450px) {
  .bannerLoginMobile .fa {
    font-size: 28px;
    padding-top: 5px;
  }
}
.headerOverFormMobile {
  z-index: 2;
  color: #fff;
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .headerOverFormMobile {
    width: 80%;
  }
}
@media only screen and (max-width: 450px) {
  .headerOverFormMobile {
    width: 90%;
  }
}
@media only screen and (max-width: 450px) {
  .headerOverFormMobile .form-control {
    height: 24px;
    width: 90%;
  }
  .headerOverFormMobile .form-group {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .headerOverFormMobile label {
    margin-bottom: 0;
    font-size: 10px;
  }
}
.bannerHeaderMargin {
  margin-top: 10px;
}
.btnLogIn {
  height: 86%;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 32%;
  width: 43px;
}
@media only screen and (max-width: 767px) {
  .btnLogIn {
    margin-right: 0;
  }
}
.grayContent {
  background-color: #fff;
  dispay: block;
  margin-bottom: 20px;
  padding: 0px;
  border-radius: 10px;
}
/* XXXondemand*/
.marketingPage {
  padding-bottom: 0;
}
.marketingPage header {
  background: black !important;
  height: 100px !important;
}
.marketingPage header .paddingContainer {
  padding-top: 10px;
}
.marketingPage .xxxLogo {
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  .marketingPage .xxxLogo {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 450px) {
  .marketingPage .xxxLogo {
    width: 80%;
    margin: 0 auto;
  }
}
.marketingPage .footerBottom,
.marketingPage .footer-mobile {
  background-color: #000;
}
.marketingPage .fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 650px;
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  .marketingPage .fullWidth {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.marketingPage .relative {
  position: relative;
}
.marketingPage .formHolder {
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 460px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 600px) {
  .marketingPage .formHolder {
    padding: 15px;
    width: 80%;
  }
}
@media only screen and (max-width: 450px) {
  .marketingPage .formHolder {
    width: 95%;
  }
}
.marketingPage .formHolder label {
  padding-top: 5px;
  padding-left: 8px;
}
.marketingPage .formHolder input {
  border-radius: 0;
}
.marketingPage .minutes-free {
  font-size: 22px;
  font-family: 'zona_probold';
  text-align: center;
}
.marketingPage .red-title {
  text-align: center;
  font-size: 22px;
  font-family: 'zona_probold';
  color: #ed0202;
  margin-top: -10px;
  padding-bottom: 15px;
}
.marketingPage .li-text {
  font-weight: bolder;
  font-size: 18px;
  margin-bottom: 0;
}
.marketingPage .padding-holder {
  padding: 0 10px 10px 10px;
}
.marketingPage .start-btn {
  background: #ed0202;
  display: inline-block;
  color: white;
  font-family: 'zona_probold';
  border: none;
  padding: 18px 30px;
  margin: 20px 0 0 0;
  font-size: 22px;
  text-transform: none;
}
.marketingPage .start-btn:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
.marketingPage .subtext {
  padding: 15px;
  font-size: 12px;
  font-family: 'zona_probold';
}
.marketingPage .formMargin {
  margin-top: 20px;
}
.marketingPage .marketing-logo {
  width: 80%;
  margin-top: 7px;
}
.marketingPage .form-inline input {
  width: 100%;
}
.marketingPage .chooseLi a {
  border-radius: 0;
}
.marketingPage .chooseLi a:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
.marketingPage ul .chooseLi {
  float: right !important;
}
@media only screen and (max-width: 600px) {
  .marketingPage .marketing-logo {
    width: 100%;
  }
  .marketingPage .decorationNone {
    font-size: 16px;
  }
  .marketingPage .minutes-free,
  .marketingPage .red-title {
    font-size: 18px;
  }
  .marketingPage .li-text {
    font-size: 14px;
  }
  .marketingPage .start-btn {
    font-size: 16px;
  }
  .marketingPage .subtext {
    font-size: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .marketingPage .marketing-logo {
    width: 60%;
    margin: 0 auto;
  }
  .marketingPage ul {
    text-align: center;
  }
  .marketingPage ul .chooseLi {
    float: none !important;
  }
  .marketingPage header .paddingContainer {
    padding-top: 5px;
  }
  .marketingPage .xs-col-full {
    width: 100%;
  }
}
/* Porn-On-Demand */
.pornOnDemand .containerCustom:after {
  content: "";
  display: table;
  clear: both;
}
.pornOnDemand .column {
  float: left;
  width: 33.3%;
  padding: 10px;
}
.pornOnDemand .column img {
  margin-top: 12px;
  width: 100%;
}
.pornOnDemand .column video {
  margin-top: 12px;
}
.pornOnDemand .column .thumbHolder {
  position: relative;
}
.pornOnDemand .column .thumbHolder .overBox .play {
  width: 60px;
  height: 60px;
  background: transparent;
}
.pornOnDemand .column .thumbHolder .overBox .bg {
  width: auto;
  height: auto;
  top: 12px;
  bottom: 0;
  left: 0;
  right: 0;
}
.pornOnDemand .demandBanner {
  position: relative;
}
.pornOnDemand .demandBanner .bannerText {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  padding-bottom: 3.5%;
  font-size: 1.125em;
  color: white;
  white-space: nowrap;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .pornOnDemand .demandBanner .bannerText {
    font-size: 1em;
    padding-bottom: 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .pornOnDemand .demandBanner .bannerText {
    font-size: 0.8em;
    padding-bottom: 2.5%;
  }
}
@media only screen and (max-width: 600px) {
  .pornOnDemand .column {
    width: 100%;
  }
  .pornOnDemand .demandBanner .bannerText {
    font-size: 1.5em !important;
    padding-bottom: 3% !important;
  }
}
@media only screen and (max-width: 450px) {
  .pornOnDemand .demandBanner .bannerText {
    font-size: 1em !important;
    padding-bottom: 3% !important;
  }
}
.infobar {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  bottom: 4px;
  left: 4px;
  right: 4px;
  filter: alpha(opacity=80);
  text-align: center;
  z-index: 90;
  font-size: 12px;
}
.infobar p {
  opacity: 1;
  font-family: 'zona_probold';
  margin-bottom: 0;
  padding: 5px 0;
}
.rankHolder {
  text-align: center;
  margin-top: 72px;
}
@media only screen and (max-width: 992px) {
  .rankHolder {
    margin-top: 15px;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .rankHolder {
    margin-left: 0;
    text-align: center;
  }
  .rankHolder div {
    padding: 0;
  }
}
.rankHolder .rankCube {
  border: 1px solid #ed0202;
  display: inline-block;
  padding: 15px 0;
  width: 100px;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 450px) {
  .rankHolder .rankCube {
    width: 90px;
  }
}
.rankHolder .rankCube .redFont {
  color: #ed0202;
  font-family: 'zona_probold';
  font-size: 18px;
  margin-bottom: 0;
}
#modalAlertForLogin .modal-content {
  border-radius: 0;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #modalAlertForLogin .modal-content {
    margin-top: 8%;
  }
}
#modalAlertForLogin .btn {
  margin-top: 60px;
}
@media only screen and (max-width: 450px) {
  #modalAlertForLogin .btn {
    margin-top: 35px;
  }
}
#modalAlertForLogin .modal-body {
  padding: 15px 0;
}
#modalAlertForLogin .modal-body h5 {
  color: #000;
}
#modalAlertForLogin .leftPartModal {
  border-right: 1px solid #e5e5e5;
}
@media only screen and (max-width: 450px) {
  #modalAlertForLogin .leftPartModal {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    border-right: none;
    padding-bottom: 20px;
  }
}
#modalAlertForLogin .leftPartModal .btn {
  background: #686868;
}
#modalAlertForLogin .leftPartModal .btn:hover {
  color: #686868 !important;
  box-shadow: inset 0 0 0 3px #686868 !important;
}
@media only screen and (max-width: 450px) {
  #modalAlertForLogin .rightPartModal {
    width: 100%;
    padding-top: 20px;
  }
}
#modalAlertForLogin .rightPartModal .btn {
  background: #71a4ab;
}
#modalAlertForLogin .rightPartModal .btn:hover {
  color: #71a4ab !important;
  box-shadow: inset 0 0 0 3px #71a4ab !important;
}
#modalAlertForLogin .modalTitle {
  color: #71a4ab;
}
#modalAlertForLogin .modal-footer {
  border-top: none;
}
#modalAlertForLogin .form-control {
  color: #000;
}
#modalAlertForLogin .form-group input {
  width: 62%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  #modalAlertForLogin .form-group input {
    width: 70%;
  }
}
@media only screen and (max-width: 450px) {
  #modalAlertForLogin .form-group input {
    width: 95%;
  }
}
#modalAlertForLogin ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
#modalAlertForLogin ::placeholder {
  /* Most modern browsers support this now. */
  color: #000;
}
#modalAlertForLogin .streamLogin {
  background: #333232;
  width: 127px;
}
#modalAlertForLogin .streamLogin:hover {
  color: #000 !important;
  box-shadow: inset 0 0 0 3px #000 !important;
}
#modalAlertForLogin .freeMinutes {
  font-size: 24px;
}
@media only screen and (max-width: 450px) {
  #modalAlertForLogin .freeMinutes {
    font-size: 22px;
  }
}
@media only screen and (max-width: 450px) {
  #modalAlertForLogin .txtSmaller {
    font-size: 14px;
  }
}
#modalAlertForLogin h4 {
  margin-top: 0;
}
#modalAlertForLogin p {
  margin-bottom: 0;
}
.selectSorting {
  margin-top: -20px;
}
.selectSorting ul {
  text-align: center;
}
.selectSorting ul li {
  list-style: none;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.selectSorting ul li :after {
  content: ' |';
  margin-left: 15px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .selectSorting ul li :after {
    display: none;
    margin-left: 0;
  }
}
.selectSorting ul li:last-child :after {
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .selectSorting ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .selectSorting ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .selectSorting ul li {
    display: block;
  }
}
.selectSorting ul li a {
  color: #000;
}
.selectSorting ul .active a {
  color: #ed0202;
}
@media only screen and (max-width: 767px) {
  .selectSorting {
    position: relative;
  }
  .selectSorting .sortBtn {
    background-color: #ed0202;
    font-family: "zona_probold";
    color: #fff;
    border: none;
    border-radius: 24px;
    line-height: 32px;
    padding: 0 35px;
    margin-bottom: 15px;
  }
  .selectSorting .dropdown-menu .active a {
    color: #ed0202;
  }
}
.technicalProblems h2 {
  font-family: 'zona_probold';
  margin-top: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  .technicalProblems h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .technicalProblems h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 450px) {
  .technicalProblems h2 {
    font-size: 16px;
  }
}
.technicalProblems .sectionName {
  padding-bottom: 0;
}
.technicalProblems select,
.technicalProblems textarea {
  margin-left: auto;
  margin-right: auto;
}
.technicalProblems .contentWidth {
  width: 57%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 992px) {
  .technicalProblems .contentWidth {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .technicalProblems select {
    width: 100% !important;
  }
}
.btn:hover {
  transition: all 0.2s ease !important;
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  -ms-transition: all 0.2s ease !important;
  background: rgba(0, 0, 0, 0) !important;
  color: #ed0202 !important;
  box-shadow: inset 0 0 0 3px #ed0202 !important;
}
.btn:hover a {
  color: #ed0202 !important;
}
.blackTextDarker {
  font-family: 'zona_probold';
  color: #000;
}
.blackTextDarker:hover {
  color: #ed0202;
}
#sortModal {
  top: 20%;
}
#sortModal ul li h2 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #sortModal {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .col-mobile {
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.studios .movieCoverImg img {
  max-height: 198px;
  width: 100%;
}
.studios .movieCoverImg .movieDetails {
  position: initial;
}
.studios h3 {
  color: #ed0202;
  font-size: 14px;
  font-family: 'zona_probold';
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding: 0;
  line-height: 50px;
  text-transform: initial;
}
.underline {
  display: inline;
  overflow: hidden;
  width: 0;
}
@media only screen and (max-width: 992px) {
  .underline {
    display: none;
  }
}
.underline:after {
  content: "explore all >";
  z-index: -1;
  transition-property: left right;
  transition-duration: 1.2s;
  transition-timing-function: ease-out;
  font-size: 24px;
}
@media only screen and (max-width: 1280px) {
  .underline:after {
    font-size: 20px;
  }
}
.sectionName > div:hover {
  cursor: pointer;
}
.sectionName > div:hover .underline:after {
  right: 0;
}
.sectionName > div:hover .underline {
  width: 100%;
  transition-duration: 1.2s;
  position: absolute;
  left: 100%;
  text-align: left;
  padding-left: 20px;
  line-height: 40px;
}
@media only screen and (max-width: 1280px) {
  .sectionName > div:hover .underline {
    line-height: 34px;
  }
}
.sectionName > div:hover .underlineStudio {
  line-height: 56px;
}
@media only screen and (max-width: 1280px) {
  .sectionName > div:hover .underlineStudio {
    line-height: 44px;
  }
}
button:active {
  outline: none;
}
.choosePage .containerCustom {
  margin-top: 500px;
}
@media only screen and (max-width: 600px) {
  .choosePage .containerCustom {
    margin-top: 10px;
  }
}
.choosePage .banner.banner-guest .banner-overlay {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .choosePage .banner.banner-guest .banner-overlay {
    padding-top: 0px;
    top: -15px !important;
  }
  .choosePage .banner.banner-guest .banner-overlay .agreement {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .choosePage .banner.banner-guest .banner-overlay {
    top: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .choosePage .banner.banner-guest .banner-overlay {
    position: inherit;
    margin-top: 0;
  }
}
.choosePage .banner.banner-guest .banner-overlay .fa-angle-right {
  font-weight: bolder;
}
.choosePage .banner.banner-guest .banner-message {
  color: #fff;
  width: 610px;
  padding: 30px;
  margin: 60px auto 0;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767px) {
  .choosePage .banner.banner-guest .banner-message {
    width: 590px;
  }
}
@media only screen and (max-width: 600px) {
  .choosePage .banner.banner-guest .banner-message {
    width: 100%;
    margin: 0;
  }
}
.choosePage .banner.banner-guest .banner-message h4 {
  font-family: 'zona_probold';
  font-size: 20px;
}
.choosePage .banner.banner-guest .banner-message .subtitle {
  font-size: 16px;
}
.choosePage .banner.banner-guest .banner-message .agreement {
  font-size: 12px;
}
.choosePage .banner.banner-guest img {
  width: 100%;
  height: auto;
}
.choosePage .banner.banner-guest .btn {
  padding: 18px 30px;
  margin: 10px 0 0 20px;
  font-size: 20px;
  text-transform: none;
}
@media only screen and (max-width: 600px) {
  .choosePage .banner.banner-guest .btn {
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .choosePage .banner.banner-guest .btn {
    font-size: 18px;
  }
}
.choosePage .banner.banner-guest .buttons {
  white-space: nowrap;
}
.choosePage .banner.banner-guest .buttons a {
  color: white;
  font-family: 'zona_probold';
}
.choosePage .banner.banner-guest .buttons .exitBtn {
  background: #000;
  margin-left: 0;
}
.choosePage .banner.banner-guest .buttons .enterBtn {
  background: #ed0202;
}
.choosePage .banner.banner-guest .fontSize16 {
  font-size: 16px;
}
.choosePage .offerTitle {
  text-transform: uppercase;
  font-family: 'zona_probold';
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .choosePage .offerTitle:first-child {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .choosePage .offerTitle:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .choosePage .offerTitle {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .choosePage .startWatching h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .choosePage .mobileHidden {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .choosePage .mobileVisible {
    display: none;
  }
}
.choosePage .paddingHotfix {
  padding-bottom: 30px;
}
.searchBlock .pornstarSearchHolder {
  width: 20%;
  display: inline-block;
  float: left;
  padding: 0 15px;
}
@media only screen and (max-width: 1200px) {
  .searchBlock .pornstarSearchHolder {
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  .searchBlock .pornstarSearchHolder {
    width: 50%;
  }
}
.searchBlock .underline {
  margin-top: 6px;
}
.homePage .liveCamsSection {
  background-color: #1C4D52;
  text-align: center;
  padding-top: 10px;
}
.homePage .girlBannerHolder {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .homePage .categoriesForHome .sectionName {
    padding-left: 4px;
  }
}
@media only screen and (max-width: 450px) {
  .homePage .categoriesForHome .sectionName {
    display: block;
  }
  .homePage .categoriesForHome .sectionName .titleHolder .catName {
    max-width: 100%;
  }
}
.thankYou-page .btnJoinBigger {
  background-color: #ed0202;
  font-family: "zona_probold";
  color: #fff;
  font-size: 21px;
  padding: 15px 0;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  width: 60%;
  border: none;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .thankYou-page .btnJoinBigger {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .thankYou-page .btnJoinBigger {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .thankYou-page .btnJoinBigger {
    width: 100%;
  }
}
.thankYou-page .movieDetails {
  padding: 0 10px;
}
.thankYou-page .btnBiggerHolder .btnJoinBigger {
  width: 50%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .thankYou-page .btnBiggerHolder .btnJoinBigger {
    width: 70%;
  }
}
.GDPR-list {
  list-style: none;
}
.GDPR-list li {
  margin-bottom: 10px;
}
.GDPR-list li a {
  color: #000;
  font-weight: 900;
  text-decoration: underline;
}
.GDPRcontactform .logo img {
  display: inline-block;
}
.GDPRcontactform label {
  font-family: 'zona_probold';
  font-size: 16px;
  padding-bottom: 15px;
}
.GDPRcontactform #join .btnJoinBigger:hover {
  background-color: #b30202 !important;
  color: #fff !important;
}
.GDPRcontactform #join .formsHolder {
  margin-top: 50px;
}
.GDPRcontactform .sectionName {
  padding: 20px 0 0 0;
}
.GDPRcontactform .implementSecurity {
  padding: 0 10px;
}
.choosePage .banner .gayChooseImg {
  opacity: 0;
  width: 50%;
  margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
  .choosePage .banner .gayChooseImg {
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .choosePage .banner .gayChooseImg {
    width: 95%;
  }
}
.homeBannerHolder {
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  .homeBannerHolder {
    width: 100%;
  }
}
.minBannerHeight {
  width: 100%;
}
.cancellationConfirmed .arBadge {
  position: absolute;
  right: 0;
  top: 5px;
}
@media only screen and (max-width: 992px) {
  .cancellationConfirmed .arBadge {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}
.cancellationConfirmed .contentWidth {
  width: 51%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 992px) {
  .cancellationConfirmed .contentWidth {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .cancellationConfirmed .contentWidth {
    width: 90%;
  }
}
.cancellationConfirmed .contentWidth .line {
  display: table;
  margin-left: 6px;
}
.cancellationConfirmed .contentWidth .line:before {
  border-top: 1px solid black;
  content: '';
  display: table-cell;
  position: relative;
  top: 13px;
  width: 7px;
}
@media only screen and (max-width: 600px) {
  .cancellationConfirmed .contentWidth .line:before {
    top: 10px;
  }
}
.cancellationConfirmed .contentWidth .line:before {
  right: 5px;
}
.cancellationConfirmed .bottomText {
  padding-bottom: 100px;
}
.cancellationConfirmed .bottomText .cancellationFont {
  clear: both;
  line-height: normal;
}
.cancellationConfirmed .bulbImg {
  position: absolute;
  left: -60px;
}
.overflowCancel {
  overflow-x: visible;
}
@media only screen and (max-width: 1440px) {
  .overflowCancel {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .overflowCancel {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .overflowCancel {
    margin-bottom: 50%;
  }
}
.amexCCerror {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  padding: 15px;
  border-radius: 4px;
  display: none;
  margin-top: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 450px) {
  .amexCCerror {
    width: 90%;
  }
}
.card_container {
  white-space: nowrap;
}
@media only screen and (max-width: 1280px) {
  .card_container {
    white-space: normal;
  }
}
.featuredStudioForHome {
  padding-bottom: 35px;
}
.featuredStudioForHome .imgSection {
  margin-bottom: 20px;
}
.featuredStudioForHome .imgSection .subtitle {
  font-size: 24px;
  font-family: 'zona_probold';
}
@media only screen and (max-width: 767px) {
  .featuredStudioForHome .imgSection .subtitle {
    font-size: 20px;
  }
}
.featuredStudioForHome .imgSection img {
  display: inline-block;
}
.heavyAlert {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.body-overflow-hidden {
  overflow: hidden !important;
}
@media only screen and (max-width: 767px) {
  .body-overflow-hidden {
    overflow: auto;
  }
}
.blurFilter {
  filter: blur(30px);
  -webkit-filter: blur(30px);
}
.banner.banner-guest {
  display: none;
}
.banner.banner-guest .banner-overlay {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #000000BF;
  height: 100vh;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .banner.banner-guest .banner-overlay {
    background: #42858FBF;
    height: calc(100% - 50px);
  }
}
@media only screen and (max-width: 450px) {
  .banner.banner-guest .banner-overlay {
    padding-top: 0px;
    top: -15px !important;
  }
  .banner.banner-guest .banner-overlay .agreement {
    display: none;
  }
}
.banner.banner-guest .banner-overlay .fa-angle-right {
  font-weight: bolder;
}
.banner.banner-guest .banner-message {
  color: #fff;
  width: 532px;
  margin: 0 auto;
  text-align: center;
  padding-top: 122px;
}
@media only screen and (max-width: 600px) {
  .banner.banner-guest .banner-message {
    width: 100%;
    margin: 0;
    padding: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .banner.banner-guest .banner-message {
    padding: 30px 15px 0px 15px;
  }
}
.banner.banner-guest .banner-message h4 {
  font-family: 'zona_probold';
  font-size: 32px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .banner.banner-guest .banner-message h4 {
    margin-bottom: 20px;
  }
}
.banner.banner-guest .banner-message .subtitle {
  font-size: 20px;
  font-family: 'zona_probold';
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .banner.banner-guest .banner-message .subtitle {
    margin-bottom: 20px;
  }
}
.banner.banner-guest .banner-message .agreement-content {
  margin-bottom: 85px;
}
@media only screen and (max-width: 600px) {
  .banner.banner-guest .banner-message .agreement-content {
    margin-bottom: 20px;
  }
}
.banner.banner-guest .banner-message .agreement {
  font-size: 14px;
  font-family: 'zona_prothin';
}
.banner.banner-guest .girlImage {
  height: 713px;
  position: absolute;
  bottom: 50px;
  left: 38px;
  transform: scaleX(-1);
}
@media only screen and (max-width: 1200px) {
  .banner.banner-guest .girlImage {
    height: 522px;
  }
}
@media only screen and (max-width: 992px) {
  .banner.banner-guest .girlImage {
    display: none;
  }
}
.banner.banner-guest .btn {
  padding: 18px 30px;
  margin: 10px 0 0 20px;
  font-size: 20px;
  text-transform: none;
}
@media only screen and (max-width: 600px) {
  .banner.banner-guest .btn {
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-guest .btn {
    font-size: 18px;
  }
}
.banner.banner-guest .btn:hover {
  box-shadow: none!important;
  color: white!important;
}
.banner.banner-guest .buttons {
  white-space: nowrap;
}
.banner.banner-guest .buttons a {
  color: white;
  font-family: 'zona_probold';
  width: 280px;
  height: 64px;
  line-height: 64px;
  padding: 0;
  border-radius: 0;
  font-size: 24px;
}
.banner.banner-guest .buttons .exitBtn {
  background: #363636;
  margin-left: 0;
}
.banner.banner-guest .buttons .exitBtn:hover {
  background: #363636 !important;
}
.banner.banner-guest .buttons .enterBtn {
  background: #42858F;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.banner.banner-guest .buttons .enterBtn:hover {
  background: #42858F !important;
}
@media only screen and (max-width: 767px) {
  .banner.banner-guest .buttons .enterBtn {
    background: #ed0202;
  }
  .banner.banner-guest .buttons .enterBtn:hover {
    background: #ed0202 !important;
  }
}
.banner.banner-guest .fontSize16 {
  font-size: 16px;
}
.homePage .swiper .swiper-slide img,
.homePage .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.homePage .swiper .swiper-button-next:after,
.homePage .swiper-container .swiper-button-next:after,
.homePage .swiper .swiper-button-prev:after,
.homePage .swiper-container .swiper-button-prev:after {
  color: #000;
  display: block;
}
@media (max-width: 500px) {
  .homePage .swiper .swiper-button-next:after,
  .homePage .swiper-container .swiper-button-next:after,
  .homePage .swiper .swiper-button-prev:after,
  .homePage .swiper-container .swiper-button-prev:after {
    font-size: 30px;
  }
}
.homePage .mobile-header .mobile-interactions #profileBtn,
.homePage .mainNavigation .signInBtn #profileBtn {
  display: list-item;
}
.homePage .categoriesForHome .swiper-container {
  display: flex;
}
.homePage .logo_holder_mobile .logo-holder {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.homePage .ham-box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homePage .search_mobile_holder .searchImgHolder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homePage .search_mobile_holder .searchRedSprite {
  height: 28px;
  width: 28px;
}
.homePage .top-swiper {
  max-height: 720px;
  height: auto;
}
.homePage .top-swiper .swiper-wrapper {
  height: auto;
}
.homePage .top-swiper .swiper-wrapper img {
  height: auto;
}
.homePage .col-desktop {
  display: flex;
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 480px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1280px) {
  .homePage .col-desktop {
    width: 25%;
  }
}
@media only screen and (max-width: 992px) {
  .homePage .col-desktop {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .homePage .col-desktop {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 650px) {
  .homePage .col-desktop {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .homePage .col-desktop {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .homePage .col-desktop {
    max-height: 340px;
  }
}
.homePage .padding10 {
  padding-left: 10px;
  padding-right: 10px;
}
.homePage .homeVideoThumb .movieCoverImg .coverHolder {
  display: block;
  margin-bottom: 0px;
  height: 85%;
  width: 100%;
}
.homePage .homeVideoThumb .movieCoverImg img {
  width: 100%;
  border: 4px solid #fff;
}
.homePage .homeVideoThumb .movieCoverImg img:hover {
  border: 4px solid #71a4ab;
}
.homePage .homeVideoThumb .movieCoverImg .photo-border {
  border: 4px solid #F2F2F2;
}
.homePage .homeVideoThumb .elipsis {
  height: auto;
  display: inline-block;
  float: left;
  color: #CA0000;
  font-size: 12px;
  font-family: 'zona_probold';
  max-width: 180px;
  white-space: nowrap;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1440px) {
  .homePage .homeVideoThumb .elipsis {
    max-width: 160px;
  }
}
@media only screen and (max-width: 1280px) {
  .homePage .homeVideoThumb .elipsis {
    max-width: 150px;
  }
}
@media only screen and (max-width: 450px) {
  .homePage .homeVideoThumb .elipsis {
    max-width: 100%;
    text-align: left;
    clear: both;
  }
}
.homePage .homeVideoThumb .elipsis p {
  margin-bottom: 0;
}
.homePage .homeVideoThumb .creation-date {
  color: #363636;
  font-size: 10px;
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 450px) {
  .homePage .homeVideoThumb .creation-date {
    display: block;
    float: left;
    margin-bottom: 5px;
    clear: both;
  }
}
.homePage .homeVideoThumb .creation-date p {
  margin: 0;
  padding-top: 2px;
}
.homePage .homeVideoThumb .info-holder {
  float: left;
  color: #363636;
  width: 100%;
}
.homePage .homeVideoThumb .info-holder a {
  color: #363636;
}
.homePage .homeVideoThumb .info-holder .category {
  display: inline-block;
  font-size: 12px;
  font-family: 'zona_probold';
  float: left;
}
@media only screen and (max-width: 1280px) {
  .homePage .homeVideoThumb .info-holder .category {
    font-size: 11px;
  }
}
.homePage .homeVideoThumb .info-holder .data {
  display: inline-block;
  float: right;
  font-size: 10px;
  padding-top: 2px;
}
.homePage .homeVideoThumb .info-holder .data span {
  padding-right: 15px;
}
.homePage .homeVideoThumb .info-holder .data span:last-child {
  padding-right: 0;
}
.homePage .homeVideoThumb .video-data {
  margin: 10px 4px;
}
.homePage .homeVideoThumb .video-data.newest-movies {
  color: #fff;
}
.homePage .homeVideoThumb .video-data.newest-movies .elipsis {
  color: #fff;
}
.homePage .homeVideoThumb .video-data.newest-movies .creation-date {
  float: left;
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 450px) {
  .homePage .homeVideoThumb .video-data.newest-movies .creation-date {
    font-size: 10px;
  }
}
.homePage .homeVideoThumb .video-data.newest-movies .data {
  display: inline-block;
  float: right;
  font-size: 10px;
  padding-top: 2px;
}
.homePage .homeVideoThumb .video-data.newest-movies .data span {
  padding-right: 15px;
}
@media only screen and (max-width: 450px) {
  .homePage .homeVideoThumb .video-data.newest-movies .data span {
    padding-right: 10px;
  }
}
.homePage .homeVideoThumb .video-data.newest-movies .data span:last-child {
  padding-right: 0;
}
.homePage .homeVideoThumb .video-data.newest-movies .elipsis p {
  color: #fff;
}
.homePage .homeVideoThumb .video-data.newest-movies .info-holder .category {
  float: right;
  color: #fff;
}
@media only screen and (max-width: 450px) {
  .homePage .homeVideoThumb .video-data.newest-movies .info-holder .category {
    display: block;
    float: left;
    margin-bottom: 5px;
    clear: both;
  }
}
.homePage .homeVideoThumb .newestMovieHolder img {
  border: 4px solid #71a4ab;
}
.homePage .homeVideoThumb .newestMovieHolder img:hover {
  border: 4px solid #fff;
}
.homePage .homeVideoThumb .newestMovieHolder .sectionName a {
  color: #fff;
}
.homePage .sectionName {
  font-size: 28px;
  color: #363636;
  text-transform: none;
  text-align: left;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10px 20px 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .homePage .sectionName {
    font-size: 24px;
  }
}
.homePage .see-more-btn,
.homePage .popularlinkBtn,
.homePage .newestlinkBtn,
.homePage .tryCamsBtn {
  background-color: #CA0000;
  color: #fff;
  font-size: 16px;
  font-family: 'zona_probold';
  padding: 15px 65px;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  vertical-align: bottom;
  cursor: pointer;
}
.homePage .see-more-btn .fa-angle-down,
.homePage .popularlinkBtn .fa-angle-down,
.homePage .newestlinkBtn .fa-angle-down,
.homePage .tryCamsBtn .fa-angle-down {
  font-size: 24px;
  vertical-align: bottom;
}
@media only screen and (max-width: 600px) {
  .homePage .see-more-btn,
  .homePage .popularlinkBtn,
  .homePage .newestlinkBtn,
  .homePage .tryCamsBtn {
    font-size: 14px;
    padding: 10px 60px;
  }
}
.homePage .text-center .tryCamsBtn {
  background: #fff;
  color: #000;
}
.homePage .home-newest-movies {
  background-color: #42858FBF;
}
.homePage .home-newest-movies .sectionName a {
  color: #fff;
}
.homePage .featuredCategoriesHolder .swiper-button-prev::after,
.homePage .swiper-style .swiper-button-prev::after,
.homePage .featuredCategoriesHolder .swiper-container-rtl,
.homePage .swiper-style .swiper-container-rtl,
.homePage .featuredCategoriesHolder .swiper-button-next::after,
.homePage .swiper-style .swiper-button-next::after {
  display: none;
}
.homePage .featuredCategoriesHolder .swiper-button-prev,
.homePage .swiper-style .swiper-button-prev {
  transform: rotate(180deg);
}
.homePage .featuredCategoriesHolder .swiper-button-next,
.homePage .swiper-style .swiper-button-next,
.homePage .featuredCategoriesHolder .swiper-button-prev,
.homePage .swiper-style .swiper-button-prev {
  margin-top: -60px;
  height: 60px;
  width: 40px;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 1280px) {
  .homePage .featuredCategoriesHolder .swiper-button-next,
  .homePage .swiper-style .swiper-button-next,
  .homePage .featuredCategoriesHolder .swiper-button-prev,
  .homePage .swiper-style .swiper-button-prev {
    display: flex;
  }
  .homePage .featuredCategoriesHolder .swiper-button-next.swiper-button-disabled,
  .homePage .swiper-style .swiper-button-next.swiper-button-disabled,
  .homePage .featuredCategoriesHolder .swiper-button-prev.swiper-button-disabled,
  .homePage .swiper-style .swiper-button-prev.swiper-button-disabled {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .homePage .hiddenMediumMax {
    display: none;
  }
}
.homePage .featuredCategories {
  padding-bottom: 25px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .homePage .featuredCategories.mobile-style {
    border: 4px solid #fff;
    max-height: 400px;
  }
}
.homePage .featuredCategories .coverHolder {
  width: 100%;
  position: relative;
  height: 90%;
}
.homePage .featuredCategories img {
  width: 100%;
}
.homePage .featuredCategories .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #CA000080;
}
.homePage .featuredCategories .category-name {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  color: #fff;
  font-family: 'zona_probold';
  width: 100%;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .homePage .featuredCategories .category-name {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .homePage .featuredCategories .category-name {
    font-size: 24px;
  }
}
.homePage .featuredCategories:hover .overlay {
  opacity: 1;
}
.homePage .featuredCategories:hover .category-name {
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
  height: -moz-max-content;
  height: max-content;
}
.homePage .titleHolder {
  line-height: 25px;
}
.homePage .titleHolder .exploreAll {
  float: right;
  font-size: 18px;
  color: #363636;
}
@media only screen and (max-width: 992px) {
  .homePage .titleHolder .exploreAll {
    font-size: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .homePage .titleHolder .exploreAll {
    font-size: 12px;
  }
}
.homePage .titleHolder .catName {
  color: #363636;
  font-size: 28px;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .homePage .titleHolder .catName {
    font-size: 24px;
  }
}
@media only screen and (max-width: 450px) {
  .homePage .titleHolder .catName {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .homePage .titleHolder.titleMobileStyle .catName {
    max-width: 70%;
    line-height: normal;
  }
}
.homePage .featuredCategoriesWithMovie {
  border: 4px solid #F2F2F2;
}
.homePage .featuredCategoriesWithMovie .overlay {
  background-color: #00000080;
}
@media only screen and (max-width: 992px) {
  .homePage .featuredCategoriesWithMovie .coverHolder {
    height: 90%;
  }
  .homePage .featuredCategoriesWithMovie .coverHolder .photo {
    height: 100%;
  }
}
.homePage .studioHolder {
  text-align: center;
  background-color: #686868;
  padding: 60px 15px 10px;
}
.homePage .studioHolder img {
  margin-right: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .homePage .studioHolder img {
    max-width: 160px;
  }
}
@media only screen and (max-width: 992px) {
  .homePage .studioHolder img {
    max-width: 150px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .homePage .studioHolder img {
    max-width: 125px;
    margin-right: 15px;
  }
}
.homePage .studioHolder .mr-0 {
  margin-right: 0;
}
.homePage .sign-up-holder {
  background-color: #DEDEDEBF;
  padding: 20px 15px;
  text-align: center;
}
.homePage .sign-up-holder p {
  color: #363636;
  display: inline-block;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .homePage .sign-up-holder p {
    font-size: 16px;
  }
}
.homePage .sign-up-holder input {
  height: 40px;
  width: 480px;
  color: #363636;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .homePage .sign-up-holder input {
    width: 350px;
  }
}
@media only screen and (max-width: 600px) {
  .homePage .sign-up-holder input {
    margin-left: 0;
    width: 300px;
  }
}
@media only screen and (max-width: 450px) {
  .homePage .sign-up-holder input {
    width: 212px;
  }
}
.homePage .sign-up-holder .submit-btn {
  height: 40px;
  width: 90px;
  text-align: center;
  line-height: 40px;
  background-color: #42858FBF;
  font-family: 'zona_probold';
  cursor: pointer;
  display: inline-block;
  color: #fff;
  margin-left: -5px;
}
@media only screen and (max-width: 450px) {
  .homePage .sign-up-holder .submit-btn {
    width: 80px;
  }
}
.homePage .sign-up-holder .input-holder {
  display: flex;
  align-items: center;
}
.homePage .sign-up-holder .display-inline {
  display: inline-block;
}
.homePage .sign-up-holder #alertText {
  background-color: #f2dede;
  color: #a94442;
  clear: both;
  margin-top: 10px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.homePage .sign-up-holder #alertText.successMsg {
  background-color: #71A4AB;
  color: #fff;
}
.homePage .topMoviesTitleHolder .sectionName {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1440px) {
  .homePage .topMoviesTitleHolder .sectionName {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .homePage .topMoviesTitleHolder .sectionName {
    padding-left: 14px;
  }
}
body .category-dropdown {
  padding: 0;
  border: none;
}
body .category-dropdown .dropdown {
  height: 0;
}
@media only screen and (max-width: 767px) {
  body .category-dropdown .dropdown {
    height: unset;
  }
}
body .category-dropdown .open > .dropdown-menu {
  display: block !important;
}
body .category-dropdown button {
  width: 100%;
  background-color: #42858e !important;
  color: #fff !important;
  border: none;
  border-radius: 0;
  pointer-events: none;
  opacity: 0;
  height: 50px;
  font-family: 'zona_probold';
}
@media only screen and (max-width: 767px) {
  body .category-dropdown button {
    opacity: 1;
    pointer-events: all;
  }
}
body .category-dropdown button:hover {
  color: #fff !important;
  box-shadow: none !important;
  background-color: #42858e !important;
}
body .category-dropdown button .caret {
  display: none;
}
@media only screen and (max-width: 767px) {
  body .category-dropdown button .caret {
    display: inline-block;
    height: 6px;
  }
}
body .category-dropdown .dropdown-menu::-webkit-scrollbar {
  display: none;
}
body .category-dropdown .dropdown-menu {
  z-index: 270;
  width: 100%;
  display: block;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding-top: 0;
  margin-top: 0;
  padding: 0;
  overflow: scroll;
  background-color: #71a4ab;
}
@media only screen and (max-width: 767px) {
  body .category-dropdown .dropdown-menu {
    display: none;
  }
}
body .category-dropdown .dropdown-menu li.activeCategory {
  font-family: 'zona_probold';
}
body .category-dropdown .dropdown-menu li a {
  color: #fff;
  padding: 5px 20px;
}
body .category-dropdown .dropdown-menu li a:active,
body .category-dropdown .dropdown-menu li a:hover,
body .category-dropdown .dropdown-menu li a:focus {
  background-color: #71a4ab;
}
@media only screen and (max-width: 767px) {
  body .category-dropdown .dropdown-menu li {
    display: none;
  }
}
body .category-dropdown .dropdown-menu li.lastItem {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  body .category-dropdown .dropdown-menu li.lastItem {
    padding-bottom: 0;
  }
}
body .category-dropdown .dropdown-menu .title {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  background-color: #42858e;
  font-family: 'zona_probold';
}
@media only screen and (max-width: 992px) {
  body .category-dropdown .dropdown-menu .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  body .category-dropdown .dropdown-menu .title {
    font-size: 14px;
  }
}
body .pl-30 {
  padding-left: 30px;
  margin-bottom: 20px;
}
.back-btn-holder {
  padding: 0;
  background-color: #42858e;
}
.back-btn-holder .back-btn {
  background: #686868;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: 'zona_probold';
  cursor: pointer;
  font-size: 12px;
  width: 122px;
  float: right;
  display: none;
}
@media only screen and (max-width: 767px) {
  .back-btn-holder .back-btn {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  .back-btn-holder .back-btn {
    width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .dropdownHolder {
    display: inline-block;
    width: calc(100% - 122px);
    float: left;
  }
}
@media only screen and (max-width: 450px) {
  .dropdownHolder {
    width: calc(100% - 110px);
  }
}
.dropdownHolder #loadMore,
.dropdownHolder #showLess {
  padding-top: 20px;
  padding-bottom: 130px;
  text-align: center;
  font-family: 'zona_probold';
  color: #fff;
  display: none;
}
@media only screen and (max-width: 600px) {
  .dropdownHolder #loadMore,
  .dropdownHolder #showLess {
    display: block;
  }
}
.singleCategory .categoryTitle {
  padding: 0 0 0 15px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .singleCategory .categoryTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .singleCategory .categoryTitle {
    font-size: 12px;
    overflow: hidden;
  }
}
.singleCategory .sort-holder {
  background: #f2f2f2;
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
.singleCategory .sort-holder select:focus option:checked {
  background: #71a4ab;
}
.singleCategory .sort-holder select {
  width: auto;
  border: none;
  box-shadow: none;
  background: transparent;
  float: right;
  margin-right: 15px;
  height: 50px;
  font-family: 'zona_probold';
  font-size: 16px;
  color: #2a3236;
}
.singleCategory .sort-holder select option::first-letter {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .singleCategory .sort-holder select {
    width: 110px;
    margin-right: 6px;
    font-size: 12px;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .singleCategory .sort-holder select {
    font-size: 12px;
    padding: 0;
  }
}
@media only screen and (max-width: 450px) {
  .singleCategory .sort-holder select {
    width: 104px;
    margin-right: 4px;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.categoryWrapper {
  margin-top: -1px;
}
.categoryWrapper .movieCoverImg .coverHolder {
  height: 80%;
}
.categoryWrapper .movieCoverImg .coverHolder img.photo {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .navigationWrapper {
    height: 50px;
    background: #42858e;
  }
}
.payment-home-page .formSection {
  background-color: #71A4AB;
  color: #fff;
  clear: both;
  padding-top: 28px;
  padding-bottom: 15px;
}
@media (min-width: 1670px) {
  .payment-home-page .formSection {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.payment-home-page #upgrade {
  color: #363636;
}
.payment-home-page form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .payment-home-page form {
    display: unset;
  }
}
.payment-home-page .formWrapper {
  width: 100%;
  height: auto;
}
.payment-home-page .formWrapper .formContent {
  margin: 0 auto;
  height: auto;
}
.payment-home-page input,
.payment-home-page label {
  display: block;
}
.payment-home-page .login {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  margin: 12px 0;
}
@media (max-width: 330px) {
  .payment-home-page .login {
    margin-left: -5px;
  }
}
.payment-home-page .login .inputCont {
  width: 300px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 15px;
  display: inline-block;
  text-align: left;
}
.payment-home-page .login .inputCont:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .payment-home-page .login .inputCont {
    margin: 0;
  }
}
.payment-home-page .login .inputCont label {
  margin-bottom: 5px;
}
.payment-home-page .login .inputCont .inputField {
  width: 100%;
  height: 40px;
  border: 1px solid #707070;
  padding: 6px 12px;
  font-size: 14px;
  color: #363636;
}
.payment-home-page .login .inputCont .inputField::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.payment-home-page .login .inputCont .inputField::placeholder {
  color: #808080;
  opacity: 1;
}
.payment-home-page .login .inputCont .inputField:-ms-input-placeholder {
  color: #808080;
}
.payment-home-page .login .inputCont .inputField::-ms-input-placeholder {
  color: #808080;
}
.payment-home-page .login .inputCont .inputField:focus {
  outline: 0;
}
.payment-home-page .login .usernameSubtitle {
  margin-top: 10px;
  font-size: 10px;
  color: #fff;
}
.payment-home-page .formHeadLine {
  text-align: center;
  font-size: 42px;
  font-family: 'zona_probold';
  margin-bottom: 30px;
  margin-top: 0;
}
@media (min-width: 600px) and (max-width: 768px) {
  .payment-home-page .formHeadLine {
    font-size: 36px;
  }
}
@media (min-width: 450px) and (max-width: 600px) {
  .payment-home-page .formHeadLine {
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  .payment-home-page .formHeadLine {
    font-size: 28px;
  }
}
.payment-home-page .payment {
  width: 100%;
  height: 45%;
  display: flex;
  justify-content: left;
  align-items: left;
  flex-direction: column;
  padding-bottom: 10px;
  margin: 0 0 12px;
}
.payment-home-page .payHolder {
  width: 100%;
}
@media (max-width: 768px) {
  .payment-home-page .payHolder {
    width: 100%;
  }
}
@media (min-width: 450px) and (max-width: 600px) {
  .payment-home-page .payHolder img {
    width: 50px;
  }
}
@media (max-width: 450px) {
  .payment-home-page .payHolder img {
    width: 50px;
  }
}
.payment-home-page .payHolder p {
  margin: 0 0 10px;
  font-size: 14px;
}
.payment-home-page .payHolder p .redLink {
  font-family: 'zona_probold';
  color: #ed0202;
  text-decoration: none;
  background-color: transparent;
}
.payment-home-page .payHolder label {
  width: 100%;
  background: #fff;
  color: #363636;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.payment-home-page .payHolder .activeLabel {
  color: #FFF;
  background: #686868;
}
.payment-home-page .radioP {
  display: inline-block;
  font-family: 'zona_probold';
  font-size: 18px;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (min-width: 450px) and (max-width: 600px) {
  .payment-home-page .radioP {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .payment-home-page .radioP {
    font-size: 14px;
    margin-top: 20px;
  }
}
.payment-home-page .marginTop {
  margin-top: 20px !important;
}
.payment-home-page .cardContainer {
  white-space: nowrap;
  width: 100%;
}
.payment-home-page .cardContainer .card-brake {
  display: none;
}
@media (max-width: 650px) {
  .payment-home-page .cardContainer {
    white-space: normal;
    text-align: left;
  }
  .payment-home-page .cardContainer label {
    display: block;
  }
  .payment-home-page .cardContainer .card-brake {
    display: block;
  }
  .payment-home-page .cardContainer .cardImg {
    left: 20px;
    width: auto;
  }
}
.payment-home-page .creditCardInovio,
.payment-home-page .ccSecurion,
.payment-home-page .ccEpoch,
.payment-home-page .payPalEpoch,
.payment-home-page .epoch,
.payment-home-page #inovio-ap,
.payment-home-page #epoch-ap {
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin-right: 8px;
  position: relative;
  width: 10px;
  -webkit-appearance: none;
  outline: 0;
  border: 1px solid #808080;
}
.payment-home-page .creditCardInovio:after,
.payment-home-page .ccSecurion:after,
.payment-home-page .ccEpoch:after,
.payment-home-page .payPalEpoch:after,
.payment-home-page .epoch:after,
.payment-home-page #inovio-ap:after,
.payment-home-page #epoch-ap:after {
  border-radius: 100%;
  content: '';
  display: block;
  height: 6px;
  left: 2px;
  position: relative;
  top: 2px;
  width: 6px;
}
.payment-home-page .creditCardInovio:checked,
.payment-home-page .ccSecurion:checked,
.payment-home-page .ccEpoch:checked,
.payment-home-page .payPalEpoch:checked,
.payment-home-page .epoch:checked,
.payment-home-page #inovio-ap:checked,
.payment-home-page #epoch-ap:checked {
  border: none;
  box-shadow: 1px 1px 3px #808080;
}
.payment-home-page .creditCardInovio:checked:after,
.payment-home-page .ccSecurion:checked:after,
.payment-home-page .ccEpoch:checked:after,
.payment-home-page .payPalEpoch:checked:after,
.payment-home-page .epoch:checked:after,
.payment-home-page #inovio-ap:checked:after,
.payment-home-page #epoch-ap:checked:after {
  background-color: #686868;
}
.payment-home-page .radioStyle {
  margin-left: 0;
  margin-top: 0;
}
.payment-home-page .cardImg {
  padding-right: 3px;
  position: relative;
  width: 50px;
  left: 10px;
}
.payment-home-page .paypalIcon {
  padding-right: 3px;
  position: relative;
  width: 80px!important;
  left: 37px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
}
@media (max-width: 650px) {
  .payment-home-page .paypalIcon {
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.payment-home-page .plan {
  width: 100%;
  padding-bottom: 10px;
  margin: 12px 0;
}
@media (max-width: 330px) {
  .payment-home-page .plan {
    margin-left: -5px;
  }
}
.payment-home-page .plan .display-flex {
  display: flex;
}
@media (max-width: 768px) {
  .payment-home-page .plan .display-flex {
    display: unset;
  }
}
.payment-home-page .plan .mr-0 {
  margin-right: 0!important;
}
.payment-home-page .plan .price-card {
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  flex: 1;
  background: #fff;
  color: #363636;
}
.payment-home-page .plan .price-card a,
.payment-home-page .plan .price-card #replaceUpgrade {
  color: #363636;
}
@media (max-width: 768px) {
  .payment-home-page .plan .price-card {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .payment-home-page .plan .price-card.hidden-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .payment-home-page .plan .price-card .hidden-mobile {
    display: none;
  }
}
.payment-home-page .plan .price-card .left-side,
.payment-home-page .plan .price-card .right-side {
  display: inline-block;
  vertical-align: middle;
}
.payment-home-page .plan .price-card.visible-mobile,
.payment-home-page .plan .price-card.desctop-mobile {
  display: none;
}
@media (max-width: 768px) {
  .payment-home-page .plan .price-card.visible-mobile,
  .payment-home-page .plan .price-card.desctop-mobile {
    display: block;
    width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .payment-home-page .plan .price-card.visible-mobile,
  .payment-home-page .plan .price-card.desctop-mobile {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .payment-home-page .plan .price-card.desctop-mobile {
    display: inline-block;
  }
}
.payment-home-page .plan .price-card .visible-mobile {
  display: none;
}
@media (max-width: 768px) {
  .payment-home-page .plan .price-card .visible-mobile {
    display: block;
    width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .payment-home-page .plan .price-card .visible-mobile {
    width: 300px;
  }
}
.payment-home-page .plan .price-card .left-side {
  width: 40%;
}
.payment-home-page .plan .price-card .right-side {
  width: 58%;
  border-left: 1px solid #363636;
  padding-left: 10px;
}
@media (max-width: 650px) {
  .payment-home-page .plan .price-card .right-side {
    width: 57%;
  }
}
.payment-home-page .plan .price-card .time-interval {
  font-size: 24px;
  margin: 0;
}
@media (max-width: 1200px) {
  .payment-home-page .plan .price-card .time-interval {
    font-size: 20px;
  }
}
.payment-home-page .plan .price-card .streaming-text {
  font-family: zona_prothin;
  margin-top: 0;
  font-size: 12px;
}
.payment-home-page .plan .price-card .dolar {
  font-size: 28px;
}
@media (max-width: 1200px) {
  .payment-home-page .plan .price-card .dolar {
    font-size: 24px;
  }
}
.payment-home-page .plan .price-card .description {
  font-family: zona_prothin;
  font-size: 16px;
  min-height: 66px;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .payment-home-page .plan .price-card .description {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .payment-home-page .plan .price-card .description {
    font-size: 12px;
  }
}
@media (max-width: 650px) {
  .payment-home-page .plan .price-card .description {
    font-size: 10px;
  }
}
.payment-home-page .plan .price-card .fs-12 {
  font-size: 12px;
  font-family: zona_prothin;
  margin-top: 0;
}
@media (max-width: 768px) {
  .payment-home-page .plan .price-card .fs-12 {
    font-size: 10px;
  }
}
.payment-home-page .plan .price-card .bigRadioPrice {
  border-top: 2px solid #363636;
  border-bottom: 2px solid #363636;
  margin: 0 40px;
}
@media (max-width: 1200px) {
  .payment-home-page .plan .price-card .bigRadioPrice {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .payment-home-page .plan .price-card .bigRadioPrice {
    border: none;
  }
}
.payment-home-page .plan .price-card .proceed-btn {
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #71A4AB;
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 768px) {
  .payment-home-page .plan .price-card .proceed-btn {
    font-size: 11px;
    margin-top: 10px;
    padding: 10px 25px;
  }
}
.payment-home-page .titleJoinSection {
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding: 20px 0 10px 0;
  font-family: 'zona_probold';
}
@media (max-width: 650px) {
  .payment-home-page .titleJoinSection {
    text-align: center;
  }
}
.payment-home-page .titleJoinSection .myTooltip {
  position: relative;
  display: inline-block;
}
.payment-home-page .titleJoinSection .myTooltip i {
  cursor: pointer;
  color: #c90808;
}
.payment-home-page .titleJoinSection .myTooltip .showInputs i {
  color: #000;
}
.payment-home-page .titleJoinSection .myTooltip .myTooltiptext {
  display: none;
  background-color: #c90808;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  left: inherit;
  right: -68px;
  top: 100%;
  font-size: 12px;
}
.payment-home-page .greenBtn {
  background: #fff;
  width: 100%;
  font-size: 18px;
  font-family: 'zona_probold';
  padding: 25px;
  display: block;
  cursor: pointer;
  margin-bottom: 20px;
  min-height: 100%;
}
@media (max-width: 768px) {
  .payment-home-page .greenBtn {
    padding: 10px 25px 10px 10px;
  }
}
@media (max-width: 650px) {
  .payment-home-page .greenBtn {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1102px) {
  .payment-home-page .greenBtn {
    padding: 10px;
  }
}
@media (max-width: 1102px) {
  .payment-home-page .greenBtn {
    width: 100%;
  }
}
.payment-home-page .greenBtn.checkedInput {
  background: #CA0000;
  min-height: 100%;
}
.payment-home-page .greenBtn.checkedInput .bigRadio {
  color: #fff;
}
.payment-home-page .greenBtn.checkedInput .bigRadioPrice {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
  .payment-home-page .greenBtn.checkedInput .bigRadioPrice {
    border: none;
  }
}
.payment-home-page .greenBtn.checkedInput .proceed-btn {
  color: #363636;
  background: #fff;
}
.payment-home-page .greenBtn.checkedInput .right-side {
  border-left: 1px solid #fff;
}
.payment-home-page .greenBtn.checkedInput .planTextBottom .textWiderDiscount,
.payment-home-page .greenBtn.checkedInput #upgrade {
  color: #fff;
}
.payment-home-page .greenBtn .bigRadio {
  text-decoration: none;
  position: relative;
}
.payment-home-page .greenBtn .bigRadio.checkedInput {
  background: #49b549;
}
@media (max-width: 450px) {
  .payment-home-page .greenBtn .bigRadio .bigRadioDays {
    font-size: 16px;
  }
}
.payment-home-page .greenBtn .bigRadio .bigRadioPrice {
  font-size: 80px;
}
.payment-home-page .greenBtn .bigRadio .bigRadioPrice .decimal_number_up {
  font-size: 24px;
  vertical-align: text-top;
  margin-left: -27px;
}
@media (max-width: 1200px) {
  .payment-home-page .greenBtn .bigRadio .bigRadioPrice .decimal_number_up {
    margin-left: -18px;
  }
}
.payment-home-page .greenBtn .bigRadio .bigRadioPrice .month {
  font-size: 12px;
  margin-left: -66px;
}
@media (max-width: 1200px) {
  .payment-home-page .greenBtn .bigRadio .bigRadioPrice .month {
    margin-left: -55px;
  }
}
.payment-home-page .greenBtn .bigRadio .bigRadioPrice .price {
  margin-left: -27px;
}
@media (max-width: 450px) {
  .payment-home-page .greenBtn .bigRadio .bigRadioPrice {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .payment-home-page .greenBtn .bigRadio .bigRadioPrice {
    font-size: 60px;
  }
}
.payment-home-page .otherOperations {
  background-color: #fff;
  width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
  color: #363636;
  padding: 0 15px;
  cursor: pointer;
  font-family: 'zona_probold';
  position: relative;
}
.payment-home-page .otherOperations.checkedInput {
  background: #686868;
  color: #fff;
}
.payment-home-page .otherOperations.checkedInput .radioBtn {
  border: none;
}
.payment-home-page .otherOperations:hover {
  background: #686868;
}
@media (max-width: 650px) {
  .payment-home-page .otherOperations {
    margin-left: auto;
    margin-right: auto;
  }
}
.payment-home-page .otherOperations .radioBtn {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.payment-home-page .otherOperations .radioBtn:focus {
  outline: none;
}
.payment-home-page .otherOperations .bigRadioDays2 {
  font-weight: 900;
  padding-left: 10px;
}
@media (max-width: 450px) {
  .payment-home-page .otherOperations .bigRadioDays2 {
    font-size: 16px;
  }
}
.payment-home-page .otherOperations .bigRadioPrice2 {
  float: right;
  margin-top: 2px;
  padding-right: 10px;
  font-weight: 900;
}
.payment-home-page .otherOperations .bigRadioPrice2.oneTimePrice {
  position: absolute;
  right: 7px;
  z-index: 120;
}
.payment-home-page .otherOperations .bigRadioPrice2.hidden {
  display: none;
}
.payment-home-page .hidden {
  display: none;
}
.payment-home-page .planTextBottom,
.payment-home-page .planTextBottomSingle {
  width: 100%;
  padding: 0 15px;
  font-size: 10px;
  text-align: justify;
  font-weight: 100;
  display: block!important;
  visibility: visible!important;
}
@media (max-width: 1200px) {
  .payment-home-page .planTextBottom,
  .payment-home-page .planTextBottomSingle {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .payment-home-page .planTextBottom,
  .payment-home-page .planTextBottomSingle {
    padding-top: 20px;
  }
}
.payment-home-page .planTextBottom.hidden,
.payment-home-page .planTextBottomSingle.hidden {
  display: none;
}
.payment-home-page .planTextBottom .input-holder,
.payment-home-page .planTextBottomSingle .input-holder {
  display: inline-block;
  vertical-align: top;
}
.payment-home-page .planTextBottom .textWiderDiscount,
.payment-home-page .planTextBottomSingle .textWiderDiscount {
  display: inline-block;
  width: 90%;
  font-family: 'zona_prothin';
}
.payment-home-page .planTextBottom .textWiderDiscount.hidden,
.payment-home-page .planTextBottomSingle .textWiderDiscount.hidden {
  display: none;
}
.payment-home-page .textBold {
  font-family: 'zona_probold';
  margin: 0;
  display: inline;
}
.payment-home-page .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 1200px) {
  .payment-home-page .container {
    max-width: 1250px;
  }
}
.payment-home-page .relative {
  position: relative;
}
.payment-home-page .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  clear: both;
  margin-top: 35px;
}
.payment-home-page .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.payment-home-page .showInputs {
  font-size: 12px;
  cursor: pointer;
  background-color: #686868;
  padding: 12px 48px;
  z-index: 9999;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto;
  color: #fff;
}
@media (max-width: 768px) {
  .payment-home-page .showInputs {
    width: 191px;
    text-align: center;
  }
}
@media (max-width: 330px) {
  .payment-home-page .showInputs {
    margin-right: 54px;
  }
}
.payment-home-page .text-center {
  text-align: center;
}
.payment-home-page .payment-description-holder {
  display: flex;
  justify-content: space-evenly;
  border-top: 1px solid #fff;
  padding: 20px 0 0;
  width: 100%;
}
@media (max-width: 992px) {
  .payment-home-page .payment-description-holder {
    display: block;
    text-align: center;
  }
}
@media (max-width: 330px) {
  .payment-home-page .payment-description-holder {
    margin-left: -5px;
  }
}
.payment-home-page .payment-description-holder .li-holder {
  display: inline-block;
}
.payment-home-page .payment-description-holder .li-holder ul {
  padding-left: 18px;
  list-style-type: circle;
  font-size: 16px;
  line-height: 25px;
  font-weight: 900;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .payment-home-page .payment-description-holder .li-holder ul {
    text-align: left;
    font-size: 14px;
  }
}
.payment-home-page .payment-description-holder h1 {
  font-family: 'zona_probold';
}
@media (max-width: 1200px) {
  .payment-home-page .payment-description-holder h1 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .payment-home-page .payment-description-holder h1 {
    font-size: 18px;
  }
}
.payment-home-page .payment-description-holder .card-holder {
  display: inline-block;
  width: 420px;
}
@media (max-width: 992px) {
  .payment-home-page .payment-description-holder .card-holder {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .payment-home-page .payment-description-holder .card-holder {
    width: 400px;
  }
}
@media (max-width: 650px) {
  .payment-home-page .payment-description-holder .card-holder {
    width: 300px;
  }
}
.payment-home-page .payment-description-holder .card-holder .paypalIcon2 {
  background-color: #fff;
  width: 78px;
  height: 32px;
}
.payment-home-page .reduced_price,
.payment-home-page .regular_price {
  margin-left: -27px;
}
.payment-home-page .terms-holder {
  padding-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .payment-home-page .terms-holder {
    padding-bottom: 30px;
  }
}
.payment-home-page .terms-holder input {
  display: inline-block;
  vertical-align: top;
}
.payment-home-page .terms-holder label {
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 450px) {
  .payment-home-page .terms-holder label {
    width: 90%;
  }
}
.payment-home-page .pt-20 {
  padding-top: 20px;
}
.payment-home-page .brake {
  display: block;
}
.payment-home-page .responsive {
  width: 100%;
  height: auto;
  max-width: 320px;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .payment-home-page .responsive {
    max-width: 270px;
  }
}
.payment-home-page .d-none {
  display: none;
}
.payment-home-page .btn-220 {
  display: none;
}
.payment-home-page #loadingGif {
  position: absolute;
  right: 80px;
  bottom: -40px;
}
@media (max-width: 768px) {
  .payment-home-page #loadingGif {
    position: unset;
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .payment-home-page .display-inline {
    display: inline-block !important;
  }
}
html {
  scroll-behavior: smooth;
}
.btnGetAccessHolder {
  background: #F2F2F2;
  text-align: center;
  height: 86px;
  line-height: 86px;
}
.btnGetAccessHolder .btnGetAccessHome {
  font-size: 24px;
  color: #363636;
  display: block;
}
@media only screen and (max-width: 600px) {
  .btnGetAccessHolder .btnGetAccessHome {
    font-size: 18px;
  }
}
@media only screen and (max-width: 450px) {
  .btnGetAccessHolder .btnGetAccessHome {
    font-size: 16px;
  }
}
.btnGetAccessHolder .btnGetAccessHome span {
  color: #CA0000;
  font-family: 'zona_probold';
}
.homeBannerImg {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .homeBannerImg {
    margin-bottom: 25px;
  }
}
.joinProccessPage form {
  opacity: 0;
}
.password-send-reset-btn:disabled,
.password-send-reset-btn[disabled],
#join button.btnJoinBigger#createMyAccountButton:disabled,
#join button.btnJoinBigger#createMyAccountButton[disabled] {
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed;
}
#join button.btnJoinBigger#createMyAccountButton:disabled:hover,
#join button.btnJoinBigger#createMyAccountButton[disabled]:hover {
  box-shadow: none !important;
}
.staticPage .staticPageMainImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.infoHolder {
  background: #71a4ab;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .infoHolder {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .infoHolder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.previews {
  margin-top: 25%;
}
@media only screen and (max-width: 992px) {
  .previews {
    margin-top: 14%;
  }
}
@media only screen and (max-width: 600px) {
  .previews {
    margin-top: 13%;
  }
}
@media only screen and (max-width: 450px) {
  .previews {
    margin-top: 13%;
  }
}
.modal-open .modal {
  background: rgba(0, 0, 0, 0.6);
}
.modal-open .modal .modal-dialog {
  top: 15%;
}
.modal-content {
  font-family: 'zona_probold';
  border: none;
}
.modal-content .modal-header {
  border: 0px;
}
.modal-content .btn {
  padding: 7px 25px;
  color: #fff;
  background: #ed0202;
  border: none;
  margin-top: 5px;
}
.modal-content input {
  border: 1px solid #000;
}
.modal-content .freeMinutes {
  color: #ed0202;
}
.streamHolder {
  margin-top: 0;
  background-color: transparent;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .streamHolder {
    padding: 0;
  }
}
.streamHolder .displayInline {
  margin-top: -6px;
}
.streamHolder .info a {
  color: #EFEFEF;
  font-size: 16px;
  line-height: 1.5;
}
.streamHolder strong {
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .streamHolder .biosHolder {
    border: none;
    padding-right: 0;
  }
}
.streamHolder .infoImageHolder {
  padding-right: 0;
}
@media only screen and (max-width: 600px) {
  .streamHolder .infoImageHolder {
    padding-left: 0;
  }
}
.streamHolder #showMoreInfo {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .streamHolder #showMoreInfo {
    display: block;
  }
}
.streamHolder #modelInfoHolder {
  display: block;
}
@media only screen and (max-width: 767px) {
  .streamHolder #modelInfoHolder {
    display: none;
  }
}
.streamHolder .paddingMD {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  .streamHolder .paddingMD {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .streamHolder .paddingXS {
    padding: 0;
  }
}
.streamHolder .pornstarNameStyle {
  padding-right: 0;
}
@media only screen and (max-width: 1280px) {
  .streamHolder .pornstarNameStyle {
    font-size: 34px;
  }
}
@media only screen and (max-width: 992px) {
  .streamHolder .pornstarNameStyle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .streamHolder .pornstarNameStyle {
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 450px) {
  .streamHolder .pornstarNameStyle {
    font-size: 18px !important;
  }
}
.streamHolder .videoTitle {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .streamHolder .videoTitle {
    padding: 0;
  }
}
.scenesBelowPlayer .holderBgr {
  background-color: #F2F2F2;
}
.scenesBelowPlayer .thumbnail {
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}
.scenesBelowPlayer .thumbnail:hover {
  border-color: #f0f0f0;
}
.scenesBelowPlayer .thumbnail:focus {
  border-color: #f0f0f0;
}
.scenesBelowPlayer .thumbnail img {
  width: 100%;
}
.scenesBelowPlayer .hoverToWatch {
  font-size: 16px;
  margin-top: -30px;
}
.scenesBelowPlayer .scenesHolder h4 {
  padding: 30px 0 20px 15px !important;
  font-size: 24px;
  color: #363636;
  font-family: 'zona_probold';
  margin-bottom: 0;
}
.scenesBelowPlayer .btnGetAccess {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .scenesBelowPlayer .btnGetAccess {
    margin-bottom: 0;
    margin-top: -10px;
  }
}
.sceneWrapper {
  padding: 0;
}
.sceneWrapper h4 {
  display: inline-block;
  margin-top: 0;
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 600px) {
  .sceneWrapper h4 {
    padding-bottom: 0 !important;
  }
}
.sceneWrapper .buttonScenes {
  text-align: center;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .sceneWrapper .buttonScenes {
    width: 100%;
    margin-bottom: 10px;
  }
}
.sceneWrapper .buttonScenes a {
  border: none;
  color: white;
  font-weight: bold;
  margin-top: 8px;
  display: block;
  background-color: #71a4ab;
  opacity: 0.6;
  font-size: 12px;
  font-family: 'zona_probold';
  width: 115px;
  height: 25px;
  line-height: 25px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .sceneWrapper .buttonScenes a {
    width: 32%;
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media (max-width: 350px) {
  .sceneWrapper .buttonScenes a {
    width: 100%;
    margin-bottom: 0;
  }
}
.sceneWrapper .buttonScenes a:hover {
  opacity: 1;
}
.sceneWrapper .buttonScenes .playScene {
  cursor: pointer;
  margin-top: 0;
}
.sceneWrapper .buttonScenes .playScene span {
  width: 18px;
}
.sceneWrapper .buttonScenes .playScene span img {
  width: 18px;
  vertical-align: bottom;
  margin-right: 5px;
}
.sceneWrapper .buttonScenes .downloadScene {
  white-space: nowrap;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .sceneWrapper .buttonScenes .downloadSceneHolder {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .sceneWrapper .buttonScenes .downloadSceneHolder {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .sceneWrapper {
    padding: 0;
  }
}
#closePlayer {
  position: absolute;
  top: 20px;
  z-index: 999;
  background-color: #000;
  border: 0;
  display: none;
  color: #fff;
  right: 20px;
  font-size: 20px;
}
@media (min-width: 992px) {
  .blackBgrStream .headerHolder {
    padding: 20px 0 0 0;
  }
}
.blackBgrStream .streamPage {
  background-color: #fff;
  padding-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .blackBgrStream .streamPage {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .blackBgrStream .streamPage {
    padding-top: 50px;
  }
}
.blackBgrStream #navbar {
  padding-bottom: 0!important;
}
#newStreamPage {
  margin-top: 0;
  margin-bottom: 30px;
}
#newStreamPage .infoHolder .title {
  font-size: 18px;
}
#newStreamPage .infoHolder strong,
#newStreamPage .infoHolder #description,
#newStreamPage .infoHolder a,
#newStreamPage .infoHolder .movieData {
  font-size: 14px;
}
#newStreamPage .infoHolder .pornstarNameStyle {
  font-size: 28px;
}
#newStreamPage .infoHolder .categoriesHolder a {
  font-size: 16px;
}
#newStreamPage .infoHolder .categoriesHolder a:hover {
  border-bottom: 2px solid gray;
}
#newStreamPage .titleJoin {
  float: none;
}
@media (min-width: 1100px) {
  #newStreamPage .paddingMD {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 600px) {
  #newStreamPage .watchFullMovie,
  #newStreamPage .watchThisMovie {
    margin: 20px 5px 5px 5px;
  }
}
@media only screen and (max-width: 450px) {
  #newStreamPage .watchFullMovie,
  #newStreamPage .watchThisMovie {
    margin: 15px 5px 5px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .categoriesHolder {
    text-align: center;
  }
}
.categoriesHolder .title {
  display: block;
  font-size: 24px;
  color: #363636;
  font-family: 'zona_probold';
  margin-bottom: 6px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .categoriesHolder .title {
    margin-bottom: 20px;
  }
}
.categoriesHolder a {
  color: white;
  font-weight: bold;
  margin-top: 8px;
  background-color: #71a4ab;
  font-size: 12px;
  font-family: 'zona_probold';
  padding: 0 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  margin-right: 30px;
  min-width: 120px;
  overflow: hidden;
}
.categoriesHolder a:last-child {
  margin-right: 0;
}
.categoriesHolder a:hover {
  background: #686868;
}
@media only screen and (max-width: 767px) {
  .categoriesHolder a {
    width: 32%;
    margin-right: 0;
    padding: 0;
    margin-top: 0;
    min-width: unset;
  }
}
@media (max-width: 350px) {
  .categoriesHolder a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .categoriesHolder .mobile-position {
    text-align: left;
    margin-left: 1%;
    margin-right: -1%;
  }
  .categoriesHolder .mobile-position a {
    width: auto;
    min-width: 32%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
  }
}
@media (max-width: 350px) {
  .categoriesHolder .mobile-position {
    margin: 0;
  }
}
.bgrHolder {
  background-color: #f2f2f2;
  padding-bottom: 30px;
}
.bgrColor {
  background-color: #71a4ab !important;
}
.streamPage {
  background-color: #000;
  /* Responsive */
}
.streamPage .height100 {
  height: 100%;
}
.streamPage .overHeight {
  width: 100%;
}
.streamPage .alert-info {
  clear: both;
}
.streamPage .watchFullMovie {
  float: right;
  cursor: pointer;
  font-size: 12px;
  margin: 20px 10px 5px 10px;
  line-height: 25px;
  border-radius: 24px;
}
@media only screen and (max-width: 450px) {
  .streamPage .watchFullMovie {
    margin-top: 15px;
    padding: 0 0 5px 5px;
  }
}
.streamPage .loadingSpin {
  padding-top: 15%;
  padding-bottom: 15%;
}
.streamPage .loadingSpin .spinCycle {
  margin: 0 auto;
}
.streamPage .overHoldBtn {
  position: absolute;
  left: 41%;
  top: 55%;
  height: 50px;
  line-height: 50px;
  width: 20%;
  background: #fe0000;
  color: #fff;
  border: 0px;
  border-radius: 5px;
  box-shadow: 2px 9px 4px -6px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 2px 9px 4px -6px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 2px 9px 4px -6px rgba(0, 0, 0, 0.22);
}
.streamPage .overHoldBtn:active {
  color: #fff;
  background: #fe0000;
}
.streamPage .sceneHover {
  box-shadow: 2px 9px 4px -6px rgba(0, 0, 0, 0.22);
}
.streamPage .watchNow3 {
  margin-top: -30%;
  vertical-align: middle;
  border: 0px;
}
.streamPage .overlayPosition {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  overflow-y: hidden;
  background: #DEDEDE;
}
.streamPage .overlayPosition .stickyLogo {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  .streamPage .overlayPosition .stickyLogo {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .streamPage .overlayPosition .stickyLogo {
    width: 70%;
  }
}
.streamPage .overlayPosition .logoTextHolder {
  margin-top: 10%;
  color: #fff;
  font-family: 'zona_probold';
}
.streamPage .overlayPosition .logoTextHolder p {
  margin-top: 40px;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .streamPage .overlayPosition .logoTextHolder p {
    font-size: 18px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 450px) {
  .streamPage .overlayPosition .logoTextHolder p {
    font-size: 14px;
    margin-top: 15px;
  }
}
.streamPage .scenesAdjust {
  overflow: hidden !important;
  cursor: pointer;
}
.streamPage #closePlayer {
  position: absolute;
  top: 20px;
  z-index: 999;
  background-color: transparent;
  border: 0;
  display: none;
  color: #fff;
  right: 20px;
  font-size: 20px;
}
.streamPage .previewsLeft {
  z-index: 9999;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 15px;
  font-family: 'zona_probold';
}
.streamPage .jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-ads):not(.jw-flag-live) .jw-controlbar-center-group {
  position: relative !important;
}
.streamPage .jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-ads) .jw-controlbar,
.streamPage .jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-live) .jw-controlbar {
  height: initial !important;
  padding: initial !important;
}
.streamPage .streamPlayBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.streamPage .videoTitle h1 {
  display: inline-block;
  color: #fff;
}
.streamPage .videoTitle h1 span {
  font-weight: bold;
}
@media only screen and (min-width: 320px) {
  .streamPage #nav {
    display: none;
  }
  .streamPage .mobile-header {
    position: fixed;
    background: #fff !important;
    z-index: 9999;
    width: 100%;
  }
  .streamPage .mobileTopPadding {
    padding-top: 61px;
  }
  .streamPage .mobileTopLogged {
    padding-top: 100px;
  }
  .streamPage .overHeight {
    width: 100%;
  }
  .streamPage .overHoldBtn {
    position: absolute;
    font-size: 12px;
    background: #71a4ab;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    box-shadow: 2px 9px 4px -6px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 2px 9px 4px -6px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 2px 9px 4px -6px rgba(0, 0, 0, 0.22);
    padding: 0;
  }
  .streamPage .overHoldBtn:hover {
    color: #fff !important;
    background: #686868 !important;
    box-shadow: inset 0 0 0 3px #686868 !important;
  }
  .streamPage .overHoldBtn p {
    vertical-align: -webkit-baseline-middle;
    font-size: 14px;
  }
  .streamPage .belowVideoSection {
    display: none;
  }
  .streamPage .playBtnHeight {
    width: 60px;
    height: 60px;
  }
}
.streamPage #qualityPicker {
  z-index: 9;
}
@media only screen and (min-width: 320px) {
  .streamPage .previewsLeft {
    z-index: 9999;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: transparent;
    border-radius: 10px;
    color: #000;
    padding: 8px;
    margin-top: 0;
    font-family: 'zona_probold';
  }
  .streamPage .sceneHover:hover .sceneBtn {
    display: none !important;
  }
  .streamPage #mobileTop {
    padding-top: 60px;
  }
  .streamPage .overHoldBtn {
    position: absolute;
    left: 31%;
    top: 60%;
    height: 25px;
    line-height: 25px;
    width: 38%;
  }
  .streamPage .overHoldBtn p {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 468px) {
  .streamPage .hidden-remaining-text {
    display: none !important;
  }
  .streamPage .previewsLeft {
    margin-top: 3% !important;
  }
  .streamPage .overHoldBtn {
    top: 56%;
  }
}
@media only screen and (min-width: 480px) {
  .streamPage .previewsLeft {
    padding: 15px;
  }
  .streamPage .sceneHover:hover .sceneBtn {
    display: none !important;
  }
  .streamPage #mobileTop {
    padding-top: 75px;
  }
  .streamPage .overHoldBtn {
    left: 35%;
    top: 55%;
    width: 30%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .streamPage .overHoldBtn p {
    font-size: 18px;
  }
  .streamPage #showInfo h1 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .streamPage .previewsLeft {
    z-index: 9999;
    font-size: 18px;
    text-align: center;
    background: transparent;
    color: #000;
    padding: 15px;
  }
  .streamPage .sceneHover:hover .sceneBtn {
    display: block !important;
  }
  .streamPage #mobileTop {
    padding-top: 85px;
  }
  .streamPage #video-thumb-right {
    display: block !important;
  }
  .streamPage .overHeight {
    width: 100%;
  }
  .streamPage .margin-top-0 {
    margin-top: 18px !important;
  }
  .streamPage .margin-bottom-0 {
    margin-bottom: 20px !important;
  }
  .streamPage .hidden-on-mobile {
    display: block;
  }
  .streamPage .margin-top-join {
    margin-top: 25px !important;
  }
  .streamPage .user-account li {
    padding: 8px 0px;
  }
  .streamPage .icon-for-mobile {
    width: 50px !important;
    height: 60px !important;
  }
  .streamPage .font-10 {
    font-size: 14px;
  }
  .streamPage #play-button-xs {
    max-height: 80px;
    max-width: 80px;
    top: 40%;
  }
  .streamPage .watchNow2 {
    margin-top: -35%;
  }
  .streamPage .overHoldBtn {
    position: absolute;
    left: 33%;
    top: 55%;
    height: 58px;
    line-height: 58px;
    width: 34%;
    font-size: 18px;
  }
  .streamPage .overHoldBtn p {
    font-size: 26px;
  }
  .streamPage .qualityBtn h1 {
    font-size: 20px;
  }
  .streamPage .qualityBtn h3 {
    font-size: 14px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .streamPage .previewsLeft {
    margin-top: 0;
  }
  .streamPage #nav {
    display: block !important;
  }
  .streamPage .watchNow2 {
    margin-top: -45%;
  }
  .streamPage #showInfo h1 {
    font-size: 24px;
  }
  .streamPage #mobileTop {
    padding-top: 0;
  }
  .streamPage .mobile-navbar {
    display: none;
  }
  .streamPage .overHeight {
    width: 100%;
  }
  .streamPage .belowVideoSection {
    display: block;
  }
  .streamPage .hidden-on-desktop {
    display: none;
  }
  .streamPage div#favoriteModal {
    padding-right: 0px !important;
  }
  .streamPage .heart:hover {
    background-position: -100px -50px;
  }
  .streamPage .shareIcon:hover {
    display: block;
  }
  .streamPage .likeIcon:hover {
    background-position: 0 -50px;
  }
  .streamPage .dislikeIcon:hover {
    background-position: -50px -50px;
  }
  .streamPage .reportIcon:hover {
    background-position: -150px -50px;
  }
  .streamPage .infoIcon:hover {
    color: #fe0000;
  }
  .streamPage .infoIcon:active {
    color: #fe0000;
  }
  .streamPage .infoIcon:focus {
    color: #fe0000;
  }
  .streamPage #play-button-xs {
    display: none;
  }
  .streamPage .hidden-on-tablet {
    display: block;
  }
  .streamPage .font-10 {
    font-size: 14px;
  }
  .streamPage .margin-top-0 {
    margin-top: 0px !important;
  }
  .streamPage .padding-0 {
    padding: 0px;
  }
  .streamPage .playBtnHeight {
    width: 92px;
    height: 92px;
  }
  .streamPage .overHoldBtn {
    position: absolute;
    left: 36%;
    top: 55%;
    height: 68px;
    line-height: 68px;
    width: 28%;
    font-size: 18px;
  }
  .streamPage .overHoldBtn p {
    font-size: 30px;
  }
  .streamPage .qualityBtn h1 {
    font-size: 23px;
  }
  .streamPage .qualityBtn h3 {
    font-size: 16px;
    margin-top: 0;
  }
}
.streamPage .hoverHolder .hoverIcon {
  display: none;
}
.streamPage .hoverHolder:hover .firstIcon {
  opacity: 0;
}
.streamPage .hoverHolder:hover .hoverIcon {
  display: block;
  margin-top: -30px;
}
.streamPage .hoverIcon:hover {
  margin-top: 0!important;
}
.streamPage .ifFavorite .favorite {
  display: block !important;
}
.streamPage .ifFavorite .toFavorite {
  display: none;
}
.streamPage .ifFavorite:hover .toFavorite {
  opacity: 0;
}
.streamPage .ifFavorite:hover .favorite {
  display: block;
  margin-top: 0!important;
}
.streamPage .favoriteHolder:hover .toFavorite {
  opacity: 0;
}
.streamPage .favoriteHolder:hover .favorite {
  display: block;
  margin-top: -30px;
}
.streamPage .heart .favorite {
  display: none;
}
.streamPage .alert-danger {
  z-index: 99999;
}
.streamPage .adobeLogo {
  height: 50px;
  width: 50px;
  float: right;
}
.streamPage .paddingAdobeLogo {
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.streamPage .popupClose {
  font-size: 41px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.streamPage .hideInfo {
  float: right;
  right: 15px;
  background-color: transparent;
  border: none;
  font-size: 23px;
  margin-top: 10px;
  position: absolute;
  z-index: 999999;
}
.streamPage label.error {
  color: red !important;
}
.streamPage .haveImgBackground {
  position: absolute;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
}
.streamPage .overImgContent {
  width: 50%;
  left: 12.5%;
  margin-top: -22% !important;
}
.streamPage .playPosition2 {
  position: absolute;
  top: 35%;
}
.streamPage .menuIcon {
  margin-top: 13%;
}
.streamPage .socialsAjust a {
  color: #000;
}
.streamPage .socialsAjust a:hover {
  color: #000;
}
.streamPage .addMin {
  background-color: #fe0000;
}
.streamPage .addMin a {
  color: #fff;
}
.streamPage .relatedButton {
  clear: both;
  padding: 10px;
  background-color: #fe0000;
  border: 0;
  color: #fff !important;
  font-weight: bold;
  border-radius: 5px;
  display: block;
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
}
.streamPage .streamIcons {
  padding: 5px;
}
.streamPage .streamIcons ul li p {
  text-align: center;
}
.streamPage .streamIcons .width20 {
  width: 20%;
}
.streamPage .joinPlay {
  padding: 15px;
  margin-top: 15px;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 10px 10px 16px -10px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}
.streamPage .joinPlay:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
.streamPage .sectionRight {
  border: 2px solid #272626;
  margin-top: 15px;
}
.streamPage .sectionRight a {
  padding-top: 0;
  margin-top: 0;
}
.streamPage #streamUser {
  width: 200px;
  background-color: transparent;
  float: right;
  margin-top: 5px;
}
.streamPage #streamUser a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}
.streamPage #streamUser a:hover {
  color: #ccc;
}
.streamPage .addMinActive {
  background-color: rgba(254, 0, 0, 0.53) !important;
}
.streamPage .addMinActive:hover {
  background-color: #fe0000 !important;
  color: #fff;
}
.streamPage li .addMinActive a {
  color: #fff !important;
}
.streamPage #overlayMain {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.streamPage #chooseQuality {
  border-left: 1px solid #666;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
  font-weight: bold;
  font-family: "Open Sans", "Arial Black";
  cursor: pointer;
}
.streamPage .jw-controlbar.jw-background-color.jw-reset {
  background-color: #000 !important;
}
.streamPage .displayBlock {
  display: block;
}
.streamPage .jwplayer .jw-controlbar {
  background-color: #0e0e0d !important;
}
.streamPage .jw-state-playing.jwplayer .jw-controlbar {
  background-color: transparent !important;
}
.streamPage #showInfo div.clearfix h1 {
  float: left;
}
.streamPage #showInfo div.clearfix p {
  float: left;
  margin-top: 26px;
  color: #FFF !important;
}
.streamPage .openCover {
  display: block;
}
.streamPage #imageResource {
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .streamPage #imageResource {
    margin-bottom: 20px;
  }
}
.streamPage .modal-dialog {
  top: 10%;
  transform: translate(-50%, -50%);
}
.streamPage .inputHolder {
  width: 205px;
  height: 26px;
  background: #FFFFFF;
  line-height: 26px;
  margin-bottom: 10px;
  cursor: pointer;
}
.streamPage .inputHolder:hover {
  background: #686868;
}
.streamPage .inputHolder:hover a {
  color: #FFFFFF;
}
.streamPage .inputHolder a {
  color: #363636;
  font-size: 12px!important;
  font-family: 'zona_probold';
  display: block;
  padding: 0 10px;
}
.streamPage .inputHolder a .packagePrice {
  float: right;
}
.streamPage .titleJoin {
  font-size: 12px;
  font-family: 'zona_probold';
  display: inline-block;
  float: left;
}
.streamPage .dvdTitle {
  font-size: 18px;
}
.streamPage .packageHolder {
  display: inline-block;
  float: right;
  margin-bottom: 12px;
}
.streamMenu .list-inline {
  float: left;
  width: 100%;
}
.streamMenu .list-inline li {
  float: left;
}
.streamMenu .list-inline .socialIconNavigation {
  float: right;
}
.streamBtns .loginBtn,
.streamBtns .joinBtn {
  width: 130px;
  font-size: 21px;
  margin-top: 0;
}
.btnForSearchStream {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
}
.btnForSearchStream .fa {
  font-size: 22px;
  color: #000;
  padding-right: 5px;
}
#imageModal .modal-content .modal-header {
  padding-bottom: 0;
}
#imageModal .modal-content .modal-body {
  padding-top: 10px;
}
@media only screen and (max-width: 992px) {
  #imageModal .modal-dialog {
    top: 20%;
  }
}
#imageModal .padding2px {
  padding: 2px;
}
#imageModal .imagePreview {
  z-index: 999999;
  width: 100%;
}
.marginBottom {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .marginBottom {
    margin-bottom: 0;
  }
}
.noMarginTop {
  margin-top: 0;
}
.streamPlayBtn {
  font-size: 135px;
  color: #fff;
}
.streamPlayBtn:hover {
  color: #71a4ab;
}
@media only screen and (max-width: 767px) {
  .streamPlayBtn {
    font-size: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .streamPlayBtn {
    font-size: 75px;
  }
}
.movieData {
  font-size: 16px;
  margin-top: 15px;
}
.streamStyleBtn {
  width: auto !important;
  padding-left: 18px;
  padding-right: 18px;
}
.streamStyleBtn .fa {
  margin-right: 0 !important;
}
@media (min-width: 992px) {
  .streamHeader {
    margin-bottom: 5px;
  }
}
.streamHeader .joinBtn {
  width: 260px;
}
@media only screen and (max-width: 992px) {
  .streamFullWidth {
    width: 100%;
    padding: 0;
  }
}
#description {
  font-size: 16px;
  color: #EFEFEF;
  line-height: 1.5;
}
.scenesAdjust {
  cursor: pointer;
}
@media (max-width: 350px) {
  .scenesAdjust {
    width: 100%;
  }
}
.streamSearch {
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .noPaddingMobile {
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .paddTopDesctop {
    padding-top: 0 !important;
  }
}
.fade.in {
  z-index: 1000;
}
@media only screen and (max-width: 450px) {
  .widthFullXS {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .widthXS {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .streamHolder .favoriteTxt {
    display: none;
  }
}
.watchThisMovie {
  font-family: "zona_probold";
  color: #fff;
  text-align: center;
  display: inline-block;
  float: right;
  margin-top: 20px;
  cursor: pointer;
  font-size: 12px;
  padding: 0 0 5px 10px;
  line-height: 25px;
  border-radius: 24px;
}
@media only screen and (max-width: 450px) {
  .watchThisMovie {
    margin-top: 15px;
    padding: 0 0 5px 5px;
  }
}
.sliderBgr {
  background: #71a4ab;
  color: #fff;
}
@media (min-width: 1300px) {
  .sliderBgr #related .container {
    position: relative;
  }
}
.sliderBgr #related .swiper-button-prev::after,
.sliderBgr #related .swiper-container-rtl,
.sliderBgr #related .swiper-button-next::after {
  display: none;
}
.sliderBgr .swiper-button-prev {
  transform: rotate(180deg);
}
@media (min-width: 1300px) {
  .sliderBgr .swiper-button-prev {
    left: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderBgr .swiper-button-prev {
    left: 0;
  }
}
@media (min-width: 1300px) {
  .sliderBgr .swiper-button-next {
    right: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderBgr .swiper-button-next {
    right: 0;
  }
}
.sliderBgr .movieCoverImg img {
  border: none!important;
}
.sliderBgr .movieCoverImg .movieDetails {
  border: none;
  background: transparent;
}
.sliderBgr .movieCoverImg .movieDetails p {
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sliderBgr .movieCoverImg .movieDetails p {
    font-size: 14px;
  }
}
.sliderBgr .sectionName {
  font-size: 24px;
  text-transform: none;
  padding: 30px 0 20px 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sliderBgr .sectionName {
    font-size: 18px;
  }
}
.sliderBgr .sectionName a {
  color: #fff;
}
.noMarginFooter footer {
  margin-top: 0;
}
.mr-10 {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .mr-10 {
    margin-right: 0;
    padding-right: 0 !important;
  }
}
.videoBgrColor {
  background-color: #DEDEDE !important;
}
.toggledText {
  margin: 0;
}
.toggledText span.trimmed {
  display: none;
}
.read-more {
  padding: 5px 10px 5px 0;
}
.read-more a {
  font-size: 12px;
  color: #fff;
  font-family: 'zona_probold';
}
.read-more .more:before {
  content: 'Read More';
}
.showAll .toggledText span.morePoints {
  display: none;
}
.showAll .toggledText span.trimmed {
  display: inline;
}
.showAll .read-more .more:before {
  content: 'Read Less';
}
.dropdown-menu,
.singleCategory,
.paddingMobile {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none !important;
}
.dropdown-menu::-webkit-scrollbar,
.singleCategory::-webkit-scrollbar,
.paddingMobile::-webkit-scrollbar {
  width: 0 !important;
}
.singleCategory .sort-holder select {
  background: url(https://www.adultrental.com/images/move-down.png) 0 0 no-repeat;
  background-size: 20px 20px;
  background-position: 100% 50%;
  padding-right: 40px;
  -webkit-appearance: none;
}
@media only screen and (max-width: 767px) {
  .singleCategory .sort-holder select {
    padding-right: 5px;
    background-size: 16px 16px;
  }
}
.singleCategory .sort-holder select::-ms-expand {
  border: none;
  background: transparent;
  border: 0;
}
@-moz-document url-prefix() {
  .singleCategory .sort-holder select {
    padding-right: 20px;
  }
}
.movieCoverImg .movieDetails p {
  color: #71a4ab;
}
.movieCoverImg img:hover {
  border: 4px solid #71a4ab;
}
.selectSorting ul .active a {
  color: #71a4ab;
}
.selectSorting .sortBtn {
  background-color: #71a4ab;
}
.btnGetAccess {
  background-color: #71a4ab;
}
.btnGetAccess:hover {
  color: #71a4ab;
  box-shadow: inset 0 0 0 3px #71a4ab;
}
.pornstarsPerLetter .sortOrderList li a:hover {
  color: #71a4ab;
}
.pornstarsPerLetter .pornstarNames a:hover {
  background-color: #71a4ab;
}
.studios h3,
.pornstars .categoriesTitle h3,
.pornstarHolder .pornstarNameStyle {
  color: #71a4ab;
}
.pornstarHolder .inactiveTab {
  background-color: #71a4ab;
}
.pornstarHolder .inactiveTab a {
  background-color: #71a4ab !important;
}
.rankHolder .rankCube {
  border: 1px solid #71a4ab;
}
.rankHolder .rankCube .redFont {
  color: #71a4ab;
}
#photosets .img-responsive:hover {
  border: 2px solid #71a4ab;
}
.fakePlayerThumb {
  width: 100%;
  height: 100%;
}
.fakePlayerPosition {
  position: relative;
}
#helpPage .padding0 {
  padding: 0;
}
#helpPage #collapseSix ul {
  list-style: decimal;
}
#helpPage #collapseSix ul li {
  font-weight: bold;
}
#helpPage #collapseSix ul.dot {
  list-style: initial;
}
#helpPage #collapseSix ul.dot li {
  font-weight: normal;
}
#helpPage #collapseSix ul.ls-none {
  list-style: none;
}
#helpPage #collapseSix ul.ls-none li {
  font-weight: normal;
}
#helpPage .support-title {
  font-size: 18px;
  font-family: "zona_probold";
  margin-bottom: 20px;
}
@media only screen and (max-width: 450px) {
  #helpPage .support-title {
    font-size: 16px;
  }
}
#helpPage .text-holder {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  color: black;
  height: 160px;
  margin-top: 10px;
}
@media only screen and (max-width: 1280px) {
  #helpPage .text-holder {
    width: 75%;
    height: 180px;
  }
}
@media only screen and (max-width: 992px) {
  #helpPage .text-holder {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #helpPage .text-holder {
    width: 65%;
  }
}
@media only screen and (max-width: 600px) {
  #helpPage .text-holder {
    width: 90%;
  }
}
@media only screen and (max-width: 450px) {
  #helpPage .text-holder {
    width: 100%;
  }
}
#helpPage .text-holder p {
  text-align: center;
}
#helpPage .text-holder .input-group {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  padding: 0;
}
#helpPage .btn-style {
  background-color: #71a4ab;
  border: none;
  color: #fff;
  display: inline-block;
  width: 300px;
  padding: 15px;
  font-size: 14px;
  cursor: pointer;
  font-family: "zona_probold";
}
#helpPage .btn-style:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  #helpPage .btn-style {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 450px) {
  #helpPage .btn-style {
    width: 270px;
    font-size: 22px;
    margin-bottom: 25px;
  }
}
#helpPage .question-section {
  padding: 0;
}
#helpPage .question-section h1:not(btn-style) {
  font-size: 26px;
  font-family: "zona_probold";
  color: #000;
  text-align: center;
  margin-top: 50px;
}
#helpPage .question-section .panel-default .panel-heading {
  background-color: transparent;
  font-family: "zona_probold";
}
#helpPage .question-section .panel-body a {
  word-wrap: break-word;
}
#helpPage .question-section .panel,
#helpPage .question-section .panel-body {
  border: none;
  box-shadow: none;
  font-size: 16px;
  color: #000;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  #helpPage .question-section .panel,
  #helpPage .question-section .panel-body {
    font-size: 14px;
  }
}
#helpPage .question-section .panel a,
#helpPage .question-section .panel-body a {
  font-family: 'zona_probold';
  color: #000;
}
#helpPage .question-section .panel a:hover,
#helpPage .question-section .panel-body a:hover {
  color: #71a4ab;
}
#helpPage .question-section .panel-title {
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  #helpPage .question-section .panel-title {
    font-size: 16px;
  }
}
#helpPage .question-section .panel-title a div {
  display: inline-block;
  width: 90%;
}
@media only screen and (max-width: 600px) {
  #helpPage .question-section .panel-title a div {
    width: 85%;
  }
}
@media only screen and (max-width: 450px) {
  #helpPage .question-section .panel-title a div {
    width: 80%;
  }
}
#helpPage .titleSection {
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  width: 70%;
}
#helpPage .titleSection h1 {
  font-family: "zona_probold";
}
@media only screen and (max-width: 992px) {
  #helpPage .titleSection {
    width: 100%;
  }
}
#helpPage .buttonSection {
  margin-bottom: 30px;
}
#helpPage .buttonSection button {
  height: 40px;
  color: #fff;
  border: none;
  padding: 0 30px;
  background-color: #71a4ab;
  font-family: "zona_probold";
  margin-right: 70px;
}
#helpPage .buttonSection button:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  opacity: 0.8;
}
@media only screen and (max-width: 992px) {
  #helpPage .buttonSection button {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #helpPage .buttonSection button {
    margin-right: 12px;
    padding: 0 18px;
  }
}
@media only screen and (max-width: 600px) {
  #helpPage .buttonSection button {
    display: block;
    width: 285px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
#helpPage .buttonSection button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  #helpPage .buttonSection button:last-child {
    margin-right: auto;
  }
}
#helpPage .panel-default > .panel-heading {
  color: #333;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#helpPage .panel-default > .panel-heading a {
  display: block;
  padding: 20px;
  background: #c4c4c4;
}
@media only screen and (max-width: 767px) {
  #helpPage .panel-default > .panel-heading a {
    padding-right: 5px;
  }
}
#helpPage .panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  transition: transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
  margin-right: 35px;
}
@media only screen and (max-width: 600px) {
  #helpPage .panel-default > .panel-heading a:after {
    margin-right: 20px;
  }
}
#helpPage .panel-default > .panel-heading a[aria-expanded="true"] {
  background: #c4c4c4;
}
#helpPage .panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  transform: rotate(180deg);
}
#helpPage .panel-default > .panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  transform: rotate(90deg);
}
#helpPage .accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}
#helpPage .accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}
#helpPage .accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}
#helpPage .panel-collapse {
  padding-left: 62px;
  background: #c4c4c4;
}
@media only screen and (max-width: 767px) {
  #helpPage .panel-collapse {
    padding-left: 0;
  }
}
.containerFormContact {
  width: 1;
  top: 0;
  right: 0;
  position: fixed;
  display: block;
  background: transparent;
  z-index: 99999;
  height: 100%;
}
.containerFormContact .formContact {
  box-shadow: 0 0 20px rgba(143, 154, 173, 0.6);
  display: none;
  position: fixed;
  width: 400px;
  bottom: 8px;
  border-radius: 10px;
  right: 14px;
  z-index: 99999;
  background: white;
  font-family: "Roboto", sans-serif;
  color: white;
}
.containerFormContact .formContact .titleContact {
  margin: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 1px;
  background: #ff0a0a;
}
.containerFormContact .formContact .titleContact h3 {
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2em;
}
.containerFormContact .formContact .titleContact h4 {
  text-align: center;
  padding: 5px 10px;
  width: 80%;
  margin: 15px auto 20px auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1em;
  border-radius: 5px;
  line-height: 1.2em;
  padding-bottom: 3rem;
}
.containerFormContact .formContact .titleContact .right {
  position: absolute;
  top: 0;
  right: 0;
}
.containerFormContact .formContact .titleContact .right a {
  display: block;
  padding: 9px 12px 11px 12px;
  transition: background 0.15s;
  border-radius: 10px;
  margin-right: 10px;
  margin-top: 12px;
  color: white;
}
.containerFormContact .formContact .titleContact .right a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.containerFormContact .formContact .bodyContact {
  background: white;
  padding: 20px;
  overflow-y: auto;
  top: 0;
  bottom: 85px;
  left: 0;
  right: 0;
  padding-top: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.containerFormContact .formContact .bodyContact input {
  outline: none;
  border: none;
  border-bottom: solid 1px #dde5ef;
  padding: 15px 5px;
  width: 100%;
  font-size: 0.9em;
  color: #637383;
}
.containerFormContact .formContact .bodyContact .errorInputBg {
  background: #ffe5e5;
}
.containerFormContact .formContact .bodyContact textarea {
  height: 150px;
  resize: none;
  margin-bottom: 0;
  outline: none;
  border: none;
  padding: 15px 5px;
  width: 100%;
  font-size: 0.9em;
  color: #8f9faf;
}
@media only screen and (max-width: 450px) {
  .containerFormContact .formContact .bodyContact textarea {
    height: 50px;
  }
}
.containerFormContact .formContact .footerContact {
  background: white;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 30px 20px;
  box-shadow: 0 0px 20px 0px rgba(143, 154, 173, 0.4);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.containerFormContact .formContact .footerContact .submit-butt:disabled {
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed;
}
.containerFormContact .formContact .footerContact .submit-butt:disabled:hover {
  box-shadow: none !important;
}
.containerFormContact .formContact .footerContact button {
  background-color: #ff0a0a;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 10px;
  color: white;
  transition: 0.15s;
  width: 100%;
  border: none;
}
.containerFormContact .formContact .footerContact button:hover {
  background-color: #e60909;
}
.containerFormContact .formContact .footerContact a {
  display: inline-block;
  background: white;
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 10px;
  text-align: right;
  position: fixed;
  bottom: 5px;
  right: 5px;
  color: #c7cdd6;
  text-decoration: none;
  transition: color 0.15s;
}
.containerFormContact .formContact .footerContact a:hover {
  color: #8f9faf;
}
.containerFormContact .btnFormOpen {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 10px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  background: #CA0000;
  border-radius: 50%;
  z-index: 99999;
  backface-visibility: hidden;
}
.containerFormContact .btnFormOpen img {
  width: 100%;
}
.containerFormContact .btnFormOpen a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.containerFormContact .successContact {
  display: none;
  padding: 20px;
  overflow-y: auto;
  line-height: 1.45em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #637383;
}
.containerFormContact .successContact p {
  margin: 0px;
}
.containerFormContact .successContact .successCard {
  margin: 30px 10px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 2px 2px 6px #ccc;
  word-wrap: break-word;
  box-shadow: 0 0 20px rgba(143, 154, 173, 0.6);
}
.containerFormContact .successContact .successCard p:nth-child(3) {
  margin-top: 1rem;
}
@media only screen and (max-width: 420px) {
  .containerFormContact .formContact {
    width: 320px;
    right: 0;
  }
}
.mt50 {
  margin-top: 50px;
}
textarea:hover,
.form-custom:hover,
textarea:active,
.form-custom:active,
textarea:focus,
.form-custom:focus,
button:focus,
button:active,
button:hover input:focus {
  outline: 0 !important;
  -webkit-appearance: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
*:focus {
  outline: none;
}
@font-face {
  font-family: 'zona_probold';
  src: url(/fonts/zonapro-bold-webfont.woff2?541a314bb0e9f284ae682a0eba27e386) format('woff2'), url(/fonts/zonapro-bold-webfont.woff?cf40fc929c8bf3797ad45757b635f84a) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'zona_prothin';
  src: url(/fonts/zonapro-thin-webfont.woff2?7f390c575da23b8961d148e4c8923ae9) format('woff2'), url(/fonts/zonapro-thin-webfont.woff?74e9a3f3804a143172d973b07df1b013) format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'zona_prothin';
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  color: #000;
}
html {
  height: 100%;
  box-sizing: border-box;
}
.my-button-large {
  background-color: #ed0202;
  font-family: "zona_probold";
  color: #fff;
  font-size: 21px;
  padding: 5px 10px;
  line-height: 24px;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
}
.my-button-large:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
.my-button-large:hover a {
  color: #ed0202;
}
.my-button-medium {
  background-color: #ed0202;
  font-family: "zona_probold";
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  width: 130px;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 1280px) {
  .my-button-medium {
    width: 145px;
    font-size: 14px;
  }
}
.my-button-medium:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
.my-button-medium:hover a {
  color: #ed0202;
}
.my-button-small {
  background-color: "";
  font-family: "zona_probold";
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
}
.my-button-small:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
.my-button-small:hover a {
  color: #ed0202;
}
.containerCustom {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1440px) {
  .containerCustom {
    width: 100%;
  }
}
.noPadding {
  padding: 0!important;
}
.sectionName {
  font-size: 54px;
  margin-top: 0;
  font-family: 'zona_probold';
  padding: 35px 0 20px 0;
  text-transform: uppercase;
  color: #2a3236;
}
@media only screen and (max-width: 1280px) {
  .sectionName {
    font-size: 40px;
    padding: 30px 0 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sectionName {
    font-size: 35px;
    padding: 20px 0 20px 0;
  }
}
@media only screen and (max-width: 450px) {
  .sectionName {
    font-size: 25px;
    padding: 20px 0 20px 0;
  }
}
.sectionName a {
  color: #2a3236;
}
.relative {
  position: relative;
}
.marginTop {
  margin-top: 20px;
}
.headerHolder {
  padding: 30px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .headerHolder {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 992px) {
  .headerHolder {
    padding: 0;
  }
}
.newSearch {
  position: relative;
  display: inline-block;
  width: 100%;
}
.searchInput {
  height: 30px;
  width: 330px;
  padding-left: 15px;
  border: 1px solid #cccccc;
  position: relative;
  border-radius: 0;
  font-style: italic;
  -webkit-appearance: none;
}
@media (max-width: 1450px) {
  .searchInput {
    width: 235px;
  }
}
.searchHolder {
  position: relative;
  width: 100%;
  margin-left: auto;
}
#searchDD {
  opacity: 1;
  padding: 0;
  overflow: hidden;
}
#searchDD li {
  padding: 5px 10px;
  border-bottom: 1px solid #efefef;
  display: flow-root;
}
#searchDD li a {
  display: inline-block;
  width: 83%;
  float: right;
  text-align: left;
  line-height: 20px;
}
@media only screen and (max-width: 1440px) {
  #searchDD li a {
    width: 75%;
  }
}
#searchDD li a span {
  padding-left: 10px;
}
#searchDD li a div {
  margin-top: 0;
  font-size: 12px;
}
#searchDD li img {
  height: 60px;
  width: 50px;
  background: red;
}
/* Dropdown for search */
.searchDropdown {
  width: 100%;
  background: #FFF;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 99999;
  border: 1px solid #f0f0F0;
  right: 0;
  text-align: left;
}
.searchDropdown li a {
  width: 100%;
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  padding: 2px;
  color: #818181;
  text-align: center;
}
.searchDropdown li:hover {
  background-color: #f0f0F0;
}
.searchDropdown li a:hover {
  text-decoration: none;
  color: #000;
}
.searchHolder {
  display: flex;
}
.searchHolder a {
  position: absolute;
  right: 0;
  top: 1px !important;
  width: 30px;
  height: 28px;
  background-image: url(https://www.adultrental.com/images/search_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #363636;
}
.searchImgHolder {
  background-color: #363636;
  width: 61px;
  text-align: center;
}
@media only screen and (max-width: 450px) {
  .searchImgHolder {
    width: 55px;
  }
}
input#qsfSearch::-moz-placeholder {
  color: #363636;
  font-size: 14px;
  font-family: 'zona_prothin';
}
input#qsfSearch::placeholder {
  color: #363636;
  font-size: 14px;
  font-family: 'zona_prothin';
}
.loginBtn {
  background-color: #ed0202;
  font-family: "zona_probold";
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  width: 130px;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
  background-color: #333232;
}
@media only screen and (max-width: 1280px) {
  .loginBtn {
    width: 145px;
    font-size: 14px;
  }
}
.loginBtn:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
.loginBtn:hover a {
  color: #ed0202;
}
.loginBtn img {
  margin-top: -15px;
  margin-right: -14px;
  margin-left: -8px;
}
.loginBtn:hover {
  color: #000;
  box-shadow: inset 0 0 0 3px #000;
}
.joinBtn {
  background-color: #ed0202;
  font-family: "zona_probold";
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  width: 130px;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 1280px) {
  .joinBtn {
    width: 145px;
    font-size: 14px;
  }
}
.joinBtn:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
.joinBtn:hover a {
  color: #ed0202;
}
@media only screen and (max-width: 1440px) {
  .joinBtn {
    width: 127px;
  }
}
.joinBtn:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
.joinBtn:hover a {
  color: #ed0202;
}
.joinBtn a {
  color: #fff;
}
.loginBtn,
.joinBtn {
  margin-top: 15px;
}
.navbar {
  display: inline-block;
}
.navbar .dropdown {
  background-color: #ed0202;
  background-color: "";
  font-family: "zona_probold";
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
  padding: 0;
  margin-top: 5px;
  line-height: 20px;
}
.navbar .dropdown:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
.navbar .dropdown:hover a {
  color: #ed0202;
}
.navbar .dropdown a {
  color: #fff;
}
.navbar .dropdown a:hover {
  background-color: transparent;
}
.navbar .dropdown a:focus {
  background-color: transparent;
}
.navbar .dropdown a:active {
  background-color: transparent;
}
.navbar .dropdown a:open {
  background-color: transparent;
}
.navbar .dropdown .dropdown-menu {
  text-align: center;
  right: 0!important;
  left: inherit;
}
.navbar .dropdown .dropdown-menu li:hover {
  background-color: #ed0202;
}
.navbar .dropdown .dropdown-menu li a {
  color: #000 !important;
}
.navbar .dropdown .dropdown-menu li a:hover {
  color: #fff !important;
}
.navbar .dropdown .dropdown-menu .addMinutes {
  background-color: rgba(254, 0, 0, 0.53);
}
.navbar .dropdown .dropdown-menu .addMinutes a {
  color: #fff !important;
}
.nav .open a {
  background-color: transparent;
}
.hamburger {
  z-index: 999999999999;
  padding: 0;
  float: left;
}
.mobile-menu-items {
  font-family: "zona_probold";
  position: fixed;
  left: -100%;
  transition: all 400ms ease;
  transform: translateZ(0);
  bottom: 0;
  min-height: 100%;
  margin-top: -1px;
}
.mobile-menu-items .joinNow-mobile {
  background-color: #fe0000;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.mobile-menu .login-list li a .fa {
  font-size: 46px;
  padding-right: 0;
}
.login-list {
  text-align: center !important;
  margin: 0;
}
.login-list li {
  display: inline-block;
  box-shadow: none !important;
}
.mobile-menu-items ul {
  padding: 0;
  list-style: none;
  text-align: left;
  background: #ebebeb;
}
.mobile-menu-items ul .userFa {
  text-align: center!important;
  width: 100%!important;
  box-shadow: none;
}
.mobile-menu-items ul .userFa:hover {
  color: #000;
  box-shadow: none;
}
.mobile-menu-items ul .noHoverEffect {
  color: #000;
  box-shadow: none;
}
.mobile-menu-items ul li {
  font-size: 15px;
  padding: 10px 14px;
  color: #000;
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
  box-shadow: inset 0 6px 6px -10px #000, inset 0 -6px 6px -7px #fff;
  line-height: normal;
}
.mobile-menu-items ul li:hover {
  text-decoration: none;
}
.mobile-menu-items ul li:active {
  text-decoration: none;
}
.mobile-menu-items ul li:focus {
  text-decoration: none;
}
.mobile-menu-items ul li a {
  color: #000;
  font-size: 16px;
  text-align: left !important;
  display: block;
}
.mobile-menu-items ul li .fa {
  padding-right: 20px;
  padding-left: 10px;
}
.mobile-menu-items ul li .userFa {
  text-align: center!important;
  width: 100%!important;
}
.mobile-menu-items ul li .userFa:hover {
  color: #000;
}
.mobile-menu-items {
  text-align: center;
}
.mobile-menu-items .user-account {
  color: #ed0202;
}
.mobile-menu-items .user-account:first-child a {
  color: #ed0202;
}
.mobile-menu-items .user-account li {
  font-size: 15px;
  padding: 8px 14px !important;
  color: #000;
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
}
.mobile-menu-items .user-account li a {
  text-align: left;
  color: #ed0202;
}
.user-settings {
  position: relative;
  left: 0;
  right: 0;
  z-index: 999;
}
.mobile-menu-for-close {
  width: 100% !important;
  z-index: 99999999 !important;
  background: transparent;
}
.sideOpen {
  left: 0 !important;
}
.menu-close-style {
  width: 65%;
  z-index: 99999999 !important;
  position: fixed;
  bottom: 0;
  top: 1px;
  box-shadow: 0 0 2px 2px #ccc;
  background: #ebebeb;
  overflow: auto;
}
@media (max-device-width: 992px) and (orientation: landscape) {
  .menu-close-style {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-close-style {
    width: 80%;
  }
}
@media only screen and (max-width: 450px) {
  .menu-close-style {
    width: 90%;
  }
}
#search-mobile {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#search-mobile.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 999999999999;
}
#search-mobile .search-holder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
}
#search-mobile .search-holder #mobile-input {
  border: 0;
  border-bottom: 2px solid #fff;
  padding: 10px 15px;
  color: white;
  margin-bottom: 15px;
  border-radius: 0;
  background: transparent;
  margin-top: 20%;
  width: 60%;
}
@media (orientation: landscape) {
  #search-mobile .search-holder #mobile-input {
    margin-top: 10%;
  }
}
#search-mobile .search-holder ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
#search-mobile .search-holder ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#search-mobile .search-holder :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
#search-mobile .search-holder :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#search-mobile .search-icon {
  display: inline-block;
  margin-bottom: -10px;
  margin-right: 5px;
}
.active-mobile {
  color: #fe0000 !important;
}
#search-mobile-close {
  position: fixed;
  top: 17px;
  right: 18px;
  color: #fff;
  background-color: #000;
  opacity: 1;
  padding: 9px;
  font-size: 28px;
  border: none;
  font-weight: bolder;
}
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 20px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 450px) {
  #nav-icon1 span,
  #nav-icon3 span,
  #nav-icon4 span {
    height: 2px;
  }
}
/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
  top: 12px;
  transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 1px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 15px;
  left: 0;
}
.mobile-header {
  position: fixed;
  background: #DEDEDE !important;
  z-index: 9999;
  width: 100%;
  top: 0;
  line-height: 50px;
  padding-right: 0%;
  text-align: center;
  right: 0;
}
@media (max-width: 1200px) {
  .mobile-header {
    height: 50px;
  }
}
.mobile-header .signInBtn {
  background: #71a4ab;
  width: 61px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  font-family: 'zona_probold';
  vertical-align: top;
  cursor: pointer;
}
.mobile-header .signInBtn .dropdown-menu {
  text-align: center;
  left: inherit;
  right: 0px !important;
}
@media only screen and (max-width: 450px) {
  .mobile-header .signInBtn {
    width: 55px;
  }
}
.search-xs {
  display: inline-block;
  vertical-align: middle;
}
.gayBtn .fa,
.straightBtn .fa {
  font-weight: bold;
  margin-right: 5px;
}
@media only screen and (max-width: 1280px) {
  header .btnText {
    display: none;
  }
  header .loginBtn,
  header .gayBtn,
  header .straightBtn {
    width: auto!important;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 0;
  }
  header .loginBtn .fa,
  header .gayBtn .fa,
  header .straightBtn .fa {
    margin-right: 0;
  }
  header .joinBtn {
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  header .btnText {
    display: none;
  }
  header .loginBtn,
  header .gayBtn,
  header .straightBtn {
    background: none;
    font-size: 16px;
    padding: 10px 14px;
  }
  header .loginBtn a,
  header .gayBtn a,
  header .straightBtn a {
    color: #000;
  }
  header .loginBtn .fa,
  header .gayBtn .fa,
  header .straightBtn .fa {
    font-size: 46px;
    display: block;
    color: #000;
  }
  header .mobile-menu-items .login-list li {
    width: 120px!important;
  }
  header .mobile-menu-items .login-list li a {
    text-align: center!important;
  }
  header .mobile-menu-items .login-list li .fa {
    padding-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  header .mobile-menu-items .login-list li {
    width: 92px!important;
  }
  header .mobileNone {
    display: none;
  }
}
#profileBtn {
  display: block;
}
.profileDropdown {
  border: none;
  margin-top: 10px!important;
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .profileDropdown {
    margin-top: 0!important;
  }
}
@media only screen and (max-width: 992px) {
  .close-mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
  }
}
.noScroll {
  overflow: hidden;
  position: fixed;
}
.logoWhitelabel {
  margin-top: -20px;
  margin-bottom: 25px;
}
.logoWhitelabelMobile {
  margin-top: -10px;
  margin-bottom: 10px;
  display: inline-block;
}
.logoPremium {
  display: inline-block;
  margin-left: 10px;
  margin-top: -4px;
  letter-spacing: 3px;
}
.logoPremium a {
  color: #c2c2c2;
  display: inline-block;
}
.premiumvodLogo {
  width: 60%;
  display: inline-block;
  float: left;
  margin-top: -8px;
}
.premiumvodHeader {
  display: block!important;
}
.my-col-md-5 {
  width: 50%;
}
.my-col-md-7 {
  width: 50%;
}
.sticky {
  position: fixed;
  top: 0;
  z-index: 99999;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sticky .newSearch {
  margin-top: 0;
}
.sticky .loginBtn,
.sticky .joinBtn {
  margin-top: 0;
}
.sticky .gayBtn {
  display: none;
}
.sticky .headerHolder {
  padding-top: 20px;
}
.navigationNone {
  height: 0;
  transition: visibility 0s, opacity 1.5s linear;
}
.mainNavigation {
  transition: visibility 0s, opacity 1.5s linear;
}
@media (max-width: 1300px) {
  .mainNavigation .list-inline li {
    font-size: 13px;
  }
}
img[src*="ARlogoClean"] {
  width: 60%;
}
.sticky .headerHolder div p a img {
  display: none;
}
.headerHolder div p a .img-responsive {
  display: none;
}
.mobile-header {
  transition: visibility 0s, opacity 1.5s linear;
}
.mobile-header .loginBtnMobile {
  background: gray;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-family: 'zona_probold';
  text-align: center;
  width: 100%;
  transition: visibility 0s, opacity 1.5s linear;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .mobile-header .loginBtnMobile {
    display: none;
  }
}
.mobile-header .joinBtnMobile {
  background: #ed0202;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-family: 'zona_probold';
  text-align: center;
  width: 100%;
  transition: visibility 0s, opacity 1.5s linear;
}
@media (min-width: 600px) {
  .mobile-header .joinBtnMobile {
    display: none;
  }
}
.mobile-header .paddingLeft0 {
  padding-left: 0;
}
.mobile-header .paddingRight0 {
  padding-right: 0;
}
.mobile-header .joinBtnMobileTop {
  background: #ed0202;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-family: 'zona_probold';
  text-align: center;
  padding: 6px 0 3px 0;
  width: 100%;
  transition: visibility 0s, opacity 1.5s linear;
}
@media only screen and (max-width: 450px) {
  .mobile-header .joinBtnMobileTop {
    padding: 3px 0 3px 0;
    font-size: 16px;
  }
}
.mobile-header .join_top_holder {
  display: none;
  width: 33%;
  float: left;
  transition: visibility 0s, opacity 1.5s linear;
}
.mobile-header .joinBlock {
  display: block!important;
  transition: visibility 0s, opacity 1.5s linear;
}
.mobile-header .logo_mobile {
  transition: visibility 0s, opacity 1.5s linear;
}
.mobile-header .hiddenMobile {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: visibility 0s, opacity 0.5s linear;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media only screen and (max-width: 450px) {
  .mobile-header .logo_holder_mobile {
    width: 160px;
  }
}
.mobile-header .logo_holder_mobile .img-responsive {
  display: none;
}
.userIconMobile {
  background-color: #ed0202;
  display: inline-block !important;
  border-radius: 24px;
  padding: 5px 15px;
}
.userIconMobile .fa {
  color: #fff;
  font-size: 24px;
  padding-right: 10px;
}
.userIconMobile i {
  color: #fff;
}
@media only screen and (max-width: 450px) {
  .userIconMobile .glyphicon-chevron-down {
    display: none;
  }
}
.userEmailMobile {
  width: initial;
  display: inline-block;
  word-break: break-all;
  text-align: center!important;
  color: #ed0202 !important;
  float: left;
  margin-top: 8px;
  margin-left: 10px;
}
@media only screen and (max-width: 600px) {
  .userEmailMobile {
    overflow: hidden;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 450px) {
  .userEmailMobile {
    margin-left: 0;
    max-width: 78%;
  }
}
@media only screen and (max-width: 600px) {
  header .straightBtn .fa-venus {
    margin-right: -20px;
  }
}
footer {
  margin-top: 0;
}
footer .customS:before {
  content: ' \0160';
  font-family: 'Montserrat', sans-serif;
  font-weight: lighter;
  opacity: 0.8;
}
footer .links-holder {
  -moz-column-count: 5;
  column-count: 5;
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  footer .links-holder {
    -moz-column-count: 3;
    column-count: 3;
    width: 80%;
  }
  footer .links-holder br.brake {
    display: none;
  }
  footer .links-holder br.brake-mobile {
    display: block;
  }
}
@media (max-width: 450px) {
  footer .links-holder {
    -moz-column-count: 2;
    column-count: 2;
    width: 90%;
  }
}
footer .links-holder .brake-mobile {
  display: none;
}
footer .links-holder li {
  text-align: left;
  line-height: 35px;
  font-family: 'zona_prothin';
  width: 120px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer .links-holder li {
    margin: unset;
  }
}
footer .links-holder li.terms {
  line-height: 25px;
  margin-top: 8px;
}
footer .links-holder li.terms a {
  display: block;
}
@media (max-width: 768px) {
  footer .links-holder li.terms {
    width: unset;
  }
}
@media (max-width: 450px) {
  footer .links-holder li.terms {
    white-space: unset;
  }
}
footer .links-holder li a {
  text-decoration: none;
  color: #fff;
}
footer .protection {
  text-align: center;
  clear: both;
  float: none;
}
footer .protection img {
  width: 50px;
}
footer .protection a {
  display: inline-block;
  margin: 0 5px;
}
footer .protection a .icon-protection-rta {
  width: 35px;
  height: 11px;
  content: url(/images/icons/RTA-logo.png);
}
footer .protection a .icon-protection-asacp {
  width: 55px;
  height: 11px;
  content: url("/images/icons/ASACP-logo.png");
}
.footerHolder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  color: #bcbcbc;
  font-size: 18px;
  background-color: #363636;
}
.footer18Plus {
  font-size: 12px;
  color: #fff;
  margin-bottom: 12px;
}
.footerStatement {
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .footerStatement {
    width: 100%;
    font-size: 12px;
  }
}
.footerStatement a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.footerStatement a:hover {
  color: #f30606;
}
.footerBottom {
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .footerBottom {
    width: 100%;
    font-size: 12px;
  }
}
.footerBottom p {
  margin: revert;
}
.footerBottom p a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.footerBottom p a:hover {
  color: #f30606;
}
.customFooterHolder {
  max-width: 1430px;
  margin: 0 auto;
  text-align: center;
}
.responsive {
  width: 100%;
  height: auto;
  max-width: 320px;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .responsive {
    max-width: 270px;
  }
}
.mainNavigation {
  position: relative;
  background-color: #DEDEDE;
  text-align: right;
  font-size: 14px;
  color: #363636;
  margin-top: -1px;
  padding-right: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  z-index: 9999;
}
.mainNavigation a {
  color: #363636;
  font-family: 'zona_probold';
}
.mainNavigation a:hover {
  color: #fe4f4f;
}
.mainNavigation .list-inline {
  margin-left: 0;
  margin-bottom: 0;
}
.mainNavigation .list-inline li {
  padding: 0;
}
.mainNavigation .divider-vertical {
  height: 10px;
  margin: 0 10px -1px 10px;
  border-right: 1px solid #363636;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1350px) {
  .mainNavigation .divider-vertical {
    margin: 0 5px -1px 5px;
  }
}
.mainNavigation .active a {
  color: #fe4f4f;
  font-weight: bolder;
}
.mainNavigation #nav-icon4 {
  height: auto;
}
@media only screen and (max-width: 450px) {
  .mainNavigation #nav-icon4 {
    height: 4px;
  }
}
.mainNavigation #nav-icon4 span {
  height: 2px;
  width: 18px;
}
.mainNavigation #nav-icon4 span:nth-child(2) {
  top: 5px;
}
.mainNavigation #nav-icon4 span:nth-child(3) {
  top: 10px;
}
.mainNavigation .hamburger {
  padding-top: 18px;
  height: 50px;
  cursor: pointer;
}
.mainNavigation .signInBtn {
  background: #71a4ab;
  width: 114px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  font-family: 'zona_probold';
  vertical-align: top;
  cursor: pointer;
}
@media (max-width: 1450px) {
  .mainNavigation .signInBtn {
    width: 80px;
  }
}
.mainNavigation .signInBtn a {
  color: #FFFFFF;
}
.mainNavigation .signInBtn a:hover {
  font-weight: unset;
  color: unset;
}
.mainNavigation .gayStraightBtn {
  background: #686868;
  width: 46px;
  height: 100%;
  text-align: center;
}
.mainNavigation .gayStraightBtn img {
  margin-top: -4px;
}
.mainNavigation .dropdown-menu {
  text-align: center;
  right: 0 !important;
  left: inherit;
}
.mainNavigation .dropdown-menu a {
  color: #333333;
}
.mainNavigation .dropdown-menu a:hover {
  color: #333333;
}
#join .mainNavigation,
.blackBgrStream .mainNavigation {
  position: fixed;
}
#join #navbar,
.blackBgrStream #navbar {
  padding-bottom: 50px;
}
.loginNavigation {
  position: fixed;
}
.loginNavigation .btnForSearch {
  top: 1px;
}
@media (max-width: 1200px) {
  .loginNavigation .searchImgHolder {
    height: 50px;
  }
  .loginNavigation .searchImgHolder .search-xs {
    margin-top: 12px;
  }
}
.loginNavigation .logo_holder_mobile {
  height: 50px;
}
.loginNavigation .logo_holder_mobile img {
  margin-top: 12px;
}
@media (max-width: 450px) {
  .loginNavigation .logo_holder_mobile img {
    margin-top: 16px;
  }
}
.loginNavigation .hamburger {
  margin-top: 17px;
}
#join .customMargin .joinItems .leftListJoin {
  margin-top: 0;
}
#join .joinItems ul {
  font-family: 'zona_probold';
}
#join .joinItems ul li {
  font-size: 18px;
  list-style-type: none;
  white-space: nowrap;
}
#join .joinItems ul li img {
  display: inline-block;
  margin-top: -10px;
  width: 20px;
}
#join .joinItems ul li h4 {
  display: inline-block;
  font-size: 14px;
}
@media only screen and (max-width: 1280px) {
  #join .joinItems ul li h4 {
    white-space: normal;
  }
}
#join .joinItems h3 {
  font-size: 32px;
  margin-top: -40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1670px) {
  #join .joinItems h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1440px) {
  #join .joinItems h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  #join .joinItems h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinItems h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  #join .joinItems h3 {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 450px) {
  #join .joinItems h3 {
    font-size: 12px;
  }
}
#join .joinItems .leftListJoin {
  text-align: left;
  display: inline-block;
  margin-top: 80px;
  padding-left: 0;
}
#join .joinItems .rightListJoin {
  padding-left: 80px;
}
@media screen and (max-width: 1670px) {
  #join .joinItems .rightListJoin {
    padding-left: 53px;
  }
}
@media only screen and (max-width: 1440px) {
  #join .joinItems .rightListJoin {
    float: right;
    width: 71%;
  }
  #join .joinItems .rightListJoin:first-child {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 1200px) {
  #join .joinItems .rightListJoin {
    width: 38%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  #join .joinItems .rightListJoin {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinItems .rightListJoin {
    width: 65%;
  }
}
@media only screen and (max-width: 600px) {
  #join .joinItems .rightListJoin {
    width: 74%;
  }
}
@media only screen and (max-width: 600px) {
  #join .joinItems .rightListJoin {
    width: 74%;
  }
}
@media only screen and (max-width: 450px) {
  #join .joinItems .rightListJoin {
    width: 80%;
  }
}
#join .joinItems .borderBottom {
  border-bottom: 1px solid #000;
  clear: both;
  padding-top: 25px;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1750px) {
  #join .joinItems .borderBottom {
    width: 72%;
  }
}
@media only screen and (max-width: 1440px) {
  #join .joinItems .borderBottom {
    width: 60%;
  }
}
@media only screen and (max-width: 450px) {
  #join .joinItems .borderBottom {
    width: 95%;
  }
}
#join .joinItems .secure {
  font-size: 32px;
  font-family: 'zona_probold';
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #join .joinItems .secure {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  #join .joinItems .secure {
    font-size: 22px;
  }
}
@media only screen and (max-width: 450px) {
  #join .joinItems .secure {
    font-size: 22px;
  }
}
#join .joinItems .noReferences {
  font-family: 'zona_probold';
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  #join .joinItems .noReferences {
    font-size: 12px;
  }
}
#join .joinMinutesOnly .submit-butt-desktop:disabled {
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed;
}
#join .joinMinutesOnly .submit-butt-desktop:disabled:hover {
  box-shadow: none !important;
}
#join .joinMinutesOnly .checkedInput {
  background: #686868;
  color: #fff !important;
}
#join .joinMinutesOnly .checkedInput .bigRadioPrice,
#join .joinMinutesOnly .checkedInput .bigRadio,
#join .joinMinutesOnly .checkedInput .bigRadioDays2,
#join .joinMinutesOnly .checkedInput .bigRadioPrice2 {
  color: #fff !important;
}
#join .joinMinutesOnly input[type="radio"] {
  height: 10px;
  width: 10px;
  border: 1px solid #808080;
}
#join .joinMinutesOnly .radioBiggest input[type="radio"] {
  margin-top: -8px;
}
#join .joinMinutesOnly input[type="radio"]:after {
  height: 6px;
  left: 2px;
  top: 2px;
  width: 6px;
}
#join .joinMinutesOnly input[type="radio"]:checked:after {
  background-color: #686868;
}
#join .joinMinutesOnly .otherOperations {
  background: #ffff;
  width: 300px;
  height: 40px;
  font-size: 14px;
  border: none;
  border-radius: 0;
}
#join .joinMinutesOnly .otherOperations:hover {
  background: #686868;
}
@media only screen and (max-width: 992px) {
  #join .joinMinutesOnly .otherOperations {
    width: 90%;
  }
}
#join .joinMinutesOnly .otherOperations span {
  color: #363636;
  font-size: 14px;
}
#join .joinMinutesOnly .otherOperations .bigRadioDays2 {
  font-size: 14px;
}
#join .joinMinutesOnly .otherOperations .bigRadioPrice2 {
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  #join .joinMinutesOnly .otherOperations .bigRadioPrice2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 450px) {
  #join .joinMinutesOnly .otherOperations .bigRadioPrice2 {
    font-size: 14px;
  }
}
#join .joinMinutesOnly .greenBtn {
  background: #fff;
  color: #363636 !important;
  border: none;
  width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 15px;
  border-radius: 0;
}
#join .joinMinutesOnly .greenBtn:hover {
  background: #686868;
}
#join .joinMinutesOnly .greenBtn .bigRadio {
  color: #363636;
  font-family: 'zona_probold';
  font-size: 14px;
}
#join .joinMinutesOnly .greenBtn .bigRadioPrice {
  font-family: 'zona_probold';
  font-size: 14px;
}
#join .joinMinutesOnly .formsHolder label {
  color: #fff;
  font-size: 10px;
  font-family: 'zona_prothin';
}
#join .joinMinutesOnly .formsHolder ::-moz-placeholder {
  color: #363636;
  font-size: 14px;
  font-family: 'zona_prothin';
}
#join .joinMinutesOnly .formsHolder ::placeholder {
  color: #363636;
  font-size: 14px;
  font-family: 'zona_prothin';
}
@media (min-width: 992px) {
  #join .joinMinutesOnly .displayStyle {
    display: flex;
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  #join .joinMinutesOnly .displayStyle {
    padding: 0;
  }
}
#join .joinMinutesOnly .formHolder {
  background: #71a4ab;
  padding: 94px 0 100px 0;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1400px) {
  #join .joinMinutesOnly .formHolder {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 992px) {
  #join .joinMinutesOnly .formHolder {
    padding: 10px 0 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinMinutesOnly .formHolder {
    background: #fff;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinMinutesOnly .paddingXs {
    padding-bottom: 15px;
  }
  #join .joinMinutesOnly .paddingXs .marginTop {
    margin-top: 0;
  }
}
#join .joinMinutesOnly .paddingMD {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  #join .joinMinutesOnly .paddingMD {
    padding-left: 0;
  }
}
#join .joinMinutesOnly .welcomeHolder {
  position: relative;
  padding-top: 94px;
}
@media only screen and (max-width: 992px) {
  #join .joinMinutesOnly .welcomeHolder {
    padding: 30px 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinMinutesOnly .welcomeHolder {
    background: #71a4ab;
  }
}
@media only screen and (max-width: 992px) {
  #join .joinMinutesOnly .welcomeHolder.holderPadding {
    padding-top: 70px;
  }
}
#join .joinMinutesOnly .welcomeHolder .title {
  color: #363636;
  font-size: 36px;
  padding-bottom: 25px;
  font-family: 'zona_probold';
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #join .joinMinutesOnly .welcomeHolder .title {
    color: #FFF;
    font-size: 28px;
  }
}
#join .joinMinutesOnly .welcomeHolder p {
  font-size: 14px;
  color: #363636;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #join .joinMinutesOnly .welcomeHolder p {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #join .joinMinutesOnly .welcomeHolder p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinMinutesOnly .welcomeHolder p {
    color: #FFF;
  }
}
@media only screen and (max-width: 600px) {
  #join .joinMinutesOnly .welcomeHolder p {
    width: 90%;
  }
}
#join .joinMinutesOnly .welcomeHolder .centralImage {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  #join .joinMinutesOnly .welcomeHolder .centralImage {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  #join .joinMinutesOnly .welcomeHolder .centralImage {
    display: none;
  }
}
#join .joinMinutesOnly .joinForms .titleJoinSection {
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding: 20px 0 10px 0;
}
@media only screen and (max-width: 767px) {
  #join .joinMinutesOnly .joinForms .titleJoinSection {
    color: #363636;
  }
}
#join .joinMinutesOnly .joinForms h2 {
  color: #fff;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  #join .joinMinutesOnly .joinForms h2 {
    color: #363636;
    font-size: 28px;
  }
}
#join .joinMinutesOnly .joinForms .contentHolder {
  width: 300px;
  margin: 0 auto;
}
#join .joinMinutesOnly .joinForms .contentHolder .height-auto {
  height: auto !important;
}
#join .joinMinutesOnly .joinForms .contentHolder .checkedInput {
  background: #686868;
  color: #fff !important;
  border-top: 1px solid #686868;
}
@media only screen and (max-width: 767px) {
  #join .joinMinutesOnly .joinForms .contentHolder .checkedInput {
    background: #42858F;
    color: #363636 !important;
    border-top: 1px solid #42858F;
  }
}
#join .joinMinutesOnly .joinForms .contentHolder .checkedInput input[type="radio"] {
  border: none;
}
#join .joinMinutesOnly .joinForms .contentHolder .cardHolder {
  background-color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin-bottom: 10px;
}
#join .joinMinutesOnly .joinForms .contentHolder .cardHolder:last-child {
  margin-bottom: 20px;
}
#join .joinMinutesOnly .joinForms .contentHolder .cardHolder label {
  margin: 0;
  width: 300px;
  padding: 0 10px;
  cursor: pointer;
}
#join .joinMinutesOnly .joinForms .contentHolder .cardHolder .radioP {
  padding-bottom: 0;
  color: #363636;
  font-family: 'zona_probold';
  font-size: 14px;
}
#join .joinMinutesOnly .joinForms .contentHolder .cardHolder .radioP.checkedInput {
  color: #FFF !important;
}
#join .joinMinutesOnly .joinForms .contentHolder .cardHolder .radioP.checkedInput input[type="radio"]:after {
  background-color: #686868;
}
#join .joinMinutesOnly .joinForms .contentHolder .cardHolder input[type="radio"]:checked:after {
  background-color: #686868;
}
#join .joinMinutesOnly .joinForms .contentHolder .payHolder {
  background-color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #join .joinMinutesOnly .joinForms .contentHolder .payHolder {
    background: #F2F2F2;
  }
}
#join .joinMinutesOnly .joinForms .contentHolder .payHolder label {
  margin: 0;
  width: 300px;
  padding: 0 10px;
  cursor: pointer;
}
#join .joinMinutesOnly .joinForms .contentHolder .payHolder .radioP {
  padding-bottom: 0;
  color: #363636;
  font-family: 'zona_probold';
  font-size: 14px;
}
#join .joinMinutesOnly .joinForms .contentHolder .payHolder .radioP.checkedInput {
  color: #FFF !important;
}
#join .joinMinutesOnly .joinForms .contentHolder .payHolder input[type="radio"]:checked:after {
  background-color: #686868;
}
#join .joinMinutesOnly .joinForms .form-group {
  padding-left: 0;
  padding-right: 0;
}
#join .joinMinutesOnly .joinForms .form-control {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  border: 1px solid #707070;
  box-shadow: none;
  color: #363636;
  font-family: 'zona_prothin';
}
#join .joinMinutesOnly .formsHolder {
  border: none;
  margin: 0;
  padding: 0;
}
#join .joinMinutesOnly .btnJoinBigger {
  width: 300px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  padding: 0;
  background-color: #CA0000;
  margin-top: 8px;
}
#join .joinMinutesOnly .btnJoinBigger h4 {
  font-size: 14px;
}
#join .joinMinutesOnly .moreOption {
  clear: both;
}
#join .joinMinutesOnly .moreOption .toggleOptions,
#join .joinMinutesOnly .moreOption .toggleOptions2 {
  font-size: 10px;
  color: #FFF;
  font-family: 'zona_probold';
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  padding: 10px;
}
#join .joinMinutesOnly .moreOption .toggleOptions .fa,
#join .joinMinutesOnly .moreOption .toggleOptions2 .fa {
  margin-top: 7px;
}
@media only screen and (max-width: 992px) {
  #join .joinMinutesOnly .otherOperations {
    width: 100%;
  }
  #join .joinMinutesOnly .otherOperations:hover {
    background: #42858F;
  }
}
#join .joinMinutesOnly .otherOperations:last-child {
  margin-bottom: 20px;
}
#join .joinMinutesOnly .formsHolder label {
  font-family: 'zona_probold';
}
@media only screen and (max-width: 767px) {
  #join .joinMinutesOnly .formsHolder label {
    color: #363636;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinMinutesOnly .bgr-xs {
    background-color: #F2F2F2;
  }
}
@media only screen and (max-width: 992px) {
  #join .joinMinutesOnly .greenBtn:hover {
    background: #42858F;
  }
}
#join.joinMinutesOnlyTest .radioBiggest input[type="radio"] {
  margin-top: -4px !important;
}
#join .joinTest .checkedInput {
  background: #686868;
  color: #fff !important;
}
#join .joinTest .checkedInput .bigRadioPrice,
#join .joinTest .checkedInput .bigRadio,
#join .joinTest .checkedInput .bigRadioDays2,
#join .joinTest .checkedInput .bigRadioPrice2,
#join .joinTest .checkedInput .bigRadioDays {
  color: #fff !important;
}
#join .joinTest input[type="radio"] {
  height: 10px;
  width: 10px;
  border: 1px solid #808080;
}
#join .joinTest .radioBiggest input[type="radio"] {
  margin-top: -8px;
}
#join .joinTest input[type="radio"]:after {
  height: 6px;
  left: 2px;
  top: 2px;
  width: 6px;
}
#join .joinTest input[type="radio"]:checked:after {
  background-color: #686868;
}
#join .joinTest .otherOperations {
  background: #ffff;
  width: 300px;
  height: 40px;
  font-size: 14px;
  border: none;
  border-radius: 0;
}
#join .joinTest .otherOperations:hover {
  background: #686868;
}
@media only screen and (max-width: 992px) {
  #join .joinTest .otherOperations {
    width: 90%;
  }
}
#join .joinTest .otherOperations span {
  color: #363636;
  font-size: 14px;
}
#join .joinTest .otherOperations .bigRadioDays2 {
  font-size: 14px;
}
#join .joinTest .otherOperations .bigRadioPrice2 {
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  #join .joinTest .otherOperations .bigRadioPrice2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 450px) {
  #join .joinTest .otherOperations .bigRadioPrice2 {
    font-size: 14px;
  }
}
#join .joinTest .greenBtn {
  background: #fff;
  color: #363636 !important;
  border: none;
  width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 15px;
  border-radius: 0;
}
#join .joinTest .greenBtn:hover {
  background: #686868;
}
#join .joinTest .greenBtn .bigRadio {
  color: #363636;
  font-family: 'zona_probold';
  font-size: 14px;
}
#join .joinTest .greenBtn .bigRadioPrice {
  font-family: 'zona_probold';
  font-size: 14px;
}
#join .joinTest .formsHolder label {
  color: #fff;
  font-size: 10px;
  font-family: 'zona_prothin';
}
#join .joinTest .formsHolder ::-moz-placeholder {
  color: #363636;
  font-size: 14px;
  font-family: 'zona_prothin';
}
#join .joinTest .formsHolder ::placeholder {
  color: #363636;
  font-size: 14px;
  font-family: 'zona_prothin';
}
@media (min-width: 992px) {
  #join .joinTest .displayStyle {
    display: flex;
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  #join .joinTest .displayStyle {
    padding: 0;
  }
}
#join .joinTest .formHolder {
  background: #71a4ab;
  padding: 94px 0 100px 0;
  width: 100%;
}
@media (min-width: 992px) {
  #join .joinTest .formHolder {
    min-height: 800px;
  }
}
@media only screen and (max-width: 992px) {
  #join .joinTest .formHolder {
    padding: 10px 0 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinTest .formHolder {
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinTest .paddingXs {
    padding-bottom: 15px;
  }
  #join .joinTest .paddingXs .marginTop {
    margin-top: 0;
  }
}
#join .joinTest .paddingMD {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  #join .joinTest .paddingMD {
    padding-left: 0;
  }
}
#join .joinTest .welcomeHolder {
  position: relative;
  padding-top: 94px;
}
@media only screen and (max-width: 992px) {
  #join .joinTest .welcomeHolder {
    padding: 30px 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinTest .welcomeHolder {
    background: #71a4ab;
  }
}
@media only screen and (max-width: 992px) {
  #join .joinTest .welcomeHolder.holderPadding {
    padding-top: 70px;
  }
}
#join .joinTest .welcomeHolder .title {
  color: #363636;
  font-size: 36px;
  padding-bottom: 25px;
  font-family: 'zona_probold';
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #join .joinTest .welcomeHolder .title {
    color: #FFF;
    font-size: 28px;
  }
}
#join .joinTest .welcomeHolder p {
  font-size: 14px;
  color: #363636;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #join .joinTest .welcomeHolder p {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #join .joinTest .welcomeHolder p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinTest .welcomeHolder p {
    color: #FFF;
  }
}
@media only screen and (max-width: 600px) {
  #join .joinTest .welcomeHolder p {
    width: 90%;
  }
}
#join .joinTest .welcomeHolder .centralImage {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  #join .joinTest .welcomeHolder .centralImage {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  #join .joinTest .welcomeHolder .centralImage {
    display: none;
  }
}
#join .joinTest .joinForms .titleJoinSection {
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding: 20px 0 10px 0;
}
@media only screen and (max-width: 767px) {
  #join .joinTest .joinForms .titleJoinSection {
    color: #363636;
  }
}
#join .joinTest .joinForms h2 {
  color: #fff;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  #join .joinTest .joinForms h2 {
    color: #363636;
    font-size: 28px;
  }
}
#join .joinTest .joinForms .contentHolder {
  width: 300px;
  margin: 0 auto;
}
#join .joinTest .joinForms .contentHolder .height-auto {
  height: auto !important;
}
#join .joinTest .joinForms .contentHolder .checkedInput {
  background: #686868;
  color: #fff !important;
  border-top: 1px solid #686868;
}
@media only screen and (max-width: 767px) {
  #join .joinTest .joinForms .contentHolder .checkedInput {
    background: #42858F;
    color: #363636 !important;
    border-top: 1px solid #42858F;
  }
}
#join .joinTest .joinForms .contentHolder .checkedInput input[type="radio"] {
  border: none;
}
#join .joinTest .joinForms .contentHolder .cardHolder {
  background-color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin-bottom: 10px;
}
#join .joinTest .joinForms .contentHolder .cardHolder:last-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #join .joinTest .joinForms .contentHolder .cardHolder {
    background: #F2F2F2;
  }
}
#join .joinTest .joinForms .contentHolder .cardHolder label {
  margin: 0;
  width: 300px;
  padding: 0 10px;
  cursor: pointer;
}
#join .joinTest .joinForms .contentHolder .cardHolder .radioP {
  padding-bottom: 0;
  color: #363636;
  font-family: 'zona_probold';
  font-size: 14px;
}
#join .joinTest .joinForms .contentHolder .cardHolder .radioP.checkedInput {
  color: #FFF !important;
}
#join .joinTest .joinForms .contentHolder .cardHolder .radioP.checkedInput input[type="radio"]:after {
  background-color: #686868;
}
#join .joinTest .joinForms .contentHolder .cardHolder input[type="radio"]:checked:after {
  background-color: #686868;
}
#join .joinTest .joinForms .form-group {
  padding-left: 0;
  padding-right: 0;
}
#join .joinTest .joinForms .form-control {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  border: 1px solid #707070;
  box-shadow: none;
  color: #363636;
  font-family: 'zona_prothin';
}
#join .joinTest .formsHolder {
  border: none;
  margin: 0;
  padding: 0;
}
#join .joinTest .btnJoinBigger {
  width: 300px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  padding: 0;
  background-color: #CA0000;
  margin-top: 8px;
}
#join .joinTest .btnJoinBigger h4 {
  font-size: 14px;
}
#join .joinTest .moreOption {
  clear: both;
}
#join .joinTest .moreOption .toggleOptions,
#join .joinTest .moreOption .toggleOptions2 {
  font-size: 10px;
  color: #FFF;
  font-family: 'zona_probold';
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  padding: 10px;
}
#join .joinTest .moreOption .toggleOptions .fa,
#join .joinTest .moreOption .toggleOptions2 .fa {
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  #join .joinTest .moreOption .toggleOptions,
  #join .joinTest .moreOption .toggleOptions2 {
    color: #363636;
  }
}
@media only screen and (max-width: 992px) {
  #join .joinTest .otherOperations {
    width: 100%;
  }
  #join .joinTest .otherOperations:hover {
    background: #42858F;
  }
}
#join .joinTest .otherOperations:last-child {
  margin-bottom: 20px;
}
#join .joinTest .formsHolder label {
  font-family: 'zona_probold';
}
@media only screen and (max-width: 767px) {
  #join .joinTest .formsHolder label {
    color: #363636;
  }
}
#join .joinTest .formsHolder #termsText label {
  font-size: 14px;
  display: inline;
  font-family: 'zona_prothin';
}
@media only screen and (max-width: 767px) {
  #join .joinTest .formsHolder #termsText {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinTest .bgr-xs {
    background-color: #F2F2F2;
  }
}
@media only screen and (max-width: 992px) {
  #join .joinTest .greenBtn:hover {
    background: #42858F;
  }
}
#join .secureHolder {
  margin-top: 20px;
  margin-bottom: 20px;
}
#join .joinForms {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
@media only screen and (max-width: 1200px) {
  #join .joinForms {
    width: 45%;
  }
}
@media only screen and (max-width: 992px) {
  #join .joinForms {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinForms {
    width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  #join .joinForms {
    width: 80%;
  }
}
@media only screen and (max-width: 450px) {
  #join .joinForms {
    width: 90%;
  }
}
#join .joinForms h2 {
  color: #ed0202;
  font-size: 40px;
  font-family: 'zona_probold';
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #join .joinForms h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinForms h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 600px) {
  #join .joinForms h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 450px) {
  #join .joinForms h2 {
    font-size: 25px;
  }
}
#join .joinForms .titleJoinSection {
  font-family: 'zona_probold';
  font-size: 36px;
  padding: 15px 30px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #join .joinForms .titleJoinSection {
    font-size: 30px;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinForms .titleJoinSection {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  #join .joinForms .titleJoinSection {
    font-size: 24px;
  }
}
@media only screen and (max-width: 450px) {
  #join .joinForms .titleJoinSection {
    font-size: 22px;
  }
}
#join .joinForms .titleJoinSection i {
  cursor: pointer;
}
#join .joinForms .titleJoinSection .my-tooltip {
  position: relative;
  display: inline-block;
}
#join .joinForms .titleJoinSection .my-tooltip .my-tooltiptext {
  display: none;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 140%;
  white-space: nowrap;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #join .joinForms .titleJoinSection .my-tooltip .my-tooltiptext {
    left: inherit;
    right: -68px;
    top: 100%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 450px) {
  #join .joinForms .titleJoinSection .my-tooltip .my-tooltiptext {
    right: -37px;
  }
}
#join .joinForms .titleJoinSection .my-tooltip .my-tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
@media only screen and (max-width: 767px) {
  #join .joinForms .titleJoinSection .my-tooltip .my-tooltiptext::after {
    display: none;
  }
}
#join .joinForms .titleJoinSection .my-tooltip:hover .my-tooltiptext {
  display: block;
}
#join .joinForms .faqTitle {
  color: #000;
}
#join .borderStar {
  clear: both;
  border-bottom: 1px solid black;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}
#join .borderStar img,
#join .borderStar .fa {
  display: inline-block;
  color: #DAA520;
  background: #fff;
}
#join .borderStar .starHolder {
  margin-bottom: -14px;
  font-size: 20px;
}
#join .formsHolder {
  border: 1px solid black;
  margin: 12px 0;
  padding: 0 0 10px 0;
}
#join .formsHolder .form-control {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 46px;
}
@media only screen and (max-width: 450px) {
  #join .formsHolder .form-control {
    width: 90%;
  }
}
#join ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-family: 'zona_probold';
}
#join ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-family: 'zona_probold';
}
#join :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-family: 'zona_probold';
}
#join :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-family: 'zona_probold';
}
#join input,
#join select {
  border-radius: 0;
  border: 1px solid #a8a8a8;
}
#join select:invalid {
  color: gray;
  font-family: 'zona_probold';
}
#join .usernameSubtitle {
  padding-left: 15px;
  margin-bottom: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  #join .usernameSubtitle {
    padding-left: 0;
    font-size: 11px;
  }
}
@media only screen and (max-width: 450px) {
  #join .usernameSubtitle {
    font-size: 10px;
    text-align: center;
    width: 100%;
  }
}
#join .radioP {
  display: inline-block;
  font-family: 'zona_probold';
  font-size: 16px;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  #join .radioP {
    padding-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  #join .radioP {
    display: block;
  }
}
#join .redLink {
  font-family: 'zona_probold';
  color: #ed0202;
}
#join .greenBtn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  #join .greenBtn {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  #join .greenBtn {
    font-size: 22px;
  }
}
@media only screen and (max-width: 450px) {
  #join .greenBtn {
    font-size: 16px;
  }
}
#join .greenBtn .bigRadio {
  color: #fff;
}
#join .greenBtn .bigRadioPrice {
  font-size: 30px;
  float: right;
}
@media only screen and (max-width: 600px) {
  #join .greenBtn .bigRadioPrice {
    font-size: 26px;
  }
}
@media only screen and (max-width: 450px) {
  #join .greenBtn .bigRadioPrice {
    font-size: 20px;
  }
}
#join .unlimitedAccess {
  font-size: 14px;
  font-family: 'zona_prothin';
  display: block;
}
@media only screen and (max-width: 1200px) {
  #join .unlimitedAccess {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  #join .unlimitedAccess {
    font-size: 10px;
  }
}
@media only screen and (max-width: 450px) {
  #join .unlimitedAccess {
    font-size: 8px;
  }
}
#join .radioHolder {
  display: inline-block;
}
#join #btnJoinSecurion:disabled {
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
}
#join #btnJoinSecurion:disabled:hover {
  box-shadow: none !important;
}
#join .btnJoinBigger {
  background-color: #ed0202;
  font-family: "zona_probold";
  color: #fff;
  font-size: 21px;
  padding: 5px 10px;
  line-height: 24px;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
  width: 80%;
  border: none;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
}
#join .btnJoinBigger:hover {
  transition: all 0.2s ease !important;
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  -ms-transition: all 0.2s ease !important;
  background: rgba(0, 0, 0, 0) !important;
  color: #ed0202 !important;
  box-shadow: inset 0 0 0 3px #ed0202 !important;
}
#join .btnJoinBigger:hover a {
  color: #ed0202 !important;
}
#join .btnJoinBigger:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
#join .btnJoinBigger:hover a {
  color: #ed0202;
}
#join .btnJoinBigger:hover {
  background: #b30202 !important;
  box-shadow: inset 0 0 0 3px #b30202 !important;
  color: #fff !important;
}
#join .btnJoinBigger:disabled {
  cursor: not-allowed !important;
}
@media only screen and (max-width: 992px) {
  #join .btnJoinBigger {
    width: 90%;
  }
}
#join .btnJoinBigger h4 {
  font-size: 35px;
}
@media only screen and (max-width: 992px) {
  #join .btnJoinBigger h4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 600px) {
  #join .btnJoinBigger h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 450px) {
  #join .btnJoinBigger h4 {
    font-size: 22px;
  }
}
#join .moreOption {
  text-align: center;
  margin: 15px 0 5px 0;
}
#join .moreOption .toggleOptions {
  font-size: 16px;
  color: #000;
}
#join .otherOperations {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
#join .otherOperations:last-child {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  #join .otherOperations {
    width: 90%;
  }
}
#join .otherOperations span {
  color: #fff;
  font-family: 'zona_probold';
}
#join .otherOperations .bigRadioDays2 {
  font-size: 26px;
}
@media only screen and (max-width: 600px) {
  #join .otherOperations .bigRadioDays2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 450px) {
  #join .otherOperations .bigRadioDays2 {
    font-size: 16px;
  }
}
#join .otherOperations .bigRadioPrice2 {
  font-size: 30px;
}
@media only screen and (max-width: 600px) {
  #join .otherOperations .bigRadioPrice2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 450px) {
  #join .otherOperations .bigRadioPrice2 {
    font-size: 20px;
  }
}
#join input[type="radio"] {
  background-color: #FFF;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  position: relative;
  width: 20px;
  -webkit-appearance: none;
  box-shadow: 1px 1px 3px #ccc;
  outline: 0;
  border: none;
}
@media only screen and (max-width: 600px) {
  #join input[type="radio"] {
    margin-right: 0;
  }
}
#join .radioBiggest input[type="radio"] {
  margin-top: -14px;
  vertical-align: middle;
}
#join input[type="radio"]:after {
  border-radius: 100%;
  content: '';
  display: block;
  height: 10px;
  left: 5px;
  position: relative;
  top: 5px;
  width: 10px;
}
#join input[type="radio"]:checked:after {
  background-color: #000;
}
#join .radio input[type="radio"],
#join .radio-inline input[type="radio"],
#join .checkbox input[type="checkbox"],
#join .checkbox-inline input[type="checkbox"] {
  margin-top: -2px;
  margin-left: -5px !important;
}
#join .bigRadioPrice2 {
  float: right;
  margin-top: 2px;
  padding-right: 10px;
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  #join .payHolder {
    width: 100%;
    padding-left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  #join .payHolder {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 600px) {
  #join .payHolder img {
    width: 50px;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #join .payHolder .marginTop {
    margin-top: 0;
  }
}
#join .sectionName {
  font-size: 80px;
  padding: 30px 0 40px 0;
}
@media screen and (max-width: 1670px) {
  #join .sectionName {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1440px) {
  #join .sectionName {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  #join .sectionName {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #join .sectionName {
    font-size: 40px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  #join .sectionName {
    font-size: 32px;
  }
}
@media only screen and (max-width: 450px) {
  #join .sectionName {
    font-size: 22px;
  }
}
#join .sectionNameTitle {
  font-size: 70px;
}
@media only screen and (max-width: 1440px) {
  #join .sectionNameTitle {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  #join .sectionNameTitle {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #join .sectionNameTitle {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #join .sectionNameTitle {
    font-size: 32px;
  }
}
@media only screen and (max-width: 450px) {
  #join .sectionNameTitle {
    font-size: 22px;
  }
}
#join .imgHolder {
  position: relative;
  width: 26%;
}
#join .imgHolder .bgrGirlImg {
  position: absolute;
  left: 0;
  top: 0;
}
#join .imgHolder2 {
  position: relative;
  width: 29%;
  float: right;
}
#join .imgHolder2 .bgrGirlImg2 {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 992px) {
  #join .paddingSM {
    padding-top: 10%;
  }
}
#join .paddingBottom {
  padding-bottom: 30px;
}
#join .joinBottomText {
  margin-top: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #join .joinBottomText {
    margin-bottom: 15px;
  }
}
#join .joinBottomText h3 {
  font-family: 'zona_probold';
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #join .joinBottomText h3 {
    font-size: 18px;
  }
}
#join .joinBottomText .joinForms {
  width: 100%;
}
#join .joinBottomText .joinForms h2 {
  padding: 20px 0;
  font-size: 50px;
  margin-top: 35px;
}
@media only screen and (max-width: 1200px) {
  #join .joinBottomText .joinForms h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  #join .joinBottomText .joinForms h2 {
    font-size: 42px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 600px) {
  #join .joinBottomText .joinForms h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 450px) {
  #join .joinBottomText .joinForms h2 {
    font-size: 25px;
    padding: 0;
  }
}
@media only screen and (max-width: 1440px) {
  #join .joinList {
    width: 100%;
  }
}
#join .joinBtn {
  border-radius: 24px;
  border: none;
}
#join .joinBtn:hover {
  background-color: #fff;
}
#join .joinText {
  padding: 0 30px;
}
@media only screen and (max-width: 450px) {
  #join .joinText {
    padding: 0 20px;
  }
}
#join .joinText .joinTextHolder {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 0 10px 10px 10px;
  margin-top: 20px;
  border: 1px solid #EBEBEB;
}
#join .available {
  padding: 10px 0 10px 20px;
  font-family: 'zona_probold';
}
#minutesPackage {
  list-style: none;
  padding-left: 0;
}
#minutesPackage li {
  background: #49b549;
  width: 90%;
  font-size: 30px;
  font-family: 'zona_probold';
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  #minutesPackage li {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  #minutesPackage li {
    font-size: 24px;
  }
}
@media only screen and (max-width: 450px) {
  #minutesPackage li {
    font-size: 18px;
  }
}
#minutesPackage li .discountPrice,
#minutesPackage li .regularPrice {
  float: right;
}
@media only screen and (max-width: 450px) {
  #minutesPackage li .discountPrice,
  #minutesPackage li .regularPrice {
    margin-top: 7px;
  }
}
#minutesPackage li input[type="checkbox"] {
  background-color: #FFF;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  position: relative;
  width: 20px;
  -webkit-appearance: none;
  box-shadow: 1px 1px 3px #ccc;
  outline: 0;
  border: none;
}
@media only screen and (max-width: 450px) {
  #minutesPackage li input[type="checkbox"] {
    margin-right: 0;
  }
}
#minutesPackage li input[type="checkbox"]:after {
  border-radius: 100%;
  content: '';
  display: block;
  height: 10px;
  left: 5px;
  position: relative;
  top: 5px;
  width: 10px;
}
#minutesPackage li input[type="checkbox"]:checked:after {
  background-color: #000;
}
#join .checkedInput {
  background: #49b549;
}
#join .checkedInput input {
  background: #fff !important;
}
#join .showOptions2 {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #join .showOptions2 {
    color: #363636;
  }
}
.joinMovieSection {
  margin-top: 30px;
}
.joinMovieSection .movieCoverImg img:hover {
  border: 4px solid #f0f0f0;
}
.joinMovieSection .movieCoverImg .movieDetails {
  cursor: default;
}
.joinInovioCustomerInfo .form-group label {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.joinInovioCustomerInfo .country_list_holder h5 {
  text-align: center;
  color: #fff;
  background: red;
  padding: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'zona_probold';
}
.joinInovioCustomerInfo ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: gray !important;
  font-family: 'zona_probold';
}
.joinInovioCustomerInfo ::-moz-placeholder {
  /* Firefox 19+ */
  color: gray !important;
  font-family: 'zona_probold';
}
.joinInovioCustomerInfo :-ms-input-placeholder {
  /* IE 10+ */
  color: gray !important;
  font-family: 'zona_probold';
}
.joinInovioCustomerInfo :-moz-placeholder {
  /* Firefox 18- */
  color: gray !important;
  font-family: 'zona_probold';
}
.months,
.years {
  width: 49%;
  display: inline-block;
  font-family: 'zona_probold';
  color: #000;
}
.months select,
.years select {
  width: 100% !important;
  font-family: 'zona_probold';
  color: gray;
}
.datePickerCustomerInfo {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 46px;
}
@media only screen and (max-width: 450px) {
  .datePickerCustomerInfo {
    width: 90%;
  }
}
.joinInovioLogoHolder {
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .joinInovioLogoHolder {
    text-align: center;
  }
}
.joinInovioLogoHolder img {
  display: inline-block;
  width: 252px;
  float: left;
}
@media only screen and (max-width: 992px) {
  .joinInovioLogoHolder img {
    width: 235px;
  }
}
@media only screen and (max-width: 767px) {
  .joinInovioLogoHolder img {
    width: 290px;
    float: none;
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 450px) {
  .joinInovioLogoHolder img {
    width: 220px;
  }
}
.joinInovioLogoHolder .secureHolder {
  float: right;
  display: inline-block;
  clear: both;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .joinInovioLogoHolder .secureHolder {
    margin-top: 65px !important;
    float: none;
  }
}
.joinInovioLogoHolder .secureHolder .secure {
  font-size: 18px !important;
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 450px) {
  .joinInovioLogoHolder .secureHolder .secure {
    font-size: 15px !important;
    margin-bottom: 10px;
  }
}
.joinInovioLogoHolder .secureHolder .noReferences {
  font-size: 13px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .joinInovioLogoHolder .secureHolder .noReferences {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .joinInovioLogoHolder .secureHolder .noReferences {
    font-size: 10px;
  }
}
@media (max-width: 1600px) {
  .brakeXs {
    display: block;
  }
}
.payment-lock-container {
  position: fixed;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 430px;
  z-index: 1000;
  top: 35%;
  display: none;
}
.payment-lock-container .payment-lock {
  display: flex;
  background: white;
  width: 100%;
  max-width: 520px;
  max-height: 382px;
  border: 1px solid #71A4AB;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px;
}
.payment-lock-container .payment-img img {
  width: 160px;
}
.payment-lock-container .payment-text {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #71A4AB;
  font-family: 'zona_probold';
  padding-top: 25px;
}
.payment-lock-background {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  filter: blur(8px);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  display: none;
}
#pricing .row.pricing_payment {
  background: #f8f8f8;
  padding: 30px 0 30px 30px;
  margin: auto;
  display: flex;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #pricing .row.pricing_payment {
    display: block;
  }
}
#pricing .row.pricing_payment .col-md-4.text-center {
  background: #fff;
  padding: 30px;
  border-right: 30px solid #f8f8f8;
  width: 100%;
}
#pricing .row.pricing_payment .col-md-4.text-center .center_logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
#pricing .row.pricing_payment .col-md-4.text-center img {
  margin: auto;
}
#pricing .row.pricing_payment .col-md-4.text-center .img_years {
  width: 47%;
}
@media only screen and (max-width: 992px) {
  #pricing .row.pricing_payment .col-md-4.text-center .img_years {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #pricing .row.pricing_payment .col-md-4.text-center .img_years {
    width: 34%;
  }
}
@media only screen and (max-width: 600px) {
  #pricing .row.pricing_payment .col-md-4.text-center .img_years {
    width: 40%;
  }
}
@media only screen and (max-width: 450px) {
  #pricing .row.pricing_payment .col-md-4.text-center .img_years {
    width: 80%;
  }
}
#pricing h3 {
  font-size: 21px;
  color: #444 !important;
  text-transform: uppercase !important;
  font-family: 'zona_probold';
}
#pricing h5 {
  font-weight: 100;
  margin-bottom: 0;
}
#pricing .row.pricing_payment .col-md-4.text-center.center_logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cvv_input {
  background-image: url(https://www.adultrental.com/images/credit_card_back.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50px 25px;
  background-origin: content-box;
}
.cvv_input:hover ~ .cvvCard {
  display: block !important;
}
@media only screen and (max-width: 992px) {
  .cvv_input {
    background-size: 40px 25px;
  }
}
@media only screen and (max-width: 600px) {
  .cvv_input {
    background-image: none;
  }
}
.cvvCard {
  display: none;
  margin-top: 5px;
  width: 50%;
  position: absolute;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
}
.summarySection {
  font-family: 'zona_probold';
  text-align: center;
}
.summarySection p {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 450px) {
  .summarySection p {
    width: 90%;
  }
}
.text_holder {
  width: 100%;
  font-size: 12px;
  display: none;
  color: #fff;
}
.joinTest .joinForms {
  width: 100% !important;
}
.joinTest .joinBottomText .joinForms {
  width: 100% !important;
}
.joinMinutesOnly .joinForms {
  width: 100% !important;
}
.joinMinutesOnly .joinBottomText .joinForms {
  width: 100% !important;
}
@media (max-width: 1600px) {
  #join .joinTest .joinForms .titleJoinSection .my-tooltip .my-tooltiptext,
  #join .joinMinutesOnly .joinForms .titleJoinSection .my-tooltip .my-tooltiptext {
    left: inherit;
    right: -68px;
    top: 100%;
    font-size: 12px;
  }
  ::after {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  #join .joinTest .joinForms .titleJoinSection .my-tooltip .my-tooltiptext {
    right: -37px;
  }
}
#replaceUpgrade,
#upgrade,
#termsText {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #replaceUpgrade,
  #upgrade,
  #termsText {
    color: #363636;
  }
}
#replaceUpgrade strong,
#upgrade strong,
#termsText strong {
  font-family: 'zona_probold';
}
.txtRed {
  color: #ed0202;
}
@media only screen and (max-width: 450px) {
  .txtRed {
    font-size: 14px;
  }
  .txtRed span {
    font-size: 14px;
  }
}
.joinMarg {
  margin: 0 20px 40px 20px;
}
.paypal-icon {
  padding-right: 3px;
  position: relative;
  top: -4px;
  width: 80px;
}
@media only screen and (max-width: 600px) {
  .paypal-icon {
    width: 70px !important;
  }
}
.nowrap {
  white-space: nowrap;
}
.textBackgroundBottom {
  color: #fff;
}
#no_minutes_straight {
  box-shadow: none;
}
.profile-page .submit-butt-desktop:disabled {
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed;
}
.profile-page .submit-butt-desktop:disabled:hover {
  box-shadow: none !important;
}
@media (min-width: 1600px) {
  .profile-page {
    margin-left: -8vw;
  }
}
@media only screen and (max-width: 767px) {
  .profile-page .paddingLeft0 {
    padding-right: 0;
  }
}
.profile-page .userInfo div {
  margin-bottom: 5px;
}
.profile-page .userInfo div strong {
  font-family: 'zona_probold';
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .profile-page .userInfo div strong {
    font-size: 16px;
  }
}
.profile-page .boxShadow {
  box-shadow: 5px 5px 5px 0px #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  z-index: 100;
}
.profile-page .menuList,
.profile-page .infoXS {
  border: 1px solid #f1f1f1;
  padding: 20px;
  box-shadow: 5px 5px 5px 0px #f1f1f1;
}
@media only screen and (max-width: 1200px) {
  .profile-page .menuList,
  .profile-page .infoXS {
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .profile-page .menuList,
  .profile-page .infoXS {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .profile-page .menuList,
  .profile-page .infoXS {
    margin-bottom: 20px;
  }
}
.profile-page .menuList .nav-tabs,
.profile-page .infoXS .nav-tabs {
  border: none;
}
.profile-page .menuList ul li,
.profile-page .infoXS ul li {
  font-size: 18px;
  font-family: 'zona_probold';
  color: #ed0202;
  padding: 8px;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .profile-page .menuList ul li,
  .profile-page .infoXS ul li {
    padding: 4px 3px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .profile-page .menuList ul li,
  .profile-page .infoXS ul li {
    font-size: 16px;
  }
}
.profile-page #history {
  display: none;
}
.profile-page .deleteH {
  color: #000 !important;
  text-decoration: none;
  padding-left: 20px;
  height: 20px;
  display: block;
  line-height: 20px;
  font-size: 12px;
  background-image: url(/images/icon-delete.png?408e2b4503eb0f5893f3bb9b0fdec3c6);
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 20px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .profile-page .deleteH {
    float: none;
  }
}
.profile-page .tab-content {
  font-family: 'zona_probold';
}
.profile-page .tab-content a {
  color: #ed0202;
}
@media only screen and (max-width: 600px) {
  .profile-page .tab-content h3 {
    font-size: 18px;
  }
}
.profile-page .activityHistory {
  background: none;
  border: none;
}
.profile-page #load_more {
  background-color: #ed0202;
  color: #fff;
  margin-bottom: 20px;
}
.profile-page .startNow {
  font-size: 16px;
}
.profile-page .startNow a {
  color: #ed0202;
  font-family: 'zona_probold';
}
.profile-page .bgrGray {
  background-color: #f1f1f1;
  padding: 0 2.5% !important;
  margin-bottom: 20px;
}
.profile-page .bgrGray #last_active,
.profile-page .bgrGray #history {
  background: #DEDEDE;
}
@media only screen and (max-width: 767px) {
  .profile-page .bgrGray #last_active,
  .profile-page .bgrGray #history {
    font-size: 14px;
  }
}
.profile-page .activityHistoryHolder {
  margin-bottom: 20px;
}
.profile-page .acountOption {
  font-size: 24px;
  padding-left: 8px;
}
.profile-page .acountOption span {
  font-family: 'zona_probold';
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .profile-page .acountOption {
    font-size: 24px;
  }
}
@media only screen and (max-width: 450px) {
  .profile-page .infoXS {
    width: 100%;
  }
}
.profile-page .btn-primary {
  border: none;
  border-radius: 0;
  font-family: "zona_probold";
  padding: 15px 20px;
}
.profile-page .btn-primary:hover {
  background: unset !important;
  color: unset !important;
  box-shadow: unset !important;
}
.profile-page .user-profile__side-navigation .btn-primary {
  background-color: #DEDEDE;
  color: #363636;
}
.profile-page .user-profile__side-navigation .btn-primary:hover {
  background: #DEDEDE !important;
  opacity: 0.8;
}
.profile-page .logoutBtn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .profile-page .logoutBtn {
    text-align: center;
  }
}
.profile-page .logoutBtn a {
  background-color: #CA0000;
  color: #fff;
  padding: 5px 15px;
  font-weight: bold;
  display: inline-block;
  font-size: 24px;
}
.profile-page .logoutBtn a:hover {
  background: #ed0202;
}
@media only screen and (max-width: 767px) {
  .profile-page .my-account-title {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .profile-page .rightSection {
    width: 95%;
    float: right;
  }
}
.profile-page .rightSection .btn-primary {
  background-color: #42858f;
  color: #fff;
}
.profile-page .rightSection .btn-primary:hover {
  background: #42858f !important;
  opacity: 0.8;
}
@media only screen and (max-width: 450px) {
  .profile-page .rightSection {
    padding: 0;
  }
}
.profile-page #activity {
  background-color: #DEDEDE;
}
.profile-page .bgrGray {
  background-color: #DEDEDE;
  margin-top: 20px;
}
.profile-page .paymentHolder {
  background-color: #42858f;
  color: #fff;
  box-shadow: 5px 5px 5px 0px lightgrey;
}
.profile-page .paymentHolder .contentHolder {
  width: 300px;
  margin: 0 auto;
}
.profile-page .paymentHolder .contentHolder .height-auto {
  height: auto !important;
}
.profile-page .paymentHolder .contentHolder .checkedInput {
  background: #686868;
  color: #fff !important;
  border-top: 1px solid #686868;
}
.profile-page .paymentHolder .contentHolder .checkedInput input[type="radio"] {
  border: none;
}
.profile-page .paymentHolder .contentHolder .cardHolder {
  background-color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin-bottom: 10px;
}
.profile-page .paymentHolder .contentHolder .cardHolder:last-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .profile-page .paymentHolder .contentHolder .cardHolder {
    background: #F2F2F2;
  }
}
.profile-page .paymentHolder .contentHolder .cardHolder label {
  margin: 0;
  width: 300px;
  padding: 0 10px;
  cursor: pointer;
}
.profile-page .paymentHolder .contentHolder .cardHolder .radioP {
  padding-bottom: 0;
  color: #363636;
  font-family: 'zona_probold';
  font-size: 14px;
}
.profile-page .paymentHolder .contentHolder .cardHolder .radioP.checkedInput {
  color: #FFF !important;
}
.profile-page .paymentHolder .contentHolder .cardHolder .radioP.checkedInput input[type="radio"]:after {
  background-color: #686868;
}
.profile-page .paymentHolder .contentHolder .cardHolder input[type="radio"]:checked:after {
  background-color: #686868;
}
.profile-page .paymentHolder .moreOption {
  text-align: center;
  margin: 15px 0 5px 0;
}
.profile-page .paymentHolder .moreOption .toggleOptions {
  font-size: 10px;
  color: #000;
}
.profile-page .paymentHolder .moreOption {
  clear: both;
}
.profile-page .paymentHolder .moreOption .toggleOptions,
.profile-page .paymentHolder .moreOption .toggleOptions2 {
  font-size: 10px;
  color: #FFF;
  font-family: 'zona_probold';
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  padding: 10px;
}
.profile-page .paymentHolder .moreOption .toggleOptions .fa,
.profile-page .paymentHolder .moreOption .toggleOptions2 .fa {
  margin-top: 7px;
}
@media only screen and (max-width: 992px) {
  .profile-page .paymentHolder .otherOperations {
    width: 100%;
  }
}
.profile-page .paymentHolder .otherOperations:last-child {
  margin-bottom: 15px;
}
.profile-page .paymentHolder .redLink {
  font-family: 'zona_probold';
  color: #ed0202;
}
.profile-page .paymentHolder .greenBtn {
  background: #fff;
  color: #363636 !important;
  border: none;
  width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 0;
}
@media only screen and (max-width: 450px) {
  .profile-page .paymentHolder .greenBtn {
    width: 90%;
  }
}
.profile-page .paymentHolder .greenBtn a {
  display: block;
}
.profile-page .paymentHolder .bigRadio {
  background: #ffff;
  width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border: none;
  border-radius: 0;
  color: #363636;
  font-family: 'zona_probold';
  padding: 0 15px;
  cursor: pointer;
}
.profile-page .paymentHolder .bigRadio .bigRadioDays2 {
  font-size: 14px;
}
.profile-page .paymentHolder .bigRadio .bigRadioPrice,
.profile-page .paymentHolder .bigRadio .bigRadioPrice2 {
  float: right;
  margin-top: 2px;
  padding-right: 10px;
}
.profile-page .paymentHolder input[type="radio"] {
  background-color: #FFF;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  outline: 0;
  height: 10px;
  width: 10px;
  border: 1px solid #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 600px) {
  .profile-page .paymentHolder input[type="radio"] {
    margin-right: 0;
  }
}
.profile-page .paymentHolder input[type="radio"]::after {
  content: "";
  display: block;
  height: 6px;
  left: 2px;
  position: relative;
  top: 2px;
  width: 6px;
  border-radius: 100%;
}
.profile-page .paymentHolder input[type="radio"]:checked:after {
  background-color: #686868;
}
.profile-page .paymentHolder .checkedInput {
  background: #686868;
  color: #fff !important;
  border-top: 1px solid #686868;
}
.profile-page .paymentHolder .checkedInput a {
  background: #686868;
  color: #fff !important;
  border-top: 1px solid #686868;
}
.profile-page .paymentHolder .checkedInput input[type="radio"] {
  border: none;
}
.profile-page .paymentHolder .titleJoinSection {
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding: 20px 0 10px 0;
  font-family: 'zona_probold';
}
.profile-page .paymentHolder .sectionTitle {
  font-size: 18px;
  color: #fff;
  font-family: 'zona_probold';
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.profile-page .paymentHolder .btnJoinBigger {
  width: 300px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  padding: 0;
  background-color: #CA0000;
  border: none;
}
@media only screen and (max-width: 450px) {
  .profile-page .paymentHolder .btnJoinBigger {
    width: 90%;
  }
}
.profile-page .paymentHolder .btnJoinBigger:hover {
  background: #ed0202;
}
.profile-page .paymentHolder .btnJoinBigger h4 {
  font-size: 14px;
}
.profile-page .paymentHolder strong {
  font-size: 14px !important;
}
.profile-page .paymentHolder .textBackgroundBottom {
  color: #000;
}
.profile-page #accordion {
  margin-top: 20px;
}
.profile-page #accordion .panel,
.profile-page #accordion .panel-heading {
  background-color: #DEDEDE;
  border-radius: 0;
  padding: 10px;
}
.profile-page #accordion .panel .panel-title,
.profile-page #accordion .panel-heading .panel-title {
  font-family: 'zona_probold';
}
.profile-page #user-profile__contact-us-section {
  background-color: #42858f;
  color: #fff;
  font-family: 'zona_probold';
  padding: 20px;
  margin-bottom: 7px;
  box-shadow: 5px 5px 5px 0px lightgrey;
}
.profile-page #user-profile__contact-us-section .btn {
  background-color: #fff;
  color: #363636;
}
@media (max-width: 460px) {
  .profile-page #user-profile__contact-us-section .btn {
    margin-bottom: 20px;
    width: 230px;
  }
}
.profile-page .textProbold {
  font-family: 'zona_probold';
}
@media (max-width: 350px) {
  .profile-page .mobileStyle {
    padding: 0;
    margin-left: -4px;
  }
}
@media (max-width: 350px) {
  .profile-page .ml-0 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 450px) {
  .profile-page .marginXS {
    margin-left: 15px;
  }
}
.profile-page .nowrap {
  white-space: nowrap;
}
.profile-page .cancelMembershipBtn {
  border: none;
  border-radius: 0;
  font-family: "zona_probold";
  padding: 15px 20px;
  background: #42858f;
  color: #fff;
  width: 200px;
}
.profile-page .cancelMembershipBtn:hover {
  background: #42858f !important;
  opacity: 0.8;
  color: unset !important;
  box-shadow: unset !important;
}
.profile-page #replaceUpgrade {
  color: #fff;
}
#creditCardRemoveModal .buttons {
  margin: 15px 0;
  text-align: right;
}
#creditCardRemoveModal .back {
  background: #444 !important;
  margin-left: 10px;
}
#creditCardRemoveModal .back:hover {
  color: #444 !important;
  box-shadow: inset 0 0 0 3px #444 !important;
  background: white !important;
}
@media screen and (max-width: 425px) {
  .creditCardPage .horizontal-scroll {
    overflow: hidden;
    overflow-x: auto;
    clear: both;
    width: 100%;
  }
}
.creditCardPage .disabled-remove {
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed;
  position: relative;
}
.creditCardPage .disabled-remove:hover {
  box-shadow: none !important;
  color: #444 !important;
  background-color: #cccccc !important;
}
.creditCardPage #cards td {
  vertical-align: middle;
}
.creditCardPage .tooltip-top::after {
  background-color: #ccc;
  border-radius: 10px;
  color: black;
  display: none;
  padding: 10px 15px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.creditCardPage .tooltip-top::before {
  background-color: #ccc;
  content: ' ';
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 999;
}
.creditCardPage .tooltip-top:hover::before,
.creditCardPage .tooltip-top:hover::after {
  display: block;
}
.creditCardPage .tooltip-top.tooltip-text::after {
  content: 'Credit card information can not be removed from your account if you have an active membership.';
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 10px));
  width: 240px;
  white-space: normal;
  font-size: 12px;
}
.creditCardPage .tooltip-top.tooltip-text::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 5px)) rotate(45deg);
}
.favoritesPage a {
  color: black;
}
.favoritesPage .favoritesTitle {
  margin-top: 0;
  font-family: 'zona_probold';
}
@media only screen and (max-width: 767px) {
  .favoritesPage .favoritesTitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .favoritesPage .favoritesTitle {
    font-size: 20px;
  }
}
.favoritesPage strong {
  font-family: 'zona_probold';
}
.favoritesPage .removeBtn {
  background-color: #42858f;
  color: #fff;
  font-family: 'zona_probold';
}
.favoritesPage .removeBtn:hover {
  color: #42858f !important;
  box-shadow: inset 0 0 0 3px #42858f !important;
}
.favoritesPage .borderBottom {
  box-shadow: 10px 10px 5px 0px #f1f1f1;
  padding: 10px 0!important;
  margin-bottom: 20px;
}
@media only screen and (max-width: 450px) {
  .favoritesPage .favXsHolder {
    width: 100%;
    padding: 0;
  }
  .favoritesPage .favXsHolder img {
    margin-left: auto;
    margin-right: auto;
  }
}
.favoritesPage .userName {
  font-size: 24px;
  font-family: 'zona_probold';
}
@media only screen and (max-width: 767px) {
  .favoritesPage .userName {
    font-size: 18px;
  }
}
.favoritesPage .redFont {
  color: #000;
  font-family: 'zona_probold';
}
.favoritesPage .tabOff #myTabs li {
  transition: all 0.5s;
  font-family: 'zona_probold';
}
.favoritesPage .tabOff #myTabs li label {
  display: inline-block;
}
.favoritesPage .tabOff #myTabs li a {
  background-color: #42858f;
  color: #fff;
  border-radius: 0;
}
.favoritesPage .tabOff #myTabs li a:hover {
  background-color: #42858f;
  opacity: 0.8;
  color: #fff;
}
.favoritesPage .tabOff #myTabs .active {
  opacity: 0.8;
}
.favoritesPage .tabOff .nav-tabs {
  border: none;
}
.favoritesPage .marginCenter {
  margin: 0 auto;
}
.favoritesPage .tags h4 {
  font-family: 'zona_probold';
}
.favoritesPage .categoryFilter a:hover {
  color: #ed0202;
}
.referFriend .secondaryText {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .referFriend .secondaryText {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .referFriend .secondaryText {
    width: 100%;
  }
}
.referFriend .giftBox {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .referFriend .giftBox {
    width: 70%;
  }
}
.referFriend #nameField input {
  width: 25%;
  padding: 5px 10px;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .referFriend #nameField input {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .referFriend #nameField input {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .referFriend #nameField input {
    width: 60%;
    margin-top: 35px;
    margin-bottom: 15px;
  }
}
.referFriend #emails {
  resize: none;
  width: 50%;
  padding: 10px;
  height: 150px;
}
@media only screen and (max-width: 992px) {
  .referFriend #emails {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .referFriend #emails {
    width: 74%;
  }
}
@media only screen and (max-width: 450px) {
  .referFriend #emails {
    width: 88%;
  }
}
.referFriend .sendBtn {
  background-color: #ed0202;
  font-family: "zona_probold";
  color: #fff;
  font-size: 21px;
  padding: 5px 10px;
  line-height: 24px;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
  width: 25%;
  padding: 20px;
  border-radius: 50px;
  border: none;
  margin-top: 25px;
  margin-bottom: 70px;
}
.referFriend .sendBtn:hover {
  transition: all 0.2s ease !important;
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  -ms-transition: all 0.2s ease !important;
  background: rgba(0, 0, 0, 0) !important;
  color: #ed0202 !important;
  box-shadow: inset 0 0 0 3px #ed0202 !important;
}
.referFriend .sendBtn:hover a {
  color: #ed0202 !important;
}
.referFriend .sendBtn:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
.referFriend .sendBtn:hover a {
  color: #ed0202;
}
@media only screen and (max-width: 992px) {
  .referFriend .sendBtn {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .referFriend .sendBtn {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .referFriend .sendBtn {
    width: 60%;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 50px;
  }
}
.referFriend ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2d2d2d;
}
.referFriend ::-moz-placeholder {
  /* Firefox 19+ */
  color: #2d2d2d;
}
.referFriend :-ms-input-placeholder {
  /* IE 10+ */
  color: #2d2d2d;
}
.referFriend :-moz-placeholder {
  /* Firefox 18- */
  color: #2d2d2d;
}
.referFriend .giftGirl {
  position: absolute;
  left: 0;
  z-index: -1;
  margin-top: -70px;
}
.referFriend .sectionName,
.referFriend .sectionName a {
  font-size: 50px;
  margin-bottom: 0;
  padding-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .referFriend .sectionName,
  .referFriend .sectionName a {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .referFriend .sectionName,
  .referFriend .sectionName a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .referFriend .sectionName,
  .referFriend .sectionName a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .referFriend .sectionName,
  .referFriend .sectionName a {
    font-size: 18px;
  }
}
.beforeCancel .my-video-width {
  width: 20%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .beforeCancel .my-video-width {
    width: 33.3%;
  }
}
@media only screen and (max-width: 600px) {
  .beforeCancel .my-video-width {
    width: 50%;
  }
}
.beforeCancel .coverHolder {
  width: 90%;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .beforeCancel .coverHolder {
    width: 100%;
  }
}
.beforeCancel .movieCoverImg img {
  width: 100%;
}
.beforeCancel .movieCoverImg img:hover {
  border: 4px solid #fe0000;
}
.beforeCancel .widthHolder {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .beforeCancel .widthHolder {
    width: 95%;
  }
}
.beforeCancel .widthHolder .joinBtn {
  width: 100%;
  border: none;
}
.beforeCancel .widthHolder .helpBtnBottom {
  position: absolute;
  bottom: 0;
  margin-bottom: 0!important;
}
.beforeCancel .widthHolder h3 {
  font-family: 'zona_probold';
  font-size: 18px;
}
.beforeCancel .widthHolder .bgrEf {
  background-color: #e7e7e7;
  pointer-events: none;
  cursor: default;
  margin-bottom: 15px;
}
.beforeCancel .widthHolder .bgrEf-active {
  background: #ed0202 !important;
  pointer-events: visible;
  cursor: pointer;
}
.beforeCancel .widthHolder .bgrEf-active:hover {
  box-shadow: none;
  color: #fff;
  opacity: 0.8;
}
.beforeCancel .widthHolder .greenBgr {
  background-color: #42858f;
}
.beforeCancel .widthHolder .greenBgr:hover {
  box-shadow: none;
  color: #fff;
  opacity: 0.8;
}
.beforeCancel .widthHolder .greyBgr {
  background-color: #686868;
}
.beforeCancel .widthHolder .greyBgr:hover {
  box-shadow: none;
  color: #fff;
  opacity: 0.8;
}
.beforeCancel .sectionName {
  text-transform: none;
  font-size: 44px;
}
@media only screen and (max-width: 600px) {
  .beforeCancel .sectionName {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .beforeCancel .helpBtn {
    font-size: 15px;
  }
}
.technicalProblems h3 {
  font-size: 18px;
  font-family: 'zona_probold';
}
@media only screen and (max-width: 992px) {
  .technicalProblems h3 {
    font-size: 16px;
  }
}
.technicalProblems select {
  width: 57%;
}
@media only screen and (max-width: 767px) {
  .technicalProblems select {
    width: 100%;
  }
}
.technicalProblems textarea {
  width: 57%;
  resize: none;
  height: 200px;
}
@media only screen and (max-width: 992px) {
  .technicalProblems textarea {
    width: 100%;
  }
}
.technicalProblems #continueCanceling {
  background-color: #ed0202;
  font-family: "zona_probold";
  color: #fff;
  font-size: 21px;
  padding: 5px 10px;
  line-height: 24px;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
  background-color: #42858f !important;
  margin-bottom: 100px;
  background-color: #e7e7e7;
  padding: 12px 25px;
}
.technicalProblems #continueCanceling:hover {
  transition: all 0.2s ease !important;
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  -ms-transition: all 0.2s ease !important;
  background: rgba(0, 0, 0, 0) !important;
  color: #ed0202 !important;
  box-shadow: inset 0 0 0 3px #ed0202 !important;
}
.technicalProblems #continueCanceling:hover a {
  color: #ed0202 !important;
}
.technicalProblems #continueCanceling:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
.technicalProblems #continueCanceling:hover a {
  color: #ed0202;
}
.technicalProblems #continueCanceling:hover {
  box-shadow: none!important;
  color: #fff !important;
  opacity: 0.8 !important;
  background-color: #42858f !important;
}
@media only screen and (max-width: 992px) {
  .technicalProblems #continueCanceling {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .technicalProblems .sectionName {
    padding-bottom: 0;
  }
}
.technicalProblems .planCancelation a {
  color: #000;
}
.cancellationConfirmed .homePageBtn {
  background: #71a4ab;
  height: 50px;
  line-height: 50px;
  border-radius: 24px;
  width: 320px;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-align: center;
}
.cancellationConfirmed .homePageBtn:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 600px) {
  .cancellationConfirmed .homePageBtn {
    width: 260px;
  }
}
.cancellationConfirmed .bottomText {
  padding-bottom: 50px;
}
.cancellationConfirmed .arBadge {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.cancellationConfirmed .overflowCancel {
  margin-bottom: 50px;
}
.cancellationConfirmed .membershipFont {
  font-size: 18px;
}
.cancellationConfirmed .membershipFont img {
  display: inline-block;
  float: right;
  margin-top: -25px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .cancellationConfirmed .membershipFont img {
    margin-top: 0;
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .cancellationConfirmed .membershipFont p {
    font-size: 16px;
  }
}
.cancellationConfirmed .cancellationFont {
  font-family: 'zona_probold';
}
@media only screen and (max-width: 600px) {
  .cancellationConfirmed .cancellationFont {
    font-size: 16px;
  }
}
.user-profile__side-navigation .btn-primary {
  border: none;
  border-radius: 0;
  font-family: "zona_probold";
  padding: 15px 20px;
  background-color: #DEDEDE;
  color: #363636;
}
.user-profile__side-navigation .btn-primary:hover {
  background: #DEDEDE !important;
  color: #363636 !important;
  opacity: 0.8;
  box-shadow: unset !important;
}
@media only screen and (max-width: 992px) {
  .desktop-side-navigation {
    display: none;
  }
}
.arBadge {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.numbedPagination .firstPage,
.numbedPagination .lastPage {
  background-color: #42858f;
}
body.homePage .banner .banner-overlay {
  top: 0;
}
@media only screen and (max-width: 600px) {
  body.homePage .banner .banner-overlay {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 450px) {
  body.homePage .banner .banner-overlay {
    padding-top: 0px;
    top: -15px !important;
  }
  body.homePage .banner .banner-overlay .agreement {
    display: none;
  }
}
body.homePage .banner .girlImage {
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .joinBannerImg {
    width: 100vw;
    max-height: 290px;
  }
}
.error404 {
  color: #000;
  background: #d2d2d2;
  position: unset;
  font-family: 'zona_probold';
  text-align: center;
}
.error404 .greyHolder {
  background: #d2d2d2;
}
.error404 .logoImg {
  display: inline-block;
  margin-top: 100px;
  width: 550px;
}
.error404 .header-text {
  position: initial;
  padding: 30px 0 100px 0;
}
.error404 .header-text h1 {
  margin-bottom: 70px;
  font-family: 'Montserrat', sans-serif;
}
.error404 .header-text h4 {
  margin-bottom: 40px;
  font-family: 'Montserrat', sans-serif;
}
.error404 .header-text .homePageBtn {
  background: #71a4ab;
  height: 50px;
  line-height: 50px;
  width: 320px;
  display: inline-block;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .error404 .header-text .homePageBtn {
    width: 260px;
  }
}
.error404 .link-text {
  position: initial;
  padding: 50px 0;
}
@media only screen and (max-width: 600px) {
  .error404 .link-text {
    padding-bottom: 30px;
  }
}
.error404 .link-text ul {
  padding: 0;
  list-style: none;
  background: #a0c2c7;
  width: 80%;
}
@media only screen and (max-width: 1200px) {
  .error404 .link-text ul {
    width: 100%;
  }
}
.error404 .link-text ul li {
  font-size: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 33%;
}
@media only screen and (max-width: 992px) {
  .error404 .link-text ul li {
    width: auto;
    padding: 0 30px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .error404 .link-text ul li {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.error404 .link-text ul li a {
  color: #fff;
  text-decoration: none;
}
body .loginPage {
  font-family: 'zona_probold';
  clear: both;
  padding-top: 200px;
}
@media only screen and (max-width: 1200px) {
  body .loginPage {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  body .loginPage {
    padding-top: 0;
  }
}
@media only screen and (max-width: 450px) {
  body .loginPage {
    margin-left: -15px;
    margin-right: -15px;
  }
}
body .loginPage .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #71a4ab;
  opacity: 1;
  width: 50%;
  z-index: -1;
}
body .loginPage .centralImage {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
  body .loginPage .centralImage {
    display: none;
  }
}
body .loginPage .leftBlock {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
body .loginPage .leftBlock label {
  color: #363636;
  font-size: 10px;
  width: 100%;
  text-align: left;
}
body .loginPage .leftBlock .form-control {
  border: 1px solid #707070;
  height: 40px;
  color: #363636;
  font-family: 'zona_prothin';
  border-radius: 0;
}
body .loginPage .leftBlock .mb-25 {
  margin-bottom: 25px;
}
body .loginPage .leftBlock ::-moz-placeholder {
  color: #363636;
  font-size: 14px;
}
body .loginPage .leftBlock ::placeholder {
  color: #363636;
  font-size: 14px;
}
body .loginPage .leftBlock .pswHelpHolder {
  margin: 5px 0 30px 0;
}
body .loginPage .leftBlock .pswHelpHolder a {
  color: #363636;
  font-size: 14px;
  font-family: 'zona_probold';
}
@media only screen and (max-width: 767px) {
  body .loginPage .leftBlock .pswHelpHolder {
    margin-bottom: 0;
  }
}
body .loginPage .leftBlock .recaptchaHolder {
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  body .loginPage .leftBlock .recaptchaHolder {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
body .loginPage .leftBlock .recaptchaHolder .g-recaptcha > div {
  margin: auto;
}
body .loginPage .bgrXs {
  background: #71a4ab;
}
body .loginPage .rightBlock {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-top: 0;
}
body .loginPage .rightBlock h2 {
  color: #fff;
}
body .loginPage .rightBlock p {
  font-family: 'zona_prothin';
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  body .loginPage .rightBlock p {
    margin-bottom: 0;
  }
}
body .loginPage .rightBlock .memberLoginJoin {
  background-color: #FFFFFF;
  color: #363636;
}
body .loginPage .rightBlock .memberLoginJoin:hover {
  color: #FFFFFF;
  box-shadow: inset 0 0 0 3px #ffffff;
}
@media only screen and (max-width: 767px) {
  body .loginPage .rightBlock .memberLoginJoin {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
body .loginPage .rightBlock .linksPswHelp {
  font-size: 16px;
  color: #000;
}
body .loginPage .rightBlock .emailInput {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  body .loginPage .rightBlock .checkboxHolder {
    padding-left: 25%;
  }
}
@media only screen and (max-width: 600px) {
  body .loginPage .rightBlock .checkboxHolder {
    padding-left: 15%;
  }
}
@media only screen and (max-width: 450px) {
  body .loginPage .rightBlock .checkboxHolder {
    padding-left: 0;
  }
}
body .loginPage .memberLoginJoin {
  background-color: #ed0202;
  font-family: "zona_probold";
  color: #fff;
  font-size: 21px;
  padding: 5px 10px;
  line-height: 24px;
  border-radius: 24px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  border: none;
  width: 100%;
  border-radius: 0;
  background-color: #CA0000;
  padding: 0;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 250px;
}
body .loginPage .memberLoginJoin:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
  color: #ed0202;
  box-shadow: inset 0 0 0 3px #ed0202;
}
body .loginPage .memberLoginJoin:hover a {
  color: #ed0202;
}
@media only screen and (max-width: 1200px) {
  body .loginPage .memberLoginJoin {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body .loginPage .memberLoginJoin {
    margin-bottom: 5px;
    margin-top: 30px;
  }
}
body .loginPage h2 {
  font-size: 36px;
  white-space: nowrap;
  color: #363636;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  body .loginPage h2 {
    font-size: 28px;
  }
}

