@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic);

body {font-family: 'Source Sans Pro', sans-serif; font-size: 14px; color: #575757;}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.popupContainer{
	position:absolute;
	width:330px;
	height: auto;
	left:45%;
	top:80px;
	background: #FFF;
}

label{
text-align:left;
float:left;
padding-bottom:5px;
}

#modal_trigger { width:150px;  display:block;}

.btn { width:237px !important; height:60px; background:url(../images/download.png) no-repeat center;  /* border-radius:6px;   background: #233A80; border:2px solid #1D2E63; box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);*/}
.btn_red {width:237px; height:60px; background:url(../images/download.png) no-repeat center; border:0;}

.btn:hover {width:237px; height:60px; background:url(../images/download.png) no-repeat center; border:0;}
.btn_red:hover {width:237px; height:60px; background:url(../images/download.png) no-repeat center; border:0;}

a.btn {width:237px !important; color:#fff; text-align: center; text-decoration: none;padding:20px 112px 29px 112px;}
a.btn_red {color: #FFF;}

.one_half {width:50%; display: block; float:left;}
.one_half.last {width:45%; margin-left:5%;}

/* Popup Styles*/
.popupHeader {font-size:16px; text-transform: uppercase;}
.popupHeader {background:#F4F4F2; position:relative; padding:10px 20px; border-bottom:1px solid #DDD; font-weight:bold;}
.popupHeader .modal_close {position: absolute; right: 0; top:0; padding:10px 15px; background:#E4E4E2; cursor: pointer; color:#aaa; font-size:16px;}

.popupBody {padding:20px;}


/* Social Login Form */
.social_login {}
.social_login .social_box {display: block; margin-bottom:5px;}
.social_login input[type="text"], .user_register input[type="email"], .user_register input[type="password"] {display: block; width:93%; padding: 10px; border:1px solid #DDD; color:#666;} 
.social_login input[type="checkbox"] {float:left; margin-right:5px;}

.social_login input[type="checkbox"]+label {float:left;}

.social_login .checkbox {margin-bottom: 10px; clear: both; overflow: hidden;}


.centeredText {text-align: center; margin: 20px 0; clear: both; overflow: hidden; text-transform: uppercase;}

.action_btns {clear:both; overflow: hidden;}
.action_btns a {display: block;}

/* User Login Form */
.user_login {display: none;}
.user_login label {display: block; margin-bottom:5px;}
.user_login input[type="text"], .user_login input[type="email"], .user_login input[type="password"] {display: block; width:90%; padding: 10px; border:1px solid #DDD; color:#666;}
.user_login input[type="checkbox"] {float:left; margin-right:5px;}
.user_login input[type="checkbox"]+label {float:left;}

.user_login .checkbox {margin-bottom: 10px; clear: both; overflow: hidden;}
.forgot_password {display:block; margin: 20px 0 10px; clear: both; overflow: hidden; text-decoration: none; color:#ED6347;}

/* User Register Form */
.user_register {display: none;}
.user_register label {display: block; margin-bottom:5px;}
.user_register input[type="text"], .user_register input[type="email"], .user_register input[type="password"] {display: block; width:90%; padding: 10px; border:1px solid #DDD; color:#666;}
.user_register input[type="checkbox"] {float:left; margin-right:5px;}
.user_register input[type="checkbox"]+label {float:left;}

.user_register .checkbox {margin-bottom: 10px; clear: both; overflow: hidden;}

