#contact {
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}

#contact h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

	#contact .top {
		text-align: center;
		max-width: 700px;
		margin: 0 auto;
		line-height: 130%;
	}
	
	#contact .top a {
		text-decoration: none;
		color: #00AEEF;
	}
		
	#contact .top a:hover {
		color: #000000;	
		text-decoration: none;
	}
	
#contact .form {
		max-width: 800px;
		margin: 0 auto;
		margin-top: 50px;
		font-size: 14px;
	}

#contact .left {
	width: 60%;
	float: left;
}


	#contact .row {
		margin-bottom: 10px;
	}

	
#contact .right {
	width: 39%;
	float: left;	
}

	#contact .right a {
		text-decoration: none;
		color: #00AEEF;
	}
		
	#contact .right a:hover {
		color: #000000;	
		text-decoration: none;
	}
	
	#contact .right-inner {
		border-left: 1px solid #ccc;
		padding: 50px 0 60px 20px;
	}

#contact h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

	#contact .contact {
		margin-top: 50px;
	}

	#contact .contact, #contact .address {
		position: relative;
		padding-left: 35px;
	}


	#contact .contact > img:first-child,
	#contact .address > img:first-child {
		position: absolute;
		top: 0;
		left: 0;
	}
	
#contact table {
	font-family: 'Century Gothic', Calibri, Segoe, 'Segoe UI', Arial, sans-serif !important;
    font-size: 14px;
	margin-left: 0px;
	}
	
#contact wpcf7-response-output wpcf7-mail-sent-ok screen-reader-response {
	font-family: 'Century Gothic', Calibri, Segoe, 'Segoe UI', Arial, sans-serif !important;
    font-size: 14px;
	margin-left: 0px;
	font-weight: bold;
	color: #0D9E0C;
}	





/*Form styling*/
#contact-us {
	width:400px;
	padding:10px;
	margin:50px 0;
}

#contact-us input[type="text"], #contact-us input[type="email"], #contact-us input[type="tel"], #contact-us input[type="url"], #contact-us textarea, #contact-us button[type="submit"] 


fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact-us input[type="text"], #contact-us input[type="email"], #contact-us input[type="tel"], #contact-us input[type="url"], #contact-us textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 10px;
	padding:10px;
}

#contact-us input[type="text"]:hover, #contact-us input[type="email"]:hover, #contact-us input[type="tel"]:hover, #contact-us input[type="url"]:hover, #contact-us textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact-us textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact-us button[type="submit"] {
	cursor:pointer;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact-us button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact-us button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact-us input:focus, #contact-us textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
