@charset "utf-8";
/* :::::::::::: Main Styles - Structure Stylesheet 
 -----------------------------------------------------------------  
 :: StyleSheet  : Contact Styles
 :: Version     : 1.0.0
 :: Author      : Michael Householder
 :: Company     : App Soft Development
 :: Company URL : http://appsoftdevelopment.com
 -----------------------------------------------------------------
     Copyright  : (C) 2014 App Soft Development. All Rights Reserved.
*/

/* ################### Contact ################### */

#contact_details {
  margin-top: 40px;
  margin-bottom: 60px;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:200px; /* your iframe height */
   top:200px;  /* your iframe height */
   margin-top:-200px;  /* your iframe height */
}

#contact_details iframe {
  width: 100%;
  height: 200px;
}

.contact_info li {
  list-style: none;
  margin: 20px 0px;
}

.contact_info li a {
  text-decoration: none;
  color: #5b5b5b;
}

.contact_icon {
  margin-right: 20px;
}

#address_icon {
  vertical-align: top;
  margin-right: 20px;
  margin-top: 3px;
}

#address {
  display: inline-block;
}


/* ################ Contact Form #############*/


#contact_social i {
  font-size: 36px;
  margin-right: 10px;
  color: #5b5b5b;
}

#contact_social i:hover {
  color: #ea470e;
}

div.input-group {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

span.input-group-addon {
  width: 40px;
}

#contact_send {
  margin-top: 30px;
}

#contact_send a {
  text-decoration: none;
}

#contact_send a:hover {
  background-color: #fff;
  color: #ea470e;
  padding: 9px 19px;
  border-radius: 5px;
  border: 1px solid #ea470e;
  font-weight: 500;
}

.orange_btn {
  background-color: #ea470e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}


@media screen and (max-width: 991px){
  #contact_lead {
    margin-top: 20px;
  }
}


#map-canvas{
    width: 100%;
    height: auto;
    min-height: 350px;
    display: block;
    padding: 0px;
    margin: 0px;
}

#map iframe{
    width: 100%;
    height: auto;
    min-height: 350px;
    padding: 0px;
}


h4.c_info{text-align: left; color: #f04f23; border-bottom: 1px solid #f04f23; font-weight: bold; font-size: 30px; margin-bottom: 25px;}

.form_contain{padding-top: 40px; padding-bottom: 40px;}

form{
    height: auto;
    padding-right: 3%;
    padding-bottom: 2%;
    display: block;
}

form span{
    font-size: 16px;
}

form input[type="text"]{  
    width: 95% !important;
    height: 45px;
    margin-bottom: 10px;
    margin-right: 5%;
    padding-left: 3%;
    display: block;
    font-size: 16px;
    border: 1px solid #dadada;
}

form textarea{
    width: 95% !important;
    height: 140px;
    margin-bottom: 20px;
    margin-right: 5%;
    padding-top: 10px;
    padding-left: 1%;
    display: block;
    font-size: 16px;
    border: 1px solid #dadada;
}

form select{
    width: 95% !important;
    height: 40px;
    margin-bottom: 20px;
    font-size: 16px;
}

form input[type='submit']{ 
    width: 25%;
    height: 43px;
    margin-top: 10px;
    background-color: #f04f23;
    color: #ffffff;
    font-size: 20px;
    border: none;
}div.form_field input[type='submit']:hover{background-color: #303030;}

 
 
 
  