/* --- Contact ----------------------------------------------------------------------------------- */
.contact_banner {
	position: absolute;
	top: 50px;
	left: 300px;
	height: 500px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.contact_location_info {
}

.contact_inner_div {
	width: 50%;
	display: inline-block;
}

.contact_inner_div h4 {
	font-weight: bold;
}

.contact_section_text {
	margin-left: 10px;
	font-size: 30px;
	font-weight: 400;
	font-family: "Roboto Slab", serif;
	color: #000;
}

.contact_section_text_light {
	margin-left: 10px;
	font-size: 38px;
	font-weight: 400;
	font-family: "Roboto Slab", serif;
	color: #fff;
}

.contact_form_element_container {
	width: 95%;
	padding: 10px 10px 0px 5px;
}

.contact_form_element_container_large {
	width: 93%;
	display: inline-block;
	padding: 10px 10px 0px 5px;
}

.contact_form_button_container {
	padding: 20px 10px 0px 5px;
}

#contact_form_button {
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.contact_form_indicator {
	display: none;
	margin-top: 20px;
}

.contact_form_response {
	display: none;
	width: 350px;
	margin-left: 20px;
	margin-top: 20px;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.contact_big_button {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.contact_email_text:before {
	content: url("/images/email_16.png");
	margin-right: 10px;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.contact_phone_text:before {
	content: url("/images/phone_16.png");
	margin-right: 10px;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#locationIframe {
	width: 100%;
	height: 200px;
	margin-top: 70px;
	margin-bottom: 30px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 4px 4px 14px #000;
	-webkit-box-shadow: 4px 4px 14px #000;
	box-shadow: 4px 4px 14px #000;
}

.google_map { 
	margin-top:80px;
	vertical-align: top;
}

.contact_info_content {
	margin-left: 40px;
}
/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.contact.container {
  max-width: 80%;
  margin: 0 auto;
}

.contact.container_content {
  max-width: 70%;
  margin: 0 auto;
}
/* ============================================================
  SECTIONS
============================================================ */
section.contact.module:last-child {
  margin-bottom: 0;
}
section.contact.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.contact.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.contact.module p:last-child {
  margin-bottom: 0;
}
section.contact.module.content {
  padding: 40px 0;
}
section.contact.module.parallax {  
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-position: 0px -200px;
  background-origin: padding-box;	
  height: 800px;
  width: 100%;
}
section.contact.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 800px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.contact.module.parallax-1 {
  background-image: url("/images/winter_stock_1.jpg");
}

@media all and (min-width: 600px) {
  section.contact.module h2 {
    font-size: 42px;
  }
  section.contact.module p {
    font-size: 20px;
  }
  section.contact.module.parallax h1 {
    font-size: 96px;
  }
}

input.contact_form_input::-webkit-input-placeholder {
   color: #fff;
}

input.contact_form_input:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

input.contact_form_input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

input.contact_form_input:-ms-input-placeholder {  
   color: #fff;  
}

textarea.contact_form_text_area::-webkit-input-placeholder {
   color: #fff;
}

textarea.contact_form_text_area:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

textarea.contact_form_text_area::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

textarea.contact_form_text_area:-ms-input-placeholder {  
   color: #fff;  
}

.contact_form_input {
	width: 95%;
	height: 40px !important;
	font-size: 18px !important;
	padding: 0px 0px 0px 10px;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, .3);
	color: #fff;
	border: 2px solid #fff;
}

.contact_form_text_area {
	font-size: 18px !important;
	overflow:auto;
	margin:0;
	padding:6px 6px 7px 6px;
	width:100%;
	height:200px;
	line-height:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
	overflow:auto;
	background: rgba(255, 255, 255, .3);
	color: #fff;
	border: 2px solid #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}