@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900&subset=latin,latin-ext);

/* CSS clear based on http://meyerweb.com/eric/tools/css/reset/ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers and specific declarations */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* Main definitions */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  background: url(../images/bg.jpg);
}

body,
td,
p {
  color: #fff;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.6em;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
}

a:hover {
  color: #909090;
  text-decoration: none;
}

p {
  margin-bottom: 1em;
  text-align: justify;
}

hr {
  height: 1px;
  display: block;
  clear: both;
  padding: 0;
  margin: 15px 0;
  background: #333;
  border: none;
}

h1 {
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 35px;
  line-height: 1.6em;
  font-weight: bold;
  text-align: left;
}

h2 {
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.6em;
  font-weight: bold;
  text-align: left;
}

h3 {
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 25px;
  line-height: 1.6em;
  font-weight: bold;
  text-align: left;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.table-outer {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.wrapper {
  max-width: 1170px;
  margin: 0 auto;
}

header {
  background: url(../images/header-blue-backlight.png) no-repeat center bottom;
  padding-bottom: 5px;
}

header .wrapper {
  margin-top: -8px;
}

.top-title .top-title-body {
  color: #41a8ff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin: 0;
  padding: 5px 15px 19px 15px;
  text-align: center;
  text-transform: uppercase;
  background: url(../images/glasses-dark-bar.png) no-repeat center bottom;
}
nav {
  text-align: center;
  display: block;
}

nav ul {
  display: inline-block;
  width: 100%;
  max-width: 915px;
}

nav ul li {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 4px;
}

nav ul li.join {
  padding: 0 4px;
}

nav ul li a {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  padding: 10px 0;
  line-height: 25px;
  background: url(../images/bg-menu-item-red.png) no-repeat center bottom;
  text-align: center;
  text-transform: uppercase;
}

nav ul li.join a {
  position: relative;
  font-size: 36px;
  font-weight: 900;
  padding: 10px 0;
  line-height: 41px;
  background: url(../images/bg-menu-item-white.png) no-repeat center bottom;
}

nav ul li.join a:before,
nav ul li.join a:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  top: 8px;
  background: #333e49;
}

nav ul li.join a:before {
  left: -4px;
}

nav ul li.join a:after {
  right: -4px;
}

nav ul li a:hover {
  color: #d22323;
}

nav ul li.join a:hover {
  color: #41a8ff;
}

.slider {
  position: relative;
  height: 405px;
  background-image: url(../images/slider.jpg);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  transition: background-position 0ms linear;
}

.slider.move {
  background-position: -1920px 0;
  transition: background-position 35000ms linear;
}

.man-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 800px;
  text-align: center;
  left: 50%;
  margin-left: -380px;
}

.man-image img {
  width: 100%;
  display: block;
}

.col-1-3 {
  float: left;
  width: 33.33%;
}

.subslider .left-col,
.subslider .right-col {
  float: left;
  width: 360px;
}

.subslider .right-col {
  text-align: right;
}

.middle-col {
  position: relative;
  float: left;
  width: 450px;
  text-align: center;
}

.head-best-job,
.head-fuck-on-cam {
  font-size: 25px;
  color: #fff;
  font-weight: 900;
  display: block;
  clear: both;
  line-height: 21px;
  padding-top: 10px;
  margin: 25px 0 0;
}

.head-best-job {
  background: url(../images/ico-fuckcatalog.png) no-repeat left 12px;
  padding-left: 100px;
}

.head-fuck-on-cam {
  background: url(../images/ico-cum.png) no-repeat right 2px;
  padding-right: 100px;
}

.head-best-job .blue-text,
.head-fuck-on-cam .blue-text {
  color: #41a8ff;
}

.head-best-job .bigger-font,
.head-fuck-on-cam .bigger-font {
  font-size: 36px;
  line-height: 29px;
}

.left-col p,
.right-col p {
  display: block;
  color: #d5d4d3;
  position: relative;
  padding: 15px 0;
  background: url(../images/dotted-gray.png) repeat-x left top;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.left-col p {
  text-align: left;
}

.right-col p {
  text-align: right;
  margin-bottom: 40px;
}

.left-col p b,
.right-col p b,
.right-col p a {
  font-weight: 700;
}

.right-col p a:hover {
  color: #d22323;
}

.left-col p:before,
.right-col p:before {
  display: inline-block;
  content: "";
  position: absolute;
  background: url(../images/dotted-gray.png) repeat-x left top;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  right: 0;
}

.left-col p:after {
  display: inline-block;
  content: "";
  position: absolute;
  background: url(../images/ico-pacman.png) no-repeat left top;
  width: 15px;
  height: 17px;
  left: 50%;
  bottom: -8px;
  margin-left: -7px;
}

.right-col p:after {
  display: inline-block;
  content: "";
  position: absolute;
  background: url(../images/ico-ghost.png) no-repeat left top;
  width: 15px;
  height: 16px;
  left: 50%;
  bottom: -6px;
  margin-left: -7px;
}

.logo {
  display: block;
  height: 217px;
  left: -12px;
  position: absolute;
  top: -65px;
  width: 478px;
}

.subslider-join {
  display: inline-block;
  margin-top: 153px;
  margin-bottom: 17px;
}

.trailer {
  background: url(../images/bg-gray.jpg) no-repeat;
  background-size: cover;
  padding: 15px 0 18px 0;
  color: #2a3a4f;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
}

.trailer-top {
  padding-left: 116px;
  background: url(../images/ico-man.png) no-repeat;
}

.light-head-title {
  margin: 0;
  padding: 0 15px 21px 15px;
  line-height: 27px;
  font-size: 25px;
  color: #2a3a4f;
  font-weight: 700;
  display: block;
  text-align: center;
  background: url(../images/glasses-light-bar.png) no-repeat center bottom;
}

.light-head-title.video-page-title {
  margin-bottom: 15px;
}

.story {
  width: 100%;
  height: 9.6em;
  overflow: hidden;
  margin: 15px 0;
}

.story p {
  margin: 0;
  color: #303030;
  line-height: 1.6em;
  text-overflow: ellipsis;
}

.trailer-top p {
  color: #2a3a4f;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 5px;
}

.trailer-bottom {
  padding-bottom: 15px;
  background: url(../images/dotted-gray-2.png) repeat-x left bottom;
}

.trailer-left {
  float: left;
  width: 830px;
}

.player {
  position: relative;
}

.trailer-left .player .inner {
  position: relative;
  width: 830px;
  height: 484px;
}

.trailer-left .player .play-button {
  position: absolute;
  display: block;
  background: url(../images/ico-play.png) no-repeat;
  width: 120px;
  height: 136px;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -67px;
}

.player img,
.player video,
.player embed,
.player iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.trailer-right {
  float: right;
  text-align: center;
  width: 329px;
}

.trailer-right p {
  color: #2a3a4f;
  font-size: 32px;
  font-weight: 900;
  line-height: 30px;
  margin: 0;
  padding: 12px 0;
  text-align: center;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
}

.trailer-right p b {
  font-weight: 900;
  color: #d22323;
}

.dark-head-title {
  font-size: 25px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin: 25px 0 0 0;
  padding: 0 15px 21px 15px;
  line-height: 27px;
  display: block;
  background: url(../images/glasses-dark-bar.png) no-repeat center bottom;
}

.dark-head-title b {
  display: block;
  font-size: 44px;
  font-weight: 900;
  line-height: 46px;
  margin-bottom: 10px;
}

.join-big-button {
  display: block;
  margin-top: 15px;
  text-align: center;
}

.mobile-join-button {
  display: none;
}

.content {
  text-align: center;
  padding: 5px 0;
}

.item {
  display: inline-block;
  width: 302px;
  margin: 5px;
  background: url(../images/background-item-top.png) no-repeat center top
    #13171f;
  border: 1px solid #212c3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.content.under-video .item {
  padding-bottom: 4px;
}

.item.model-item {
  width: 222px;
}

.item .item-title {
  display: block;
  text-align: center;
  line-height: 40px;
  margin-top: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #41a8ff;
  padding: 0 10px;
}

.item .item-title a {
  color: #41a8ff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}

.item .item-title a:hover {
  color: #fff;
}

.item a.thumb {
  display: block;
  padding: 0 4px;
}

.item a.thumb .inner {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 55.9%;
  overflow: hidden;
  background: #41a8ff;
}

.item.model-item a.thumb .inner {
  padding-bottom: 138.1%;
}

.item a.thumb .inner img {
  
  width: 100%; 
  transition: all 0.6s ease;
}

.item a.thumb:hover .inner img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 0.9;
}

.item .info {
  position: relative;
  line-height: 22px;
  padding: 4px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 4px;
  float: left;
  width: 100%;
}

.item.model-item .info {
  font-size: 14px;
  line-height: 26px;
}

.item .info:after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px;
  height: 1px;
  background: url(../images/dotted-white.png) repeat-x left bottom;
}

.item .info a {
  color: #41a8ff;
  text-transform: uppercase;
  text-decoration: underline;
}

.item .info a:hover {
  color: #fff;
}

.item .info .left-info {
  display: block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 50%;
}

.item .info .right-info {
  display: block;
  float: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 50%;
}

.head-footer-join {
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 72px;
}

.large-banner {
  background: url(../images/sample-large-banner.jpg) no-repeat;
  background-size: cover;
  min-height: 348px;
  border-top: 8px solid #36232d;
  border-bottom: 8px solid #36232d;
}

.large-banner .large-banner-holder {
  width: 100%;
  height: 348px;
  text-align: center;
  background: rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: inset 0px 25px 13px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 25px 13px -15px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 25px 13px -15px rgba(0, 0, 0, 0.75);
}

.banner-body {
  display: inline-block;
  max-width: 900px;
  width: 100%;
}

.large-banner-holder .banner-header,
.large-banner-holder p {
  text-align: center;
  display: block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.large-banner-holder .banner-header {
  background: url(../images/glasses-image-bar.png) no-repeat center bottom;
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
  padding: 25px 15px;
  text-transform: uppercase;
}

.large-banner-holder .banner-header a:hover {
  color: #fff;
}

.large-banner-holder p {
  font-size: 18px;
  padding: 8px 15px;
}

footer {
  margin-top: 12px;
  background: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

footer a {
  color: #41a8ff;
  text-decoration: underline;
}

footer a:hover {
  color: #fff;
}

.footer-top {
  margin-top: 15px;
  background: url(../images/dotted-gray.png) repeat-x left top;
  padding: 10px 15px;
}

.footer-bottom {
  line-height: 21px;
  padding: 11px 15px;
  background: #0f141a;
}

.subpage-header {
  position: relative;
  background: url(../images/header-subpage.png) repeat-x center top;
  min-height: 284px;
  margin-top: -16px;
}

.subpage-header .logo {
  left: 50%;
  top: auto;
  bottom: 0;
  width: 478px;
  max-width: 100%;
  margin-left: -239px;
}

.item.paysite .info {
  margin-bottom: 0;
  line-height: 17px;
}

.item.paysite .item-title a {
  text-transform: none;
}

.item.paysite .info::after {
  background: transparent;
  margin-bottom: 0;
}

.subpage-header.join-header {
  margin-top: 6px;
}

.join-area {
  background: url(../images/bg-gray.jpg) no-repeat;
  background-size: cover;
  padding: 15px 0 18px 0;
  color: #2a3a4f;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
}
.join-area .wrapper:after {
  content: "";
  display: inline-block;
  background: url(../images/dotted-gray-2.png) repeat-x left bottom;
  width: 100%;
  height: 1px;
}

.half-col {
  width: 50%;
  float: left;
}

.left-half-col {
  padding-right: 15px;
}

.right-half-col {
  background: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.join-form {
  display: block;
  padding: 0 3px;
}

.form-section {
  padding: 25px;
}

.form-section.dotted-bottom {
  background: url(../images/dotted-gray-2.png) repeat-x 1px bottom;
}

.lock-head {
  font-size: 25px;
  color: #2a3a4f;
  font-weight: 900;
  text-shadow: rgba(255, 255, 255, 0.8);
  display: block;
  text-align: center;
  padding-bottom: 35px;
  line-height: 25px;
  background: url(../images/lock-head-bg.png) no-repeat center bottom;
}

.lock-head b {
  color: #d22323;
  font-weight: 900;
  display: block;
}

.screen-img {
  text-align: center;
}

.screen-img img {
  max-width: 100%;
}

.join-glasses-head {
  margin-top: 20px;
  font-size: 36px;
  color: #2a3a4f;
  font-weight: 900;
  text-shadow: rgba(255, 255, 255, 0.8);
  display: block;
  text-align: center;
  padding-bottom: 25px;
  line-height: 39px;
  background: url(../images/glasses-light-bar.png) no-repeat center bottom;
}

ul.join-info,
ul.join-info li {
  display: block;
}

ul.join-info {
  margin-top: 10px;
}

ul.join-info li {
  background: url(../images/join-tick.png) no-repeat left 6px;
  color: #2a3a4f;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 17px;
  min-height: 28px;
  padding-left: 30px;
}

.join-form-intro {
  margin-top: 10px;
  margin-bottom: -10px;
  text-align: center;
}

.form-section.centered {
  text-align: center;
}

.form-section input[type="submit"] {
  width: 100%;
  max-width: 380px;
  background: #b82030;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  padding: 10px 0;
  border: 0;
  cursor: pointer;
  transition: all 0.4s ease;
  border-top: 1px solid #ff8b8b;
  border-left: 1px solid #ff8b8b;
  border-right: 1px solid #6b2929;
  border-bottom: 1px solid #6b2929;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Lato", Helvetica, sans-serif;
}

.form-section input[type="submit"]:hover {
  background: #dc2d3f;
}

.form-section i {
  font-weight: 700;
  color: #2a3a4f;
  font-size: 16px;
}

.form-section i.info-center {
  display: block;
  text-align: center;
  font-style: normal;
}

.bottom-join-form {
  padding: 0 25px 15px 25px;
}

.bottom-join-form input[type="submit"] {
  margin-top: 15px;
}

.bottom-join-form i {
  margin-top: 15px;
}

.form-section label {
  display: block;
  width: 120px;
  float: left;
  font-size: 16px;
  font-weight: 700;
  color: #2a3a4f;
  padding-top: 10px;
  text-align: right;
}

.form-section .input-holder label {
  width: auto;
  text-align: left;
  display: inline;
  font-weight: 400;
}

.form-section.text-inputs {
  padding-bottom: 0;
}

.form-section .input-holder {
  padding-left: 130px;
  float: none;
}

.form-section.text-inputs .input-holder input {
  width: 100%;
  height: 40px;
  background: #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: inset 4px 5px 0px 0px rgba(220, 220, 220, 1);
  -moz-box-shadow: inset 4px 5px 0px 0px rgba(220, 220, 220, 1);
  box-shadow: inset 4px 5px 0px 0px rgba(220, 220, 220, 1);
  padding: 11px;
}

.form-section.text-inputs .input-holder {
  margin-bottom: 20px;
}

.form-section i.info-italic {
  font-style: italic;
  font-weight: 300;
  margin: 15px 0;
  display: block;
}

.ratio-option {
  margin-bottom: 6px;
  overflow: hidden;
  width: 100%;
  display: inline-block;
}

.form-section.ratio-inputs {
  padding-top: 15px;
  padding-bottom: 0;
}

.form-section.ratio-inputs label {
  padding-top: 0;
  padding-bottom: 20px;
}

.form-section.ratio-inputs .ratio-option label {
  padding-bottom: 0;
}

.form-section input[type="checkbox"]:not(old),
.form-section input[type="radio"]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
}

.form-section input[type="checkbox"]:not(old) + label,
.form-section input[type="radio"]:not(old) + label {
  display: inline-block;
  padding-left: 28px;
  padding-top: 0;
  background: url("../images/checks.png") no-repeat 0 -48px;
  line-height: 22px;
}

.form-section input[type="checkbox"]:not(old):checked + label {
  background-position: 0 0;
}

.form-section input[type="radio"]:not(old):checked + label {
  background-position: 0 0;
  color: #d22323;
  font-weight: 700;
}

/* Media queries */

@media (min-width: 990px) and (max-width: 1199px) {
  .wrapper {
    width: 970px;
  }

  .subslider .left-col,
  .subslider .right-col {
    width: 260px;
  }

  .right-col p,
  .left-col p {
    font-size: 12px;
  }

  .head-best-job,
  .head-fuck-on-cam {
    font-size: 21px;
  }

  .trailer-left {
    width: 688px;
  }

  .trailer-left .player .inner {
    position: relative;
    width: 688px;
    height: 402px;
  }

  .trailer-right {
    width: 259px;
  }

  .trailer-right p {
    line-height: 31px;
    font-size: 27px;
  }

  .head-footer-join {
    font-size: 64px;
    line-height: 68px;
  }
}

@media (min-width: 768px) and (max-width: 989px) {
  .wrapper {
    width: 750px;
  }
  .mobile-join-button {
    display: inline-block;
  }
  .desktop-join-button {
    display: none;
  }
  .trailer-left,
  .trailer-right {
    width: 100%;
  }

  .trailer-left .player .inner {
    position: relative;
    width: 750px;
    height: 438px;
  }

  .trailer-right p,
  .trailer-right a {
    width: 50%;
    float: left;
    text-align: center;
  }
  .trailer-right {
    margin-top: 20px;
  }
  .trailer-right p {
    padding: 69px 0;
  }
  .large-banner-holder .banner-header {
    font-size: 50px;
    line-height: 37px;
  }
  .head-footer-join {
    font-size: 49px;
    line-height: 43px;
  }
  nav ul li a {
    padding: 38px 0;
    line-height: 26px;
  }
  .subslider .left-col,
  .subslider .right-col,
  .subslider .middle-col {
    width: 50%;
    padding: 0;
  }
  .subslider .middle-col {
    width: 100%;
  }
  .logo {
    margin-left: -234px;
    left: 50%;
  }
  .subslider .left-col {
    padding-right: 10px;
  }
  .subslider .right-col {
    padding-left: 10px;
  }
  .subslider-join {
    margin-bottom: 0;
  }
  .half-col {
    width: 100%;
  }
  .form-section label,
  .form-section .input-holder {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .wrapper {
    width: 460px;
  }
  .mobile-join-button {
    display: inline-block;
  }
  .desktop-join-button {
    display: none;
  }
  .trailer-left,
  .trailer-right {
    width: 100%;
  }

  .trailer-left .player .inner {
    position: relative;
    width: 460px;
    height: 269px;
  }

  .trailer-right p,
  .trailer-right a {
    width: 100%;
    text-align: center;
  }
  .trailer-top {
    padding: 170px 0 0 0;
    background-position: center 6px;
  }
  .large-banner-holder .banner-header {
    font-size: 34px;
    line-height: 37px;
  }
  .head-footer-join {
    font-size: 29px;
    line-height: 43px;
  }
  nav ul li a {
    padding: 26px 0;
  }
  .subslider .left-col,
  .subslider .right-col,
  .subslider .middle-col {
    width: 100%;
    padding: 0;
  }
  .subslider-join {
    margin-top: 170px;
    margin-bottom: 0;
  }
  .head-fuck-on-cam {
    background: url(../images/ico-cum.png) no-repeat left 0;
    padding-left: 100px;
    padding-right: 0;
    text-align: left;
  }
  .right-col p {
    text-align: left;
  }
  .logo {
    width: 100%;
    left: 0;
  }
  .subslider-join {
    margin-top: 160px;
  }
  .item {
    width: 220px;
  }
  .item .left-info,
  .item .right-info {
    width: 100%;
    text-align: center;
  }
  .half-col {
    width: 100%;
  }
  .form-section label,
  .form-section .input-holder {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .dark-head-title b {
    font-size: 28px;
  }
}

@media (max-width: 571px) {
  .man-image {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}

@media (max-width: 478px) {
  .subpage-header .logo {
    left: 0;
    right: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    margin-left: 0;
  }
}

@media (max-width: 479px) {
  .wrapper {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile-join-button {
    display: inline-block;
  }
  .desktop-join-button {
    display: none;
  }
  .trailer-left,
  .trailer-right {
    width: 100%;
  }

  .trailer-left .player .inner {
    position: relative;
    width: 100%;
    height: auto;
  }

  .trailer-right p,
  .trailer-right a {
    width: 100%;
    text-align: center;
    font-size: 32px;
  }
  .trailer-top {
    padding: 150px 0 0 0;
    background-position: center 6px;
  }
  .large-banner-holder .banner-header {
    font-size: 30px;
    line-height: 37px;
  }
  .head-footer-join {
    font-size: 37px;
    line-height: 43px;
  }
  .man-image {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  nav ul li {
    width: 100%;
  }
  nav ul li.join a:before,
  nav ul li.join a:after {
    display: none;
  }
  .slider {
    height: 325px;
  }
  .subslider .left-col,
  .subslider .right-col,
  .subslider .middle-col {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .logo {
    width: 100%;
    left: 0;
    height: auto;
    top: -70px;
  }
  .subslider-join {
    margin-top: 106px;
    margin-bottom: 0;
  }
  .head-fuck-on-cam {
    background: url(../images/ico-cum.png) no-repeat left 0;
    padding-left: 100px;
    padding-right: 0;
    text-align: left;
  }
  .right-col p {
    text-align: left;
  }
  .head-best-job,
  .head-fuck-on-cam {
    font-size: 21px;
    margin: 0;
  }
  .left-col p,
  .right-col p {
    padding: 10px 0;
  }
  .head-best-job .bigger-font,
  .head-fuck-on-cam .bigger-font {
    font-size: 22px;
  }
  .content {
    padding: 5px 10px;
  }
  .item,
  .item.model-item {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
  }
  .item .item-title a{
    font-size: 12px;
  }
  .subslider-join {
    width: 100%;
  }
  .large-banner{
    background-position: 70%;
  }
  .half-col {
    width: 100%;
  }
  .form-section label,
  .form-section .input-holder {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .dark-head-title b {
    font-size: 28px;
    line-height: 35px;
  }
  .form-section input[type="submit"] {
    font-size: 15px;
  }
  .form-section i {
    font-size: 15px;
  }
}
