/*
	PRO STUDIO LIVE CSS
	DESIGNED BY SUNER AND GARCIA
	2014 | ABRAHAM GARCIA
*/

/*
	TABLE OF CONTENTS
		1.0 | USERFUL CSS
		1.1 | HEADER
		1.2 | MENU
		2.0 | HOME PAGE
		2.1 | HOW IT WORKS PAGE
		2.2 | UPCOMING ARTIST PAGE
		2.3 | REGISTER PAGE
		2.4 | FAQ PAGE
		2.5 | PROFILE PAGE
		2.6 | MEMBERS PAGE
		2.7 | CONTACT US PAGE
		2.8 | ARCHIVES PAGE

		10.0 | FOOTER
		20.0 | MEDIA QUERIES


/*1.0 USEFUL CSS*/

::selection {
  background: rgba(230, 119, 85, 0.6); 
  color:black;
}
::-moz-selection {
  background: rgba(230, 119, 85, 0.6); 
  color:black;
}
/*JV EDITED



body{
	background-color: #4b3f39;
	background: url() no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	color: #ccc;
  	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size:16px;

}
*/

#theStream{
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;
}
#theStream iframe{
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

#payment-form .form-control{
	background-color: #fff;border: 1px solid #ccc;border-radius: 5px;font-size: 15px;height: 32px;margin-bottom: 12px;margin-top: 1px;
}
.card-form .form-control{
	background-color: #fff;border: 1px solid #ccc;border-radius: 5px;font-size: 15px;height: 32px;margin-bottom: 12px;margin-top: 1px;
}
.card-form{background-color:transparent!important;}
/*#payment-form .col-md-6{width:40%!important;}*/
/*#payment-form .col-xs-6{width:40%!important;}*/
#payment-form h3{font-size:15px!important;}
.card-form h3{font-size:15px!important;}
.payment-page h3{font-size:15px!important;}
.payment-page col-md-3{padding-left:45px;width25%;}
.payment-page h1{font-size:30px;}

.studioWrapper{
	background: url() no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	height: inherit;
}


#menu ul
{	
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}
.rock-it-div{margin-bottom:20px;}
.rock-it-btn{
 	border-radius: 10px;
 	border: 3px solid #ffffff;
	background-color:#949494;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:24px;
	margin-bottom:30px;
}
.rock-it-btn:hover{
	background-color: rgba(230, 119, 85, 0.996);
	color: #fff;
}
.rock-it-text{padding-top:10px;}
.selected-rock-btn{border: 3px solid #e57759;}
.selected-rock-btn:hover{
	background-color:#fff;
	color: #e57759;
}

#menu ul li
{	
	text-align:left;
	position:relative;
	float:left;
	margin:0;
	padding:0
}


#menu ul li:hover
{

}

#menu ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
	background-color:rgba(230,119,89,0.9)!important;
	z-index:9999999;
}



.note-pad textarea {
	color: #333;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    background: #fff;
	background:
		-webkit-gradient(
			linear,
			left top, left bottom,
			from(#a0968b),
			color-stop(5%, #fff)
		);
	background:
		-moz-repeating-linear-gradient(
			top,
			#fff,
			#fff 38px,
			#a0968b 40px
		);
	background:
		repeating-linear-gradient(
			top,
			#fff,
			#fff 38px,
			#a0968b 40px
		);		
	-webkit-background-size: 100% 21px;
	 font-size: 15px;
}

#menu ul ul li
{
	
	width:200px;
	padding:10px;
	border-bottom:2px solid #fff;
}

#menu ul ul a
{
	line-height:120%;
	padding:10px 15px
}
#menu ul li ul li a{color:#fff!important;}

.archive-description img{width:100%!important;}

#menu ul li:hover > ul
{
	display:block
}
	                    

#leftAds{
	float: left;
	width: 10%;
}
#rightAds{
	float: 	right;
	width: 10%;
}
.divide20{margin-top:20px;}
.divide40{margin-top:40px;}
.divide60{margin-top:60px;}
.divide80{margin-top:80px;}
.divide100{margin-top:100px;}
.divide150{margin-top:150px;}
.divide200{margin-top:200px;}

.iconSize{font-size: 150px; }
/* JV EDITED
h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

*/
.clock{
	zoom: 0.3;
	-moz-transform: scale(0.3)
	
}

#wrapper{

	/*JV
	margin-top: 10px; 
	*/
}
.live-text{color:red;font-size:16px;margin-bottom:10px;}
.offline-text{color: green;font-size:16px;margin-bottom:10px;}

.blackWrapper2{background-color: rgba(67,63,60,.8); }
.blackWrapper{background-color: rgba(255,255,255,0.05); padding-top:32px; padding-bottom:32px; }
.center{text-align: center;}

.remind-me{color:#e67759!important;font-weight:bold;}


a{color: #ccc; }
a:hover{color: #e67759;text-decoration: none;}


.videoCenter{text-align: center; }


.error{color: #e67759!important;}
.bold{font-weight: bold;}
.orange{color: #e67759!important;}
.orange:hover{color: #ccc!important;}
/*ALERT MESSAGES*/
.alert-warning{background-color: #e67759; border-color: #e67759; color: #FFF; }
.alert-success{background-color: #3fa46b; border-color: #3fa46b; color: #FFF; }

/*PAGINATION*/

.pagination>li>a{color: #e67759; } 
.pagination>li>a:hover{color: #313131; } 



#specialContent {
    -webkit-animation-iteration-count: infinite; /* Safari and Chrome */
    animation-iteration-count: infinite;
}
/*1.1 HEADER*/
/*JV EDITED
header{background-color: #070708;border-bottom: 2px solid #8b8480;}
*/
.logo{ padding-top: 30px; padding-bottom: 5px; } 
.theLogo{width: 80%}
.login{padding-top: 20px; }
.membership {padding-top:5px;padding-bottom: 10px;}

a.membershipBtn{
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	font-size: 10px;
	background-color: #e67759; 
	color: #ffffff; 
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	-khtml-border-radius: 3px; 
} 

a.membershipBtn:hover{text-decoration: none;}

a.loginBtn{
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	font-size: 10px;
	background-color: #dfdfdf; 
	color: #333; 
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	-khtml-border-radius: 3px; 
} 

a.loginBtn:hover{text-decoration: none;}

a.registerBtn{
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	font-size: 10px;
	background-color: #676767; 
	color: #ddd; 
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	-khtml-border-radius: 3px; 
} 

a.registerBtn:hover{text-decoration: none;}


/*1.2 MENU*/
.tinynav { display: none }
#menu{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 50px;
	
}
#menu ul{
	padding-left: 0!important;
	margin:0!important;
	text-align: center;
}
#menu ul li{
	display: inline;
	padding-left: 40px;
	padding-right: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

#menu ul li a{
	color: #fff;
}
#menu ul li a:hover{
	color: #e67759;
	text-decoration: none;
}

.selected a{color: #e67759!important;}
.membershipMenu{
	background: #d87559;
	padding-top: 13px;
	padding-bottom: 13px;
}
.membershipMenu > a:hover{
	color: #333!important;
}
/* 2.0 HOME PAGE*/
#liveStream{
	margin-top: 20px;
}
#liveStream iframe{
	width: 100%;
	height: 500px;
	box-shadow: 0 20px 20px #000000;
}
#liveStream video{
	width: 480px;
	box-shadow: 0 20px 20px #000000;
	text-align: center;
	margin: 0 auto;
}
#theChat iframe{
	height: 600px;
}

#artistCarousel{
	background-color: rgba(127,79,64,.5);
	padding-top: 15px;
	padding-bottom: 5px;
	margin-top: 20px;
}
#upcomingArtist{
	padding: 0;
}
#upcomingArtist div{
	text-align: center;
}
#upcomingArtist img{text-align: center; width: 100%;  border:1px solid none; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.artistName{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
.artistType{
	padding: 0px;
	margin: 0px;
	color: #908d8d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
}

.featuredEvent{
	background-color: rgba(67,63,60,.8);
    border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 5px;

}

.featuredEvent > h3{
	margin-top: 0px;
}

.grayBackground{
	background-color: rgba(67,63,60,.8);
	padding: 20px;
}
.roundedCorners{
	 border-radius: 5px;
}
.liveNowBackground{
	background-color: rgba(38,37,37,.8);
	padding: 20px;
}
a.liveNowClose{
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	font-size: 14px;
	background-color: #676767; 
	color: #ddd; 
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
} 
.liveNowBtn{
	position: fixed;
	bottom: 7%;
	left: 48%;
	margin-top: -100px;
	margin-left: -85px;
}
.liveNowContainer{
	background-color: rgba(67,63,60,.8);
}

.promoImg1{
	padding-left: 5px;
	padding-right: 5px;
}
.marginTop5{
	margin-top: 10px;
}

h1.homeTitle{
	font-size: 59px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:200;
	-webkit-font-smoothing: antialiased !important;
	text-shadow:1px 1px 5px #fff;
	<!-- text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 45px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 0px #fff, 0 0 0px #fff; -->
}

.orangeLink{color:#d9755a;}
.post-content a{
	color: #e67759!important;
	text-decoration:underline;
}
/* 2.1 HOW IT WORKS PAGE*/

/* 2.2 UPCOMING ARTIST PAGE */
.followIcon{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-top: 20px;
	font-size: 20px;
}
.followIcon2{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-top: 20px;
	font-size: 36px;
}


/* 2.3 REGISTER PAGE */
.musicianRadios{display: none;padding-left: 40px; } 
.studentTextbox{display: none;}



/* 2.4 FAQ PAGE */
.panel{background: none; border: none; } 
.panel-heading{background-color: #858585!important; border-color: #858585!important; color: #fff!important; }
.panel-group .panel-heading+.panel-collapse .panel-body{border-top: 1px solid #858585!important; }
.panel-title{font-size: 18px; } 

.panel-title a:hover{ color: #000!important; }

/* 2.5 PROFILE PAGE */
.profileSideBar ul{list-style: none;padding-left: 8px;}
.profileSideBar ul li{padding: 5px; border-bottom: 1px solid #ddd;}
.h3side{padding-left: 8px;}

/* 2.6 MEMBER PAGE*/
.memberPost{line-height: 24px;}
.memberDate{font-size: 16px; }


/* 2.8 ARCHIVES PAGE*/
.archiveTitle{line-height: 15px; } 
.archiveArtists{line-height: 5px; } 
.contactSideBar{margin-top: 100px; }
.infoSideBar{margin-top: 100px;}
.classOffers{
	text-align: left;
}
ul.classOffers{
	margin-left: 40px;
}

.row-padded {
  padding: 35px;
  background-color: #F9F9F9;
  border: 1px solid #DDD;
}

.coupon{
	color: #006600;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
.totalPurchase{
	font-weight: bold;
	font-size: 18px;
}

.archiveVideos{
 	background-color: rgba(67,63,60,.8);
	padding-top: 10px;
	padding-bottom: 10px;
    border-radius: 25px;
}
.colorArchive{
	color: #fff!important;

}
.descArchive{


}
/*
.descInside{
	height: 252px;
	overflow: auto;
	padding-right: 15px;
}
*/

/*JV*/
.archive-image-box{
	position:relative;
	display:block;
	margin-bottom:4px;
}
/*JV*/
.image-overlay{
	color:white;
	border-radius:3px 3px 0px 0px;
	position: absolute; 
	padding-top:5px;
	padding-bottom:5px;
	/*margin-left:15px;*/
   	top: 0; 
   	left: 0; 
   	width: 100%; 
   	z-index: 1;
   	background-color:rgba(230, 119, 85, 0.8);
   	text-align:center;
}
/*JV*/
.cc-overlay{
	height: 40px;
    line-height: 40px;
    width: 40px;
    color: white;
    position: absolute;
    border-radius: 0px 3px 0px 3px;

    bottom: 0;
    left: 0;
    z-index: 999999;
    background-color: #1cb265;
    text-align: center;
    font-size: 16px;
}


.cc-message{
	background-color:#1cb265;
	width:35px;
	height:35px;
	line-height:35px;
	display:inline-block;
	font-size:16px;
	color:white;
	border-radius:3px;
}
.cc-div{
	text-align:center;
	padding-top:15px;
	padding-bottom:0px;	
}

/*CONTACT US PAGE*/



/* 10.0 FOOTER*/
/*JV EDITED
#footer{
	position:fixed;
	left:0px;
	bottom:0px;
	width: 100%;
}

footer{
	border-top: 2px solid #ada9a8;
	height:50px;
	width:100%;
	background-color: #070708;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;

}
*/
.socialFooter{padding-top: 5px;} 
.socialFooter ul{
	margin: 0px;
	padding: 0px;
}
.socialFooter ul li{
	display: inline;
	padding: 5px;
}
.socialFooter ul li a{
	font-size: 24px;
	color: #ada9a8;
}
.socialFooter ul li a:hover{
	color: #e67759;
}

.termsLink{text-align: center; padding-top: 10px;}
.termsLink ul li{display: inline;}
.termsLink ul li a{padding-left: 5px; padding-right: 5px;}
.termsLink a{color: #ada9a8; font-size: 14px; } 
.termsLink a:hover{color: #e67759; text-decoration: none;}

.rightLink{padding-top: 10px;}
.rightLink a{color: #ada9a8; font-size: 16px;padding-right: 40px; } 
.rightLink a:hover{color: #e67759; text-decoration: none;}


/*
	20.0 | MEDIA QUERIES
*/

@media(max-width:767px){
	#agreeContent,#agreeQuestion{display:none!important;}
	.mobile-ad{display:none;}
	.offline-now{display:none;}
	.liveNowBtn{
		position: fixed;
		bottom: 7%;
		margin-top: -100px;
		left:40%;
		z-index:99999;
	}

	.iconSize{font-size: 75px;text-align: center; margin: 0 auto; }

	
	.promoImg1{
		padding-left: 0px;
		padding-right: 0px;
	}
	.thePromo{margin-top: 10px;padding-right: 5px;padding-left: 5px;}
	#liveStream iframe{height: 250px;}
	/* HEADER*/
	header{/*height: 130px;*/}
	.logo{ text-align: center; } 
	.login{ padding-top: 30px; text-align: center;float: none;}
	.membership{ text-align: center;float: none!important;padding-right: 0px!important;padding-bottom: 30px;}
	/* MENU */
	#menu{margin-top: 20px;}
	.tinynav { display: block; width: 100%;color:#070708; }
	#nav { display: none }
	
	/* HOME PAGE */
	

	#artistCarousel{display: none; } 
	#upcomingArtist{display: none!important; }

	/* FOOTER */

	.socialFooter{text-align: center;} 
	.termsLink{display: none;}
	.rightLink{display: none;}
}


@media(min-width:768px){
	
	/* MENU */
	#menu{margin-top: 10px;}
	#menu ul li{padding-left: 10px; padding-right: 10px; } 
	.logo{ padding-top: 15px; padding-bottom: 5px; text-align: center;} 
	.theLogo{width: 50%}
	.login{ padding-top: 15px; text-align: center;float: none;}
	.membership{ text-align: center;float: none!important;padding-right: 0px!important;padding-bottom: 10px;}

	/*HOME PAGE*/
	.artistList{padding-left: 20px; padding-right: 20px;}


}
@media(min-width:992px){
	
	/* MENU */
	#menu{margin-top: 15px;}
	#menu ul li{padding-left: 20px; padding-right: 20px; } 
	.theLogo{width: 80%;}	
	
}
@media(min-width:1200px){

	
	#menu{margin-top: 15px;}
	/* MENU */
	#menu ul li{padding-left: 20px; padding-right: 20px; } 
		.theLogo{width: 80%;}
	/* HOME PAGE */
	.artistList{padding-left: 40px; padding-right: 40px;}



}
@media(max-width: 1499px) and (min-width: 1280px){
	#liveStream{text-align:center;}
	#liveStream iframe{ height:400px;width:80%; }
}

@media(min-width:1400px){
	/* MENU */
	#menu ul li{padding-left: 20px; padding-right: 20px; } 
		.theLogo{width: 80%;}
	/* HOME PAGE */
	
	#artistCarousel{margin-top: 60px; } 
	.artistList{padding-left: 40px; padding-right: 40px;}
}

@media(max-width: 2000px) and (min-width: 1500px){
	

	/* MENU */
	#menu ul li{padding-left: 20px; padding-right: 20px; } 
		.theLogo{width: 80%;}
	/* HOME PAGE */
	
	#artistCarousel{margin-top: 40px; } 
	.artistList{padding-left: 40px; padding-right: 40px;}

}

@media(max-width: 3000px) and (min-width: 2501px){
	
	/* HOME PAGE */
	.theLogo{width: 80%;}
	#artistCarousel{margin-top: 80px; } 
	.artistList{padding-left: 40px; padding-right: 40px;}
}
