

@font-face {
  font-family: 'HelveticaRegular';
  src: url('/templates/gaming/74fonts/HelveticaRegular.eot');
  src: url('/templates/gaming/74/fonts/HelveticaRegular.eot') format('embedded-opentype'), url('/templates/gaming/74fonts/HelveticaRegular.woff2') format('woff2'), url('/templates/gaming/74/fonts/HelveticaRegular.woff') format('woff'), url('/templates/gaming/74/fonts/HelveticaRegular.ttf') format('truetype'), url('/templates/gaming/74/fonts/HelveticaRegular.svg#HelveticaRegular') format('svg');
}
@font-face {
  font-family: 'HelveticaBold';
  src: url('/templates/gaming/74/fonts/HelveticaBold.eot');
  src: url('/templates/gaming/74/fonts/HelveticaBold.eot') format('embedded-opentype'), url('/templates/gaming/74/fonts/HelveticaBold.woff2') format('woff2'), url('/templates/gaming/74/fonts/HelveticaBold.woff') format('woff'), url('/templates/gaming/74/fonts/HelveticaBold.ttf') format('truetype'), url('/templates/gaming/74/fonts/HelveticaBold.svg#HelveticaBold') format('svg');
}
@font-face {
  font-family: 'ArialBlack';
  src: url('/templates/gaming/74/fonts/ariblk_0.eot');
  src: url('/templates/gaming/74/fonts/ariblk_0.eot') format('embedded-opentype'), url('/templates/gaming/74/fonts/ariblk_0.woff2') format('woff2'), url('/templates/gaming/74/fonts/ariblk_0.woff') format('woff'), url('/templates/gaming/74/fonts/ariblk_0.ttf') format('truetype'), url('/templates/gaming/74/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: 0 0 0 1em;
}

.banners > div:first-child{
	margin-left: 0;
}

@media screen and (max-width: 767px){
	.banners > div{
		margin: 1em 0 0 0;
		display: block;
	}

	.banners > div:first-child{
		margin-top: 0;
	}
}

.banners{
	margin-top: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

body.ld-video div.centerwrap > div.centerwrap:first-child > div.playerPage,
body.ld-index div.centerwrap > .sexygirls:first-child{
	margin-top: 1em;
}


body {
  margin: 0px;
  padding: 0px;
  font-family: 'HelveticaRegular',Helvetica,Arial, "Lucida Grande", sans-serif;
  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:#ffda2c}
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
}
h1{
	text-align: left;
}
.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/gaming/74/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: #ffda2c;
}


.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 #474747;
  border-bottom: 1px solid #474747;
}
.topnav nav {
  float: left;
}
.topnav nav li {
  float: left;
  font-family: 'ArialBlack';
  font-size: 1.1em;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  padding-right: 55px;
}
.topnav nav li a, .topnav nav li span {
  color: #fff;
  line-height: 3em;
  display: block;
}



.topnav nav li a:hover {
  color: #ff00cf;
}
.topnav nav li.none {
  display: none;
}



.topnavRight {
  float: right;
}
.login,
.joinBtn {
  float: right;
  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 #474747;
  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: #ff00cf;
  background: -moz-linear-gradient(top,  #ff00cf 0%, #d513b0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff00cf), color-stop(100%,#d513b0));
  background: -webkit-linear-gradient(top,  #ff00cf 0%,#d513b0 100%);
  background: -o-linear-gradient(top,  #ff00cf 0%,#d513b0 100%);
  background: -ms-linear-gradient(top,  #ff00cf 0%,#d513b0 100%);
  background: linear-gradient(to bottom,  #ff00cf 0%,#d513b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00cf', endColorstr='#d513b0',GradientType=0 );
  border: 1px solid #ff00cf;
}

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

.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/gaming/74/uploads/166-img_play_hover_image-20190905194549.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/gaming/74/images/icon-time.png) no-repeat center center transparent;
  height: 21px;
  width: 21px;
}
i.iconViews {
  background: url(/templates/gaming/74/images/icon-views.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/gaming/74/images/icon-star.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 #ff00cf;
  background: url(/templates/gaming/74/uploads/166-img_join_free_icon-20190905194549.png) repeat-x left top;
}
.joinFree a:hover {
  background: url(/templates/gaming/74/uploads/166-img_join_free_icon-20190905194549.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 {
  border: 1px solid #474747;
  width: 62px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 22px;
  display: inline-block;
  color: #ffffff;
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #000000 0%, #333333 100%);
  background: -o-linear-gradient(top, #000000 0%, #333333 100%);
  background: -ms-linear-gradient(top, #000000 0%, #333333 100%);
  background: linear-gradient(to bottom, #000000 0%, #333333 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333', GradientType=0);
}
.pagination li.prev a,
.pagination li.next a {
  width: 124px;
}
.pagination li.active a {
  font-family: 'ArialBlack';
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  line-height: 42px;
  color: #ffffff;
  background: #ff00cf;
  background: -moz-linear-gradient(top, #ff00cf 0%, #ce1bac 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff00cf), color-stop(100%, #ce1bac));
  background: -webkit-linear-gradient(top, #ff00cf 0%, #ce1bac 100%);
  background: -o-linear-gradient(top, #ff00cf 0%, #ce1bac 100%);
  background: -ms-linear-gradient(top, #ff00cf 0%, #ce1bac 100%);
  background: linear-gradient(to bottom, #ff00cf 0%, #ce1bac 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff00cf', endColorstr='#ce1bac', GradientType=0);
}
.pagination li a:hover {
  border: 1px solid #474747;
  color: #ffffff;
  background: #ff00cf;
  background: -moz-linear-gradient(top, #ff00cf 0%, #ce1bac 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff00cf), color-stop(100%, #ce1bac));
  background: -webkit-linear-gradient(top, #ff00cf 0%, #ce1bac 100%);
  background: -o-linear-gradient(top, #ff00cf 0%, #ce1bac 100%);
  background: -ms-linear-gradient(top, #ff00cf 0%, #ce1bac 100%);
  background: linear-gradient(to bottom, #ff00cf 0%, #ce1bac 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff00cf', endColorstr='#ce1bac', GradientType=0);
} 
.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: #ffda2c;
  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 #ff00cf;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.61);
  background: #ff00cf;
  background: -moz-linear-gradient(top, #ff00cf 0%, #d513b0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff00cf), color-stop(100%, #d513b0));
  background: -webkit-linear-gradient(top, #ff00cf 0%, #d513b0 100%);
  background: -o-linear-gradient(top, #ff00cf 0%, #d513b0 100%);
  background: -ms-linear-gradient(top, #ff00cf 0%, #d513b0 100%);
  background: linear-gradient(to bottom, #ff00cf 0%, #d513b0 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff00cf', endColorstr='#d513b0', GradientType=0);
  position: relative;
  z-index: 1;
}
.videoRight a:hover,
.createAccount a:hover {
   border-color: #ff00cf;
}
.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 #474747;
  padding: 0;
  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: #ffda2c;
  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 #474747;
  box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  padding: 30px 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:first-child {
  display: block;
  font-family: 'ArialBlack';
}
footer p a {
  color: #878787;
}
footer p a:hover {
  color: #ff00cf;
}



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

	.playerArea {
		float: left;
		width: 69%;
		margin-bottom: 22px;
	}
.player {

}
.video_info {
  background-color: #212121;
}
.videoLeft {
  float: left;
  margin-top: 15px;
}
  .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/gaming/74/images/icon-star.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/gaming/74/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/gaming/74/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: #ffda2c;
  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;
  width: 30%;
}
  .videoBeing h2 {
    color: #fff;
    font-family: 'HelveticaRegular';
    font-size: 42px;
    font-weight: normal;
    letter-spacing: -0.05em;
    letter-spacing: -0.5px;
    padding-bottom: 8px;
    text-align: center;
    text-transform: uppercase;
  }
    .videoBeing h2 strong {
      color: #ffda2c;
      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: 33.3333%;
  }
    .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: #ffda2c;
  }
  .youLike + .sexygirls {
    margin-top: 10px;
  }




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

body.ld-join{
	max-width: 100%;
}

.join .warning {
  background: url("/templates/gaming/74/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;
  width: 1160px;
}
  .join .warning strong {
    font-family: 'ArialBlack';
    color: #ffd855;
    line-height: 1;
    letter-spacing: -0.5px;
    letter-spacing: -0.05em;
  }



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

  .joinForm {
    float: left;
    width: 50%;
  }

  .joinInfo {
    float: right;
    font: 400 14px/1.2 Arial,sans-serif;
    text-align: center;
    width: 50%;
  }
    .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/gaming/74/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;
  }
}
@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;
  }

}
@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;
  }

}

@media screen and (min-width: 1600px) and (max-width: 1800px){
        .joinBtn a, .login a,
	.topnav nav li{
		font-size: 1em;
	}
}

@media only screen and (max-width: 1590px) {
  .sexygirl {
    width: 25%;
  }
  .joinBtn a, .login a,
  .topnav nav li{
	font-size: 1em;
  }

  .centerwrap {
    width: 98%;
  }
  .topnav nav li {
    padding-right: 35px;
  }
  .logo {
  }
  .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%;
  }
  .playerArea {
    width: 69%;
    margin-bottom: 12px;
  }
  .playerPage {
    padding-left: 12px;
    padding-top: 12px;
    padding-right: 8px;
  }
  .videoRight a {
    padding-left: 16px;
    padding-right: 10px;
  }
  .welcome {
    padding-bottom: 30px;
  }
  .videoBeing h2 {
    font-size: 1.5em;
  }
  .playerPage {
  }
}

@media screen and (max-width: 1600px){
	li.games-updated{
		display: none;
	}
}

@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: 0;
    margin-bottom: 20px;
  }
  .icon {
    left: 42px;
  }
  .whatDomain h3 {
    font-size: 27px;
  }
  .playerArea {
    width: 69%;
  }
  .videoBeing {
    width: 30%;
  }
  .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: 15px;
  }
  .videoThumbs {
    padding: 12px 15px;
  }
  .detailLenght {
    margin-right: 24px;
  }



  .joinInfo {
    width: 50%;
  }
  .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;
  }
  .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%;
  }
  .videoBeing h2 {
    font-size: 1.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: 50%;
  }
  .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%;
  }

	.ld-join .warning{
		display: none !important;
	}

  .logo {
    margin: auto;
    padding-left: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .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 {
    display: none;
  }
  .topnavRight {
    position: relative;
    z-index: 8
  }

  .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: 0;
    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;
  }
  .videoLeft {
    padding: 10px;
  }
  .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) {
  .centerwrap {
    width: 95%;
  }
  header {
    text-align: center;
  }
	.logo {
		padding-bottom: 0;
		float: left;
	}
	.voted {
		display: inline-block;
		float: none;
		width: auto;
		float: right;
	}
  .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: 0;
  }
  .icon img {
    width: 100px;
  }
  footer p {
    font-size: 13px;
  }

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

  .videoLeft {
    padding-bottom: 0px;
  }
  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: 1.5em;
  }
  .videoThumb {
    width: 50%;
  }
  .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 {
    height: 0;
    overflow: hidden;
    padding-bottom: 83.2857%;
    position: relative;
}
.player-window-play {
    background: transparent url("/templates/gaming/74/uploads/166-img_icon_player_button-20190905194549.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/gaming/74/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 {
    width:225px;
    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 {
  height: 0;
  padding-bottom: 61.25%;
  overflow: hidden;
  position: relative;
}
  .player-reg-thumb {
    padding-bottom: 23%;
  }
  .player-thumb > img {
    position: absolute;
    top: -19%;
    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 {
  height: 0;
  padding-bottom: 61.25%;
  overflow: hidden;
}
  .player-reg-thumb {
    padding-bottom: 23%;
  }
  .player-thumb > img {
    position: absolute;
    top: 0;
  }
  .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 {
  height: 0;
  padding-bottom: 61.25%;
  overflow: hidden;
}
  .player-reg-thumb {
    padding-bottom: 23%;
  }
  .player-thumb > img {
    position: absolute;
    top: 0;
  }
}
@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;
}
.player-thumb,
.player-reg-thumb {
        padding-bottom: 49%;
}
.steps {
        background: #232a33;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  font-size: 1.3em;
  margin: 7% auto 0;
  padding: 2em;
  text-align: center;
  width: 80%;
}
.steps .headline {
  color: #ffda2c;
  font-size: 1.7em;
  line-height: 1;
  margin-top: -10px;
  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%;
}

#step7 > p {
  font-size: 27px;
  line-height: 1;
}
#step7 > 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: 6%;
    width: 90%;
  }
  .steps#step7 {
    font-size: 1.2em;
  }
}
@media (max-width:767px){
  .steps {
    font-size: 1.1em;
    margin-top: 4%;
    padding: 2em 1em;
    width: 95%;
  }
  #step7.steps {
    font-size: 0.9em;
    padding: 5%;
  }
  #step7 > p {
    font-size: 11px;
  }
  #step7 .headline {
    font-size: 19px;
  }
  .steps .button {
    font-size: 30px;
  }
  #step7 > h2 {
    font-size: 26px;
  }
  #step7.steps .button {
    font-size: 18px;
  }

}
@media (max-width:579px){
    .steps {
      font-size: 0.65em;
    }
  #step5.steps {
    font-size: 0.6em;
    margin: 0;
    padding: 0.5em 0 2em;
    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;
  }
  .player-thumb,
  .player-reg-thumb {
    padding-bottom: 55%;
  }
}
@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;
    }
    .player-thumb,
    .player-reg-thumb {
      padding-bottom: 40%;
    }
    .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 #ff00cf;
      color: #fff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.61);
      background: #ff00cf;
      background: -moz-linear-gradient(top, #ff00cf 0%, #d513b0 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff00cf), color-stop(100%, #d513b0));
      background: -webkit-linear-gradient(top, #ff00cf 0%, #d513b0 100%);
      background: -o-linear-gradient(top, #ff00cf 0%, #d513b0 100%);
      background: -ms-linear-gradient(top, #ff00cf 0%, #d513b0 100%);
      background: linear-gradient(to bottom, #ff00cf 0%, #d513b0 100%);
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff00cf', endColorstr='#d513b0', GradientType=0);
      position: relative;
      z-index: 1;
    }
    .steps .button.btnJoin:hover {
       border-color: #ff00cf;
    }
    .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: #ffda2c;
    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: #ffda2c;
    font-size: 2em;
    margin: 1em auto 0.5em;
    display: block;
  }






@media (min-width:800px) and (max-width:1023px){
  #step5 > p strong {
    font-size: 1.6em;
  }
  #step5 > p {
    font-size: 20px;
  }
  #step5.steps .button {
    font-size: 32px;
  }
  #step5.steps {
    padding: 3% 5%;
  }
  #step5.steps .headline {
    border-bottom: none;
    margin-bottom: 1em;
  }
}
@media (min-width:1024px) and (max-width:1149px){
  #step5 > p strong {
    font-size: 1.6em;
  }
  #step5 > p {
    font-size: 20px;
  }
  #step5.steps .button {
    font-size: 32px;
  }
  #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.8em;
  }
  #step5 > p {
    font-size: 23px;
  }
  #step5.steps .button {
    font-size: 35px;
  }
  #step5.steps {
    padding: 3% 5%;
  }
  #step5.steps .headline {
    border-bottom: none;
    margin-bottom: 1em;
  }
}

@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.8em;
    margin-top: 0.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) {
  .clicked {
    padding-bottom: 0;
    height: auto;
  }
  .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: 320px!important;
		height: 365px; 
	}
} 

a.meanmenu-reveal{
	display:none
}
.mean-container .mean-bar{
	float:right; right:0px;position:absolute;padding:4px 0;min-height:42px;z-index:5
}
.mean-container a.meanmenu-reveal{
	width:22px;height:21px;padding:10px;position:absolute;top:5px;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700;background:#ff00cf;
}
.mean-container a.meanmenu-reveal span{
	display:block;background:#fff;height:3px;margin-top:3px
}
.mean-container .mean-nav{
	float:right;width:200px;background:#222;margin:49px 10px 0 0; box-shadow:0px 0px 8px rgba(0,0,0,0.8);
}
.mean-container .mean-nav ul{
	padding:0;margin:0;width:100%;list-style-type:none;
}
.mean-container .mean-nav ul ul{
	background-color:#333;
}
.mean-container .mean-nav ul li{
	position:relative;float:none;width:100%; font-family:"HelveticaBold"; font-size:15px;
}
.mean-container .mean-nav ul li a{
	display:block;float:none;width:86%;padding:0px 7%;margin:0;text-align:left;color:#fff;border-bottom:1px solid #000;text-decoration:none;text-transform:uppercase; height:auto; line-height:40px;
}
.mean-container .mean-nav ul li li a{
	width:80%;padding:0 10%;border-bottom:1px solid #000;/*opacity:.75;filter:alpha(opacity=75);*/text-shadow:none!important;visibility:visible;
}
.mean-container .mean-nav ul li.mean-last a{
	border-bottom:0;margin-bottom:0
}
.mean-container .mean-nav ul li li li a{
	width:70%;padding:1em 15%
}
.mean-container .mean-nav ul li li li li a{
	width:60%;padding:1em 20%
}
.mean-container .mean-nav ul li li li li li a{
	width:50%;padding:1em 25%
}
.mean-container .mean-nav ul li a:hover{
	background:#111; color:#ff00d5
}
.mean-container .mean-nav ul li a.mean-expand{
	width:26px;height:auto;border:0!important;padding:0 12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700
}
.mean-container .mean-nav ul li a.mean-expand:hover{
	background:0
}
.mean-container .mean-push{
	float:left;width:100%;padding:0;margin:0;clear:both
}
.mean-nav .wrapper{
	width:100%;padding:0;margin:0
}
.mean-container .mean-bar,.mean-container .mean-bar *{
-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;
}

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;
}

body.ld-page div.title h2{
	text-align: left;
	margin-top: 1em;
}

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

.home-page-content{
	padding: 0 0 1.5em 0;
	line-height: 1.5em;
}

body.ld-join{
	margin-top: 0;
}

div.topnav nav ul li{
	padding-right: 1em;
}

@media screen and (max-width: 1023px){
	li.games-updated{
		display: none;
	}
}

div.topnav nav ul li.games-updated{
	padding-right: 0;
}

@media screen and (max-width: 1120px){
	.login.player-online,
	li.games-updated{
		display: none !important;
	}
}

@media screen and (max-width: 1023px){
	.joinBtn{
		display: none;
	}	
	
}

@media screen and (min-width: 1024px){
	.topnav .mean-bar{
		display: none !important;
	}

	div.topnav nav#site-navigation{
		display: block !important;
	}
}

.topnav nav li.games-updated{
	font-weight: normal;
	font-family: sans-serif;
}

div.logo h1{
	font-size: 24px;
}

.video_description{
	padding: 0.5em 1em 1em 1em;
	clear: both;
}

.video_description p{
	line-height: 1.5em;
}

@media screen and (max-width: 350px){
	.voted{
		display: none;
	}

	.logo{
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
}

.ld-join .joinForm iframe{
	display: block;
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 767px){
	.ld-join .joinForm iframe{
		width: 100%;
	}
}

@media screen and (max-width: 991px){
	.ld-join .joinForm,
	.ld-join .joinInfo{
		width: 100%;
	}
}
