/******************/
/* CONTACT STYLES */
/******************/

h1 {
	font-size: 18px;
	text-align: center;
}
h2 {
	font-size: 14px;
	line-height: 100px;
	text-align: center;
}
#where {
	display: table;
}
#where p {
	display: table-row;
	padding: 0;
	margin: 0;
}
#where .wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#where .wrapper > p:first-child {
	font-size: 18px;
	text-align: center !important;
}
#where span {
	display: block;
	padding: 10px 0;
	clear: both;
}
#where a:hover {text-decoration: underline !important;}
#navigation {
	display: none !important;
	width: 100%;
	height: 50px;
	margin-top: 10px !important;
	border-top: solid 1px #AAA;
	text-align: center;
	line-height: 60px;
}
#contact {height: auto !important}
form {
	width: 100%;
}
fieldset {
	float: left;
	margin: 0;
	border: none;
}
label, input, textarea {
	width: 200px;
	padding: 5px;
	float: left;
	clear: both;
	margin: 0;
}
label {
	padding: 0;
	margin-right: 5px;
	line-height: 30px;
}
label.error {color: #C00 !important;}
input {
	margin: 0 20px 10px 0;
	border: solid 1px #999;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}
textarea {
	width: 942px;
	height: 226px;
	padding: 5px;
	resize: none;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #999;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	line-height: 25px;
}
input.error, textarea.error {border-color: #C00 !important;}
#privacy > * {
	width: auto;
	height: 30px;
	float: left;
	clear: none;
	margin: 0;
	line-height: 30px;
}
#privacy a:hover {text-decoration: underline !important;}
input[type=submit] {
	width: 100px;
	height: 30px;
	float: right;
	clear: none;
	margin: 20px 0 0 0;
	border: solid 1px #CCC;
	background-color: #F4F4F4;
	line-height: 10px;
	cursor: pointer;
}
input[type=submit]:hover {border-color: #AAA;}

.contact #contact {
	background-color: transparent;
	margin: 60px 0px 60px 30px;
}

.contact #page section {
	background-color: transparent;
}

.contact_form .form_wrapper {
	width: 66%;
	float: left;
}

.contact_form  input[type=submit] {
	border: solid 1px #fec90f;
	background-color: #fec90f;
	color: #fff;
	width: 100px;
	height: 40px;
}

.contact_info {
	font-size: 14px;
	line-height: 24px;
	float: left;
	width: 34%;
}

.info_fields {
	width: 45%;
	margin-left: 5%;
	float: left;
}

.message_fields {
	width: 50%;
	float: right;
}

.scaptcha_label {
	width: 100%;
}

.thank_you a {
	text-decoration: underline !important;
}

.thank_you a:hover {
	text-decoration: none !important;
}









/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/

#contactus fieldset
{
  width: 100%;
}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{

}

#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #C0C0C0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:22px;
  width:220px;
  
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
   border-radius: 2px;   
  
}

#contactus #scaptcha
{
  width:130px;
  height:23px;
  float: none;
  margin-left: 20px;
  vertical-align: top;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   margin-top: 0px;
   
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
   border-radius: 2px;   
}

#contactus textarea
{
  height:120px;
  width: 100%;
  max-width: 310px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
   border-radius: 2px;
}

#contactus input[type="text"]:focus,textarea:focus
{

}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
   clear: both;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-size: 11px;
	width: 50%;
	float: left;
	display: inline-block;
	margin-top: 10px;
	font-style: italic;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}























@media screen and (max-width: 1280px) {
	#map {width: 558px;}
	.contact_form form .fieldset_one, .contact_form form .fieldset_two {

	}
	.contact_form form .fieldset_two {
		margin-left: 2%;
		clear: left;
	}

	.contact_form input[type=submit] {
		float: left;
		clear: both;
		margin-left: 2%;
	}

	#contactus textarea {
		width: auto;
	}

	#contactus #scaptcha {
		margin-left: 0px;
	}

	#contactus input[type="submit"] {
		margin-top: 20px;
		margin-left: 0px;
	}

}
@media screen and (max-width: 970px) {
	#where {
		width: 558px;
		height: 169px;
	}
	#map {width: 558px;}

	.contact_info {
		width: 100%;
	}

	.contact_form form {
		width: 100%;
	}

	.info_fields {
		margin-left: 0px;
		padding: 0px;
	}

	#contactus fieldset {
		padding: 0px;
	}

	.message_fields {
		width: 100%;
		float: none;
	}

	.contact #contact {
		margin: 0px;
	}
}
@media screen and (max-width: 660px) {
	#where {
		width: 418px;
		height: 285px !important;
	}
	#map {display: none;}
	#navigation {display: block !important;}
	textarea {width: 418px !important;}

	.contact_info {
		width: 100%;
	}

	.contact .grid {
		width: 100%;
		padding: 0px !important;
	}

	.contact #contact {
		width: 100%;
		margin: 0px;
	}

}