body {
  font-family: 'Roboto Condensed', sans-serif;
}
.highText {
  font-size: 24px;
  font-weight: lighter;
  display: block;
}
.coupon {
  font-size: 40px;
  font-weight: bolder;
  color: #fff;
  background: #000;
  padding: 0px 10px;
  border-radius: 10px;
}
.coupon:hover {
  color: #fff;
}
.container {
  max-width: 1200px;
}
img {
  width: 100%;
}
header .fullAccessBtn {
  margin-top: -75px;
}
header #head {
  padding: 10px;
  background-color: #fff;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 767px) {
  header #head {
    background-color: transparent;
    position: absolute;
    z-index: 9999;
    width: 100%;
  }
}
header #head .logo {
  max-width: 200px;
}
header #head .join {
  max-width: 50px;
}
header #head .loginWindow {
  font-weight: bolder;
  font-size: 18px;
  display: none;
  justify-content: center;
  align-items: center;
}
@media (min-width: 767px) {
  header #head .loginWindow {
    display: flex;
  }
}
header #head .loginWindow .log {
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
}
header #head .loginWindow .sign {
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #00669c;
  padding: 10px 20px;
}
header .karma {
  margin: 0px -15px;
}
header .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 10px;
  height: 100%;
  margin-top: -85px;
  position: relative;
  z-index: 100;
}
@media (min-width: 767px) {
  header .title {
    margin-top: 0px;
  }
}
header .title a:hover {
  text-decoration: none;
}
header .title h1 {
  color: #000;
  font-weight: 100;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 0.85;
}
header .title h1 span {
  display: block;
  font-size: 90px;
}
header .title h1 span b {
  font-weight: 900;
  display: block;
}
header .title img {
  max-width: 250px;
}
header .title p {
  max-width: 250px;
}
header .title img {
  width: auto;
  height: auto;
}
header .title p {
  margin-top: 20px;
  color: #565656;
  font-weight: 100;
}
.full-thumbnail,
.pornstar {
  margin-bottom: 10px;
  padding: 5px;
}
.full-thumbnail .item,
.pornstar .item {
  position: relative;
  overflow: hidden;
  display: block;
}
.full-thumbnail .item .data,
.pornstar .item .data {
  display: flex;
  position: absolute;
  flex-direction: row;
  bottom: -1px;
  width: 100%;
  pointer-events: none;
  /* margin-top: 129px; */
  justify-content: space-between;
  align-items: center;
  padding: 100px 0 5px;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.4), #000);
}
.full-thumbnail .item .data .info,
.pornstar .item .data .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.full-thumbnail .item .data .info .like img,
.pornstar .item .data .info .like img {
  max-width: 40px;
}
.full-thumbnail .item .data .info .text,
.pornstar .item .data .info .text {
  line-height: 1;
  padding: 5px;
}
.full-thumbnail .item .data .info .text h2,
.pornstar .item .data .info .text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  letter-spacing: -1px;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 100;
}
.banner-join {
  background-image: url("../img/bannerBg.png");
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: bottom;
}
.banner-join .banner-row {
  align-items: center;
  justify-content: center;
}
.banner-join .banner-row #defaultJoinBannerCoupon {
  margin-bottom: 10px;
}
.pager {
  max-width: 600px;
  margin: 20px auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.pager img {
  width: auto;
}
.pager .circles {
  margin: 0px 20px;
}
.pager .circles .circle {
  background-color: #565656;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  margin: 10px;
}
.pager .circles .circle.selected {
  background-color: #00669c;
}
.fullAccessBtn {
  background-color: #00669c;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: block;
  max-width: 600px;
  margin: 20px auto;
  font-size: 20px;
  border-radius: 5px;
  text-transform: uppercase;
}
.fullAccessBtn:hover {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 767px) {
  .fullAccessBtn {
    padding: 20px;
    font-size: 32px;
  }
}
footer {
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
}
footer .cards,
footer .logo {
  margin: 20px auto;
  display: block;
}
footer img {
  width: auto;
  max-width: 300px;
}
footer p {
  max-width: 400px;
  margin: 0 auto;
  color: #565656;
  font-size: 12px;
}
footer a {
  text-decoration: none;
  color: #000;
}
footer a:hover {
  text-decoration: none;
}
#floatingBanner {
  font-family: roboto;
  position: fixed;
  max-width: 700px;
  min-width: 300px;
  bottom: -100%;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
#floatingBanner .closeBtn {
  background-color: black;
  border: 1px solid #fff;
  position: absolute;
  top: 150%;
  right: 0%;
  border-radius: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  z-index: 9999px;
  cursor: pointer;
  -webkit-transition: all 1.8s;
  -moz-transition: all 1.8s;
  -o-transition: all 1.8s;
  transition: all 1.8s;
}
#floatingBanner .bannerHolder {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
#floatingBanner .bannerHolder .background {
  position: absolute;
  z-index: -1;
  bottom: -100px;
  clip-path: polygon(2% 0, 98% 0, 100% 100%, 0 100%);
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
@media (min-width: 992px) {
  #floatingBanner .bannerHolder .background {
    height: 85%;
  }
}
#floatingBanner .bannerHolder .text {
  width: 80%;
  position: relative;
  bottom: -100px;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
@media (min-width: 992px) {
  #floatingBanner .bannerHolder .text {
    width: 55%;
  }
}
#floatingBanner .bannerHolder .pic {
  display: none;
  max-width: 30%;
  position: relative;
  bottom: -300px;
  -webkit-transition: all 1.7s;
  -moz-transition: all 1.7s;
  -o-transition: all 1.7s;
  transition: all 1.7s;
}
@media (min-width: 992px) {
  #floatingBanner .bannerHolder .pic {
    display: block;
  }
}
#floatingBanner.visible {
  bottom: 0%;
}
#floatingBanner.visible .bannerHolder .background {
  bottom: 0px;
}
#floatingBanner.visible .bannerHolder .text {
  bottom: 2px;
}
@media (min-width: 992px) {
  #floatingBanner.visible .bannerHolder .text {
    bottom: 10px;
  }
}
#floatingBanner.visible .bannerHolder .pic {
  bottom: 0px;
}
#floatingBanner.visible .closeBtn {
  top: -50%;
}
@media (min-width: 992px) {
  #floatingBanner.visible .closeBtn {
    top: 0%;
  }
}
