

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav, 
section {
  display: block
}
@font-face {
  font-family: 'HelveticaRegular';
  src: url('../fonts/HelveticaRegular.eot');
  src: url('../fonts/HelveticaRegular.eot') format('embedded-opentype'), url('../fonts/HelveticaRegular.woff2') format('woff2'), url('../fonts/HelveticaRegular.woff') format('woff'), url('../fonts/HelveticaRegular.ttf') format('truetype'), url('../fonts/HelveticaRegular.svg#HelveticaRegular') format('svg');
}
@font-face {
  font-family: 'HelveticaBold';
  src: url('../fonts/HelveticaBold.eot');
  src: url('../fonts/HelveticaBold.eot') format('embedded-opentype'), url('../fonts/HelveticaBold.woff2') format('woff2'), url('../fonts/HelveticaBold.woff') format('woff'), url('../fonts/HelveticaBold.ttf') format('truetype'), url('../fonts/HelveticaBold.svg#HelveticaBold') format('svg');
}
@font-face {
  font-family: 'ArialBlack';
  src: url('../fonts/ariblk_0.eot');
  src: url('../fonts/ariblk_0.eot') format('embedded-opentype'), url('../fonts/ariblk_0.woff2') format('woff2'), url('../fonts/ariblk_0.woff') format('woff'), url('../fonts/ariblk_0.ttf') format('truetype'), url('../fonts/ariblk_0.svg#ArialBlack') format('svg');
}


.margintop {
	margin-top:20px;
}

.marginbottom {
	margin-bottom:20px;
} 

.banners {
	text-align:center;


}

.banners div {
	display:inline-block;
	margin:15px;

}

.sexygirlPic a {
	color:#000;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #151515;
  font-family:Arial, Helvetica, sans-serif;
  color:#ffffff;
  
  background-url:();
}

.logo a {
	color:#fff;
	font-family: 'HelveticaRegular';
	text-align: center;
	color: #fff;
	letter-spacing: -0.05em;
	font-size:1.5em;
}

.logo span 
{
	color:#ff0000}

header .logo img{
	max-width: 400px;
}

ol,
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
img {
  border: none;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  display: block;
}
textarea {
  outline: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
a {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
form,
input {
  margin: 0px;
  padding: 0px;
  outline: none
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
input[type="submit"] {
  -webkit-appearance: none;
  /*-webkit-border-radius:0px;*/
}
a,
.sexygirlPic i,
.register,
.videoThumb a span {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.none {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
*,
*:before,
*:after {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

/*Add Placeholder opcity 1*/

::-moz-placeholder {
  opacity: 1
}
::-webkit-placeholder {
  opacity: 1
}

.blurimg
{
	   -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.hb {
  position: relative;
  z-index: 1;
}
  .hb::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.5, 1, 1);
    transform: scale3d(0.5, 1, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity .3s;
    transition: transform 0.3s, opacity .3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  .hb:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .hb:active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
  }


header {
  background: #343434;
  background: -moz-linear-gradient(top,  #343434 0%, #121212 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343434), color-stop(100%,#121212));
  background: -webkit-linear-gradient(top,  #343434 0%,#121212 100%);
  background: -o-linear-gradient(top,  #343434 0%,#121212 100%);
  background: -ms-linear-gradient(top,  #343434 0%,#121212 100%);
  background: linear-gradient(to bottom,  #343434 0%,#121212 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#121212',GradientType=0 );
}
.logo {
  float: left;
  padding-top: 35px;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}


.voted {
  float: right;
  background: url(/templates/vod/72/images/voted.png) no-repeat left center;
  padding-left: 96px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.voted h3 {
  color: #fff;
  font: italic normal 35px/0.9 Arial, Helvetica, sans-serif;
  letter-spacing: -0.5px;
  letter-spacing: -0.05em;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.75), -1px 1px 0 rgba(0,0,0,0.75), 1px -1px 0 rgba(0,0,0,0.75), -1px -1px 0 rgba(0,0,0,0.75), 2px 2px 1px rgba(0,0,0,0.75), -2px 2px 1px rgba(0,0,0,0.75), 2px -2px 1px rgba(0,0,0,0.75), -2px -2px 1px rgba(0,0,0,0.75), 0 0 20px rgba(0,0,0,0.75);
}
.voted h3 small,
.voted h3 strong,
.voted h3 span {
  display: block;
}
.voted h3 small {
  font-size: 21px;
  padding-left: 1em;
}
.voted h3 span {
  padding-right: 1em;
  text-align: right;
}
.voted h3 strong {
  font-family: 'ArialBlack';
  color: #ff0000;
}


.topnav {
  background: #343434;
  background: -moz-linear-gradient(top,  #343434 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343434), color-stop(100%,#1d1d1d));
  background: -webkit-linear-gradient(top,  #343434 0%,#1d1d1d 100%);
  background: -o-linear-gradient(top,  #343434 0%,#1d1d1d 100%);
  background: -ms-linear-gradient(top,  #343434 0%,#1d1d1d 100%);
  background: linear-gradient(to bottom,  #343434 0%,#1d1d1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#1d1d1d',GradientType=0 );
  box-shadow: 0 0 5px 3px #000;
  -webkit-box-shadow: 0 0 5px 3px #000;
  height: 54px;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
}
.topnav nav {
  float: left;
}
.topnav nav li {
  float: left;
  font-family: 'ArialBlack';
  font-size: 18px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  padding-right: 55px;
}
.topnav nav li a {
  color: #fff;
  line-height: 54px;
  display: block;
}
.topnav nav li a:hover {
  color: #ff0000;
}
.topnav nav li.none {
  display: none;
}



.topnavRight {
  float: right;
}
.login,
.joinBtn {
  float: left;
  text-align: center;
}
.login {
  padding-right: 12px;
}
.joinBtn a,
.login a {
  background: #2f2f2f;
  background: -moz-linear-gradient(top,  #2f2f2f 0%, #010101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f2f2f), color-stop(100%,#010101));
  background: -webkit-linear-gradient(top,  #2f2f2f 0%,#010101 100%);
  background: -o-linear-gradient(top,  #2f2f2f 0%,#010101 100%);
  background: -ms-linear-gradient(top,  #2f2f2f 0%,#010101 100%);
  background: linear-gradient(to bottom,  #2f2f2f 0%,#010101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#010101',GradientType=0 );
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #303030;
  color: #fff;
  display: block;
  font-family: 'ArialBlack';
  font-size: 20px;
  height: 40px;
  letter-spacing: -0.05em;
  letter-spacing: -0.5px;
  line-height: 40px;
  margin-top: 6px;
  padding: 0 1.25em;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.61);
  text-transform: uppercase;
}
.joinBtn a::before,
.login a::before {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.joinBtn a {
  background: #ff0000;
  background: -moz-linear-gradient(top,  #ff0000 0%, #db2d3a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#db2d3a));
  background: -webkit-linear-gradient(top,  #ff0000 0%,#db2d3a 100%);
  background: -o-linear-gradient(top,  #ff0000 0%,#db2d3a 100%);
  background: -ms-linear-gradient(top,  #ff0000 0%,#db2d3a 100%);
  background: linear-gradient(to bottom,  #ff0000 0%,#db2d3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#db2d3a',GradientType=0 );
  border: 1px solid #ff0000;
}

.centerwrap {
  width: 97%;
  margin: auto;
}

.sexygirls {  
  margin: 0;
}

.sexygirls > .sexygirl:first-child{
	clear: left;
}

.sexygirl {
  float: left;
  margin: auto;
  padding: 3px;
  width: 20%;
}
.sexygirlBg {
  background: #000;
  padding: 3px;
}
.sexygirlPic a {
  display: block;
  position: relative;
}
.sexygirlPic a::before {
  background: url(/templates/vod/72/images/play.png) no-repeat center center transparent;
  content: '';
  height: 93px;
  left: 50%;
  margin-left: -46px;
  margin-top: -46px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  width: 93px;
}
.sexygirlPic a:hover::before {
  opacity: 1
}
.sexygirlPic img {
  width: 100%;
}
.girlDetails {
  background-color: #212121;
  color: #fff;
  padding: 9px 14px;
}
.girlDetails > div {
  display: inline-block;
  vertical-align: middle;
}
.girlDetails > div i,
.girlDetails > div span {
  display: inline-block;
  vertical-align: bottom;
}
i.iconTime {
  background: url(/templates/vod/72/uploads/108-img_time_icon-20190830235832.png) no-repeat center center transparent;
  height: 21px;
  width: 21px;
}
i.iconViews {
  background: url(/templates/vod/72/uploads/108-img_views_icon-20190830235832.png) no-repeat center center transparent;
  height: 21px;
  width: 28px;
}
.detailLenght {
  margin-right: 32px;
}
.detailRating {
  float: right;
  width: 85px;
}
.girlDetails > .detailRating span {
  background: url(/templates/vod/72/uploads/108-img_icon_star-20190830235704.png) repeat-x left center transparent;
  display: block;
  height: 18px;
  max-width: 100%;
}


.joinFree {
  float: right;
  width: 360px;
}
.joinFree a {
  line-height: 78px;
  color: #fff;
  font-family: 'ArialBlack';
  font-size: 37px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.61);
  display: block;
  border: 1px solid #ff0000;
  background: url(/templates/vod/72/images/icon-faqs-1.png) repeat-x left top;
}
.joinFree a:hover {
  background: url(/templates/vod/72/images/icon-faqs-1.png) repeat-x left bottom;
}
.pagination {
  text-align: center;
  padding-top: 38px;
  padding-bottom: 30px;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}
.pagination li a {
  background-color: #000;
  border: 1px solid #474747;
  width: 62px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 22px;
  color: #fff;
  display: inline-block;
}
.pagination li.prev a,
.pagination li.next a {
  background: url(/templates/vod/72/uploads/108-img_pagination_background-20190830234318.jpg) repeat-x left top;
  width: 124px;
}
.pagination li.active a {
  font-family: 'ArialBlack';
  border-color: #ff0000;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  background: url(/templates/vod/72/uploads/108-img_pagination_background-20190830234318.jpg) repeat-x left bottom;
  line-height: 42px;
}
.pagination li a:hover {
  background: url(/templates/vod/72/uploads/108-img_pagination_background-20190830234318.jpg) repeat-x left bottom;
} 
.welcome {
  text-align: center;
  font-size: 36px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 40px;
}
.welcome span {
  font-family: 'ArialBlack';
  color: #ff0000;
  line-height: 1;
}
.createAccount {
  max-width: 1088px;
  margin: auto;
  margin-bottom: 52px;
}
.createAccount a {
  font-size: 58px;
  color: #fff;
  letter-spacing: -0.05em;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  display: block;
  padding: 0.5em 0;
}
.videoRight a,
.createAccount a {
  border: 1px solid #ff0000;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.61);
  background: #ff0000;
  background: -moz-linear-gradient(top, #ff0000 0%, #db2d3a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #db2d3a));
  background: -webkit-linear-gradient(top, #ff0000 0%, #db2d3a 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #db2d3a 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #db2d3a 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #db2d3a 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#db2d3a', GradientType=0);
  position: relative;
  z-index: 1;
}
.videoRight a:hover,
.createAccount a:hover {
  border-color: #ff66e6;
}
.videoRight a::before,
.createAccount a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 1, 1);
  transform: scale3d(0.5, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity .4s;
  transition: transform 0.4s, opacity .4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.videoRight a:hover::before,
.createAccount a:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.videoRight a:active,
.createAccount a:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.createAccount a strong {
  font-family: 'ArialBlack';
  font-weight: normal;
  line-height: 1;
}
.aboutOther {
  background-color: #000;
  border: 1px solid #303030;
  padding: 50px 45px 45px;
  position: relative;
  margin-bottom: 26px;
}
.icon {
  position: absolute;
  top: 50%;
  left: 65px;
  width: 170px;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.icon>img {
  margin: auto;
}
.whatDomain {
  float: right;
  width: 1230px;
}
.whatDomain h3 {
  font-size: 34px;
  letter-spacing: -0.05em;
  font-family: 'ArialBlack';
  text-transform: uppercase;
  color: #ff0000;
  font-weight: normal;
  padding-bottom: 5px;
}
.whatDomain p {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 14px;
  padding-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  letter-spacing: 0.05em;
}
footer {
  background-color: #000;
  border-top: 1px solid #303030;
  box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  padding: 50px 0;
}

.flogo {
  float: right;
  max-width: 360px;
  padding-top: 10px;
}
footer p {
  float: left;
  text-align: left;
  color: #878787;
  letter-spacing: -0.025em;
  font-size: 14px;
  padding-top: 12px;
  text-transform: uppercase;
}
footer p span {
  display: block;
  font-family: 'ArialBlack';
}
footer p a {
  color: #878787;
}
footer p a:hover {
  color: #ff0000;
}



/*  PLAYER 
  ========================================================================== */

.playerPage {
	margin-top: 0;
}
.centerwrap > .centerwrap:first-child > .playerPage:first-child{
	margin-top: 1.5em;
}
.playerArea {
  float: left;
  width: 69%;
  margin-bottom: 22px;
}
.video_info {
  background-color: #212121;
}
.videoLeft {
  float: left;
}
  .videoView {
    float: left;
    font-family: 'HelveticaRegular';
    font-size: 21px;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.5px;
    letter-spacing: -0.05em;
    margin: 0 20px;
  }
    .videoView span {
      color: #fff;
    }

    .videoView > i,
    .videoView > span {
      display: inline-block;
      vertical-align: middle;
    }
    .videoView > i {
      position: relative;
      top: -2px;
    }

.rating {
  width: 85px;
}
  .rating > span {
    background: url(/templates/vod/72/uploads/108-img_icon_star-20190830235704.png) repeat-x left center transparent;
    display: block;
    height: 18px;
    max-width: 100%;
  }

.videoRight {
  float: right;
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 6px;
}
.videoRight a {
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  letter-spacing: -0.05em;
  line-height: 34px;
  padding-right: 18px;
  padding-left: 26px;
  font-family: 'ArialBlack';
}
a.videoBtn {
  float: left;
}
a.videoBtn span {
  background: url(/templates/vod/72/images/video_hd.png) no-repeat right center;
  padding-right: 42px;
  display: block;
}
a.download {
  float: left;
  margin-left: 4px;
}
a.download span {
  background: url(/templates/vod/72/images/download.png) no-repeat right center;
  padding-right: 42px;
  display: block;
}
.player_control {
  background-color: #373737;
}
.player-progress {
  color: #f00;
  cursor: pointer;
  margin: 0;
  position: relative;
  clear: both;
}

.progress {
  background-color: #f5f5f5;
  overflow: hidden;
  height: 3px;
}
.progress-bar {
  background-color: #ff0000;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}



.control_left {
  float: left;
  padding-left: 18px;
}
.videotime {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #f2f2f2;
  line-height: 30px;
  font-weight: bold;
}
.volume {
  float: left;
  margin-right: 14px;
}
.play {
  float: left;
  margin-right: 7px;
}
.control_right {
  margin-right: 16px;
  float: right;
}
.time_icon {
  float: left;
}
.setting {
  float: left;
  margin-left: 5px;
}
.fullscreen {
  float: left;
  margin-left: 5px;
}



.videoBeing {
  float: right;
  margin-top: -8px;
  width: 30%;
}
  .videoBeing h2 {
    color: #fff;
    font-family: 'HelveticaRegular';
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: -0.05em;
    letter-spacing: -0.5px;
    padding-bottom: 0.5em;
    text-align: center;
    text-transform: uppercase;
  }
    .videoBeing h2 strong {
      color: #ff0000;
      font-family: 'ArialBlack';
      line-height: 1;
    }



.videoThumbs {
  background: #212121;
  padding: 21px 25px;
}
.videoThumbsWrapper {
  margin: 0 -5px 5px;
}
  .videoThumb {
    float: left;
    margin: auto;
    padding: 5px 5px 15px;
    width: 50%;
  }
    .videoThumb a {
      display: block;
    }


.youLike {
  font-family: 'HelveticaRegular';
  text-align: center;
  color: #fff;
  letter-spacing: -0.05em;
  font-size: 58px;
  line-height: 100px;
}
  .youLike strong {
    font-family: 'ArialBlack';
    color: #ff0000;
  }
  .youLike + .sexygirls {
    margin-top: 10px;
  }




/*  JOIN 
  ========================================================================== */
.join {
  margin: 20px auto;
  max-width: 1225px;
  position: relative;
}

body.ld-join .warning {
  background: url("/templates/vod/72/images/icon-warning.png") no-repeat scroll left center transparent;
  color: #fff;
  display: block;
  font: 400 36px/0.95 Arial,sans-serif;
  margin: 10px auto 20px;
  letter-spacing: -0.5px;
  letter-spacing: -0.05em;
  padding: 0 80px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
  body.ld-join .warning strong {
    font-family: 'ArialBlack';
    color: #ffd855;
    line-height: 1;
    letter-spacing: -0.5px;
    letter-spacing: -0.05em;
  }

@media screen and (max-width: 768px){
	body.ld-join .warning{
		display: none;
	}
}

  .joinWrapper {
    margin: 20px auto 80px;
  }

  .joinForm {
    float: left;
    width: 480px;
  }

  .joinInfo {
    float: right;
    font: 400 14px/1.2 Arial,sans-serif;
    text-align: center;
    width: 720px;
  }
    .joinInfo p {
      color: #bfbfbf;
      margin-bottom: 1em;
    }
      .joinInfo p > strong > em,
      .joinInfo p > strong {
        color: #fff;
        display: block;
        font-size: 18px;
        font-family: 'ArialBlack';
        letter-spacing: -0.5px;
        letter-spacing: -0.05em;
        text-transform: uppercase;
      }
      .joinInfo p > strong > em {
        color: #ffd855;
        font-size: 32px;
        font-style: normal;
        margin-bottom: 1.5em;
      }

      .iconWarn {
        background: transparent url("/templates/vod/72/images/icon-warning.png") no-repeat scroll center center;
        display: block;
        height: 76px;
        margin-top: -38px;
        position: absolute;
        right: 0;
        top: 50%;
        width: 76px;
      }


  .joinInfoSamples {
    margin: 0 -5px;
  }
    .joinInfoSamples > div {
      padding: 5px;
      margin: auto;
      float: left;
      width: 25%;
    }
    .joinInfoSamples > div img {
      display: block;
      height: auto;
      margin: 0;
      padding: 0;
      width: 100%;
    }


.faqs {
  color: #fff;
  text-align: center;
}

  .faqs h3 {
    font-size: 58px;
    text-transform: uppercase;
  }
  .faqs dt {
    font: 400 30px/1.2 "ArialBlack", sans-serif;
    letter-spacing: -0.5px;
    letter-spacing: -0.05em;
  }
  .faqs dd {
    font: 400 20px/1.2 Arial, sans-serif;
    margin-bottom: 1.5em;
  }




/*  MEDIA QUERIES 
  ========================================================================== */
@media (min-width:1891px){
  .centerwrap.centerwrapFull {
    width: 98%;
  }
}
@media only screen and (max-width: 1890px) {
}
@media (min-width:1791px) and (max-width:1890px){
  .centerwrap.centerwrapFull {
    width: 98%;
  }
  .videoBeing {
    width: 30%;
  }
  .videoBeing h2 {
    font-size: 1.5em;
    padding-bottom: 0.5em;
  }
}
@media (min-width:1691px) and (max-width:1790px){
  .centerwrap.centerwrapFull {
    width: 98%;
  }
  .detailLenght {
    margin-right: 21px;
  }

  .playerArea {
    width: 69%
  }
  .videoBeing {
    width: 30%;
  }
  .videoBeing h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 0.5em;
  }

}
@media (min-width:1591px) and (max-width:1690px){
  .detailLenght {
    margin-right: 11px;
  }

  .playerArea {
    width: 69%;
  }
  .videoBeing {
    width: 30%;
  }
  .videoBeing h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 0.5em;
  }

}
@media only screen and (max-width: 1590px) {
  .sexygirl {
    width: 25%;
  }
  .centerwrap {
    width: 98%;
  }
  .topnav nav li {
    padding-right: 35px;
  }
  .logo {
    width: 440px;
  }
  .joinBtn a, .login a {
    padding: 0 1em;
  }
  .girlDetails {
    padding: 8px 11px;
  }
  .detailLenght {
    margin-right: 14px;
  }
  .welcome {
    font-size: 29px;
  }
  .whatDomain {
    width: 80%;
  }
  .videoThumbs {
    padding: 14px 25px;
  }
  .videoThumb {
    width: 50%;
  }
  .videoBeing {
    width: 30%;
    margin-top: -2px;
  }
  .playerArea {
    width: 69%;
    margin-bottom: 12px;
  }
  .playerPage {
    padding-top: 0;
  }
  .videoRight a {
    padding-left: 16px;
    padding-right: 10px;
  }
  .welcome {
    padding-bottom: 30px;
  }
  .videoBeing h2 {
    font-size: 1.5em;
  }
  .playerPage {
    margin-top: 0;
  }
}
@media (min-width:1280px) and (max-width:1590px){
  .videoThumb:nth-child(9) {
    display: none;
  }
  .youLike + .sexygirls .sexygirl:nth-child(n+13) {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .centerwrap {
    width: 98%;
  }
  .sexygirl {
    width: 33.3333%;
  }
  .voted {
    position: relative;
  }
  .voted h3 {
    font-size: 25px;
  }
  .voted h3 small {
    font-size: 19px;
  }
  .topnav nav li {
    font-size: 15px;
    padding-right: 30px;
  }
  .joinBtn a, .login a {
    font-size: 18px;
  }
  .girlDetails h3 {
    width: 100%;
    padding-bottom: 3px;
  }
  .girlDetails p {
    text-align: left;
    float: left;
  }
  .joinFree {
    float: none;
    margin: auto;
    margin-top: 15px;
  }
  .welcome {
    font-size: 22px;
    padding-bottom: 14px;
  }
  .createAccount {
    margin-bottom: 30px;
  }
  .aboutOther {
    padding: 30px 45px;
    margin-bottom: 20px;
  }
  .icon {
    left: 42px;
  }
  .whatDomain h3 {
    font-size: 27px;
  }
  .playerArea {
    width: 69%;
  }
  .videoBeing {
    width: 30%;
    margin-top: -5px;
  }
  .videoThumb a span {
    padding: 7px 5px;
  }
  .videoView {
    font-size: 18px;
  }
  .rating {
    font-size: 18px;
  }
  .videoRight a {
    padding-left: 16px;
    padding-right: 10px;
    font-size: 18px;
  }
  .videoBeing h2 {
    font-size: 1.5em;
  }
  .videoThumbs {
    padding: 12px 15px;
  }
  .detailLenght {
    margin-right: 24px;
  }



  .joinInfo {
    width: 500px;
  }
  .join .warning {
    font-size: 30px;
    max-width: 100%;
    padding: 10px 80px;
    width: auto;
  }
  .joinInfo p > strong {
    font-size: 22px;
  }
  .joinInfo p > strong > em {
    margin-top: 1.5em;
    font-size: 23px;
  }

}
@media (min-width:1024px) and (max-width:1279px){
  .videoThumb:nth-child(9) {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .centerwrap {
    width: 98%;
  }
  .sexygirl {
    width: 50%;
  }

  .logo {
    padding-top: 20px;
    width: 300px;
  }
  .voted {
    -webkit-background-size: 40px auto;
    -moz-background-size: 40px auto;
    -o-background-size: 40px auto;
    background-size: 40px auto;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .voted h3 {
    font-size: 16px;
  }
  .voted h3 small {
    font-size: 14px;
  }
  .topnavRight {
    float: right;
  }
  .login {
    float: right;
    padding-left: 18px;
    padding-right: 0px;
  }
  .topnav nav {
    padding-left: 0px;
  }
  .topnav nav li {
    letter-spacing: normal;
    padding-right: 0px;
  }
  .detailLenght {
    margin-right: 42px;
  }
  .joinFree {
    width: 320px;
  }
  .joinFree a {
    line-height: 64px;
    font-size: 30px;
  }
  .pagination li {
    padding: 0 1px;
  }
  .pagination li a {
    line-height: 34px;
    height: 38px;
    width: 42px;
    font-size: 20px;
  }
  .pagination li.active a {
    line-height: 32px;
  }

  .pagination li.prev a,
  .pagination li.next a {
    width: 100px;
  }
  .createAccount a {
    font-size: 46px;
  }
  .icon {
    width: 120px;
    margin-top: -60px;
  }
  .flogo {
    text-align: center;
    padding-left: 0px;
    float: none;
    max-width: none;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 22px;
  }
  .flogo img {
    display: inline-block;
  }
  footer p {
    text-align: center;
    padding-bottom: 22px;
    text-align: center;
    padding-right: 0px;
    width: 100%;
    padding-top: 6px;
  }
  .login {
    display: none;
  }
  .topnav nav li.none {
    display: block;
  }
  .playerArea {
    width: 100%;
  }
  .playerPage {
    padding: 0;
  }
  .videoBeing {
    width: 100%;
    margin-top: 5px;
  }
  .videoBeing h2 {
    font-size: 1.5em;
    margin-top: 20px;
    padding-bottom: 0.5em;
  }
  .videoThumbs {
    padding: 5px 10px;
  }
  .videoThumb {
    padding: 5px;
    width: 33.3333%;
  }
  .videoThumb img {
    width: 100%;
  }
  .youLike + .sexygirls .sexygirl:nth-child(n+15) {
    display: none;
  }
  .welcome {
    font-size: 27px;
    margin-bottom: 0.33em;
    padding: 0 2em;
  }



  .joinInfo {
    width: 260px;
  }
  .join .warning {
    font-size: 22px;
  }
  .join .warning .iconWarn,
  .join .warning {
    -webkit-background-size: 60px auto;
    -moz-background-size: 60px auto;
    -o-background-size: 60px auto;
    background-size: 60px auto;
  }


  .joinInfo p > strong {
    font-size: 15px;
  }

  .joinInfoSamples > div {
    width: 50%;
  }
  .joinInfoSamples > div:nth-child(n+3) {
    display: none;
  }



  .faqs h3 {
    font-size: 38px;
  }
  .faqs dt {
    font-size: 25px;
  }
  .faqs dd {
    font-size: 15px;
  }

}
@media only screen and (max-width: 767px) {
  .centerwrap {
    width: 95%;
  }
  .logo {
    margin: auto;
    padding-left: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 230px;
  }
  .logo img {
    display: inline-block;
  }
  .voted {
    -webkit-background-size: 35px auto;
    -moz-background-size: 35px auto;
    -o-background-size: 35px auto;
    background-size: 35px auto;
    padding-left: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: auto;
  }
  .voted h3 {
    font-size: 14px;
  }
  .voted h3 small {
    font-size: 12px;
  }

  .joinBtn a {
    font-size: 19px;
  }
  .login a {
    letter-spacing: normal;
  }
  .topnavRight {
    position: relative;
    z-index: 8
  }

	.joinWrapper .joinForm{
		width: 100%;
		padding: 0;
	}

	.joinWrapper .joinForm iframe{
		width: 100%;
	}

  .girlDetails > div.detailLenght {
    margin-right: 5px;
  }
  .girlDetails > div.detailRating {
    float: none;
    margin:5px auto 0;
    display: block;
  }
  .girlDetails > div.detailViews {
    float: right;
  }
  .girlDetails > div.detailViews i {
    float:right;
    margin-left: 5px;
  }
  .girlDetails > div.detailViews > span {
    margin-top:4px;
  }

  .createAccount a {
    font-size: 28px;
  }
  .aboutOther {
    padding: 20px;
    text-align: center;
  }
  .icon {
    position: static;
    float: none;
    width: 100%;
    margin-top: 0px;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .icon img {
    display: inline-block;
    width: 120px;
  }
  .whatDomain {
    width: 100%;
    float: none;
  }
  .whatDomain h3 {
    font-size: 22px;
    line-height: 1;
    margin: 1em auto;
  }
  .pagination li:nth-child(7),
  .pagination li:nth-child(8) {
    display: none;
  }
  .welcome {
    font-size: 20px;
    padding: 0 1em;
  }

  .joinBlock {
    padding-bottom: 30px;
  }
  .videoView {
    margin-bottom: 5px;
    line-height: 20px;
    padding-left: 0px;
    letter-spacing: normal;
    font-size: 16px;
  }
  .rating {
    clear: left;
    line-height: 20px;
    margin-bottom: 5px;
    padding-left: 0px;
    letter-spacing: normal;
    font-size: 16px;
  }
  a.download {
    clear: both;
  }
  a.videoBtn {
    float: right;
    margin-bottom: 6px;
  }
  .videoThumb a span {
    font-size: 12px;
    line-height: 14px;
  }
  .youLike {
    letter-spacing: normal;
    line-height: 70px;
    font-size: 22px;
  }
  .control_left {
    padding-left: 5px;
  }
  .control_right {
    margin-right: 5px;
  }
  .volume {
    margin-right: 5px;
  }
  .play {
    margin-right: 2px;
  }
  .setting,
  .fullscreen {
    margin-left: 0px;
  }


  .joinWrapper {
    margin-bottom: 50px;
  }
  .joinForm {
    float: none;
    overflow: hidden;
    width: 100%;
  }
  .join .warning {
    font-size: 16px;
    background: none;
    padding: 0;
  }
  .iconWarn {
    display: none;
  }
  .joinInfo {
    clear: both;
    float: none;
    font-size: 18px;
    margin: 10px auto 30px;
    width: 100%;
  }


  .joinInfo p > strong {
    font-size: 20px;
  }

  .joinInfo p > strong > em {
    font-size: 33px;
    margin: 0.5em auto;
  }

  .faqs h3 {
    font-size: 27px;
  }
  .faqs dt {
    font-size: 19px;
  }
  .faqs dd {
    font-size: 15px;
    margin: 0 auto 1.5em;
  }

}
@media only screen and (max-width: 479px) {
  header {
    text-align: center;
  }
  .logo {
    padding-bottom: 0;
    width: 100%;
  }
  .voted {
    display: inline-block;
    float: none;
    width: auto;
  }
  .voted h3 {
    line-height: 16px;
  }
  .voted p {
    font-size: 10px;
  }
  .sexygirl {
    display: block;
    margin: 0 auto 10px;
    float: none;
    width: 100%;
  }
  .joinFree {
    width: auto;
  }
  .joinFree a {
    font-size: 26px;
    line-height: 50px;
  }
  .pagination {
    padding-top: 0;
  }
  .pagination li {
    display: none;
  }
  .pagination li.active,
  .pagination li.prev,
  .pagination li.next {
    display: inline-block;
  }
  .welcome {
    font-size: 14px;
    padding: 0;
  }
  .createAccount a {
    font-size: 18px;
  }
  .whatDomain h3 {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .whatDomain p {
    font-size: 13px;
  }
  .aboutOther {
    padding: 12px;
  }
  .icon img {
    width: 100px;
  }
  footer p {
    font-size: 13px;
  }

  .videoView {
    font-size: 14px;
    margin: 0 10px;
  }
  .rating {
    clear: none;
    font-size: 15px;
    padding-left: 10px;
  }

  a.videoBtn {
    float: left;
  }
  .videoRight {
    width: 100%;
    padding-left: 10px;
  }
  a.download {
    clear: none;
  }
  .videoRight a {
    font-size: 15px;
    padding-left: 8px;
    letter-spacing: normal;
  }
  a.videoBtn span,
  a.download span {
    padding-right: 38px;
  }
  .videoBeing h2 {
    font-size: 15px;
  }
  .videoThumb {
    width: 50%;
  }
  .videoBeing {
    padding-bottom: 7px;
  }
  .youLike {
    font-size: 18px;
  }

  .join .warning {
    font-size: 20px;
  }
}




/*  PLAYER QUESTIONS 
  ========================================================================== */
.player img {
    display: block;
    height: auto !important;
    margin: 0 auto;
    width: 100% !important;
}
.player-reg-window2, .player-window-loading {
    display: none;
}
.player-thumb {
    overflow: hidden;
    position: relative;
}
.player-window-play {
    background: transparent url("/templates/vod/72/images/icon-player-play.png") no-repeat scroll center center;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.player-window-play:hover {
    opacity: 1;
}
.player-window-loading {
    background: #000 url("/templates/vod/72/images/loader.gif") no-repeat scroll center center;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 7;
} 
.player-reg-window {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity:0.5;
  filter:alpha(opacity=50);
  z-index: 3;
  display: none;
}

.player-reg-window2 {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.player-reg-window2-container {
  background-color: #000;
  height: 80%;
  margin: 8%;
}

.player-reg-stop {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 18px 0;
  text-align: center;
}


.player-reg-thumb {
  position: relative;
  padding: 0 10px;
}

.player-reg-notice {
  color: #fff;
  font-size: 1em;
  padding: 0 10px;
  line-height: 1;
  text-align: center;
}

.player-reg-notice hr {
  margin: 5px 0 5px 0;
}

.player-reg-button {
  text-align: center;
  padding: 20px 0 20px 0;
}

.player-reg-button a {
  letter-spacing: -0.5px;
  letter-spacing: -0.05em;
  width: 80%;
  font-weight: bold;
}
#joinForm.playerPage {
  overflow: hidden;
}

@media (max-width:539px) {
  .player-reg-thumb {
    display: none;
  }
  .player-reg-stop {
    font-size: 0.85em;
    padding-bottom: 5px;
  }
  .player-reg-notice {
    font-size: 0.9em;
    padding: 5px 10px;
  }
  .player-reg-button {
    padding: 15px 0;
  }
  .player-reg-stop > span {
    display:block;
    font-size: 1.3em;
  }
}
@media (min-width:540px) and (max-width:767px){
  .player-reg-thumb {
    margin:auto;
    padding-bottom:10px;
  }
  .player-reg-notice{
    font-size:2em;
  } 
}
@media (min-width:992px){
  .player-reg-stop {
    font-size: 1.4em;
    padding: 25px 0;
  }
  .player-reg-notice {
    font-size: 1.5em;
    line-height: 1.1em;
  }
  .player-reg-button a {
    font-size: 1.3em;
  }
}
@media (min-width:1200px){
  .player-reg-stop {
    font-size: 1.7em;
    padding: 30px 0;
  }
  .player-reg-notice {
    font-size: 1.8em;
    line-height: 1.1em;
  }
  .player-reg-button a {
    font-size: 1.6em;
  }
}
@media (min-width:1440px){
  .player-reg-stop {
    font-size: 2.05em;
    padding: 30px 0;
  }
  .player-reg-notice {
    line-height: 1.4em;
  }
  .player-reg-button {
    padding: 35px 0;
  }
  .player-reg-button a {
    font-size: 2em;
    width: 90%;
  }
}


.player-thumb,
.player-reg-thumb {
  overflow: hidden;
  position: relative;
}
  .player-thumb > img {
    width: 100%;
  }
@media (min-width:1200px){
  .player-reg-notice {
    font-size: 1.6em;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .player-bar {
    padding-right: 0 !important;
  }
  .player-reg-button {
    padding: 4% 0;
  }
}
@media (min-width:768px) and (max-width:799px){
  .player-reg-button a {
    font-size: 1.3em;
  }
  .player-reg-button {
    padding: 3% 0;
  }
}
@media (max-width:679px) {
  .player-reg-button {
    padding: 3% 0;
  }
}
@media (max-width:539px) {
  .player-bar {
    padding-right: 0 !important;
  }
}
@media (min-width:400px) and (max-width:440px){
  .player-reg-notice {
    font-size: 1.1em;
    margin: 1% 0;
  }
}
@media (max-width:360px){
  .player-reg-notice {
    font-size: 0.9em;
  }
  .player-reg-button a {
    font-size: 1em;
    padding: 0.2em 0.1em;
  }
}
.player-thumb,
.player-reg-thumb {
  overflow: hidden;
}
  .player-reg-notice {
    margin: 1% auto;
  }
  .player-reg-button {
    padding: 1% 0;
  }
@media (min-width:1800px){
  .player-reg-notice {
    font-size: 2em;
  }
}
@media (min-width:1440px){
  .player-reg-notice {
    font-size: 1.6em;
  }
}
@media (min-width:1200px) and (max-width:1439px){
  .player-reg-stop {
    padding: 20px 0;
  }
  .player-reg-notice {
    font-size: 1.4em;
  }
}
@media (min-width:992px) and (max-width:1199px){
  .player-reg-stop {
    padding: 15px 0;
  }
  .player-reg-notice {
    font-size: 1.1em;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .player-bar {
    padding-right: 0 !important;
  }
  .player-reg-button {
    padding: 4% 0;
  }
  .player-reg-notice {
    font-size: 0.9em;
  }
}
@media (min-width:768px) and (max-width:799px){
  .player-reg-button a {
    font-size: 0.9em;
  }
  .player-reg-notice {
    font-size: 0.8em;
  }
  .player-reg-button {
    padding: 3% 0;
  }
}
@media (max-width:679px) {
  .player-reg-button {
    padding: 3% 0;
  }
}
@media (max-width:539px) {
  .player-bar {
    padding-right: 0 !important;
  }
}
@media (min-width:400px) and (max-width:440px){
  .player-reg-notice {
    font-size: 1.1em;
    margin: 1% 0;
  }
}
@media (max-width:360px){
  .player-reg-notice {
    font-size: 0.9em;
  }
  .player-reg-button a {
    font-size: 1em;
    padding: 0.2em 0.1em;
  }
}
@media (min-width:620px) and (max-width:767px){
  .player-reg-stop {
    padding: 13px 0;
  }
  .player-reg-notice {
    font-size: 1.1em;
    margin-top: 0.5em;
  }
}
@media (min-width:540px) and (max-width:619px){
  .player-reg-button a {
    font-size: 1.2em;
    line-height: 1.2;
  }
  .player-reg-stop {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .player-reg-notice {
    font-size: 0.8em;
    padding: 5px 22px;
  }
}
@media (min-width:440px) and (max-width:539px){
  .player-reg-stop {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .player-reg-stop > span {
    font-size: 1.8em;
  }
  .player-reg-notice {
    font-size: 1.4em;
    padding: 5px 22px;
  }
}
@media (min-width:510px) and (max-width:539px){
  .player-reg-stop {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .player-reg-stop > span {
    font-size: 1.8em;
  }
  .player-reg-notice {
    font-size: 1.4em;
    padding: 5px 22px;
  }
}
@media (max-width:540px) {
  .player-bar {
    padding-right: 0 !important;
  }
}
@media (min-width:440px) and (max-width:509px){
  .player-reg-stop {
    font-size: 1em;
    padding: 5px 0;
  }
  .player-reg-stop > span {
    font-size: 1.8em;
  }
  .player-reg-notice {
    font-size: 1em;
    padding: 5px 22px;
  }

}
@media (max-width:439px){
  .player-reg-stop {
    font-size: 0.9em;
    padding: 5px 0;
  }
  .player-reg-notice {
    font-size: 0.8em;
    padding: 0 22px;
  }
  .player-reg-button a {
    font-size: 0.9em;
  }
}


@media (max-width:399px) {
  .player-reg-notice {
    margin: 0.25em auto;
  }
  .player-reg-stop {
    font-size: 0.8em;
    padding: 2px;
  }
}
@media (min-width:400px) and (max-width:479px){
  .player-reg-button a {
    font-size: 1.5em;
  }
  .player-reg-notice {
    font-size: 1.2em;
    margin: 1% auto;
    padding: 5px 2px;
    width: 90%;
  }
  .player-reg-stop {
    font-size: 0.95em;
    padding: 0.4em;
  }
}


 
@media (min-width:480px) and (max-width:539px){
  .player-reg-button a {
    font-size: 1.7em;
  }
  .player-reg-notice {
    font-size: 1.3em;
    margin: 3% auto;
    padding: 5px 2px;
    width: 90%;
  }
  .player-reg-stop {
    font-size: 1.1em;
    padding: 0.4em;
  }
}
@media (max-width:439px){
  .player-reg-button {
    padding: 7px 0;
  }
}
@media (max-width:539px) {
  .player-reg-thumb {
    display: none;
  }
  .player-reg-stop > span {
    font-size: 1.3em;
  }
  .player-time {
    font-size: 12px;
  }
  .player-bar {
    padding-right: 20px;
  }
  .player-hd {
    padding-top: 4px;
  }
  .player-progress {
    padding: 16px 3px 0 13px;
  }
  .player-progress .glyphicon {
    left: 10px;
  }
}
@media (min-width:540px) and (max-width:639px){
  .player-reg-thumb {
    float: left;
    max-width: 35%;
  }
  .player-reg-stop {
    font-size: 1.4em;
    padding: 0.9em 0;
  }
  .player-reg-notice {
    font-size: 1.2em;
    margin: 4% auto 1%;
    padding: 0.2em;
    width: 100%;
  }
  .player-reg-button a {
    font-size: 2em;
  }
}
@media (min-width:640px) and (max-width:767px){
  .player-reg-thumb {
    float: left;
    max-width: 33%;
  }
  .player-reg-notice {
    font-size: 1.45em;
    margin: 4% auto 1%;
    padding: 0.2em;
    width: 100%;
  }
  .player-reg-button a {
    font-size: 2.2em;
  }
  .player-reg-stop {
    font-size: 1.7em;
    padding: 0.9em 0;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .player-reg-button a {
    font-size: 1.35em;
  }
  .player-reg-stop {
    padding: 11px 0;
  }
}
@media (min-width:992px){
  .player-reg-stop {
    font-size: 1.4em;
    padding: 15px 0;
  }
  .player-reg-notice {
    font-size: 1.2em;
    line-height: 1.1em;
  }
  .player-reg-button {
    padding-top: 3%;
  }
  .player-reg-button a {
    font-size: 1.5em;
  }
}
@media (min-width:1200px){
  .player-reg-stop {
    font-size: 1.7em;
    padding: 10px 0;
  }
  .player-reg-notice {
    font-size: 1.7em;
    line-height: 1.1em;
  }
  .player-reg-button a {
    font-size: 2em;
  }
}
@media (min-width:1440px){
  .player-reg-stop {
    font-size: 2.05em;
    padding: 20px 0;
  }
  .player-reg-notice {
    line-height: 1.4em;
  }
  .player-reg-button {
    padding: 2% 0;
  }
  .player-reg-button a {
    font-size: 2.4em;
    width: 90%;
  }
}

@media (max-width:479px){
	.player-thumb,
	.player-reg-thumb {
	  overflow: hidden;
	}
}
@media (min-width:1200px){
  .player-reg-notice {
    font-size: 1.6em;
  }
}
@media (min-width:1200px) and (max-width:1300px){
  .player-reg-notice {
    font-size: 1.5em;
  }
  .player-reg-button a {
    width: 90%;
  }
}
@media (min-width:992px) and (max-width:1024px) {
  .player-reg-notice {
    font-size: 1.15em;
  }
  .player-reg-button a {
    width: 90%;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .player-reg-button {
    padding: 4% 0;
  }
}
@media (min-width:768px) and (max-width:799px){
  .player-reg-button a {
    font-size: 1.3em;
  }
  .player-reg-button {
    padding: 3% 0;
  }
}
@media (max-width:679px) {
  .player-reg-button {
    padding: 1% 0;
  }
}
@media (max-width:960px) {
  .player-reg-button a {
    width: 96%;
  }
}
@media (min-width:400px) and (max-width:440px){
  .player-reg-notice {
    font-size: 1.1em;
    margin: 1% 0;
  }
}
@media (max-width:360px){
  .player-reg-notice {
    font-size: 0.9em;
  }
  .player-reg-button a {
    font-size: 1em;
    padding: 0.2em 0.1em;
  }
}

.player-reg-window2 {
  font-size: 10px;
}
.steps {
        background: #232a33;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  font-size: 1.3em;
  margin: 1em auto 0;
  padding: 2em;
  text-align: center;
  width: 80%;
}
.steps .headline {
  color: #ff0000;
  font-size: 1.7em;
  line-height: 1;
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase;
}
.steps .headline + p {
  color: #fff;
  font: 24px/1 Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
  text-align: center;
}
.steps .button {
  font-size: 3.5em;
  font-weight: bold;
  margin: auto;
  width: 80%;
}

#step5 > p {
  font-size: 24px;
  line-height: 1;
}
#step5 > h2 {
  text-transform: uppercase;
  font-weight: bold;
}




/* loader */

    /* loader */
    .meter {
      height: 20px;
      position: relative;
      margin: 20px 0;
      background: #555;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
      -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
      box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
    }
    .meter > span {
      background-color: rgb(80,80,80);
      background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(80,80,80)),
        color-stop(1, rgb(20,20,20))
        );
      background-image: -moz-linear-gradient(
        center bottom,
        rgb(80,80,80) 37%,
        rgb(20,20,20) 69%
        );
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-shadow:
      inset 0 2px 9px  rgba(255,255,255,0.3),
      inset 0 -2px 6px rgba(0,0,0,0.4);
      -moz-box-shadow:
      inset 0 2px 9px  rgba(255,255,255,0.3),
      inset 0 -2px 6px rgba(0,0,0,0.4);
      box-shadow:
      inset 0 2px 9px  rgba(255,255,255,0.3),
      inset 0 -2px 6px rgba(0,0,0,0.4);
      display: block;
      height: 100%;
      overflow: hidden;
      position: relative;
    }
    .meter > span:after, .animate > span > span {
      background-image:
      -webkit-gradient(linear, 0 0, 100% 100%,
        color-stop(.25, rgba(255, 255, 255, .2)),
        color-stop(.25, transparent), color-stop(.5, transparent),
        color-stop(.5, rgba(255, 255, 255, .2)),
        color-stop(.75, rgba(255, 255, 255, .2)),
        color-stop(.75, transparent), to(transparent)
        );
      background-image:
      -moz-linear-gradient(
        -45deg,
        rgba(255, 255, 255, .2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, .2) 50%,
        rgba(255, 255, 255, .2) 75%,
        transparent 75%,
        transparent
        );
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      bottom: 0;
      content: "";
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-animation: move 2s linear infinite;
      z-index: 1;
      -webkit-background-size: 50px 50px;
      -moz-background-size: 50px 50px;
    }

    .animate > span:after {
      display: none;
    }

    @-webkit-keyframes move {
      0% {
       background-position: 0 0;
     }
     100% {
       background-position: 50px 50px;
     }
   }

   .nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
  }

@media (max-width:991px){
  .steps {
    font-size: 1.25em;
    margin-top: 1em;
    width: 90%;
  }
  .steps#step5 {
    font-size: 1.2em;
  }
}
@media (max-width:767px){
  .steps {
    font-size: 1.1em;
    margin-top: 1em;
    padding: 1em;
    width: 95%;
  }
  #step5.steps {
    font-size: 0.9em;
    padding: 1em;
  }
  #step5 > p {
    font-size: 18px;
  }
  #step5 .headline {
    font-size: 19px;
  }
  .steps .button {
    font-size: 30px;
  }
  #step5 > h2 {
    font-size: 26px;
  }
  #step5.steps .button {
    font-size: 35px;
  }

}
@media (max-width:579px){
    .steps {
      font-size: 0.65em;
    }
  #step5.steps {
    font-size: 0.6em;
    margin: 0;
    padding: 1em;
    width: 100%;
  }
  #step5 > h2 {
    font-size: 2.6em;
    margin: 1em auto 0.5em;
  }
  #step5 > p {
    font-size: 1.8em;
    line-height: 1;
    padding: 0 1em;
  }
  #step5 strong {
    display: none;
  }
  .steps .button {
    font-size: 3em;
  }
}
@media (max-width:479px){
    .steps {
      font-size: 0.64em;
    }
    .steps .headline + p {
      font-size: 1.7em;
    }
    .player {
        padding: 0 !important;
    }
    .player-window-play {
      -webkit-background-size: 60px 60px;
      -moz-background-size: 60px 60px;
      -o-background-size: 60px 60px;
      background-size: 60px 60px;
    }
    .steps {
      font-size:0.7em;
    }
    #step5 > p {
    font-size: 1.8em;
    margin-bottom: 1.5em;
    }
    #step5.steps {
      font-size:0.7em;
    }
}


  .steps .button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    margin: 0 0.15em;
    padding: 0.25em 1.7em;
    text-shadow: none;
    vertical-align: middle;
    width: auto;
  }
  .steps .button.btnGray {
    font-size: 1.5em;
    padding: 0.5em 2em;
  }
  .steps .button:focus,
  .steps .button:active,
  .steps .button:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
  }


  .steps .button.btnRed {
    background: #fd0000;
    border: none;
  }
	.steps .button.btnRed:hover {
		background: #ff3131;
	}
	.steps .button.btnGray {
		background: #5b5b5b;
		border: none;
		color: #fff;
	}
    .steps .button.btnGray:hover {
      background: #757575;
    }

    .steps .button.btnJoin {
      border: 1px solid #ff0000;
      color: #fff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.61);
      background: #ff0000;
      background: -moz-linear-gradient(top, #ff0000 0%, #db2d3a 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #db2d3a));
      background: -webkit-linear-gradient(top, #ff0000 0%, #db2d3a 100%);
      background: -o-linear-gradient(top, #ff0000 0%, #db2d3a 100%);
      background: -ms-linear-gradient(top, #ff0000 0%, #db2d3a 100%);
      background: linear-gradient(to bottom, #ff0000 0%, #db2d3a 100%);
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#db2d3a', GradientType=0);
      position: relative;
      z-index: 1;
    }
    .steps .button.btnJoin:hover {
      border-color: #ff66e6;
    }
    .steps .button.btnJoin::before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.35);
      z-index: -1;
      opacity: 0;
      -webkit-transform: scale3d(0.5, 1, 1);
      transform: scale3d(0.5, 1, 1);
      -webkit-transition: -webkit-transform 0.4s, opacity .4s;
      transition: transform 0.4s, opacity .4s;
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }
    .steps .button.btnJoin:hover::before {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .steps .button.btnJoin:active {
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      -o-transform: translateY(1px);
      transform: translateY(1px);
    }




  .steps {
    background: #414141;
    background: rgba(65, 65, 65, 0.88);
    height: 100%;
    margin: 0;
    padding: 7% 5%;
    width: 100%;
  }


  .steps .headline {
    border-bottom: 10px solid #252525;
    color: #ff0000;
    font: bold 26px/1 Helvetica,Arial,sans-serif;
    margin-bottom: 2em;
    padding-bottom: 1.2em;
  }
  .steps .headline + p {
    color: #fff;
    font: bold 40px/1 Helvetica,Arial,sans-serif;
    letter-spacing: -0.5px;
    letter-spacing: -0.02em;
  }

  #step5 > h2 {
    margin-top: 0;
  }
  #step5 > p strong {
    color: #ff0000;
    font-size: 1.5em;
    margin: 0.5em auto;
    display: block;
  }






@media (min-width:800px) and (max-width:1023px){
  #step5 > p strong {
    font-size: 1.5em;
  }
  #step5 > p {
    font-size: 1.5em;
  }
  #step5.steps .button {
    font-size: 32px;
  }
  #step5.steps {
    padding: 1em;
  }
  #step5.steps .headline {
    border-bottom: none;
    margin-bottom: 1em;
  }
}
@media (min-width:1024px) and (max-width:1149px){
  #step5 > p strong {
    font-size: 1.5em;
  }
  #step5 > p {
    font-size: 1.5em;
  }
  #step5.steps .button {
    font-size: 2em;
  }
  #step5.steps {
    padding: 3% 5%;
  }
  #step5.steps .headline {
    border-bottom: none;
    margin-bottom: 1em;
  }
}
@media (min-width:1150px) and (max-width:1419px){
  #step5 > p strong {
    font-size: 1.5em;
  }
  #step5 > p {
    font-size: 1.5em;
  }
  #step5.steps .button {
    font-size: 2em;
  }
  #step5.steps {
    padding: 1em;
  }
  #step5.steps .headline {
    border-bottom: none;
    margin-bottom: 1em;
  }
 
}

@media (min-width:310px) and (max-width:1150px){
  #step5 > p strong {
    font-size: 1.5em;
  }
  #step5 > p {
    font-size: 16px;
  }
  #step5.steps .button {
    font-size: 2em;
  }
  #step5.steps {
    padding: 2em;
  }
  #step5.steps .headline {
    border-bottom: none;
    margin-bottom: 1em;
  }
   .banners div {

		padding:0 5px;

	}
}


@media (min-width:992px) and (max-width:1023px){
  .steps .headline + p {
    font-size: 25px;
  }
  .steps .button {
    font-size: 25px;
  }
  .steps .button.btnGray {
    font-size: 11px;
  }
  .steps .headline {
    font-size: 15px;
  }
  
  
  


}
@media (min-width:1024px) and (max-width:1279px){
  .steps .headline + p {
    font-size: 29px;
  }
  .steps .button {
    font-size: 30px;
  }
  .steps .button.btnGray {
    font-size: 12px;
  }
  .steps .headline {
    font-size: 16px;
  }
}
/*@media (min-width:1200px) and (max-width:1279px){
  .steps .headline + p {
    font-size: 30px;
  }
  .steps .button {
    font-size: 30px;
  }
  .steps .button.btnGray {
    font-size: 13px;
  }
  .steps .headline {
    font-size: 18px;
  }
}*/
@media (min-width:1280px) and (max-width:1590px){
  .steps .headline + p {
    font-size: 36px;
  }
  .steps .button {
    font-size: 33px;
  }
  .steps .button.btnGray {
    font-size: 14px;
  }
  .steps .headline {
    font-size: 20px;
  }
}
@media (min-width:1591px) and (max-width:1690px){
  .steps .headline + p {
    font-size: 36px;
  }
  .steps .headline {
    font-size: 23px;
  }
  .steps .button {
    font-size: 35px;
  }
  .steps .button.btnGray {
    font-size: 15px;
  }
}
@media (min-width:1691px){
  .steps .headline {
    margin-bottom: 2em;
  }
}
@media (min-width:1900px){
  .steps .headline + p {
    margin-bottom: 0.66em;
    padding: 0;
  }
}
@media (max-width:539px) {
  .player-progress {
    padding: 0;
  }
}
@media (max-width:1023px) {
  .steps .headline + p {
    font-size: 30px;
  }
  .steps .headline {
    font-size: 22px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .steps .button {
    font-size: 40px;
  }
  .steps .button.btnGray {
    font-size: 20px;
  }
}
@media (max-width:799px) {
  #step5.steps {
    padding: 4% 5%;
  }
  #step5 > p {
    margin-bottom: 1em;
  }
  #step5 > p strong {
    font-size: 1.5em;
  }
  #step5 .headline {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .steps .button {
    font-size: 35px;
  }
  .steps .button.btnGray {
    font-size: 16px;
  }
  #step5.steps .button {
    font-size: 21px;
  }
}
@media (max-width:739px) {
  .steps .headline {
    font-size: 18px;
  }
  .steps .headline + p {
    font-size: 24px;
  }
  .steps .button {
    font-size: 35px;
  }
  .steps .button.btnGray {
    font-size: 16px;
  }

}
@media (max-width:639px) {
  .steps .headline + p {
    font-size: 24px;
    line-height: 0.9;
  }
  .steps .headline {
    font-size: 18px;
    margin-bottom: 1em;
  }
  .steps .button {
    font-size: 30px;
  }
  .steps .button.btnGray {
    font-size: 13px;
  }
}
@media (max-width:579px) {
  .steps .headline + p {
    font-size: 24px;
  }
}
@media (max-width:767px) {
  .steps .headline + p {
    font-size: 20px;
  }
  .steps .headline {
    font-size: 15px;
  }
  .steps .button {
    font-size: 25px;
  }
  .steps .button.btnGray {
    font-size: 12px;
  }
}
@media (max-width:479px) {
  .steps .headline + p {
    font-size: 14px;
  }
  .steps .headline {
    font-size: 12px;
  }
  .steps .button {
    font-size: 19px;
  }
  .steps .button.btnGray {
    font-size: 10px;
  }
}
@media (max-width:379px) {
  .steps .headline + p {
    font-size: 14px;
  }
  .steps .headline {
    font-size: 12px;
    text-transform: none;
    border-bottom: none;
    padding-bottom: 0;
  }
  .steps .button {
    font-size: 19px;
  }
  .steps .button.btnGray {
    font-size: 10px;
  }
  #step5 > p strong {
    display: none;
  }
  #step5 .headline {
    font-size: 15px;
  }
  #step5.steps .button {
    font-size: 17px;
  }
}
@media (min-width:429px) and (max-width:599px){
  #step5.steps .button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 479px) {
    #joinframe {
		width: 100%;
		height: 365px; 
	}
} 

/*  FIXES 
 ========================================================================== */
@media only screen and (max-width: 479px) {
 .steps {
   padding: 1em;
 }
 .steps .headline {
   font-size: 11px;
   text-transform: none;
 }
 .steps .headline + p {
   font-size: 13px;
   margin-bottom: 0.5em;
 }
 .steps .button {
   font-size: 16px;
 }
 .steps .button.btnGray {
   font-size: 9px;
 }
 #step5 > p {
   font-size: 12px;
 }
 #step5 > p strong {
   display: none;
 }
 #step5.steps .headline {
   margin-bottom: 0.5em;
 }
 #step5 > h2 {
   font-size: 2.2em;
   margin: -0.25em auto 0.25em;
 }
 #step5.steps .button {
   font-size: 15px;
 }
}


h2.vidh1 {
	color: #fff;
    font-family: 'HelveticaRegular';
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.05em;
    letter-spacing: -0.5px;
    padding-bottom: 8px;

    text-transform: uppercase;
}

.logo h1{
	text-align: left;
}

body.ld-page-2257,
body.ld-dmca h2{
	margin-top: 1em;
	text-align: left;
}

body.ld-page-2257 div.centerwrap,
body.ld-dmca div.centerwrap{
	padding-bottom: 2em;
}

footer .centerwrap{
	padding-left: 1em;
}

@media screen and (max-width: 767px){
	footer .centerwrap{
		padding-left: 0;
	}
}

#homepage-content{
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

body.ld-dmca div.centerwrap p,
.ld-page-2257 p{
	padding-bottom: 1em;
	line-height: 1.5em;
}

.videoLeft{
	padding: 1em 0;
}

.videoDescription{
	clear: both;
	padding: 1em;
}
#mobile-menu{
	position: absolute;
	top: 40px;
	left: 1em;
	background: #000;
	z-index: 100;
	display: none;
	padding: 1em;
}

#mobile-toggle{
	display: none;
	background: none;
	border: none;
	color: #fff;
	margin-top: 5px;
	background-color: black;
}

.topnav{
	position: relative;
}

@media screen and (max-width: 1023px){
	#mobile-toggle{
		display: inline-block;
		min-height: 42px;
		float: left;
	}

	#mobile-toggle div{
		width: 35px;
		height: 5px;
		margin: 6px 0;
		background-color: #fff;
	}

	#mobile-menu.open{
		display: block;
	}

	#mobile-menu li{
		display: block;
		float: none;
	}

	.topnav #navbar{
		display: none !important;
	}	
}

button#mobile-toggle:focus, 
button#mobile-toggle:active, 
button#mobile-toggle:focus:active{
	outline: none;
}

#joiniframe{
	display: block;
}
