@import url("styles.css");
/* Top INFO Contacts */
body{ 
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  font-size: 14px;
  margin-bottom: 280px;
}

#top_head{
  width: auto;
  background-color: #7c7b7b;
  padding: 0 10px;
  box-sizing: border-box;
}
#top_head ul{
  text-align: right;
  list-style: none;
  color: #ffffff;
}
#top_head li{
  display: inline-block;
  margin: 0 0 0 0;
}
#top_head li a{
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  padding: 4px 0 0 38px;
  height: 25px;
  font-size: 11px;
  box-sizing: border-box;
  background-size: 25px 25px;
}

/*main nav */
  #main_nav{
    /*background: transparent url("../images/logo.png") 50% 20px no-repeat;*/
    /*position: relative;*/
  }
  #logo_link{
    position: relative;
    left: 50%;
    margin: 25px 0 0 -115px;
    display: inline-block;
    background: transparent url("../images/logo2.png") 0 0 no-repeat;
    float: none;
    width: 230px;
    background-size: 100% auto;
  }
  #logo_link:hover{
    cursor: pointer;
  }
  #nav_items{
    /*display: none;*/
    padding: 0px 0 0 0;
    text-align: right;
    font-size: 0;
    list-style: none;
    margin-bottom: 10px;
  }
  #nav_items li{
    display: none;
    font-size: 12px;
    margin: 15px 20px 15px 5px;
    text-align: center;
  }
  #nav_items a:hover{
  color: #ff850d;
  font-weight: bold;
  cursor: pointer;
  }
  #nav_items a{
    display: inline-block;
    color: #626262;
    text-decoration: none;
  }
  #nav_items a.active{
    color: #ff850d
  }
#toggle_nav{
  position: absolute;
  right: 0;
  top: 60px;
  display: inline-block;
  text-align: right;
  background-image: none;
}
#toggle_nav:hover{
  cursor: pointer;
}
#toggle_nav img{
  display: inline-block;
  text-align: right;
  margin: 0 10px 20px 0;
}
#gen_payment h1{
  font-size: 2.3em;
}

#gen_payment ul li{
  margin-left: 0;
  margin-right: 0;
}
/*footer styles */
footer{
  width: 100%;
  height: 280px;
  background-color: #626262;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  padding:  25px 2.5% 0 2.5%;
  font-size: 14px;
  display: inline-block;
}
#footer_links_address{
  float: left;
  width: 50%;
}
#footer_links_quick{
  float: left;
  width: 50%;
}
footer p {
  color: #ffffff;
  margin: 15px 0 0 0;
  font-size: 0.9em;
  position: absolute;
  bottom: 5px;
}
footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
footer a:hover{
  cursor: pointer;
  color: #ff850d;
}
footer li{
  margin-bottom: 5px;
}
footer h3{
  color: #ff850d;
  font-size: 1.25em;
  font-weight: normal;
  margin: 0 0 10px 0;
}
footer > div >div{
  /*width: 50%;*/
}
footer > div{
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #ffffff;
}
#footer_links_join{
  margin: 10px 0 -15px 0;
  width: 100%;
}
#footer_nav_social > li{
  display: inline-block;
  text-indent: 0px;
}
#footer_nav_social > li a{
  
}

/* Home Page Styling */

/*MAIN* -> Banner*/
main{
  margin: 0 0 0 0;
}
#home_banner{
  position: relative;
  width: 100%;
  height: 220px;
  background-position: 0px 0px;
  background-size: 100% 100%;
}
#home_banner img{
/*  width: 100%;
  height: auto;*/
  height: 230px;
}
#banner_text{
  position: absolute;
  display: inline;
  top: 5%;
  left: 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: 16px;
}
#banner_text h2{
  font-size: 24px;
  font-weight: 600;
}
#banner_text h1{
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
}

#banner_text a{
  text-shadow: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 7.5px 10px;
  text-decoration: none;
}

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


/* MAIN --> Welcome Div */
#home_welcome{
  width: 100%;
}
#welcome{
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 50px 0;
  text-align: center;
}
#our_services{
  text-align: center;
  background: rgb(245, 245, 245);
  padding: 80px 0 170px 0px;
  height: 488px;
  box-sizing: border-box;
}
#welcome h1{
  color: #ff850d;
  font-size: 1.8em;
  text-align: center;
  line-height: 100%;
  margin-bottom: 15px;
}
#welcome h1 span{
  display: inline-block;
  border-bottom: 4px solid #ff850d;
}
#welcome p{
  font-size: 0.9em;
  line-height: 150%;
  color: #626262;
  width: 75%;
  margin: 0 auto;
}
#welcome ul{
  margin: 20px 0 0 0;
}
#welcome li h3{
  font-size: 1.25em;
  font-weight: normal;
  margin: 125px 0 15px 0;
  color: #222222;
}
#welcome li{
  display: inline-block;
  max-width: 360px;
  height: 270px;
  margin: 0 10px 30px 10px;
  box-sizing: border-box;
}
#welcome li p{
  color: #494949;
  font-size: 0.875em;
}
#home_location #location_text h3{
    font-size: 14px;
}
#home_location #location_text{
  padding: 70px 10px;
  text-align: center;
}
#our_services ul{
  text-align: left;
  max-width: 70%;
  margin: 0 auto;
  list-style: url("../images/home/home_services_bullet.png");
  font-size: 1.125em;
  color: #626262;
  line-height: 170%;
}

#our_process ul li{
  margin-left: 0;
  margin-right: 0;
}
#home_payment h1{
  font-size: 2.3em;
}
#home_payment ul li{
  width: 45%;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
}
#home_location div:first-of-type{
  float: none;
  display: none;
  width: 100%;
}

#home_location div{
  float: none;
  display: block;
  width: 100%;
}

#location_text{
  display: block;
  width: 100%;
  background-color: #f18317;
  position: static;
  top: 0;
  bottom: 0;
  color: #ffffff;
  padding: 75px 15px 75px 15px;
  box-sizing: border-box;
}

#location_text h3{
  width: 100%;
  font-size: 18px;
  margin: 0 0 30px 0;
  text-align: center;
  font-weight: normal;
}
#location_text span{
  padding: 0 0 7px 0;
  border-bottom: 6px solid #ffffff;
}
#location_text p{
  max-width: 100%;
  width: 100%;
  line-height: 180%;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  margin: 0;
}

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


#testimonials{
  text-align: center;
  background: transparent url("../images/home/home_testimonial_bg.jpg") 0 0;
  padding: 80px 0 0 0;
  min-height: 529px;
  box-sizing: border-box;
}
#testimonials h1{
  font-size: 2.3em;
  margin: 0px 0 60px 0;
  color: #ffffff;
}
#testimonials h1 span{
  border-bottom-color: #ffffff;
}
#testimonials ul{
  text-align: center;
}

#testimonials ul li{
  width: 75%;
  min-height: 285px;
  box-sizing: border-box;
  display: inline-block;
  background: transparent url("../images/home/home_testimonial_logo.png") center 0 no-repeat;
  text-align: center;
  padding: 128px 0 0 0;
  margin: 0 30px 0 30px;
}

#testimonials ul li h3{
  font-size: 1.5em;
  color: #ff850d;
}
#testimonials ul li p{
  color: #ffffff;
  line-height: 180%;
  font-size: 1em;
  font-weight: normal;
}

/* FORM STYLING */

#home_welcome #quick_quote_form{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 350px;
  max-width: 400px;
  background: #8b8a8a;
  padding: 10px 10px 40px 10px;
}
#home_welcome #quick_quote_form li{
  display: inline-block;
  margin: 0;
  width: 45%;
}
#home_welcome #quick_quote_form li:{
  display: inline-block;
  margin: 0;
  width: 46%;
}
#home_welcome #quick_quote_form li:nth-of-type(2n+1){
  display: inline-block;
  margin-right: 6%;
}
#home_welcome #quick_quote_form li:last-of-type{
  display: inline-block;
  margin: 0;
  width: 98%;
}
#quick_quote_form ul{
  margin: 0 auto;
  width: 100%;
}
#quick_quote_form input[type], #quick_quote_form select{
  height: 25px;
  width: 100%;
  display: block;
  background: #8b8a8a;
  font-size: 10px;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 2px 10px;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 10px;
}
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;
}
#quick_quote_form input[type="submit"]{
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: auto !important;
  height: auto !important;
  padding: 15px 20px !important;
  margin: 30px auto 0 auto !important;
}
input[type="submit"]:hover{
  cursor: pointer;
}
#quick_quote_form input[type="radio"], #quick_quote_form label[for^="radio"]{
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 10px 0 0 !important;
}
li label + label{
  display: inline-block;
}
#quick_quote_form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url("../images/home/form_arrow.png") 335px 14px no-repeat;
  }
#quick_quote_form label{
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 11px;
}
#datepicker{
  background: transparent url("../images/home/form_date.png") 325px 6px no-repeat;
}

#services_list article img{
  width: 100%;
  height: auto;
}
#services_list article{
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
  color: #ffffff;
}
article.image{
  font-size: 0;
}
#services_list article h2{
  margin: 60px 40px 35px 40px;
  font-size: 24px;
}
#services_list article p{
 margin: 0 40px 15px 40px; 
}
#services_list article p:last-of-type{
 margin-bottom: 40px;
}
#tips_list h3{
  font-size: 1.05em;
}
#tips_list li p{
  font-size: 0.8em;
}
#quote_form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
  }
#quote_form input[type], #quote_form select{
  color: #626262;
  background: none;
  border: 1px solid #626262;
  width: 100%;
}
#indicative_price{
 text-align: right;
 margin: 10px 10% 0 0;
 color: #ffffff;
 display: none;
}
#indicative_price a{
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.7em;
}
#indicative_price p{
  font-size: 0.9em
}
#indicative_price p span{
  font-size: 1.3em
}
#summary_statement article ul .sum_title{
  display: inline-block;
  width: 110px;
  font-size: 12px;
}
#summary_statement article{
  font-size: 12px;
}
input[type="submit"]{
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
#quote_form fieldset{
  background: #f1eeee;
  overflow: hidden;
  margin-top: 50px;
  border: 1px solid #626262;
  text-align: left;
  padding: 20px 20px 120px 20px;
  position: relative;
  box-sizing: border-box;
}
#quote_form input[type], #quote_form select{
  color: #626262;
  background: none;
  border: 1px solid #626262;
  width: 100%;
}
input[type="text"]{
  box-shadow: none !important;
}
.quote_left{
  float: none;
  width: 100%;
  min-width: auto;
  margin-right: 0;
  box-sizing: border-box;
}
.quote_right{
  float: none;
  width: 100%;
  min-width: auto;
  box-sizing: border-box;
}
#summary_header h1{
  font-size: 28px;
  margin-top: 10px;
}
#summary_header{
  padding: 30px 20px 30px 20px;
  background-size: 100% 140px;
}
#about_text article a{
  font-size: 20px;
  padding: 15px 25px;
  background-position: 155px center;
  background-size: 7px 15px;
}
#personal_quote, #address_quote, #service_quote{
  padding-left: 10px;
  padding-right: 10px;
}