html {
    height: 100%;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'Roboto', sans-serif;
  background: #0f0f0f;
}

h1,
h2,
h3,
h4 {
  font-family: 'Roboto', sans-serif;
}

#logo .tagline {
  font-size: 1.75em;
  text-align: right;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: -1px 1px 0 #EC7E13;
}

.top-content {
  overflow: hidden;
  position: absolute;
  top: 2em;
  width: 100%;
  margin-top: 6em;
}

.top-content .wrapper {
  position: relative;
  z-index: 999;
}

#big-video-vid_html5_api {
  height: auto !important;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #f5831f;
}

#form-holder {
  z-index: 99;
  max-width: 450px;
  float: right;
  margin: 4em;
  padding: 3em 3em 2.5em;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#form-holder > h1 {
  font-weight: 700;
  color: #fff;
  margin: 0 0 15px;
  padding: 0;
  font-size: 2.5em;
  text-transform: uppercase;
  text-align: center;
}

#form-holder > h2 {
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
  padding-top: 0;
}

form label {
  color: #FFFFFF;
  display: block;
  font-size: 1.3em;
}

FORM .row {
  padding: 0 0 0.5em;
}

FORM input[type="password"],
FORM input[type="text"],
FORM Select {
  border: medium none;
  color: #666666;
  font-size: 1.4em;
  padding: 0.4em;
}

FORM Select {
  line-height: 26px;
}

FORM input[type="password"],
FORM input[type="text"] {
  width: 100%;
}

.birthday_month {
  width: 48%;
}

.birthday_day,
.birthday_year {
  width: 25%;
}

.disclaimer {
  color: #999;
  padding: 0.5em 0 1em;
}

.disclaimer a {
  text-decoration: underline;
  color: #FF7D00;
}

.disclaimer a:hover {
  text-decoration: none;
}

#big-video-wrap {
  height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}

#big-video-vid,
#big-video-image {
  position: absolute;
}

#big-video-vid {
  height: auto !important;
  z-index: 2;
}


/* header */

header {
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, .85);
  border: none !important;
  padding: 10px 0;
  min-height: 40px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  z-index: 1000;
}

.wrapper,
.browser-internet-explorer-8 .wrapper {
  max-width: 90%;
}

#welcome .signupWrap,
#welcome .ask-user em {
  display: none;
}

#welcome .login {
  background-color: #f5841f;
  background-image: none;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

#welcome .login:hover {
  background-color: #ffa234;
}

.dropdownContainer {
  background-color: #000;
}

#signinDropdownContainer .account-tools LI,
#signinDropdownContainer .account-tools LI:last-child {
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, .2);
}

#signinDropdownContainer FORM .submitButton {
  background: #5bb75b;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: none;
  font-size: 2em;
  margin: 0;
  padding: 0.3em;
  color: #fff;
  text-shadow: none;
}

#signinDropdownContainer FORM .submitButton:hover {
  background: #ff9331;
}

.xxx-video .xxx-thumbnail {
  border-radius: 10px;
  overflow: hidden;
}


/* CTA button */

FORM button[type="submit"] {
  background-color: #26CFFD;
  background-image: none;
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#01afdf), to(#2fd3ff));
  background-image: -webkit-linear-gradient(bottom, #01afdf, #2fd3ff);
  background-image: -moz-linear-gradient(bottom, #01afdf, #2fd3ff);
  background-image: -o-linear-gradient(bottom, #01afdf, #2fd3ff);
  background-image: linear-gradient(bottom, #01afdf, #2fd3ff);
  border-radius: 10px;
  font-size: 2.5em;
  font-weight: 700;
  padding: 0.4em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  white-space: normal;
  width: 100%;
}

FORM button[type="submit"]:hover {
  background-color: #ff9334;
  background-image: none;
}

form #form_signup_cross_regs_sponsors label,
form #form_signup_cross_sales_sponsors label {
  text-align: left;
}

#registerMultiStepContainer form .question-container span,
#registerMultiStepContainer form .stepContent span,
ul.listing li label {
  color: #fff;
}

.browser-internet-explorer-8 .birthday_month {
  width: 47%;
}

#ClosingPopup {
  top: 50%;
  left: 50%;
  width: 400px;
  height: 300px;
  z-index: 10000;
  overflow: auto;
  position: fixed;
  margin-top: -200px;
  margin-left: -150px;
  background-color: white;
}

#ClosingOverlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  background-color: black;
  background-color: rgba(0, 0, 0, .5);
}

#form-holder > p {
  display: inline-block;
  text-align: left;
  width: 100%;
  text-align: left;
  clear: both;
  float: left;
  width: 60%;
}

#form-holder > p a {
  color: #FF7D00;
  font-size: 11px;
}


/* 4 step form */


/* Step 1 */

#form-holder > h2 {
  font-size: 1.7em;
  text-transform: none;
}

#registerMultiStepContainer .stepContent em {
  display: none;
}

#registerMultiStepContainer FORM .question-container,
.step-header {
  font-size: 1.5em;
  line-height: normal;
}

#registerMultiStepContainer FORM .question-container span,
#registerMultiStepContainer FORM .stepContent span {
  font-weight: 700;
}

#form-holder h1,
#form-holder h2 {
  text-align: center;
}

.login-link {
  font-size: 1.3em;
  text-align: left;
}

#registerMultiStepContainer ul.listing li {
  padding: 0;
  border: 0;
  color: #fff;
  text-align: left;
}

#registerMultiStepContainer FORM .row.birthday,
#registerMultiStepContainer FORM .row.select,
#registerMultiStepContainer FORM .row.text,
#registerMultiStepContainer FORM .iam,
#registerMultiStepContainer FORM .looking {
  padding: 0.5em 0;
}

#registerMultiStepContainer FORM UL.listing LI LABEL {
  margin: 0 0 5px;
  font-size: 1.25em;
}

#registerMultiStepContainer FORM #form_signup_cross_regs_sponsors LABEL {
  font-size: 1.2em;
}

#registerMultiStepContainer FORM input[type="password"],
#registerMultiStepContainer FORM input.textfieldz {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0.5em;
  font-size: 1.4em;
}

#registerMultiStepContainer FORM input[type="email"] {
  width: 100%;
}

#registerMultiStepContainer FORM .answers-container input,
#registerMultiStepContainer FORM .next {
  margin: 0.5em 0.1em 0.2em;
  padding: 0.4em;
  font-size: 2.5em;
  display: inline-block;
  border: none;
  cursor: pointer;
  background: #f5831f;
  border: none;
  color: #fff;
  border-radius: 10px;
  box-shadow: none;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  white-space: normal;
}

#registerMultiStepContainer FORM .answers-container input#answer-0 {
  background: #ff9334;
}

#registerMultiStepContainer FORM .answers-container input:hover,
#registerMultiStepContainer FORM .next:hover {
  background: #ff9334;
}

#registerMultiStepContainer FORM .answers-container input#answer-0:hover {
  background: #ff9334;
}

#registerMultiStepContainer .disclaimer {
  padding: 0.4em;
  text-align: left;
  font-size: 0.9em;
}

#form_signup_cross_regs_sponsors, .disclaimer {
    color: #fff;
}

#form_signup_cross_regs_sponsors a {
    color: #fff;
    text-decoration: underline;
}

/* Handles */

#registerMultiStepContainer .stepsHandles {
  margin: 1em 0 2em;
  text-align: left;
  font-size: 1em;
}

#registerMultiStepContainer .stepsHandles span a {
  display: inline-block;
  margin: 0 0.15em;
  width: 2.8em;
  height: 2.8em;
  -webkit-border-radius: 2.8em;
  -moz-border-radius: 2.8em;
  border-radius: 2.8em;
  line-height: 2.6em;
  text-align: left;
  background: #ccc;
  cursor: default;
  font-size: 2em;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

#registerMultiStepContainer .stepsHandles span.active a {
  background: #666;
}

#registerMultiStepContainer .stepsHandles span.indicator a:hover {
  cursor: default;
}


/* Progress bar */

#registerMultiStepContainer #progress-container {
  margin-left: 0;
  margin-bottom: 30px;
}

#registerMultiStepContainer #progress-bar-container {
  height: 25px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #EDFFF4;
  width: 100%;
  margin: 0.5em 0;
}

#registerMultiStepContainer #progress-bar {
  height: 25px;
  width: 0px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: green;
}

#registerMultiStepContainer #progress-info {
  line-height: 2em;
  font-size: 1.4em;
}

#registerMultiStepContainer #progress-info.displaced {
  font-size: 1.4em;
}


/* Step 2 */

#registerMultiStepContainer #registration-step-2 .birthday label {
  display: inline-block;
  width: 19%;
  text-align: left;
  margin-right: 1%;
  color: #fff;
}

#registerMultiStepContainer FORM .birthday_month {
  width: 26%;
  margin-right: 1%;
}

#registerMultiStepContainer FORM .birthday_day {
  width: 16%;
  margin-right: 1%;
}

#registerMultiStepContainer FORM .birthday_year {
  width: 18%;
  margin-right: 2%;
}


/* Step 4 */

#registerMultiStepContainer FORM #registration-step-4 .step-header {
  font-size: 1.5em;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

#registerMultiStepContainer #registration-step-4 label {
  display: inline-block;
  width: 26%;
  text-align: right;
  margin-right: 3%;
  color: #fff;
  font-weight: 700;
}

#registerMultiStepContainer FORM #registration-step-4 input.textfieldz {
  display: inline-block;
  width: 60%;
}

#registerMultiStepContainer #registration-step-4 .disclaimer label {
  width: 100%;
  margin: 0;
  text-align: left;
  font-weight: 400;
}

#registerMultiStepContainer #registration-step-4 #form_signup_cross_regs_sponsors label {
  width: 100%;
  text-align: left;
  margin: 0 0 10px;
}

#registerMultiStepContainer .error {
    color: red;
    display: inline-block;
    float: right;
    text-align: center;
    width: 100%;
    padding: 0.3em;
}

#registerMultiStepContainer .error a {
    color: red; 
    text-decoration: underline;
}

.webpay365logo {
  background: url(images/webpaylogo.png);
  width: 93px;
  height: 32px;
  margin: 8px auto 0 auto;
  float: right;
}

.epochlogo {
  background: url(images/epoch.png);
  float: right;
  margin: 4px 0 0 15px;
  height: 31px;
  width: 45px;
}

.livecampaylogo {
  background: url(images/livecampaylogo.png);
  float: right;
  margin: 8px auto 0 auto;
  height: 23px;
  width: 90px;
}

#registerMultiStepContainer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
}

#placeholder { 
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

#video {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}


/*
BOTTOM CONTENT HOLDER
*/

.bottom-cont {
  position: relative;
  z-index: 100;
  background: #0f0f0f;
}

.bottom-cont .wrapper {
  padding: 4em 0;
}


/*
LISTING HODLER STYLES
*/

.listing-holder {
  overflow: hidden;
  margin-bottom: 6em;
}

.listing-holder h3 {
  color: #fff;
  font-size: 2.4em;
  font-weight: bold;
}

.xxx-video {
  width: 32.333%;
  margin: 0 1.5% 0 0;
  display: block;
  float: left;
}

.xxx-video:last-of-type {
  margin-right: 0;
}

.xxx-video-views,
.xxx-video-liked {
  color: #fff;
  background: transparent;
}

.seller-box {
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: #161616 url(img/seller-bg-new.png) 50% 50% no-repeat;
  background-size: cover;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5em 10em;
  position: relative;
}

.seller-box h4 {
  color: #fff;
  font-size: 2.4em;
  font-weight: bold;
  max-width: 80%;
  margin: 0 auto 1em auto;
}

.seller-box p {
  color: #cdcdcd;
  font-size: 1.6em;
}

.features {
  list-style: none;
  margin-top: 2em;
  display: block;
  overflow: hidden;
  margin: 3em 0 0 0;
}

.features li {
  width: 33.333%;
  float: left;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
}

.features li span {
  display: inline-block;
  width: 21px;
  height: 21px;
  text-decoration: none;
  line-height: 21px;
 }
 
.features li span:before {
  font-family: "datingvip";
  color: #f5841f;
  content: "\e863";
  font-size: 21px;
}

.free-register {
  background: url(img/badge-new.png) 50% 50% no-repeat;
  width: 151px;
  height: 151px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  top: -30px;
  right: -30px;
  transform: rotate(15deg);
  display: block;
  padding: 3.5em 1.5em;
  overflow: hidden;
}

/* m.rancic, IE11 fix */
_:-ms-fullscreen, :root .free-register {
    display: block;
    padding: 2.5em 1em;
}
/**/

.free-register strong {
  display: block;
  font-size: 1.5em;
}

.free-register span {
  display: block;
}

/* footer */

#footer {
  color: #fff;
  overflow: hidden;
  position: relative;
  background: #0f0f0f;
  z-index: 2;
  border: 0;
}

#footer h5,
#footer h2 {
  color: #f5841f;
  font-weight: normal;
  font-style: normal;
  font-size: 2.2em;
  margin: 2em 0 1em 0;
}
#footer h5 {
  color: #fff;
  font-size: 1.7em;
  margin-bottom: 0.3em;
}
#footer ul li {
  border-color: #fff;
}

#footer a,
#footer ul li a,
.browser-internet-explorer-8 #footer ul li a {
  text-decoration: underline;
  color: #f5841f;
  font-weight: 300;
  text-decoration: none;
  font-size: 1em;
}

#footer ul li a { font-size: 1.2em; }

#footer a:hover,
#footer ul li a:hover {
  color: #f5841f;
  text-decoration: underline;
}

.custom-footer,
#footer p {
  font-size: 1.2em;
  color: #fff;
}

.standalone #c-Home.not-logged #footer .links {
  width: 25%;
  float: left;
  border: none;
}

#form-holder #registerMultiStepContainer .sponsors-row label {
    font-size: 1em;
}

#form-holder #registerMultiStepContainer .sponsors-row label span {
    font-weight: normal;
}

#form-holder #registerMultiStepContainer .disclaimerCheckboxContainer label {
    color: #bbb;
}

/* mediaqueries */

@media screen and (max-width: 1366px) {
    #big-video-wrap {
        display:none;
    }
    header, .top-content {
        position: relative;
        top: auto;
    }
    .top-content {
        margin-top: 0;
    }
    #placeholder {
        height: auto;
    }
    #video {
        display: block;
    }
}
@media screen and (max-width: 770px) {
      .standalone #c-Home.not-logged #footer .links {
          width: 50%;
      }
      .features li { font-size: 1.3em; }
}

@media screen and (max-width: 600px) {
  #form-holder {
    max-width: 400px;
    position: relative;
    top: 30px;
    right: auto;
    font-size: 0.8em;
    margin: 0 auto 50px;
  }
  #registerMultiStepContainer FORM #registration-step-4 input.textfieldz,
  #registerMultiStepContainer #registration-step-4 label,
  #registerMultiStepContainer #registration-step-2 .birthday label {
    width: 100%;
    text-align: left;
  }
  #registerMultiStepContainer FORM .birthday_month {
    width: 44%;
  }
  #registerMultiStepContainer FORM .birthday_year {
    width: 30%;
  }
  #registerMultiStepContainer FORM .birthday_day {
    width: 19%;
  }
  FORM button[type="submit"],
  #registerMultiStepContainer FORM .next {
    font-size: 2em;
  }
  #registerMultiStepContainer .error {
    margin-right: 0;
    width: 100%;
  }
  
  .seller-box {
      padding: 12em 2em;
  }
  .top-content {
      position: relative;
      top: auto;
      margin-top: 2em;
  }
  
  .standalone #c-Home.not-logged #footer .links LI {
      display: block;
      padding-left: 0.2em;
  }
}

@media screen and (max-width: 480px) {
    #logo .tagline { display: block; text-shadow: inherit; font-size: 1.2em; }
}

@media screen and (max-width: 440px) {
      .xxx-video {
          width: 100%;
      }
      #form-holder {  width: 100%; padding: 3em 2em 2.5em; }
      .listing-holder { margin: 0 0 2em; }

      #signinDropdownContainer {
        max-width: 30em;
      }
      .features li { width: 100%; text-align: left; padding: 5px 0; }
      
      .not-logged #logo { max-width: 150px; }
      .wrapper, .browser-internet-explorer-8 .wrapper { max-width: 100%; }
}

@media screen and (min-width: 1300px) {
  #form-holder {
    padding: 2% 2% 1%;
  }
}

/* Cookie policy fix */
#cookie-policy { 
    position: fixed;
    z-index: 9999999;
    left: 0px; right: auto; top: auto; bottom: 0px; 
    padding: 7px 15px; 
    width: 100%; 
    max-width: 250px; 
    border-radius: 5px; 
    text-align: left; 
    margin: 10px; 
    line-height: 18px; 
    background: rgba(0,0,0,.7); 
    color: #fff; }
#cookie-policy .wrapper {
    width: auto;
    max-width: inherit;
    text-align: left;
    margin: 0;
    padding: 0;
}
#cookie-policy BUTTON { margin: .1em 0; display: block; }
#cookie-policy A { display: block; }