#contactus {
	margin-top: 30px;
	height: auto;
	padding-bottom: 30px;
	color: #175757;
}

	#contactus #map {
		min-height: 500px;
		width: 100%;
	}

	#contactus a img {
		width: 32px;
		height: 32px;
	}

	#contactus h3 {
		text-align: center;
		padding: 20px 0px;
		font-family: 'FC_Minimal_Bold';
		font-size: 32px;
		color: #175757;
	}

	#contactus h4 {
		font-family: 'FC_Minimal_Bold';
		font-size: 28px;
		color: #175757;
	}

	#contactus .form-group {
		padding: 20px 0px;
	}

	#contactus button[type=submit] {
		float: right;
	}

	#contactus .input-text {
		font-size: 18px;
	}

	#contactus .send-button {
		text-align: center;
	}

	#contactus .btn-send-mail {
		font-size: 18px;
	}
	
	.error {
    	border-color: #FF0000;
    }

@media (max-width: 1366px) {

}

@media (min-width: 1280px) and (max-width: 1365px) {

}

@media (max-width: 1024px) and (max-width: 1279px) {

}

@media (min-width: 768px) and (max-width: 1023px) {

}


@media (min-width: 320px) and (max-width: 767px){

}