.btn {
	display: inline-block;
	padding: 5px 10px;
	border: none;
	color: #A8AFB6;
	color: #447eac;
	color: #fff;
	background-color: #72839d;
	cursor: pointer;
	line-height: 13px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	text-transform: uppercase;
}

.btn:hover {
	/*background-color: #A8AFB6;*/
	/*background-color: #004B8B;*/
	background-color: #767675;
	/*color: #004B8B;*/
	color: #fff;
}


/* POPUPS */
.popup {
	position: relative;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
	width: 400px;
	height: 280px;
	height: auto;
	background-color: #f4f4f4;
	border: 1px outset #72839d;
	padding: 20px;
	text-align: center;
}
.mfp-close {
	position: absolute;
}

.en .popup-title {
	text-align: left;
	padding-bottom: 20px;
	font-family: 'helvetica';
	font-weight: bold;
	font-size: 14px;
	color: #72839d;
	text-transform: uppercase;
}
.ge .popup-title {
	text-align: left;
	padding-bottom: 20px;
	font-family: 'extrasquare';
	font-weight: bold;
	font-size: 14px;
	color: #72839d;
	text-transform: uppercase;
}

.popup-fields {
	width: 400px;
	text-align: left;
	padding-bottom: 10px;
}

.en .popup-box-title {
	float: left;
	width: 220px;
	font-family: 'helvetica';
	font-size: 14px;
	color: #586150;
	text-transform: uppercase;
}

.ge .popup-box-title {
	float: left;
	width: 220px;
	font-family: 'extrasquare';
	font-size: 14px;
	color: #586150;
	text-transform: uppercase;
}

.icon {
	padding-top: 10px;
	float: left;
	padding-right: 10px;
	text-align: left;
}

.sep {
	border-bottom: 1px solid #C2C2C2;
	padding-bottom: 10px;
}

.popup-text {
	border-bottom: #C2C2C2 2px solid;
	padding-bottom: 10px;
}
/****************LOGIN PAGE*****************/
.form-group {
	padding-bottom: 10px;
}

.form-group label, .text label {
	float: left;
	width: 120px;
	line-height: 21px;
}

.form-group input[type="text"], 
.form-group input[type="email"], 
.form-group input[type="password"], 
.text input[type="email"] {
	width: 137px;
	height: 19px;
	padding-left: 6px;
	border: 1px solid #C2C2C2;
	outline: 0;
}

.bottom {
	padding-bottom: 15px;
}