/* ----- Custom styles ----- */
html, body {
	background: #000 url(http://images.ancdn.com/public/rrs/images/bg-body.png) top center repeat-x;
}
body {
	position: relative;
	padding-top: 220px; /* Height of #top plus a bit extra */
	color: #fff;
	font: normal 17px/1.45em 'Lucida Grande', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
body.index {
	background: #000 !important;
}
body.index, body.prejoin {
	padding-top: 0; /* Remove padding for the hero banner */
}
p {
	margin-bottom: 25px;
	line-height: 1.45em;
}
a, a:active, a:visited {
	color: #f90;
}
a, button, .arrow {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
a:focus {
	outline: none !important;
}
a:hover, a:active {
	color: #f90;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	font-family: 'Lucida Grande', 'Lucida Sans', Geneva, Verdana, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	margin-bottom: 8px;
	font-size: 20px;
}
h6 {
	margin-bottom: 8px;
	font-size: 17px;
}
img {
	max-width: 100%;
	height: auto;
}
	#content a:hover img {
		opacity: 0.9;
		filter: alpha(opacity=90);
	}
ul, ol {
	margin-bottom: 25px;
}
	ul li, ol li {
		margin-bottom: 7px;
	}
label {
	font-weight: normal;
}
hr {
	border-top-color: #ebebeb;
}
input, select, textarea {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
input, select, textarea, label {
	color: #000 !important;
	font-family: 'Lucida Grande', 'Lucida Sans', Geneva, Verdana, sans-serif;
}

/* ----- Important Classes ----- */
.show-mobile, .show-phone, .show-phones {
	display: none !important;
}
.clear {
	clear: both;
}
.fancybox {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.full-image {
	display: block;
	width: 100%;
}
.glyphicon {
	font-weight: normal !important;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.normal-case {
	text-transform: none !important;
}
.overflow-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.upper {
	text-transform: uppercase !important;
}
.width-85 {
	width: 85%;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
}

/* ----- Fonts ----- */
.font12 {
	font-size: 12px !important;
}
.font14 {
	font-size: 14px !important;
}
.font-arial {
	font-family: Arial, sans-serif !important;
}
.font-black {
	color: #000 !important;
}
.font-gray {
	color: #333 !important;
}
.font-orange {
	color: #f90 !important;
}
.font-white {
	color: #fff !important;
}
.underline {
	text-decoration: underline !important;
}
	a.underline:hover {
		text-decoration: none !important;
	}
.white-block {
	padding: 8px;
	background-color: #fff;
	color: #000;
}

/* ----- Buttons ----- */
.btn-default {
	padding: 8px 30px 9px;
	background: none !important;
	border: 1px solid #fff !important;
	color: #fff;
	font-size: 17px;
	line-height: 1em;
}
.btn-default:visited, .btn-default:active {
	color: #fff !important;
	border-color: #fff !important;
}
.btn-default:hover {
	color: #818181 !important;
	border-color: #818181 !important;
	text-decoration: none;
}

/* ----- Backgrounds ----- */
.bg-black {
	background-color: #000;
}
.bg-gray {
	background-color: #211f1f;
}

/* ----- #top ----- */
#top {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	padding-top: 15px; /* Prevents clicking the hero banner on accident */
	color: #e7e0e1;
}
	.index #top {
		background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	}
#browse {
	color: #e7e0e1;
}
#browse:hover {
	color: #818181;
}
	#browse .glyphicon {
		font-size: 22px;
	}
	#browse button {
		padding: 0;
		background: none;
		border: none;
		box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}
	#browse .browse-label {
		position: relative;
		top: -3px;
		padding-left: 3px;
	}
	#browse .dropdown-menu {
		margin-top: 20px;
		background-color: #000;
	}
	#browse .arrow {
		position: absolute;
		top: -10px;
		left: 50px;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #000;
	}
		#browse .dropdown-menu a {
			margin: 6px 0;
			background: none !important;
			color: #e7e0e1;
			font-weight: bold;
			text-transform: uppercase;
		}
		#browse .dropdown-menu a:hover, .index .dropdown-menu .index, .about-vr .dropdown-menu .about-vr, .girls .dropdown-menu .girls, .join .dropdown-menu .join {
			text-decoration: underline !important;
		}
#login {
	margin-top: -6px;
}
	#login .fa {
		position: relative;
		top: 3px;
		font-size: 26px;
	}
	#login a {
		color: #e7e0e1;
		text-decoration: none;
	}
	#login a:hover {
		color: #818181;
	}
#logo {
	margin-top: 10px;
}
.tagline {
	margin: 7px 0 14px;
}
.navbar {
	min-height: 1px !important;
	margin: 0 !important;
	border: none !important;
}
.navbar-nav {
	float: none;
}
	.navbar-nav > li {
		display: inline-block;
		float: none;
	}
	.navbar-nav a {
		position: relative;
		display: block;
		padding: 6px 10px !important;
		margin: 0 8px;
		background: none !important;
		color: #e7e0e1 !important;
		font-size: 17px !important;
		font-weight: bold;
	}
	.navbar-nav a:active {
		background: none !important;
		color: #e7e0e1 !important;
	}
	/* Hover/active states */
	.navbar-nav a:hover, .navbar-nav a:active, .index .index a, .about-vr .about-vr a, .girls .girls a, .join .join a {
		background-color: #e6001c !important;
	}
		.navbar-nav a .arrow {
			position: absolute;
			width: 0; 
			height: 0; 
			top: 100%;
			left: 35%;
			margin-left: -10px;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-top: 10px solid #e6001c;
			opacity: 0;
		}
		.navbar-nav a:hover .arrow, .navbar-nav a:active .arrow, .index .index a .arrow, .about-vr .about-vr a .arrow, .girls .girls a .arrow, .join .join a .arrow {
			opacity: 1;
		}

/* ----- #hero ----- */
#hero {
	position: relative;
	height: 1154px; /* Tallest possible height */
	background: #000;
	overflow: hidden;
}
	#hero .hero-image {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0.85;
	}
	#hero .description {
		position: absolute;
		z-index: 2;
		bottom: 0;
		cursor: pointer;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	}
	#hero .description-inner {
		width: 750px;
		padding-top: 40px;
		padding-bottom: 10px;
		color: #fff;
	}
	#hero .title, #hero p {
		margin-bottom: 5px;
	}
	#hero .title {
		font-size: 30px;
	}
	#hero .watch-link {
		font-size: 22px;
	}
	#hero .watch-link .fa {
		position: relative;
		left: 3px;
		font-size: 18px;
	}
	#hero p:last-child {
		margin-bottom: 0;
	}

/* ----- #content ----- */
#content {
	margin: 25px 0;
}
	.index #content {
		margin: 50px 0;
	}
	.prejoin #content {
		margin-top: 0;
	}
	#content ol {
		list-style-position: inside;
		padding-left: 0;
	}

/* ----- Episodes ----- */
.title-area {
	margin-bottom: 25px;
	color: #fff;
}
	.title-area h3 {
		margin: 15px 0 0;
	}
		.title-area h3 span {
			font-size: 28px;
		}
	.title-area .sm-icons {
		position: relative;
		top: 3px;
		padding-right: 8px;
	}
.episode-row {
	margin-bottom: 25px;
}
.episode-area {
	position: relative;
	height: 500px;
	background-color: #000;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hover-border {
	display: block;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.episode-thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.episode-info {
	position: absolute;
	width: 100%;
	padding: 5% 2% 1%;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.5em;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 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.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
	.episode-info .episode {
		display: block;
		margin-bottom: -1px;
	}
	.episode-info strong {
		display: block;
		width: 740px;
	}

/* ----- Episode Page ----- */
.single-episode {
	margin-bottom: 100px;
}
.episode-image {
	display: block;
	width: 100%;
}
.episode-number {
	margin-bottom: 15px;
}
.episode-title, .episode-summary {
	line-height: 1.6em;
}
.episode-list {
	margin-top: 34px;
	padding-left: 0;
	list-style: none;
}
	.episode-list li {
		padding-bottom: 7px;
		border-bottom: 1px solid #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.episode-list a {
		color: #fff;
		text-decoration: none;
	}
	.episode-list a:hover, .episode-list .active a, .episode-list .active, .episode-list li:hover {
		color: #818181;
	}
.watch-wrapper {
	padding-top: 10px;
}
	.watch-wrapper button {
		color: #fff !important;
	}
	.watch-wrapper button:hover {
		color: #818181 !important;
	}
	.watch-wrapper .dropdown-menu {
		min-width: 420px !important;
		margin-top: 20px;
		padding: 0 0 10px !important;
		background-color: #000;
		border: 1px solid #fff;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.watch-wrapper .menu-header {
		background-color: #fff;
		color: #000;
		margin-bottom: 10px !important;
	}
	.watch-wrapper li {
		padding: 10px 20px;
		margin: 0 !important;
		font-size: 17px;
		line-height: 1em;
		overflow: hidden;
	}
	.watch-wrapper .arrow {
		position: absolute;
		top: -10px;
		left: 68px;
		width: 0;
		height: 0;
		padding: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
	}
	.watch-wrapper .format {
		float: left;
		width: 66%;
	}
	.watch-wrapper .link {
		float: right;
		width: 31%;
		text-align: right;
	}
	.watch-wrapper .info {
		display: block;
		margin-top: 3px;
		color: #ccc;
		font-size: 12px;
		line-height: 1.3em;
	}
#episode-download-ios {
	display: none;
}

/* ----- Girls ----- */
.girl-row {
	margin-bottom: 40px;
}
.girl-thumb {
	display: block;
	width: 100%;
	height: auto;
}
.girl-info {
	margin-top: 40px;
}
	.girl-info h3 {
		margin-bottom: 20px;
	}
.read-more-toggle {
	margin-top: -20px;
	color: #f90;
	cursor: pointer;
}

/* ----- About ----- */
.vr-image {
	height: 200px;
	margin-bottom: 30px;
	line-height: 200px;
	text-align: center;
}
	.vr-image img {
		max-width: 245px;
		vertical-align: middle;
	}
.about-info {
	width: 70%;
	margin: 0 auto;
}
.about-brand {
	padding-left: 20px;
}
	.about-brand img {
		display: block;
		margin: 0 0 12px -20px;
	}
.vr-description {
	margin-top: 40px;
}
	.vr-description .about-brand {
		padding-left: 0;
	}
		.vr-description .about-brand img {
			margin-left: 0;
		}
.question {
	margin-bottom: 7px;
}

/* ----- Login ----- */
.login #content .container {
	width: auto !important;
	max-width: 820px;
}
.login #login {
	display: none;
}
.login-content, .login-content label {
	color: #ccc !important;
}
	.login-content td:first-child {
		padding-right: 15px;
	}
.login-wrapper {
	margin: 25px 0 15px;
}
	.login-wrapper .btn-default {
		padding: 12px 40px;
		font-size: 22px;
	}
.captcha-label {
	margin-bottom: 3px;
}
	.captcha-label label {
		line-height: 1.3em;
	}
.captcha-input {
	width: 75%;
}
.icon-reject {
	position: relative;
	top: -4px;
}
.denied {
	margin-bottom: 25px;
}
	.reject-content p, .reject-content ol {
		margin-bottom: 18px;
	}
	.reject-content a {
		color: #fff;
		text-decoration: underline;
	}
	.reject-content a:hover {
		color: #818181;
	}
	.reject-content .btn-default {
		display: inline-block;
		width: 240px;
		text-align: center;
		text-decoration: none;
	}

/* ----- Prejoin ----- */
.prejoin #top {
	display: none;
}
.prejoin #content .container {
	width: auto !important;
	max-width: 1014px !important;
}
.prejoin-row {
	padding: 25px;
	color: #000;
}
.row-logo {
	background-color: #0b1314;
}
	.row-logo .tagline {
		position: relative;
		z-index: 2;
		margin: 14px 0 -9px;
		color: #e7e0e1;
	}
	.row-logo hr {
		position: relative;
		z-index: 1;
		width: 564px;
		height: 18px;
		margin: 0 auto;
		background-color: #080e0e;
		border: none;
	}
.row-login {
	background-color: #f3f2f2;
}
	.row-login .form-wrapper {
		width: auto;
		max-width: 680px;
		margin: 0 auto;
	}
	.row-login .form-group {
		margin-bottom: 0;
	}
	.row-login label {
		color: #000;
	}
	.row-login input {
		border-color: #333;
	}
.row-unlock {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ccc;
}
	.row-unlock h1 {
		margin-bottom: 0;
	}
.row-payments {
	background-color: #fff;
}
.payment-block {
	display: inline-block;
	*display: inline;
	width: 326px;
	height: 76px;
	margin: 10px;
	padding: 0 20px;
	background: #eceded;
	background: -moz-linear-gradient(top, #eceded 0%, #d4d4d4 100%);
	background: -webkit-linear-gradient(top, #eceded 0%, #d4d4d4 100%);
	background: linear-gradient(to bottom, #eceded 0%, #d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eceded', endColorstr='#d4d4d4',GradientType=0);
	border: 2px solid #c7c7c7;
	line-height: 76px;
	text-align: left;
}
	.payment-block:hover {
		cursor: pointer;
		box-shadow: 0px 0px 5px 0px #39f;
		-moz-box-shadow: 0px 0px 5px 0px #39f;
		-webkit-box-shadow: 0px 0px 5px 0px #39f;
	}
	.payment-block .input-holder {
		margin-right: 30px;
	}
	.payment-block .icon-image {
		width: 70px;
		height: 71px;
		line-height: 71px;
		text-align: center;
	}
	.row-payments .submit-wrapper {
		margin: 40px 0 0;
	}
	.row-payments .submit {
		width: 666px;
		padding: 25px 40px;
		background: #32adff;
		background: -moz-linear-gradient(top, #32adff 0%, #017bcd 100%);
		background: -webkit-linear-gradient(top, #32adff 0%, #017bcd 100%);
		background: linear-gradient(to bottom, #32adff 0%, #017bcd 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32adff', endColorstr='#017bcd',GradientType=0);
		border: 1px solid #005cae;
		color: #fff;
		cursor: pointer;
		font-size: 24px;
		font-weight: bold;
		line-height: 1em;
	}
	.row-payments .submit:hover {
		background: #026EB6;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}
.row-support {
	background-color: #333;
	color: #ccc;
	font-size: 14px;
}
	.row-support p {
		margin-bottom: 8px;
	}
	.row-support a {
		color: #ccc;
		text-decoration: underline;
	}
	.row-support a:hover {
		color: #fff;
	}

/* ----- Members Banner ----- */
.members-banner img {
	width: 100%;
	height: auto;
	margin: 30px auto 0;
}

/* ----- Post-Login ----- */
.navbar-brand h1 {
	margin: 6px 0 0;
	color: #000;
	font-size: 24px;
}
.continue {
	border: none !important;
	font-size: 24px !important;
	text-decoration: underline !important;
}
.post-login .btn-default {
	font-size: 24px;
}

/* ----- 404 ----- */
.page-404 #login {
	display: none;
}
.page-404 h1 {
	margin-bottom: 30x;
	font-size: 72px;
	line-height: 1em;
}
.page-404 h2 {
	margin-bottom: 20px;
	font-size: 48px;
}
	.page-404 #content p {
		margin-bottom: 40px;
	}
	.page-404 #content .btn-default {
		background: none !important;
	}

/* ----- Footer ----- */
footer {
	margin: 70px 0 25px;
	color: #fff;
	font-size: 13px;
}
	footer a {
		color: #fff !important;
	}
	footer a:hover, footer a:active, footer a:focus {
		color: #fff !important;
	}
	footer a:hover {
		text-decoration: underline;
	}
	footer p {
		margin-bottom: 10px;
	}
	footer *:last-child {
		margin-bottom: 0;
	}
	footer br {
		display: block;
		margin-top: 10px;
		line-height: 30px;
	}
.footer-inner {
	width: 650px;
	margin: 0 auto;
}
.footer-nav {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
	.footer-nav li {
		display: inline-block;
		*display: inline;
		margin: 0;
		padding: 0 12px 25px 0;
	}
	.footer-nav a {
		margin: 0;
		padding: 0;
		font-size: 14px;
		text-transform: uppercase;
	}
	.footer-nav a:hover, .index .footer-nav .index a, .about-vr .footer-nav .about-vr a, .girls .footer-nav .girls a, .prejoin .footer-nav .join a {
			background: none !important;
			text-decoration: underline !important;
		}
.footer-logos {
	margin-top: 25px;
}

/* ----- Social Media Icons ----- */
.sm-icons a {
	display: inline-block;
	*display: inline;
	margin: 0 5px;
	color: #818181 !important;
	font-size: 20px;
}
	.sm-icons a:visited {
		color: #818181 !important;
	}
	.sm-icons a:hover, .sm-icons a:active {
		color: #fff !important;
	}
	.sm-icons.circles a {
		width: 36px;
		height: 36px;
		margin: 0 2px;
		background-color: #333;
		border-radius: 100%;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		color: #fff !important;
		font-size: 24px;
		line-height: 36px;
		text-align: center;
	}
	.sm-icons.circles a:hover {
		background-color: #1e1e1e !important;
	}

/* ----- Responsive ----- */
@media (max-width: 1920px) {
	#hero {
		height: 866px;
	}
	#home-video {
		width: 854px;
		height: 480px;
	}
}
@media (max-width: 1420px) {
	.container {
		width: 100%;
	}
	#hero {
		height: 640px;
	}
}
@media (max-width: 1024px) {
	.row.width-85 {
		width: 100% !important;
	}
	#home-video {
		width: 740px;
		height: 416px;
	}
}
@media (max-width: 1000px) {
	#hero {
		height: 500px;
	}
	.episode-image {
		margin-bottom: 25px;
	}
	.footer-links {
		margin-bottom: 25px;
	}
}
@media (max-width: 900px) {
	.girl-info {
		margin-top: 10px;
	}
}
@media (min-width: 769px) {
	.hover-border:hover {
		background: none !important;
		border: 2px solid #fff;
	}
	.episode-area:hover .episode-info {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 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.5)));
	    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	}
}
@media (max-width: 768px) {
	html, body {
		margin-top: 0 !important;
		background: #000 !important;
		overflow-x: hidden !important;
	}
	body {
		position: relative;
		padding-top: 64px !important; /* Offset for the fixed header */
		background: #000 url(http://images.ancdn.com/public/rrs/images/bg-mobile.png) top center repeat-x !important;
		font-size: 15px;
	}
	body.index {
		background-image: none !important;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 14px;
	}
	.hide-mobile {
		display: none;
	}
	.show-mobile {
		display: block !important;
	}
	.show-mobile.inline {
		display: inline !important;
	}
	.center-mobile {
		text-align: center;
	}
	#content .center-mobile ol {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		list-style-position: outside;
		text-align: left;
	}
	.container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.btn-default {
		display: block;
		width: 100%;
		padding-top: 13px;
		padding-bottom: 14px;
		text-align: center;
		text-decoration: none !important;
	}
	.anchor {
		top: -64px;
	}
	#top {
		position: fixed;
		z-index: 25;
		height: 64px;
		padding-top: 8px;
		background: #000 !important;
	}
	#browse, #login {
		position: relative;
		z-index: 10;
		top: 5px;
	}
	#browse .dropdown-menu {
		width: 788px;
		left: -20px;
		padding-top: 10px !important;
		margin-top: 24px;
		background: rgba(0, 0, 0, 0.8);
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		overflow: hidden;
	}
	#browse .dropdown-menu li {
		margin-bottom: 10px;
	}
	#browse .dropdown-menu li:last-child {
		margin-bottom: 6px;
	}
	#browse .dropdown-menu a {
		display: inline;
		font-size: 17px;
		line-height: 1.8em;
	}
	#logo {
		position: relative;
		z-index: 1;
		top: -38px;
	}
	.tagline {
		margin: 4px 0 0;
	}
	#login {
		margin-top: 0;
	}
	#hero {
		height: 346px;
	}
	#hero .description-inner {
		width: 75%;
	}
	#hero .title {
		font-size: 22px;
	}
	#hero .watch-link {
		font-size: 16px;
	}
	#hero .watch-link .fa {
		font-size: 12px;
	}
	#content {
		margin: 25px 0 20px !important;
	}
	.col-full-mobile {
		float: none !important;
		width: 100% !important;
	}
	.episode-info {
		font-size: 20px;
	}
	.episode .col-md-4 a {
		text-decoration: underline;
	}
	.episode .col-md-3 {
		margin-bottom: 40px;
	}
	.episode-info strong {
		width: 100%;
	}
	.episode-title {
		font-size: 18px;
	}
	.episode-summary {
		line-height: 1.45em;
	}
	.prejoin #top {
		display: block;
	}
	.prejoin #content {
		margin-top: 0 !important;
	}
	.prejoin #content .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.row-unlock {
		padding: 25px 0;
	}
	.row-unlock h1 {
		line-height: 1.3em;
	}
	.vr-image {
		width: 200px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		line-height: 1em;
	}
	.vr-image img {
		max-width: 100%;
	}
	.about-info {
		width: 200px;
		margin: 0 auto 70px;
	}
	.about-brand {
		padding-left: 0;
	}
		.about-brand img {
			display: block;
			margin-left: 0;
		}
	.about-selected-image {
		display: block;
		width: 200px;
		height: auto;
		margin: 0 auto 25px;
	}
	.vr-description-inner {
		width: 220px;
		margin: 0 auto 25px;
	}
	.watch-wrapper {
		width: 100% !important;
	}
	.watch-wrapper .dropdown-toggle {
		display: none !important;
	}
	.watch-wrapper .dropdown-menu {
		display: block !important;
		position: relative !important;
		z-index: 1 !important;
		min-width: 100% !important;
		width: 100% !important;
		top: 0 !important;
		left: 0 !important;
		margin-top: 0 !important;
		border: none !important;
	}
	.watch-wrapper .menu-header {
		text-align: center;
	}
	.watch-wrapper .arrow {
		display: none !important;
	}
	.watch-wrapper li {
		padding: 10px;
		font-size: 16px;
	}
	.single-episode {
		margin-bottom: 30px;
	}
	.members-banner {
		margin-bottom: 50px;
	}
	.title-area .pull-left {
		float: none !important;
		text-align: center;
	}
	.episode-area {
		height: 250px;
	}
	.hover-border, .hover-border:hover {
		background: none !important;
		border: none !important;
	}
	.page-404 h1 {
		font-size: 40px;
	}
	.page-404 h2 {
		font-size: 36px;
	}
	.page-404 .btn-default {
		display: inline-block;
		width: auto;
		margin: 0 auto;
	}
	.page-404 footer {
		margin-top: 80px;
	}
	.prejoin-row {
		padding: 20px 10px !important;
	}
	.row-login .form-group {
		margin-top: 20px !important;
	}
	.row-payments .submit {
		width: auto;
		padding: 15px 25px;
		font-size: 18px;
		line-height: 1.35em;
	}
	.row-support {
		font-size: 13px;
	}
	.payment-block input {
		border-radius: 100% !important;
		-moz-border-radius: 100% !important;
		-webkit-border-radius: 100% !important;
	}
	footer {
		margin: 50px 0 15px;
		font-size: 13px;
	}
	.footer-inner {
		width: 100%;
		text-align: center;
	}
	.footer-nav {
		float: none !important;
		margin-bottom: 25px;
	}
	footer p {
		margin-bottom: 20px;
	}
	.footer-nav li {
		padding-bottom: 12px;
	}
	footer .sm-icons {
		float: none !important;
	}
	.mobile-sm-icons {
		margin: -15px 0 30px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.hover-border:hover {
		background: none !important;
		border: none !important;
	}
}
@media (max-width: 767px) {
	#home-video {
		width: 420px;
		height: 236px;
	}
}
@media (max-width: 420px) {
	.watch-wrapper .dropdown-menu li {
		font-size: 14px;
	}
	.payment-block {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0 10px;
	}
	.row-payments .submit-wrapper {
		margin: 10px 0;
	}
	.payment-block .icon-image {
		text-align: right;
	}
	.reject-content .btn-default {
		width: 100%;
	}
	#content .center-mobile ol {
		position: relative;
		width: 200px;
		left: 8px;
		padding-left: 0;
	}
	#home-video {
		width: 300px;
		height: 169px;
	}
}
@media (max-width: 400px) {
	.hide-phones {
		display: none !important;
	}
	.show-phones {
		display: block !important;
	}
	.page-404 #browse .show-phones, .login #browse .show-phones {
		display: none !important;
	}
	#logo {
		margin-top: 14px;
	}
	.logo.show-mobile {
		width: 170px;
	}
	#logo .tagline {
		font-size: 10px;
	}
	#login a {
		font-size: 13px;
	}
	#hero {
		height: 180px;
	}
}