/*
**********************************************************************************
PAGES SUBSCRIBE / LOGIN / PASS FORGOT
**********************************************************************************
*/




#body_wrapper{
	width:100%;
	height:auto;
	background:transparent;
	clear:both;
	margin:0;
	position:relative;
	display:flex;
}





#col_home_left{
	position:relative;
	display:inline-block;
	max-width:46%;
	height:80%;
	background:transparent;
	line-height:18px;
	font-size:12px;
	color:#999999;
	padding:0;
	text-align:center;
	font-family:Arial,Verdana,sans-serif;
	margin-top:20px;
}


#carrousel_home{
	position:relative;
	display:inline-block;
	background:transparent;
}

#carrousel_home img{
	/*border:2px solid #fff;*/
	max-width:100%;
}

#carrousel_home div.legend_img{
	background:rgba(255,255,255,0.8);
	position:absolute;
	bottom:0;
	width:90%;
	text-align:left;
	padding:3% 5%;
	color:#333;
}

/*
**********************************************************************************
RIGHT HOME COL
**********************************************************************************
*/

#col_home_right{
	position:relative;
	display:inline-block;
	margin-left:2%;
	width:47%;
	height:100%;
	background:#fff;
	line-height:18px;
	font-size:12px;
	color:#999999;
	padding:20px;
	text-align:left;
	font-family:Arial,Verdana,sans-serif;
	margin-top:20px;

}



#col_home_right h1{
	position:relative;
	float:left;
	width:100%;
	line-height:28px;
	font-size:26px;
	color:#000;
	text-align:left;
	font-family:Aaargh,Arial,Verdana,sans-serif;
	margin-bottom:10px;

}

#col_home_right p{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:12px;
	font-size:10px;
	color:#999999;
	padding:0;
	text-align:left;
	font-family:Aaargh,Arial,Verdana,sans-serif;
}

#col_home_right label{
	float:right;
	height:20px;
	line-height:20px;
	padding:10px;
	vertical-align:middle;
	cursor:pointer;
	font-size:12px;
}

#col_home_right label input{
	position:relative;
	bottom:-2px;
}

#col_home_right p a{
	line-height:30px;
	font-size:11px;
	color:#5B5B5B;
	float:right;
	text-decoration:underline;
	position:relative;
}

#col_home_right p a:hover{
	color:#000;
	text-decoration:none;
}


input[type=text],input[type=password],select{

	width:90%;
	height:30px;
	background:#EFEFEF;
	line-height:18px;
	font-size:12px;
	color:#000;
	padding:0 5%;
	text-align:left;
	margin-bottom:10px;
	border:1px solid #efefef;
}


 input[type=button]{
	position:relative;
	float:left;
	width:auto;
	height:auto;
	line-height:20px;
	font-size:10px;
	color:#fff;
	padding:2% 5%;
	margin:0 auto;
	text-align:left;
	font-family:Arial;
	cursor:pointer;
	font-weight:bold;
	vertical-align:top;
	text-transform:uppercase;
	background:#BF4115;
	border-radius: 3px;
}





input[type=button][disabled]{
	background-color:#ccc;
}

input[type=button][disabled]:hover{
	cursor:default;
}

#col_home_right .loading_home {
	position:relative;
	display:inline-block;
	text-align:center;
	color:#BF4115;
	font-size:20px;
	width:100%;
}


#col_home_right .loading_home img{
	max-width:90%;
}


#col_home_right .loading_home img.userprofile{
    border-radius: 120px;
    max-width: 150px;
    border: 2px solid #fff;
    box-shadow: 0 0 10px 5px #ccc;
}

#col_home_right .loading_home p.login{
    position:relative;
	display:inline-block;
	width:96%;
	padding:1px 2%;
	text-align:center;
	font-size:18px;
	color:#000;
	line-height: 40px;
}

#col_home_right .loading_home p.login.grey{
	color:#666;
}
