/* Body!!!! */
body, html {
	background-color: #0f0f0f;
}
body {
	color: #0f0f0f;
	font: normal 16px/1.4em 'Montserrat', Arial, sans-serif;
}
body.fancybox-active {
	overflow-y: hidden !important;
}

/* Typography */
p {
	margin-bottom: 30px;
}
a {
	color: #0f0f0f;
}
	a:hover {
		color: #1d9dd8;
		text-decoration: none;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	font-weight: 400;
	line-height: 1.2em;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4, .feed-header {
	font-size: 23px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 17px;
}
	h1, h2, h3 {
		font-weight: 600;
	}
	h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
		font-weight: 700;
	}
ul, ol {
	margin-bottom: 30px;
}
	ul li, ol li {
		margin-bottom: 5px;
	}
a, button, .button, input, select, textarea, .fab, .far, .watch-button span {
	transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	-ms-transition: all 0.2s ease-out !important;
	-o-transition: all 0.2s ease-out !important;
	-webkit-transition: all 0.2s ease-out !important;
}
input, input:focus, select, select:focus, button, button:focus, textarea, textarea:focus {
	border: none;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	outline: none !important;
}

/* Important Classes and Styles */
img {
	max-width: 100%;
	height: auto;
	transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.bg-dark {
	background-color: #0f0f0f !important;
}
.border7 {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.button {
	display: inline-block;
	padding: 12px 30px;
	background: #e7e7e7;
	color: #0f0f0f;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	text-decoration: none;
}
	.button:hover {
		color: #0f0f0f;
		background-color: #f2f2f2;
	}
	.button span {
		display: block;
		margin-top: 1px;
		font-weight: normal;
	}
		.button .small {
			font-size: 13px;
		}
	.button .fa {
		margin-right: 3px;
	}
.button-black {
	background-color: #0f0f0f !important;
	border: none;
	color: #fff !important;
	text-transform: uppercase;
}
	.button-black:hover {
		background-color: #333 !important;
		color: #fff !important;
	}
.button-blue {
	background-color: #1d9dd8 !important;
	border: none;
	color: #fff !important;
	text-transform: uppercase;
}
	.button-blue:hover {
		background-color: #20aaea !important;
		color: #fff !important;
	}
.button-yellow {
	background-color: #ffcc33 !important;
}
	.button-yellow:hover {
		background-color: #e4b62e !important;
	}
.button.full {
	width: 100%;
	text-align: center;
}
.button.large {
	padding: 25px 75px;
	font-size: 30px;
}
.clear {
	clear: both;
}
.col {
	min-width: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.container {
	max-width: 1440px;
}
.font-gray {
	color: #8a8a8a;
}
.font-red {
	color: #fd063a;
}
.form-control {
	border: none;
}
.hidden, .show-tablet, .show-900, .show-phone, .show-mobile, .show-mobile-inline, .more-show {
	display: none;
}
.show-desktop-inline {
	display: inline;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.upper {
	text-transform: uppercase;
}

/* Page */
#page {
	position: relative;
}
	#page.preload {
		visibility: hidden;
	}
#shadow-overlay {
	display: none;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
}

/* Header */
.scrolled #header {
    box-shadow: 0 6px 6px -6px rgba(15, 15, 15, 0.5);
 	-moz-box-shadow: 0 6px 6px -6px rgba(15, 15, 15, 0.5);
	-webkit-box-shadow: 0 6px 6px -6px rgba(15, 15, 15, 0.5);
}
.navbar {
	padding: 10px 0;
}
#logo {
	padding: 5px 0;
	margin: 0 0 0 20px;
}
	#logo .navbar-brand {
		padding: 0;
		margin: 0;
	}
	.navbar-brand img {
		width: auto;
		height: 38px;
	}
	.text-center .navbar-brand {
		margin-left: auto;
		margin-right: auto;
	}
.search-form {
	position: relative;
}
	.search-form input {
		padding: 6px 6px 6px 36px;
		background-color: #e7e7e7;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		color: #606060;
	}
	.search-form input:focus {
		background-color: #fff;
	}
	.search-form button {
		position: absolute;
		top: 7px;
		left: 5px;
		background: none !important;
		border: none !important;
		color: #606060;
		cursor: pointer;
	}
	.search-form button:hover {
		color: #999;
	}
	#header .navbar-text a {
		display: inline-block;
		margin-left: 15px;
	}
	#header .fab, #header .fa {
		color: #616161;
		cursor: pointer;
		font-size: 18px;
	}
	#header .fab:hover, #header .fa:hover {
		color: #fff;
	}
	#header-form .fa {
		color: #616161 !important;
	}
.search-links {
	width: 116%;
	padding: 20px 20px 20px 65px;
	margin-top: 2px;
	background-color: #fff;
	border-top: 1px solid #0f0f0f;
	box-sizing: border-box;
	overflow: hidden;
}
.search-links-header {
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
	.search-links ul {
		list-style: none;
		padding: 0 0 0 15px;
		margin: 0;
	}
	.search-links li {
		display: block;
		max-width: 300px;
		margin-bottom: 5px;
	}
	.search-links .result-type {
		float: right;
		color: #999;
	}
	.search-links li:after {
		clear: both !important;
	}
	.search-links a {
		display: block;
	}

/* Nav */
.nav-item {
	margin-left: 20px;
	text-transform: uppercase;
}
	.navbar ul .nav-item:first-child {
		margin-left: 0;
	}
.nav-link {
	padding: 10px !important;
	color: #fff !important;
	font-size: 18px !important;
	line-height: 1em !important;
}
	.nav-link:hover, .nav-item.active a {
		color: #1d9dd8 !important;
	}
	.nav-item .button:hover, .nav-item.active .button {
		color: #fff !important;
	}

/* Carousel (#banner) */
#banner-nav {
	position: relative;
	padding-bottom: 47px;
}
.carousel-caption {
	width: 100%;
	bottom: 0;
	left: 0;
	right: auto;
	padding: 80px 0 40px;
	text-align: left;
	/* Gradient */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
}
	.carousel-caption .actors {
		margin-bottom: 5px;
		text-transform: uppercase;
	}
	.carousel-caption .title {
		margin-bottom: 15px;
		font-size: 42px;
	}
	.carousel-caption .actors, .carousel-caption .title, .banner-headline {
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
	}
.carousel-control-next, .carousel-control-prev {
	width: auto !important;
	bottom: auto;
	top: 50%;
	margin-top: -27px;
	padding: 15px 5px;
	background: rgba(0, 0, 0, 0.3);
	opacity: 1;
}
	.carousel-control-next:hover, .carousel-control-prev:hover {
		background: rgba(0, 0, 0, 0.6);
		opacity: 1;
	}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 24px;
	height: 24px;
}
.banner-headline {
	position: absolute;
	width: 30%;
    top: 50%;
	left: 0;
	padding-left: 75px;
	margin-bottom: 0;
	font-size: 30px;
    transform: translateY(-50%);
}

/* #main-nav */
#main-nav, #main-nav ul {
	width: 100%;
	height: 47px;
	padding: 0;
  	align-items: center;
  	overflow: hidden;
	text-align: center;
}
#main-nav {
	position: absolute;
	bottom: 0;
	left: 0;
}
	#main-nav .nav-item {
		width: 16.66% !important;
		margin: 0 !important;
	}
		#main-nav .nav-item a {
			display: block;
			padding: 10px !important;
		}
		#main-nav .nav-item .button {
			padding-bottom: 15px !important;
			padding-top: 15px !important;
		}
		#main-nav .active .nav-link {
			color: #1d9dd8;
		}

/* #content */
#content {
	background-color: #fff;
}
.inner {
	padding: 30px 30px 0;
}
	#content .inner:last-child {
		padding-bottom: 30px;
	}
		#content .inner:last-child p:last-child {
			margin-bottom: 30px;
		}
	.inner.no-top {
		padding-top: 0 !important;
	}

/* #age-verification */
.home-popup, .home-popup .fancybox-content {
	background: #0f0f0f !important;
	color: #fff !important;
}
.home-popup.fancybox-is-open .fancybox-bg {
	opacity: 0 !important;
}
.verification-inner {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}
	.verification-inner img {
		display: block;
		margin-bottom: 30px;
	}
	.verification-inner p {
		font-size: 18px;
	}
	.verification-inner .terms {
		height: 120px;
		margin: 30px 30px 15px;
		padding: 15px;
		background-color: #333;
		color: #fff;
		overflow-y: auto;
		text-align: left;
	}
	.verification-inner .terms p {
		margin: 0 0 15px;
		font-size: 14px;
	}
	.verification-inner .terms p:last-child, .verification-inner p:last-child {
		margin-bottom: 0;
	}
	.verification-inner .button {
		margin: 15px 15px 0;
		font-size: 16px;
		text-transform: uppercase;
	}

/* Scenes */
.feed-header {
	margin-bottom: 15px;
}
	.feed-header .button {
		margin: -6px 0 22px;
	}
.scenes {
	margin-bottom: 30px;
}
.scene {
	margin-bottom: 45px;
}
.scene-thumbnail {
	position: relative;
	margin-bottom: 20px;
	background-color: #0f0f0f;
}
	.scene-thumbnail img {
		width: 100%;
	}
	.scene-thumbnail span {
		position: absolute;
		display: inline-block;
		right: 10px;
		font-weight: 600;
		line-height: 1em;
	}
	.scene-thumbnail .quality {
		top: 10px;
		padding: 8px 12px;
		background-color: #000;
		color: #ffcc00;
		font-size: 22px;
	}
	.scene-thumbnail .duration {
		bottom: 10px;
		padding: 5px;
		background: rgba(20, 20, 20, 0.85);
		color: #fff;
	}
	.scene p:last-child {
		margin-bottom: 0;
	}
.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #0f0f0f;
	background: rgba(15, 15, 15, .5);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #fff;
}
	.scene-thumbnail .play-button {
		visibility: hidden;
		width: 80px;
		height: 80px;
		padding: 20px 25px;
		margin: -45px 0 0 -45px;
		font-size: 40px;
		line-height: 1em;
	}
	.scene-thumbnail a {
		display: block;
	}
	.scene-thumbnail a:hover img {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
		.scene-thumbnail a:hover .play-button {
			visibility: visible;
		}
.scene-name {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
}
	.scene-name span {
		display: block;
		margin-bottom: 3px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
.scene-date, .scene-info, .scene-duration {
	position: relative;
	display: inline-block;
	top: 2px;
	margin-right: 5px;
	color: #8a8a8a;
	font-size: 17px;
	font-weight: 600;
	line-height: 1em;
}
.scene-meta {
	margin-top: 15px;
	vertical-align: middle;
}
	.scene-meta .meta {
		display: inline-block;
		padding: 4px;
		margin-left: 3px;
		background-color: #dedede;
		color: #333;
		font-size: 13px;
		line-height: 1em;
		text-transform: uppercase;
	}
	.scene-meta .meta:hover {
		background-color: #eee;
	}
	.scene-meta .meta-new {
		background-color: #ff0000 !important;
		color: #fff;
	}
	.scene-meta a.meta:hover {
		background-color: #0f0f0f;
		color: #fff;
	}
	.scene-meta + .scene-meta {
		margin-top: -25px;
	}
.scene-synopsis {
	margin-top: 20px;
}
.scene-rating {
	position: relative;
	display: inline-block;
	top: 2px;
	margin-left: 5px;
	font-weight: 600;
}
	.scene-rating .fa-star {
		position: relative;
		top: -1px;
		color: #ff9900;
		font-size: 13px;
		line-height: 1em;
	}

/* Sorting */
.feed-sort {
	clear: both !important;
}
.feed-sort, .feed-subhead {
	display: block;
	margin: -3px 0 30px;
	color: #8a8a8a;
}
	.feed-sort .dropdown {
		display: inline-block;
	}
	.feed-sort .dropdown-toggle {
		color: #8a8a8a;
		font-weight: bold;
	}

/* Category Filters */
.category-filters {
	padding: 29px 30px 15px;
	border-top: 1px solid #999;
	color: #fff;
}
	.category-filters .feed-subhead {
		color: #fff;
	}
	.category-filters .dark-dropdown {
		display: inline-block;
		min-width: 300px;
		margin: 0 45px 15px 0;
	}
.reset-button {
	padding: 10px;
	background: none;
	border: none;
	color: #e8e8e8;
	cursor: pointer;
}
	.reset-button:hover {
		color: #fff;
	}

/* Category - Main */
.category-lists {
	margin: 15px 30px 30px;
}
	.category-lists ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

/* CTA banner */
.cta-banner {
	margin-bottom: 30px;
}

/* Pornstars - Main */
.alphabetical {
	font-size: 0;
	text-align: justify;
}
	.alphabetical a {
		display: inline-block;
		padding: 8px 10px;
		margin-right: 10px;
		background-color: #eaeaea;
		color: #333;
		font-size: 14px;
		font-weight: 600;
		line-height: 1em;
		text-transform: uppercase;
	}
	.alphabetical a:last-child {
		margin-right: 0;
	}
	.alphabetical a:hover, .alphabetical .active {
		background-color: #333;
		color: #eaeaea;
	}
	.alphabetical:after {
	    content: '';
	    display: inline-block;
	    width: 100%;
	}
	.dark-dropdown {
		position: relative;
		min-width: 100%;
		display: inline;
	}
	.dark-dropdown:after {
		position: absolute;
		content: "\25BE";
		padding: 9px 10px;
		pointer-events: none;
	    top: 1px;
	    right: 0;
	    background: #4d4d4d;
	    border-left: 1px solid #0f0f0f;
	    color: #e8e8e8;
	    font-size: 24px;
	    line-height: 1em;
	}
	.dark-dropdown select {
		display: block;
		width: 100%;
		padding: 10px;
	    appearance: none;
	    -moz-appearance: none;
	    -webkit-appearance: none;
		background: #333 !important;
		border: 1px solid #0f0f0f !important;
		box-sizing: border-box;
		color: #e8e8e8 !important;
		font-weight: 600 !important;
	}
	.dark-dropdown select::-ms-expand {
	    display: none;
	}

/* Pornstars - Feed */
.pornstars, .pornstar {
	margin-bottom: 30px;
}
.pornstar-thumbnail {
	margin-bottom: 10px;
	background-color: #0f0f0f;
}
	.pornstar-thumbnail a:hover img {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
.pornstar-name {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
}
	.pornstar .pornstar-name {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
.pornstar-videos {
	color: #8a8a8a;
	font-weight: 600;
}
	.pornstar p:last-child {
		margin-bottom: 0;
	}

/* Pornstar - Single */
.pornstar-categories {

}
	.pornstar-categories strong {
		display: block;
		color: #8a8a8a;
	}
.watch-videos {
	padding: 45px;
	background-color: #0f0f0f;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
	.watch-videos h2 {
		font-weight: normal;
	}
.watch-button {
	display: table;
	margin: 30px auto 0;
	background-color: #1d9dd8;
}
	.watch-button span {
		display: table-cell;
		height: 56px;
		padding: 6px;
	}
	.watch-button .play-left {
		background-color: #0073a8;
	}
	.watch-button .play-left em {
		width: 42px;
		height: 44px;
		padding: 13px 14px;
		background-color: #005075;
		border-radius: 100%;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		color: #fff;
		font-size: 20px;
	}
	.watch-button .text-right {
		padding: 0 30px;
		color: #fff;
		font-size: 26px;
		font-weight: 600;
		line-height: 1em;
		vertical-align: middle;
	}
	.watch-button:hover span {
		background-color: #0073a8;
	}
		.watch-button.large span {
			height: 66px;
			padding: 12px;
		}
		.watch-button.large .play-left em {
			width: 52px;
			height: 54px;
			padding: 16px 17px;
			background-color: #005075;
			border-radius: 100%;
			-moz-border-radius: 100%;
			-webkit-border-radius: 100%;
			color: #fff;
			font-size: 24px;
		}
		.watch-button.large .text-right {
			padding: 0 30px;
			color: #fff;
			font-size: 32px;
			font-weight: 600;
			line-height: 1em;
			vertical-align: middle;
		}

/* Video Page */
.video-gallery {
    padding: 0 5px 0 0;
    margin-top: 0 !important;
}
#video-player {
	position: relative;
	background-color: #fff;
}
	#video-player .video-image {
		display: block;
		width: 100%;
	}
	#video-player .shadow {
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.45)));
	    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
	    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
	    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
	    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
	}
		#video-player:hover .video-image {
			opacity: 0.9;
			filter: alpha(opacity=90);
		}
	#video-player .play-button {
		width: 120px;
		height: 120px;
		padding: 30px 40px;
		margin: -60px 0 0 -60px;
		font-size: 60px;
		line-height: 1em;
	}
	#video-player .icons {
		position: absolute;
		z-index: 4;
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 30px 0;
		font-size: 0;
		text-align: center;
	}
	#video-player .icon {
		display: inline !important;
		margin: 0 25px;
		vertical-align: top;
	}
		#video-player .icon img {
			height: 50px;
			cursor: pointer;
		}
#gallery {
	margin-top: 2px;
	font-size: 0;
}
	#gallery .row {
		margin: 0;
	}
	#gallery .thumbnail {
		position: relative;
		height: 150px;
		padding: 0;
		margin: 0 0 0 3px !important;
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#gallery .thumbnail:first-child {
		max-width: 9.75% !important;
		margin-left: 0 !important;
	}
		#gallery .thumbnail a {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			color: #fff;
			text-align: center;
			font-size: 0;
		}
		#gallery .thumbnail em {
			display: none;
			margin-top: 54px;
			font-size: 31px;
			line-height: 1em;
		}
		#gallery .thumbnail a:hover {
			background: rgba(0, 0, 0, 0.5);
		}
			#gallery .thumbnail a:hover em {
				display: block;
			}
	#gallery .overlay-link {
		background: rgba(15, 15, 15, 0.5);
	}
		#gallery .overlay-link span {
			position: relative;
			display: block;
			width: 100%;
			top: 50%;
			padding: 20px;
			font-size: 22px;
			line-height: 1.4em;
	    	transform: translateY(-50%);
		}
	#gallery .overlay-link:hover {
		background: rgba(15, 15, 15, 0.7);
	}
.join-button {
	margin: 30px 0 10px;
	text-align: center;
}
	.join-button .button {
		display: block;
		padding: 20px 30px;
		font-size: 20px;
	}
	.join-button p {
		margin-bottom: 0;
	}
.payment-options {
	flex: 1;
	padding: 15px;
    margin-top: 0 !important;
	background: #f4f4f4;
	text-align: center;
}
.payment-header {
	margin-bottom: 20px;
}
.payment-button {
	position: relative;
    display: flex;
	display: -webkit-flex;
	width: 100%;
	max-width: 100%;
	height: 70px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 600;
}
	.payment-button.full {
		padding-right: 0;
		background-color: #1d9dd8;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		text-align: left;
	}
	.payment-button .label {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		flex: 0 0 50%;
		max-width: 50%;
		height: 70px;
		padding: 0 10px;
		background-color: #1d9dd8;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-bottomleft: 6px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		color: #fff !important;
		font-size: 17px;
		vertical-align: middle;
	}
		.payment-button .label img {
			display: inline-block;
			width: auto;
			max-height: 50px;
			margin-right: 15px;
		}
		.payment-button.full .label {
			justify-content: flex-start;
			-webkit-justify-content: flex-start;
			min-width: 100%;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
		}
		.payment-button.full .label .left {
			float: left;
		}
		.payment-button.full .label .label-text {
			display: inline-block;
			margin: 3px 0 0 10px;
		}
		.payment-button.full .label .paypal-label {
			margin-left: 20px;
			text-align: center;
		}
	.payment-button .arrow {
		flex: 0 0 10%;
		max-width: 23px;
		height: 70px;
		background-color: #1d9dd8;
		overflow: hidden;
		text-align: right;
	}
		.payment-button .arrow img {
			position: relative;
			width: auto !important;
			height: 70px !important;
			left: 1px;
		}
	.payment-button:hover .label, .payment-button:hover .arrow {
		background-color: #1986b8;
		color: #fff !important;
	}
	.payment-button .right {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		flex: 0 0 42%;
		max-width: 42%;
		height: 70px;
		padding-right: 10px;
		background-color: #ffcc33;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
		-moz-border-radius-topright: 6px;
		-moz-border-radius-bottomright: 6px;
		-webkit-border-top-right-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		box-sizing: border-box;
	}
	.payment-button .price {
		color: #0f0f0f;
		font-size: 28px;
		font-weight: bold;
	}
	.payment-button .price-details {
		font-size: 13px;
		font-weight: 600;
	}
	.payment-button.yearly .label, .payment-button.yearly .arrow {
		background-color: #3a881f;
		color: #fff !important;
	}
	.payment-button.yearly:hover .label, .payment-button.yearly:hover .arrow {
		background-color: #2e6d19 !important;
		color: #fff !important;
	}
	.payment-button.yearly .price {
		position: relative;
		top: 4px;
	}
.small {
	font-size: 11px;
}
	.payment-options p {
		font-size: 13px;
		line-height: 1.3em;
	}
.more-click {
	cursor: pointer;
}

/* #cta-lightbox */
#cta-lightbox {
	max-width: 700px;
	padding: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.photos-popup {
	max-width: 700px !important;
	width: 700px;
	padding: 100px;
	background: rgba(15, 15, 15, 0.75);
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
.popup-header {
	font-size: 50px;
	line-height: 1.3em;
}
.fancybox-close-small svg {
	color: #fff;
}
.fancybox-navigation .fancybox-button {
	width: 56px;
	height: 56px;
	margin-top: -28px;
}

/* Series */
.series-banner {
	display: block;
	margin-bottom: 30px;
}
.series .row {
	margin-bottom: 60px;
	align-items: center;
}
.series-logo {
	padding-right: 45px;
}
.series p:last-child {
	margin-bottom: 0;
}
.series-logo-single {
	max-width: 350px;
	margin-bottom: 15px;
}
.series-headline {
	margin-bottom: 3px;
	font-size: 115%;
	font-weight: 600;
}
.series-subhead {
	font-weight: 600;
}
.series-description {
	margin-bottom: 60px;
}

/* 404 */
#wrapper-404 {
	max-width: 1000px;
	min-height: 600px;
	margin: 20px auto -30px;
	background-image: url(https://images.naughtycdn.com/public/703/richard/img/bg-404.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
}
	#wrapper-404 h1 {
		margin: 60px 0 15px;
		font-size: 140px;
		font-weight: bold;
		line-height: 1em;
	}

/* Pagination */
.pagination {
	margin-bottom: 30px;
}
	.pagination, .page-item:last-child .page-link, .page-item:first-child .page-link {	
		border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
	}
	.pagination .page-link {
		padding: 6px 12px !important;
		margin-left: 10px;
		border: none;
		color: #333;
		font-size: 20px !important;
		line-height: 1em;
	}
	.pagination .page-link:hover, .pagination .active .page-link {
		background-color: #333 !important;
		color: #fff;
	}
	.pagination .arrows a {
		padding: 2px 12px 6px !important;
		background-color: #eee !important;
		font-size: 24px !important;
		line-height: 1em !important;
	}
		.pagination .arrows a:hover {
			background-color: #333 !important;
			color: #fff !important;
		}
		.pagination .disabled .page-link {
			color: #c1c1c1 !important;
		}

/* Search */
.search-bar {
	max-width: 800px;
	margin: 0 auto 30px;
}
	.search-bar input {
		padding: 15px 15px 15px 55px;
		border: none;
		font-size: 20px;
		line-height: 1em;
	}
	.search-bar button {
		top: 13px;
		font-size: 24px;
	}
.no-results {
	margin-bottom: 30px;
}
.indented {
	margin: -25px 30px 60px;
	line-height: 1.6em;
}
	.indented a {
		text-decoration: underline;
	}
	.indented a:hover {
		text-decoration: none;
	}

/* Countdown */
.countdown {
	padding: 30px;
	margin-bottom: 30px;
	background: #999;
	background-size: cover;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	text-align: center;
}
.countdown-header {
	margin-bottom: 30px;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.2em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.countdown-numbers {
	font-size: 0;
}
.countdown-number {
	display: inline-block;
	width: 200px;
	padding: 15px 10px 30px;
	background-color: #4c4c4c;
	background: rgba(0, 0, 0, 0.5);
	font-size: 36px;
	font-weight: 700;
	line-height: 1em;
}
	.countdown-number span {
		display: block;
		font-size: 130px;
		line-height: 1em;
	}
	.countdown-number.hours {
		margin-left: 100px;
		margin-right: 100px;
	}

/* Login */
#login-area {
	max-width: 880px;
	margin: 20px auto 0;
}
.login-model {
	float: left;
	width: 420px;
	margin-right: 20px;
	margin-top: 20px;
}
.join-text {
	margin: -10px 0 30px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.login-form {
	float: right;
	width: 438px;
	padding: 25px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}
	.login-form h4 {
		margin-bottom: 20px;
	}
	.login-form .form-control {
		background-color: #e8e8e8 !important;
	}
	.login-form .form-control:focus {
		background-color: #efefef !important;
	}
.forgot-password {
	font-size: 14px;
}
	.forgot-password strong {
		display: block;
		margin-bottom: 3px;
		font-size: 16px;
	}
	.forgot-password a, .join-text a {
		color: #1678e5;
	}
	.forgot-password a:hover, .join-text a:hover {
		color: #0f0f0f;
	}
.upgrade-message {
	margin: 0 !important;
	font-size: 11px;
	line-height: 1.4em;
}
.form-control {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
.form-group {
	margin-bottom: 1.25rem;
}
	form label {
		margin-bottom: .25rem;
	}

/* Join */
.step-header {
	margin-bottom: 30px;
	color: #fff;
	font-size: 20px;
}
.subscriptions {
	margin-left: -1%;
	margin-right: -1%;
}
.subscription-col {
	flex: 0 0 31.33%;
	max-width: 31.33% ;
	padding: 0 !important;
	margin-bottom: 30px;
	margin-left: 1%;
	margin-right: 1%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.subscription-trial {
	background-image: url(/images/premium/stvr/tour/join/pre-join_photo_01.jpg);
}
.subscription-month {
	background-image: url(/images/premium/stvr/tour/join/pre-join_photo_02.jpg);
}
.subscription-year {
	background-image: url(/images/premium/stvr/tour/join/pre-join_photo_03.jpg);
}
.subscription-image {
	position: relative;
}
.subscription-deal {
	position: absolute;
	width: 100%;
	top: -34px;
	left: 0;
	text-align: center;
}
	.subscription-deal h6 {
		width: 88%;
		padding: 7px;
		margin: 0 auto;
		background-color: #4097f9;
		color: #fff;
		font-size: 17px;
		font-weight: bold;
	}
.subscription-info {
	position: relative;
	padding: 30px;
	margin-top: 270px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	color: #333;
	text-align: center;
}
.subscription-name {
	margin-bottom: 15px;
	font-weight: bold;
}
.subscription-benefits {
	padding: 0;
	margin-bottom: 30px;
	list-style: none;
}
.subscription-price {
	margin-bottom: 50px;
	font-size: 120%;
}
.subscription-note {
	display: block;
	margin: 2px 0 -24px;
	color: #999;
	font-size: 13px;
}
.more-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	font-size: 22px;
	transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-webkit-transition: transform 0.3;
}
	.more-toggle.rotate {
		transform: rotate(-180deg);
	}
.subscription-button {
	margin-bottom: 0 !important;
}
	.subscription-button .button {
		padding: 20px 50px;
		font-size: 18px;
		line-height: 1em;
		text-transform: uppercase;
	}
.payment-methods {
	margin-bottom: 60px;
	align-items: center;
	color: #fff;
	justify-content: center;
	text-align: center;
}
	.payment-methods input, .payment-methods label, .payment-methods img {
		display: inline-block;
	}
	.payment-methods label {
		padding-left: 8px;
		cursor: pointer;
	}
	.payment-methods img {
		margin-left: 8px;
	}
	.payment-methods .payment-credit-cards {
		max-height: 24px;
	}
	.payment-methods .payment-amex {
		max-height: 36px;
	}
	.payment-methods .payment-paypal {
		max-height: 20px;
	}
	.payment-methods p {
		margin-bottom: 0 !important;
	}
.payment-logos {
	font-size: 0;
	text-align: right;
}
	.payment-logos img {
		display: inline-block;
		max-width: 10.66%;
		margin-left: 6%;
	}
	.payment-logos .paypal {
		max-width: 16.66%;
		margin-left: 0;
	}
.payment-alternatives {
	max-width: 1000px;
	margin: 30px auto;
	padding: 30px;
	background-color: #333;
	color: #fff;
	text-align: center;
}
	.payment-alternatives p {
		margin-bottom: 0 !important;
	}
	.payment-alternatives .col-12 {
		padding: 0 0 20px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.payment-alternatives .col-4 {
		padding: 0 10px;
		margin-bottom: 0;
	}
	.payment-alternatives img {
		width: auto;
		max-height: 30px;
		margin-right: 10px;
	}
	.payment-alternatives h5 {
		margin-bottom: 0;
	}
	.payment-alternatives img, .payment-alternatives h5 {
		display: inline-block;
		vertical-align: top;
	}
	.payment-alternatives a {
		color: #fff;
	}
	.payment-alternatives a:hover {
		color: #efcc08;
	}
		.payment-alternatives a span {
			text-decoration: underline;
		}
		.payment-alternatives a:hover span {
			text-decoration: none;
		}
.payment-gift-cards {
	text-align: left;
}
.payment-check {
	text-align: right;
}
.secure-row {
	width: 550px;
	margin: 60px auto 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.lock-icon {
	width: 40px;
	margin-top: 8px;
}
	.secure-row h6 {
		margin-bottom: 3px;
		font-size: 18px;
	}
	.secure-row .float-right {
		width: 495px;
	}
	.secure-row a {
		color: #fff;
		text-decoration: underline;
	}
	.secure-row a:hover {
		color: #1d9dd8;
		text-decoration: none;
	}

/* Footer */
footer {
	padding: 45px 0 30px;
	color: #fff;
}
	footer .col {
		padding: 0 10px;
		margin-bottom: 30px;
	}
	footer p {
		margin-bottom: 20px;
	}
	footer ul {
		list-style: none;
		padding-left: 0;
	}
	footer li {
		margin-bottom: 3px;
	}
	footer a {
		color: #fff;
	}
	.sm-icons a {
		display: inline-block;
		margin: 10px 15px 0 0;
		font-size: 24px;
	}
	a:hover .fa-twitter {
		color: #00aced !important;
	}
	a:hover .fa-instagram {
		color: #c32aa3 !important;
	}
	a:hover .fa-snapchat {
		color: #fffc00 !important;
	}
.footer-join {
	margin: 15px 0 30px;
	text-align: center;
}
.copyright {
	font-size: 14px;
	text-align: center;
}
	.copyright .pipe {
		margin: 0 5px;
	}

/* Responsive */
@media screen and (min-width: 2000px) {
	.search-links {
		width: 362px;
	}
} 
@media screen and (min-width: 1399px) {
	#main-nav {
		width: calc(100% + 1px); /* Large screen offset */
	}
}
@media screen and (max-width: 1440px) {
	.alphabetical a {
		padding: 5px 7px;
		margin-right: 5px;
	}
}
@media screen and (max-width: 1200px) {
	.payment-methods {
		text-align: left;
		align-items: start;
	}
	.payment-methods img {
		display: block;
		margin: 15px 0 0;
	}
}
@media screen and (min-width: 1025px) {
	#shadow-overlay, #quick-links {
		display: none !important;
	}
	#header-form {
		position: relative;
	}
	.search-links {
		position: absolute;
		z-index: 100;
		width: 360px;
		top: 100%;
		left: 0;
		padding: 15px;
	}
}
@media screen and (min-width: 768px) {
	.collapse-wrapper {
		display: block;
	}
}
@media screen and (max-width: 1024px) {
	body {
		font-size: 15px;
	}
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4, .feed-header {
		font-size: 21px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	#page {
		overflow-x: hidden;
	}
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	.hide-tablet {
		display: none;
	}
	.show-tablet {
		display: block;
	}
	.anchor {
	    display: block;
	    position: relative;
	    top: -60px;
	    visibility: hidden;
	}
	#header {
		display: flex;
		position: fixed;
		z-index: 500;
		width: 100%;
		height: 60px;
		top: 0;
		left: 0;
		padding: 0 20px;
		background-color: #fff !important;
	}
	#header.nofix {
		position: relative;
		z-index: 10;
		box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}
	#header #logo, #header #search-toggle, #header #mobile-dropdown {
		display: flex !important;
		-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    max-width: 100%;
	}
	#header #logo {
		flex: 0 0 90%;
		margin: 0 auto;
		justify-content: center;
	}
	#header #search-toggle {
		flex: 0 0 5%;
		justify-content: flex-end;
	}
	#header #mobile-dropdown {
		flex: 0 0 5%;
		margin-top: 1px;
		text-align: left;
	}
	#search-toggle .fa, #header .fa {
		color: #0f0f0f !important;
		font-size: 24px !important;
		line-height: 1em !important;
	}
	#search-toggle .fa:hover, #header .fa:hover, #header .fa:active, #header .fa:focus {
		color: #0f0f0f !important;
	}
	#header .dropdown-toggle::after {
		display: none !important;
	}
	#header .dropdown-menu {
		width: 300px;
		height: 95vh;
		height: calc(100vh - 60px);
		padding: 0;
		margin: 19px 0 0 -20px;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border: none;
		box-shadow: 0px 4px 4px 0px rgba(15, 15, 15, 0.5);
		-moz-box-shadow: 0px 4px 4px 0px rgba(15, 15, 15, 0.5);
		-webkit-box-shadow: 0px 4px 4px 0px rgba(15, 15, 15, 0.5);
		overflow-y: auto;
	}
	#header .dropdown-menu .dropdown-item {
		display: block;
		width: 95%;
		margin: 0 2.5%;
		padding: .75rem 1.5rem;
		background-color: #fff !important;
		border-top: 1px solid #e7e7e7;
		font-weight: 600;
		text-transform: uppercase;
	}
	#header .dropdown-menu #search-toggle-dropdown {
		width: 100%;
		margin: 0 !important;
		background-color: #0f0f0f !important;
		color: #fff !important;
		text-indent: 2.5%;
	}
	#search-toggle-dropdown .fa {
		float: right;
		margin-top: 2px;
		color: #fff !important;
		font-size: 16px !important;
	}
	#header .dropdown-menu .dropdown-item:first-child {
		border-top: none;
	}
	#header .dropdown-menu .dropdown-item.join {
		background-color: #fff !important;
		color: #20aaea !important;
	}
	.dropdown-sm-icons {
		margin: 30px 0 0 -20px;
		text-align: center;
	}
	.dropdown-sm-icons p {
		margin-bottom: 15px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.dropdown-sm-icons a {
		margin: 0 10px;
	}
	#header .dropdown-sm-icons .fab, #header .dropdown-sm-icons a:hover .fab {
		color: #0f0f0f;
		font-size: 28px;
		line-height: 1em;
	}
	#banner-nav {
		margin-top: 60px; /* Fixed header offset */
		padding-bottom: 0;
	}
	#main-nav {
		position: relative;
		bottom: auto;
		left: auto;
	}
	#main-nav .collapse {
		display: flex !important;
	}
	#main-nav .navbar-nav {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	#main-nav .nav-item {
		width: 33.33% !important;
	}
	#header-form {
		position: absolute;
		z-index: 100;
		width: 88%;
		top: 2px;
		left: 0;
		padding: 5px 5px 0;
		background-color: #fff;
	}
	#header-form input:focus {
		outline: none !important;
		box-shadow: none !important;
	}
	#header-form button {
		top: 1px;
		left: 0;
		padding: 9px 12px 7px;
		border-right: 1px solid #0f0f0f !important;
	}
	#header-form button .fa {
		font-size: 24px !important;
	}
	#header-form input {
		display: block;
		width: 100%;
		margin-right: 0 !important;
		padding: 8px 8px 8px 65px;
		background: none !important;
		border: none !important;
		font-size: 20px;
	}
	.inner {
		padding: 20px;
	}
	.feed-sort, .feed-subhead {
		margin-bottom: 20px;
	}
	.alphabetical {
		text-align: left;
	}
	.col.scene {
		margin-bottom: 20px;
	}
	.scene-thumbnail .play-button, #gallery .thumbnail em {
		display: none !important;
	}
	.scene-thumbnail a:hover img {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.scene-name {
		margin-bottom: 5px;
		font-size: 18px;
	}
	.scene-meta {
		margin-top: 5px;
	}
	.scene-date, .scene-info, .scene-duration {
		font-size: 15px;
	}
	.scene-date {
		display: block;
		margin: 10px 0;
	}
	.scene-meta .meta {
		margin: 5px 5px 0 0;
	}
	.watch-button .text-right {
		padding: 0 20px;
		font-size: 24px;
	}
	.video-gallery {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 10px;
		margin-bottom: 0;
	}
	.category-lists {
		margin-left: 0;
		margin-right: 0;
	}
	.dark-dropdown:after {
	    padding: 9px 10px 8px;
	}
	.watch-videos {
		padding: 30px;
	}
	.watch-button {
		margin-top: 15px;
	}
	.watch-button.large .play-left em {
		font-size: 20px;
		width: 42px;
		height: 44px;
		padding: 12px 13px;
	}
	.watch-button.large span {
		height: 50px;
	}
	.watch-button.large .text-right {
		padding: 20px;
		font-size: 26px;
	}
	.countdown-header {
		font-size: 48px;
	}
	.countdown-number {
		width: 150px;
		font-size: 30px;
	}
	.countdown-number.hours {
		margin: 0 50px;
	}
	.countdown-number span {
		font-size: 100px;
	}
	footer {
		max-width: 700px;
		margin: 0 auto;
		padding-left: 30px;
		padding-right: 30px;
	}
	footer .col {
		flex: 0 0 50%;
		text-align: center;
	}
	#wrapper-404 {
		margin-bottom: -50px;
	}
	.subscription-info {
		padding: 20px;
	}
	input, select {
		font-size: 14pt !important;
	}
}
@media screen and (max-width: 960px) {
	#login-area {
		max-width: 780px;
	}
	.login-model {
		width: 340px;
	}
	.login-form {
		width: 390px;
	}
	.subscription-info {
		padding: 15px;
	}
	.subscription-button a {
		padding: 15px 30px;
	}
}
@media screen and (max-width: 900px) {
	.show-900 {
		display: block;
	}
	.col-lg-3.pornstar {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.button {
		padding: 12px 20px;
		font-size: 15px;
	}
	.feed-header {
		float: left;
		width: 100%;
	}
	.feed-header span {
		float: left;
		max-width: 75%;
	}
	.feed-header .button {
		margin: 3px 0 0;
	}
}
@media screen and (max-width: 810px) {
	.hide-mobile {
		display: none;
	}
	.show-mobile {
		display: block;
	}
	.show-mobile-inline {
		display: inline;
	}
	.button.large {
		padding: 20px 50px;
		font-size: 24px;
	}
	#content.bg-dark {
		background-color: #fff !important;
	}
	#content.bg-dark-mobile {
		background-color: #0f0f0f !important;
	}
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.col-12 {
		padding-left: 10px;
		padding-right: 10px;
	}
	#login-area {
		margin-top: 0;
	}
	.login-form {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin-top: 0;
		border: none;
	}
	.feed-header .button {
		padding: 8px 12px;
		font-size: 14px;
	}
	#wrapper-404 {
		margin-top: 0;
		min-height: 500px;
	}
	.subscription-col {
		flex: 0 0 100%;
		max-width: 450px;
		margin: 0 auto 30px;
	}
	.dark-dropdown {
		display: inline-block;
		width: 100%;
		min-width: 100%;
	}
	.step-header {
		text-align: center;
	}
	.payment-methods {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.payment-methods .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.payment-methods img {
		display: inline-block;
		margin: 0 0 0 8px;
	}
}
@media screen and (max-width: 767px) {
	.show-phone {
		display: block;
	}
	.hide-phone {
		display: none;
	}
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	h4, .feed-header {
		font-size: 19px;
	}
	h5 {
		font-size: 17px;
	}
	h6 {
		font-size: 15px;
	}
	.anchor {
		top: -40px;
	}
	#header {
		height: 45px;
		padding: 0 15px;
	}
	.navbar-brand img {
		height: 25px;
	}
	#search-toggle .fa, #header .fa-bars, #header-form button .fa {
		font-size: 20px !important;
		line-height: 1em !important;
	}
	#header #mobile-dropdown {
		margin-top: 1px;
	}
	#header .dropdown-menu {
		margin-top: 10px;
	}
	#header-form {
		top: 0;
	}
	#header-form input {
		padding: 5px 5px 5px 55px;
		font-size: 16px;
	}
	#header-form button {
		top: -1px;
	}
	.quick-links {
		padding-left: 55px;
	}
	#header .dropdown-menu {
		height: calc(100vh - 45px);
	}
	#search-toggle-dropdown .fa {
		margin-top: 0;
	}
	#banner-nav {
		margin-top: 45px;
	}
	#main-nav, #main-nav ul {
		height: 35px !important;
		overflow: hidden !important;
	}
	#main-nav .nav-item a {
		padding: 5px !important;
		font-size: 15px !important;
		line-height: 1em !important;
	}
	.scene {
		margin-bottom: 30px;
	}
	.carousel-control-next, .carousel-control-prev {
		display: none !important;
	}
	.category-list li {
		display: block;
		margin: 0;
		border-top: 1px solid #e7e7e7;
		background-color: #fcfcfc;
	}
	.category-list li a {
		display: block;
		padding: 8px 15px;
		text-transform: uppercase;
	}
	.category-list a em {
		margin-top: 2px;
		font-size: 17px;
	}
	.category-filters .dark-dropdown {
		min-width: 100%;
	}
	.dark-dropdown:after {
	    padding: 8px 12px 7px;
	}
	#gallery .thumbnail {
		height: 90px;
	}
	#gallery .thumbnail em {
		margin-top: 29px;
	}
	.countdown-header {
		font-size: 36px;
	}
	.countdown-number {
		width: 120px;
		padding: 10px 10px 15px;
		font-size: 20px;
	}
	.countdown-number.hours {
		margin: 0 20px;
	}
	.countdown-number span {
		font-size: 70px;
	}
	#video-player .play-button {
	    width: 60px;
	    height: 60px;
	    padding: 15px 20px;
	    margin: -30px 0 0 -30px;
	    font-size: 30px;
	    line-height: 1em;
	}
	#video-player .icons {
		padding: 15px 0;
	}
	#video-player .icon img {
		height: 35px;
	}
	.category-filters .dark-dropdown {
		margin-right: 0;
	}
	.photos-popup {
		width: 460px !important;
		padding: 60px 50px !important;
	}
	.photos-popup p:last-child {
		margin-bottom: 0;
	}
	.popup-header {
		font-size: 30px;
	}
	.pagination {
		margin: -15px 0 15px;
	}
	.pagination .page-link {
		padding: 4px 8px !important;
		margin-left: 5px;
		font-size: 16px !important;
	}
	.pagination .arrows a {
		padding: 1px 8px 4px !important;
		font-size: 20px !important;
	}
	footer {
		padding-top: 30px;
		padding-bottom: 15px;
	}
	footer .col {
		margin-top: 0;
	}
	footer .col ul {
		margin-bottom: 0;
	}
	footer .copyright {
		font-size: 12px;
	}
	#wrapper-404 {
		min-height: 1px;
		margin-bottom: 0;
		background-image: none;
		text-align: center;
	}
	#wrapper-404 h1 {
		margin-top: 0;
		font-size: 100px;
	}
	.payment-methods p br, .payment-alternatives br, .secure-row br {
		display: none;
	}
	.payment-logos {
		margin-top: 30px;
		text-align: center;
	}
	.payment-logos img {
		max-width: 23.33% !important;
		margin-bottom: 10px;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 10px;
	}
	.payment-alternatives .col-md-4 {
		margin: 15px 0 !important;
		text-align: center !important;
		vertical-align: middle;
	}
	.payment-alternatives .payment-check {
		margin-bottom: 0 !important;
	}
	.subscription-col {
		background: none !important;
	}
	.subscription-info {
		position: relative;
		margin-top: 0;
		background: #fff !important;
		text-align: left;
	}
	.subscription-name {
		margin-bottom: 5px;
	}
	.subscription-price {
		margin-bottom: 15px;
	}
	.subscription-button .button {
		width: 100%;
	}
	.subscription-note, .subscription-benefits, .subscription-benefits li:last-child {
		margin-bottom: 0;
	}
	.subscription-benefits {
		margin-top: 15px;
	}
	.subscription-deal {
		top: 100%;
	}
	.subscription-deal h6 {
		width: 100%;
	}
	.subscription-year {
		margin-bottom: 64px;
	}
	.secure-row {
		width: 100%;
		max-width: 640px;
	}
	.secure-row .float-left, .secure-row .float-right {
		float: none !important;
		width: 100%;
		text-align: center !important;
	}
	.secure-row .lock-icon {
		width: 40px;
		margin: 0 auto 15px !important;
	}
	.series-logo {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	#header {
		padding: 0 10px;
	}
	#header #logo {
		flex: 0 0 80%;
	}
	#logo .navbar-brand img {
		height: 22px;
	}
	#header #mobile-dropdown, #header #search-toggle {
		flex: 0 0 10%;
	}
	#main-nav .nav-item a {
		font-size: 14px !important;
	}
	.inner, .category-filters {
		padding: 25px 15px;
	}
	.category-filters form select {
		min-width: 1px;
		width: 100%;
	}
	.watch-videos h2 {
		font-size: 22px;
	}
	.watch-button.large span {
		height: 36px;
		padding: 6px;
	}
	.watch-button.large .play-left em {
		width: 26px;
		height: 28px;
		padding: 8px;
		font-size: 14px;
	}
	.watch-button.large .text-right {
		padding: 10px;
		font-size: 18px;
	}
	.watch-button .text-right {
		text-align: center !important;
	}
	#video-player .icons {
		padding: 10px 0;
	}
	#video-player .icon {
		margin: 0 15px;
	}
	#video-player .icon img {
		height: 30px;
	}
	.join-button .button {
		padding: 15px 20px;
		font-size: 17px;
		line-height: 1em;
	}
	.countdown {
		padding: 20px;
	}
	.countdown-header {
		font-size: 28px;
	}
	.countdown-number {
		width: 100px;
		padding: 8px 8px 12px;
		margin-bottom: 0;
		font-size: 16px;
	}
	.countdown-number.hours {
		margin: 15px;
	}
	.countdown-number span {
		font-size: 60px;
	}
	.button.large {
		display: block;
		padding: 15px 20px;
		font-size: 20px;
		line-height: 1.2em;
	}
	.photos-popup {
		width: 300px !important;
		padding: 40px 25px !important;
	}
	.popup-header {
		font-size: 26px;
	}
	#wrapper-404 h1 {
		font-size: 70px;
	}
	#wrapper-404 br {
		display: none;
	}
	.verification-inner .terms {
		padding: 10px;
		margin-left: 0;
		margin-right: 0;
	}
	.subscription-info {
		padding: 15px;
	}
	.payment-alternatives img {
		margin-right: 0;
	}
	.payment-alternatives h5 {
		display: block;
		margin-top: 10px !important;
	}
	.search-links {
		width: 120%;
		padding-left: 10px;
	}
	.search-links ul {
		padding-left: 0;
	}
	.pornstar-name {
		font-size: 18px;
	}
}
@media screen and (max-width: 400px) {
	#header .dropdown-menu {
		width: 260px;
	}
	.feed-header span {
		max-width: 70%;
		font-size: 17px;
	}
	.countdown-number {
	    width: 80px;
	    padding: 7px 7px 10px;
	    font-size: 14px;
	}
	.countdown-number span {
		font-size: 40px;
	}
	.countdown-number.hours {
		margin: 0 10px;
	}
	footer .col {
		flex: 0 0 100%;
	}
	.step-header {
		text-align: left;
	}
	.step-header strong {
		display: block;
		margin-bottom: 5px;
	}
	.payment-methods {
		max-width: 300px;
		margin-bottom: 45px;
		text-align: left;
	}
	.payment-methods img {
		display: block;
		margin: 10px 0 0;
	}
}