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

h1 {
		text-align: center;
		margin-bottom: 0;
		margin-top: 60px;
}


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

.popupContainer {
		position: absolute !important;
		width: 330px;
		height: auto;
		left: 45%;
		background: #FFF;
		display: none;
}

@media (max-width: 600px){
.popupContainer {
		position: absolute;
		width: 94%;
		height: auto;
		left: 0 !important;
		right: 0 !important;
		margin: auto !important;
		top: 40px !important;
		background: #FFF;
}
}



.btn {
		padding: 10px 20px !important;
		background: #2957a4 !important;
        color: #fff !important;
		transition: .2s all;		
}

.btn_red {
		background: rgb(67, 136, 115) !important;
		color: #FFF !important;
		border: inherit !important;
		font-size: 14px !important;
		font-weight: 600;
		color: #fff;
		width: 100%;
        height: inherit !important;
		transition: .2s all;
}

.btn:hover {
		background: rgb(67, 136, 115) !important;
		color: #fff;
}

.btn_red:hover {
		background: #2957a4 !important;
}

a.btn {
		color: #666;
		text-align: center;
		text-decoration: none;
		transition: .2s all;
}

a.btn_red {
		color: #FFF;
		transition: .2s all;
}

.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: #1f7972;
		position: relative;
		padding: 10px 20px;
		border-bottom: 1px solid #DDD;
		font-weight: bold;
		color: #fff;
		font-size : 14px;
}

.popupHeader .modal_close {
    position: absolute;
    right: 0;
    top: 0;
	padding: 9px 10px;

    /* background: #1f7972; */
    cursor: pointer;
    color: #fff;
    /* font-size: 16px;*/
}
.popupHeader .modal_close button {
    background: transparent;
    border: navajowhite;
}

.popupBody {
		padding: 20px;
}
/* Social Login Form */

.social_login {}

.social_login .social_box {
		display: block;
		clear: both;
		padding: 10px;
		margin-bottom: 10px;
		background: #F4F4F2;
		overflow: hidden;
}

.social_login .icon {
		display: block;
		width: 10px;
		padding: 5px 10px;
		margin-right: 10px;
		float: left;
		color: #FFF;
		font-size: 16px;
		text-align: center;
}

.social_login .fb .icon {
		background: #3B5998;
}

.social_login .google .icon {
		background: #DD4B39;
}

.social_login .icon_title {
		display: block;
		padding: 5px 0;
		float: left;
		font-weight: bold;
		font-size: 16px;
		color: #777;
}

.social_login .social_box:hover {
		background: #E4E4E2;
}

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

.action_btns {
		clear: both;
		overflow: hidden;
		margin-top: 12px;
}

.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"],
.user_register input[type="tel"] {
		display: block;
		width: 90%;
		padding: 10px;
		border: 1px solid #DDD;
		color: #666;
		height: 30px;
}

.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;
}