@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:#000;

}

.title-green {
	font: bold 20px Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", sans-serif;
	color: #fbc322;
	text-align: center;
}

/************** full hearder background gradient **********************/
.header {
background-image:url(../images/header-bg2.png);
BACKGROUND-REPEAT: repeat-x;
width:100%;
margin: 0 auto;
	/*background: #0076c2;  Old browsers */
	/*background: -moz-linear-gradient(top, #2f1b0b 0%, #000000 100%);  FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f1b0b), color-stop(100%, #000000));  Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #2f1b0b 0%, #000000 100%);  Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #2f1b0b 0%, #000000 100%);  Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #2f1b0b 0%, #000000 100%);  IE10+ */
	/*background: linear-gradient(to bottom, #2f1b0b 0%, #000000 100%);  W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f1b0b', endColorstr='#000000', 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;

}

/*********************** header middle section text ************************/
.site-title h1, .site-title h2 {
	line-height: 1;
	margin: 0;
	font-weight: normal;
	margin-left: 25px;
}

/****************** header middel section UNLIMITED ACCESS text *********************/
.site-title h1 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000;
}
/****************** header middel section DAILY UPDATES text *********************/
.site-title h2 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000;
}

/*********************** 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: 1px solid #021334;
	border-bottom: 1px solid #001d49;
	background: #001d49; /* Old browsers */
	background: -moz-linear-gradient(top, #021334 20%, #001d49 84%, #415676 90%, #001d49 96%, #001d49 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #021334), color-stop(84%, #001d49), color-stop(90%, #415676), color-stop(96%, #001d49), color-stop(100%, #001d49)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #021334 20%, #001d49 84%, #415676 90%, #001d49 96%, #001d49 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #021334 20%, #001d49 84%, #415676 90%, #001d49 96%, #001d49 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #021334 20%, #001d49 84%, #415676 90%, #001d49 96%, #001d49 100%); /* IE10+ */
	background: linear-gradient(to bottom, #021334 20%, #001d49 84%, #415676 90%, #001d49 96%, #001d49 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021334', endColorstr='#001d49', 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 #17315f;
	font: normal 18px 'Didact Gothic', Verdana,  sans-serif;
	text-shadow: 0 0 2px #fff;
	color: #fff;
	padding-left: 33px;
	padding-right: 33px;
	
}
.menu li:last-child a {
	border-right: 1px solid #17315f;
}
/*************** menu ancor hover, active,focus *************************/
.menu li.active a, .menu li a:hover, .menu > li > a:focus {
	color: #fff;
	text-shadow: 0 0 2px #fff;
	background: #a70000; /* Old browsers */
	background: -moz-linear-gradient(top, #bf0002 20%, #a70000 84%, #bf4141 90%, #a70000 96%, #a70000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #bf0002), color-stop(84%, #a70000), color-stop(90%, #bf4141), color-stop(96%, #a70000), color-stop(100%, #a70000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bf0002 20%, #a70000 84%, #bf4141 90%, #a70000 96%, #a70000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bf0002 20%, #a70000 84%, #bf4141 90%, #a70000 96%, #a70000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bf0002 20%, #a70000 84%, #bf4141 90%, #a70000 96%, #a70000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bf0002 20%, #a70000 84%, #bf4141 90%, #a70000 96%, #a70000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0002', endColorstr='#a70000', GradientType=0 ); /* IE6-9 */
}

/**************** gray body background **************************/

.header-section .main-section{
	padding-top:0;
	padding-bottom:0;
}
.main-section{
	background:#fff;
	padding-top:15px;
	padding-bottom:25px;

}
.main-container {
	border: 1px solid #002135;
	background: #00314e;  /* welcome container color BG */
	margin-bottom:10px;
	/*background-color:#f5e0c5; /* background warning color */
	
}


/*************** below video blue section *****************/
.intro-video{
	background:#a60204;
	color:#fff;
	padding:20px 20px 0 20px;
	margin-bottom:15px;
}
.player-holder{
	margin-bottom:5px;
}
.player-holder2{
	margin-bottom:5px;
	margin-top:18px
}
.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;
	color:#fff;
}
.bold-txt {
	font-weight: bold;
	color:#fff;
}
.title-time,
.view-review{
	float:left;
	width:100%;
}

.v-name a{
	float:left;
	color:#fbc322;
	font-weight:bold;
	width:217px;
	height:17px;
	overflow:hidden;
}
.v-time{
	float:right;
	color:#fff;
}
.viewer{
	float:left;
	color:#fff;
}
.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;
		color:#fff;
	
}
.model-name a{
	float: none;
	color:#7bb3c5;
	font-weight:bold;
}
.scene-title{
	float: none;
	color:#fbc322;
	font-size: 14px;
	font-weight:bold;
}
/****************** footer section css goes here *********************/
.footer-section {
	background: #a60204;
	position: relative;
/*	border-top: 1px solid #8c0d0d;*/
	text-align: center;
	color: #fff;
	/*margin-top:30px;*/
	padding-top:50px;
}
.heading-txt
{ color: #000;
font-size:18px;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;}


/********** 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 #7bb3c5;
	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:#fff;
	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:#fbc322;

}
.btm-banner{
	margin-bottom:10px;
}


/********************** bonus page css goes here **************/
.lg-box{
	text-align:center;
	padding:0 25px;
}
.lg-box img{
	border:1px solid #0a4263;
}

.txt-white{ color:#fff;}
/******************* 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:#0c5d7b;
}

.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:#0c5d7b;
	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:#000;
}

/************** left side ********/
.cloud-blue{
	/*background:#0069b8 url(../images/join-banner-bg.jpg) repeat-y top right;*/
	padding-top:15px;
	padding-bottom:15px;
	padding-right:70px;
	color:#fff;
	text-shadow: 0 0 2px #fff;
}
.ban-higt-txt,
.ban-mid-txt,
.big-txt{
	font-family: 'Didact Gothic', Verdana,  sans-serif;
	font-weight:bold;
	display:block;
	line-height:0.9;
	color:#fff;
	text-shadow: 0 0 2px #fff;
}

.big-txt{
	font-size:34px;
	
}
.ban-higt-txt{
	font-size:26px;
}
.ban-mid-txt{
	font-size:19px;
	color:#fff;
}
/************** 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:#fff;
	text-shadow: 0 0 2px #fff;
}
.list-warning{
	padding-left:25px;
	color:#fff;
	text-shadow: 0 0 2px #fff;
}
.updating{
	padding-top:10px;
	text-shadow: 0 0 2px #fff;
}
.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:#fff;
	text-shadow: 0 0 2px #fff;
	/*text-shadow:3px 3px 3px rgba(0,105,184,0.5);*/
}
.member-txt.text-danger{
	color:#fff;
	text-shadow: 0 0 2px #fff;
	/*text-shadow:3px 3px 3px rgba(228,6,6,0.5);*/
}
.form-goes{
	padding:30px 0;
	display:block;
	text-align:center;
	color:#fff;
}
.signup-form{
	margin-top:10px;
}

.block-holder{
	margin:20px 0;
	color:#000;
}
.list-lf-pad{
	padding-left:20px;
}
}
.join_table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; width: 220px; padding: 8px; margin: 5px; 
text-shadow:3px 3px 3px rgba(0,0,0,1);
}

.join_name { font-weight: bold; text-align:right; border: none; }
.join_value { text-align: left; border: none; }
.join_error { color: #EE0000;
background-color:#fff;  }
.join_header { font-size: 14px; font-weight: bold; text-align: center; border: none; }
.join_input, .join_select{
margin-bottom:5px;
width:220px;
color:#000000;
font-weight:normal;
}
.join_select_yr{
margin-bottom:5px;
width:130px;
color:#000000;
font-weight:normal;
}
.join_select, .join_select_yr{
height:25px;
}
.join_button{
margin-bottom:35px;
width:260px;
color:#000000;
font-weight:bold;
}

.signup-form{
	margin-top:10px;
}

.block-holder{
color:#000;
	margin:20px 0;
}
/********************** 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:#000;
}
.hide-banner-image{
	display:none;
	margin-bottom:10px;
}
.welcome-banner h1{
	font-size:24px;
	color:#fff;
	
}
.welcome-banner-content{
	padding-left:330px;
	padding-top:20px;
}

.wel-txt{
	padding-left:100px;
	color:#fff;
	text-shadow: 0 0 2px #ffd599;
}

.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:#000;
	padding:15px;
	border:1px solid #06232e;
	color:#ffffff;
}
.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: #9b0001;
	border: 1px solid #510000;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.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:#40004f;
}


.welcome-banner-content{
	padding-left:0;
	background:#40004f;
}
.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:#40004f; /* join banner color*/
}
.cloud-light{
	padding-left:0;
	background:#90017c; /* 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;
}


}
