@import url("styles.css");
/* Top INFO Contacts */
  #main_nav{
    /*background: transparent url("../images/logo.png") 20px 20px no-repeat;*/
  }
  #main_nav> a{
    /*margin: 20px 0 0 20px ;*/
    /*background: transparent url("../images/logo.png") 0 0 no-repeat;*/
  }
  #logo_link{
    margin-left: 35px;
  }
  #nav_items{
    font-size: 0;
    list-style: none;
    padding: 0 15px 0 0;
  }
  #nav_items li{
    display: inline-block;
    font-size: 16px;
    margin: 30px 10px 30px 10px;
  }
  #nav_items a{
    display: inline-block;
    color: #626262;
    text-decoration: none;
  }
  #nav_items a.active{
    color: #ff850d
  }
  #nav_items li a:hover{
  color: #ff850d;
  font-weight: bold;
  cursor: pointer;
  }


  /*MAIN* -> Banner*/
  main{
    margin: 0 0 0 0;
  }
  #home_banner{
    position: relative;
    width: 100%;
    height: 450px;
    background-position: 0px 0px;
    background-size: 100% 100%;
  }
  #home_banner img{
    width: 1600px;
    position: relative;
    top: -500px;
    left: ;

  }
  #banner_text{
    position: absolute;
    top: 10%;
    left: 12.5%;
    color: white;
    font-family: 'Raleway';
    text-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
    z-index: 20;
  }
  #banner_text h3{
    font-size: 43.2px;
  }
  #banner_text h2{
    font-size: 56px;
    font-weight: 600;
  }
  #banner_text h1{
    font-weight: 700;
    font-size: 66px;
    margin-bottom: 35px;
  }
  #our_services ul{
    text-align: left;
    max-width: 75%;
    margin: 0 auto;
    list-style: url("../images/home/home_services_bullet.png");
    font-size: 1.125em;
    color: #626262;
    line-height: 170%;
  }
  #banner_text a{
    text-shadow: none;
    font-size: 22.5px;
    font-weight: 500;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 15px 25px;
    text-decoration: none;
  }

  #quote_link{
    position: absolute;
    bottom: 0;
    left: 12.5%;
    font-family: 'Avenir', Helvetica, Arial, Sans-serif;
    font-size: 27px;
    color: #ffffff;
    /*background-color: #8b8a8a;*/
    background: #8b8a8a url("../images/home/quote_arrow.png") 190px 16.5px no-repeat;
    padding: 10px 40px 10px 25px;
    box-sizing: border-box;
    text-decoration: none;
  }


  /*main home */


  #home_location{
    overflow: hidden;
    position: relative;
    font-size: 0;
    max-width: 100%;
  }
  #home_location div{
    float: left;
    display: inline-block;
    width: 50%;
  }
  #location_text{
    background-color: #f18317;
    position: absolute;
    top: 0;
    bottom: 0;
    color: #ffffff;
    padding: 50px 20px 0 20px;
  }
  #location_text h3{
    width: 85%;
    font-size: 18px;
    margin: 0 0 30px 0;
    font-weight: normal;
  }
  #location_text span{
    padding: 0 0 7px 0;
    border-bottom: 6px solid #ffffff;
  }
  #location_text p{
    width: 85%;
    line-height: 180%;
    font-weight: normal;
    font-size: 14px;
  }
  #home_location img{
    width: 100%;
    min-height: 180px;
  }

  #our_process li.home_line{
    display: none;
  }
  #our_process li{
    margin-left: 20px;
    margin-right: 20px;
  }
  

  /* FORM STYLING */

  #home_welcome #quick_quote_form{
    display: none;
    position: absolute;
    left: 12.5%;
    top: 0;
    min-height: 545px;
    max-width: 600px;
    background: #8b8a8a;
    padding: 10px 10px 40px 10px;
  }
  #home_welcome #quick_quote_form li{
    display: inline-block;
    margin-left: 15px;
  }
  #quick_quote_form ul{
    margin: 0 auto;
  }
  input[type], select{
    height: 40px;
    width: 250px;
    display: block;
    background: #8b8a8a;
    font-size: 1em;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 10px;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 20px;
  }
  input[type]:focus, select:focus{
    outline: none;
  }
  ::-webkit-input-placeholder{
    color: #ffffff;
    }
  input[type="radio"]{
    display: inline-block;
    width: auto;
    padding: 0 5px 0 5px;
    margin: 0 10px 0 0px;
    height: auto;
  }
  input[type="radio"]:focus{
    outline: none;
  }
  input[type="submit"]{
    width: auto;
    height: auto;
    padding: 15px 20px;
    margin: 30px auto 0 auto;
  }
  input[type="submit"]:hover{
    cursor: pointer;
  }
  li label + label{
    display: inline-block;
  }
  select{
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent url("../images/home/form_arrow.png") 335px 14px no-repeat;
    }
  label{
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1em;
  }
  #datepicker{
    background: transparent url("../images/home/form_date.png") 325px 6px no-repeat;
  }
