/*======== CONTACT ===============*/

.contact-text {
	text-align: center;
	margin-bottom: 20px;
    font-size: 16px!important;
}
.contact-success h4 {
    font-size: 16px!important;
    color:#fff!important;
}
.contact-info {
	padding: 30px 0 12px;	
	font-family: arial;
	font-size: 14px;	
}
.contact-info a {
	color: #515A5F;
}
.contact-content {
	position: relative;
}
.contact-text-info {
	padding-left: 40px;
	padding-top: 10px;
}
.contact-text-info span {
	font-weight: bold;
	color: #515a5f;
}
.contact-info .style-icon-1 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
}
.contact-form textarea, .contact-form input[type="text"] {
	color: #7F7F7F;
	padding: 10px;
	font-family: arial;
	width: 100%;
    border:none!important;
    border: none!important;	
	margin-bottom: 15px;
	font-size: 14px; 
}

.contact-form textarea {
	height: 75px;    
}
.contact-form input[type="text"] {
	height: 45px;
}
.contact-button {
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 24px;
	position: relative;
	height: 50px;
}

.contact-button i {
	position: absolute;
	left: 48%;
	top: 13px;
}

.contact-button input[type="submit"] {
	width: 100%;
	height: 50px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	position: relative;
}

.contact-success {
	display: none;
	margin-top: 20px;
}

.error-input {
	background-color: #F78080 !important;
	color: #fff !important;
}

#google-map {
	margin-top: 25px;
	line-height: 0;
}

#google-map iframe {
	width: 100%;
}


