body {
	color: #000;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
header {
	/* background-image: url(../images/head-bg.jpg); */
	background-color: #8c132f;
	background-position: center;
	height: 48px;
	padding: 10px 0;
	text-align: center;
	background-repeat: no-repeat;
}
header .container {
	position: relative;
}
header .login-btn {
	position: absolute;
	right: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #e1aab8;
	font-size: 18px;
	line-height: 18px;
}
header .login-btn span {
	padding-bottom: 2px;
	margin-left: 3px;
	border-bottom: 1px solid #e1aab8;
}
.banner-section {
	overflow: hidden;
	background: #110911;
}
.banner-section img {
	width: 100%;
	height: auto;
}

.player { float: left; width: 100%; height: auto; }



.navbar-custom {
	/* background-image: url(../images/menu-bg.jpg); */
	background-color: #8c132f;
	background-position: center;
	border-bottom: 5px solid black;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top
}
.container {
	max-width: 1030px;
}
.navbar-custom .navbar-brand {
	display: none;
}
.navbar-custom .navbar-nav>li>a {
	font-family: 'Swiss721BoldRoundedBT', sans-serif;
	font-size: 28px;
	color: #fff;
	line-height: 65px;
	height: 65px;
	background-image: url(../images/m-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0;
	    padding-left:64px;
    padding-right: 64px;
	display: block;
}
.navbar-custom .navbar-nav>li:hover>a {
	background-color: inherit;
}
.navbar-custom .navbar-nav>li.join-now a {
	 
	background: none;
	color: #00f0ff;
	text-decoration: underline;
}
.navbar-custom .navbar-nav>li.last-one a {
	 
	background: none;
}
main {
	padding: 0 0;
}
.pTB70 {
	padding: 70px 0;
}
.pTB50 {
	padding: 50px 0;
}
.post-block {
	font-family: 'Swiss721LightCondensedBT', sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}
.post-block .img-div {
	height: 175px;
	background-size: cover;
	background-position: center top;
	border: 1px solid #bfbfbf;
	margin-bottom: 20px;
	position: relative
}
.post-block .img-div a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5
}
.post-block p {
	margin: 0
}
.post-block h3 {
	font-size: 18px;
	margin: 0;
	font-family: 'swiss721blackcondensedbt', sans-serif;
	padding: 0;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
}
.post-block p span {
	color: #8c132f;
}
.new-updates-section .inner-box {
	padding: 0 5px;
}
.new-updates-section .post-block {
	margin-left: -5px;
	margin-right: -5px;
}
.watch-free-section {
	text-align: center;
}
.stream-video-section .head-div {
	/* background-image: url(../images/bg01.png); */
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #8c132f;
	position: relative;
	padding: 12px 18px;
	margin-bottom: 15px;
	background-size: auto 100%;
}
.stream-video-section .head-div h2 {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}
.stream-video-section .head-div h2 span {
	color: #00f0ff;
}
.stream-video-section .head-div .r-star {
	position: absolute;
	right: 15px;
	top: 12px;
}
.video-div {
	font-size: 16px;
	line-height: 20px;
}
.video-div .lg-img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.video-div h3 {
	text-align: center;
	font-size: 45px;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	margin-bottom: 26px;
}
.video-div h3 span {
	color: #a20026;
}
.video-div  .video-inner-div{
	position: relative;
	
}
.video-div  .video-inner-div video{
		position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pb70 {
	padding-bottom: 70px;
}
.section-title {
	font-family: 'Swiss721BlackRoundedBT', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	margin-bottom: 35px;
	text-transform: uppercase;
}
.full-accsess-section {
	background: #10080d;
}
.full-accsess-section .head {
	/* background: url(../images/bg2.jpg); */
	background-color: #8c132f;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 16px 0;
	text-align: center;
}
.full-accsess-section .lg-img {
	width: 100%;
	height: auto;
}
footer .bottom-div {
	background: #000;
	padding: 50px 0 30px 0;
	text-align: center;
	color: #302c2d;
	font-size: 12px;
	font-weight: 700;
}
footer .bottom-div p {
	margin-bottom: 18px;
}
footer .bottom-div a {
	color: #302c2d;
	text-decoration: none;
}
footer .navbar-custom {
	/* background-image: url(../images/f-bg.jpg); */
	border: none;
}
.post-block-models {
	position: relative;
	margin-bottom: 10px;
}
.post-block-models .img-div {
	background-size: cover;
	height: 265px;
	margin-bottom: 20px;
	background-position: center top;
	position: relative;
}
.post-block-models .img-div a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.post-block-models .img-div:hover a {
	border: 1px solid #bfbfbf;
}
.post-block-models h3 {
	font-size: 18px;
	font-family: 'swiss721blackcondensedbt', sans-serif;
	min-height: 53px;
}
.pagination-div {
	text-align: center;
	margin-top: 50px;
}
.pagination-div .pagination>li>a, .pagination-div .pagination>li>span {
	padding: 0;
	width: 30px;
	height: 30px;
	background: #8c132f;
	color: #fff;
	margin: 0 10px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #000;
}
.pagination-div .pagination>li>span {
	background: #fe1349;
}
.pagination-div .pagination li.prev a, .pagination-div .pagination li.next a {
	background: none;
	border: none;
}
.post-block-models.video .exclusive-span {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.post-block-models.video .img-div a {
	background-image: url(../images/play-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
}
.post-block-models.video .img-div a:hover {
	opacity: 1;
}
.post-block-models.video .img-div {
	height: 175px;
}
.join-head-section {
	background-image: url(../images/join-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px 0;
	color: #fff;
}
.join-head-section .right-img {
	margin-left: -40px;
}
.join-head-section .right-img img {
	border: 2px solid #fff;
	width: 100%;
	height: auto
}
.join-head-section h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	margin: 0;
	font-size: 28px;
	color: #fff;
}
.join-head-section h2 span {
	color: #00f0ff;
}
.join-head-section ul {
	margin: 0;
	padding: 0;
	margin-top: 30px;
	list-style: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.join-head-section ul li {
	background-image: url(../images/b-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0;
	margin-bottom: 12px;
	padding-left: 25px;
	font-size: 20px;
	line-height: 22px;
}
/* Customize the label (the custom-radio) */
.custom-radio {
	display: block;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 18px;
}
/* Hide the browser's default radio button */
.custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
	background-color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
	display: block;
}
/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000;
}
.member-box {
	background: #8d132f;
	padding: 5px 15px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.member-box.c-light {
	background: #ff1148;
}
.member-box .custom-radio {
	margin: 0
}
.membership-section {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 60px;
}
.membership-section h2 {
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin: 0;
	margin-bottom: 15px;
}
.membership-section h2.mt {
	margin-top: 30px;
}
.membership-section .credit-card {
	margin: 20px 0;
}
.membership-section .credit-card .custom-radio {
	margin: 0
}
.membership-section .email-text {
	max-width: 250px;
}
.membership-section .email-text input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 38px;
	box-shadow: none;
}
.member-box .right-td {
	width: 100px;
	font-weight: 700;
	font-size: 34px;
}
.member-box .right-td span {
	font-size: 12px;
	display: inline-block;
	font-weight: 400;
	padding-left: 3px;
}
.membership-section .credit-card .checkmark {
	border: 1px solid #666;
}
.membership-section .credit-card .custom-radio .checkmark:after{
	    top: 4px;
    left: 4px;
}
.membership-section .bottom-btn {
	margin: 0 auto;
	margin-top: 110px;
	text-align: center;
	max-width: 540px;
}
.membership-section .bottom-btn .btn {
	background: #05a617;
	font-size: 36px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #fff;
	display: block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.membership-section .bottom-btn .btn img {
	margin-top: -8px;
	margin-left: 15px;
}

a.liner {display: inline-block;  font-family: 'Arial'; font-size: 32px; color: white; font-weight: bold;}
a.liner span {color: #00F0FE;}
header a.liner {margin-top: -7px;}