/* Body */
body, html {
	background-color: #0f0f0f;
}
body {
	color: #fff;
	font: 400 14pt/1.4em 'futura-pt', Arial, sans-serif;
}
body.compensate-for-scrollbar {
	overflow: auto !important;
	margin-right: 0;
}
body.prejoin {
	max-width: 1440px !important;
	margin-left: auto;
	margin-right: auto;
}

/* Typography */
p {
	margin-bottom: 30px;
}
a {
	color: #999;
}
	a:hover {
		color: #fff;
		text-decoration: none;
	}
strong {
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0 0 15px;
	font-weight: 600;
	line-height: 1.2em;
}
h1, .h1 {
	font-size: 30pt;
}
h2, .h2 {
	font-size: 26pt;
}
h3, .h3 {
	font-size: 23pt;
}
h4, .h4 {
	font-size: 20pt;
}
h5, .h5 {
	font-size: 17pt;
}
h6, .h6 {
	font-size: 14pt;
}
	h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .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, .overlay, .video-preview .play-button, .watch-button .text-right, a:hover img, .download-qualities strong, .download-qualities .fa {
	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;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 14pt !important;
}
video {
	width: 100%;
    max-width: 100%;
    height: auto;
}

/* Important Classes and Styles */
img {
	max-width: 100%;
	height: auto;
}
.anchor {
    display: block;
    position: relative;
    top: -52px;
    visibility: hidden;
}
.bg-dark {
	background-color: #141414 !important;
}
.button {
	display: inline-block;
	padding: 15px 45px;
	background: #0064fa;
	color: #fff;
	cursor: pointer;
	font-size: 16pt;
	font-weight: 500;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
	.button:hover {
		color: #fff;
		background-color: #005ce6;
	}
	.button .fa {
		margin-right: 3px;
	}
.button.pt18 {
	font-size: 18pt !important;
	font-weight: 500 !important;
}
.button.full {
	width: 100%;
	text-align: center;
}
.button.large {
	padding: 20px 60px;
	font-size: 20pt;
}
.button.small {
	padding: 15px 30px;
	font-size: 15pt;
}
.button.gray {
	background-color: #666;
}
	.button.gray:hover {
		background-color: #333;
	}
.clear {
	clear: both;
}
.col {
	min-width: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.container {
	max-width: 1440px;
}
.font-12 {
	font-size: 12px;
	line-height: 1.3em;
}
.font-gray {
	color: #8a8a8a;
}
.font-red {
	color: #fd063a;
}
.form-control {
	border: none;
}
.hidden {
	display: none !important;
}
.no-margin {
	margin: 0 !important;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.show-1024, .show-tablet, .show-900, .show-phone, .show-mobile, .show-mobile-inline, .more-show {
	display: none;
}
.show-desktop-inline {
	display: inline;
}
.upper {
	text-transform: uppercase;
}

/* Page */
#page {
	position: relative;
}
.locked {
	position: static;
	height: 100vh;
	overflow: hidden;
}

/* Header */
#header {
	height: 96px;
	background: url(img/header-gradient.png) 0 0 repeat-x;
	background-size: contain;
}
#header.solid, .scrolled #header, .scenepage #header {
	height: auto;
	background-color: #141414;
}
	.scenepage #page {
		margin-top: 52px; /* Fixed header offset */
	}
.scrolled #header {
	box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.5);
}
.navbar {
	padding: 10px 0;
}
#logo, .navbar-brand {
	padding: 0;
	margin: 0;
}
	.navbar-brand img {
		width: auto;
		max-height: 32px;
	}
	.text-center .navbar-brand {
		margin-left: auto;
		margin-right: auto;
	}
	.prejoin #logo {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
#header-form {
	position: absolute;
	top: 42px;
	right: 306px;
}
	.navbar-members #header-form {
		right: 326px;
	}
.search-form {
	position: relative;
}
	.search-form input {
		width: 300px;
		padding: 10px 40px 10px 10px;
	    box-shadow: inset 0px 6px 4px -4px #ddd;
	    -moz-box-shadow: inset 0px 6px 4px -4px #ddd;
		-webkit-box-shadow: inset 0px 6px 4px -4px #ddd;
	}
	.search-form input:focus {	
	    box-shadow: inset 0px 6px 4px -4px #ddd;
	    -moz-box-shadow: inset 0px 6px 4px -4px #ddd;
		-webkit-box-shadow: inset 0px 6px 4px -4px #ddd;
	}
	.search-form button {
		position: absolute;
		top: 9px;
		right: 9px;
		padding: 0 !important;
		background: none !important;
		border: none !important;
		cursor: pointer;
	}
		.search-form button .fa {
			color: #333 !important;
		}
		.search-form button:hover .fa {
			color: #898989 !important;
		}
	#header .fab, #header .fa {
		color: #fff;
		cursor: pointer;
		font-size: 14pt;
	}
	#header .fab:hover, #header .fa:hover {
		color: #898989;
	}
.search-links {
	width: 100%;
	padding: 20px 20px 20px 65px;
	background-color: #141414;
	box-sizing: border-box;
	color: #fff;
	font-size: 14pt;
	overflow: hidden;
}
.search-links-header {
	margin-bottom: 15px;
	color: #505050;
	font-weight: bold;
	text-transform: uppercase;
}
	.search-links ul {
		list-style: none;
		padding: 0 15px;
		margin: 0;
	}
	.search-links li {
		display: block;
		max-width: 300px;
		margin-bottom: 10px;
	}
	.search-links a {
		color: #fff;
	}
	.search-links .result-type {
		float: right;
		color: #999;
	}
	.search-links a:hover {
		color: #0064fa !important;
	}
	.search-links li:after {
		clear: both !important;
	}
	.search-links a {
		display: block;
	}
#trial-bar {
	position: fixed;
	z-index: 1031;
	width: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	background-color: #0064fa;
	border-bottom: 1px solid #0f0f0f;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
	#trial-bar a {
		color: #fff;
		text-decoration: underline;
	}
	#trial-bar a:hover {
		color: #898989;
		text-decoration: none;
	}
	#trial-bar + #page {
		padding-top: 46px;
	}
		#trial-bar + #page #header {
			top: 46px !important;
		}

/* Nav */
.navbar.align-items-start  > .container {
	align-items: flex-start;
	justify-content: flex-start;
}
.nav-item {
	height: 32px;
	margin: 0 0 0 50px;
	text-transform: uppercase;
}
.nav-link {
	padding: 0 !important;
	color: #fff !important;
	font-size: 15pt !important;
	font-weight: 600;
	line-height: 1em !important;
	letter-spacing: 1px;
}
	.nav-link:hover, .nav-item.active a {
		color: #898989 !important;
	}
.nav-button {
	padding: 16px 20px !important;
	font-size: 15pt;
	font-weight: 600;
}
.nav-button:hover {
	color: #fff !important;
}
.navbar-trial .container {
	padding-right: 0;
}

/* Mobile dropdown */
#header .navbar-collapse.collapsing {
    display: none;
    transition: none;
	-webkit-transition: none;
}
#header .navbar-collapse.show {
	position: absolute;
	width: 100%;
	height: auto;
	top: 100%;
	height: 100vh;
	padding: 30px;
	background-color: #141414;
	border: none;
    overflow: hidden;
}
	#header .navbar-collapse.show li {
		display: block;
		margin: 30px 0 0;
		background-color: #141414 !important;
		font-weight: 600;
		justify-content: center;
    	text-align: center;
		text-transform: uppercase;
	}
		#header .navbar-collapse.show .nav-link {
			color: #fff !important;
		}
		#header .navbar-collapse.show .nav-link:hover, #header .navbar-collapse.show .active .nav-link {
			color: #898989 !important;
		}
	#header #mobile-cta {
		min-width: 110px;
		margin-top: -10px;
		justify-content: flex-end;
	}

/* #banner */
#banner, #video-preview {
	position: relative;
	max-width: 2560px;
	margin: 0 auto;
}
	#banner img {
		display: block;
		width: 100%;
	}

/* #content */
#content {
	padding: 45px 0;
	background-color: #141414;
}
	#content > *:last-child {
		margin-bottom: 0;
	}

/* Feeds */
.feed, .feed-top {
	margin-top: 60px;
}
	.container .feed:first-child {
		margin-top: 0;
	}
	.feed + .text-center, .feed + #footer-cta {
		margin-top: 60px;
	}
.feed-header {
	margin-bottom: 15px;
}
	.feed-header .h5 {
		font-weight: 500;
	}
	.feed-header .col, .feed-header .h5, .feed-header p {
		margin: 0;
	}

/* Thumbnails */
.thumbnails a {
	display: block;
	position: relative;
	transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
}
.overlay {
	display: flex;
	align-items: center;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}
.overlay.column {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	.thumbnails .overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.3);
		opacity: 0;
	}
	.thumbnails a:hover .overlay {
		opacity: 1;
	}
	.thumbnails a {
		color: #fff;
	}
	.overlay .names {
		position: absolute;
		width: 90%;
		bottom: 70%;
		left: 5%;
		font-weight: 400;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.overlay .button {
		padding: 15px 30px !important;
		background: none;
		border: 1px solid #fff;
		font-size: 13pt;
		font-weight: 400;
		letter-spacing: 1px;
	}
	.overlay .button:hover {
		background: #141414;
		background: rgba(0, 0, 0, 0.3);
	}
	.overlay p:last-child {
		margin-bottom: 0;
	}
.trial-included {
	position: absolute;
	z-index: 999;
	width: 100%;
	padding: 5px;
	bottom: 0;
	left: 0;
	background-color: #0064fa;
	color: #fff;
	font-size: 90%;
	text-align: center;
}
.play-button {
	position: absolute;
	width: 120px;
	height: 120px;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -60px;
	background: url(img/play-button.png) center no-repeat;
	background-size: contain;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

/* Models */
.models .h5 {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 600;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.model-info {
	padding: 30px 15px;
	margin: 30px 0 0;
	background-color: #272727;
}
.model-stats {
	list-style: none;
	padding: 0 45px;
}
	.model-stats span {
		display: inline-block;
		width: 150px;
	}

/* Upcoming scene */
.upcoming-scene {
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#upcoming-scene {
	width: 100%;
	max-width: 2560px;
	margin-left: auto;
	margin-right: auto;
}
.scene-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
	.scene-overlay .scene-names {
		margin-bottom: 45px;
		font-weight: 400 !important;
		letter-spacing: 1px;
		line-height: 1.1em;
		text-shadow: -2px 4px 40px rgba(0, 0, 0, .9);
	}
		.scene-overlay .scene-names span {
			display: block;
			margin-bottom: 5px;
		}
		.scene-overlay .scene-names strong {
			font-weight: 700 !important;
		}

/* Featured Logos */
.featured-logos {
	margin: 30px 0 60px;
	text-align: center;
}
	.featured-logos p {
		margin: -15px 0 0;
	}
	.featured-logos img {
		display: inline-block;
		width: auto;
		margin: 15px 30px 0;
		vertical-align: middle;
	}

/* Scene Page */
.video-preview .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.video-preview a {
	display: block;
	text-decoration: none;
}
.video-preview a:hover .play-button {
	background-color: #141414;
}
.video-info-wrapper {
	margin: 0 auto;
}
.video-info {
	margin-bottom: 20px;
}
.video-models {
	margin-bottom: 10px;
}
	.video-info p {
		margin: 10px 0;
		text-transform: uppercase;
	}
	.video-info a {
		color: #fff;
	}
	.video-info a:hover {
		color: #898989;
	}
		.video-info a .fa-download {
			margin-left: 10px;
		}
		.video-info a .fa-file-image {
			margin-left: 14px;
			margin-right: 2px;
		}
.video-cta {
	margin-top: 45px;
}
	.video-cta .h4 {
		margin-bottom: 5px;
		font-weight: 500;
	}
.watch-button {
	display: table;
	margin: 15px auto 30px;
	background-color: #0064fa;
}
	.watch-button span {
		display: table-cell;
		height: 56px;
		padding: 6px;
	}
	.watch-button .play-left {
		background-color: #0054d2;
	}
		.watch-button .play-left .play-arrow {
			width: 56px;
			height: 56px;
			background: url(img/play-button.png) center no-repeat;
			background-size: cover;
		}
	.watch-button .text-right {
		padding: 0 30px;
		color: #fff;
		font-size: 26px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 1em;
		text-transform: uppercase;
		vertical-align: middle;
	}
	.watch-button:hover span {
		background-color: #0054d2;
	}
		.watch-button.large span {
			height: 66px;
			padding: 12px;
		}
		.watch-button.large .play-left em {
			width: 52px;
			height: 54px;
			padding: 16px 17px;
			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;
		}
.media-bar {
	margin: -15px 0 45px;
}
.media-item {
	display: inline-block;
	position: relative;
}
	.media-item a {
		color: #fff;
	}
	.media-item a:hover {
		opacity: .7;
		filter: alpha(opacity=70);
	}
	.media-item img {
		display: inline-block;
		width: auto;
		height: 20px;
		margin-top: -5px;
	}
	.media-item img, .media-item .fa {
		margin-right: 10px;
	}
.media-flyout {
	position: absolute;
	z-index: 900;
	min-width: 250px;
	bottom: 100%;
	left: 0;
	padding: 0 5px;
	margin-bottom: 30px;
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	box-sizing: border-box;
	color: #999;
	white-space: nowrap;
}
	.media-flyout p {
		margin-bottom: 5px;
		font-size: 90%;
	}
.media-table {
	max-width: 440px;
	margin: 0;
}
	.media-table th, .media-table td {
		color: #999;
		text-align: center;
	}
		.media-table tr th:first-child, .media-table tr td:first-child {
			text-align: left;
		}
	.media-table th {
		padding: 15px 15px 0;
		border: none !important;
		font-size: 90%;
	}
	.media-table td {
		padding: 15px;
		border-top: 1px solid #999 !important;
	}
		.media-table tbody tr:first-child td {
			border-top: none !important;
		}
	.media-table a {
		display: block;
		color: #999;
	}
	.media-table .white {
		color: #fff;
	}
		.media-table a:hover, .download-qualities tr:hover a, .download-qualities tr:hover > * {
			color: #fff !important;
			cursor: pointer;
			opacity: 1 !important;
		}
	.media-table .fa {
		margin-right: 0;
	}

/* #photo-gallery */
#photo-gallery {
	padding: 30px 0;
}
	#gallery-photos .row {
		margin: 0 0 0 -5px
	}
	#gallery-photos .col {
		padding: 0 0 0 5px;
		margin: 0;
	}
	#gallery-photos img {
		display: block;
		margin-bottom: 5px;
	}
		#gallery-photos a:hover img {
			opacity: 0.9;
			filter: alpha(opacity=90);
		}
.gallery-title, .gallery-title a {
	color: #fff;
}
	.gallery-title a:hover {
		color: #898989;
		text-decoration: none;
	}
	.gallery-title .fa {
		margin-right: 10px;
	}
	.gallery-title .col-12 {
		margin-bottom: 15px !important;
	}
.gallery-details {
	text-align: center;
}
	.gallery-details p {
		margin-bottom: 15px;
	}
	.gallery-details a {
		text-decoration: underline;
	}
	.gallery-details .photos-count {
		margin-bottom: 10px;
		font-size: 85%;
	}

/* Pagination */
.pagination {
	justify-content: center;
	margin: 45px 0 60px;
}
	.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;
		background-color: #333;
		border: none;
		color: #fff;
		font-size: 22px !important;
		line-height: 1em;
	}
	.pagination .page-link:hover, .pagination .active .page-link {
		background-color: #c1c1c1 !important;
		color: #333;
	}
	.pagination .arrows a {
		padding: 2px 12px 6px !important;
		background-color: #333 !important;
		font-size: 26px !important;
		line-height: 1em !important;
	}
		.pagination .arrows a:hover {
			background-color: #c1c1c1 !important;
			color: #333 !important;
		}
		.pagination .disabled .page-link {
			color: #c1c1c1 !important;
		}

/* Prejoin */
#membership {
	padding: 80px 80px 180px;
	background: url(img/desktop.jpg) top center no-repeat;
	background-size: cover;
}
	#membership .upper {
		margin: 0 20px 15px;
		color: #141414;
		font-size: 125%;
		text-shadow: -2px 4px 10px rgba(255, 255, 255, .5);
	}
.membership-boxes-col {
	min-width: 600px;
	max-width: 600px;
}
#membership-boxes {
	margin-bottom: 45px;
}
.membership-box {
	min-height: 85px;
	padding: 20px;
	margin: 0 0 15px;
	background-color: #2b368d;
	box-sizing: border-box;
	color: #fff;
}
	.membership-box:hover {
		background-color: #3d4cc7;
		color: #fff;
		text-decoration: none;
	}
.membership-box.light {
	background-color: #0064fa;
}
	.membership-box.light:hover {
		background-color: #5f9cf7;
	}
	.membership-box .row {
		width: 100%;
		max-width: 100%;
	}
.membership-badge {
	padding-right: 0;
}
	.membership-badge img {
		position: relative;
		display: block;
		width: auto;
		max-width: none;
		height: 65px;
		right: -25px;
		margin: -10px 0;
	}
.membership-name {
	font-size: 28px;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
}
	.membership-name .description {
		display: block;
		margin-top: 5px;
		font-size: 12px;
		font-weight: normal;
		line-height: 1em;
		text-transform: none;
	}
.membership-price {
	padding-right: 0;
	font-size: 48px;
	font-weight: 900;
	line-height: 1em;
}
	.membership-price .sup {
		margin: 5px 0 0 5px;
		font-size: 14px;
		font-weight: 600;
		line-height: 18px;
	}
#payments {
	padding: 30px;
	background-color: #2b368d;
	color: #fff;
}
	#payments .row {
		margin-top: 30px;
	}
	#payments .row:first-child {
		margin-top: 0;
	}
	#payments .col-8 {
		padding-left: 75px;
	}
	#payments p {
		margin-bottom: 0;
		font-size: 110%;
	}
	#payments .icon {
		display: inline-block;
		width: 50px;
		margin-right: 5px;
		text-align: center;
	}
	#payments a {
		color: #fff;
		text-decoration: underline;
	}
	#payments a:hover {
		color: #007bff;
		text-decoration: none;
	}
	#payments img {
		display: inline-block;
		width: auto;
		max-width: none;
		height: 35px;
		margin-right: 15px;
	}
	#payments .blue {
		display: none;
		height: 25px;
	}
.secure-row {
	max-width: 475px;
	margin: 0 auto 45px;
	font-size: 12pt;
	font-weight: 400;
	line-height: 1.3em;
	text-align: center;
}
.lock-icon {
	display: inline-block;
	max-width: 40px;
	margin: 8px 8px 0 0;
}
	.secure-row .h6 {
		margin-bottom: 3px;
	}
	.secure-row a {
		text-decoration: underline;
	}
	.secure-row a:hover {
		text-decoration: none;
	}

/* Login */
#login-area {
	max-width: 740px;
	margin: 20px auto 0;
	background: #141414 url(img/tngf-login.png) 0 0 no-repeat;
	background-size: contain;
}
.join-text {
	margin: -10px 0 30px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.login-form {
	float: right;
	width: 438px;
	padding: 25px;
	margin: 30px 0;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	color: #141414;
}
	.login-form .h4 {
		margin-bottom: 20px;
		font-weight: 500;
	}
	.login-form .form-control {
		background-color: #fff !important;
		border: 1px solid #9e9e9e !important;
	}
	.login-form .form-control:focus {
		background-color: #fcfcfc !important;
	}
.forgot-password {
	font-size: 15px;
}
	.forgot-password span {
		display: block;
		margin-bottom: 3px;
		font-size: 18px;
	}
	.forgot-password a, .join-text a, .upgrade-message a {
		color: #0064fa;
	}
	.forgot-password a:hover, .join-text a:hover, .upgrade-message a:hover {
		color: #898989;
	}
	.login-form .button {
		font-size: 120% !important;
		text-transform: none;
	}
.upgrade-message {
	margin: 0 !important;
	font-size: 15px;
	font-weight: 400;
	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;
	}

/* Post-Login */
.post-login h1 {
	font-weight: normal;
	margin-bottom: 30px;
}
#post-login-cta {
	margin-bottom: 30px;
}
	#post-login-cta img {
		margin-left: auto;
		margin-right: auto;
	}
.post-login .button {
	text-transform: none;
}

/* 404 */
#wrapper-404 {
	max-width: 576px;
	margin: 120px auto 90px;
	text-align: center;
}
	#wrapper-404 h1 {
		font-size: 40pt;
		font-weight: 400;
		text-transform: uppercase;
	}
		#wrapper-404 h1 span {
			display: block;
			font-size: 90pt;
			line-height: 1em;
		}
	#wrapper-404 h2 {
		margin-bottom: 45px;
		font-weight: 400;
	}

/* Search */
.search-results {
	margin: 30px 0 45px;
}
	.search-results > p:last-child {
		margin-bottom: 0;
	}
.search-header {
	margin: 60px 0 30px;
}
	.search-results .search-form {
		width: 600px !important;
		max-width: 100% !important;
		margin: 0 auto;
	}
		.search-results .search-form input {
			width: 100% !important;
		}

/* Promo Popup */
#promo-popup {
	max-width: 700px;
	padding: 0 !important;
	color: #0f0f0f;
	overflow: visible;
	text-align: center;
}
	#promo-popup .fancybox-close-small {
		top: -45px;
		color: #fff;
	}
.promo-content {
	padding: 15px;
}
	.promo-content p {
		margin-bottom: 15px;
	}
.popup-fine {
	margin-bottom: 0;
	font-size: 85%;
}

/* Upgrade Popup */
#upgrade-popup {
	padding: 0 !important;
	overflow: visible;
}
	#upgrade-popup .fancybox-close-small {
		top: -45px;
		color: #fff;
	}
.td-upgrade-content {
	padding: 40px;
	color: #0f0f0f;
	vertical-align: top;
	word-wrap: break-word;
}
	.td-upgrade-content .h4 {
		margin: 20px 0;
	}
	.td-upgrade-content ul {
		padding-left: 12%;
		margin-bottom: 30px;
	}
	.popup-table .hide-mobile {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		background: url(img/upgrade.jpg) top center no-repeat;
		background-size: cover;
	}
		.popup-table .hide-mobile img {
			display: block;
			visibility: hidden;
		}
.benefits-list {
	list-style-image: url(img/li-check.png);
	padding-left: 32px;
	margin-top: 8px;
	font-size: 20px !important;
	line-height: 1.3em;
}
	.benefits-list li {
		padding: 5px 8px;
		color: #0f0f0f;
	}
		.benefits-list li span {
			position: relative;
			top: -2px;
		}

/* 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;
	}
	footer a:hover {
		color: #0064fa;
	}
	.sm-icons a {
		display: inline-block;
		margin: 10px 10px 0 10px;
		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-cta {
	text-align: center;
}
.footer-join {
	margin: 15px 0 30px;
	text-align: center;
}
.copyright {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
	.copyright .pipe {
		margin: 0 5px;
	}

/* Responsive */
@media screen and (min-width: 1399px) {
	#main-nav {
		width: calc(100% + 1px); /* Large screen offset */
	}
	.video-info-wrapper {
		max-width: 90%;
	}
}
@media screen and (min-width: 1025px) {
	.search-links {
		position: absolute;
		z-index: 100;
		width: 100%;
		top: 100%;
		left: 0;
		padding: 15px;
	}
}
@media screen and (min-width: 768px) {
	.collapse-wrapper {
		display: block;
	}
}
@media (max-width: 768px) and (orientation: landscape) {
	#promo-popup {
		max-width: 300px;
	}
}
@media screen and (max-width: 1200px) {
	.nav-item {
		margin-left: 40px;
	}
	.navbar-trial .nav-item {
		margin-left: 30px;
	}
	#header-form {
		right: 286px;
	}
	.navbar-members #header-form {
		right: 306px;
	}
	.navbar-trial #header-form {
		right: 267px;
	}
	#membership {
		padding: 45px;
		background-position-x: 60%;
	}
	#membership .upper {
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	#downloadOptions {
		left: auto;
		right: -110px;
	}
}
@media screen and (max-width: 1100px) {
	.nav-item {
		margin-left: 30px;
	}
	.nav-link {
		letter-spacing: normal;
	}
	#header-form {
		right: 261px;
	}
	.navbar-members #header-form {
		right: 278px;
	}
	.navbar-trial #header-form {
		right: 256px;
	}
	.navbar-trial .nav-item {
		margin-left: 20px;
	}
	.navbar-trial .nav-link {
		font-size: 14pt !important;
	}
	.overlay .names {
		margin-bottom: 0;
	}
	.play-button {
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
	}
}
@media screen and (max-width: 1024px) {
	.show-1024 {
		display: block;
	}
	.hide-1024 {
		display: none;
	}
	.thumbnails .overlay {
		opacity: 1;
	}
	.watch-button .text-right {
		padding: 0 20px;
		font-size: 24px;
	}
	.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;
	}
}
@media screen and (max-width: 992px) {
	body {
		font-size: 13pt;
	}
	h1, .h1 {
		font-size: 27pt;
	}
	h2, .h2 {
		font-size: 24pt;
	}
	h3, .h3 {
		font-size: 21pt;
	}
	h4, .h4 {
		font-size: 18pt;
	}
	h5, .h5 {
		font-size: 16pt;
	}
	.hide-tablet {
		display: none;
	}
	.show-tablet {
		display: block;
	}
	.navbar .hide-tablet {
		display: none !important;
	}
	.anchor {
	    display: block;
	    position: relative;
	    top: -60px;
	    visibility: hidden;
	}
	#page {
		margin-top: 51px; /* Fixed header offset */
		overflow-x: hidden;
	}
	.login #page, .prejoin #page, .post-login #page {
		margin-top: 0 !important;
	}
	#trial-bar + #page {
		padding-top: 45px;
	}
		#trial-bar + #page #header {
			top: 45px !important;
		}
	#header {
	    height: auto;
	    padding-bottom: 0;
   		background-color: #141414;
   	}
	#logo {
		margin-left: 10px;
	}
	.nav-button {
		display: block;
		padding: 17px !important;
		box-sizing: border-box;
		font-size: 13pt !important;
		font-weight: 500;
		text-align: center;
	}
	.navbar-trial .nav-link {
		font-size: 15pt !important;
	}
	#header .navbar-toggler {
		padding: 0;
		border: none;
		outline: none !important;
		text-align: left;
	}
	#header .navbar-toggler .fa {
		padding: 0 .75rem;
		font-size: 33px;
	}
	#logo {
		max-width: 100%;
	}
	.nav-item {
		height: auto;
	}
	#header .fa-times {
		margin-right: 6px;
	}
	#header-form {
		width: 100%;
		margin: 0;
		top: 0 !important;
		right: 0 !important;
		left: auto !important;
	}
	.search-form input {
		width: 100%;
	}
	.search-links {
		padding: 15px;
		font-size: 12pt;
	}
	.search-links ul {
		padding: 0;
	}
	.search-links ul li {
		margin-top: 15px !important;
		justify-content: flex-start !important;
		text-align: left !important;
	}
	#content {
		padding: 30px 0;
	}
	.model-info, .search-results {
		margin-top: 0;
	}
	.media-bar {
		margin-top: 0;
	}
	footer {
		max-width: 700px;
		margin: 0 auto;
		padding-left: 30px;
		padding-right: 30px;
	}
	footer .col {
		flex: 0 0 50%;
		text-align: center;
	}
}
@media screen and (max-width: 900px) {
	.overlay .names {
		font-size: 13pt;
	}
	.play-button {
		width: 60px;
		height: 60px;
		margin: -30px 0 0 -30px;
	}
}
@media screen and (max-width: 810px) {
	.hide-mobile {
		display: none;
	}
	.show-mobile {
		display: block;
	}
	.show-mobile-inline {
		display: inline;
	}
	.button {
		padding: 15px 30px;
		font-size: 14pt;
	}
	.button.large {
		padding: 20px 50px;
		font-size: 24px;
	}
	.button.pt18 {
		font-size: 16pt !important;
	}
	.login #logo, .prejoin #logo {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	#login-area {
		margin-top: 0;
		background-image: none;
	}
	.login-form {
		float: none;
		width: auto;
		max-width: 438px;
		margin: 0 auto;
	}
	.post-login #header {
		text-align: center;
	}
	.post-login #logo {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.post-login #header .ml-auto {
		width: 100% !important;
		margin: 30px 0 0 !important;
	}
	.post-login .nav-item {
		margin-left: 0 !important;
		justify-content: center !important;
	}
}
@media screen and (max-width: 767px) {
	h1, .h1 {
		font-size: 24pt;
	}
	h2, .h2 {
		font-size: 21pt;
	}
	h3, .h3 {
		font-size: 19pt;
	}
	h4, .h4 {
		font-size: 17pt;
	}
	h5, .h5 {
		font-size: 15pt;
	}
	h6, .h6 {
		font-size: 13pt;
	}
	.show-phone {
		display: block;
	}
	.hide-phone {
		display: none;
	}
	.anchor {
		top: -40px;
	}
	.feed, .feed-top, .feed + .text-center, .feed + #footer-cta {
		margin-top: 45px;
	}
	.feed + .text-center, .feed + #footer-cta {
		margin-bottom: 15px;
	}
	.feed-header {
		margin-bottom: 5px;
	}
	.featured-logos {
		margin-bottom: 45px;
	}
	.media-bar {
		justify-content: flex-start !important;
		margin: -15px 0 30px;
	}
	.media-item {
		position: static;
		margin-left: 45px;
		text-align: center;
	}
	.media-bar .media-item:first-child {
		margin-left: 0;
	}
	.media-item img, .media-item .fa {
		display: block;
		margin: 0 auto 5px;
	}
	.media-flyout {
		max-width: 100%;
		bottom: auto;
		margin-bottom: 15px;
		background: #141414;
	}
	.media-table td {
		padding: 10px 5px;
	}
	.pagination .page-link {
		padding: 4px 8px !important;
		margin-left: 5px;
		font-size: 17px !important;
	}
	.pagination .arrows a {
		padding: 1px 8px 4px !important;
		font-size: 20px !important;
	}
	#membership {
		padding: 30px 30px 15px;
		background-image: none;
	}
	.membership-boxes-col {
		min-width: 1px;
		max-width: none;
	}
	.membership-box {
		min-height: 72px;
		padding: 15px;
	}
	#membership .upper {
		color: #fff;
		text-align: left;
		text-shadow: none;
	}
	.membership-box .sup {
		margin: 4px 0 0 5px;
	}
	#payments {
		padding: 15px;
		background-color: #fff;
		color: #2b368d;
	}
	#payments p {
		font-size: 12pt;
	}
	#payments a {
		color: #2b368d;
	}
	#payments img {
		display: none;
	}
	#payments .blue {
		display: inline-block;
	}
	.secure-row {
		max-width: 100%;
	}
	.td-upgrade-content {
		padding: 12px;
	}
	.td-upgrade-content .btn {
		padding: 6px 18px;
		font-size: 18px;
	}
	.td-upgrade-content h3 {
		margin: 10px 0;
	}
	.td-upgrade-content ul {
		margin-bottom: 12px;
	}
	footer {
		padding-top: 30px;
		padding-bottom: 15px;
	}
	footer .col {
		margin-top: 0;
	}
	footer .col ul {
		margin-bottom: 0;
	}
	footer .copyright {
		font-size: 12px;
	}
}
@media screen and (max-width: 640px) {
	#page {
		margin-top: 40px !important; /* Fixed header offset */
	}
	#header .navbar-toggler {
		width: 43px;
		text-align: center;
	}
	#header .navbar-toggler .fa {
		font-size: 22px;
	}
	#header .fa-times {
		margin-right: 0;
	}
	#logo img {
		height: 20px;
		vertical-align: top;
	}
	.nav-button {
		padding: 12px !important;
		font-size: 12pt !important;
	}
}
@media screen and (max-width: 576px) {
	.col-12.col-xs-12 {
		margin-bottom: 30px;
	}
	.row .col-12.col-xs-12:last-child, .thumbnails .col-12.col-xs-12, .video-info .col-12.col-xs-12 {
		margin-bottom: 0;
	}
	.button {
		padding: 10px 25px;
		font-size: 13pt;
	}
	.button.large {
		padding: 15px 20px;
		font-size: 20px;
		line-height: 1.2em;
	}
	.featured-logos {
		font-size: 0;
	}
	.mobile-logo-styling {
		display: block;
	}
	.featured-logos img {
		width: auto !important;
		height: auto !important;
		max-height: 26px !important;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	.logos-four img {
		max-width: 22%;
	}
	.logos-three img {
		max-width: 30%;
	}
	.model-info {
		padding: 15px 0;
	}
	.model-stats {
		padding: 0;
		margin-bottom: 0;
	}
	.model-stats span {
		width: 105px;
	}
	.scene-overlay .scene-names {
		margin-bottom: 15px;
		font-size: 19pt;
	}
	.overlay .button {
		padding: 10px 20px !important;
	}
	.button.pt18 {
		font-size: 15pt !important;
	}
	.search-results {
		padding: 15px;
	}
	#membership {
		padding: 30px 15px;
	}
	.membership-price {
		font-size: 40px;
		letter-spacing: -1px;
	}
	.membership-box .sup {
		letter-spacing: normal;
	}
	.secure-row .float-left, .secure-row .float-right {
		float: none !important;
	}
	.secure-row img {
		margin-bottom: 15px;
	}
	.secure-row p br {
		display: none;
	}
	.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;
	}
}
@media screen and (max-width: 479px) {
	body {
		font-size: 12pt;
	}
	h1, .h1 {
		font-size: 22pt;
	}
	h2, .h2 {
		font-size: 20pt;
	}
	h3, .h3 {
		font-size: 18pt;
	}
	h4, .h4 {
		font-size: 16pt;
	}
	h5, .h5 {
		font-size: 14pt;
	}
	h6, .h6 {
		font-size: 12pt;
	}
	.hide-small {
		display: none !important;
	}
	#header #mobile-cta {
		min-width: 1px;
	}
	#trial-bar + #page {
		padding-top: 43px;
	}
		#trial-bar + #page #header {
			top: 43px !important;
		}
	.scene-overlay .h6 {
		font-size: 11pt;
	}
	.scene-overlay .scene-names {
		font-size: 15pt;
	}
	.button.pt18 {
		font-size: 12pt !important;
	}
}
@media screen and (max-width: 420px) {
	#header .navbar-toggler .fa {
		padding: 0 .5rem 0 .25rem;
	}
	#logo {
		margin: 0;
	}
	#logo img {
		height: 15px;
		margin-top: 3px;
	}
	.nav-button {
		padding: 13px !important;
		font-size: 11pt !important;
	}
}
@media screen and (max-width: 400px) {
	.navbar-trial .nav-button {
		padding: 15px 4px 13px !important;
		font-size: 10pt !important;
	}
	.login-form {
		width: 100%;
		width: calc(100% + 30px);
		padding: 15px;
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden;
	}
	footer .col {
		flex: 0 0 100%;
	}
}
@media screen and (max-width: 360px) {
	#membership {
		padding: 20px 10px;
	}
	.membership-box {
		padding: 10px;
	}
	.membership-name .description {
		font-size: 11px;
	}
	#payments .col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 15px;
	}
	#payments .row, #payments .row:first-child .col-6:first-child {
		margin-top: 0;
	}
	#payments .show-mobile {
		width: 40px;
		margin-right: 10px;
		text-align: center;
	}
	#payments .blue {
		margin-right: 0;
	}
	#payments br {
		display: none;
	}
}