article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #101010;
	background-image: url(/templates/editorial/76/images/papyrus-dark.png);
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

img,
fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

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,
a span,
.videoblock,
.box,
.stars,
.time,
.views {
	-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;
}


/*Add Placeholder opcity 1*/

::-moz-placeholder {
	opacity: 1
}

::-webkit-placeholder {
	opacity: 1
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}

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

div.logo a,
div.logo a:link,
div.logo a:visited,
div.logo a:hover,
div.logo a:active{
	color: #ffffff;
}

.custom_head_html {
	
	padding:5px;
}

.custom_head_html a {
	color: #ffffff;
	text-decoration:underline;
}

div.logo a{
	font-size: 20px;
	font-weight: 800;
}

div.logo a h1{
	font-weight: 800;
}

div.logo a h1 span{
	color: #ff0000;
}


/*Responsive menu*/

.responsive_menu {
	margin-top: 0px;
	text-align: center
}

.responsive_menu select {
	display: inline-block;
	width: 200px;
	height: 30px;
	padding: 5px 12px;
	font-size: 14px;
	line-height: normal;
	color: #fff;
	vertical-align: middle;
	border: none;
	text-align: center;
	cursor: pointer;
	border: 1px solid #393939;
	background: #0A0A0A;
	margin-top: 6px;
	margin-bottom: 6px;
}

.responsive_menu select option {
	padding: 2px 0;
}

header .responsive_menu {
	margin-top: 0px;
}


/*Responsive menu close*/

.centerwrap {
	width: 85%;
	margin: auto;
	padding: 0 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	background-color: #222222;
}

.logo {
	float: left;
	padding-top: 20px;
}

.logo img {
	display: block;
}

.subnav {
	float: right;
	padding-left: 3px;
}

.subnav p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12.5px;
	color: #9c9c9c;
	line-height: 34px;
}

.subnav p a {
	color: #fff;
}

.subnav p a:hover,
.subnav p a.active {
	color: #333;
}

.subnav p span {
	color: #484848;
	padding: 0 8px;
}

.searcharea {
	float: right;
	padding-top: 10px;
	clear: right
}

.searchbox {
	float: left;
	font-size: 13px;
	color: #cfcfcf;
	padding-left: 10px;
	border: 1px solid #585858;
	width: 232px;
	height: 28px;
	background-color: #111;
	padding-right: 10px;
}

.searchbox:focus {
	background-color: #181818;
}

.dropdown {
	margin: 0px;
	padding: 0px 0 0 0px;
	float: left
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.dropdown dd {
	position: relative;
	z-index: 999
}

.dropdown a,
.dropdown a:visited {
	color: #afafaf;
	text-decoration: none;
	outline: none
}

.dropdown a:hover {
	color: #eee
}

.dropdown dt a:hover {}

.dropdown dt a {
	background-color: #333;
	display: inline-block;
	padding-right: 8px;
	border: 1px solid #4b4b4b;
	border-left: 0px;
	border-right: 0px;
	font-size: 13px;
	width: 80px;
}

.dropdown dt a span {
	cursor: pointer;
	display: block;
	background: url(../images/downarrow.png) no-repeat scroll right center;
	height: 26px;
	line-height: 26px;
	padding-left: 12px;
	padding-right: 17px;
	font-size: 13px;
	color: #afafaf
}

.dropdown dd ul {
	background-color: #3e3e3e;
	border: 1px solid #4b4b4b;
	color: #4b4b4b;
	display: none;
	position: absolute;
	top: -1px;
	width: auto;
	min-width: 81px;
	list-style: none;
	left: -1px;
}

.dropdown dd ul li a {
	display: block;
	padding: 5px 14px;
	color: #afafaf;
}

.dropdown dd ul li a:hover {
	background-color: #333
}

.search {
	background: url(../images/search.jpg) no-repeat;
	width: 35px;
	height: 28px;
	float: left;
	border: none;
	cursor: pointer
}

.topnav {
	padding-top: 20px;
	clear: both;
}

nav {
	background: url(../images/topnavbg.jpg) repeat-x;
	border: 1px solid #242424;
	height: 48px;
}

nav ul {
	text-align: left;
}

nav ul li {
	line-height: 46px;
	font-size: 17px;
	font-weight: bold;
	display: inline-block;
	position: relative
}

nav ul li span {
	display: none;
}


nav #topnav li a{ color: #ffffff; padding:0 12px; display:inline-block; }
nav #topnav li a:hover,
nav #topnav li a.active{ color: #ec0000; background-color: #222222; }

.bodyarea {
	padding-top: 10px;
}

.filter {
	float: right;
	padding-right: 3px;
	display: none
}

.filter p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12.5px;
	color: #fff;
	line-height: 34px;
}

.filter p a {
	color: #fc1f02;
}

.filter p a:hover,
.filter p a.active {
	color: #fff;
}

.filter p span {
	color: #484848;
	padding: 0 8px;
}

.watched {
	float: right;
	width: 100%;
}

.title {
	background:url( /templates/editorial/76/uploads/129-img_header_background-20190815205937.jpg) no-repeat center top / cover;
	height: 40px;
	border: 1px solid #111111;
	margin-bottom: 11px;
}

.title h2 {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	float: left;
	padding-left: 12px;
	line-height: 38px;
}

.action {
	float: right;
	padding-top: 4px;
	padding-right: 5px;
}

.action a {
	background: #111;
	height: 29px;
	font-size: 14px;
	color: #fff;
	width: 68px;
	border: 1px solid #343434;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 5px;
	float: left;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold
}

.action a:hover {
	background: #333;
	border: 1px solid #000
}

.videowatched {}

.videoblock {
	width: 25%;
	background-color:#1c1b1b;
	border: 1px solid #333;
	margin-bottom: 1.25%;
	float: left
}

.videoblock:hover,
.videoblock:hover .box,
.videoblock:hover .stars,
.videoblock:hover .time,
.videoblock:hover .views {
	background-color: #111111;
}

.videobanner {
	padding: 12px 11px 0 11px;
}

.videobanner img {
	display: block;
	border: 1px solid #333;
	max-width: 100%;
	width: 100%;
}

.videoblock h3 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.01em;
	padding: 6px 10px 6px 12px;
	border-bottom: 1px solid #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
}

.videoblock h3 a {
	color: #ffffff;
}

.videoblock h3 a:hover {
	color: #fc1f02;
}

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

.box p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 26px;
	text-transform: uppercase;
	padding-left: 12px;
}
.time p,
.views p,
.box p {
	color: #fff;
}
.time p,
.views p,
.box p,
.stars {
	padding-top: 6px;
	padding-bottom: 6px;
}

.time p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 26px;
	text-transform: uppercase;
	padding-left: 12px;
	border-bottom: 1px solid #333;
}

.views p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
	line-height: 26px;
	text-transform: uppercase;
	padding-right: 12px;
	border-bottom: 1px solid #333;
}

.star-svg li .star.svg{
	opacity: 0;
}

.star-svg li .star.svg.replaced-svg{
	opacity: 1;
}
.star-svg .star{
	display: inline-block;
	height: 18px;
	width: 18px;
}

.star-svg .star.svg *{
	color: #f9ff00;
	fill: #f9ff00;
	stroke: #f9ff00;
}


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

.stars ul {
	text-align: right;
	padding-top: 2px;
	padding-right: 12px;
}

.stars ul li {
	display: inline;
	margin: 0 -1px;
}

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

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

.box span,
.time span,
.views span {
	padding-left: 5px;
	font-size: 12px;
}

.videoblock.last {
	margin-right: 0px;
}

.pagination {
	clear: both;
	padding-top: 22px;
	padding-bottom: 34px;
}

.pagination ul {
	text-align: center;
}

.pagination ul li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold
}

.pagination ul li a {
	min-width: 31px;
	line-height: 27px;
	display: block;
	background: #111111;
	color: #ffffff;
	border: 1px solid #343434;
	height: 31px
}

.pagination ul li a:hover,
.pagination ul li a.active {
	background: #333333;
	color: #ffffff;
	border: 1px solid #000000;
}

.pagination ul li a.prev,
.pagination ul li a.next {
	background-image:linear-gradient(to bottom, #ec0000, #d90001, #c60101, #b30102, #a10101);
	color: #000000;
	padding: 1px 14px;
	border: none;
}

.pagination ul li a.prev:hover,
.pagination ul li a.next:hover {
	color: #000000;
}

.blankspace100 {
	height: 100px;
}

.homeaside {
	float: left;
	width: 300px;
	padding-top: 0px;
	clear: both
}

.pornstar {
	text-align: center;
	padding-bottom: 8px;
}

.pornstar h2 {
	font-size: 16px;
	letter-spacing: -0.01em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.pornstar_img {}

.pornstar_img img {
	border: 1px solid #343434;
	display: block
}

.channels {
	padding-bottom: 10px;
}

aside h2 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/subtitlebg.jpg) repeat-x;
	height: 40px;
	padding-left: 12px;
	line-height: 40px;
	text-shadow: 1px 1px #A30F0F;
	margin-bottom: 1px;
	text-align: left
}

.channels ul {
	list-style: none;
}

.channels ul li {
	font-size: 15px;
	font-weight: bold;
	float: left;
	width: 50%
}

.channels ul li a {
	background: #000;
	border: 1px solid #222;
	display: block;
	height: 34px;
	padding-left: 10px;
	color: #fff;
	line-height: 32px;
}

.channels ul li a span {
	padding-right: 10px;
	color: #fc1f02
}

.channels ul li:last-child a {
	border-bottom: 1px solid #1f1f1f;
}

.channels ul li a:hover {
	color: #fc1f02;
	background-color: #111
}

.advertisement {
	text-align: center
}

.advertisement_banner {
	margin-top: 10px;
}

.advertisement_banner img {
	display: block;
	max-width: 100%;
}

footer {
	padding: 20px 0;
}

footer p {
	font-size: 13px;
	font-weight: bold;
	color: #a4a4a4;
	line-height: 22px;
	text-align: center
}



/*Video CSS*/

.advertisementblock {
	float: left;
	border: 1px solid #1f1f1f;
	background-color: #000;
	width: 400px;
	text-align: center;
	padding-top: 52px;
	padding-bottom: 34px;
}

.advertisementblock .ads {
	padding-bottom: 15px;
}

.videodetails {
	clear: both
}


.videobox {
	background-color: #1f1f1f;
	border: 1px solid #333;
	margin-bottom: 15px;
}

.playVideo .title {
	margin-top: 11px;
}

.videoHere img {
	display: block;
	width: 100%
}

.videoHere {
	width: 65%;
	float: left;
    overflow: hidden;
	margin-bottom: 17px;
}
iframe#joinframe {
    width: 100%;
}
.videoright {
    width: 33%;
    display: block;
    float: right;
}
.videoStars {
	margin-bottom: 17px;
}
.videoStars ul {
	text-align: left;
	padding-top: 2px;
	padding-right: 12px;
}

.videoStars ul li {
	display: inline;
	margin: 0 -1px;
}

.submitted {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	width: 50%;
	text-transform: uppercase
}

.favorites {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	width: 25%;
}

.favorites a {
	color: #fc1f02;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold
}

.embed {
	border-bottom: 1px solid #333;
	width: 25%;
}

.embed a,
.report a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold
}

.report {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	width: 25%;
}

.report a {
	color: #E0D10E;
}

.categories {
	border-bottom: 1px solid #333;
	width: 100%;
	clear: both
}

.categories p {
	font-size: 13px;
	color: #6f6f6f;
	text-transform: uppercase;
	padding-left: 20px;
	line-height: 40px;
}

.categories p span {
	font-size: 13px;
	color: #6f6f6f;
	padding-left: 5px;
}

.categories p span a {
	color: #fc1f02;
	font-weight: bold
}

.categories p span a:hover {
	color: #fff;
}

.description {
	width: 100%;
}
.description h3 {
	color: #fff;
}

.description p {
	font-size: 13px;
	color: #6f6f6f;
	line-height: 21px;
	padding: 17px 0;
}

.description p span {
	color: #fff;
	font-size: 15px;
	padding-left: 5px;
}

.information h3 {
	margin-bottom: 17px;
}
.information h3 {
	color: #ffffff;
}

.video_length,
.video_views {
	color: #fff;
}

.video_length span,
.video_views span {
	color: #6f6f6f;
}

.favorites a:hover {
	color: #fff;
}

.related_content {
	clear: both;
	padding-bottom: 0px;
	border-bottom: 1px solid #333333;
	margin-bottom: 1.25%
}

.related_content .videoblock {
	width: 24.22%;
	margin-right: 1%;
}

.related_content .videoblock.last {
	margin-right: 0px;
}

.footer_ads {
	text-align: center;
	clear: both;
}

.ads {
	display: inline-block;
}

.ads span {
	display: none;
}

.ads a span {
	color: #a4a4a4;
}

.ads a:hover span {
	color: #fc1f02;
}

.ads img {
	display: inline-block;
	max-width: 100%;
}

.ads.last {
	margin-right: 0%
}

@media only screen and (max-width:1300px) {
	.centerwrap {
		width: 994px;
		padding: 0 15px
	}
	nav ul li {
		font-size: 14px;
	}
	nav ul li a {
		padding: 0 7px;
	}
	aside h2 {
		font-size: 16px;
	}
	.channels ul li {
		font-size: 13px;
		width: 100%;
	}
	.channels ul li a {
		padding-left: 8px;
	}
	.channels ul li a span {
		padding-right: 8px;
	}
	.videoblock,
	.related_content .videoblock {
		width: 33.3%;
		margin-bottom: 1%;
	}
	.box p {
		font-size: 11px;
	}
	.videobanner img {
		width: 99.8%;
	}
	.videoblock h3 {
		font-size: 14px;
	}
	.box span,
	.time span,
	.views span {
		padding-left: 5px;
		font-size: 11px;
	}
	.homeaside {
		width: 200px;
	}
	.footer_ads {
		margin-bottom: 10px;
	}
	/*Video CSS*/
	.videoleft {
		width: 655px;
		margin-left: 0px;
	}
	.advertisementblock {
		width: 285px;
		margin-right: 0px;
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.advertisementblock .ads img {
		width: 100%;
	}
	.videohere img {
		width: 100%;
	}
	.graybox {
		font-size: 13px;
	}
	.related_content {
		margin-left: 0px;
	}
	.relatedblock {
		margin-left: 0px;
		width: auto;
		min-width: inherit
	}
	.relatedblock .videoblock.last {
		margin-right: 1%;
	}
	.relatedblock .videoblock:nth-child(3n) {
		margin-right: 0px;
	}
	.description p span,
	.categories p span a,
	.submitted a,
	.graybox span {
		font-size: 14px;
	}
	.categories p {
		padding-left: 11px;
	}
	.description p {
		padding: 11px;
	}
	.clearfix {
		clear: none !important;
	}
}

@media only screen and (max-width:1023px) {
	.videoHere {
		width: 100%;
		float: none;
	}
	.videoright {
		width: 100%;
		float: none;
		margin-bottom: 17px;
	}
	.ads {
		display: block;
	}
	.centerwrap {
		width: 748px;
	}
	nav {
		height: 45px;
	}
	aside h2 {
		font-size: 15px;
		height: 34px;
		line-height: 36px;
	}
	.searchbox {
		width: 185px;
	}
	.filter {
		padding-left: 5px;
	}
	.subnav {
		padding-right: 5px;
	}
	.title h2 {
		line-height: 36px;
		font-size: 16px;
	}
	.homeaside {
		width: 200px;
	}
	.pornstar_img img {
		width: 100%;
	}
	.channels ul li {
		font-size: 15px;
	}
	.channels ul li a {
		padding-left: 12px;
	}
	.advertisement {
		padding-left: 0px;
		text-align: center;
	}
	.videoblock {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.videoblock.last {
		margin-right: 2%;
	}
	.videoblock:nth-child(2n) {
		margin-right: 0px;
	}
	.action {
		padding-top: 3px;
		padding-right: 4px;
	}
	.action a {
		height: 26px;
		line-height: 24px;
		width: 60px;
	}
	/*Video CSS*/

	.advertisementblock {
		width: 240px;
		padding-top: 15px;
		padding-bottom: 0px;
	}
	.advertisementblock .ads {
		padding: 0 10px 20px 10px;
	}
	.advertisementblock .ads img {
		width: 100%;
	}
	.submitted {
		width: 100%;
		border-right: 0px;
	}
	.categories p,
	.description p {
		padding-left: 15px;
	}
	.relatedblock .videoblock {
		width: 32.66%;
		margin-right: 1%;
		margin-bottom: 1%
	}
	.footer_ads {
		padding: 0;
	}
	.title {
		height: 34px;
	}
	.title h2 {
		line-height: 32px;
		font-size: 15px;
	}
	.related_content {
		padding-bottom: 3px;
	}
	.clearfix {
		clear: both !important;
	}
}


@media only screen and (max-width:568px) {
	.time,
	.views,
	.box,
	.stars {
		width: 100%;
	}
	.views p {
		text-align: left;
		padding-left: 8px;
		padding-right: 0px;
	}
	.box p {
		border-bottom: 1px solid #333333;
	}
	.stars ul {
		text-align: left;
		padding-left: 8px;
		padding-right: 0px;
		padding-top: 5px;
		padding-bottom: 4px;
	}
}

@media only screen and (max-width:479px) {
	.centerwrap {
		width: auto;
		margin: 0 10px;
		padding: 0 10px;
	}
	.logo img {
		max-width: 100%
	}
	.action {
		display: none;
	}
	.videoblock {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.videoblock.last {
		margin-right: 0px;
	}
	.videoblock h3 {
		font-size: 14px;
	}
	.searcharea {
		width: 270px;
	}
	.searchbox {
		width: 155px;
	}
	.pagination ul li:nth-child(8),
	.pagination ul li:nth-child(7),
	.pagination ul li:nth-child(6),
	.pagination ul li:nth-child(5) {
		display: none;
	}
	.channels ul li {
		font-size: 13px;
	}
	.advertisement_banner {
		width: 100%;
	}
	.advertisement_banner img {
		display: inline;
	}
	/*Video CSS*/
	.description p span,
	.categories p span a,
	.submitted a,
	.graybox span {
		font-size: 13px;
	}
	.video_views span,
	.video_length span {
		padding-left: 5px;
	}
	.submitted a {
		margin-left: 5px;
	}
	.categories p span,
	.description p span {
		padding-left: 5px;
	}
	.relatedblock .videoblock {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.relatedblock .videoblock.last,
	.relatedblock .videoblock:nth-child(3n) {
		margin-right: 0px;
	}
	.video_length,
	.video_views,
	.bigstars,
	.submitted,
	.favorites,
	.embed,
	.report {
		width: 100%;
		text-align: left;
		padding-left: 11px
	}
	.categories p,
	.description p {
		padding-left: 11px;
	}
	.bigstars ul {
		text-align: left;
		padding-top: 0px;
	}
	.bigstars ul li {
		margin: 0px;
		float: left;
		padding-right: 2px;
	}
	.bigstars ul li img {
		display: block;
	}
	.video_views,
	.submitted,
	.embed {
		border-right: 0px;
	}
	.ads img {
		max-width: 100%;
		display: inline
	}
	.ads {
		width: 100%;
		margin-right: 0px;
		text-align: center;
	}
	.favorites a,
	.embed a,
	.report a {
		font-size: 13px;
	}
	.graybox {
		height: auto;
		padding: 10px;
		line-height: normal
	}
	.categories p {
		height: auto;
		line-height: normal;
		padding: 10px
	}
	.description p {
		padding: 10px 6px 10px 11px;
	}
	.footer_ads {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.related_content {
		margin-bottom: 12px;
	}
}

.clearfix {
	clear: both;
}
.banner_wrap {
    margin-bottom: 15px;
}
a.joinInstant{ float:right; background-image:linear-gradient(to bottom, #ec0000, #d90001, #c60101, #b30102, #a10101); line-height:55px; font-weight:800; font-size:22px; padding:0 26px; text-transform:uppercase; margin-top:20px; color:#fff; text-shadow:2px 2px 5px rgba(0,0,0,0.5); }
a:hover.joinInstant{ color:#000; }

.footer-links,
footer p span,
.footer-links a,
.footer-links a:link,
.footer-links a:visited,
.footer-links a:hover,
.footer-links a:active{
	color: #ffffff; 
}


.footer-links a:hover{
	color: #ec0000; 
}

.footer-links a.join,
.footer-links a.join:link{
	color: #ec0000; 
}

/* Play Video */
.playVideo{}
.videoHere{ position:relative; }
.videoHere img{ width: 100%;}
.popularVideos{ float:right; background-color:#1f1e1e; padding:8px; width:675px; height:656px; margin-right:2px; position:relative; }
.youlike{ clear:both; font-size:36px; font-weight:800; color:#fff; text-transform:uppercase; text-align:center; padding-bottom:40px; padding-top:60px; }
.popularVideos h2{ font-size:30px; color:#fff; text-transform:uppercase; font-weight:800; text-align:center; padding-top:7px; padding-bottom:21px; }
.pVideos{ padding:4px; text-align:center; }
.pVideo{ float:left; width:319px; margin-right:13px; margin-bottom:13px; }
.pVideo img{ width:100%; }
.pVideo:nth-child(2n){ margin-right:0px; }
.pVideo span{ display:block; background-color:#292929; line-height:46px; text-align:center; font-size:18px; color:#fff; text-transform:uppercase; font-weight:800; } 
a.freeJoin{ margin-top: 2em !important; background-image:linear-gradient(to bottom,#ec0000, #d90001, #c60101, #b30102, #a10101); line-height:69px; border-radius:5px; -webkit-border-radius:5px; font-size:26px; font-weight:800; color:#fff; text-shadow:2px 2px 5px rgba(0,0,0,0.5); width: 90%; text-align:center; margin:auto; display:inline-block; margin-top:5px; margin-bottom:16px; }
a:hover.freeJoin{ color:#000; }

/* Join Play */
.videoHere i{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); width:723px; }
.pleaseLogin{ background:#1f1e1e url(../images/joinPShadow.png) repeat-x left bottom; text-align:center; /*position:absolute; left:8px; top:8px; right:8px; z-index:2;*/ width:auto; padding-top:12px; min-height:100%; display:none; }
.pleaseLogin h3{ font-size:30px; font-weight:800; color:#fff; text-transform:uppercase; line-height:28px; margin-bottom:28px; }
.pleaseLogin h3 span{ font-weight:600; font-size:18px; color:#ec0000; display:block; }
.textbox{ width:410px; height:30px; margin-bottom:20px; font-family:'Open Sans', sans-serif; font-size:14px; color:#000; padding:0 10px; border:none; }
.pleaseLogin h4{ font-size:26px; font-weight:400; color:#fff; text-align:left; padding-left:125px; margin-bottom:13px; }
.pleaseLogin p{ font-size:18px; font-weight:400; color:#fff; line-height:24px; padding-left:125px; text-align:left; margin-bottom:14px; }
.pleaseLogin p span{ color:#ec0000; font-weight:800; display:block; }
.membership{ text-align:left; padding-left:98px; padding-bottom:22px; }
.membership label{ font-size:18px; font-weight:400; color:#fff; line-height:24px; position:relative; display:inline-block; cursor:pointer; float:left; clear:left; }
.membership label input{ overflow:hidden; position:absolute; left:-10000px; top:0px; }
.membership label i{ background:url(../images/radio.png) no-repeat left top; width:16px; height:16px; float:left; position:relative; top:5px; margin-right:11px; }
.membership label input[type="radio"]:checked + i{ background-position:left bottom; }
.bSpace{}
.createAcc{ background-image:linear-gradient(to bottom, #ec0000, #dc0000, #cd0101, #be0101, #af0101); line-height:69px; border-radius:5px; -webkit-border-radius:5px; font-size:26px; font-weight:800; color:#fff; text-shadow:2px 2px 5px rgba(0,0,0,0.5); width:350px; text-align:center; margin:auto; display:inline-block; margin-top:5px; margin-bottom:16px; border:none; cursor:pointer; }
.createAcc:hover{ color:#000; }
.verification{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); width:723px; background-color:#000; padding:18px 12px; display:none; }
.verification h3{ font-size:30px; color:#fff; text-transform:uppercase; text-align:center; font-weight:800; }
.verification h3 span{ color:#ec0000; font-weight:700; line-height:34px; display:block; vertical-align:top; }
.verification h3 span:before{ background:url(../images/warning.png) no-repeat; width:38px; height:34px; display:inline-block; content:''; vertical-align:top; margin-right:6px; }
.verification h3 span:after{ background:url(../images/warning.png) no-repeat; width:38px; height:34px; display:inline-block; content:''; vertical-align:top; margin-left:6px; }
.verify{ display:table; width:100%; padding-top:25px; background:url(../images/anim.gif) no-repeat center 96%; padding-bottom:100px; }
.videoSPic{ display:table-cell; width:313px; }
.videoSContent{ display:table-cell; vertical-align:middle; width:calc(100% - 313px); }
.videoSContent p{ font-size:24px; line-height:29px; color:#fff; font-weight:400; text-align:center; }
.videoSContent p span{ color:#ec0000; display:block; text-transform:uppercase; }


.page {
    padding: 20px 0;
}

form.dmca label,
h2.page-heading,
.page p,
.page ul,
.page ul li{
	color: #ffffff; 
}
.page ul{
	list-style-type: disc; 
}
.page ul li{
	margin-left: 20px;
}

.centerwrap p{
	line-height: 1.5em;
	/*padding-bottom: 1em;*/
}

.centerwrap.page p a,
.centerwrap.page p a:link,
.centerwrap.page p a:visited,
.centerwrap.page p a:hover,
.centerwrap.page p a:active{
	color: #ff0000; 
}


.centerwrap.page ul{
	margin-bottom: 1em;
}

.centerwrap.page ul,
.centerwrap.page ul li{
	list-style: initial;
	margin-left: 0.66em;
}

.centerwrap.page{
	padding-top: 2em;
	padding-bottom: 2em;
}

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

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

.join .warning {
  background: url("/templates/editorial/76/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;
  }

.join .warning {
    font-size: 30px;
    max-width: 100%;
    padding: 10px 80px;
    width: auto;
  }

  .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: 680px;
  }
    .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;
		line-height: 1;
      }

      .iconWarn {
        background: transparent url("/templates/editorial/76/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 only screen and (max-width: 1300px) {
  .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: left;
  }
  .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;
    font-size: 16px;
  }
  .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: 38px;
    margin-top: 20px;
    padding-bottom: 5px;
  }
  .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;
  }

.joinForm {
    float: none;
   	text-align: center;
    width: 100%;
  }

  .joinInfo {
    width: 100%;
  }
  .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: auto;
		margin: 0 15px;
	}
	.logo {
		float: none;
		text-align: center;
		padding-left: 0px;
		width: 100%;
	}
	.logo img {
		display: inline;
	}
	a.joinInstant {
		float: none;
		padding: 8px 26px;
	}
	.searcharea {
		width: 300px;
		float: none;
		margin: auto;
		padding-top: 20px;
		padding-right: 0px;
	}
	.subnav {
		float: none;
		text-align: center;
		padding-right: 0px;
		padding-top: 5px;
		padding-left: 0px;
	}
	.filter {
		padding-right: 0px;
		float: none;
		text-align: center;
		padding-bottom: 7px;
		padding-left: 0px;
	}
	.subnav p,
	.filter p {
		line-height: 24px;
	}
	.videobanner {
		padding: 8px 8px 0;
	}
	.videoblock h3 {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 13px;
		padding-top: 6px;
	}
	.box span,
	.time span,
	.views span {
		font-size: 12px;
		padding-left: 2px;
	}
	.title h2 {
		font-size: 15px;
	}
	.action a {
		line-height: 27px;
		font-size: 13px;
		width: 55px;
	}
	.homeaside {
		width: 100%;
		padding-bottom: 10px;
	}
	.channels ul li {
		width: 50%;
	}
	.advertisement_banner {
		float: left;
		width: 32.66%;
		margin-right: 1%;
	}
	.advertisement_banner:last-child {
		margin-right: 0px;
	}
	.pagination ul li:nth-child(11),
	.pagination ul li:nth-child(10),
	.pagination ul li:nth-child(9) {
		display: none;
	}
	.footer_ads {
		margin-bottom: 5px;
	}
	.ads {
		margin-bottom: 2%;
		text-align: center;
	}
	.ads:nth-child(2n) {
		margin-right: 0;
	}
	.box p {
		font-size: 12px;
	}
	.time p,
	.box p {
		padding-left: 8px;
	}
	.views p,
	.stars ul {
		padding-right: 8px;
	}
	/*Video CSS*/
	.videoright {
		width: auto;
	}
	.advertisementblock {
		display: none;
	}
	.relatedblock .videoblock:nth-child(3n) {
		margin-right: 2%;
	}
	.relatedblock .videoblock:nth-child(2n) {
		margin-right: 0px;
	}
	.relatedblock .videoblock {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%
	}
	.description p span,
	.categories p span a,
	.submitted a,
	.graybox span {
		font-size: 13px;
	}
	.related_content {
		margin-bottom: 2%;
	}
}

  @media only screen and (max-width: 767px) {

  .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 screen and (min-width:1024px ){
	.joinError{ float: left; width: 45%; margin-left:10px; }
	.freeClaimed{ float: right; width:45%; }
}

/**
	Player Styles
**/

.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/editorial/76/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/editorial/76/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%;
  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;
}
#join-form.playerPage {
  overflow: hidden;
}
div#join-form[style="display: block;"] + img{
	display: none;
}

@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: #ffffff;
  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%;
}

#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: 6%;
    width: 90%;
  }
  .steps#step5 {
    font-size: 1.2em;
  }
}
@media (max-width:767px){
  .steps {
    font-size: 1.1em;
    margin-top: 4%;
    padding: 2em 1em;
    width: 95%;
  }
  #step5.steps {
    font-size: 0.9em;
    padding: 5%;
  }
  #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: 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 {
        margin-top: 1em !important;
        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 #01de39;
      color: #fff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.61);
      background: #01de39;
      background: -moz-linear-gradient(top, #01de39 0%, #04810d 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01de39), color-stop(100%, #04810d));
      background: -webkit-linear-gradient(top, #01de39 0%, #04810d 100%);
      background: -o-linear-gradient(top, #01de39 0%, #04810d 100%);
      background: -ms-linear-gradient(top, #01de39 0%, #04810d 100%);
      background: linear-gradient(to bottom, #01de39 0%, #04810d 100%);
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01de39', endColorstr='#04810d', GradientType=0);
      position: relative;
      z-index: 1;
    }
    .steps .button.btnJoin:hover {
       border-color: #01de39;
    }
    .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: #ffffff;
    font: bold 26px/1 Helvetica,Arial,sans-serif;
    margin-bottom: 2em;
    padding-bottom: 1.2em;
  }
  .steps .headline + p {
    color: #fff;
    font: bold 2em/1 Helvetica,Arial,sans-serif;
    letter-spacing: -0.5px;
    letter-spacing: -0.02em;
  }

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


#join-form{
	position: relative;
	z-index: 10;
}



@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: 1em;
  }
}
@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) {
  .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;
  }
}

body.ld-index.ld-banners-header .bodyarea,
body.ld-video.ld-banners-header .bodyarea{
	padding-top: 0;
}

body.ld-video.ld-banners-header .playVideo > .title{
	margin-top: 0;
}

body.ld-index.ld-banners-footer .pagination.footer,
body.ld-video.ld-banners-footer .pagination.footer{
	padding-bottom: 0;
}
