@charset "UTF-8";

@font-face {
  font-family: 'Rubik';
  src: url("https://c748099a87.mjedge.net/assets/64b17f70a1ec5_Rubik-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: 'sans-serif';
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url("https://c748099a87.mjedge.net/assets/64b17f70a1ec5_Rubik-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: 'sans-serif';
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url("https://c748099a87.mjedge.net/assets/64b17f70a1ec5_Rubik-ExtraBold.ttf");
  font-weight: 800;
  font-style: 'sans-serif';
  font-display: swap;
}

body,
html {
  font-family: 'Rubik';
  color: #121212;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #000;
  background: 0 0;
}

.remember, .forgot-password {
  font-family: 'Rubik';
  font-weight: 600;
}

.masthead .navbar-default {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 10;
  margin-bottom: 0;
  background: #fff;
  border-bottom: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.masthead .navbar-default .container {
  margin-top: -11px;
}
.navbar-default .navbar-toggle:focus {
  background-color: unset;
}
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.masthead .navbar > .container .navbar-brand {
    height: auto;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
}

@media only screen and (min-width: 737px) {

    .masthead .navbar > .container .navbar-brand {
        margin-left: 15px;
    }
}
.masthead .navbar-nav {
  display: inline-block;
  float: left;
  margin-top: 9px;
  margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .masthead .navbar-nav{
    margin-left: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .masthead .navbar-nav{
    margin-left: 115px;
  }
}
.masthead .navbar-default .navbar-nav > li {
  overflow: hidden;
}
.masthead .navbar-default .navbar-nav > li#sites {
  overflow: inherit;
}
.masthead .navbar-default .navbar-nav > li#sites .dropdown-menu {
  margin-top: -5px;
  border: none;
}
.masthead .navbar-default .navbar-nav > li#sites .dropdown-menu li a {
  padding: 8px 20px 3px 20px;
  font-size: 19px;
  font-family: Calibre-Light;
  font-weight: 900;
  line-height: 22px;
  color: #000;
}
.masthead .navbar-default .navbar-nav > li#sites .dropdown-menu li a img {
  width: 20px;
  margin-right: 8px;
  vertical-align: sub;
}
.masthead .navbar-default .navbar-nav > li#sites .caret:hover {
  color: #000;
  z-index: 9999999;
}
.masthead .navbar-default .navbar-nav > li > a {
  padding: 22px 15px 20px 15px;
  font-size: 21px;
  color: #121212;
  text-transform: lowercase;
  background: 0 0;
  line-height: 22px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-family: 'Rubik';
  font-weight: 400;
  transition: all 200ms ease;
  
}
.masthead .navbar-default .navbar-nav li.instagram a,
.masthead .navbar-default .navbar-nav li.twitter a {
  padding: 15px 8px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.masthead .navbar-default .navbar-nav li.instagram a:hover,
.masthead .navbar-default .navbar-nav li.twitter a:hover {
  opacity: 0.5;
}
.masthead .navbar-default .navbar-nav > li > a span:hover {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #ffc000;
  background: transparent;
  color: #121212;
}
.masthead .nav-item span {
  position: relative;
  display: inline-block;
}
.form-title {
  font-family: 'Rubik';
  font-weight: 600;
  text-align: center;
}

.masthead .nav-item a:focus span:before,
.masthead .nav-item a:hover span:before,
.masthead .nav-item.active a span:before {
  width: 100%;
}
.masthead .nav-item a:focus span:after,
.masthead .nav-item a:hover span:after,
.masthead .nav-item.active span:after {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}
.masthead .navbar-brand img {
  margin-top: 13px;
  height: 40px;
}
.masthead .navbar-right {
  margin-top: 25px;
  margin-right: -15px;
}
.masthead .navbar-default .navbar-nav > li.nav-search {
  overflow: inherit;
}
.masthead .search-wrap {
  padding: 20px 8px;
  line-height: normal;
  color: #fff;
}
.fa-search {
  font-size: 16px;
}
.masthead .search-wrap .fa {
  margin-top: -5px;
  font-size: 14px;
  color: #121212;
  vertical-align: middle;
}
.masthead .search-wrap input {
  width: 75px;
  padding: 0;
  color: #000;
  font-family: 'Rubik';
  font-size: 21px;
  text-transform: lowercase;
  background: 0 0;
  border: none;
}
.masthead .search-wrap input::-webkit-input-placeholder {
  color: #000;
}
.masthead .search-wrap input::-moz-placeholder {
  color: #000;
}
.masthead .search-wrap input::placeholder {
  color: #000;
}
.masthead .search-wrap input:focus {
  outline: 0;
}
.masthead .search-on .search-wrap input {
  width: 160px;
}
.masthead .search-on .search-wrap .fa {
  margin-left: 160px;
}
.masthead .search-on .nav-item a {
  opacity: 0;
}
.masthead .dropdown {
  display: inline-block;
}
#navbar {
  text-align: center;
}
li.nav-item.instagram.hidden-xs {
  margin-left: 1px;
}
.masthead .join-now {
  font-family: 'Rubik';
  border: none;
  padding: 12px 14px;
  margin: auto;
  background: #ffc000;
  color: #121212;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  z-index: 1;
  transition: all 0.2s ease-out;
  border-radius: 8px;
  text-transform: uppercase;
}
.masthead .join-now:hover {
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(to right, #0069dc, #003c7d);
  color: #fff;
  box-shadow: noene;
  outline: 2px solid #0069dc;
  outline-offset: 0.2rem;
}
.masthead .join-now::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  height:  12px;
  margin: -10px 0 0 11px;
  width: 12px;
  vertical-align: middle;
  position: relative;
  transition: all 0.2s ease-out;
}
.masthead .join-now:hover::after{
  margin-left: 15px;
  color: #fff;
}

.masthead .navbar-header .mobile-join:hover {
  background: linear-gradient(to right, #0069dc , #003c7d);
  color: #fff;
}
.masthead .navbar-header .mobile-join {
  letter-spacing: 2px;
  text-shadow: 0 1px, 1px 0, 1px 1px;
  font-weight: 500;
}
.masthead .navbar-toggle {
  margin-top: 20px;
  margin-right: -15px;
}
.sign-in .masthead .navbar-brand img {
  width: 190px;
  margin-top: 19px;
  height: auto;
}

@media only screen and (max-width: 350px) {
    .sign-in .masthead .navbar-brand img {
        width: 172px;
    }
}

@media only screen and (min-width: 992px) {
  .sign-in .masthead .navbar-brand img {
    width: 220px;
    margin-top: 11px;
    height: auto;
  }
}

.masthead .sign-in:before {
  background: #02a74e;
}
.masthead .view-tour {
  margin-right: 15px;
  font-family: Calibre-Light;
  font-size: 19px;
  color: #fff;
  text-transform: lowercase;
  vertical-align: middle;
}
@media only screen and (max-width: 1280px) {
  .masthead .navbar-default .navbar-nav li.instagram a,
  .masthead .navbar-default .navbar-nav li.twitter a {
    padding: 15px 8px;
  }
}
@media only screen and (max-width: 1199px) {
  .masthead .navbar-nav {
    /* margin-left: 5px; */
    display: block;
  }
  .masthead .search-wrap input {
    width: 55px;
  }
  .masthead .search-wrap input {
    font-size: 19px;
    line-height: 28px;
  }
  .masthead .search-wrap .fa {
    margin-top: -2px;
    font-size: 11px;
  }
  .masthead .navbar-default .navbar-nav > li > a {
    font-size: 19px;
    padding: 20px 10px;
  }
  .masthead .search-wrap {
    padding: 15px 5px;
  }
  .masthead .navbar-default .navbar-nav li.instagram a {
    padding: 18px 5px;
  }
  .masthead .navbar-default .navbar-nav li.instagram a img {
    width: 23px;
  }
  .masthead .navbar-default .navbar-nav li.twitter a {
    padding: 18px 5px;
  }
  .masthead .navbar-default .navbar-nav li.twitter a img {
    width: 25px;
  }
  .masthead .join-now {
    padding: 10px 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .masthead .header-social {
    font-size: 20px;
    vertical-align: initial;
  }

  .masthead .search-wrap input {
    line-height: 28px;
  }
  .masthead .search-wrap .fa {
    margin-top: -5px;
    font-size: 15px;
  }
  .masthead .navbar-default .navbar-nav li.instagram a,
  .masthead .navbar-default .navbar-nav li.twitter a {
    padding: 18px 5px;
  }
}
@media only screen and (max-width: 991px) {
  .masthead .navbar-header {
    width: 100%;
    text-align: center;
  }
  .masthead .navbar-header a {
    float: none;
    display: inline-block;
  }
  .masthead #navbar {
    background: #fff;
  }
  .masthead #navbar .navbar-right {
    margin-top: 15px;
    margin-right: 0;
  }
  .masthead .navbar-nav {
    margin-left: 0;
    margin-top: 0;
    vertical-align: middle;
  }
  .masthead .header-social {
    margin: 0 10px 0 0;
    font-size: 24px;
  }
  .masthead a.join-now {
    font-size: 21px;
  }
  .masthead .navbar-default .navbar-nav > li > a {
    font-size: 17px;
    padding: 20px 9px;
  }
  .masthead .search-wrap {
    padding: 17px 0 7px 8px;
  }
  .masthead .search-wrap input {
    font-size: 17px;
    line-height: 26px;
  }
  .masthead .search-on .search-wrap .fa {
    margin-left: 0;
  }
  .masthead .navbar-default {
    height: auto;
  }
}
@media only screen and (max-width: 812px) {
  .search-header-wrap {
    padding-top: 8px !important;
  }
  .masthead .search-wrap {
    padding: 10px 0 10px 5px;
  }
}
@media only screen and (max-width: 768px) {
  .masthead .navbar .container .navbar-header a.navbar-brand {
    float: none !important;
  }
  .masthead #navbar {
    margin-top: -16px;
    text-align: unset;
  }
  .masthead .nav-item span {
    padding: 0 10px 10px 10px;
  }
  .masthead .navbar-default .navbar-nav > li#sites .caret {
    padding: 0;
  }
  .masthead .nav-item span:after {
    left: 0;
    margin-top: -7px;
  }
  .masthead .nav-item a:focus span:after,
  .masthead .nav-item a:hover span:after,
  .masthead .nav-item.active span:after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .masthead .navbar-default .navbar-nav > li > a {
    font-size: 17px;
    padding: 20px 1px 0 1px;
  }
  .search-header-wrap {
    padding-top: 8px !important;
  }
  .search-wrap input {
    width: 50px;
  }
  .masthead .search-wrap {
    padding: 10px 0 12px 0;
  }
  .masthead .search-wrap .fa {
    margin-top: 5px;
    font-size: 13px;
    vertical-align: top;
  }
}
@media screen and (min-width: 737px) and (max-width: 767px) {
  .masthead .navbar-header {
    text-align: left;
  }
  .masthead .center-navbar-right {
    text-align: center;
  }
  .masthead .navbar-nav {
    float: left;
  }
  .masthead .header-social {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
  }
  .masthead .header-social li {
    display: inline-block;
  }
  .masthead .navbar-default {
    height: 60px;
  }
  .masthead .navbar-default .navbar-nav > li#sites {
    padding: 0 10px;
  }
  .masthead .navbar-default .navbar-nav > li#sites .dropdown-menu {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .masthead .navbar-default .navbar-nav > li#sites .dropdown-menu li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 736px) {
  .masthead .navbar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .masthead .navbar-nav {
    width: 100%;
    margin-right: 0;
    margin-left: -15px;
  }
  .masthead #navbar {
    text-align: left;
  }
  .masthead .center-navbar-right {
    text-align: center;
  }
  .masthead .navbar-default .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .masthead .header-social {
    margin-right: 0;
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
  }
  .masthead .header-social li {
    display: inline-block;
  }
  body.model .main-content {
    padding-top: 60px;
  }
  body.view .main-content {
    padding-top: 60px;
  }
  .masthead .navbar-header {
    text-align: left;
  }
  .masthead .navbar-brand img {
    margin-right: -15px;
  }
  .sign-in-form .join-info-col h3 {
    margin-top: 35px;
  }
  .masthead .navbar-default {
    height: 60px;
  }
  .masthead .navbar-default .navbar-nav > li#sites {
    padding: 0 10px;
  }
  .masthead .navbar-default .navbar-nav > li#sites .dropdown-menu {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .masthead .navbar-default .navbar-nav > li#sites .dropdown-menu li a {
    font-size: 16px;
  }
  ul.member-perks > li {
    font-family: Calibre-Semibold;
    font-size: 19px;
  }
}
@media only screen and (max-width: 667px) {
  .masthead .search-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .masthead .header-social {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 568px) {
  .masthead .navbar-default .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .masthead .navbar-right .header-social {
    margin-bottom: 20px;
  }
  form.search-header-wrap {
    padding-top: 0;
  }
  .masthead .navbar .container .navbar-header a.navbar-brand {
    margin-left: 5px;
  }
  .masthead button.navbar-toggle {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 992px) {
  body.sign-up .masthead .navbar-header {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .sign-in-form form {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .masthead .navbar-brand img {
    width: 150px;
    height: 100%;
    margin-right: 0;
  }
  .masthead .navbar-default {
    height: 63px;
  }
  .masthead .navbar-header .mobile-join {
    margin-top: 19px;
  }
  .masthead .navbar-toggle {
    margin-top: 19px;
  }
}
@media only screen and (max-width: 320px) {
  .masthead .join-now {
    width: 100%;
  }
  .masthead #navbar {
    margin-top: -10px;
  }
  .masthead .navbar-brand img {
    width: 170px;
    margin-right: 5px;
  }
  .masthead .navbar-default .container {
    margin-top: -9px;
  }
  .masthead .navbar-default {
    height: 63px;
  }
  .masthead .navbar-header .mobile-join {
    margin-top: 16px;
  }
  .masthead .navbar-toggle {
    margin-top: 17px;
  }
}
body.sign-up .masthead .navbar-right {
  margin-top: 15px;
  margin-right: 0;
}
body.sign-up .masthead .already-member {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #000;
  text-transform: lowercase;
}
body.sign-up .masthead .sign-in {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
.search-header-wrap {
  font-family: Arimo, Arial, Helvetica, sans-serif;
  padding-top: 1px;
}
.search-header-wrap > form {
  padding-left: 5px;
}
.search-header-wrap .dropdown {
  display: inline-block;
}
.search-header-wrap .search-field {
  width: 100%;
  color: #898989;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #898989;
  font-size: 26px;
}
.search-header-wrap .search-field::-webkit-input-placeholder {
  color: #848484;
}
.search-header-wrap .search-field::-moz-placeholder {
  color: #848484;
}
.search-header-wrap .search-field::placeholder {
  color: #848484;
}
.search-header-wrap .search-field:focus {
  outline: 0;
}
.search-header-wrap .search-field::-moz-selection {
  color: #fff;
  background: #9493ad;
}
.search-header-wrap .search-field::selection {
  color: #fff;
  background: #9493ad;
}
.search-header-wrap .search-field::-webkit-input-placeholder {
  color: #848484;
}
.search-header-wrap .search-field::-moz-placeholder {
  color: #848484;
}
.search-header-wrap .search-field::-moz-placeholder {
  color: #848484;
}
.search-header-wrap .search-field:-ms-input-placeholder {
  color: #848484;
}
.search-header-wrap .search-field::placeholder {
  color: #848484;
}
.search-header-wrap .search {
  display: inline-block;
  color: #898989;
  background: 0 0;
  border: none;
  font-size: 26px;
}
.search-header-wrap .search:focus {
  outline: 0;
}
.search-header-wrap .go-on {
  padding: 3px 20px;
  color: #c7c7c7;
}
.search-header-wrap .no-results,
.search-header-wrap .searching {
  padding: 3px 20px;
  color: #7b7b7b;
}
.search-header-wrap .dropdown-menu {
  width: 310px;
  padding: 7px 0 15px;
  margin-top: 14px;
  border: none;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.search-header-wrap .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 11px;
  display: inline-block;
  content: "";
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
}
.search-header-wrap .dropdown-menu .dropdown-header {
  padding: 5px 20px;
}
.search-header-wrap .dropdown-menu a {
  display: block;
  padding: 8px 20px;
  line-height: normal;
}
.search-header-wrap .dropdown-menu .result-image {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: no-repeat 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.search-header-wrap .dropdown-menu img {
  width: 100%;
  height: auto;
  visibility: hidden;
}
.search-header-wrap .dropdown-menu .info-wrap {
  display: block;
  margin-left: 70px;
}
.search-header-wrap .dropdown-menu .title {
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
  white-space: normal;
}
.search-header-wrap .dropdown-menu .date {
  display: block;
  font-size: 12px;
  opacity: 0.5;
}
.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}
.flip-clock-wrapper a:hover {
  color: #fff;
}
.flip-clock-wrapper ul {
  list-style: none;
}
.flip-clock-wrapper.clearfix:after,
.flip-clock-wrapper.clearfix:before {
  content: " ";
  display: table;
}
.flip-clock-wrapper.clearfix:after {
  clear: both;
}
.flip-clock-wrapper.clearfix {
  *zoom: 1;
}
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}
.flip-clock-meridium {
  background: 0 0 !important;
  -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}
.flip-clock-meridium a {
  color: #313333;
}
.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}
.flip-clock-wrapper:after,
.flip-clock-wrapper:before {
  content: " ";
  display: table;
}
.flip-clock-wrapper:after {
  clear: both;
}
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: 700;
  line-height: 87px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #000;
}
.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}
.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}
.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}
.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}
.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 70px;
}
.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}
.flip-clock-wrapper .flip {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}
.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px;
}
.flip-clock-divider:first-child {
  width: 0;
}
.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px;
}
.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: #000;
  text-shadow: none;
}
.flip-clock-divider.minutes .flip-clock-label {
  right: -88px;
}
.flip-clock-divider.seconds .flip-clock-label {
  right: -91px;
}
.flip-clock-dot.top {
  top: 30px;
}
.flip-clock-dot.bottom {
  bottom: 30px;
}
@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.1)),
    to(black)
  );
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, #000 100%);
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.1)),
    to(black)
  );
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, #000 100%);
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(black),
    to(rgba(0, 0, 0, 0.1))
  );
  background: -webkit-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0.1) 100%);
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(black),
    to(rgba(0, 0, 0, 0.1))
  );
  background: -webkit-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0.1) 100%);
  -webkit-animation: hide 0.5s 0.2s linear both;
  animation: hide 0.5s 0.2s linear both;
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: "Glyphicons Halflings";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "î¹";
}
.slick-prev:before[dir="rtl"] {
  content: "î‚€";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "î‚€" !important;
}
.slick-next:before[dir="rtl"] {
  content: "î¹";
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "î„¤";
  width: 20px;
  height: 20px;
  font-family: "Glyphicons Halflings";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.75;
}
.cinco-de-mayo-clock.flip-clock-wrapper {
  float: none;
  margin: -12px 0 0 0;
  width: auto;
}
.cinco-de-mayo-clock.flip-clock-wrapper ul {
  padding: 0;
  width: 40px;
  height: 50px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}
.cinco-de-mayo-clock.flip-clock-wrapper ul li {
  line-height: 50px;
}
.cinco-de-mayo-clock.flip-clock-wrapper ul li a div.down {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cinco-de-mayo-clock.flip-clock-wrapper ul li a div div.inn {
  font-size: 43px;
  text-shadow: 0 2px 1px #151515;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #333;
  color: #e8e8e8;
}
.cinco-de-mayo-clock.flip-clock-wrapper ul li a div.up:after {
  top: 24px;
  height: 1px;
}
.cinco-de-mayo-clock.flip-clock-wrapper .flip-clock-divider .flip-clock-label {
  right: -59px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #333 !important;
  font-size: 9px;
}
.cinco-de-mayo-clock.flip-clock-wrapper
  .flip-clock-divider.days
  .flip-clock-label {
  right: -49px;
}
.cinco-de-mayo-clock.flip-clock-wrapper
  .flip-clock-divider.hours
  .flip-clock-label {
  right: -53px;
}
@media only screen and (max-width: 1200px) {
  .cinco-de-mayo-clock.flip-clock-wrapper {
    margin: 15px 0 15px 0;
  }
  .cinco-de-mayo-clock.flip-clock-wrapper ul {
    width: 24px;
    height: 36px;
  }
  .cinco-de-mayo-clock.flip-clock-wrapper ul li {
    line-height: 36px;
  }
  .cinco-de-mayo-clock.flip-clock-wrapper ul li a div div.inn {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .cinco-de-mayo-clock.flip-clock-wrapper
    .flip-clock-divider
    .flip-clock-label {
    right: -74px;
  }
  .cinco-de-mayo-clock.flip-clock-wrapper
    .flip-clock-divider.days
    .flip-clock-label {
    right: -63px;
  }
  .cinco-de-mayo-clock.flip-clock-wrapper
    .flip-clock-divider.hours
    .flip-clock-label {
    right: -69px;
  }
}
.upcoming-clock.flip-clock-wrapper {
  float: right;
  margin: -35px 0 0 0;
  width: auto;
}
.upcoming-clock.flip-clock-wrapper ul {
  padding: 0;
  width: 40px;
  height: 50px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}
.upcoming-clock.flip-clock-wrapper ul li {
  line-height: 50px;
}
.upcoming-clock.flip-clock-wrapper ul li a div.down {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.upcoming-clock.flip-clock-wrapper ul li a div div.inn {
  font-size: 43px;
  text-shadow: 0 2px 1px #151515;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #333;
  color: #e8e8e8;
}
.upcoming-clock.flip-clock-wrapper ul li a div.up:after {
  top: 24px;
  height: 1px;
}
.flip-clock-wrapper .flip-clock-divider .flip-clock-label {
  right: -59px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #333 !important;
  font-size: 9px;
}
.flip-clock-wrapper .flip-clock-divider.days .flip-clock-label {
  right: -49px;
}
.flip-clock-wrapper .flip-clock-divider.hours .flip-clock-label {
  right: -53px;
}
@media only screen and (max-width: 1200px) {
  .upcoming-clock.flip-clock-wrapper {
    margin: -30px 0 15px 0;
  }
  .upcoming-clock.flip-clock-wrapper ul {
    width: 24px;
    height: 36px;
  }
  .upcoming-clock.flip-clock-wrapper ul li {
    line-height: 36px;
  }
  .upcoming-clock.flip-clock-wrapper ul li a div div.inn {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
    right: -74px;
  }
  .flip-clock-wrapper .flip-clock-divider.days .flip-clock-label {
    right: -63px;
  }
  .flip-clock-wrapper .flip-clock-divider.hours .flip-clock-label {
    right: -69px;
  }
}
.flip-clock-divider {
  width: 10px;
  height: 57px;
}
.flip-clock-divider:first-child {
  width: 0;
}
.flip-clock-dot {
  left: 2.5px;
  width: 5px;
  height: 5px;
}
.flip-clock-divider .flip-clock-label {
  right: -61px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 13px;
}
.flip-clock-divider.minutes .flip-clock-label {
  right: -69px;
}
.flip-clock-divider.seconds .flip-clock-label {
  right: -69px;
}
.flip-clock-dot.top {
  top: 20px;
}
.flip-clock-dot.bottom {
  bottom: 19px;
}
@media only screen and (max-width: 992px) {
  .upcoming-clock.flip-clock-wrapper {
    margin: -45px 0 0 0;
  }
  .upcoming-clock.flip-clock-wrapper ul {
    width: 25px;
    height: 39px;
  }
  .upcoming-clock.flip-clock-wrapper ul li {
    line-height: 39px;
  }
  .upcoming-clock.flip-clock-wrapper ul li a div div.inn {
    font-size: 30px;
  }
  .upcoming-clock.flip-clock-wrapper ul li a div.up:after {
    top: 18px;
  }
  .flip-clock-divider .flip-clock-label {
    right: -48px;
  }
  .flip-clock-divider.minutes .flip-clock-label {
    right: -56px;
  }
  .flip-clock-divider.seconds .flip-clock-label {
    right: -56px;
  }
  .flip-clock-dot.top {
    top: 15px;
  }
  .flip-clock-dot.bottom {
    bottom: 22px;
  }
}
@media only screen and (max-width: 667px) {
  .flip-clock-wrapper ul {
    width: 24px;
    height: 36px;
  }
  .flip-clock-wrapper ul li {
    line-height: 36px;
  }
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  .upcoming-clock.flip-clock-wrapper ul {
    width: 21px;
  }
  .upcoming-clock.flip-clock-wrapper ul li a div div.inn {
    font-size: 20px;
  }
}
#videoheader {
  margin-top: 20px;
}
#videoheader .video-banner {
  opacity: 1;
  width: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  #videoheader {
    margin-top: 0;
  }
}
@media only screen and (max-width: 568px) {
    header.masthead .navbar-nav .nav-item a, 
    header.masthead .navbar-nav .nav-search input {
        font-weight: 400;
        font-family: 'Rubik';
    }
}

.content-card-info {
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding: 0 15px 15px 15px;
  width: 100%;
  text-align: justify;
}
.content-card-info h4 .content-title {
  display: block;
  font-family: Calibre-Semibold;
  text-transform: capitalize;
  text-decoration: none;
  color: #484848;
  font-size: 28px;
  margin: 20px 0 0 0;
}
.content-card-info h4.content-title-wrap {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-card-info h4.content-models-name,
.content-card-info h4.content-models-name a {
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: 18px;
  margin: 0;
  padding-bottom: 15px;
  margin-top: -15px;
}
.content-border {
  position: relative;
  line-height: 0;
  margin-bottom: 25px;
}
.content-border .sm-thumb {
  float: right;
  max-width: 315px;
}
.content-border .lg-thumb {
  position: relative;
  float: left;
  max-width: 820px;
}
#upcoming-content .content-border {
  margin-bottom: 80px;
}
#upcoming-content .upcoming-date-spacing {
  margin-top: 60px;
}
.newest-update-th,
.upcoming-scene-th {
  padding-left: 10px;
}
h2.new-update-title {
  font-family: Calibre-Bold;
  font-size: 32px;
  margin-left: 15px;
  margin-top: 28px;
  text-transform: lowercase;
}
h2.new-update-title span.status {
  display: block;
  margin-bottom: 20px;
  font-family: Calibre-Semibold;
  font-size: 20px;
  color: #868692;
  text-shadow: none;
  text-transform: capitalize;
  opacity: 0.6;
}
#newest-update h2.new-update-title {
  margin-top: 32px;
}
.hover-fx {
  position: absolute;
  font-family: Calibre-Medium;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
  color: #000;
  text-transform: lowercase;
  opacity: 0;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  border: 3px solid #000;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
.lg-thumb:active .hover-fx,
.lg-thumb:focus .hover-fx,
.lg-thumb:hover .hover-fx {
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 11px 15px 0 15px;
  border: 3px solid #000;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  opacity: 1;
}
span.latest-scene h2,
span.section-title h2 {
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Calibre-Bold;
  text-transform: lowercase;
  font-size: 32px;
}
span.latest-scene h2 {
  margin-top: 35px;
}
.home-page #latest-videos-pagination .pagination {
  margin-bottom: 30px;
}
.slider-info-wrap {
  margin-top: 60px;
}
p.upcoming-date {
  font-family: Calibre-Thin;
  font-size: 43px;
  text-transform: lowercase;
}
p.upcoming-date span.strong {
  font-family: Calibre-Semibold;
}
.date,
.photo-count,
.total-likes,
.total-time {
  font-family: Calibre-Light;
  color: #a4a4a4;
  font-size: 20px;
  font-weight: 100;
}
.content-description {
  font-family: Calibre-Regular;
  color: #7e7e7e;
  line-height: 18px;
  font-size: 18px;
  margin: 20px auto 0 auto;
}
.content-description p {
  margin: 0;
}
.content-description-upcoming {
  font-family: Calibre-Regular;
  color: #7e7e7e;
  line-height: 18px;
  font-size: 18px;
  margin: 5px auto 0 auto;
}
.scene-content-spacing {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .newest-update-th.col-lg-12.col-xs-4,
  .upcoming-scene-th.col-lg-12.col-xs-4 {
    padding: 0;
  }
  .content-border {
    margin: 10px 60px;
  }
  .content-border .sm-thumb {
    max-width: 100%;
    margin: 0 15px;
  }
  #newest-update h2.new-update-title {
    margin-top: 18px;
  }
  #upcoming-content .content-border {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .content-border {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  #newest-update h2.new-update-title {
    margin-top: 0;
  }
  #upcoming-content .upcoming-date-spacing {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 736px) {
  p.upcoming-date {
    text-align: left;
    font-size: 34px;
  }
  h2.new-update-title {
    margin-bottom: -8px;
  }
}
@media only screen and (min-width: 569px) and (max-width: 638px) {
  p.upcoming-date {
    font-size: 25px;
  }
}
@media only screen and (max-width: 568px) {
  p.upcoming-date {
    text-align: center;
  }
  .upcoming-clock.flip-clock-wrapper {
    display: inline-block;
    position: relative;
    left: 50%;
    float: none;
    width: auto;
    margin: 40px auto 0 auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .lg-thumb span.hover-fx {
    font-size: 25px;
    line-height: 24px;
  }
  .lg-thumb:focus .hover-fx,
  .lg-thumb:hover .hover-fx {
    padding: 9px 10px 2px 10px;
  }
  .content-card-info h4 .content-title {
    font-size: 21px;
    margin: 10px 0 0 0;
  }
  .content-card-info .content-models,
  .content-card-info .content-models a {
    font-size: 16px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 414px) {
  p.upcoming-date {
    text-align: center;
    line-height: normal;
  }
  .upcoming-clock.flip-clock-wrapper {
    margin-top: 10px;
  }
  .slider-info-wrap {
    margin-top: 15px;
  }
  .content-card-info {
    padding: 0 7px 15px 7px;
  }
}
@media only screen and (max-width: 375px) {
  p.upcoming-date {
    font-size: 35px;
    text-align: center;
    line-height: 40px;
  }
  span.view-all-models h2,
  span.view-all-videos h2 {
    float: none;
  }
  .lg-thumb span.hover-fx {
    font-size: 20px;
  }
}
.trailer-wrap .jw-state-idle .jw-icon-display {
  display: none;
}
.trailer-wrap .jw-state-idle .jw-display-icon-container {
  display: none;
}
.trailer-wrap .jw-skin-glow .jw-background-color {
  background-color: fade(#333, 80%);
}
.trailer-wrap .jw-skin-glow .jw-progress {
  background-color: #dcbc59;
}
.trailer-wrap .jw-skin-glow .jw-icon-rewind {
  display: none;
}
.content-page-header-inner {
  margin: 0 -15px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.content-page-header-inner .trailer-wrap {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 5px 8px 10px fade(#000, 10%);
  box-shadow: 5px 8px 10px fade(#000, 10%);
}
.content-page-header-inner .play-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 0.7;
}
.content-page-header-inner .play-overlay svg {
  overflow: visible;
  -webkit-filter: drop-shadow(2px 5px 5px fade(#000, 20%));
  filter: drop-shadow(2px 5px 5px fade(#000, 20%));
}
.content-page-header-inner .overlay-limit {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background: #333 center center;
}
.content-page-header-inner .overlay-limit:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.8;
  content: "";
}
.content-page-header-inner .overlay-limit .content-box {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10%;
  width: 100%;
  text-align: center;
}
.content-page-header-inner .overlay-limit h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #e42a2a;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  text-shadow: 2px 2px 10px fade(#000, 40%);
}
.content-page-header-inner .overlay-limit h3 {
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 2px 2px 10px fade(#000, 40%);
}
.content-page-header-inner .overlay-limit .join-now {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 10px 45px;
  text-align: center;
  vertical-align: middle;
  border: none;
  background: #909090;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 20px fade(#000, 10%), 0 0 8px 5px #378bb5 inset;
  box-shadow: 0 5px 20px fade(#000, 10%), 0 0 8px 5px #378bb5 inset;
  text-shadow: 0 1px 4px fade(#000, 15%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.content-page-header-inner .overlay-limit .join-now:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 150%;
  height: 900%;
  background: #797979;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.content-page-header-inner .overlay-limit .join-now:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid fade(#fff, 80%);
  content: "";
  -webkit-transform: scale(0.99, 0.9);
  -ms-transform: scale(0.99, 0.9);
  transform: scale(0.99, 0.9);
}
.content-page-header-inner .overlay-limit .join-now:active,
.content-page-header-inner .overlay-limit .join-now:focus,
.content-page-header-inner .overlay-limit .join-now:hover {
  text-decoration: none;
}
.content-page-header-inner .overlay-limit .join-now:focus:before,
.content-page-header-inner .overlay-limit .join-now:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.content-page-header-inner .overlay-limit .join-now span {
  position: relative;
}
.click-here a.join {
  font-family: Calibre-Bold;
  padding: 10px 19px 0 18px;
  margin: 12px 15px 0 0;
  display: table;
  font-size: 36px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  vertical-align: baseline-middle;
  vertical-align: -webkit-baseline-middle;
}
.click-here a.join:hover {
  background-color: #848484;
  text-decoration: none;
}
button.btn.btn-primary.dropdown-toggle.share-this-video {
  background: 0 0;
  text-transform: uppercase;
  padding: 5px 12px 0 12px;
  color: #848484;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #000;
  margin: 30px 12px 6px 12px;
}
button.btn.btn-primary.dropdown-toggle.share-this-video:hover {
  background-color: #848484;
  color: #fff;
}
button.btn.btn-primary.dropdown-toggle.share-this-video span.careto {
  width: 15px;
  border-top: 8px dashed;
  border-top: 4px solid\9;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  height: 11px;
}
button.btn.btn-primary.dropdown-toggle.share-this-video span.fa-share {
  margin-right: 5px;
}
.video-details span.fa,
.video-details span.far {
  margin-left: 20px;
}
p.content-description {
  font-family: Calibre-Regular;
  color: #787878;
  font-size: 17px;
  line-height: 20px;
  margin-top: 15px;
}
.thumb-mouseover {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.thumb-mouseover img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.thumb-mouseover:hover img {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  .thumb-mouseover {
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 992px) {
  .content-page-header-inner .overlay-limit .content-box {
    margin-top: -15%;
  }
}
@media only screen and (max-width: 736px) {
  .content-page-header-inner .overlay-limit h2 {
    font-size: 35px;
  }
  .content-page-header-inner .overlay-limit h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 667px) {
  .content-page-header-inner .play-overlay svg {
    width: 80px;
  }
}
@media only screen and (max-width: 414px) {
  .content-page-header-inner .play-overlay svg {
    width: 70px;
  }
  .content-page-header-inner .overlay-limit h2 {
    margin-bottom: 10px;
    font-size: 35px;
  }
  .content-page-header-inner .overlay-limit h3 {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .content-page-header-inner .play-overlay svg {
    width: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .content-page-header-inner .play-overlay svg {
    width: 50px;
  }
}
.card {
  overflow: hidden;
  width: 100%;
}
.card .content-card-info {
  margin-bottom: 40px;
}
.card .content-card-info .content-models,
.card .content-card-info .content-models a {
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: 18px;
  margin: 0;
  padding-bottom: 15px;
  margin-top: -5px;
}
.card .content-card-info a.content-title,
.card .content-card-info h4:first-child {
  text-transform: uppercase;
  text-decoration: none;
  color: #484848;
  font-size: 30px;
  margin: 0;
  padding-top: 15px;
}
.card .content-card {
  overflow: hidden;
}
.card .content-card div.content_thumbs {
  position: relative;
  z-index: 3;
  float: left;
  width: 16.66666%;
  height: 100%;
}
.card .content-card div.content_thumbs:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.card .content-card div.content_thumbs:after {
  top: 4px;
  height: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
}
.card .content-card img {
  width: 100%;
}
.content-models,
.content-models a {
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: 18px;
  margin: 0;
  padding-bottom: 0;
  margin-top: -10px;
}
.latest-scene-content-spacing {
  margin-bottom: 20px;
}
.content-item-small .card {
  margin-bottom: -10px;
}
.content-item-small .card > a {
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.content-item-small .card > a img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}
.content-item-small .card > a img:first-child {
  position: static;
}
.content-item-small .card img.active {
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.content-item-small .card .hover-assist-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content-item-small .card .hover-assist {
  position: relative;
  float: left;
  width: 16.66667%;
  height: 100%;
  z-index: 3;
}
.content-item-small .card .hover-assist:after,
.content-item-small .card .hover-assist:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  background: fade(#000, 20%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.content-item-small .card .hover-assist:before {
  height: 13px;
}
.content-item-small .card .hover-assist:after {
  top: 4px;
  height: 5px;
  opacity: 0;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  background: #fafafa;
}
.content-item-small .card .hover-assist:hover:after {
  opacity: 1;
}
.content-item-small .card > a:hover .hover-assist:before {
  opacity: 1;
}
@media (hover: none) {
  .hover-assist {
    pointer-events: none;
    cursor: default;
  }
  .hover-assist-wrap {
    display: none;
  }
}
span.right-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.models-page .model-items {
  margin-bottom: 14px;
}
.model-loop .card .model-card {
  position: relative;
  overflow: hidden;
}
.model-loop .card .model-card .hover-fx {
  position: absolute;
  font-family: Calibre-Medium;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  color: #000;
  text-transform: lowercase;
  opacity: 0;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  border: 3px solid #000;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
.model-loop .card .model-card:focus .hover-fx,
.model-loop .card .model-card:hover .hover-fx {
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 8px 15px 0 15px;
  border: 3px solid #000;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  opacity: 1;
}
.model-loop .card .model-card img {
  width: 100%;
}
.model-loop .card .model-card-info {
  background-color: #f7f7f7;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px 0 0 0;
}
.model-loop .card .model-card-info a.model-name {
  text-transform: uppercase;
  text-decoration: none;
  color: #292929;
}
.model-loop .card .model-card-info h4 {
  font-family: Calibre-Semibold;
  font-size: 24px;
  text-align: center;
  margin: 5px 0 5px 0;
}
.model-page-wrap {
  margin-top: 60px;
}
.model-content-spacing {
  margin-bottom: 30px;
}
.model-section-title {
  font-family: Calibre-Bold;
  text-transform: capitalize;
  font-size: 32px;
}
.model-bottom-space {
  margin-bottom: 45px;
}
.model-content-bottom-space {
  margin-bottom: 60px;
}
.sort-alpha {
  margin-bottom: 20px;
  font-family: Calibre-Medium;
  line-height: normal;
}
.sort-alpha h4 {
  display: inline-block;
  margin: 0 20px 10px 0;
  font-size: 23px;
  line-height: normal;
  color: #929292;
  text-transform: uppercase;
  vertical-align: middle;
}
.sort-alpha ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  list-style-type: none;
}
.sort-alpha li {
  position: relative;
  float: left;
  margin-right: 11px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.sort-alpha a {
  position: relative;
  padding: 3px 5px;
  font-size: 21px;
  line-height: normal;
  color: #333;
}
.sort-alpha a:focus,
.sort-alpha a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.model-spec span.nym {
  font-family: Calibre-Light;
  font-size: 18px;
  color: #a8a8a8;
  text-transform: uppercase;
}
.model-spec h1.model-name {
  font-family: Calibre-Medium;
  text-transform: uppercase;
  margin-top: -5px;
}
div p.status {
  text-transform: uppercase;
  margin-top: -20px;
}
.favorite-wrap,
.favorite-wrap .fav-button-wrap button.add-to-favorites {
  text-transform: uppercase;
}
.favorite-wrap .fav-button-wrap button.add-to-favorites {
  font-family: Calibre-Regular;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #a7a7a7;
  border: 1px solid #a7a7a7;
  margin: 0 15px 0 0;
  padding: 6px 10px 2px 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
i.fa-heart {
  color: #fff;
}
.model-spec .model-info > ul > li {
  color: #484848;
  list-style-type: none;
}
.model-spec .model-info > ul {
  margin-left: -36px;
}
.model-spec .model-info > ul > li:first-child {
  float: none;
  width: 100%;
  font-family: Calibre-Regular;
  color: #7e7e7e;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 20px;
}
.model-spec .model-info > ul > li:not(:first-child) {
  text-transform: capitalize;
}
.model-spec .model-info > ul > li:first-child span {
  display: none;
}
.model-spec .model-info li {
  float: left;
  width: 50%;
  font-family: Calibre-Semibold;
  font-size: 28px;
  margin-bottom: 10px;
}
.model-spec .model-info span {
  display: block;
  font-size: 16px;
  font-family: Calibre-Medium;
  color: #848484;
  text-transform: uppercase;
  margin-bottom: -12px;
}
@media only screen and (max-width: 1199px) {
  .sort-alpha li {
    position: relative;
    float: left;
    margin-right: 4px;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 991px) {
  .sort-alpha a {
    font-size: 20px;
  }
  .model-page-wrap {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .sort-alpha h4 {
    font-size: 20px;
  }
  .sort-alpha li {
    margin-right: 3px;
    margin-bottom: 5px;
  }
  .sort-alpha a {
    font-size: 18px;
    padding: 0 3px;
  }
  .model-page-wrap {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 736px) {
  .model-content-spacing {
    margin-bottom: 20px;
  }
  .model-section-title h2 {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 667px) {
  .model-content-bottom-space {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 568px) {
  .model-loop .card .model-card .hover-fx {
    font-size: 25px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 475px) {
  .model-content-bottom-space {
    margin-bottom: 15px;
  }
  .model-bottom-space {
    margin-bottom: 10px;
  }
  .model-loop .card .model-card-info h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 414px) {
  .model-loop .card .model-card-info h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .card .model-card-info {
    padding: 0;
  }
  div p.status {
    margin-top: 0;
  }
  .wrap-model {
    padding: 0 20px 10px 20px;
  }
  .model-loop .card .model-card .hover-fx {
    font-size: 20px;
  }
}
.instant-access {
  margin-top: 76px;
  margin-bottom: 30px;
}

.instant-access-area {
  background-color: #ffc000;
  padding: 11px 11px 24px 11px;
  margin-bottom: 20px;
}

.instant-access p.not-member {
  font-family: 'Rubik';
  text-transform: uppercase;
  font-weight: 900;
  font-size: 45px;
  margin-bottom: -25px;
  white-space: nowrap;
}
.instant-access .members-banner {
  width: 20%;
  min-width: 300px;
}
.instant-access .website-url {
  font-family: Calibre-Regular;
  font-size: 23px;
  color: #747474;
  letter-spacing: 10px;
  margin-top: 10px;
  margin: 6px 0 25px 15px;
}
.instant-access ul.member-perks {
  font-weight: 400;
  font-size: 18px;
  max-width: 870px;
  margin: 15px auto;
  padding: 0;

}

@media only screen and (min-width: 768px) {
  .instant-access ul.member-perks {
    line-height: 19px;
  }
}

@media only screen and (min-width: 992px) {
  .instant-access ul.member-perks {
    line-height: 24px;
    margin: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .instant-access ul.member-perks {
    line-height: 31px;
  }
}


.instant-access ul.member-perks li {
  display: inline;
  color: #121212;
  white-space: nowrap;
  letter-spacing: 1px;
  font-family: 'Rubik';
}
.instant-access ul.member-perks li:before {
  display: inline-block;
  content: "\2022";
  margin: 0 0.3em 0 0.5em;
  color: #000;
  display: inline-block;
  font-weight: 900;
  font-size: 25px;
  position: relative;
  top: 2px;
}
.instant-access span {
  font-family: Calibre-Semibold;
  color: #fff;
  background-color: #000;
  padding: 21px 25px 5px 25px;
  font-size: 45px;
  letter-spacing: 2px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
}
.instant-access span:hover {
  background: #848484;
}
.instant-access div {
  font-family: 'Rubik';
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
}
.instant-access a:hover {
  text-decoration: none;
}
.instant-access h4 {
  font-family: 'Rubik';
  font-size: 25px;
  letter-spacing: 14px;
  margin-top: 25px;
}
.instant-access h3 {
  font-family: 'Rubik';
  font-size: 20px;
  letter-spacing: 7px;
  margin-top: 12px;
  color: #0064cf;
}
.instant {
  max-width: 800px;
  margin-top: -5px;
}
@media only screen and (max-width: 1199px) {
  .instant-access {
    margin-top: 18px;
    margin-bottom: 0;
  }
  .instant-access div {
    font-size: 32px;
  }
  .instant-access h3 {
    font-size: 19px;
    letter-spacing: 6px;
  }
  .instant-access-area {
    padding: 12px 11px 29px 11px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) { 
    .instant-access div {
        font-size: 29px;
    }
    .instant-access h3 {
      margin-top: 13px;
      margin-bottom: 13px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .instant-access {
    margin-top: 76px;
    padding: 0;
  }
  
  .instant-access p.not-member {
    font-size: 36px;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .instant-access p.not-member {
    font-size: 30px;
    padding-bottom: 5px;
  }
  .instant-access .instant div {
    font-size: 22px;
    margin-top: -15px;
    margin-bottom: 10px;
  }
  .instant-access h4 {
    letter-spacing: 11px;
  }
  .instant-access h3 {
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: -7px;
    margin-bottom: 0;
  }
  .instant-access-area {
    padding: 6px 9px 2px 9px;
  }
  .instant-access ul.member-perks {
    margin: 6px auto 14px auto;
  }
}

@media only screen and (max-width: 767px) { 
    .instant-access .instant div {
        font-size: 30px;
        letter-spacing: 4px;
      }
}
@media only screen and (max-width: 768px) {
  .instant-access {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .instant-access p.not-member {
    font-size: 33px;
    padding-bottom: 5px;
  }

  .instant-access span {
    padding: 18px 25px 5px 25px;
    font-size: 38px;
    letter-spacing: 6px;
  }
  .instant-access h3,
  .instant-access h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 667px) {
  .instant-access span {
    padding: 16px 25px 5px 25px;
    font-size: 32px;
    letter-spacing: 5px;
  }
  .instant-access h4 {
    font-size: 21px;
    letter-spacing: 9px;
  }
  .instant-access ul.member-perks {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 568px) {
  .instant-access span {
    padding: 13px 25px 5px 25px;
    font-size: 24px;
  }
  .instant-access h4 {
    letter-spacing: 5px;
  }
  .instant-access p.not-member {
    font-size: 36px;
  }
  .instant-access .instant div {
    font-size: 24px;
  }
  .instant-access h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 475px) {
  .instant-access span {
    padding: 12px 15px 5px 15px;
    font-size: 21px;
    letter-spacing: 3px;
  }
  .instant-access h4 {
    font-size: 18px;
  }
  .instant-access p.not-member {
    font-size: 32px;
  }
  .instant-access .instant div {
    font-size: 21px;
    letter-spacing: 3px;
  }
  .instant-access h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  ul.member-perks > li {
    font-size: 17px;
  }
}
@media only screen and (max-width: 414px) {
  .instant-access p.not-member {
    font-size: 28px;
    padding-bottom: 5px;
  }
  .instant-access .instant div {
    font-size: 19px;
    letter-spacing: 2px;
  }
  .instant-access h3 {
    font-size: 19px;
    letter-spacing: 1px;
    margin-top: -5px;
  }
  .instant-access h4 {
    font-size: 21px;
    letter-spacing: 2px;
  }
  .instant-access ul.member-perks {
    font-size: 19px;
    margin: 5px auto 18px auto;
    margin-left: -8px;
  }
  .instant-access ul.member-perks li {
    white-space: normal;
    color: #252525;
  }

}


@media only screen and (max-width: 375px) {
  .instant-access {
    margin-bottom: 0;
  }
  .instant-access .website-url {
    font-size: 19px;
    letter-spacing: 8px;
  }
  .instant-access .members-banner {
    min-width: 260px;
  }
  .instant-access p.not-member {
    font-size: 27px;
  }
  .instant-access .instant div {
    letter-spacing: 1px;
  }
  .instant-access h3 {
    font-size: 18px;
  }
  .instant-access span {
    font-size: 21px;
    letter-spacing: 1px;
  }
  .instant-access h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .instant-access p.not-member {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .instant-access .instant div {
    font-size: 17px;
  }
  .instant-access h3 {
    font-size: 16px;
  }
  .instant-access span {
    font-size: 20px;
    margin-left: -9px;
  }
}
.sub-footer-nav {
  background-color: silver;
  padding: 80px 0 24px 0;
}
.sub-footer-nav a.join-button {
  display: block;
  font-family: Calibre-Thin;
  background-color: #000;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 30px 0 2px 0;
  line-height: 80px;
  max-width: 800px;
  font-size: 85px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-footer-nav a.join-button span.strong {
  font-family: Calibre-Semibold;
}
.sub-footer-nav a.join-button:hover {
  text-decoration: none;
  background: #848484;
}
.sub-footer-nav a.join-button:before {
  background: rgba(0, 0, 0, 0);
  color: #000;
  -webkit-box-shadow: inset 0 0 0 3px #000;
  box-shadow: inset 0 0 0 3px #000;
}
.sub-footer-nav ul.social-media {
  list-style: none;
  padding: 24px 0 0 0;
  margin-bottom: 0;
}
.sub-footer-nav ul.social-media li {
  display: inline;
  margin: 0 10px;
}
footer {
  background-color: #0069dc;
}
footer .content {
  font-family:'Rubik';
  font-size: 16px;
  padding: 20px 0 0 0;
  color: #fff;
}
footer .content ul {
  list-style: none;
  padding: 0;
}
footer .content ul li {
  line-height: 13px;
}
footer .content ul li a {
  text-decoration: none;
  color: #ccc;
  line-height: 1.1;
}
footer .content ul li a span {
  color: #ccc;
}
@media only screen and (max-width: 1199px) {
  .sub-footer-nav {
    padding: 40px 15px 20px 15px;
  }

  .masthead .join-now::after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .sub-footer-nav a.join-button {
    padding: 26px 0 2px 0;
  }
}
@media only screen and (max-width: 768px) {
  .sub-footer-nav a.join-button {
    font-size: 72px;
    padding: 24px 0 2px 0;
  }
  footer .content {
    font-size: 14px;
    padding: 0;
  }
  footer .content ul {
    margin-bottom: 0;
  }
  footer .content ul li {
    line-height: 15px;
  }
  footer .contents {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 667px) {
  .sub-footer-nav a.join-button {
    font-size: 65px;
    padding: 20px 0 2px 0;
    line-height: 60px;
  }
}
@media only screen and (max-width: 595px) {
  .sub-footer-nav a.join-button {
    font-size: 50px;
    padding: 20px 0 4px 0;
  }
}
@media only screen and (max-width: 475px) {
  .sub-footer-nav a.join-button {
    font-size: 45px;
    line-height: 50px;
  }
  .sub-footer-nav {
    padding: 30px 15px 6px 15px;
  }
  .sub-footer-nav ul.social-media {
    padding: 6px 0 0 0;
  }
  .sub-footer-nav ul.social-media li a img {
    width: 20px;
  }
}
@media only screen and (max-width: 475px) {
  .sub-footer-nav a.join-button {
    font-size: 40px;
  }
}
@media only screen and (max-width: 375px) {
  .sub-footer-nav a.join-button {
    font-size: 30px;
    padding: 16px 0 4px 0;
  }
}
@media only screen and (max-width: 320px) {
  .sub-footer-nav a.join-button {
    font-size: 27px;
    padding: 15px 0 4px 0;
  }
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
}
div#latest-videos-pagination {
  margin-bottom: -45px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #000 !important;
  border-color: #bebebe !important;
  color: #fff !important;
}
.pagination > li > a,
.pagination > li > span {
  color: #bebebe !important;
  border: none;
  font-size: 16px;
  padding: 10px 18px 4px 16px;
  margin: 0 10px;
}
@media only screen and (max-width: 1199px) {
  .pagination {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 475px) {
  div#latest-videos-pagination {
    margin-bottom: -15px;
  }
}
@media only screen and (max-width: 375px) {
  .pagination > li > a,
  .pagination > li > span {
    margin: inherit;
  }
}
span.date,
span.photo-count,
span.total-likes,
span.total-time {
  font-family: Calibre-Thin;
  font-weight: 600;
  color: #787878;
  font-size: 20px;
}
.fa-calendar-alt:before,
.fa-clock:before,
.fa-image:before,
.fa-play:before,
.fa-thumbs-up:before,
.fa-thumbs:before {
  font-size: 25px;
  vertical-align: sub;
}
.fa-thumbs-up.up:before {
  vertical-align: unset;
}
.margin-left {
  margin-left: 15px;
}
@media only screen and (max-width: 991px) {
  span.date,
  span.photo-count,
  span.total-likes,
  span.total-time {
    font-size: 15px;
  }
  .fa-calendar-alt:before,
  .fa-clock:before,
  .fa-image:before,
  .fa-play:before,
  .fa-thumbs-up:before,
  .fa-thumbs:before {
    font-size: 21px;
  }
}
@media only screen and (max-width: 375px) {
  .icons {
    margin-bottom: 0;
  }
  span.date,
  span.photo-count,
  span.total-likes,
  span.total-time {
    font-size: 18px;
    vertical-align: middle;
  }
  .gutter-5px {
    padding: 0 5px;
  }
  .no-gutter {
    padding: 0 0;
  }
}
.nowrap {
  white-space: nowrap;
}
.padding-left {
  padding-left: 40px;
}
@media only screen and (max-width: 320px) {
  span.total-likes,
  span.total-time {
    padding: 0;
  }
  .fa-calendar-alt:before,
  .fa-clock:before,
  .fa-image:before,
  .fa-play:before,
  .fa-thumbs-up:before,
  .fa-thumbs:before {
    font-size: 18px;
  }
  span.date,
  span.photo-count,
  span.total-likes,
  span.total-time {
    font-size: 14px;
    vertical-align: text-top;
  }
  .margin-left {
    margin-left: 10px;
  }
}
body.view .content-page-header-inner {
  margin: 0 -15px;
}
body.view .content-page-info-wrap {
  margin: 0 -15px;
  margin: 0 -15px;
  background: #f7f7f7;
}
body.view .content-page-info-wrap .content-page-info {
  padding: 0 15px 15px 15px;
}
body.view .view-thumbs .slick-slider {
  overflow: hidden;
  margin: 0 -15px;
}
body.view .view-thumbs .slick-slider .slick-list {
  margin: 0 -4px;
}
body.view .view-thumbs .slick-slider .slick-list .slick-slide {
  margin: 8px 4px;
  cursor: pointer;
}
body.view .view-thumbs .slick-slider .slick-prev {
  left: 0;
}
body.view .view-thumbs .slick-slider .slick-next {
  right: 10px;
}
body.view .view-thumbs .slick-slider .slick-next,
body.view .view-thumbs .slick-slider .slick-prev {
  z-index: 1;
  margin-top: -5px;
}
body.view .view-thumbs .slick-slider .slick-next:before,
body.view .view-thumbs .slick-slider .slick-prev:before {
  text-shadow: 2px 2px 5px #000;
  font-size: 30px;
}
body.view .view-thumbs .slick-slide {
  height: 218px;
}
body.view img.mfp-img {
  top: 50%;
  left: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  padding: 0;
}
body.view .mfp-close-btn-in .mfp-close {
  display: none;
}
span.view-all-models h2,
span.view-all-videos h2 {
  font-family: Calibre-ThinItalic;
  text-transform: lowercase;
  font-size: 20px;
  color: #000;
  display: inline-block;
  margin-top: 40px;
  margin-left: 10px;
  float: right;
  border-bottom: 1px solid transparent;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.current-link,
span.view-all-models h2.current-link,
span.view-all-videos h2.current-link {
  font-family: Calibre-SemiboldItalic;
  border-bottom: 1px solid #000;
}
span.view-all-models h2:hover,
span.view-all-videos h2:hover {
  font-family: Calibre-SemiboldItalic;
  border-color: #000;
}
.content-inf .video-details {
  padding-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  p.date {
    text-align: center;
  }
  div.col-md-6 .upcoming-clock .flip-clock-wrapper {
    margin: 0 200px !important;
  }
  .click-here a.join {
    font-size: 29px !important;
  }
  h4.content-models span:first-child {
    font-family: Calibre-Light;
  }
  .content-inf .video-details {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  body.view .view-thumbs .slick-slider .slick-next {
    right: 0;
  }
  body.view .view-thumbs .slick-slider .slick-next:before,
  body.view .view-thumbs .slick-slider .slick-prev:before {
    font-size: 20px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 768px) and (orientation: portrait) {
  body.view .view-thumbs .slick-slide {
    height: 138px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1024px) and (orientation: landscape) {
  body.view .view-thumbs .slick-slide {
    height: 179px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-date {
    display: unset !important;
  }
  body.view .content-page-info-wrap .content-page-info {
    padding: 0 0 15px 15px;
    margin: 10px 0 0 -15px;
  }
}
.similar-videos-bottom {
  margin-bottom: 60px;
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
  body.view .view-thumbs .slick-slide {
    height: 137px;
  }
}
@media only screen and (max-width: 736px) and (orientation: landscape) {
  body.view .view-thumbs .slick-slide {
    height: 134px;
  }
}
@media only screen and (max-width: 720px) and (orientation: landscape) {
  body.view .view-thumbs .slick-slide {
    height: 133px;
  }
}
@media only screen and (max-width: 667px) {
  .similar-videos-bottom {
    margin-bottom: 25px;
  }
  body.view img.mfp-img {
    width: 70%;
  }
}
@media only screen and (max-width: 667px) and (orientation: landscape) {
  body.view .view-thumbs .slick-slide {
    height: 120px;
  }
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
  body.view .view-thumbs .slick-slide {
    height: 102px;
  }
}
@media only screen and (max-width: 475px) {
  .similar-videos-bottom {
    margin-bottom: 10px;
  }
  body.view img.mfp-img {
    width: 90%;
  }
}
@media only screen and (max-width: 414px) {
  body.view .view-thumbs {
    height: 130px;
  }
  body.view .view-thumbs .slick-slide {
    height: 114px;
  }
}
@media only screen and (max-width: 375px) {
  .click-here a.join {
    padding: 9px 19px 0 18px !important;
    font-size: 23px !important;
  }
  button.btn.btn-primary.dropdown-toggle.share-this-video {
    margin: 10px 12px 0 25% !important;
  }
  .video-details {
    padding-left: 0;
  }
  span.date,
  span.photo-count,
  span.total-likes,
  span.total-time {
    font-size: 14px;
    vertical-align: unset;
  }
  body.view .view-thumbs {
    height: 120px;
  }
  body.view .view-thumbs .slick-slider .slick-next {
    right: 10px;
  }
  body.view .view-thumbs .slick-slider .slick-prev {
    left: 10px;
  }
  body.view .view-thumbs .slick-slide {
    height: 105px;
  }
}
@media only screen and (max-width: 320px) {
  span.date,
  span.photo-count,
  span.total-likes,
  span.total-time {
    font-size: 13px;
  }
  .mobile-date {
    display: inline !important;
  }
  body.view .view-thumbs .slick-slide {
    height: 89px;
  }
  body.view .view-thumbs {
    height: 105px;
  }
}
@media only screen and (max-width: 280px) {
  body.view .view-thumbs {
    height: 89px;
  }
}
.content-page-info {
  margin: 10px 15px 0 -15px;
}
.content-page-info .title {
  display: block;
  font-family: Calibre-Semibold;
  text-transform: capitalize;
  text-decoration: none;
  color: #484848;
  font-size: 28px;
  margin: 0;
}
.content-page-info .models {
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: 18px;
  margin: 0;
  padding-bottom: 15px;
  margin-top: -5px;
}
.content-page-info .models a {
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: 18px;
  margin: 0;
  padding-bottom: 15px;
}
.content-page-info .desc {
  font-family: Calibre-Regular;
  color: #7e7e7e;
  line-height: 18px;
  font-size: 18px;
  margin: 20px auto;
}
.share-wrap {
  text-align: center;
  border-bottom: 1px solid gray;
  padding: 0;
}
.share-wrap .share-title {
  text-transform: lowercase;
}
.share-wrap .copy-url {
  display: inline-block;
}
.share-wrap .copy-url input {
  width: 200px;
  height: 15px;
  padding: 0;
  line-height: normal;
  background: 0 0;
  border: none;
}
.share-wrap .copy-url button {
  width: 28px;
  height: 28px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  background: #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  border: none;
}
.share-wrap .share-button {
  margin-bottom: 5px;
}
.share-wrap .download-trailer-wrap,
.share-wrap .share-button {
  font-family: Calibre-Light;
  display: inline-block;
  background-color: #000;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 14px;
  color: #e9e9e9;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
.share-wrap .download-trailer-wrap a,
.share-wrap .share-button a {
  color: #e9e9e9;
}
.share-wrap .download-trailer-wrap a:hover,
.share-wrap .share-button a:hover {
  text-decoration: none;
}
.mpadding-top {
  margin-top: 40px;
}
.ny-contents {
  padding-top: 65px;
}
@media only screen and (max-width: 1200px) {
  .ny-contents {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .mpadding-top {
    margin-top: 138px;
  }
  .ny-contents {
    padding-top: 58px;
  }
}
@media only screen and (max-width: 768px) {
  #upcoming-content .mpadding-top {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .mpadding-top {
    margin-top: 60px;
  }
  .ny-contents {
    padding-top: 70px;
  }
  .videos-page span.section-title h2 {
    margin-top: 0;
  }
  .videos-page span.view-all-models h2,
  .videos-page span.view-all-videos h2 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .ny-contents {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 504px) {
  .ny-contents {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 414px) {
  .models-page span.view-all-models h2,
  .models-page span.view-all-videos h2,
  .videos-page span.view-all-models h2,
  .videos-page span.view-all-videos h2 {
    font-size: 14px;
    margin-left: 5px;
  }
  .home-page span.view-all-models h2,
  .home-page span.view-all-videos h2,
  .view span.view-all-models h2,
  .view span.view-all-videos h2 {
    font-size: 18px;
    margin-top: 37px;
  }
  #upcoming-content .mpadding-top {
    margin-top: 0;
  }
  .ny-contents {
    padding-top: 25px;
  }
  .models-page .ny-contents {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 375px) {
  .ny-contents {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 320px) {
  .videos-page span.view-all-models h2,
  .videos-page span.view-all-videos h2 {
    font-size: 12px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 319px) {
  .ny-contents {
    padding-top: 80px;
  }
}
.exclusive-ribbon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-filter: drop-shadow(2px 0 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 0 5px rgba(0, 0, 0, 0.2));
}
.exclusive-ribbon-small {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 15px;
  -webkit-filter: drop-shadow(2px 0 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 0 5px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 1024px) {
  .exclusive-ribbon-small {
    left: 15px;
    top: 0;
  }
}
@media only screen and (max-width: 375px) {
  .exclusive-ribbon-small {
    left: 13px;
  }
}
.inner-box {
  background-color: #fafafa;
  padding: 15px;
  border: 2px solid #f0eceb;
}
.inner-box input {
  font-family: Calibre-Regular;
  color: #474747;
  font-size: 18px;
  height: 45px;
  border: 2px solid #f0eceb;
  padding-top: 11px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.inner-box input::-webkit-input-placeholder {
  color: #474747;
}
.inner-box input::-moz-placeholder {
  color: #474747;
}
.inner-box input::placeholder {
  color: #474747;
}
.inner-box input:focus {
  border-color: #000;
  outline: 0;
}
.sign-up-form {
  padding-top: 30px;
}
.sign-up-form .logo-awards img {
  width: 22%;
  margin: 0 25px;
}
.payment-type-wrap select {
  padding: 5px 11px;
  width: 100%;
  border: 2px solid #f0eceb;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  font-family: Calibre-Regular;
  color: #474747;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  text-transform: capitalize;
  height: 45px;
  padding-top: 11px;
  line-height: 25px;
}
.payment-type-wrap select:focus {
  border-color: #000;
  outline: 0;
}
.payment-type-wrap select > option {
  border-color: #000;
  outline: 0;
}
.sign-up-form .payment-plan-wrap {
  padding-bottom: 20px;
}
.sign-up-form .payment-plan-wrap h3 span {
  background: #e27f68;
}
.sign-up-form .payment-plan-wrap h3 span:before {
  border-color: transparent #b77668;
}
.sign-up-form .payment-plan-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sign-up-form .payment-plan-wrap li {
  margin-bottom: 15px;
  padding: 9px 5px;
  background: #f4f4f4;
  border: 8px solid #efefef;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  cursor: pointer;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.sign-up-form .payment-plan-wrap li:first-child .desc {
  margin-top: 5px;
}
.sign-up-form .payment-plan-wrap li:last-child {
  margin-bottom: 0;
}
.sign-up-form .payment-plan-wrap li:not(.selected):hover {
  border: 8px solid #d6d6d6;
}
.sign-up-form .payment-plan-wrap .price {
  float: left;
  width: 120px;
  line-height: normal;
  text-align: right;
  font-family: Calibre-Bold;
}
.sign-up-form .payment-plan-wrap .currency {
  display: inline-block;
  margin-right: 2px;
  font-size: 25px;
  vertical-align: top;
  color: gray;
}
.sign-up-form .payment-plan-wrap .whole {
  display: inline-block;
  font-size: 65px;
  color: gray;
}
.sign-up-form .payment-plan-wrap .decimal {
  display: inline-block;
  font-size: 25px;
  color: gray;
}
.sign-up-form .payment-plan-wrap .scheme {
  display: block;
  font-size: 14px;
  margin-top: -20px;
  margin-right: 25px;
  font-weight: 700;
  color: gray;
  opacity: 0.6;
  font-family: Calibre-Semibold;
}
.sign-up-form .payment-plan-wrap .desc {
  font-family: Calibre-Semibold;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-left: 110px;
}
.sign-up-form .payment-plan-wrap .title {
  display: block;
  font-size: 21px;
  color: gray;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.sign-up-form .payment-plan-wrap .best-wrap .title {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.sign-up-form .payment-plan-wrap .selected {
  border-color: #000;
  background-color: #fff;
}
.sign-up-form .payment-plan-wrap .selected .title {
  color: #000;
}
.sign-up-form .payment-plan-wrap .selected .currency {
  color: #000;
}
.sign-up-form .payment-plan-wrap .selected .whole {
  color: #000;
}
.sign-up-form .payment-plan-wrap .selected .decimal {
  color: #000;
}
.sign-up-form .payment-plan-wrap .selected .scheme {
  color: #000;
}
.sign-up-form .payment-plan-wrap .best {
  font-family: Calibre-Regular;
  display: inline;
  padding: 8px 8px 3px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: red;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.sign-up-form .payment-plan-wrap .fa-star {
  margin: 0 2px;
  color: #fff;
}
.submit-wrap {
  margin: 20px 0;
}
.submit-wrap .submit-form {
  font-family: Calibre-Semibold;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  padding: 20px 0 1px 0;
  font-size: 70px;
  width: 100%;
  line-height: 80px;
  max-width: 800px;
  border: none;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submit-wrap .submit-form:hover {
  background: #848484;
}
.submit-wrap .already-member {
  color: #585858;
  margin: 15px 0;
  font-size: 16px;
}
.submit-wrap .already-member a {
  color: #000;
}
.margin-bottom {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .submit-wrap .submit-form {
    font-size: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .sign-up-form .payment-plan-wrap {
    margin-bottom: 15px;
  }
  .sign-up-form .payment-plan-wrap .desc {
    margin-left: 105px;
  }
  .sign-up-form .payment-plan-wrap .title {
    font-size: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .sign-up-form .payment-plan-wrap .fa-star {
    display: none;
  }
  .submit-wrap .submit-form {
    font-size: 60px;
  }
  .sign-up-form .members-info-wrap ul {
    padding: 0;
  }
  .sign-up-form .members-info-wrap .fa {
    display: none;
  }
}
@media only screen and (max-width: 667px) {
  .masthead .navbar .container .navbar-right .already-member {
    font-family: Calibre-Light;
    color: #000;
  }
  .sign-up-form-wrap .sign-up-form {
    padding-top: 20px;
  }
  .submit-wrap .submit-form {
    font-size: 50px;
    padding: 15px 0 0 0;
    line-height: 60px;
  }
}
@media only screen and (max-width: 595px) {
  .submit-wrap {
    margin: 15 0;
  }
  .submit-wrap .submit-form {
    font-size: 40px;
  }
  hr.included {
    margin-bottom: -15px;
  }
}
@media only screen and (max-width: 475px) {
  .submit-wrap .submit-form {
    font-size: 31px;
    padding: 13px 0 0 0;
    line-height: 50px;
  }
}
@media only screen and (max-width: 414px) {
  .masthead .navbar-brand img {
    width: 150px;
  }
  .logo-awards img {
    width: 48%;
  }
  .masthead .navbar .container .navbar-right .already-member {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .masthead .navbar-brand img {
    width: 150px;
  }
  .sign-up-form-wrap .sign-up-form {
    padding-top: 0;
  }
  .sign-up-form-wrap .sign-up-form .logo-awards img {
    width: 35%;
    float: none;
    margin: 0 10px;
  }
  .sign-up-form-wrap .sign-up-form #main-join-form {
    text-align: center;
  }
  .sign-up-form-wrap .sign-up-form #main-join-form h3 {
    text-align: left;
    margin-top: 15px;
  }
  .sign-up-form-wrap .sign-up-form #main-join-form .inner-box {
    background-color: #fafafa;
    padding: 20px 20px 15px 20px;
    border: 2px solid #f0eceb;
  }
  .sign-up-form-wrap .sign-up-form #main-join-form .inner-box input {
    font-family: Calibre-Regular;
    color: #474747;
    font-size: 18px;
    height: 45px;
    border: 2px solid #f0eceb;
    padding-top: 11px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .sign-up-form-wrap
    .sign-up-form
    #main-join-form
    .inner-box
    input::-webkit-input-placeholder {
    color: #474747;
  }
  .sign-up-form-wrap
    .sign-up-form
    #main-join-form
    .inner-box
    input::-moz-placeholder {
    color: #474747;
  }
  .sign-up-form-wrap
    .sign-up-form
    #main-join-form
    .inner-box
    input::placeholder {
    color: #474747;
  }
  .sign-up-form-wrap .sign-up-form #main-join-form .inner-box ul {
    padding: 0;
  }
  .sign-up-form-wrap .sign-up-form #main-join-form .inner-box ul li {
    position: relative;
    border: 8px solid #f0eceb;
    list-style-type: none;
    margin-bottom: 10px;
    cursor: pointer;
    color: #585858;
  }
  .sign-up-form-wrap .sign-up-form #main-join-form .inner-box ul li .price {
    float: none;
  }
  .sign-up-form-wrap
    .sign-up-form
    #main-join-form
    .inner-box
    ul
    li
    .price
    .currency {
    font-size: 26px;
    vertical-align: top;
  }
  .sign-up-form-wrap
    .sign-up-form
    #main-join-form
    .inner-box
    ul
    li
    .price
    .whole {
    font-size: 57px;
  }
  .sign-up-form-wrap
    .sign-up-form
    #main-join-form
    .inner-box
    ul
    li
    .price
    .decimal {
    font-size: 26px;
  }
  .sign-up-form-wrap
    .sign-up-form
    #main-join-form
    .inner-box
    ul
    li
    .price
    .scheme {
    position: relative;
    top: 0;
    right: 80px;
  }
  .sign-up-form-wrap .sign-up-form #main-join-form .inner-box ul li .desc {
    display: inline-block;
    margin-left: -5px;
    padding-top: 0;
    margin-top: 0;
  }
  .sign-up-form-wrap
    .sign-up-form
    #main-join-form
    .inner-box
    ul
    li
    .desc
    .title {
    font-family: Calibre-Semibold;
    font-size: 18px;
  }
  .sign-up-form-wrap
    .sign-up-form
    #main-join-form
    .inner-box
    ul
    li
    .desc
    .best {
    font-size: 16px;
    display: block;
    color: #fff;
    background-color: red;
    padding: 5px 10px 0 10px;
    text-transform: uppercase;
  }
  .sign-up-form-wrap
    .sign-up-form
    #main-join-form
    .inner-box
    ul
    li
    .desc
    .fa-star {
    display: inline-block;
    vertical-align: middle;
  }
  .sign-up-form-wrap .sign-up-form #main-join-form .inner-box ul .selected {
    border: 8px solid #000;
    color: #000;
  }
  .sign-up-form-wrap .sign-up-form #main-join-form .submit-wrap .submit-form {
    font-size: 25px;
    padding: 10px 0 0 0;
    line-height: 35px;
  }
}
@media only screen and (max-width: 320px) {
  .masthead .navbar-brand img {
    width: 130px;
  }
  .sign-up-form-wrap .sign-up-form #main-join-form .submit-wrap .submit-form {
    font-size: 23px;
    padding: 8px 0 0 0;
  }
  .pay-logos img {
    width: 23%;
  }
}
#search-modal,
.modal-open {
  padding-right: 0 !important;
}
#search-modal .modal-dialog {
  width: 50%;
}
#search-modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
#search-modal .modal-dialog .modal-content .modal-body {
  padding: 25px;
}
@media only screen and (max-width: 768px) {
  #search-modal .modal-dialog {
    width: 70%;
  }
}
@media only screen and (max-width: 736px) {
  #search-modal .modal-dialog {
    width: 70%;
    margin: 90px auto;
  }
}
@media only screen and (max-width: 667px) {
  #search-modal .modal-dialog {
    width: 70%;
    margin: 90px auto;
  }
}
@media only screen and (max-width: 414px) {
  #search-modal .modal-dialog {
    width: 80%;
  }
}
@media only screen and (max-width: 375px) {
  #search-modal .modal-dialog {
    width: 100%;
  }
}
.warning-header {
  padding: 0 100px;
}
.warning-header div.a {
  text-transform: uppercase;
  display: inline-block;
  margin: 20px 0;
}
.warning-header div.a:first-of-type {
  text-align: left;
}
.warning-header div.a:first-of-type a {
  font-family: Calibre-Bold;
  border: 3px solid #000;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 12px 17px 2px 17px;
  font-size: 30px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  vertical-align: baseline-middle;
  width: 100%;
}
.warning-header div.a:first-of-type a:hover {
  text-decoration: none;
  background-color: #848484;
  color: #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.warning-header div.a:nth-of-type(2) {
  text-align: right;
}
.warning-header div.a:nth-of-type(2) a {
  font-family: Calibre-Bold;
  padding: 15px 20px 5px 20px;
  font-size: 30px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  vertical-align: baseline-middle;
  width: 100%;
}
.warning-header div.a:nth-of-type(2) a:hover {
  text-decoration: none;
  background-color: #848484;
}
.warning-logo-section img {
  width: 400px;
}
.warning-text {
  font-family: Calibre-Bold;
  font-size: 53px;
  letter-spacing: 1px;
  margin-top: 45px;
}
.warning-text .warning {
  color: #585858;
  text-transform: uppercase;
  font-weight: 900;
}
.warning-text .adults-only {
  text-transform: uppercase;
  font-weight: 900;
}
.center-justified {
  padding: 30px 100px 25px 100px;
  font-weight: 600;
  font-family: Calibre-Light;
  color: #585858;
  font-size: 19px;
  line-height: 23px;
  text-align: justify;
  margin: 0 auto;
  -moz-text-align-last: center;
  text-align-last: center;
}
.center-justified b {
  font-family: Calibre-Bold;
  color: #000;
}
.center-justified .red-text {
  color: #d9534f;
  font-weight: 600;
}
.warning-access-section p.contains {
  text-transform: uppercase;
  padding: 20px 0 0 0;
  margin-bottom: -15px;
  font-weight: 600;
  font-size: 21px;
}
.warning-access-section p.restrain {
  font-family: Calibre-Light;
  padding-bottom: 15px;
  font-size: 18px;
  color: #000;
  line-height: 16px;
  text-align: center;
  margin: 0 auto;
  width: 600px;
}
.warning-access-section p.links a {
  font-family: Calibre-Light;
  font-size: 18px;
  color: #000;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.warning-access-section p.links a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
.warning-btn-wrap .warning-btns {
  font-family: Calibre-Bold;
  font-size: 36px;
  padding: 40px 40px 25px 40px;
  text-transform: uppercase;
}
.warning-btn-wrap .warning-btns a span {
  margin: 0 20px;
}
.warning-btn-wrap .warning-exit-btn {
  background-color: #d9534f;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 20px 5px 20px;
  font-size: 30px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  vertical-align: baseline-middle;
  width: 100%;
}
.warning-btn-wrap .warning-exit-btn:hover {
  background-color: #c9302c;
  text-decoration: none;
}
.warning-btn-wrap .warning-enter-btn {
  background-color: #02c55d;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 20px 5px 20px;
  font-size: 30px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  vertical-align: baseline-middle;
  width: 100%;
}
.warning-btn-wrap .warning-enter-btn:hover {
  background-color: #449d44;
  text-decoration: none;
}
footer.warning {
  margin-top: 20px;
}
@media only screen and (max-width: 1280px) {
  .warning-text {
    font-size: 50px;
  }
}
@media only screen and (max-width: 736px) {
  .warning-header {
    padding: 0 50px;
  }
  .warning-header div.a:first-of-type {
    float: left;
  }
  .warning-header div.a:first-of-type a {
    font-size: 21px;
    padding: 9px 12px 2px 12px;
  }
  .warning-header div.a:nth-of-type(2) {
    float: right;
  }
  .warning-header div.a:nth-of-type(2) a {
    font-size: 21px;
    padding: 12px 15px 5px 15px;
  }
  .warning-access-section p.restrain {
    width: auto;
  }
  .warning-access-section p.contains {
    font-size: 24px;
  }
  .warning-text {
    font-size: 40px;
  }
  .warning-logo-section img {
    width: 400px;
  }
  .center-justified {
    padding: 30px 65px;
  }
}
@media only screen and (max-width: 568px) {
  .warning-text {
    font-size: 36px;
  }
  .warning-access-section p.contains {
    font-size: 19px;
  }
  .warning-btn-wrap .warning-btns a span {
    margin: 0 20px;
  }
  .warning-btn-wrap .warning-exit-btn {
    padding: 12px 0 3px 0;
  }
  .warning-btn-wrap .warning-enter-btn {
    padding: 12px 0 3px 0;
  }
}
@media only screen and (max-width: 475px) {
  .warning-header {
    padding: 0;
  }
  .warning-logo-section img {
    width: 100%;
  }
  .warning-text {
    font-size: 31px;
  }
  .center-justified {
    padding: 30px 50px;
    font-size: 19px;
    line-height: 22px;
  }
  .warning-access-section p.contains {
    font-size: 16px;
    margin: 20px auto -5px auto;
  }
  .warning-btn-wrap .warning-btns {
    font-size: 31px;
  }
}
@media only screen and (max-width: 414px) {
  .warning-text {
    font-size: 32px;
  }
  .warning-logo-section img {
    width: 100%;
  }
  .warning-btn-wrap .warning-enter,
  .warning-btn-wrap .warning-exit {
    padding: 0;
  }
  .center-justified {
    width: auto;
  }
}
@media only screen and (max-width: 375px) {
  .warning-header div.a {
    text-align: center;
  }
  .warning-header div.a:first-of-type a {
    font-size: 19px;
  }
  .warning-header div.a:nth-of-type(2) a {
    font-size: 19px;
  }
  .warning-text {
    font-size: 25px;
    letter-spacing: 0;
    margin-top: 30px;
    margin-bottom: -10px;
  }
  .warning-logo-section img {
    width: 80%;
  }
  .warning-btn-wrap .warning-btns {
    padding: 40px 40px 50px 40px;
  }
  .center-justified {
    width: auto;
    padding: 30px 15px;
    font-size: 18px;
    line-height: 22px;
  }
  .warning-access-section p:nth-of-type(1) {
    font-size: 12px;
    margin: -15px auto 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .warning-header div.a:first-of-type a {
    font-size: 17px;
  }
  .warning-header div.a:nth-of-type(2) a {
    font-size: 17px;
  }
  .warning-text {
    font-size: 22px;
  }
  .center-justified {
    padding: 15px;
    line-height: 16px;
  }
  .warning-btn-wrap .warning-btns {
    font-size: 18px;
  }
  .warning-btn-wrap .warning-btns a span {
    margin: 0 15px;
  }
  .warning-btn-wrap .warning-exit-btn {
    padding: 13px 0 3px 2px;
  }
  .warning-btn-wrap .warning-enter-btn {
    padding: 13px 0 3px 2px;
  }
}

#warning {
  color: #000;
}

html.warning-zoom {
  zoom: 0.64;
}
body#warning2 .warning-wrapper {
  background: url(https://c75d743e57.mjedge.net/static/nympho/images/warning-page-bg.jpg)
    center top no-repeat #fff;
  height: 1000px;
}
body#warning2 .warning-wrapper .warning-content {
  position: relative;
  height: 100%;
  width: 732px;
  margin: 0 auto;
}
body#warning2 .warning-header {
  margin-top: 80px;
}
body#warning2 .warning-header div.a {
  text-transform: uppercase;
  display: none;
  margin: 20px 0;
}
body#warning2 .warning-header div.a:first-of-type {
  margin-top: 30px;
}
body#warning2 .warning-header div.a:first-of-type a {
  color: #585858;
  font-family: Calibre-Regular;
  font-size: 30px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#warning2 .warning-header div.a:first-of-type a:hover {
  text-decoration: none;
  border-bottom: 2px solid;
}
body#warning2 .warning-header div.a:nth-of-type(2) a {
  color: #fff;
  font-family: Calibre-Bold;
  font-size: 45px;
  background: #000;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 15px 20px 5px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#warning2 .warning-header div.a:nth-of-type(2) a:hover {
  text-decoration: none;
  background-color: #848484;
}
body#warning2 .warning-model-photo {
  width: 100%;
}
body#warning2 .warning-logo-section img {
  margin-top: 20px;
  width: 60%;
}
body#warning2 .warning-text {
  font-family: Calibre-Bold;
  font-size: 55px;
  letter-spacing: 1px;
  margin-top: 40px;
}
body#warning2 .warning-text .warning {
  color: #585858;
  text-transform: uppercase;
  font-weight: 900;
}
body#warning2 .warning-text .adults-only {
  text-transform: uppercase;
  font-weight: 900;
}
body#warning2 .center-justified {
  font-family: Calibre-Light;
  color: #585858;
  font-size: 21px;
  line-height: 18px;
  text-align: justify;
  margin: 0 auto;
  width: 570px;
  -moz-text-align-last: center;
  text-align-last: center;
}
body#warning2 .center-justified b {
  font-family: Calibre-Bold;
  color: #000;
}
body#warning2 .warning-access-section p:nth-of-type(1) {
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 600;
}
body#warning2 .warning-access-section p:nth-of-type(2) {
  position: absolute;
  left: 10%;
  bottom: 8%;
  line-height: 16px;
  width: 600px;
}
body#warning2 .warning-access-section p.links {
  position: absolute;
  bottom: 4%;
  left: 14%;
}
body#warning2 .warning-access-section p.links a {
  font-family: Calibre-Light;
  font-size: 18px;
  color: #000;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#warning2 .warning-access-section p.links a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
body#warning2 .warning-btn-wrap {
  padding: 0 80px;
  margin-top: 50px;
}
body#warning2 .warning-btn-wrap .warning-enter,
body#warning2 .warning-btn-wrap .warning-exit {
  font-family: Calibre-Bold;
  font-size: 45px;
  padding: 30px 20px;
  text-transform: uppercase;
}
body#warning2 .warning-btn-wrap .warning-exit-btn {
  color: #585858;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#warning2 .warning-btn-wrap .warning-exit-btn:hover {
  text-decoration: none;
  border-bottom: 3px solid;
}
body#warning2 .warning-btn-wrap .warning-enter-btn {
  background-color: #000;
  color: #fff;
  padding: 20px 60px 5px 60px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#warning2 .warning-btn-wrap .warning-enter-btn:hover {
  background-color: #848484;
  text-decoration: none;
}
body#warning2 footer.warning {
  margin-top: 20px;
}
div.container.login-section {
  padding-top: 30px;
  margin-bottom: 50px;
}

.login-section .margin-top {
    margin-top: 2rem;
}
div.container.login-section .form-wrap {
  background-color: #0069dc;
  padding: 35px 25px;
}
div.container.login-section .form-wrap input {
  font-family: 'Rubik';
  color: #121212;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 25px;
  padding: 15px 20px;
  height: 55px;
  font-size: 18px;
}
div.container.login-section .form-wrap input::placeholder {
  font-family: 'Rubik';
  color: #121212;
  font-size: 18px;
  opacity: 1;
}
div.container.login-section .form-wrap .password-wrapper .reveal-pass {
  color: #121212 !important;
  top: 35% !important;
}
div.container.login-section .logo-awards img {
  width: 16.8%;
  margin: 0 25px;
}
div.container.login-section .submit-wrap {
  margin: 20px 0;
  text-align: center;
}
div.container.login-section .submit-wrap button.submit {
  font-family: 'Rubik';
  background: #ffc000;
  color: #121212;
  width: 100%;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bolder;
  padding: 10px 20px;
  border: none;
  transition: all 0.3s;
}
div.container.login-section .submit-wrap button.submit:hover {
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(to right, #ffc000, #DB8B00);
  outline: 4px solid #ffc000;
  outline-offset: 0.4rem;
}
div.container.login-section button.click-here {
  font-family: 'Rubik';
  background: #0069dc;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bolder;
  padding: 12px 0;
  -webkit-border-radius: 50px;
  border-radius: 0;
  margin-top: 36px;
  border: none;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) {
    div.container.login-section button.click-here {
        padding: 9px 0;
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    div.container.login-section button.click-here {
        margin-top: 0;
    }
}

div.container.login-section button.click-here:hover {
  background-color: #ffc000;
  text-decoration: none;
  color: #121212;
}
@media only screen and (max-width: 1199px) {
  div.container.login-section .logo-awards img {
    width: 20%;
  }
}

@media only screen and (max-width: 991px) {
  div.container.login-section button.click-here {
    font-size: 26px;
    margin-top: 1px;
  }
  div.container.login-section .logo-awards img {
    width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  div.container.login-section button.click-here {
    padding: 15px 0;
  }
}


@media only screen and (max-width: 375px) {
  div.container.login-section {
    padding-top: 0;
  }
  div.container.login-section .form-wrap {
    padding: 25px 15px;
  }
  div.container.login-section .logo-awards img {
    width: 35%;
    float: none;
    margin: 0 10px;
  }
  div.container.login-section button.click-here {
    font-size: 23px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 320px) {
  div.container.login-section button.click-here {
    font-size: 23px;
  }
}
.paypal-popup-wrap {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 6;
  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
}
.paypal-popup-wrap .paypal-popup {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  -webkit-transition: width 0.2s, height 0.2s;
  transition: width 0.2s, height 0.2s;
  cursor: pointer;
}
.paypal-popup-wrap .paypal-popup svg path {
  fill: #fff;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}
.paypal-popup-wrap .paypal-popup span {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: auto;
  -webkit-transition: opacity 250ms ease 250ms;
  transition: opacity 250ms ease 250ms;
  text-align: center;
}
.paypal-popup-wrap .paypal-popup img {
  width: 100%;
  height: auto;
}
.paypal-popup-wrap.expand .paypal-popup {
  width: 350px;
  height: 130px;
}
.paypal-popup-wrap .popup-content {
  position: absolute;
  right: 31px;
  bottom: 12px;
  padding: 10px 15px;
  width: 287px;
  height: 106px;
  opacity: 0;
  -webkit-transition: opacity 250ms ease 250ms;
  transition: opacity 250ms ease 250ms;
  color: #fff;
  visibility: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.paypal-popup-wrap .popup-content .close {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 18px;
  height: 18px;
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  text-shadow: none;
  opacity: 0.8;
  background: fade(#333, 30%);
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.paypal-popup-wrap .popup-content .close:focus {
  outline: 0;
}
.paypal-popup-wrap .popup-content h4 {
  margin: 3px 0 8px 0;
  padding: 0 15px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4em;
  cursor: pointer;
}
.paypal-popup-wrap .popup-content h4 a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.paypal-popup-wrap .popup-content h4 a:hover {
  color: #19366c;
}
.paypal-popup-wrap .popup-content h4 a strong {
  color: #19366c;
}
.paypal-popup-wrap .popup-content h4 a span {
  color: #0070ba;
}
.paypal-popup-wrap .popup-content .pay-logos {
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
}
.paypal-popup-wrap .popup-content .pay-logos img {
  margin: 0 2px;
  width: auto;
  height: 24px;
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
  opacity: 0.9;
  -webkit-box-shadow: 2px 2px 5px fade(#000, 20%);
  box-shadow: 2px 2px 5px fade(#000, 20%);
}
.paypal-popup-wrap .paypal-popup:hover svg path {
  fill: #e9ecef;
}
.paypal-popup-wrap.expand .popup-content {
  opacity: 1;
  visibility: visible;
}
.paypal-popup-wrap.expand .paypal-popup svg path {
  fill: #afafaf;
}
.paypal-popup-wrap.expand .paypal-popup span {
  opacity: 0;
}
@media only screen and (max-width: 480px) {
  .paypal-popup-wrap {
    right: 5px;
    bottom: 5px;
  }
  .paypal-popup-wrap.expand {
    right: -14px;
  }
}
.terms-section {
  padding-top: 15px;
}
.terms-section h2 {
  font-size: 30px;
  font-family: Calibre-Bold;
  color: #000;
}
.terms-section p {
  font-size: 19px;
  font-family: Calibre-Light;
}
.terms-section ul li {
  list-style-type: none;
}
.terms-section ul li h3 {
  font-size: 24px;
  font-family: Calibre-Bold;
  color: #585858;
}
.terms-section ul li p a {
  color: #585858;
  border-bottom: 1px solid #585858;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  word-wrap: break-word;
}
.terms-section ul li p a:focus,
.terms-section ul li p a:hover {
  border-bottom: 1px dashed #585858;
  text-decoration: none;
}
.terms-section ul li h4 {
  font-size: 21px;
  font-family: Calibre-Bold;
  color: #868686;
}
.terms-section dl {
  font-size: 16px;
  font-family: calibre-regular;
}
.terms-section dl dt {
  float: left;
  width: 130px;
  margin-right: 10px;
  margin-bottom: 8px;
  color: #585858;
  text-align: right;
  text-transform: capitalize;
}
.terms-section dl dd {
  margin-bottom: 8px;
  color: #777;
}
.privacy-section {
  padding-top: 15px;
}
.privacy-section h2 {
  font-size: 30px;
  font-family: Calibre-Bold;
  color: #000;
}
.privacy-section p {
  font-size: 19px;
  font-family: Calibre-Light;
}
.privacy-section h3 {
  font-size: 24px;
  font-family: Calibre-Bold;
  color: #585858;
}
.privacy-section p a {
  color: #585858;
  border-bottom: 1px solid #585858;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  word-wrap: break-word;
}
.privacy-section p a:focus,
.privacy-section p a:hover {
  border-bottom: 1px dashed #585858;
  text-decoration: none;
}
.privacy-section h4 {
  font-size: 21px;
  font-family: Calibre-Bold;
  color: #868686;
}
.promo-ancmt-close {
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  padding-left: 0.5px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  color: #fff;
}
.promo-ancmt-close span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.promo-ancmt-close img {
  width: 25px;
}
.promo-ancmt-close:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  background: fade(#000, 10%);
  opacity: 0;
}
.promo-ancmt-close:hover:before {
  -webkit-animation: ancmt-hover 0.5s;
  animation: ancmt-hover 0.5s;
}
.announcement-wrap {
  position: relative;
  overflow: hidden;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  z-index: 6;
}
.announcement-wrap .container {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.announcement-wrap .fa {
  margin-right: 10px;
}
.announcement-wrap .ancmt-content,
.announcement-wrap .ancmt-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
}
.announcement-wrap .ancmt-content p {
  margin: 0;
}
.announcement-wrap .ancmt-close {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  background: fade(#000, 30%);
  color: #fff;
}
.announcement-wrap .ancmt-close span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.announcement-wrap .ancmt-close:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  background: fade(#000, 10%);
  opacity: 0;
}
.announcement-wrap .ancmt-close:hover:before {
  -webkit-animation: ancmt-hover 0.5s;
  animation: ancmt-hover 0.5s;
}
@-webkit-keyframes ancmt-hover {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }
}
@keyframes ancmt-hover {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }
}
.announcement-wrap.ancmt-default {
  background: #383838;
  color: #cacaca;
}
.announcement-wrap.ancmt-default a {
  color: #f1ce63;
}
.announcement-wrap.ancmt-alert {
  background: #9e8238;
  color: #f9deab;
}
.announcement-wrap.ancmt-alert a {
  color: #ffb440;
}
.announcement-wrap.ancmt-alert .ancmt-close {
  background: #d6a91f;
}
.announcement-wrap.ancmt-news {
  background: #52849c;
  color: #c4e1ef;
}
.announcement-wrap.ancmt-news a {
  color: #38d9ff;
}
.announcement-wrap.ancmt-news .ancmt-close {
  background: #669dd8;
}
.announcement-wrap.ancmt-discounts {
  background: #618254;
  color: #c2e2ca;
}
.announcement-wrap.ancmt-discounts a {
  color: #e8f3af;
}
.announcement-wrap.ancmt-discounts .ancmt-close {
  background: #76ad84;
}
div#ypp-player {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.ypp-player-dimensions {
  padding-top: 56.25%;
}
.video-js {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
}
.video-js .vjs-progress-control.vjs-control {
  margin-left: 16px !important;
}
.video-js .vjs-big-play-button {
  top: -webkit-calc(50% - 23px);
  top: calc(50% - 23px);
  left: -webkit-calc(50% - 45px);
  left: calc(50% - 45px);
  display: none;
}
.vjs-fullscreen-control,
.vjs-mute-control,
.vjs-progress-control {
  left: 0;
  top: 0;
}
.vjs-volume-bar,
.vjs-volume-control,
.vjs-volume-handle,
.vjs-volume-level {
  display: block !important;
}
.vjs-poster {
  -webkit-background-size: cover;
  background-size: cover;
}
.dvd-items {
  padding-top: 40px;
}
.items-sorter-wrap {
  padding-right: 10px;
  padding-left: 10px;
  text-align: right;
}
.items-sorter {
  padding: 0;
  margin: 30px 0 0 0;
  list-style-type: none;
}
.items-sorter li {
  display: inline-block;
  margin-bottom: 8px;
  padding: 0 10px;
}
.items-sorter a {
  display: inline-block;
  font-family: Calibre-ThinItalic;
  font-size: 20px;
  color: #000;
  text-transform: lowercase;
  background: 0 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}
.items-sorter .active a {
  font-family: Calibre-SemiboldItalic;
  border-bottom: 1px solid #000;
}
.dvd-items .section-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Calibre-Bold;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-transform: lowercase;
}
.dvd-items span.date,
.dvd-items span.photo-count,
.dvd-items span.total-likes,
.dvd-items span.total-time {
  font-family: Calibre-Thin;
  font-weight: 600;
  color: #787878;
  font-size: 16px;
  font-style: italic;
}
@media only screen and (min-width: 1600px) and (max-width: 1888px) {
  .dvd-info .vol {
    margin-right: 15px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .dvd-item-wrap {
    height: 370px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .dvd-item-wrap {
    height: 300px !important;
  }
}
.dvd-item-wrap {
  position: relative;
  height: 370px;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.dvd-info {
  margin-bottom: 35px;
  font-family: Calibre-Regular;
  color: #eee;
  text-align: center;
}
.dvd-info .title-link {
  color: #000;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.dvd-info .title-link:hover {
  text-decoration: none;
  opacity: 0.5;
}
.dvd-info .vol {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 16px;
}
.dvd-info .view-dvd {
  float: none;
  display: block;
  width: 40%;
  margin: 0 auto;
  padding: 2px 10px;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dvd-info .view-dvd:focus,
.dvd-info .view-dvd:hover {
  background: #d0c6d6;
  color: #fff;
  text-decoration: none;
}
.dvd-info .dvd-full-cover a {
  float: left;
  display: inline-block;
  padding: 2px 10px;
  font-size: 13px;
  text-transform: uppercase;
  border: 2px solid #5bc0de;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dvd-info .dvd-full-cover a:hover {
  background: 0 0;
  color: #5bc0de;
  text-decoration: none;
  border: 2px solid #5bc0de;
}
.dvd-item {
  position: absolute;
  width: 100%;
  color: #333;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.dvd-item .dvd-back,
.dvd-item .dvd-front {
  overflow: hidden;
}
.dvd-item .dvd-back img,
.dvd-item .dvd-front img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.dvd-item .dvd-front {
  position: absolute;
  width: 100%;
  height: auto;
  background: #f3eeea;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 19px);
  transform: translate3d(0, 0, 19px);
  z-index: 10;
  border: 5px solid #eee;
}
.dvd-item .dvd-back {
  position: absolute;
  width: 100%;
  height: 370px;
  background: #f3eeea;
  -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.35);
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.35);
  -webkit-transform: rotate3d(0, 1, 0, -180deg) translate3d(0, 0, 20px);
  transform: rotate3d(0, 1, 0, -180deg) translate3d(0, 0, 20px);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.dvd-item .dvd-left {
  position: absolute;
  left: -20px;
  height: 370px;
  width: 40px;
  background: #f3eeea;
  -webkit-transform: rotate3d(0, 1, 0, -90deg);
  transform: rotate3d(0, 1, 0, -90deg);
  z-index: 11;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.dvd-item .dvd-left h2 {
  overflow: hidden;
  margin: 0;
  padding-right: 15px;
  width: 370px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  text-align: right;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  text-transform: uppercase;
  background: fade(#fff, 50%);
  font-weight: 700;
  -webkit-transform: rotate(90deg) translateY(-40px);
  -ms-transform: rotate(90deg) translateY(-40px);
  transform: rotate(90deg) translateY(-40px);
  letter-spacing: 1px;
}
.dvd-item .dvd-left span {
  display: inline-block;
  padding: 0 10px;
  background: #000;
  color: #fff;
}
.dvd-items .view-dvd {
  color: #fff;
  background: #000;
  border: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding-top: 8px;
}
.dvd-items .view-dvd:hover {
  background: #848484;
}
@media only screen and (max-width: 1599px) {
  .dvd-info .view-dvd {
    width: 40%;
  }
}
@media only screen and (max-width: 1199px) {
  .dvd-items .section-title {
    margin-bottom: 15px;
    text-align: center;
  }
  .dvd-items .items-sorter {
    margin-bottom: 25px;
    text-align: center;
  }
  .dvd-info .view-dvd {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .dvds-page .dvd-item-wrap {
    height: 310px;
  }
}
@media only screen and (max-width: 991px) {
  .dvd-items .section-title {
    margin-top: 100px;
    margin-bottom: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .dvd-items .col-md-3 {
    float: left;
    width: 50%;
  }
  .dvds-page .dvd-item-wrap {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .dvd-items .section-title {
    margin-top: 20px;
    margin-bottom: -30px;
  }
  
  .masthead #navbar {
    width: 100vw;
    
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .dvd-info .view-dvd {
    width: 60%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
  .dvd-items {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 736px) {
  .dvds-page .dvd-item-wrap {
    height: 480px;
  }
}
@media only screen and (max-width: 667px) {
  .dvds-page .dvd-item-wrap {
    height: 430px;
  }
}
@media only screen and (max-width: 600px) {
  .dvds-page .dvd-item-wrap {
    height: 380px;
  }
}
@media only screen and (max-width: 568px) {
  .dvds-page .dvd-item-wrap {
    height: 355px;
  }
}
@media only screen and (max-width: 475px) {
  .dvd-info .view-dvd {
    width: 55%;
  }
}
@media only screen and (max-width: 425px) {
  .dvd-items .col-md-3 {
    float: none;
    width: 100%;
  }
  .dvds-page .dvd-item-wrap {
    height: 558px;
  }
  .dvd-info .view-dvd {
    width: 30%;
  }
}
@media only screen and (max-width: 414px) {
  .dvds-page .dvd-item-wrap {
    height: 542px;
  }
}
@media only screen and (max-width: 375px) {
  .dvds-page .dvd-item-wrap {
    height: 490px;
  }
}
@media only screen and (width: 411px) {
  .dvds-page .dvd-item-wrap {
    height: 540px;
  }
}
@media only screen and (max-width: 320px) {
  .dvds-page .dvd-item-wrap {
    height: 409px;
  }
  .dvd-info .view-dvd {
    width: 40%;
  }
}
body.dvds .dvd-page {
  padding-top: 60px;
}
body.dvds .content-models,
body.dvds .content-models a {
  margin: -10px 0 -10px 0;
}
body.dvds .dvd-info-section {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  background: #eee;
}
body.dvds .dvd-info-section .title {
  display: block;
  font-family: Calibre-Semibold;
  text-transform: capitalize;
  text-decoration: none;
  color: #484848;
  font-size: 28px;
  margin: 20px 0 0 0;
}
body.dvds .dvd-info-section .models > a,
body.dvds .dvd-info-section h4.models {
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: 18px;
  margin: 0;
  padding-bottom: 0;
}
body.dvds .dvd-info-section .fa,
body.dvds .dvd-info-section .far,
body.dvds .dvd-info-section .fas {
  color: #000;
}
body.dvds .dvd-info-section .date,
body.dvds .dvd-info-section .total-time {
  padding-right: 15px;
}
body.dvds .dvd-info-section .dvd-item-wrap .dvd-item .dvd-front img {
  border: 5px solid #f7f7f7;
}
body.dvds .dvd-info-section .desc {
  font-family: Calibre-Regular;
  color: #7e7e7e;
  line-height: 18px;
  font-size: 18px;
  margin: 15px auto 0 auto;
}
body.dvds .dvd-info-section .desc .desc-buttons a {
  color: #fff;
  background: #000;
  border: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding-top: 7px;
  padding-bottom: 3px;
  text-transform: uppercase;
  margin: 5px 0;
}
body.dvds .dvd-info-section .dvd-full-cover a {
  color: #fff;
  background: #000;
  border: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding-top: 8px;
  padding-bottom: 3px;
  text-transform: uppercase;
}
body.dvds .dvd-videos {
  font-family: Calibre-Bold;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-transform: lowercase;
}
@media only screen and (max-width: 1024px) {
  body.dvds .dvd-item-wrap {
    height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  body.dvds .dvd-page {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 823px) {
  body.dvds .dvd-item-wrap {
    height: 305px;
  }
}
@media only screen and (max-width: 768px) {
  body.dvds .dvd-item-wrap {
    height: 485px;
  }
  body.dvds .dvd-info-section .col-md-3,
  body.dvds .dvd-info-section .col-md-9 {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  body.dvds .dvd-page {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 736px) {
  body.dvds .dvd-item-wrap {
    height: 475px;
  }
}
@media only screen and (max-width: 700px) {
  body.dvds .dvd-item-wrap {
    height: 450px;
  }
}
@media only screen and (max-width: 667px) {
  body.dvds .dvd-item-wrap {
    height: 425px;
  }
}
@media only screen and (max-width: 600px) {
  body.dvds .dvd-item-wrap {
    height: 380px;
  }
}
@media only screen and (max-width: 568px) {
  body.dvds .dvd-item-wrap {
    height: 355px;
  }
}
@media only screen and (max-width: 525px) {
  body.dvds .dvd-item-wrap {
    height: 325px;
  }
}
@media only screen and (max-width: 475px) {
  body.dvds .dvd-item-wrap {
    height: 290px;
  }
}
@media only screen and (max-width: 450px) {
  body.dvds .dvd-item-wrap {
    height: 275px;
  }
}
@media only screen and (max-width: 425px) {
  body.dvds .dvd-item-wrap {
    height: 255px;
  }
}
@media only screen and (max-width: 414px) {
  body.dvds .dvd-item-wrap {
    height: 540px;
  }
  body.dvds .dvd-info-section .col-md-3,
  body.dvds .dvd-info-section .col-md-9 {
    float: none;
    width: 100%;
  }
  body.dvds .dvd-info-section .models > a,
  body.dvds .dvd-info-section h4.models {
    margin: 0 0 10px 0;
  }
  body.dvds .content-models,
  body.dvds .content-models a {
    margin: -10px 0 -15px 0;
  }
}
@media only screen and (max-width: 411px) {
  body.dvds .dvd-info-section .col-md-3,
  body.dvds .dvd-info-section .col-md-9 {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  body.dvds .dvd-item-wrap {
    height: 485px;
  }
}
@media only screen and (max-width: 360px) {
  body.dvds .dvd-item-wrap {
    height: 461px;
  }
}
@media only screen and (max-width: 320px) {
  body.dvds .dvd-item-wrap {
    height: 410px;
  }
}
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1042;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1043;
  width: 100%;
  height: 100%;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  text-align: center;
}
.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  opacity: 0.65;
  background: 0 0;
  border: none;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  color: #fff;
  text-align: right;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-figure {
  line-height: 0;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
img.mfp-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 40px;
  margin: 0 auto;
  line-height: 0;
}
.timer-spacing {
  margin-bottom: 45px;
}
.countdown {
  margin: 0 0 60px 0;
}
.countdown h1 {
  display: block;
  font-family: Calibre-semibold;
  text-transform: uppercase;
  color: #292929;
  font-size: 99px;
  line-height: 0;
  margin: 30px 0 0 0;
}
.countdown div:nth-child(3) {
  color: #40e8e0;
  display: block;
  font-family: Calibre-bold;
  text-transform: uppercase;
  font-size: 175px;
  margin: 0;
}
.countdown img {
  width: 800px;
  margin: -60px 0 75px 0;
}
.countdown .upcoming-clock.flip-clock-wrapper {
  display: inline-block;
  float: none;
  margin: 75px 0 0 0;
}
.countdown .upcoming-clock.flip-clock-wrapper ul {
  width: 70px;
  height: 100px;
}
.countdown .upcoming-clock.flip-clock-wrapper ul li {
  line-height: 100px;
}
.countdown .upcoming-clock.flip-clock-wrapper ul li a div.up:after {
  top: 49px;
}
.countdown .upcoming-clock.flip-clock-wrapper ul li a div div.inn {
  font-size: 80px;
}
.countdown .flip-clock-divider {
  width: 10px;
}
.countdown .flip-clock-divider:first-child {
  width: 0;
}
.countdown .flip-clock-dot {
  left: 2px;
  width: 7px;
  height: 7px;
}
.countdown .flip-clock-dot.top {
  top: 40px;
}
.countdown .flip-clock-dot.bottom {
  bottom: -10px;
}
.countdown .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
  font-size: 20px;
  right: -100px;
}
.countdown .flip-clock-wrapper .flip-clock-divider.minutes .flip-clock-label,
.countdown .flip-clock-wrapper .flip-clock-divider.seconds .flip-clock-label {
  right: -115px;
}
@media only screen and (max-width: 1200px) {
  .timer-spacing {
    margin-bottom: 30px;
  }
  .countdown h1 {
    font-size: 80px;
    margin: 45px 0 0 0;
  }
  .countdown div:nth-child(3) {
    font-size: 125px;
    margin: 0;
  }
  .countdown img {
    width: 550px;
    margin: -45px 0 60px 0;
  }
  .instant-access ul.member-perks {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .timer-spacing {
    margin-bottom: 15px;
  }
  .countdown h1 {
    font-size: 58px;
    margin: 60px 0 0 0;
  }
  .countdown div:nth-child(3) {
    font-size: 110px;
    margin: -15px 0 0 0;
  }
  .countdown .upcoming-clock.flip-clock-wrapper {
    display: inline-block;
    float: none;
    margin: 60px 0 0 0;
    width: auto;
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul {
    width: 60px;
    height: 80px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul li {
    line-height: 80px;
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul li a div div.inn {
    font-size: 65px;
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul li a div.up:after {
    height: 1px;
    top: 38px;
  }
  .countdown .flip-clock-divider {
    height: 80px;
  }
  .countdown .flip-clock-dot {
    left: 2px;
  }
  .countdown .flip-clock-dot.top {
    top: 25px;
  }
  .countdown .flip-clock-dot.bottom {
    bottom: 20px;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider.days .flip-clock-label {
    right: -100px;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider.hours .flip-clock-label {
    right: -100px;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider.minutes .flip-clock-label {
    right: -100px;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider.seconds .flip-clock-label {
    right: -105px;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .countdown h1 {
    font-size: 8.5vw;
    margin: 45px 0 0 0;
  }
  .countdown div:nth-child(3) {
    font-size: 15.3vw;
  }
  .countdown img {
    margin: -45px 0 45px 0;
  }
}
@media only screen and (max-width: 667px) {
  .timer-spacing {
    margin-bottom: 0;
  }
  .countdown {
    margin: 0 0 40px 0;
  }
  .countdown img {
    width: 450px;
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul {
    width: 50px;
    height: 70px;
    margin: 5px 2px;
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul li {
    line-height: 70px;
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul li a div.up:after {
    top: 33px;
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul li a div div.inn {
    font-size: 60px;
  }
  .countdown .flip-clock-dot {
    width: 5px;
    height: 5px;
  }
  .countdown .flip-clock-dot.top {
    top: 25px;
  }
  .countdown .flip-clock-dot.bottom {
    bottom: 30px;
  }
}
@media only screen and (max-width: 568px) {
  .timer-spacing {
    margin-bottom: -15px;
  }
  .countdown {
    margin: 0;
  }
  .countdown h1 {
    margin: 55px 0 0 0;
  }
  .countdown img {
    margin: -30px 0 45px 0;
  }
  .countdown .upcoming-clock.flip-clock-wrapper {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul {
    width: 40px;
    height: 55px;
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul li {
    line-height: 55px;
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul li a div.up:after {
    top: 26px;
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul li a div div.inn {
    font-size: 40px;
  }
  .countdown .flip-clock-dot.top {
    top: 20px;
  }
  .countdown .flip-clock-dot.bottom {
    bottom: 38px;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
    font-size: 15px;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider.days .flip-clock-label {
    right: -65px;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider.hours .flip-clock-label {
    right: -70px;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider.minutes .flip-clock-label,
  .countdown .flip-clock-wrapper .flip-clock-divider.seconds .flip-clock-label {
    right: -75px;
  }
}
@media only screen and (max-width: 475px) {
  .countdown h1 {
    margin: 50px 0 0 0;
  }
  .countdown div:nth-child(3) {
    font-size: 15vw;
  }
  .countdown img {
    width: 350px;
    margin: -20px 0 45px 0;
  }
  .countdown .upcoming-clock.flip-clock-wrapper {
    margin: 45px 0 0 0;
  }
}
@media only screen and (max-width: 425px) {
  .countdown .upcoming-clock.flip-clock-wrapper ul {
    width: 35px;
    height: 50px;
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul li {
    line-height: 50px;
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul li a div.up:after {
    top: 24px;
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul li a div div.inn {
    font-size: 35px;
  }
  .countdown .flip-clock-dot.bottom {
    bottom: 40px;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
    font-size: 12px;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider.days .flip-clock-label {
    right: -50px;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider.hours .flip-clock-label {
    right: -55px;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider.minutes .flip-clock-label,
  .countdown .flip-clock-wrapper .flip-clock-divider.seconds .flip-clock-label {
    right: -60px;
  }
}
@media only screen and (max-width: 414px) {
  .countdown h1 {
    margin: 70px 0 0 0;
  }
  .countdown div:nth-child(3) {
    font-size: 15vw;
  }
  .countdown img {
    width: 300px;
    margin: -20px 0 45px 0;
  }
}
@media only screen and (max-width: 375px) {
  .countdown h1 {
    margin: 60px 0 0 0;
  }
  .countdown div:nth-child(3) {
    font-size: 15.8vw;
    margin: -25px 0 0 0;
  }
  .countdown .upcoming-clock.flip-clock-wrapper {
    margin: 30px 0 0 0;
  }
  .countdown .upcoming-clock.flip-clock-wrapper ul {
    width: 30px;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
    top: -1.1em;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider.hours .flip-clock-label {
    right: -50px;
  }
  .countdown .flip-clock-wrapper .flip-clock-divider.minutes .flip-clock-label,
  .countdown .flip-clock-wrapper .flip-clock-divider.seconds .flip-clock-label {
    right: -55px;
  }
} /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: 0;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  -webkit-background-size: 264px 88px;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 0.5s linear infinite;
  animation: clockwise 0.5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: 0 0;
} /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
}
.pswp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-tap-highlight-color: transparent;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1),
    -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

.captcha-wrap img {
  display: inline-block;
  width: 53px;
}