@charset "utf-8";
/* CSS Document */

/*********************CONTACT PAGE*************************************/
	
#contact_section{
	background-color: #efefef;
	width: 100%;
	height:auto;
	clear: both;
	float:left;
	padding-bottom:0px;
	text-align: center;
	font-size: 20px;
	color: #8A8A8A;
	font-family: 'Cabin', sans-serif;
	}
.contact_box{
	clear: both;
	width: 982px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	padding:0px 0px 50px 0px;}
#contact_form-box{
	clear: both;
	width:792px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	}
.field{
	width:100%;
	height:40px;
	float:left;
	border:0px;
	border-bottom:#979797 solid thin;
	background-color:#efefef;
	margin-top:10px;
	font-family: 'Cabin', sans-serif;
	font-size:14px;
	color:#858585;
	line-height:25px;}
.field:focus {
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	outline:none;
}
.field2{
	width:100%;
	height:40px;
	float:left;
	border:0px;
	border-bottom:#979797 solid thin;
	background-color:#efefef;
	margin-top:10px;
	font-family: 'Cabin', sans-serif;
	font-size:14px;
	color:#858585;
	line-height:30px;}
.field2:focus {
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	outline:none;
}
#captcha_box{
	width:400px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;}
#captcha{
	width:145px;
	height:50px;
	float:left;
	background-color:#fff;}
.submit{
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	color: #fff;
	padding: 5px 20px;
	background-color:#018345;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border:none;
	
	cursor:pointer;
	margin-top:30px;
}
.submit:hover{
	color: #Fff;
	background-color:#302C97;
	animation-name: spin; 
	animation-duration: 1s; /* 3 seconds */
	animation-timing-function: linear;
}
/* Create the animation blocks */
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }


#Contact-details_section{
	width:100%; background-color:#FFF; padding-top:50px;
	}
	
.location_map{
	width:100%;
	height:420px;
	float:left;}


.styleinfo { color:#F00 !important; width:100%;
 float:left;}
 
 #contactWrapper {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#contactWrapper h1 { font-size: 11px; margin: -33px 0px 30px; padding: 5px 0px 0px 15px; font-size: 12px; text-transform: uppercase; background: url(../404.html) no-repeat; width: 138px; height: 22px; color: #fff; font-weight: bold;}
#contactWrapper label { display:block; float:none; font-size:12px; width:auto; font-weight: bold; margin-bottom: 7px; color: #333333;}
#contactWrapper label.error {
	display:block;
	float:none;
	font-size:11px;
	width:auto;
	font-weight: normal;
	margin-bottom: 0px;
	color: #F00;
	margin-top: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: 5px;
}
.error  {
	font-size: 12px;
	color: #F30;
}
#contactWrapper label.checked { display:none; background: none; border: 0px; margin-top: 0px; padding: 0px; text-indent: -5000px;}
#contactWrapper em { color: #01b3b3;}
#contactWrapper .stage { margin-bottom: 0px;}
#contactWrapper .requiredNote { margin: 5px 0px 5px; color: #333; font-weight: bold;}
#contactWrapper .success {
	padding: 10px;
	border: 1px solid #E2E2E2;
	margin-bottom: 15px;
	color: #090;
	font-size: 12px;
	background-color: #FFF;
}
#contactWrapper .success p {
	margin: 0px;
	font-size: 12px;
	color: #090;
}
#captcha_c a {
	color:#666 !important;
	
}