@import url("reset.css");

body{
  font: normal 16px 'Avenir', Helvetica, Arial, Sans-serif;
  width: 100%;
  margin-bottom: 350px;
}
/* header styles */
header{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
}
/* Top INFO Contacts */
#top_head{
  width: auto;
  background-color: #7c7b7b;
  text-align: right;
  padding: 0 100px 0 0;
}
#top_head ul{
  margin: 0 auto;
  max-width: 1300px;
  text-align: right;
  list-style: none;
  color: #ffffff;
}
#top_head li{
  display: inline-block;
  margin: 0 30px 0 0;
}
#top_head li a{
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  padding: 5px 0 0 46px;
  height: 33px;
  box-sizing: border-box;
}
#top_head li a:hover{
color: #ff850d;
font-weight: bold;
}
#top_head_phone_contact{
  background: transparent url("../images/icon_phone.png") 0 0 no-repeat;
}
#top_head_email_contact{
  background: transparent url("../images/icon_email.png") 0 0 no-repeat;
}

/* Top INFO Contacts */
#main_nav{
  max-width: 1300px;
  margin: 0 auto;
}
#logo_link{
  display: inline-block;
  height: 43px;
  width: 276px;
  margin: 25px 0 0 100px;
  background: transparent url("../images/logo2.png") 0 0 no-repeat;
  background-size: 100% 100%;
  float: left;
}
#main_nav> a:hover{
  cursor: pointer;
}
#nav_items{
  padding: 0 70px;
  text-align: right;
  font-size: 0;
  list-style: none;
}
#nav_items li{
  display: inline-block;
  font-size: 18px;
  margin: 30px 15px 30px 15px;
}
#nav_items a{
  display: inline-block;
  color: #626262;
  text-decoration: none;
}
#nav_items li a:hover{
color: #ff850d;
font-weight: bold;
cursor: pointer;
}
#nav_items a.active{
  color: #ff850d;
}
#toggle_nav{
  display: block;
}
#toggle_nav img{
    display: none;
}
/* end header styles */


/* Footer styling */
html {
  position: relative;
  min-height: 100%;
}
footer{
  width: 100%;
  height: 350px;
  background-color: #626262;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  padding:  75px 5% 0 5%;
  margin: 10px 0 0 0;
}
footer p {
  color: #ffffff;
  margin: 15px auto 0 auto;
  font-size: 0.9em;
  max-width: 1300px;
}
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 20px 0;
}
footer > div >div{
  float: left;
  width: 33.3%;
}
footer > div{
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #ffffff;
}
#footer_links{
  max-width: 1300px;
  margin: 0 auto;
}
#footer_nav_social > li{
  display: inline-block;
}
#facebook, #twitter, #google{
  display: inline-block;
  width: 50px;
  height: 50px;
  text-indent: -99999px;
  margin: 0 5px 0 5px;
}
#facebook{
  background: transparent url("../images/facebook.png") 0 0 no-repeat;
}
#twitter{
  background: transparent url("../images/twitter.png");
}
#google{
  background: transparent url("../images/google.png");
}


/* Home Page Styling */

/*MAIN* -> Banner*/
main{
  margin: 0px 0 0 0;
}
#home_banner{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-size: 0;
  width: 100%;
  height: 530px;
  overflow: hidden;
  background: transparent url("../images/home/bigstock--13.jpg") 0px -200px repeat-x;
  background-size: 100% auto;
}
#home_banner img{
  min-width: 1600px;
  height: 1067px;

}
#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: 48px;
}
#banner_text h2{
  font-size: 61px;
  font-weight: 600;
}
#banner_text h1{
  font-weight: 700;
  font-size: 71px;
  margin-bottom: 45px;
}

#banner_text a{
  text-shadow: none;
  font-size: 23px;
  font-weight: 500;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 20px 30px;
  text-decoration: none;
}

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



/* MAIN --> Welcome Div */
#home_welcome{
  width: 100%;
  position: relative;
}
#welcome{
  width: 100%;
  margin: 0 auto;
  padding: 95px 0 90px 0;
  text-align: center;
}
#welcome h1{
  color: #ff850d;
  font-size: 2.5em;
  text-align: center;
  line-height: 100%;
  margin-bottom: 35px;
}
h1 span{
  display: inline-block;
  border-bottom: 6px solid #ff850d;
}
#welcome p{
  font-size: 1.125em;
  line-height: 150%;
  color: #626262;
  max-width: 1200px;
  margin: 0 auto;
}
#welcome ul{
  margin: 50px 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;
  padding: 10px;
  height: 270px;
  margin: 0 10px 30px 10px;
  box-sizing: border-box;
}
#welcome li p{
  color: #494949;
  font-size: 0.875em;
}
#home_faster{
  background: transparent url("../images/home/home_faster.png") 0 0 no-repeat;
}
#home_safe{
  background: transparent url("../images/home/home_safe_move.png") 0 0 no-repeat;
}
#home_punctual{
  background: transparent url("../images/home/home_on_time.png") 0 0 no-repeat;
}

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


/*our process */

#our_process{
  text-align: center;
  color: #626262;
}
#our_process h1{
  font-size: 2.5em;
  margin: 80px 0 60px 0;
  color: #626262;
}
#our_process h1 span{
  border-bottom-color: #626262
}
#our_process li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 7.5px 85px 7.5px;
  max-width: 150px;
  font-size: 12px;
  text-align: center;
  line-height: 170%;
}

#our_services{
  text-align: center;
  background: rgb(245, 245, 245) url("../images/home/home_services_bg.jpg") 65% 0 no-repeat;
  padding: 80px 0 170px 0px;
  height: 488px;
  box-sizing: border-box;
}
#our_services h1{
  font-size: 2.5em;
  margin: 0px 0 60px 0;
  color: #ff850d;
}
#our_services ul{
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  list-style: url("../images/home/home_services_bullet.png");
  font-size: 1.125em;
  color: #626262;
  line-height: 170%;
}

#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.5em;
  margin: 0px 0 60px 0;
  color: #ffffff;
}
#testimonials h1 span{
  border-bottom-color: #ffffff;
}
#testimonials ul{
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

#testimonials ul li{
  width: 315px;
  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;
}
#home_payment{
  background: #f5f5f5;
}
#home_payment, #gen_payment{
  text-align: center;
  padding: 80px 20px 90px 20px;
  box-sizing: border-box;
}
#home_payment h1, #gen_payment h1{
  font-size: 2.5em;
  margin: 0px 0 60px 0;
  color: #626262;
}
#home_payment h1 span, #gen_payment h1 span{
  border-bottom-color: #626262;
}
#home_payment ul, #gen_payment ul{
  text-align: center;
}
#home_payment ul li, #gen_payment ul li{
  display: inline-block;
  margin: 40px 25px 0 25px;
}


/* FORM STYLING */
#home_welcome #quick_quote_form{
  display: none;
  position: absolute;
  left: 12.5%;
  top: 0;
  min-height: 545px;
  max-width: 860px;
  background: #8b8a8a;
  padding: 40px 10px 40px 40px;
}
#home_welcome #quick_quote_form li {
  display: inline-block;
  margin-right: 30px;
}
#quick_quote_form input[type], #quick_quote_form select, #quote_form input[type], #quote_form select{
  height: 40px;
  width: 370px;
  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;
}
#quick_quote_form input[type='radio']{
  display: inline-block;
  margin: 0 10px 0 0;
  width: auto;
  height: auto;
}
#quick_quote_form label[for^='radio']{
  margin-left: 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 10px;
  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;
}
#quick_quote_form 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;
}
#quick_quote_form #datepicker{
  background: transparent url("../images/home/form_date.png") 325px 6px no-repeat;
}

#about_header{
  background: transparent url("../images/about/title_bg.png") 0 0 no-repeat;
}
#services_header, #terms_header{
  background: transparent url("../images/services/services_bg.png") 0 0 no-repeat;
}

#quote_header, #summary_header{
  background: transparent url("../images/quote/quote_title.png") 0 0 no-repeat;
}
#about_header, #services_header, #quote_header, #terms_header, #summary_header{
  background-size: 100% 147px;
  color: #ffffff;
  padding: 55px 20px;
  font-size: 0;
  height: 147px;
  box-sizing: border-box;
  margin: 0 0 60px 0;
}
#tips_header{
  background: transparent url("../images/bigstock_tips.jpg") no-repeat;
  background-size: 2800px 1714px;
  background-position: -200px -900px;
  color: #ffffff;
  padding: 55px 20px;
  font-size: 0;
  height: 147px;
  box-sizing: border-box;
  margin: 0 0 60px 0;

}
#about_header h1, #services_header h1, #tips_header h1, #quote_header h1, #terms_header h1, #summary_header h1{
  font-size: 36px;
  font-weight: normal;
}

div.container{
  max-width: 1200px;
  margin: 0 auto;
}
#about_text, #services_text{
  margin: 0 5% 90px 5%;
  padding: 0 10px;
}
#about_text article, #services_text article{
  max-width: 980px;
  margin: 0 auto;
  font-size: 1em;
  color: #626262;
  text-align: center;
}
#about_text article a{
  text-decoration: none;
  font-size: 30px;
  color: #ffffff;
  background: #ff850d url("../images/about/quote_arrow.png") 235px 35px no-repeat;
  display: inline-block;
  padding: 25px 40px;
  border: 1px solid #626262;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.3)
}
#about_text p, #services_text p{
  margin-bottom: 40px;
}
#about_text ul{
    margin-bottom: 50px;
    display: block;
}
#about_text ul li{
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
#about_text ul li a{
  font-size: 1.3em;
  color: #626262;
}
#about_mission h1{
  font-size: 36px;
  color: #626262;
  text-align: center;
  margin: 0 0 50px 0;
}

#mission_statement{
  padding-bottom: 120px;
  background: transparent url("../images/about/mission.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin-left: 5%;
  margin-right: 5%;
}
#mission_statement article{
  max-width: 770px;
  background: #ffe2c5;
  padding: 20px;
  color: #626262;
  margin: 0 auto;
  border: 1px solid #626262;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
}

#mission_statement article p{
  margin-bottom: 20px;
}

#mission_statement article ul{
  margin: 10px 0 40px 20px;
  list-style: disc;
}
#services_list article img{
  width: 100%;
  height: 100%;
}
#services_list article{
  display: inline-block;
  width: 50%;
  height: 389px;
  vertical-align: top;
  color: #ffffff;
}
#residential, #pickup{
  background: #626262;
}
#services_list #office{
  background: #ff850d;
}
#services_list article h2{
  margin: 60px 40px 35px 40px;
  font-size: 24px;
}
#services_list article p{
 margin: 0 40px 15px 40px; 
}

#tips_list{
  padding: 0 5%;
}
#tips_list ul{
  list-style: url("../images/tips/list_bullet.png");
  list-style-position: inside;
}
#tips_list li{
  border-bottom: 4px solid #ffffff;
}
#tips_list h3{
  background: #858585 url("../images/tips/plus.png") 95% 55% no-repeat;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
  padding: 15px 30px 10px 30px;
}
#tips_list h3:hover{
  cursor: pointer;
}
#tips_list li.active h3{
  background-image: url("../images/tips/minus.png");
}
#tips_list li p{
  background: rgba(245, 203, 161, 0.4);
  color: #626262;
  font-size: 1em;
  padding: 25px 25px 35px 25px;
  display: none;
}
#tips_list li.active p{
  display: block;
}

/*Quoting Form */

#quote_form{
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
#quote_form img{
  width: 90%;
  max-width: 644px;
}
#quote_form fieldset{
  background: #f1eeee;
  overflow: hidden;
  margin-top: 50px;
  border: 1px solid #626262;
  text-align: left;
  padding: 20px 50px 120px 50px;
  position: relative;
  box-sizing: border-box;
}
#quote_form fieldset h3{
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  color: #ff850d;
  margin: 0 0 45px 0;
}
#quote_form label{
  color: #7c7a7a;
}
#quote_form input[type], #quote_form select{
  color: #626262;
  background: none;
  border: 1px solid #626262;
  width: 90%;
}
#quote_form textarea{
  resize: none;
  width: 90%;
  background: none;
  border: 1px solid #626262;
  padding: 10px;
  font-size: 1em;
  color: #626262;
  box-sizing: border-box;
}
#quote_form textarea:focus{
  outline: none;
}
#quote_form button[type]{
  background: #ff850d;
  font-size: 22px;
  color: #f1eeee;
  padding: 10px 30px;
  border: none;
  box-shadow: none;
  margin-top: 40px;
  position: absolute;
}
#quote_form button[type]:hover{
  cursor: pointer;
}
#quote_form button[type].right{
  right: 5%;
  bottom: 30px;
}
#quote_form button[type].left{
left: 5%;
bottom: 30px;
}
#quote_form #datepicker{
  background: transparent url("../images/quote/cal.png") 95% 6px no-repeat;
}
#quote_form #quote_booking_time{
  background: transparent url("../images/quote/clk.png") 95% 6px no-repeat;
}
#quote_form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url("../images/quote/arrow.png") 95% 14px no-repeat;
  }
#quote_form ::-webkit-input-placeholder{
  color: #626262;
  }
.quote_left{
  float: left;
  width: 44%;
  min-width: 300px;
  margin-right: 12%;
  box-sizing: border-box;
}
.quote_right{
  float: left;
  width: 44%;
  min-width: 300px;
  box-sizing: border-box;
}
#quote_form .inline, #quote_form input[type].inline{
  display: inline-block;
  width: auto;
}
#quote_form input[type="checkbox"]{
  vertical-align: center;
  width: auto;
  height: auto;
  margin: 30px 10px 0 0;
}
#quote_form section + section{
  display: none;
}
#address_quote dl{
  margin-bottom: 5px;
}
#address_quote a{
  display: inline-block;
  margin: 5px 0px 5px 15px;
  text-decoration: none;
  color: #ff850d;
}
label[for="notes"]{
  margin-top: 27px;
}
#quote_terms a{
  color: #ff850d;
  font-size: 12px;
}
#terms{
  padding: 50px 5% 50px 5%;
}
#terms ol{
  list-style: decimal;
  margin: 40px 0 0 0;
  font-weight: bold;
}
#terms ol.letter{
  list-style: lower-latin;
}
#terms ol li{
  margin-bottom: 20px;
}
#terms ol li ol li{
  margin-bottom: 5px;
}
#terms ol li p{
  font-weight: normal;
}
#terms ol li ol{
  list-style: lower-roman;
  margin: 5px 0 5px 20px;
  font-weight: normal;
}

#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: 1.2em;
}
#indicative_price p{
  font-size: 1.2em
}
#indicative_price p span{
  font-size: 1.8em
}

/* summary styling */
#summary_statement{
  padding-bottom: 120px;
  margin-left: 5%;
  margin-right: 5%;
}
#summary_statement article{
  max-width: 770px;
  background: #ffe2c5;
  padding: 20px;
  color: #626262;
  margin: 0 auto;
  border: 1px solid #626262;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
}

#summary_statement article p{
  margin-bottom: 20px;
}
#summary_statement article:first-of-type ul{
  margin: 20px 0 0 0;
}
#summary_statement article ul .sum_title{
  display: inline-block;
  width: 200px;
}
#summary_statement article ul{
  margin: 10px 0 40px 20px;
  list-style: none;
  line-height: 175%
}
#summary_statement article ul li span{
  margin: 0 0 0 10px;
  font-size: 1em;
}
#summary_statement article h2{
  border-bottom: 1px solid #626262;
  font-weight: normal;
  line-height: 200%;
  font-size: 1.2em;
}
#sum_adds div{
  width: 50%;
  box-sizing: border-box;
  float: left;
}
#sum_adds div h3{
  font-weight: normal;
  text-decoration: underline;
  margin: 20px 0 0 0;
  padding: 0 0 5px 0;
}
#sum_adds div ol{
  list-style: lower-roman;
  margin: 10px 0 10px 5px;
}
#sum_adds li p{
  margin: 0;
}

#sum_adds li {
  margin: 0 0 20px 0;
}
#sum_adds{
  overflow: hidden;
}
#sum_price h2{
  margin-bottom: 30px;
}
#sum_price h3{
  margin: 10px 0 10px 0;
  line-height: 180%;
  font-weight: bold;
  color: #ff850d;
  font-size: 2em
}
#sum_price h3 span{
/*  text-decoration: underline;
  border-bottom: 3px solid #ff850d;*/
}
#summary_statement #sum_price p{
  text-decoration: underline;
  font-size: 0.9em;
  margin-bottom: 0;
}
#summary_statement #sum_price ul{
  margin: 0 0 20px 10px;
  padding: 0;
  font-size: 0.7em;
}
#summary_statement #sum_price ul li{
  margin: 0;
  padding: 0;
}
#booking_form label{
  color: #626262;
}