/* Shortcuts */
/* Mixins */
/* Generic rules */
body, html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: upgrade, helvetica, arial, sans-serif; }
  body.home::before, html.home::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #d0c8ba;
    background: url("../images/bg_home.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: -1; }
  body.guarantee::before, html.guarantee::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #d0c8ba;
    background: url("../images/bg_guarantee.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: -1; }
  body.services::before, html.services::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #d0c8ba;
    background: url("../images/bg_services.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: -1; }
  body.work::before, html.work::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #d0c8ba;
    background: url("../images/bg_work.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: -1; }
  body.testimonials::before, html.testimonials::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #d0c8ba;
    background: url("../images/bg_testimonials.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: -1; }
  body.handyman::before, html.handyman::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #d0c8ba;
    background: url("../images/bg_handyman.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: -1; }
  body.contact::before, html.contact::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #d0c8ba;
    background: url("../images/bg_contact.jpg") no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: -1; }

body:after {
  display: none; }

a {
  cursor: pointer; }

:focus {
  outline: 0px; }

* {
  box-sizing: border-box; }

img {
  border: 0; }

.alt {
  display: none;
  font-family: upgrade-lights, helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.375em;
  line-height: 1.3em;
  padding: 0 0 25px 0; }

a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */ }

/* Layout */
#wrapper {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

/* Header */
header {
  width: 100%;
  height: auto;
  background: #fff; }

#header-inner {
  position: relative;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto; }

#header-col-left {
  float: left;
  margin: 0;
  width: 30%;
  height: auto;
  padding: 25px 0 0 0;
  vertical-align: middle; }

#header-col-left img {
  width: 100%;
  max-width: 327px;
  display: inline;
  margin: 0; }

#header-col-middle {
  float: left;
  margin: 0;
  width: 40%;
  height: auto;
  padding: 15px 0;
  vertical-align: middle; }

#header-col-middle-inner {
  float: right; }

.express-group-logo {
  max-width: 228px;
  height: auto;
  margin: 0 25px 0 0; }

.guarantee-badge {
  max-width: 152px;
  height: auto; }

#header-col-right {
  float: left;
  margin: 0;
  width: 30%;
  height: auto;
  padding: 15px 0; }

#header-col-right-inner {
  float: right;
  width: 300px;
  padding: 0;
  margin: 0; }

#call-now {
  float: left;
  margin: 0;
  padding: 25px 0 0 0;
  text-align: right; }

#call-now p {
  font-family: upgrade, helvetica, arial, sans-serif;
  font-weight: 200;
  font-size: 1.36em;
  line-height: 1em;
  text-transform: uppercase;
  color: #000;
  text-align: right;
  padding: 0;
  margin: 0; }

#call-now p.phone {
  font-family: upgrade, helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 2.8125em;
  line-height: 1em;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  margin: 0; }

#call-now p.phone-spacing {
  font-family: upgrade, helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 2.8125em;
  line-height: 1em;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  margin: 0;
  letter-spacing: 0.0125em; }

/* Clear floats after the columns */
#header-col-right-inner:after {
  content: "";
  display: table;
  clear: both; }

/* Clear floats after the columns */
#header-inner:after {
  content: "";
  display: table;
  clear: both; }

/* Navigation */
nav {
  width: 100%;
  height: 60px;
  background: #d0c8ba;
  margin: 0 0 50px 0; }

#main-navigation {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1180px;
  height: auto;
  text-align: center; }

#mobile-navigation {
  position: relative;
  width: 100%;
  max-width: 1180px;
  height: auto;
  text-align: left;
  display: none;
  padding: 0;
  text-align: center; }

.dropbtn, .dropbtn-active {
  color: #000;
  font-family: upgrade, helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 1.375em;
  line-height: 1.3em;
  text-transform: uppercase;
  border: none;
  height: 60px;
  padding: 15px 14px 0 14px;
  display: block;
  text-decoration: none;
  cursor: pointer; }

.dropdown:hover .dropbtn, .dropbtn-active, .dropbtn-active:hover {
  color: #ad2105;
  background: #bca595; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  color: #000;
  background: #bca595;
  min-width: 255px;
  padding-bottom: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  text-align: left;
  text-transform: uppercase; }

.dropdown-content a {
  font-family: upgrade, helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 1.375em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
  padding: 10px 18px;
  text-decoration: none;
  display: block; }
  .dropdown-content a.active {
    color: #ad2105; }

.dropdown:hover, .dropdown-content a:hover {
  color: #ad2105; }

.dropdown:hover .dropdown-content {
  display: block; }

/* Content */
main {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1180px;
  height: auto; }

.content-orange {
  padding: 40px 50px;
  color: #fff;
  display: block;
  background: rgba(219, 87, 31, 0.9);
  background: #db571f\9;
  /* IE8 and below */
  text-align: center; }

.content-white, .content-white-02 {
  color: #000;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  background: #ffffff\9;
  /* IE8 and below */
  text-align: center; }

.content-white {
  padding: 40px 50px; }

.content-white-02 {
  padding: 40px 50px 0 50px; }

.content-inner {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto; }

#intro-inner {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 40px 0; }

#intro-col-left {
  float: left;
  margin: 0;
  width: 72%;
  height: auto;
  text-align: left;
  padding: 0 20px 0 0;
  vertical-align: middle; }

#intro-col-right {
  float: left;
  padding: 0;
  margin: 0;
  width: 28%;
  height: auto;
  text-align: right; }

#intro-col-right img {
  width: 100%;
  max-width: 278px;
  height: auto; }

/* Clear floats after the columns */
#intro-inner:after {
  content: "";
  display: table;
  clear: both; }

.body-col-left, .contact-col-left, .gallery-col-left {
  float: left;
  margin: 0;
  width: 50%;
  height: auto;
  text-align: left;
  padding: 0 25px 0 0; }

.body-col-right, .contact-col-right, .gallery-col-right {
  float: left;
  margin: 0;
  width: 50%;
  height: auto;
  text-align: left;
  padding: 0 0 0 25px; }

/* Clear floats after the columns */
.content-inner:after {
  content: "";
  display: table;
  clear: both; }

.contact-phone, .contact-phone-spacing {
  font-family: upgrade, helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 2.8125em;
  line-height: 1em;
  text-transform: uppercase;
  color: #000;
  color: #fff;
  font-weight: 400;
  padding: 0;
  margin: 0; }

.contact-phone-black, .contact-phone-black-spacing {
  font-family: upgrade, helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 2.8125em;
  line-height: 1em;
  text-transform: uppercase;
  color: #000;
  color: #000;
  font-weight: 400;
  padding: 0;
  margin: 0; }

.contact-phone-spacing, .contact-phone-black-spacing {
  letter-spacing: 0.0125em; }

#spacer {
  height: 50px;
  line-height: 0;
  font-size: 0; }

footer {
  width: 100%;
  height: auto;
  background: #d0c8ba;
  border-top: 4px solid #000; }

#footer-inner {
  position: relative;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 15px 0; }

#footer-col-left {
  float: left;
  margin: 0;
  width: 50%;
  height: auto;
  text-align: left;
  padding: 0 25px 0 0;
  vertical-align: middle; }

#location {
  float: left;
  width: 280px; }

#associate {
  float: right;
  width: 213px;
  text-align: center; }

.express-roofing-logo {
  max-width: 193px;
  padding: 5px 0 25px 0; }

.express-handyman-logo {
  max-width: 142px;
  padding: 0 0 25px 0; }

/* Clear floats after the columns */
#footer-col-left-inner:after {
  content: "";
  display: table;
  clear: both; }

#footer-col-right {
  float: left;
  margin: 0;
  width: 50%;
  height: auto;
  text-align: left;
  padding: 0 0 0 25px; }

/* Clear floats after the columns */
#footer-inner:after {
  content: "";
  display: table;
  clear: both; }

#copyright {
  width: 100%;
  height: auto;
  background: #fff; }

#copyright-inner {
  position: relative;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 20px 0; }

#copyright-col-left {
  float: left;
  margin: 0;
  width: 65%;
  height: auto;
  text-align: left;
  padding: 15px 0 0 0;
  vertical-align: middle; }

#copy, #privacy {
  display: inline; }

#copyright-col-right {
  float: left;
  margin: 0;
  width: 35%;
  height: auto;
  text-align: right;
  padding: 15px 0 0 0; }

#copyright-col-left p, #copyright-col-right p {
  text-transform: uppercase; }

/* Clear floats after the columns */
#copyright-inner:after {
  content: "";
  display: table;
  clear: both; }

/* Images */
.mainimage {
  border: 1px solid #000;
  padding: 4px;
  background-color: #fff;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0; }

/* Typography */
h1 {
  padding: 0 0 10px 0;
  margin: 0;
  font-family: upgrade, helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 2.875em;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 4px solid #fff; }

h2 {
  font-family: upgrade, helvetica, arial, sans-serif;
  font-weight: 200;
  font-size: 2.125em;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 0 0 0;
  margin: 0; }
  h2.orange {
    color: #db571f; }

h3 {
  font-family: upgrade, helvetica, arial, sans-serif;
  font-weight: 200;
  font-size: 2.125em;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 0 0 0;
  margin: 0;
  text-align: left; }
  h3.orange {
    color: #db571f; }

h3:first-child {
  padding: 10px 0 0 0; }

#footer-title h3 {
  padding: 0;
  margin: 0;
  font-family: upgrade, helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
  padding: 30px 0; }

#location h3, #associate h3, #footer-col-right h3 {
  padding: 20px 0 20px 0;
  margin: 0;
  font-family: upgrade, helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000; }

#associate h3 {
  text-align: center; }

#location h3:first-child, #associate h3:first-child, #footer-col-right h3:first-child {
  padding: 0 0 20px 0; }

#intro-inner p, ul {
  font-family: upgrade-lights, helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.2em;
  padding: 0 0 25px 0;
  width: 100%;
  padding: 0 0 20px 0;
  text-align: left;
  margin: 0; }

.content-inner p, ul {
  font-family: upgrade-lights, helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.375em;
  line-height: 1.3em;
  padding: 0 0 25px 0;
  width: 100%;
  padding: 20px 0 0 0;
  text-align: left;
  margin: 0; }
  .content-inner p.large, ul.large {
    font-family: upgrade-lights, helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1.2em;
    padding: 0 0 25px 0; }

#footer-inner p, #copyright-inner p, .copyright-text {
  font-family: upgrade-lights, helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.4em;
  padding: 0 0 25px 0;
  padding: 0;
  margin: 0; }

.copyright-text {
  text-transform: uppercase; }

p.splash {
  padding: 0;
  margin: 0;
  text-align: center; }

.extra-bold {
  font-weight: 600; }

.bold {
  font-family: upgrade, helvetica, arial, sans-serif;
  font-weight: 400; }

#five-reasons {
  padding: 10px 0 0 0; }

#five-reasons li {
  background-size: 34px;
  background-image: url("../images/im_tick_white.png");
  background-repeat: no-repeat;
  background-position: left center;
  list-style: none;
  padding: 10px 0 10px 50px; }

/* Links */
#logo a {
  color: #000;
  text-decoration: none; }
  #logo a:hover {
    color: #d0c8ba; }

a {
  color: #db571f;
  text-decoration: none; }
  a:hover {
    color: #000; }
  a.white {
    color: #fff; }
  a.white:hover {
    color: #000; }

#footer-inner a, #copyright-inner a {
  color: #000;
  text-decoration: none; }
  #footer-inner a:hover, #copyright-inner a:hover {
    color: #db571f; }

/* Buttons */
.bt-orange {
  font-family: upgrade-lights, helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.2em;
  padding: 0 0 25px 0;
  color: #fff;
  background: #db571f;
  padding: 20px;
  border: 0;
  border-radius: 30px;
  padding: 15px 40px; }
  .bt-orange:hover {
    background: #ad2105; }

/* Slideshow */
#slideshow, #slideshow-asphalt {
  background: #d0c8ba;
  position: relative;
  margin: 0 0 20px 0; }

#slideshow {
  padding: 50px; }

#slideshow-asphalt {
  padding: 50px 160px; }

#slideshow img {
  width: 100%;
  max-width: 880px;
  height: auto; }

#slideshow-asphalt img {
  width: 100%;
  max-width: 660px;
  height: auto; }

/* Fading animation */
.slidesfade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
/* Guarantee page elements */
#guarantee-intro p, ul, #guarantee-process p, ul {
  font-family: upgrade-lights, helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.2em;
  padding: 0 0 25px 0;
  width: 100%;
  padding: 0 0 20px 0;
  text-align: left;
  margin: 0; }

#guarantee-intro img {
  width: 227px;
  height: auto;
  padding: 0 0 30px 0; }

#guarantee-intro p {
  text-align: center; }

#guarantee-process ul li {
  background-size: 64px;
  background-image: url("../images/im_tick_orange.png");
  background-repeat: no-repeat;
  background-position: left center;
  list-style: none;
  padding: 30px 0 30px 94px; }

/* `Testimonials page elements */
#testimonial-inner {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  padding: 0; }

#testimonial-col-left {
  float: left;
  margin: 0;
  width: 50%;
  height: auto;
  text-align: left;
  vertical-align: middle;
  padding: 0 25px 0 0; }

#testimonial-col-right {
  float: left;
  width: 50%;
  height: auto;
  text-align: right;
  padding: 0 0 0 25px; }

#testimonial-inner:after {
  content: "";
  display: table;
  clear: both; }

.testimonial-panel {
  margin: 0 0 40px 0; }

.testimonial-panel p {
  font-family: upgrade-lights, helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.375em;
  line-height: 1.3em;
  padding: 0 0 25px 0;
  padding: 0;
  margin: 0; }

p.quote {
  font-style: italic;
  padding: 0 0 25px 0; }

.testimonial-img {
  vertical-align: middle;
  display: table-cell;
  width: 130px; }

.testimonial-img img {
  width: 100%;
  height: auto; }

.testimonial-text-01, .testimonial-text-02, .testimonial-text-03 {
  border-radius: 25px;
  padding: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 80%; }

.testimonial-text-01 {
  background: #e5e2dc; }

.testimonial-text-02 {
  background: #d0c8ba; }

.testimonial-text-03 {
  background: #bca595; }

/* Handyman page elements */
#handyman-col-left {
  float: left;
  margin: 0;
  width: 62%;
  height: auto;
  text-align: left;
  padding: 0 20px 0 0;
  vertical-align: middle; }

#handyman-col-right {
  float: left;
  padding: 0;
  margin: 0;
  width: 38%;
  height: auto;
  text-align: right; }

#handyman-col-right img {
  width: 100%;
  max-width: 393px;
  height: auto; }

/* Gallery page elements */
.gallery-inner {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 50px 0; }

.gallery-inner:last-child {
  padding: 0 0 0 0; }

.gallery-inner:after {
  content: "";
  display: table;
  clear: both; }

.gallery-col-left img, .gallery-col-right img {
  width: 100%;
  height: auto;
  max-width: 465px;
  transition: 0.3s; }
  .gallery-col-left img:hover, .gallery-col-right img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer; }

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  background: #000000 \9;
  /* IE8 and below */ }

/* Modal Content */
.modal-content, .modal-content-02 {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%; }

.modal-content {
  max-width: 1200px; }

.modal-content-02 {
  max-width: 900px; }

/* The Close Button */
.close {
  font-family: upgrade, helvetica, arial, sans-serif;
  font-weight: 200;
  font-size: 65px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px; }

.close:hover, .close:focus {
  color: #db571f;
  text-decoration: none;
  cursor: pointer; }

/* Hide the slides by default */
.mySlides {
  display: none; }

.myslides img {
  width: 100%; }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-family: upgrade, helvetica, arial, sans-serif;
  font-weight: 200;
  font-size: 30px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none; }

/* Position the "previous button" to the left */
.next {
  right: 0;
  border-radius: 10px 0 0 10px; }

/* Position the "next button" to the right */
.prev {
  left: 0;
  border-radius: 0 10px 10px 0; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  color: #db571f;
  background-color: rgba(0, 0, 0, 0.8); }

/* Caption text */
.caption-container {
  font-family: upgrade-lights, helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.375em;
  line-height: 1.3em;
  padding: 0 0 25px 0;
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white; }

/* Contact page elements */
#map {
  width: 100%;
  height: 310px;
  border: 1px solid #000; }

#telephone {
  background-size: 60px;
  background-image: url("../images/im_telephone_white.png");
  background-repeat: no-repeat;
  background-position: 0 40px;
  padding: 20px 0 10px 80px; }
  #telephone.orange {
    background-image: url("../images/im_telephone_orange.png"); }

#email {
  background-size: 60px;
  background-image: url("../images/im_email_white.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 15px 0 0 80px; }
  #email.orange {
    background-image: url("../images/im_email_orange.png"); }

#address {
  background-size: 60px;
  background-image: url("../images/im_pointer_orange.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 15px 0 0 80px;
  margin: 15px 0 0 0; }

/* Privacy page elements */
#privacy-inner {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 40px 0; }

#privacy-inner p, ul {
  font-family: upgrade-lights, helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.375em;
  line-height: 1.3em;
  padding: 0 0 25px 0;
  width: 100%;
  text-align: left;
  margin: 0; }

#privacy-inner p {
  padding: 20px 0 0 0; }

#privacy-inner ul {
  padding: 0;
  margin: 20px 0 0 50px; }

/* 1160px breakpoint */
@media only screen and (max-width: 1160px) {
  #mobile-navigation {
    display: block; }

  #main-navigation {
    display: none; }

  #header-col-left {
    width: 30%;
    padding: 25px 0; }

  #header-col-middle {
    width: 35%; }

  #header-col-right {
    width: 35%;
    padding: 5px 0; }

  .express-group-logo {
    max-width: 188px;
    margin: 0 10px 0 0; }

  .guarantee-badge {
    max-width: 112px;
    margin: 0 10px 0 0; }

  #associate {
    float: left;
    text-align: left;
    padding: 20px 0 0 0; }

  #associate h3 {
    text-align: left; }

  .express-handyman-logo {
    margin: 0 0 0 25px; }

  .bt-orange {
    padding: 20px;
    border-radius: 60px;
    padding: 15px 40px; } }
/* 1024px breakpoint */
@media only screen and (max-width: 1024px) {
  #header-col-left {
    width: 100%;
    padding: 25px 0;
    text-align: center; }

  #header-col-middle {
    width: 57%;
    padding: 0 0 25px 0; }

  #header-col-middle-inner {
    float: right; }

  .express-group-logo {
    max-width: 228px;
    margin: 0 25px 0 0; }

  .guarantee-badge {
    max-width: 152px;
    margin: 0 20px 0 0; }

  #header-col-right {
    width: 43%; }

  #header-col-right-inner {
    float: left; }

  #intro-col-left {
    width: 60%; }

  #intro-col-right {
    width: 40%; }

  #slideshow {
    padding: 25px; }

  #slideshow-asphalt {
    padding: 25px 80px; }

  .contact-col-left, .contact-col-right {
    width: 100%; } }
/* 850px breakpoint */
@media only screen and (max-width: 850px) {
  #header-col-middle {
    width: 50%;
    padding: 0 0 25px 0; }

  #header-col-middle-inner {
    float: left; }

  .express-group-logo {
    max-width: 198px;
    margin: 0 10px 0 0; }

  .guarantee-badge {
    max-width: 122px;
    margin: 0 10px 0 0; }

  #header-col-right {
    width: 50%;
    padding: 0; }

  #header-col-right-inner {
    float: right; }

  #copyright-col-left {
    text-align: center;
    width: 100%; }

  #copyright-col-right {
    width: 100%;
    text-align: center;
    padding: 10px 0 0 0; } }
/* 768px breakpoint */
@media only screen and (max-width: 768px) {
  #intro-col-left, #intro-col-right, .body-col-left, .body-col-right, .contact-col-left, .contact-col-right, #testimonial-col-left, #testimonial-col-right, #header-col-middle, #header-col-right, .gallery-col-left, .gallery-col-right, #handyman-col-left, #handyman-col-right {
    width: 100%;
    padding: 0; }

  #intro-col-right, #handyman-col-right {
    padding: 20px 0 0 0; }

  #header-col-middle-inner {
    float: none;
    width: 330px;
    margin: 0 auto; }

  .guarantee-badge {
    margin: 0; }

  #header-col-right-inner {
    float: none;
    margin: 0 auto 25px auto; }

  #intro-col-right img, #handyman-col-right img {
    display: block;
    margin: 0 auto; }

  .gallery-inner {
    padding: 0 0 25px 0; }

  .gallery-col-left {
    padding: 0 0 25px 0; }

  .gallery-col-left img, .gallery-col-right img {
    max-width: 640px; }

  .contact-col-left p, .contact-col-left h3 {
    text-align: left; }

  .content-white, .content-orange {
    padding: 20px 25px; }

  .content-white-02 {
    padding: 20px 25px 0 25px; }

  #slideshow, #slideshow-asphalt {
    padding: 0;
    border: 0; }

  #footer-col-left, #footer-col-right {
    width: 100%; }

  #footer-col-right {
    padding: 15px 0 0 0; }

  #associate {
    float: right;
    padding: 0; }

  #address {
    margin: 15px 0 25px 0; }

  .button-wrapper {
    margin: 0 auto;
    text-align: center; } }
/* 600px breakpoint */
@media only screen and (max-width: 600px) {
  #associate {
    float: left;
    padding: 20px 0 0 0; }

  .nomob {
    display: none; }

  #copy, #privacy {
    display: block;
    width: 100%; }

  #copy {
    padding: 0 0 10px 0; }

  .bt-orange {
    padding: 20px;
    border-radius: 60px;
    padding: 15px 40px; } }
/* 510px breakpoint */
@media only screen and (max-width: 510px) {
  #guarantee {
    padding: 15px 0;
    width: 110px; }

  .contact-phone, .contact-phone-spacing, .contact-phone-black, .contact-phone-black-spacing {
    font-family: upgrade, helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 2.0em;
    line-height: 1em;
    text-transform: uppercase;
    padding: 0;
    margin: 0; }

  .contact-phone-spacing, .contact-phone-black-spacing {
    letter-spacing: 0.0125em; }

  #email p {
    font-size: 1.375em; } }
/* 468px breakpoint */
@media only screen and (max-width: 468px) {
  body, html {
    font-size: 0.9em; }

  #header-col-middle-inner {
    float: none;
    width: 290px;
    margin: 0 auto; }

  .express-group-logo {
    max-width: 178px; }

  .guarantee-badge {
    max-width: 102px; }

  #header-col-right-inner {
    width: 290px; }

  #call-now {
    float: none;
    text-align: center; }

  #call-now p {
    text-align: center; }

  #telephone {
    background-size: 34px;
    background-position: left center;
    padding: 20px 0 10px 50px; }

  #email {
    background-size: 34px;
    padding: 15px 0 0 50px; }

  #address {
    background-size: 34px;
    padding: 15px 0 0 50px; }

  #privacy-inner ul {
    margin: 20px 0 0 15px; }

  .prev, .next {
    padding: 10px;
    font-size: 20px; }

  .close {
    font-size: 40px; }

  .bt-orange {
    font-family: upgrade-lights, helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: 1.375em;
    line-height: 1.3em;
    padding: 0 0 25px 0;
    padding: 20px;
    border-radius: 60px;
    padding: 15px 40px; } }
/* ie9 styles */
@media screen and (min-width: 0) and (min-resolution: 0.001dpcm) {
  .ie9 {
    display: inline; } }

/*# sourceMappingURL=global.css.map */
