#contact {
	background-color: #fff;
}
.contact-container {
	background-color: #f2f2f2;
}
.contact-title, .contact-col {
	padding-left:0 !important;
}
#contact h3 {
	margin-bottom:50px;
}
#contact-ul {
	padding:0 !important;
	
}

#contact-ul li i {
	font-size:18px;
	margin-right: 10px;
}

#contact-ul p {
	color:#666;

}

#contact-ul h5 {
	color:#333;
	*margin-bottom:30px;
}

#contact-ul i {
	color:#333;
}

#contact-ul li  {

	border-bottom:1px solid #e1e1e1;
	margin-bottom: 25px;
	width:60%;


}

#contact-ul li:last-child  {
	border-bottom:none;
	display:inline;

}

label {
	margin-bottom:.1rem !important;
	font-size:14px;
	color:#333;
}
.email-form {
	padding: 0!important;
}
form {
	padding: 0!important;
}

.form-control:focus{
	outline:none;
	box-shadow:none;
	border:1px solid #ced4da;
	
}
.name-error, .email-error ,.textarea-error, .subject-error{
	font-size:12px;
	color:red;
}
.form-group .apodoxi {
	font-size:14px;
	margin-bottom:10px;
	}
#contact-btn{
	color:#5b8c85;
	border:1px solid #5b8c85;
}

#contact-btn:hover{
	color:white;
	background-color: #5b8c85;
}
#facebook-contact a i {
	color:#5b8c85;
	font-size:18px;
	 margin-left:15px;
}
#facebook-contact a i:hover {
	cursor: pointer;
	color:#1778F2;
}
.apodoxi a {
	color:#babec2;
}
.apodoxi a:hover {
	color:#5b6066;

}
#btnSbm {
	color:#5b8c85;
 	border: 1px solid #5b8c85;
 	padding:5px 8px;
}
#btnSbm:disabled {
 	cursor: not-allowed;
}

#btnSbm:hover {
	color:white;
 	background-color:#5b8c85;
 	
}
.success {
	display:none; 
	position: fixed; 
	bottom:0;
	z-index: 20; 
	border: none; 
	background-color: rgba(0,0,0,0.8);
	color: #f2f2f2; 
	padding: 20px; 
	font-size: 14px; 
}

.response-error {
	display:none; 
	position: fixed; 
	bottom:0;
	z-index: 21; 
	border: none; 
	background-color: rgba(0,0,0,0.8);
	color:#f2f2f2; 
	padding: 20px; 
	font-size: 14px; 
}

.success i {
	color:#68B930; 
	margin-right:10px;
	background-color: white;
	border-radius: 50%;
	
}
.response-error i {
	color:#ff0000; 
	margin-right:10px;
	background-color: white;
	border-radius: 50%;
	
}