@charset "utf-8";
/* CSS Document */

/*********** full background image ***********************/
body {
   background-image: url(../images/background.jpg);
  background-position: center center;  
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#000000;

}

.title-green {
	font: bold 20px Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", sans-serif;
	color: #ab1a60;
	text-align: center;
}

/************** full hearder background gradient **********************/
.header {
	background: #0076c2; /* Old browsers */
	background: -moz-linear-gradient(top, #330721 0%, #1f031d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #330721), color-stop(100%, #1f031d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #330721 0%, #1f031d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #330721 0%, #1f031d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #330721 0%, #1f031d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #330721 0%, #1f031d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#330721', endColorstr='#1f031d', GradientType=0 ); /* IE6-9 */
}
.header-bg {
	background: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
}
.header {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
}
.logo {
	margin-bottom: 0;
}
.site-title {
	text-align: center;
	margin-top: 30px;
	margin-left: -80px;
}

/*********************** header middle section text ************************/
.site-title h1, .site-title h2 {
	line-height: 0.9;
	margin: 0;
	font-weight: normal;
}

/****************** header middel section UNLIMITED ACCESS text *********************/
.site-title h1 {
	font-size: 27px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 0 3px #cc3669;
}
/****************** header middel section DAILY UPDATES text *********************/
.site-title h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ebb50b;
	text-shadow: 0 0 3px #cc3669;
}

/*********************** header right social  area *********************/
.social {
	padding-left: 20px;
	padding-left: 105px;
	margin-top: 12px;
	margin-bottom: 0;
}
.social li {
	float: left;
	margin-bottom: 5px;
	margin-left:5px;
}
/*************** full nav background gradient ***********************/
.nav-holder {
	border-top: 0px solid #f8cc11;
	border-bottom: 1px solid #ed9200;
	background: #ff9e04; /* Old browsers */
	background: -moz-linear-gradient(top, #ffcf00 20%, #ff9804 84%, #ffc566 90%, #ffcf00 96%, #ffcf00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffcf00), color-stop(84%, #ff9804), color-stop(90%, #ffc566), color-stop(96%, #ff9e04), color-stop(100%, #ff9e04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffcf00 20%, #ff9804 84%, #ffc566 90%, #ff9e04 96%, #ff9e04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffcf00 20%, #ff9804 84%, #ffc566 90%, #ff9e04 96%, #ff9e04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffcf00 20%, #ff9804 84%, #ffc566 90%, #ff9e04 96%, #ff9e04 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffcf00 20%, #ff9804 84%, #ffc566 90%, #ff9e04 96%, #ff9e04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcf00', endColorstr='#ff9e04', GradientType=0 ); /* IE6-9 */
box-shadow:0 1px 2px rgba(0,0,0,0.5);
position:relative;
z-index:1;
}

.nav-holder .container {
	padding-left: 0;
	padding-right: 0;
}

/************************ manu ancor color, size  ***********************/
.menu li a {
	text-transform: uppercase;
	border-left: 1px solid #f6ac05;
	font: normal 18px 'Didact Gothic', Verdana,  sans-serif;
	text-shadow: 0 0 2px #ffffff;
	color: #370231;
	padding-left: 32px;
	padding-right: 32px;
	
}
.menu li:last-child a {
	border-right: 1px solid #f6ac05;
}
/*************** menu ancor hover, active,focus *************************/
.menu li.active a, .menu li a:hover, .menu > li > a:focus {
	color:#370231;
	background: #ff9e04; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 20%, #b6b5b5 84%, #d8d8d8 95%, #b6b5b5 90%, #b6b5b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f5f5f5), color-stop(84%, #b6b5b5), color-stop(95%, #d8d8d8), color-stop(90%, #b6b5b5), color-stop(100%, #b6b5b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 20%, #b6b5b5 84%, #d8d8d8 95%, #b6b5b5 90%, #b6b5b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 20%, #b6b5b5 84%, #d8d8d8 95%, #b6b5b5 90%, #b6b5b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 20%, #b6b5b5 84%, #d8d8d8 95%, #b6b5b5 90%, #b6b5b5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 20%, #b6b5b5 84%, #d8d8d8 95%, #b6b5b5 90%, #b6b5b5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#b6b5b5', GradientType=0 ); /* IE6-9 */
}

/**************** gray body background **************************/

.header-section .main-section{
	padding-top:0;
	padding-bottom:0;
}
.main-section{
	background:#21031f;
	padding-top:15px;
	padding-bottom:25px;

}
.main-container {
	border: 1px solid #c9c8c8;
	background: #fff;
	margin-bottom:10px;
	/*background-color:#f5e0c5; /* background warning color */
	
}


/*************** below video blue section *****************/
.intro-video{
	background:#8f084e;
	color:#fff;
	padding:20px 20px 0 20px;
	margin-bottom:15px;
}
.player-holder{
	margin-bottom:5px;
}
.rt-less-pad{
	padding-right:5px;
}
.no-pad-lf{
	padding-left:0;

}
/************* latest video  right thumb ********************/
.video-thumb li{
	margin-bottom:5px;
}
.video-thumb li:last-child{
	margin-bottom:0;
}

.content-holder {
	padding: 40px 15px 20px 15px;
}
.bold-txt {
	font-weight: bold;
}
.title-time,
.view-review{
	float:left;
	width:100%;
}

.v-name a{
	float:left;
	color:#ab1a60;
	font-weight:bold;
	width:217px;
	height:17px;
	overflow:hidden;
}
.v-time{
	float:right;
}
.viewer{
	float:left;
}
.rating{
	float:right;
	padding-top:3px;
}
.star{
	background:url(../images/star.png) no-repeat;	
	height:12px;
	width:67px;

	display:inline-block;
}
.review{
		background:url(../images/star.png) no-repeat;
		background-position:0 -14px;
		display:inline-block;
		height:12px;
		text-indent:-9999px;
	
}
.model-name a{
	float: none;
	color:#fe9500;
	font-weight:bold;
}
.scene-title{
	float: none;
	color:#fbc322;
	font-size: 14px;
	font-weight:bold;
}
/****************** footer section css goes here *********************/
.footer-section {
	background: #8f084e;
	position: relative;
/*	border-top: 1px solid #8c0d0d;*/
	text-align: center;
	color: #fff;
	/*margin-top:30px;*/
	padding-top:50px;
}
.heading-txt
{ color: #fff;
font-size:18px;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;}
/********** footer get instant ********************/
.footer-top {
	width: 100%;
	position: absolute;
	top: -25px;
	left: 0;
}
.get-instant {
	display: block;
	text-align: center;
}
.get-instant a:hover img {
	opacity: 0.95;
}
.get-instant .center-block, .get-instant .img-responsive {
	display: inline-block;
}
/****************** footer menu  *****************/
.footer-nav {
	padding: 0;
}
.footer-nav li {
	display: inline;
}
.footer-nav li a {
	color: #fff;
	padding: 0 5px;
	border-right: 1px solid #fff;
	line-height: 0.8;
	display: inline-block;
}
.footer-nav li:last-child a {
	border-right: none;
}
.up-bor {
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	display: inline-block;
}

/******************** models page css goes here *******************/
.title{
	font-size:30px;
	font-weight:normal;
	color:#ab1a60;
	margin-top:15px;
	font-family: 'Didact Gothic', Verdana,  sans-serif;
}
.list-items li{
	margin-bottom:10px;
}
.feature-image{
	margin-bottom:10px;
}
.list-items h3 {
	font-size:12px;
	margin:0;
	height:40px;
	overflow:hidden;
}
/*************** video title name ****************/
.list-items h3 a{
	color:#ab1a60;

}
.btm-banner{
	margin-bottom:10px;
}


/********************** bonus page css goes here **************/
.lg-box{
	text-align:center;
	padding:0 25px;
}
.lg-box img{
	border:2px solid #444444;
}


/******************* video feed page css goes here *****************/
.gray-area{
	/*background:#393939;*/
	margin:15px;
	padding:15px;
}
.gray-area h3{
	color:#fff;
}

/************* pagination *********************/
.pagi{
	text-align:center;
}

/**************** blue area ************/
.blue-area{
	padding:15px;
	background:#000;
}

.blue-area h6{
	color:#fdfd0f;
	font-weight:normal;
	margin:10px 0 0 0;
}
.time{
	color:#fff;
}
.list-video li{
	margin-bottom:10px;
}
/****************** right sidebar widget *****************/
.widget{
	margin-bottom:20px;
}
.widget-title{
	text-transform:uppercase;
}
.widget-category .widget-content{
	background:#000;
	padding:15px;
	
}
.widget-list li a{
	font-size:11px;
	color:#fdfd0f;
}
/************* video page bottom record ***********/
.record{
	text-align:center;
}
.record a{
	color:#ffffff;
	text-decoration:underline;
}
.producer-list .lg-box img{
	border:none;
}
.top-pad{
	padding-top:15px;
}
/********************* join now page css goes here **************************/
.join-banner{
	background:url(../images/join-bg.jpg);
	
	  background-position: center center;  
  background-repeat: no-repeat;
 
  background-size: cover;
  background-color:#464646;
}

/************** left side ********/
.cloud-blue{
	/*background:#0069b8 url(../images/join-banner-bg.jpg) repeat-y top right;*/
	padding-top:100px;
	padding-bottom:15px;
	padding-right:70px;
}
.ban-higt-txt,
.ban-mid-txt,
.big-txt{
	font-family: 'Didact Gothic', Verdana,  sans-serif;
	display:block;
	line-height:0.9;
		color:#ab1a60;
}

.big-txt{
	font-size:34px;
	
}
.ban-higt-txt{
	font-size:26px;
}
.ban-mid-txt{
	font-size:19px;
}
/************** right side ********/
.cloud-light{
	/*background:url(../images/cloud-light.jpg) repeat-y top left;*/
	padding-top:15px;
	padding-bottom:15px;
	padding-left:100px;
}

.list{
	padding-left:15px;
	color:#000000;
}
.updating{
	
	padding-top:10px;
}
.updating p{
	margin-bottom:10px;
}

.top-gutter{
	margin-top:15px;
}
.member-txt{
	text-align:center;
	display:block;
	font-size:30px;
	line-height:0.9;
	color:#ab1a60;
	/*text-shadow:3px 3px 3px rgba(0,105,184,0.5);*/
}
.member-txt.text-danger{
	color:#000000;
	/*text-shadow:3px 3px 3px rgba(228,6,6,0.5);*/
}
.form-goes{
	padding:160px 0;
	display:block;
	text-align:center;
}
.signup-form{
	margin-top:10px;
}

.block-holder{
	margin:20px 0;
	color:#FFFFFF;
}
.list-lf-pad{
	padding-left:20px;
}

/********************** warning page css goes here *******************/
.welcome-banner{
	background:url(../images/welcome-bg.jpg) no-repeat top left;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
	background-color:#eed2b1;
}
.hide-banner-image{
	display:none;
	margin-bottom:10px;
}
.welcome-banner h1{
	font-size:24px;
	color:#8f084e;
}
.welcome-banner-content{
	padding-left:330px;
	padding-top:20px;
}

.wel-txt{
	padding-left:100px;
}

.lf-more-pad{
	padding-left:70px;
}
.cent-red-txt{
	text-align:center;
	font-family:'Didact Gothic', Verdana,  sans-serif;
	font-size:24px;
	color:#e40000;

}
.light-gray-area{
	margin:10px;
	background:#ffffff;
	padding:15px;
	border:1px solid #d2d2d2;
}
.action{
	text-align:center;
	margin:20px 0;
}
.action a:hover img{
	opacity:0.8;
}

/******* scrollable section *******/
.scrollable-txt{
	height:180px;
	overflow:auto;

}

/******************** Miscillinious **************/
.no-top-gutter{
	margin-top:0;
}


@media (min-width: 992px) and (max-width: 1199px) {
	.menu li a{
	padding-left:30px;
	padding-right:29px;

}

}



@media (min-width: 768px) and (max-width: 991px) {
	.logo {
	width: 60%;
}

	.site-title {
	margin-top: 18px;
}
.site-title h1 {
	font-size: 23px;
}
.site-title h2 {
	font-size: 13px;
}
.social li {
	width: 40%;
}
.menu li a{
	font-size:14px;
	padding-left:23px;
	padding-right:22px;

}
.big-txt{
	font-size:30px;
}
.member-txt{
	font-size:18px;
}
.welcome-banner-content{
	padding-left:0;
}
.wel-txt{
	padding-left:270px;
}

}


@media (max-width: 767px) {
.header-bg {
	background: url(../images/header-bg-mob.png);
		background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;

}
.logo img {
	width: 30%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.hide-mob {
	display:none;
}
.site-title {
	margin-top: 18px;
}
.site-title h1 {
	font-size: 15px;
}
.site-title h2 {
	font-size: 8px;
}
.menubar .container-fluid, .menubar .navbar-collapse {
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-toggle {
	background: #e9e9e9;
	border: 1px solid #ffcb00;
}
.navbar-toggle .icon-bar {
	background: #370225;
}
.menu li a{
	border-left:none;
}
.social {
	margin-top: 9px;
}
.social li {
	width: 40%;
}
.feature-image img.img-responsive,
.video-box img.img-responsive{
	width:100%;
}

.welcome-banner{
	background:none;
}


.welcome-banner-content{
	padding-left:0;
}
.wel-txt{
	padding-left:0;
}
.player-holder{
	margin-bottom:10px;
}


.video-thumb li{
	float:left;
	width:32.6%;
	margin-left:1%;
}
.video-thumb li:first-child{
	margin-left:0;
}
.rt-less-pad{
	padding-right:15px;
}
.no-pad-lf{
	padding-left:15px;
}

.join-banner{
	background:none;
}
.cloud-blue{
	background:#ffffff; /* join banner color*/
}
.cloud-light{
	padding-left:0;
	background:#e4cadc; /* join banner color*/
}


}

@media (max-width: 479px) {
	.welcome-banner h1{
		font-size:20px;
	}
.site-title {
	margin-top: 8px;
}
.site-title h1 {
	font-size: 9px;
}
.site-title h2 {
	font-size: 8px;
}
.title-green {
	font-size: 16px;
}
.social {
	padding-left: 0;
	margin-top: 4px;
}
.social li {
	width: 25%;
}
.member-txt{
	font-size:20px;
}
.rt-less-pad{
	padding-right:15px;
}
.no-pad-lf{
	padding-left:15px;
}


}
