header, footer, aside, nav, article {
    display: block;
}

body {
	background: #fff url('default-background.png') left top repeat-x;
	font-size: 1.25em;
}

h1,h2 {
	margin-top: 0;
	margin-bottom: 0;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
  text-decoration: none;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.top-header {
	background-color: black;
	background-image: url('highlights-background.png');
	background-position: left top;
	background-repeat: repeat-x;
}

.highlights.container {
	color: #fff;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  	display: table;
  	table-layout: fixed;
  	padding: 0;
  	font-size: 1.2em;
}

.highlights li {
	display: table-cell;
  	width: 26%;
  	padding-left: 2%;
	background: url('ok-icon.png') left center no-repeat;	
	height: 52px;
  	line-height: 52px;
}

.highlights li:first-child {
	width: 16%;
}

.highlights li:nth-child(2) {
	width: 27%;
}

.highlights li:nth-child(3) {
	width: 32%;
}

.gallery.container {
	border-left: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
	background: #fff url('title-top-shadow.png') left top repeat-x;	
	padding: 0;
}

.video-player hgroup {
	background: url('private-logo.png') 25px 14px no-repeat;	
	padding-left: 400px;
	min-height: 61px;
}

.scene {
	background: url('title-bottom-shadow.png') left top repeat-x;	
	padding-top: 20px;
	margin-top: -5px;
}

.scene a {
	text-align: center;
}

.video-player h1 {
  padding: 15px 20px 0px 30px;
  font-size: 1.7em;
  font-family: 'Ubuntu', 'Helvetica', Arial, sans-serif;
  font-weight: bold;
}

.video-player h1 a {
	color: #333;
}

.video-player p {
	margin: 1em;
}

.play-button {
	position: absolute;
	top: 40%;
  	left: 42%;
}

.preview-scene {
	border: solid 1px #d5d5d5;
	margin: 7px;
}

.scene-models-list {
  padding: 5px 210px 0px 30px;
}

.scene-models-list li {
  display: inline-block;
  color: #e16d2a;
  padding-right: 0.3em;
}


.scene-models-list, .scene-models-list a {
  color: #e16d2a;
}

.scene-tags {
	position: relative;
	float: left;
	top: 20px;
	text-align: right;
	margin-left: 1em;
	margin-bottom: 20px;
}

.scene-tags li {
    /* display: inline-block; */
    margin: 0 12px 5px 0;
    float: left;
}

.scene-tags a::before {
    border-bottom: 14px solid transparent;
    border-left: 8px solid #e16d2a;
    border-top: 14px solid transparent;
    content: "";
    height: 0;
    right: -8px;
    position: absolute;
    top: 0;
    width: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.scene-tags a::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    right: -2px;
    position: absolute;
    top: 12px;
    width: 4px;
}

.scene-tags a {
  display: block;
  background-color: #e16d2a;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  color: #fff;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
}

.scene-tags a:hover {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    transform: rotate(-7deg) scale(1.1);
    z-index: 10;
}

.banner {
	margin: 0px -10px 10px -10px;
	position: relative;
}

.banner p {
	margin: 0;
	color: #e16d2a;
	font-size: 1.7em;
  	font-family: 'Ubuntu', 'Helvetica', Arial, sans-serif;
  	font-weight: bold;
  	text-align: center;
  	padding: 1em 0;
}

.banner.color p {
	background: #e16d2a;
	color: #fff;
}

.banner a {
	color: #e16d2a;
}

.banner.color a {
	color: #fff;
}

.banner.color span {
	display: block;
	background: url('banner-shadows.png') left top no-repeat;
	height: 8px;
}

.banner.color span:last-child {
	background-position: right bottom;
}

.thumbs-list li {
	margin-bottom: 1em;
}

.gallery-options a {
	background: #e16d2a url('options.png') left top no-repeat;
	display: block;
	width: 100%;
	height: 42px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 41px;
	padding-left: 40px;
}

.gallery-options li:first-child a {
	background-color: #4a4644;
	background-position: left -126px;
}

.gallery-options li:nth-child(3) a {
	background-position: left -42px;
}

.gallery-options li:nth-child(4) a {
	background-position: left -84px;
}

footer {
  text-align: center;
  color: #fff;
  padding: 25px 0;
  width: 100%;
  margin: 0px;
  background: #1e1e1e;
  background: -moz-linear-gradient(top, #1e1e1e 0%, #3b3b3b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#3b3b3b));
  background: -webkit-linear-gradient(top, #1e1e1e 0%,#3b3b3b 100%);
  background: -o-linear-gradient(top, #1e1e1e 0%,#3b3b3b 100%);
  background: -ms-linear-gradient(top, #1e1e1e 0%,#3b3b3b 100%);
  background: linear-gradient(to bottom , #1e1e1e 0%,#3b3b3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#3b3b3b',GradientType=0 );
  font-size: .9em;
}

footer .girl-decoration-footer {
  background-image: url('footer-private.png');
  display: block;
  height: 204px;
  text-indent: -9999px;
  margin-top: -50px;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 30;
  position: relative;
}

footer.container .col-md-3 p {
  font-size: 0.9em;
  padding-top: 50px;
  background-image: url("/images/logo-private.png");
  background-repeat: no-repeat;
  background-position: center 15px;
}

footer strong {
  display: block;
  margin-top: 12px;
  margin-bottom: 3px;
}

footer.container .col-md-9 strong {
  border-bottom: solid 1px #3A3A3A;
  text-align: left;
  font-size: 1.1em;
  color: #B8B8B8;
}

footer.container .col-md-9 .menu, footer.container .col-md-9 .info-footer {
  text-align: left;
  padding-bottom: 20px;
}

.footer-list li {
  display: inline;
}

footer.container .col-md-9 .menu li, footer.container .col-md-9 .info-footer li {
  display: inline-block;
  padding-right: 20px;
  text-transform: capitalize;
  padding-top: 5px;
  font-size: 1em;
}

footer a {
  color: #fff;
}

p.biller-agent a {
  color: #BDBDBD;
}

footer.container .col-md-9 .menu li a, footer.container .col-md-9 .info-footer li a {
  display: inline-block;
  padding-right: 20px;
  text-transform: capitalize;
  padding-top: 5px;
  font-size: 1em!important;
  border-right: none!important;
}

footer .description.row {
  padding-top: 20px;
}

.description p {
  text-align: left;
  font-size: 0.9em;
  color: #ccc;
}

footer .rta.col-md-6, footer .social {
  padding-top: 10px;
}

.rta-logo {
  display: block;
  background: url('rta-logo.png');
  background-repeat: no-repeat;
  width: 96px;
  margin: auto;
  height: 47px;
  text-indent: -9999px;
}

footer .col-md-6 .rta-logo {
  text-align: left;
  margin: 0px;
  padding: 0px;
  margin-left: -15px;
}

p.biller-agent {
  text-align: left;
  margin-left: -15px;
  display: block;
}

footer .col-md-9 .description-subscription h2 {
  font-family: 'Ubuntu', 'Helvetica', Arial, sans-serif;
  font-size: 1.2em;
  color: #fff;
  padding-top: 0px;
  margin-top: 0px;
  border-bottom: none;
  padding-bottom: 10px;
  font-weight: bold;
}

.description-subscription input.form-control {
  width: 70%;
  float: left;
}

.description-subscription .btn.btn-default {
  width: 25%;
  background-color: #000;
  background-image: none;
  color: #fff;
  text-shadow: none;
  font-size: 1.2em;
  font-family: 'Ubuntu', 'Helvetica', Arial, sans-serif;
  font-weight: bold;
  border-color: #000;
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.09);
}

footer .social small {
  float: left;
  font-family: 'Ubuntu', 'Helvetica', Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  width: 150px;
  text-align: right;
  line-height: 1.2em;
}

.social ul {
  text-align: right;
}

footer .social li {
  display: inline-block;
}

.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('sprite-minilogos.png');
}

.logos-sites-list a span, .social .social-icon span {
  display: none;
}

.facebook-icon {
  background-position: -250px -140px;
}

.youtube-icon {
  background-position: -450px -140px;
}

.twitter-icon {
  background-position: -410px -140px;
}

.tumblr-icon {
  background-position: -330px -140px;
}

.instagram-icon {
  background-position: -290px -140px;
}

footer a.acces-members {
  font-size: 0.9em;
  text-transform: none;
  font-weight: normal;
  background-color: #111;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 14px #707070;
  float: right;
  margin-right: 30px;
  z-index: 20;
  bottom: 28px;
  right: 0px;
  position: relative;
  margin-bottom: -30px;
}

footer.container.public .join-now {
  background: #ffba4c;
  background: -moz-linear-gradient(top, #ffba4c 0%, #e55c10 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffba4c), color-stop(100%,#e55c10));
  background: -webkit-linear-gradient(top, #ffba4c 0%,#e55c10 100%);
  background: -o-linear-gradient(top, #ffba4c 0%,#e55c10 100%);
  background: -ms-linear-gradient(top, #ffba4c 0%,#e55c10 100%);
  background: linear-gradient(to bottom, #ffba4c 0%,#e55c10 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba4c', endColorstr='#e55c10',GradientType=0 );
  display: block;
  padding: 10px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.44), 0px 0px 5px rgba(255, 255, 255, 0.09);
  font-family: 'Ubuntu', 'Helvetica', Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 0px 1px 3px #000;
}

footer.container .col-md-3 p {
  font-size: 0.9em;
  padding-top: 50px;
  background-image: url('logo-private.png');
  background-repeat: no-repeat;
  background-position: center 15px;
}
@media (max-width: 1199px) {
	.highlights li:first-child {
  		width: 28%;
	}
	.highlights li:nth-child(2) {
  		width: 42%;
	}
	.highlights li:nth-child(3) {
		display: none;
	}
	.highlights li {
  		padding-left: 25px;
  		width: 31%;
  		height: 52px;
  		font-size: 1.2em;
	}
	.play-button {
		top: 35%;
	}
}

@media (max-width: 995px) {
	.container {
  		width: 730px;
	}
	.scene-models-list a {
  		font-size: 1.2em;
	}
	.video-player hgroup {
  		background: url('private-logo.png') 25px 14px no-repeat;
  		padding-left: 275px;
  		background-size: 250px;
	}
	.highlights li {
  		font-size: 1em;
  		width: 35%;
	}
	.highlights li:first-child {
  		width: 24%;
	}
	.highlights li:nth-child(2) {
  		width: 40%;
	}
	.play-button {
		top: 29%;
		left: 38%;
	}
}

@media (max-width: 985px) {
	.play-button {
		top: 23%;
		left: 33%;
	}
}

@media (min-width: 768px) {
	
	.video-player p {
  		margin: 0.5em 1em;
  		font-size: 1.2em;
  		line-height: 1.3em;
	}
	
	.scene-tags {
		top: 0;
	}
	
	.scene-tags {
		padding: 0 8px;
	}
}

@media (max-width: 992px) {
	.gallery-options li:nth-child(3) {
		display: none;
	}
}

@media (max-width: 768px) {
	.container {
  		width: 600px;
	}
	.highlights li {
  		font-size: .8em;
	}
	.video-player hgroup {
  		padding-left: 215px;
  		background-size: 200px;
	}
	.video-player h1 {
		font-size: 1.5em;
		padding: 15px 10px 0px 30px;
	}
	.video-player p {
		font-size: 1.2em;
  		margin-bottom: 0;
	}
	.banner p {
		font-size: 1.4em;
	}
	.list-inline>li {
		padding-right: 15px;
	}
	.gallery-options li:nth-child(3) {
		display: block;
	}
	.thumbs-list .img-responsive {
		width: 100%;
	}		
}	

@media (max-width: 620px) {
	body {
		background-position: left -52px;
	}
	.container {
  		width: 450px;
	}
	.video-player hgroup {
		padding-left: 0;
		padding-top: 30px;
		background: url('private-logo.png') center 10px no-repeat;
		background-size: 200px;
	}
	.highlights.container {
		display: none;
	}
	.scene-tags a {
		font-size: 1.2em;
	}
	.thumbs-list .col-xs-6 {
		width: 100%;
	}
	.banner {
  		margin: 10px;
	}
	.banner.color {
  		margin: 0px -10px 10px -10px;
	}
	footer .social small {
		display: none;
	}
	.social ul {
		text-align: center;
	}
	footer .social {
  		padding-bottom: 20px;
	}
	footer a.acces-members {
		float: none;
		bottom: 0;
		margin-right: 0;
	}
	footer .col-md-6 .rta-logo {
		margin: 10px 10px 10px 135px;
	}
	p.biller-agent {
		text-align: center;
  		margin-left:0;
	}
	.play-button {
		top: 25%;
		left: 35%;
	}
}
@media (max-width: 400px) {
	.container {
  		width: 370px;
	}
	footer .col-md-6 .rta-logo {
  		margin: 10px 10px 10px 95px;
	}
	footer.container .col-md-9 .menu li a, footer.container .col-md-9 .info-footer li a {
		font-size: 1.3em!important;
	}
	.play-button {
		top: 21%;
		left: 31%;
	}
}
@media (max-width: 320px) {
	.container {
  		width: 320px;
	}
	footer .col-md-6 .rta-logo {
  		margin: 10px 10px 10px 55px;
	}
	.description-subscription .email.form-control, .description-subscription .btn.btn-default {
		width: 100%;
		margin-bottom: 10px;
	}
	footer .social {
		padding: 0;
		padding-bottom: 20px;
	}
	.scene-models-list {
  		padding: 5px 0 0px 30px;
	}
	.gallery-options a {
		font-size: 1.2em;
	}
	.play-button {
		top: 19%;
		left: 27%;
	}
}