header.header {
  padding: 0px 0;
  transition: all 0.3s ease;
}
header.header .mobile-logo {
  width: 80px;
  display: block;
  margin: 0 auto;
}
header.header .mobile-logo a {
  display: block;
}
header.header .menu-toggle {
  text-transform: uppercase;
  line-height: 78px;
  font-size: 18px;
  font-family: lato, sans-serif;
  font-weight: bold !important;
  cursor: pointer;
  color: #0b81de;
  position: absolute;
  right: 0;
  top: 0;
}
header.header .menu-toggle span {
  font-size: 0.75em;
  margin-right: 4px;
}
header.header nav.top-nav {
  background: #0b81de;
  font-family: lato, sans-serif;
  font-size: 15px;
  padding: 8px 0;
}
header.header nav.top-nav div.row {
  justify-content: space-between;
}
header.header nav.top-nav ul.social-links li {
  line-height: initial;
  margin: 0 5px;
}
header.header nav.top-nav a {
  display: inline-block;
  vertical-align: middle;
}
header.header nav.top-nav a span[class*="icon-"] {
  font-size: 16px;
}
header.header nav.top-nav a span[class*="icon-"]:before {
  color: #fff;
}
header.header nav.top-nav .call-link {
  color: #fff;
}
header.header nav.top-nav .call-link span {
  color: #fff;
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}
header.header .content-toggle {
  border-top: 1px solid #eee;
  padding-top: 8px;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  display: flex;
  flex-direction: row;
  margin-top: 5px;
  justify-content: center;
  font-size: 15px;
}
header.header .content-toggle a,
header.header .content-toggle span {
  font-weight: bold;
  margin: 0 4px;
  color: #fff;
}
header.header .content-toggle .current {
  color: #0b81de;
}
header.header .main-head {
  justify-content: space-between;
}
header.header .main-head .nav {
  display: block;
}
header.header .nav ul {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: flex-end;
}
header.header .nav ul > li {
  width: 20%;
  line-height: 90px;
  font-size: 18px;
  font-family: lato, sans-serif;
  font-weight: bold;
  position: relative;
}
header.header .nav ul > li.home-link {
  background-image: url(../img/christensen.jpg );
  background-size: auto 93%;
  background-repeat: no-repeat;
  background-position: center center;
}
header.header .nav ul > li.home-link a {
  font-size: 0;
}
header.header .nav ul > li ul.children {
  display: none;
}
header.header .nav ul > li.menu-item-has-children > a:after {
  font-size: 0.85em;
  margin-left: 5px;
  font-family: 'recycle';
  content: "\e912";
  display: inline-block;
  transform: rotate(90deg);
}
header.header .nav ul > li:hover a {
  color: #ddba01;
}
header.header .nav ul > li.current-menu-item a,
header.header .nav ul > li.current-menu-ancestor a {
  color: #0b81de;
}
header.header .nav ul > li a {
  display: block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #203769;
  text-align: center;
}
header.header .nav ul ul.sub-menu {
  position: absolute;
  width: 100%;
  top: -1000px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
header.header .nav ul ul.sub-menu li {
  border: 1px solid #ddd;
  background: #eee;
  z-index: 1500;
  line-height: 45px;
  width: 100%;
  font-size: 11px;
}
header.header .nav ul ul.sub-menu li a {
  color: #2d4981;
  padding: 0;
}
header.header li.menu-item:hover > ul.sub-menu {
  top: inherit;
  position: absolute;
  display: block;
}
header.header li.menu-item:hover > ul.sub-menu li {
  position: relative;
  min-width: 150px;
}
header.header li.menu-item:hover > ul.sub-menu li:hover {
  background: #2d4981;
}
header.header li.menu-item:hover > ul.sub-menu li:hover a {
  color: #fff;
}
header.header li.menu-item:hover > ul.sub-menu li.menu-item-has-children > a:after {
  font-size: 0.5em;
  margin-left: 7px;
  font-family: 'tcla';
  content: "\f054";
  transform: none;
}
header.header li.menu-item:hover > ul.sub-menu li:hover ul.sub-menu {
  display: block;
  right: -170px;
  position: absolute;
  background: red;
  top: 0;
  width: 170px;
}
header.header li.menu-item:hover > ul.sub-menu li:hover ul.sub-menu li {
  line-height: 30px;
  font-size: 14px;
}
body.single header.header {
  border-bottom: 1px solid #0b81de;
}
#slide-nav {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: 300px;
  background: url(../img/hex.jpg );
  z-index: 2000;
  left: -1000px;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#slide-nav:before {
  content: '';
  position: absolute;
  background: #040404;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.46;
}
#slide-nav.open {
  left: 0;
}
#slide-nav .logo {
  width: 90%;
  margin: 10px auto;
  text-align: center;
}
#slide-nav .logo .logo-img {
  display: inline-block;
}
#slide-nav h2 {
  width: 100%;
  padding: 10px 20px;
  font-size: 2.35em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
  color: #272729;
}
#slide-nav .menu-toggle {
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 37px;
  width: 35px;
  line-height: 37px;
  background: #0000004d;
  display: block;
  right: 0px;
  text-align: center;
  cursor: pointer;
}
#slide-nav .content-toggle {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  width: 90%;
  margin-bottom: 10px;
  background: #0b81de;
  padding: 10px 10px;
  font-size: 15px;
  font-family: lato, sans-serif;
}
#slide-nav .content-toggle a {
  color: #272729;
  opacity: 0.67;
}
#slide-nav .content-toggle a.current {
  color: #fff;
  opacity: 1;
}
#slide-nav ul {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
}
#slide-nav ul li {
  width: 100%;
  margin-bottom: 10px;
}
#slide-nav ul li.home-link {
  order: -1;
}
#slide-nav ul li a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: lato, sans-serif;
  background: #fff;
  color: #0b81de;
  padding: 10px 10px;
  width: 90%;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
#slide-nav ul li a:hover {
  background: #0b81de;
  color: #fff;
}
#slide-nav ul.sub-menu {
  display: none;
}
#slide-nav .address {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
#slide-nav .address li {
  border: none;
  padding: 0 40px;
}
#slide-nav .address li a {
  font-size: 16px;
  position: relative;
}
#slide-nav .address li a span {
  position: absolute;
  left: -20px;
  top: 2px;
}
body.home .header.header,
body.page-template-commercial-front-page .header.header,
body.page-template-coming-soon .header.header {
  z-index: 1000;
  width: 100%;
}
body.home .slick-prev,
body.page-template-commercial-front-page .slick-prev,
body.page-template-coming-soon .slick-prev,
body.home .slick-next,
body.page-template-commercial-front-page .slick-next,
body.page-template-coming-soon .slick-next {
  top: 50%;
  z-index: 900;
  width: 50px;
  height: 50px;
}
body.home .slick-prev:before,
body.page-template-commercial-front-page .slick-prev:before,
body.page-template-coming-soon .slick-prev:before,
body.home .slick-next:before,
body.page-template-commercial-front-page .slick-next:before,
body.page-template-coming-soon .slick-next:before {
  color: #fff;
  font-size: 75px;
  font-family: 'recycle';
}
body.home .slick-next,
body.page-template-commercial-front-page .slick-next,
body.page-template-coming-soon .slick-next {
  right: 5%;
}
body.home .slick-next:before,
body.page-template-commercial-front-page .slick-next:before,
body.page-template-coming-soon .slick-next:before {
  content: "\e912";
}
body.home .slick-prev,
body.page-template-commercial-front-page .slick-prev,
body.page-template-coming-soon .slick-prev {
  left: 6%;
}
body.home .slick-prev:before,
body.page-template-commercial-front-page .slick-prev:before,
body.page-template-coming-soon .slick-prev:before {
  content: "\e913";
}
body.home .slick-dotted.slick-slider,
body.page-template-commercial-front-page .slick-dotted.slick-slider,
body.page-template-coming-soon .slick-dotted.slick-slider {
  margin-bottom: 0;
}
body.home .slick-dots,
body.page-template-commercial-front-page .slick-dots,
body.page-template-coming-soon .slick-dots {
  bottom: 20px;
}
body.home .slick-current .home-slide,
body.page-template-commercial-front-page .slick-current .home-slide,
body.page-template-coming-soon .slick-current .home-slide {
  z-index: 1000;
}
body.home .slick-current .home-slide .head-video,
body.page-template-commercial-front-page .slick-current .home-slide .head-video,
body.page-template-coming-soon .slick-current .home-slide .head-video {
  visibility: visible;
}
body.home .home-slider .slick-slide,
body.page-template-commercial-front-page .home-slider .slick-slide,
body.page-template-coming-soon .home-slider .slick-slide {
  height: 100vh;
}
body.home .home-slide,
body.page-template-commercial-front-page .home-slide,
body.page-template-coming-soon .home-slide {
  height: 100vh;
  position: relative;
  background-position: center center;
  background-size: cover;
}
body.home .home-slide:after,
body.page-template-commercial-front-page .home-slide:after,
body.page-template-coming-soon .home-slide:after {
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+14,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  width: 100%;
  height: 100%;
}
body.home .home-slide article,
body.page-template-commercial-front-page .home-slide article,
body.page-template-coming-soon .home-slide article {
  width: 100%;
  top: 45%;
  color: #fff;
  z-index: 800;
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
}
body.home .home-slide article nav a,
body.page-template-commercial-front-page .home-slide article nav a,
body.page-template-coming-soon .home-slide article nav a {
  background: #0b81de;
  color: #fff;
  display: inline-block;
  padding: 6px 15px;
  margin: 10px 10px;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 16px;
}
body.home .home-slide article div.contain,
body.page-template-commercial-front-page .home-slide article div.contain,
body.page-template-coming-soon .home-slide article div.contain {
  opacity: 0;
  display: block;
  -webkit-animation-duration: 900ms;
  -moz-animation-duration: 900ms;
  animation-duration: 900ms;
}
body.home .home-slide article .banner-logo,
body.page-template-commercial-front-page .home-slide article .banner-logo,
body.page-template-coming-soon .home-slide article .banner-logo {
  display: inline-block;
  max-width: 200px;
  margin-bottom: 20px;
}
body.home .home-slide article h2,
body.page-template-commercial-front-page .home-slide article h2,
body.page-template-coming-soon .home-slide article h2 {
  margin: 0;
  font-size: 7.75em;
  line-height: 0.95em;
  margin-bottom: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
}
body.home .home-slide article h3,
body.page-template-commercial-front-page .home-slide article h3,
body.page-template-coming-soon .home-slide article h3 {
  font-family: lato, sans-serif;
  font-size: 3.25em;
  margin: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
  font-style: italic;
  text-transform: uppercase;
}
body.home .home-slide article h3:before,
body.page-template-commercial-front-page .home-slide article h3:before,
body.page-template-coming-soon .home-slide article h3:before {
  content: '';
  width: 58%;
  height: 1px;
  background: #fff;
  margin: 0 auto 0em;
  position: relative;
  display: block;
}
body.home .home-slide article p,
body.page-template-commercial-front-page .home-slide article p,
body.page-template-coming-soon .home-slide article p {
  line-height: 1.1;
  font-family: lato, sans-serif;
  margin: 10px auto 0;
  font-size: 1.5em;
  width: 90%;
  max-width: 940px;
}
body.home .home-head,
body.page-template-commercial-front-page .home-head,
body.page-template-coming-soon .home-head {
  position: relative;
}
body.home .home-head .award-list,
body.page-template-commercial-front-page .home-head .award-list,
body.page-template-coming-soon .home-head .award-list {
  margin-top: 15px;
  width: 100%;
  padding: 5px 0;
}
body.home .home-head .award-list h3,
body.page-template-commercial-front-page .home-head .award-list h3,
body.page-template-coming-soon .home-head .award-list h3 {
  display: none;
}
.award-list .row {
  justify-content: center;
}
.award-list .award-image {
  width: 100px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
body.home .triangle-panel {
  z-index: 1500;
  top: initial;
  bottom: 0;
}
body.home .triangle-panel .pane {
  background: #f3f3f5;
}
body.home .triangle-panel .pane:after {
  border-bottom-color: #f3f3f5;
}
body.home .triangle-panel .pane:before {
  border-bottom-color: #f3f3f5;
}
body.home .service-panel,
body.page-template .service-panel {
  overflow: auto;
  padding: 0;
  background: #f3f3f5;
  color: #272729;
  z-index: 800;
  position: relative;
}
body.home .service-panel header,
body.page-template .service-panel header {
  margin-top: 40px;
  margin-bottom: 40px;
}
body.home .service-panel header h2,
body.page-template .service-panel header h2 {
  margin: 0;
  font-family: lato, sans-serif;
  font-weight: 900;
  text-align: center;
}
body.home .service-panel header p,
body.page-template .service-panel header p {
  text-align: center;
  margin-top: 0;
}
body.home .service-panel .service .row,
body.page-template .service-panel .service .row {
  justify-content: space-around;
}
body.home .service-panel .post-thumb,
body.page-template .service-panel .post-thumb {
  width: 40%;
}
body.home .service-panel .slide-text,
body.page-template .service-panel .slide-text {
  width: 40%;
}
body.home .service-panel .slide-text h2,
body.page-template .service-panel .slide-text h2 {
  text-align: left;
  margin: 0;
  font-size: 2.65em;
}
body.home .service-panel .slide-text h3,
body.page-template .service-panel .slide-text h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: lato, sans-serif;
  margin: 0;
}
body.home .service-panel .slide-text h3 strong,
body.page-template .service-panel .slide-text h3 strong {
  font-weight: normal;
  margin: 10px 0 5px;
  font-size: 0.65em;
  display: block;
}
body.home .service-panel .slide-text p,
body.page-template .service-panel .slide-text p {
  display: none;
}
body.home .service-panel:before,
body.page-template .service-panel:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
body.home .service-panel .service-image,
body.page-template .service-panel .service-image {
  background-color: #fff;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body.home .service-panel .service-slider .slick-arrow.slick-next,
body.page-template .service-panel .service-slider .slick-arrow.slick-next {
  right: 5px;
  top: 28%;
  color: #0b81de;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
body.home .service-panel .service-slider .slick-arrow.slick-next:hover:before,
body.page-template .service-panel .service-slider .slick-arrow.slick-next:hover:before {
  color: #2d4981;
}
body.home .service-panel .service-slider .slick-arrow.slick-next:before,
body.page-template .service-panel .service-slider .slick-arrow.slick-next:before {
  content: "\e912";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.41);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #0b81de;
  font-family: 'recycle';
}
body.home .service-panel .service-slider .slick-arrow.slick-prev,
body.page-template .service-panel .service-slider .slick-arrow.slick-prev {
  left: 5px;
  top: 28%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
body.home .service-panel .service-slider .slick-arrow.slick-prev:hover:before,
body.page-template .service-panel .service-slider .slick-arrow.slick-prev:hover:before {
  color: #2d4981;
}
body.home .service-panel .service-slider .slick-arrow.slick-prev:before,
body.page-template .service-panel .service-slider .slick-arrow.slick-prev:before {
  font-family: 'recycle';
  content: "\e913";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.41);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #0b81de;
}
@media (min-width: 760px) {
  body.home .service-panel .service-slider .slick-arrow.slick-next,
  body.page-template .service-panel .service-slider .slick-arrow.slick-next {
    right: 75px;
  }
  body.home .service-panel .service-slider .slick-arrow.slick-prev,
  body.page-template .service-panel .service-slider .slick-arrow.slick-prev {
    left: 75px;
  }
}
body.home .service-panel .service-slider .slick-slide,
body.page-template .service-panel .service-slider .slick-slide {
  padding: 0 20px;
}
@media (min-width: 760px) {
  body.home .service-panel .service-slider .slick-slide,
  body.page-template .service-panel .service-slider .slick-slide {
    padding: 0 175px;
  }
}
body.home .service-panel .service-slider .slick-dots,
body.page-template .service-panel .service-slider .slick-dots {
  margin-top: 50px;
  position: relative;
  bottom: inherit;
  text-align: center;
  background: #2d4981;
  padding: 20px 0;
}
body.home .service-panel .service-slider .slick-dots .slick-active button:before,
body.page-template .service-panel .service-slider .slick-dots .slick-active button:before {
  background: #0b81de;
}
body.home .service-panel .service-slider .slick-dots button:before,
body.page-template .service-panel .service-slider .slick-dots button:before {
  font-size: 50px;
  color: #eee;
  content: '';
  width: 20px;
  height: 20px;
  background: #eee;
}
body.home .service-panel p,
body.page-template .service-panel p {
  font-size: 14px;
}
body.home .banner {
  background: url(../img/truck_bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  padding: 6em 0;
}
body.home .banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2d4981;
  top: 0;
  left: 0;
  opacity: 0.47;
  z-index: 1;
}
body.home .banner div.contain {
  position: relative;
  z-index: 900;
}
body.home .banner h2 {
  font-size: 5.65em;
  margin: 0px;
}
body.home .banner h3 {
  font-family: lato, sans-serif;
  font-size: 2.25em;
  margin: 0;
  font-style: italic;
}
body.home .banner p a {
  background: #fff;
  color: #0b81de;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.45em;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
body.home .banner p a:hover {
  background: #0b81de;
  color: #fff;
}
body.home .about-panel {
  text-align: center;
}
body.home .about-panel h2 {
  margin: 0 0 40px;
  font-family: lato, sans-serif;
  font-weight: 900;
  color: #2d4981;
}
body.home .about-panel .row {
  margin-top: 40px;
  justify-content: center;
}
@media (min-width: 760px) {
  body.home .about-panel .row li {
    width: 28%;
  }
}
body.home .about-panel .row li h3 {
  margin: 0;
  font-size: 3.45em;
  color: #0b81de;
}
body.home .about-panel .row li span {
  font-size: 80px;
  color: #0b81de;
}
body.home .about-panel .row li span[class*="partners"] {
  font-size: 80px;
}
body.home .about-panel .row li p {
  margin-top: 0;
}
.about-section h1,
.why-section h1 {
  color: #0b81de;
  font-size: 4.57em;
  text-align: left;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  max-width: 1100px;
  margin: 0 auto 20px;
}
.about-section article h2,
.why-section article h2,
.about-section article h3,
.why-section article h3 {
  text-align: left;
  width: 90%;
  margin: 10px auto 00px;
  max-width: 1100px;
}
.about-section article p,
.why-section article p {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 16px;
  width: 90%;
  margin: 10px auto;
  max-width: 1100px;
  line-height: 1.64em;
}
.about-section article p:first-child,
.why-section article p:first-child {
  margin-top: 0;
}
.about-section article p a,
.why-section article p a {
  text-decoration: none;
}
.about-section article .numbers-list,
.why-section article .numbers-list {
  width: 90%;
  max-width: 840px;
  margin: 30px auto 0;
  justify-content: space-between;
}
.about-section article .numbers-list div.number,
.why-section article .numbers-list div.number {
  text-align: center;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  opacity: 0;
  transition: all 0.84s ease;
}
.about-section article .numbers-list div.number .odometer,
.why-section article .numbers-list div.number .odometer {
  color: #0b81de;
  font-size: 3.95em;
}
.about-section article .numbers-list div.number .label,
.why-section article .numbers-list div.number .label {
  position: relative;
  margin-left: 3px;
  font-size: 16px;
  font-weight: bold;
}
.about-section article .numbers-list h3,
.why-section article .numbers-list h3 {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  text-align: center;
  margin-top: 0;
  font-size: 17px;
}
.about-section article .numbers-list h3:first-child,
.why-section article .numbers-list h3:first-child {
  margin-bottom: 0;
}
.about-section article .award-list,
.why-section article .award-list {
  border-top: 4px double #0b81de;
  border-bottom: 4px double #0b81de;
  background: #ebedef;
  position: relative;
  padding: 5em 0;
}
.about-section article .award-list .row,
.why-section article .award-list .row {
  flex-wrap: wrap;
}
.about-section article .award-list li,
.why-section article .award-list li {
  min-width: 170px;
  width: 12%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  margin: 10px 10px 20px;
}
.about-section article .award-list li .award-image,
.why-section article .award-list li .award-image {
  margin: 0 auto;
}
.about-section article .award-list h3,
.why-section article .award-list h3 {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 14px;
  text-align: center;
}
.about-section iframe,
.why-section iframe {
  display: block;
  margin: 30px auto 30px;
}
.about-section .icon-list,
.why-section .icon-list {
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-section .icon-list:before,
.why-section .icon-list:before {
  content: '';
  height: 100%;
  top: 0px;
  width: 1px;
  background: #dedede;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-section .icon-list li,
.why-section .icon-list li {
  width: 44%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
}
.about-section .icon-list li:hover span[class*="icon"],
.why-section .icon-list li:hover span[class*="icon"] {
  color: #0b81de;
}
.about-section .icon-list li span[class*="icon"],
.why-section .icon-list li span[class*="icon"] {
  font-size: 80px;
  color: #0b81de;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-right: 30px;
}
.about-section .icon-list li h3,
.why-section .icon-list li h3 {
  width: 100%;
  margin-bottom: 20px;
}
.about-section .icon-list li p,
.why-section .icon-list li p {
  width: 100%;
}
.logo-triangle {
  width: 0;
  height: 0;
  border-left: 95px solid transparent;
  border-right: 95px solid transparent;
  border-bottom: 134px solid #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: -44px;
  z-index: 900;
}
.logo-triangle:after {
  content: '';
  background-image: url(../img/logo.png);
  width: 140px;
  height: 110px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 1px;
  left: -70px;
  position: absolute;
}
body.home .testimonials,
body.page .testimonials,
body.single .testimonials {
  background-image: url(../img/hex.jpg);
  text-align: center;
  min-height: 400px;
  padding: 7em 0 250px;
  margin-bottom: -50px;
}
body.home .testimonials h2,
body.page .testimonials h2,
body.single .testimonials h2 {
  color: #9ea7a1;
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: 2px dotted;
  text-align: center;
}
body.home .testimonials .slick-prev,
body.page .testimonials .slick-prev,
body.single .testimonials .slick-prev,
body.home .testimonials .slick-next,
body.page .testimonials .slick-next,
body.single .testimonials .slick-next {
  top: 40%;
  z-index: 900;
}
body.home .testimonials .slick-prev:before,
body.page .testimonials .slick-prev:before,
body.single .testimonials .slick-prev:before,
body.home .testimonials .slick-next:before,
body.page .testimonials .slick-next:before,
body.single .testimonials .slick-next:before {
  color: #9ea7a1;
  font-family: 'recycle';
}
body.home .testimonials h3,
body.page .testimonials h3,
body.single .testimonials h3 {
  color: #0b81de;
  margin-top: 0;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  text-align: center;
  margin-bottom: 25px;
}
body.home .testimonials p,
body.page .testimonials p,
body.single .testimonials p {
  font-style: italic;
  color: #454545;
}
body.home .testimonials .slick-next,
body.page .testimonials .slick-next,
body.single .testimonials .slick-next {
  right: 0%;
}
body.home .testimonials .slick-next:before,
body.page .testimonials .slick-next:before,
body.single .testimonials .slick-next:before {
  content: "\e912";
}
body.home .testimonials .slick-prev,
body.page .testimonials .slick-prev,
body.single .testimonials .slick-prev {
  left: 0%;
}
body.home .testimonials .slick-prev:before,
body.page .testimonials .slick-prev:before,
body.single .testimonials .slick-prev:before {
  content: "\e913";
}
body.home .testimonials .review,
body.page .testimonials .review,
body.single .testimonials .review {
  text-align: center;
}
body.home .testimonials .review .text,
body.page .testimonials .review .text,
body.single .testimonials .review .text {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  margin: 0 auto;
  max-width: 960px;
  width: 80%;
  font-size: 16px;
  color: #eee;
}
body.home .testimonials .review .text:before,
body.page .testimonials .review .text:before,
body.single .testimonials .review .text:before {
  content: '\201c';
}
body.home .testimonials .review .text:after,
body.page .testimonials .review .text:after,
body.single .testimonials .review .text:after {
  content: '\201d';
}
body.home .testimonials .review h4,
body.page .testimonials .review h4,
body.single .testimonials .review h4 {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 1.4em;
  margin: 0px 10px 0 0;
}
body.home .testimonials .customer-info,
body.page .testimonials .customer-info,
body.single .testimonials .customer-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body.home .testimonials .customer-info p,
body.page .testimonials .customer-info p,
body.single .testimonials .customer-info p {
  width: auto;
  margin: 0;
  font-style: normal;
}
body.home .testimonials .customer-info span,
body.page .testimonials .customer-info span,
body.single .testimonials .customer-info span {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 16px;
}
body.home .testimonials .slick-dots,
body.page .testimonials .slick-dots,
body.single .testimonials .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
body.home .testimonials .slick-dots li,
body.page .testimonials .slick-dots li,
body.single .testimonials .slick-dots li {
  text-align: center;
}
body.home .testimonials .slick-dots li button:before,
body.page .testimonials .slick-dots li button:before,
body.single .testimonials .slick-dots li button:before {
  content: '';
  background: #fff;
  font-size: 20px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}
.info-panel h1 {
  font-size: 3.45em;
  margin-top: 0;
}
.info-panel .row {
  justify-content: space-between;
}
@media (min-width: 950px) {
  .info-panel .block.text {
    width: 65%;
  }
}
.info-panel .block.form form {
  background: #eee;
  padding: 10px 20px;
  box-shadow: 1px 2px 9px -1px rgba(0, 0, 0, 0.55);
}
@media (min-width: 950px) {
  .info-panel .block.form {
    width: 30%;
  }
}
.info-panel .block div.wpcf7 li {
  font-family: lato, sans-serif;
  font-size: 16px;
}
.info-panel .block div.wpcf7 input,
.info-panel .block div.wpcf7 textarea {
  width: 100%;
  min-width: 100%;
  padding: 10px;
  max-width: 100%;
}
.info-panel .block div.wpcf7 textarea {
  min-height: 100px;
  max-height: 100px;
  border: none;
}
.info-panel .block div.wpcf7 input[type="submit"] {
  background: #2d4981;
  color: #fff;
  border: none;
}
.warranty.difference .big-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
  margin: 0;
  padding: 0 20px;
}
.warranty.difference .big-icon img {
  width: 100%;
  height: auto;
}
.warranty.difference .big-icon p {
  display: none;
}
.warranty.difference:before {
  background: rgba(96, 125, 139, 0.6);
}
body.page-template-coming-soon section.panel {
  display: none;
}
body.page-template-coming-soon .header ul.menu li.menu-item {
  display: none;
}
body.page-template-coming-soon .content-toggle {
  display: none;
}
body.page-template-coming-soon .footer ul.info {
  display: none;
}
.row {
  display: flex;
  flex-direction: row;
}
.column {
  display: flex;
  flex-direction: column;
}
.menu-toggle {
  display: none;
}
.contain {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.wide-contain {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.panel {
  padding: 7em 0;
  position: relative;
  border: none;
}
p {
  font-size: 16px;
  font-family: lato, sans-serif;
}
.default-header header.header-1 {
  position: relative;
}
.default-header header.header-1 .content-toggle .current {
  background: #fff;
  padding: 3px 5px;
}
@media only screen and (min-width: 750px) {
  .default-header header.header-1 {
    height: 165px;
  }
  .default-header header.header-1 .logo {
    position: static;
    transform: none;
  }
  .default-header header.header-1 .color-logo {
    display: none;
  }
  .default-header header.header-1 nav ul {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    position: relative;
  }
}
h1,
h2,
h3,
h4 {
  font-family: bebas-neue, sans-serif;
  font-weight: normal;
}
h2 {
  font-size: 3.75em;
}
h3 {
  font-size: 2.5em;
}
article.page h3 {
  font-size: 2.25em;
  margin: 12px 0;
}
@media (min-width: 760px) {
  .mobile-only {
    display: none !important;
  }
}
@media (min-width: 1150px) {
  .tablet-down {
    display: none !important;
  }
}
@media (max-width: 1149px) {
  .tablet-down {
    display: block;
  }
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
article.page ul,
article.post ul {
  list-style-type: disc;
  padding: initial;
  margin: initial;
}
.service-nav {
  background: #2d4981;
  padding: 2.75em 0;
  font-family: lato, sans-serif;
  font-weight: bold;
}
.service-nav h3 {
  color: #fff;
  margin: 0 10px 0 0;
  line-height: 20px;
  font-size: 16px;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  text-transform: uppercase;
}
.service-nav ul.menu {
  display: flex;
  flex-direction: row;
}
.service-nav li {
  margin-right: 15px;
}
.service-nav li.current-menu-item a {
  color: #fce214;
}
.service-nav a {
  font-size: 1.25em;
  color: #fff;
}
.service-nav a:hover {
  text-decoration: underline;
}
.service-nav .service span {
  margin: 0 5px;
}
.service-nav .service:last-child span {
  display: none;
}
.page-head {
  overflow: auto;
  padding: 7em 0;
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: 50px;
  height: 25vh;
}
.page-head:after {
  z-index: 200;
  top: 0;
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+14,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-head h1 {
  color: #fff;
  text-align: center;
  font-size: 5.75em;
  margin: 0;
  position: relative;
  z-index: 800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: bebas-neue, sans-serif;
  font-weight: normal !important;
}
.page-title {
  font-size: 4.75em;
  margin-bottom: 0px;
}
.page-content {
  margin-top: 4em;
}
article.page h1,
article.post h1 {
  color: #0b81de;
}
article.page h2,
article.post h2 {
  color: #2d4981;
  font-size: 3.76em;
  font-family: lato, sans-serif;
  font-weight: bold;
  margin-bottom: 16px;
}
article.page h2 a,
article.post h2 a {
  color: #0b81de;
}
article.page h2:first-child,
article.post h2:first-child {
  margin-top: 0;
}
article.page h3,
article.post h3 {
  font-family: lato, sans-serif;
  font-size: 2em;
  color: #0b81de;
}
article.page h4,
article.post h4 {
  color: #0b81de;
  font-size: 2.256em;
  margin-bottom: 5px;
}
article.page p,
article.post p {
  line-height: 1.65em;
}
article.page hr,
article.post hr {
  height: 1px;
  background: #eee;
  border: none;
  margin-top: 30px;
  display: block;
}
article.page ul.info-list,
article.post ul.info-list {
  padding-left: 1.5em;
  list-style-type: disc;
}
article.page ul.info-list li,
article.post ul.info-list li {
  font-size: 1.35em;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-style: italic;
  margin-bottom: 10px;
}
article.page .icon-list,
article.post .icon-list {
  list-style-type: none;
  padding: 0;
  justify-content: space-around;
  position: relative;
}
article.page .icon-list li,
article.post .icon-list li {
  text-align: center;
}
article.page .icon-list li h3,
article.post .icon-list li h3 {
  width: 95%;
  margin: 10px auto 0;
}
article.page .icon-list li span[class*="icon"],
article.post .icon-list li span[class*="icon"] {
  font-size: 8.5em;
  color: #0b81de;
}
article.page div.row,
article.post div.row {
  justify-content: space-between;
}
.view-more {
  display: inline-block;
  margin-top: 20px;
  background: #0b81de;
  color: #fff;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  padding: 10px 15px;
  font-size: 18px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.view-more:hover {
  background: #203769;
  color: #fff;
}
.view-more span {
  font-size: 0.75em;
  margin-left: 5px;
}
.page-section h2 {
  text-align: center;
  font-size: 4.75em;
  margin-bottom: 15px;
}
p a {
  color: #0b81de;
  text-decoration: underline;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
.block-link {
  background: #0b81de;
  color: #fff;
  padding: 10px 15px;
  font-family: bebas-neue, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.block-link:hover {
  background: #2d4981;
  color: #fff;
}
article.page ul.info-list,
article.post ul.info-list {
  padding: 0 0 0 2.5em;
}
article.page ul.info-list li,
article.post ul.info-list li {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 16px;
  line-height: 1.75em;
  font-style: italic;
  margin-bottom: 10px;
}
article.page .children,
article.post .children {
  margin-top: 2em;
}
article.page .children h2,
article.post .children h2 {
  font-family: 'Kalam', 'arial';
  font-weight: normal !important;
  margin-bottom: 0px;
}
article.page .children ul,
article.post .children ul {
  margin: 0;
  list-style-type: none;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
article.page .children ul li,
article.post .children ul li {
  margin: 5px 5px 5px 0;
}
article.page .children ul a,
article.post .children ul a {
  display: block;
  font-weight: bold;
  background: #0b81de;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
}
article.page .highlight,
article.post .highlight {
  color: #0b81de;
  font-style: normal;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
}
.page-template-default main .contain {
  width: 90%;
}
.content-row article.page {
  width: 66%;
  margin-right: 5%;
  padding-bottom: 4em;
}
.content-row .sidebar {
  position: relative;
  padding-left: 5%;
  width: 31%;
}
.content-row .sidebar h3 {
  color: #0b81de;
  font-size: 2.25em;
  margin-bottom: 5px;
}
.content-row .sidebar h3:first-of-type {
  margin-top: 0;
}
.content-row .sidebar:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
}
.content-row .sidebar ul > li {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 16px;
}
.content-row .sidebar ul > li a {
  padding: 5px 0;
  display: inline-block;
}
.content-row .sidebar ul > li.menu-item-has-children:after {
  margin-left: 5px;
  font-size: 12px;
  font-family: 'tcla';
  content: "\f054";
  transform: rotate(90deg);
  display: inline-block;
}
.content-row .sidebar ul .sub-menu {
  display: none;
}
.content-row .sidebar .search {
  margin-top: 50px;
  font-size: 16px;
  display: flex;
}
.content-row .sidebar .search input {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 5px;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
  border-radius: 4px;
}
.content-row .sidebar .search button {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  border: 1px solid #0b81de;
  background: #0b81de;
  color: #fff;
  border-radius: 4px;
  margin-left: 4px;
}
.portfolio-panel .slick-slider {
  padding: 0;
}
.portfolio-panel .slick-prev,
.portfolio-panel .slick-next {
  width: 40px;
  height: 40px;
  background: #0b81de;
  z-index: 1000;
}
.portfolio-panel .slick-prev:before,
.portfolio-panel .slick-next:before {
  color: #fff;
  font-size: 40px;
  font-family: 'legacy';
}
.portfolio-panel .slick-prev {
  left: 0px;
}
.portfolio-panel .slick-prev:before {
  content: "\e914";
}
.portfolio-panel .slick-next {
  right: 0px;
}
.portfolio-panel .slick-next:before {
  content: "\e915";
}
.portfolio-panel:before {
  content: '';
  background-image: url(../img/logo-white.png);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 100px solid red;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 900;
  border-bottom: 0px solid #0b81de;
  border-top: 50px solid #fff;
}
.portfolio-panel .text ul {
  list-style-type: disc;
  padding-left: 1.45em;
  margin-top: 10px;
}
.portfolio-panel .text ul li {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  margin-bottom: 10px;
  font-size: 16px;
}
header.banner {
  padding: 2em 0;
  text-align: center;
}
.block {
  width: 48%;
}
.block p:first-of-type {
  margin-top: 0;
}
div.gallery {
  display: flex;
  flex-direction: row;
}
.call-toggle {
  transform: rotate(90deg);
  display: inline-block;
  position: fixed;
  width: 140px;
  right: -44px;
  top: 40%;
  font-family: bebas-neue, sans-serif;
  z-index: 1500;
  background: #2d4981;
  padding: 15px 10px 10px;
  border: 1px solid #fff;
  font-size: 30px;
  color: #eee;
  border: none;
}
.call-toggle:hover {
  color: #eee;
  text-decoration: underline;
}
.call-toggle a {
  color: #eee;
}
.sidebar {
  padding-bottom: 4em;
}
.sidebar h3 {
  color: #fff;
  font-size: 2.25em;
  margin-bottom: 5px;
}
.sidebar h3:first-of-type {
  margin-top: 0;
}
.sidebar div.children h2 {
  margin-bottom: 0;
}
.sidebar div.children li {
  margin-bottom: 5px;
}
.sidebar div.children li a {
  background: #0b81de;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  display: inline-block;
}
.sidebar h2 {
  color: #0b81de;
}
.sidebar .video {
  text-align: left;
  background: #0b81de;
  padding: 10px;
  margin-bottom: 30px;
}
.sidebar .video h3 {
  color: #fff;
  text-align: center;
}
.sidebar .video iframe {
  display: inline-block;
  height: auto;
  width: 100%;
}
.sidebar .financing h2 {
  margin: 0;
}
.sidebar .financing p {
  margin-top: 0;
}
.sidebar .call-button {
  background: #2d4981;
  display: block;
  padding: 10px;
  font-family: lato, sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 17px;
  text-align: center;
}
.sidebar .form {
  margin-top: -5.75em;
  background: #0b81de;
  padding: 20px 25px;
  margin-bottom: 30px;
}
.sidebar .form p {
  margin: 0;
}
.sidebar .form h2 {
  margin: 0 0 5px;
  color: #fce214;
}
.sidebar .form .ajax-loader {
  position: absolute;
}
.sidebar form label {
  color: #fff;
}
.sidebar form input,
.sidebar form select {
  width: 100%;
  padding: 5px 0 5px 8px;
  margin-bottom: 10px;
}
.sidebar form select {
  line-height: 35px;
  height: 35px;
  background: #fff;
  border-radius: 0;
}
.sidebar form option {
  padding: 5px 0px;
}
.sidebar form textarea {
  width: 100%;
  max-height: 120px;
  padding: 5px 0 5px 8px;
  margin-bottom: 10px;
}
.sidebar form .wpcf7-submit {
  padding: 10px 0;
  background: #ddba01;
  border: none;
  font-family: lato, sans-serif;
  font-weight: 900;
  color: #fff;
}
.sidebar:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar ul > li {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 16px;
}
.sidebar ul > li a {
  padding: 5px 0;
  display: inline-block;
}
.sidebar ul > li.menu-item-has-children:after {
  margin-left: 5px;
  font-size: 12px;
  font-family: 'tcla';
  content: "\f054";
  transform: rotate(90deg);
  display: inline-block;
}
.sidebar ul .sub-menu {
  display: none;
}
.sidebar .search {
  margin-top: 40px;
  font-size: 16px;
}
.sidebar .search input {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 5px;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
}
.sidebar .search button {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  border: 1px solid #0b81de;
  background: #0b81de;
  color: #fff;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.tab-content {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tab-content.current {
  display: block;
  opacity: 1;
}
.tab-contain {
  min-height: 20vh;
}
.column-row {
  flex-direction: column;
}
.column-row article.page {
  width: 100%;
  margin: 0 0 4em;
}
.column-row .sidebar {
  padding: 4em 0 4em;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.column-row .sidebar:before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: -10px;
}
article.page table {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  width: 100%;
}
article.page table th {
  color: #0b81de;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 2.45em;
}
article.page table tr {
  border: 1px solid #ddd;
}
article.page table tr:nth-child(even) {
  background: #eee;
}
article.page table td {
  border: 1px solid #ddd;
  border-collapse: collapse;
  font-size: 14px;
  padding: 10px 10px;
}
article.page table td.heading {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
}
article.page table td p {
  margin: 0;
  font-size: 14px;
}
.page-template-default .call-to-action {
  margin-top: 0em;
  border-top: 1px solid #eee;
}
.call-to-action {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  position: relative;
  min-height: 450px;
  background-image: url(../img/map_bg.jpg );
  background-size: cover;
}
.call-to-action h2 {
  color: #0b81de;
  margin: 0;
}
.call-to-action:before {
  content: '';
  background: rgba(207, 210, 208, 0.78039216);
  position: absolute;
  width: 100%;
  height: 100%;
}
.call-to-action article {
  padding: 20px 10px;
  text-align: center;
  background: #fff;
  max-width: 840px;
  width: 40%;
}
.call-to-action article .row {
  justify-content: center;
  margin: 20px auto 0;
}
.call-to-action article .row a {
  padding: 10px 10px;
  background: #0b81de;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
article.form-contain {
  background: #0b81de;
  color: #fff;
}
article.form-contain header,
article.form-contain div.wpcf7 {
  padding: 15px;
  flex-grow: 1;
  width: 50%;
}
article.form-contain header h2 {
  font-size: 2em;
}
article.form-contain header p {
  font-size: 1.45em;
}
article.form-contain div.wpcf7 {
  flex-grow: 1;
}
article.form-contain div.wpcf7 ul {
  margin-top: 20px;
}
article.form-contain div.wpcf7 li {
  margin-bottom: 15px;
}
article.form-contain div.wpcf7 input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}
article.form-contain div.wpcf7 input[type="submit"] {
  background: #bef202;
  border: none;
  color: #fff;
  text-shadow: 1px 1px 1px #888;
  font-weight: bold;
  font-size: 24px;
}
.full-width .why-section div.contain:before {
  width: 80%;
  height: 2px;
  background-color: #efefef;
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  z-index: 100;
  left: 10%;
}
.full-width .why-section h2 {
  display: block;
  width: 44%;
  margin: 0 auto 10px;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 1000;
}
article.page .service-list {
  margin-bottom: 4em;
}
article.page .service-list h2 {
  margin: 0;
  text-align: left;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 3.2em;
}
article.page .service-list ul.row {
  list-style-type: none;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
article.page .service-list li {
  width: 48%;
}
article.page .service-list li h3 {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  margin-top: 0;
}
article.page .service-list li h3:hover {
  color: #0b81de;
}
.loop-image {
  height: 150px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
body.about-us .info-head {
  padding: 0;
}
body.about-us .info-head h2:first-of-type {
  max-width: 640px;
  margin: 0 auto 20px;
  text-align: left;
  border-bottom: 1px solid;
  line-height: 1;
}
body.about-us .our-mission {
  text-align: center;
  margin-top: 0em;
  padding-top: 4em;
}
body.about-us .our-mission h3 {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  margin-bottom: 0;
  margin-top: 30px;
}
body.about-us .our-mission h4 {
  font-size: 2.45em;
  margin: 0;
}
body.about-us .our-mission p {
  max-width: 960px;
  margin: 0 auto 10px;
}
body.about-us .our-mission .row {
  justify-content: space-around;
  list-style-type: none;
  margin-top: 2em;
  max-width: 960px;
}
body.about-us .our-mission .row li {
  margin: 0 25px;
}
body.about-us .basic-info {
  justify-content: center;
}
body.about-us .basic-info .block {
  max-width: 320px;
  background: #f3f3f3;
  padding: 15px;
}
body.about-us .basic-info ul {
  list-style-type: none;
  padding: 0;
}
body.about-us .basic-info .address li {
  font-style: normal;
  font-size: 20px;
  margin-bottom: 15px;
}
body.about-us .basic-info .address li span {
  display: inline-block;
  color: #0b81de;
  margin-right: 5px;
}
body.dumpster-service .page-content,
body.rentals .page-content,
body.page .page-content {
  margin-top: 0;
}
body.dumpster-service .icon-list,
body.rentals .icon-list,
body.page .icon-list {
  flex-wrap: wrap;
}
body.dumpster-service .icon-list li,
body.rentals .icon-list li,
body.page .icon-list li {
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  body.dumpster-service .icon-list li,
  body.rentals .icon-list li,
  body.page .icon-list li {
    width: 30%;
    margin-bottom: 40px;
  }
}
article.page div.wpcf7 li {
  font-family: lato, sans-serif;
  font-size: 16px;
}
article.page div.wpcf7 input,
article.page div.wpcf7 textarea {
  width: 100%;
  min-width: 100%;
  padding: 10px;
  max-width: 100%;
}
article.page div.wpcf7 textarea {
  min-height: 100px;
  max-height: 100px;
  border: none;
}
article.page div.wpcf7 input[type="submit"] {
  background: #2d4981;
  color: #fff;
  border: none;
}
article.page .icon-list {
  flex-wrap: wrap;
}
article.page .icon-list li {
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  article.page .icon-list li {
    width: 30%;
    margin-bottom: 40px;
  }
}
article.page .green-panel {
  position: relative;
  background: #0b81de;
}
article.page .green-panel h2 {
  color: #fff;
}
article.page .green-panel h2 span {
  color: #fce214;
}
article.page .green-panel p {
  color: #fff;
}
article.page .green-panel:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #0b81de;
  bottom: -34px;
}
.page-head h1 {
  width: 100%;
}
body.commercial.services h1 {
  color: #fff;
}
section.commercial-services h2 {
  display: none;
}
section.commercial-services li.service {
  margin-bottom: 40px;
}
section.commercial-services li.service .loop-image {
  height: 250px;
}
section.commercial-services li.service h3 span {
  display: inline-block;
  vertical-align: middle;
}
section.commercial-services li.service p:first-of-type {
  margin: 0;
}
body.search .page-head {
  background-image: url(../img/dumpster_with_logo.jpg);
}
body.search section.row {
  margin-top: 4em;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.search section.row article {
  width: 46%;
}
body.search section.row article .date {
  display: none;
}
body.over-the-road .page-head:after {
  opacity: 0;
}
body.catalytic-converters .page-head {
  background-position: center -115px;
}
body.contact-us article.page div.contact-row {
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}
body.contact-us article.page div.contact-row .block {
  margin: 0 20px;
}
body.contact-us form.wpcf7-form {
  background: #eee;
  padding: 20px;
  margin-bottom: 40px;
}
body.contact-us form.wpcf7-form ul {
  list-style-type: none;
  justify-content: space-around;
  flex-wrap: wrap;
}
body.contact-us form.wpcf7-form ul li {
  margin-bottom: 10px;
}
body.contact-us form.wpcf7-form ul li input {
  border: 1px solid #eee;
  line-height: 30px;
  height: 30px;
  width: 100%;
}
body.contact-us form.wpcf7-form label {
  font-size: 16px;
  font-family: lato, sans-serif;
}
body.contact-us form.wpcf7-form textarea {
  border: 1px solid #eee;
  width: 100%;
}
body.contact-us form.wpcf7-form input.wpcf7-submit {
  background: #0b81de;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
}
body.contact-us form.wpcf7-form input.wpcf7-submit:hover {
  background: #2d4981;
}
body.error404 header.header-1 {
  position: relative;
}
body.error404 header.header-1 .content-toggle .current {
  background: #fff;
  padding: 3px 5px;
}
@media only screen and (min-width: 750px) {
  body.error404 header.header-1 {
    height: 165px;
  }
  body.error404 header.header-1 .logo {
    position: static;
    transform: none;
  }
  body.error404 header.header-1 .color-logo {
    display: none;
  }
  body.error404 header.header-1 nav ul {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    position: relative;
  }
}
body.error404 #post-404 {
  margin-top: 40px;
  text-align: center;
  min-height: 40vh;
}
body[class*="blog"] header.header-1,
.blog-page header.header-1,
body.single header.header-1,
body.page-template-portfolio-template header.header-1 {
  background-size: cover;
  top: 0;
  position: relative;
  box-shadow: 0px 0px 6px -2px #000000;
  /* @media only screen and (min-width: 750px) {
            height: 165px;
            .logo {
                position: static;
                transform: none;
            }
            .home-logo {
    
            }
            .color-logo {
                display: none;
            }

            nav {
                //display: flex;
                ul {
                    .vertical-center;
                    position: relative;
                }
            }
        }*/
}
body[class*="blog"] header.header-1 .content-toggle .current,
.blog-page header.header-1 .content-toggle .current,
body.single header.header-1 .content-toggle .current,
body.page-template-portfolio-template header.header-1 .content-toggle .current {
  background: #fff;
  padding: 3px 5px;
}
body[class*="blog"] .page-title,
.blog-page .page-title,
body.single .page-title,
body.page-template-portfolio-template .page-title {
  margin-bottom: 0.67em;
}
body[class*="blog"] article.post,
.blog-page article.post,
body.single article.post,
body.page-template-portfolio-template article.post,
body[class*="blog"] article.page,
.blog-page article.page,
body.single article.page,
body.page-template-portfolio-template article.page,
body[class*="blog"] article.tribe_events,
.blog-page article.tribe_events,
body.single article.tribe_events,
body.page-template-portfolio-template article.tribe_events,
body[class*="blog"] article[class*="post"],
.blog-page article[class*="post"],
body.single article[class*="post"],
body.page-template-portfolio-template article[class*="post"] {
  margin-bottom: 4em;
  width: 90%;
  max-width: 840px;
  border-bottom: 1px solid #eee;
  padding-bottom: 2em;
  padding-top: 2em;
}
body[class*="blog"] article.post img,
.blog-page article.post img,
body.single article.post img,
body.page-template-portfolio-template article.post img,
body[class*="blog"] article.page img,
.blog-page article.page img,
body.single article.page img,
body.page-template-portfolio-template article.page img,
body[class*="blog"] article.tribe_events img,
.blog-page article.tribe_events img,
body.single article.tribe_events img,
body.page-template-portfolio-template article.tribe_events img,
body[class*="blog"] article[class*="post"] img,
.blog-page article[class*="post"] img,
body.single article[class*="post"] img,
body.page-template-portfolio-template article[class*="post"] img {
  margin-bottom: 15px;
}
body.single .page-head {
  background-color: #0b81de;
}
body.single .page-head:after {
  display: none;
}
body.single .content-row {
  justify-content: space-between;
  margin-bottom: 11em;
}
@media (min-width: 760px) {
  body.single .content-row .sidebar:before {
    top: 55px;
    background: #eee;
  }
}
@media (min-width: 760px) {
  body.single .content-row .sidebar .form {
    top: -25px;
    position: relative;
  }
}
@media (max-width: 759px) {
  body.single .content-row article.post {
    margin: 0 auto;
  }
}
article.post .date,
article.page .date,
article.tribe_events .date,
article[class*="post"] .date {
  font-size: 17px;
}
article.post .view-more,
article.page .view-more,
article.tribe_events .view-more,
article[class*="post"] .view-more {
  clear: both;
  display: block;
  max-width: 150px;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
}
.pagination {
  margin-bottom: 40px;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 18px;
}
.pagination .page-numbers {
  background: #0b81de;
  margin-right: 5px;
  display: inline-block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
  padding: 5px 10px;
}
body.single .post-thumb,
body.portfolio .post-thumb {
  display: block;
}
body.single .sidebar .form,
body.portfolio .sidebar .form {
  margin-top: 0;
}
div.gallery {
  flex-wrap: wrap;
}
div.gallery br {
  display: none;
}
body.single-portfolio article.portfolio {
  max-width: inherit;
}
body.single-portfolio article.portfolio .post-thumb img {
  width: 100%;
}
body.single-portfolio article.portfolio div.gallery {
  justify-content: flex-start;
}
body.single-portfolio article.portfolio div.gallery img {
  margin: 0;
}
body.single-portfolio article.portfolio div.gallery a {
  width: 20%;
  margin-bottom: 20px;
}
body.single-portfolio article.portfolio .date {
  display: none;
}
body.single-portfolio .sidebar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
body.single-portfolio .sidebar .video,
body.single-portfolio .sidebar .search {
  display: none;
}
body.single-portfolio .sidebar div.financing {
  width: 30%;
}
.center-contain {
  margin: 0 auto;
  display: block;
  width: 80%;
  max-width: 940px;
}
.related-posts {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.related-posts h2 {
  margin: 0 0 10px;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 2.45em;
}
.related-posts ul {
  justify-content: space-between;
}
.related-posts li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
}
.related-posts li h3 {
  font-size: 1.84em;
  margin: 0;
  color: #0b81de;
}
.tax-page {
  margin-bottom: 200px;
}
.tax-page header.header-1,
body.archive header.header-1,
body.tag header.header-1 {
  background-size: cover;
  top: 0;
  position: relative;
  box-shadow: 0px 0px 6px -2px #000000;
  /*
        @media only screen and (min-width: 750px) {
            height: 165px;
            .logo {
                position: static;
                transform: none;
            }
            .home-logo {
    
            }
            .color-logo {
                display: none;
            }
    
            nav {
                //display: flex;
                ul {
                    .vertical-center;
                    position: relative;
                }
            }
        }*/
}
.tax-page header.header-1 .content-toggle .current,
body.archive header.header-1 .content-toggle .current,
body.tag header.header-1 .content-toggle .current {
  background: #fff;
  padding: 3px 5px;
}
.tax-page .tax-row,
body.archive .tax-row,
body.tag .tax-row {
  flex-wrap: wrap;
  justify-content: space-between;
}
.tax-page .tax-row article,
body.archive .tax-row article,
body.tag .tax-row article {
  width: 46%;
  margin-bottom: 20px;
  width: 48%;
}
.tax-page .tax-row article p:first-of-type,
body.archive .tax-row article p:first-of-type,
body.tag .tax-row article p:first-of-type {
  margin-top: 0;
}
.tax-page .tax-row article h2,
body.archive .tax-row article h2,
body.tag .tax-row article h2 {
  margin-bottom: 5px;
}
.tax-page .tax-row article h2 a,
body.archive .tax-row article h2 a,
body.tag .tax-row article h2 a {
  color: #0b81de;
}
.tax-page .tax-row article .date,
body.archive .tax-row article .date,
body.tag .tax-row article .date {
  display: none;
}
.tax-page .pagination,
body.archive .pagination,
body.tag .pagination {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-top: 2em;
}
.tax-page .pagination .current,
body.archive .pagination .current,
body.tag .pagination .current {
  background: #ddd;
}
.tax-page .sidebar,
body.archive .sidebar,
body.tag .sidebar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.tax-page .sidebar:before,
body.archive .sidebar:before,
body.tag .sidebar:before {
  display: none;
}
.tax-page .sidebar .form,
body.archive .sidebar .form,
body.tag .sidebar .form {
  margin-top: 0;
}
.tax-page .sidebar .video,
body.archive .sidebar .video,
body.tag .sidebar .video,
.tax-page .sidebar .search,
body.archive .sidebar .search,
body.tag .sidebar .search {
  display: none;
}
.tax-page .sidebar div.financing,
body.archive .sidebar div.financing,
body.tag .sidebar div.financing {
  width: 30%;
}
.modal-form {
  position: fixed;
  width: 25%;
  right: -1000px;
  top: 0;
  height: 100%;
  background: url(../img/slide_out_bg.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 20px;
  z-index: 2000;
  color: #fff;
  border-left: 5px solid #fff;
  min-width: 275px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media only screen and (min-width: 950px) {
  .modal-form {
    min-width: 350px;
  }
}
.modal-form.open {
  right: 0;
}
.modal-form .modal-toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 26px;
  z-index: 1800;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.modal-form .modal-toggle:hover {
  color: #ddba01;
}
.modal-form h2 {
  margin: 0 0 0px;
}
.modal-form input,
.modal-form select {
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding: 0 0 0 8px;
  background: #fff;
  border-radius: 0;
  font-size: 14px;
}
.modal-form input[type="submit"],
.modal-form select[type="submit"] {
  border: transparent;
  background: #ddba01;
  color: #fff;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 1.45em;
}
.modal-form textarea {
  width: 100%;
  padding: 8px 8px 0;
  max-height: 80px;
  font-size: 14px;
}
.modal-form h3 {
  margin: 10px 0 0;
}
.modal-form li {
  font-family: lato, sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.modal-form p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: lato, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.modal-form span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 2px 10px;
}
.modal-form .call-us {
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.modal-form .call-us h3 {
  margin: 0;
}
.modal-form .call-us a {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 2.45em;
  color: #fff;
}
.form-bg {
  right: -2000px;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(36, 46, 66, 0.68);
  z-index: 1900;
  top: 0;
  opacity: 0;
  transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: opacity 0.5s ease 0.24s;
  -webkit-transition: opacity 0.5s ease 0.24s;
  -moz-transition: opacity 0.5s ease 0.24s;
  -o-transition: opacity 0.5s ease 0.24s;
}
.form-bg.open {
  right: 0;
  opacity: 1;
}
.wpcf7 form p br {
  display: none;
}
.wpcf7 p:last-of-type {
  margin: 0;
}
.wpcf7 .wpcf7-response-output {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  margin-top: 0px;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: red;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background: #f7e700;
}
.wpcf7 form.wpcf7-form input[type="checkbox"] {
  float: left;
  width: auto;
  margin: 0 8px 19px 0;
}
.grecaptcha-badge {
  display: none !important;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  border: 0;
  padding: 10px;
}
div.wpcf7-mail-sent-ok:before,
div.wpcf7-validation-errors:before {
  margin-right: 16px;
  vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
  content: ":)";
}
div.wpcf7-validation-errors:before {
  content: "!";
}
.page-content {
  position: relative;
}
.header-buttons {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: -85px;
  z-index: 1200;
}
@media (min-width: 760px) {
  .header-buttons {
    display: none !important;
  }
}
.header-buttons a {
  font-family: bebas-neue, sans-serif;
  background: #ddba01;
  color: #fff;
  margin: 0 5px;
  padding: 5px;
  font-size: 18px;
  min-width: 80px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.page-section .wpcf7 form {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.page-section .wpcf7 form ul {
  list-style-type: none;
  margin-bottom: 10px;
}
.page-section .wpcf7 form ul li {
  margin-top: 10px;
}
.page-section .wpcf7 form ul label {
  color: #fff;
  font-family: lato, sans-serif;
  font-size: 1.5em;
}
.page-section .wpcf7 form input,
.page-section .wpcf7 form textarea {
  width: 100%;
  border: none;
  padding: 5px;
}
.page-section .wpcf7 form input[type="submit"] {
  background: #ddba01;
  color: #fff;
  padding: 6px;
  border: none;
}
.page-section .wpcf7 form input[type="checkbox"] {
  float: none;
}
body .fancybox-bg {
  background: #fff;
  background-image: url(../img/christensen.jpg );
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 10px 10px;
}
body .fancybox-button,
body .fancybox-infobar__body {
  background: #0b81de;
}
body .fancybox-infobar__body {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
}
body .fancybox-caption-wrap {
  background: #fff;
}
body .fancybox-caption-wrap .fancybox-caption {
  text-align: center;
  border-top: 1px solid #ddd;
  color: #272729;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 24px;
}
body.portfolio .content-row {
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
body.portfolio .portfolio-item {
  width: 48%;
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #efefef;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
body.portfolio .portfolio-item:nth-child(8n+2),
body.portfolio .portfolio-item:nth-child(6n+3),
body.portfolio .portfolio-item:nth-child(6n+6),
body.portfolio .portfolio-item:nth-child(6n+7) {
  background-color: #efefef;
}
body.portfolio .portfolio-item:hover {
  background: #efefef;
}
body.portfolio .portfolio-item .row {
  justify-content: space-between;
}
body.portfolio .portfolio-item h3 {
  margin: 0;
}
body.portfolio .portfolio-item .image-contain {
  width: 50%;
}
body.portfolio .portfolio-item .image-contain .image {
  background-position: center;
  background-size: cover;
  min-height: 260px;
  position: relative;
}
body.portfolio .portfolio-item .image-contain .image .block-link {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.portfolio .portfolio-item .image-contain .image:hover .block-link {
  opacity: 1;
}
body.portfolio .portfolio-item .text {
  width: 40%;
  padding-top: 10px;
}
body.portfolio .portfolio-item .text li {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
}
body.portfolio .sidebar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
body.portfolio .sidebar .video,
body.portfolio .sidebar .search {
  display: none;
}
body.portfolio .sidebar div.financing {
  width: 30%;
}
.title-contain {
  margin-top: 2em;
  position: relative;
}
.title-contain:before {
  content: '';
  width: 98%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}
.title-contain .page-title {
  color: #0b81de;
  width: 46%;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 300;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
}
.montserrat {
  font-family: 'Montserrat', 'arial';
}
.bebas {
  font-family: bebas-neue, sans-serif;
}
.lato {
  font-family: lato, sans-serif;
}
.kinescope {
  font-family: kinescope, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'recycle';
  src: url('../fonts/recycle.eot?jfkl66');
  src: url('../fonts/recycle.eot?jfkl66#iefix') format('embedded-opentype'), url('../fonts/recycle.ttf?jfkl66') format('truetype'), url('../fonts/recycle.woff?jfkl66') format('woff'), url('../fonts/recycle.svg?jfkl66#recycle') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'recycle' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-partners:before {
  content: "\e914";
}
.icon-demolition:before {
  content: "\e915";
}
.icon-shovel:before {
  content: "\e916";
}
.icon-contractor:before {
  content: "\e917";
}
.icon-business:before {
  content: "\e918";
}
.icon-concrete:before {
  content: "\e919";
}
.icon-asphalt:before {
  content: "\e91a";
}
.icon-roof:before {
  content: "\e91b";
}
.icon-brush:before {
  content: "\e91c";
}
.icon-house:before {
  content: "\e91d";
}
.icon-quality:before {
  content: "\e90c";
}
.icon-recycling:before {
  content: "\e90d";
}
.icon-handshake:before {
  content: "\e90e";
}
.icon-assurance:before {
  content: "\e90f";
}
.icon-yelp:before {
  content: "\e910";
  color: #d32323;
}
.icon-vimeo:before {
  content: "\e911";
  color: #1ab7ea;
}
.icon-instagram:before {
  content: "\e906";
  color: #e4405f;
}
.icon-houzz:before {
  content: "\e907";
  color: #7ac142;
}
.icon-facebook:before {
  content: "\e908";
  color: #3b5998;
}
.icon-youtube:before {
  content: "\e909";
  color: #f00;
}
.icon-linkedin:before {
  content: "\e90a";
  color: #0077b5;
}
.icon-twitter:before {
  content: "\e90b";
  color: #1da1f2;
}
.icon-chevron-right:before {
  content: "\e912";
}
.icon-chevron-left:before {
  content: "\e913";
}
.icon-chevron-thin-right:before {
  content: "\e900";
}
.icon-chevron-thin-left:before {
  content: "\e901";
}
.icon-menu:before {
  content: "\e902";
}
.icon-mobile:before {
  content: "\e903";
}
.icon-cell-phone:before {
  content: "\e903";
}
.icon-handheld:before {
  content: "\e903";
}
.icon-mail-envelope-closed:before {
  content: "\e904";
}
.icon-search:before {
  content: "\e905";
}
.bokeh {
  animation: bokeh 3s linear;
  position: relative;
}
div[class^='pos-detect'] {
  width: calc(16.66666667vw);
  height: calc(16.83333333vh);
  float: left;
}
div[class$='ground-layer'] {
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  top: 50vh;
  left: 50vw;
  margin-top: -50vh;
  margin-left: -50vw;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
div[class^='bubble-'] {
  position: absolute;
  width: 3vw;
  height: 3vw;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.37);
}
div[class^='bubble-']:nth-child(even) {
  width: 7vw;
  height: 7vw;
}
.background-layer {
  z-index: 1;
  transition-duration: 30s;
  opacity: 0.1;
}
.background-layer .bubble-1 {
  margin-top: 16vh;
  margin-left: 6vw;
}
.background-layer .bubble-2 {
  margin-top: 8vh;
  margin-left: 35vw;
}
.background-layer .bubble-3 {
  margin-top: 31vh;
  margin-left: 73vw;
}
.background-layer .bubble-4 {
  margin-top: 57vh;
  margin-left: 20vw;
}
.background-layer .bubble-5 {
  margin-top: 69vh;
  margin-left: 62vw;
}
.background-layer .bubble-6 {
  margin-top: 9vh;
  margin-left: 78vw;
}
.background-layer .bubble-7 {
  margin-top: 23vh;
  margin-left: 44vw;
}
.background-layer .bubble-8 {
  margin-top: 55vh;
  margin-left: 47vw;
}
.background-layer .bubble-9 {
  margin-top: 75vh;
  margin-left: 8vw;
}
.background-layer .bubble-10 {
  margin-top: 89vh;
  margin-left: 78vw;
}
.background-layer .bubble-11 {
  margin-top: 89vh;
  margin-left: 30vw;
}
.background-layer .bubble-12 {
  margin-top: 63vh;
  margin-left: 91vw;
}
.middleground-layer {
  z-index: 2;
  transition-duration: 20s;
  opacity: 0.3;
}
.middleground-layer .bubble-1 {
  margin-top: -2vh;
  margin-left: 10vw;
}
.middleground-layer .bubble-2 {
  margin-top: 27vh;
  margin-left: 24vw;
}
.middleground-layer .bubble-3 {
  margin-top: 9vh;
  margin-left: 60vw;
}
.middleground-layer .bubble-4 {
  margin-top: 45vh;
  margin-left: 38vw;
}
.middleground-layer .bubble-5 {
  margin-top: 54vh;
  margin-left: 78vw;
}
.middleground-layer .bubble-6 {
  margin-top: 79vh;
  margin-left: 72vw;
}
.middleground-layer .bubble-7 {
  margin-top: 19vh;
  margin-left: 78vw;
}
.middleground-layer .bubble-8 {
  margin-top: 45vh;
  margin-left: 68vw;
}
.middleground-layer .bubble-9 {
  margin-top: 68vh;
  margin-left: 43vw;
}
.middleground-layer .bubble-10 {
  margin-top: 40vh;
  margin-left: 5vw;
}
.middleground-layer .bubble-11 {
  margin-top: 65vh;
  margin-left: 14vw;
}
.middleground-layer .bubble-12 {
  margin-top: 25vh;
  margin-left: 48vw;
}
.foreground-layer {
  z-index: 3;
  transition-duration: 13s;
  opacity: 0.5;
}
.foreground-layer .bubble-1 {
  margin-top: 69vh;
  margin-left: -5vw;
}
.foreground-layer .bubble-2 {
  margin-top: 26vh;
  margin-left: 30vw;
}
.foreground-layer .bubble-3 {
  margin-top: 14vh;
  margin-left: 77vw;
}
.foreground-layer .bubble-4 {
  margin-top: 85vh;
  margin-left: 39vw;
}
.foreground-layer .bubble-5 {
  margin-top: 67vh;
  margin-left: 73vw;
}
.foreground-layer .bubble-6 {
  margin-top: 4vh;
  margin-left: 94vw;
}
.foreground-layer .bubble-7 {
  margin-top: 5vh;
  margin-left: 48vw;
}
.foreground-layer .bubble-8 {
  margin-top: 35vh;
  margin-left: 58vw;
}
.foreground-layer .bubble-9 {
  margin-top: 25vh;
  margin-left: 8vw;
}
.foreground-layer .bubble-10 {
  margin-top: 54vh;
  margin-left: 24vw;
}
.foreground-layer .bubble-11 {
  margin-top: 41vh;
  margin-left: 93vw;
}
.foreground-layer .bubble-12 {
  margin-top: 55vh;
  margin-left: 52vw;
}
.pos-detect-top-1:hover ~ div[class$='ground-layer'] {
  top: calc(91.66666667vh);
  left: calc(91.66666667vw);
}
.pos-detect-top-2:hover ~ div[class$='ground-layer'] {
  top: calc(91.66666667vh);
  left: calc(75vw);
}
.pos-detect-top-3:hover ~ div[class$='ground-layer'] {
  top: calc(91.66666667vh);
  left: calc(58.33333333vw);
}
.pos-detect-top-4:hover ~ div[class$='ground-layer'] {
  top: calc(91.66666667vh);
  left: calc(41.66666667vw);
}
.pos-detect-top-5:hover ~ div[class$='ground-layer'] {
  top: calc(91.66666667vh);
  left: calc(25vw);
}
.pos-detect-top-6:hover ~ div[class$='ground-layer'] {
  top: calc(91.66666667vh);
  left: calc(8.33333333vw);
}
.pos-detect-top-7:hover ~ div[class$='ground-layer'] {
  top: calc(75vh);
  left: calc(91.66666667vw);
}
.pos-detect-top-8:hover ~ div[class$='ground-layer'] {
  top: calc(75vh);
  left: calc(75vw);
}
.pos-detect-top-9:hover ~ div[class$='ground-layer'] {
  top: calc(75vh);
  left: calc(58.33333333vw);
}
.pos-detect-top-10:hover ~ div[class$='ground-layer'] {
  top: calc(75vh);
  left: calc(41.66666667vw);
}
.pos-detect-top-11:hover ~ div[class$='ground-layer'] {
  top: calc(75vh);
  left: calc(25vw);
}
.pos-detect-top-12:hover ~ div[class$='ground-layer'] {
  top: calc(75vh);
  left: calc(8.33333333vw);
}
.pos-detect-center-1:hover ~ div[class$='ground-layer'] {
  top: calc(58.33333333vh);
  left: calc(91.66666667vw);
}
.pos-detect-center-2:hover ~ div[class$='ground-layer'] {
  top: calc(58.33333333vh);
  left: calc(75vw);
}
.pos-detect-center-3:hover ~ div[class$='ground-layer'] {
  top: calc(58.33333333vh);
  left: calc(58.33333333vw);
}
.pos-detect-center-4:hover ~ div[class$='ground-layer'] {
  top: calc(58.33333333vh);
  left: calc(41.66666667vw);
}
.pos-detect-center-5:hover ~ div[class$='ground-layer'] {
  top: calc(58.33333333vh);
  left: calc(25vw);
}
.pos-detect-center-6:hover ~ div[class$='ground-layer'] {
  top: calc(58.33333333vh);
  left: calc(8.33333333vw);
}
.pos-detect-center-7:hover ~ div[class$='ground-layer'] {
  top: calc(41.66666667vh);
  left: calc(91.66666667vw);
}
.pos-detect-center-8:hover ~ div[class$='ground-layer'] {
  top: calc(41.66666667vh);
  left: calc(75vw);
}
.pos-detect-center-9:hover ~ div[class$='ground-layer'] {
  top: calc(41.66666667vh);
  left: calc(58.33333333vw);
}
.pos-detect-center-10:hover ~ div[class$='ground-layer'] {
  top: calc(41.66666667vh);
  left: calc(41.66666667vw);
}
.pos-detect-center-11:hover ~ div[class$='ground-layer'] {
  top: calc(41.66666667vh);
  left: calc(25vw);
}
.pos-detect-center-12:hover ~ div[class$='ground-layer'] {
  top: calc(41.66666667vh);
  left: calc(8.33333333vw);
}
.pos-detect-bottom-1:hover ~ div[class$='ground-layer'] {
  top: calc(25vh);
  left: calc(91.66666667vw);
}
.pos-detect-bottom-2:hover ~ div[class$='ground-layer'] {
  top: calc(25vh);
  left: calc(75vw);
}
.pos-detect-bottom-3:hover ~ div[class$='ground-layer'] {
  top: calc(25vh);
  left: calc(58.33333333vw);
}
.pos-detect-bottom-4:hover ~ div[class$='ground-layer'] {
  top: calc(25vh);
  left: calc(41.66666667vw);
}
.pos-detect-bottom-5:hover ~ div[class$='ground-layer'] {
  top: calc(25vh);
  left: calc(25vw);
}
.pos-detect-bottom-6:hover ~ div[class$='ground-layer'] {
  top: calc(25vh);
  left: calc(8.33333333vw);
}
.pos-detect-bottom-7:hover ~ div[class$='ground-layer'] {
  top: calc(8.33333333vh);
  left: calc(91.66666667vw);
}
.pos-detect-bottom-8:hover ~ div[class$='ground-layer'] {
  top: calc(8.33333333vh);
  left: calc(75vw);
}
.pos-detect-bottom-9:hover ~ div[class$='ground-layer'] {
  top: calc(8.33333333vh);
  left: calc(58.33333333vw);
}
.pos-detect-bottom-10:hover ~ div[class$='ground-layer'] {
  top: calc(8.33333333vh);
  left: calc(41.66666667vw);
}
.pos-detect-bottom-11:hover ~ div[class$='ground-layer'] {
  top: calc(8.33333333vh);
  left: calc(25vw);
}
.pos-detect-bottom-12:hover ~ div[class$='ground-layer'] {
  top: calc(8.33333333vh);
  left: calc(8.33333333vw);
}
@keyframes bokeh {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.foot-phone {
  text-align: center;
  background: #0b81de;
  position: relative;
  margin-top: 40px;
  color: #fff;
  z-index: 1000;
  font-family: lato, sans-serif;
}
.foot-phone:before {
  content: '';
  position: absolute;
  background: #0b81de;
  width: 100%;
  height: 230px;
  left: 0;
  top: -2px;
  outline: transparent solid 1px;
  -ms-transform: skewY(-1.5deg);
  transform: skewY(-6.5deg);
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  z-index: -1;
}
.foot-phone a {
  font-size: 2.65em;
  display: inline-block;
  color: #fff;
}
footer.footer {
  background: #0b81de;
  position: relative;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  overflow: hidden;
  padding-top: 0px;
  z-index: 1200;
}
footer.footer .address {
  padding: 2em 0;
}
footer.footer .copyright {
  text-align: center;
  color: #fff;
}
footer.footer a {
  color: #fff;
}
footer.footer a:hover {
  color: #fce214;
}
footer.footer .logo-img {
  margin: 0 auto;
  display: block;
}
footer.footer .foot-social {
  justify-content: center;
  margin: 0px auto 0;
}
footer.footer .foot-social li {
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  margin: 0 1%;
  text-align: center;
}
footer.footer .foot-social li span:before {
  color: #fff;
}
footer.footer .info {
  padding-top: 20px;
  justify-content: center;
  position: relative;
  z-index: 200;
}
footer.footer .info:before {
  content: '';
  position: absolute;
  width: 95%;
  height: 1px;
  background: #ddd;
  top: 0;
}
footer.footer .info .foot-title {
  margin-top: 10px;
  text-align: center;
  line-height: 1.05;
}
footer.footer .info .foot-title span {
  font-family: kinescope, sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer.footer .info > li {
  text-align: left;
  margin: 0 25px;
  color: #fff;
  font-size: 16px;
  font-family: lato, sans-serif;
}
@media (min-width: 760px) {
  footer.footer .info > li {
    width: 20%;
  }
}
footer.footer .info > li h3 {
  font-size: 2.75em;
  font-style: normal;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}
footer.footer .info > li p {
  font-weight: bold;
  color: #eee;
}
footer.footer .copyright {
  position: relative;
  z-index: 200;
}
.centered-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
.vertical-center {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.filter {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+14,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.kalam {
  font-family: 'Kalam', 'arial';
  font-weight: normal !important;
}
.montserrat {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
}
.montserrat-bold {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
}
.source-serif {
  font-family: 'Source Serif Pro', 'arial';
  font-style: normal !important;
}
.playball {
  font-family: 'Playball', 'cursive';
}
.playfair {
  font-family: 'Playfair Display SC', 'Georgia';
  font-weight: normal !important;
}
.playfair-bold {
  font-family: 'Playfair Display SC', 'Georgia';
  font-weight: bold !important;
}
.playfair-fancy {
  font-family: 'Playfair Display SC', 'Georgia';
  font-style: italic;
  font-weight: bold !important;
}
.ikaros {
  font-family: 'ikaros_sansregular', sans-serif;
  font-weight: normal !important;
}
.ikaroslight {
  font-family: 'ikaros_sanslight', sans-serif;
  font-weight: normal !important;
}
.fast {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.icon-text {
  padding-bottom: 40px;
  position: relative;
}
.icon-text:after {
  font-family: 'bakery-icons';
  content: '\e911';
  font-weight: normal !important;
  position: absolute;
  bottom: 15px;
  left: 50%;
  font-size: 110px;
  line-height: 20px;
  transform: translate(-50%, 0%);
  color: #444;
}
.in-quotes:before {
  content: '\201c';
}
.in-quotes:after {
  content: '\201d';
}
.triangle-panel {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: -50px;
}
.triangle-panel .pane {
  width: 47.85%;
  background: #fff;
  height: 50px;
  position: relative;
  display: block;
}
.triangle-panel .pane.right {
  float: right;
}
.triangle-panel .pane.right:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent;
  position: absolute;
  left: -50px;
}
.triangle-panel .pane.left:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 50px solid transparent;
  position: absolute;
  right: -50px;
}
.triangle-up {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 100px solid red;
}
.triangle-left {
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 50px solid transparent;
}
.triangle-right {
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent;
}
.triangle-down {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #0b81de;
}
@media only screen and (max-width: 1150px) {
  header.header nav ul li.menu-item {
    display: none;
  }
  header.header nav ul li.menu-item-157 {
    display: block;
  }
  header.header nav ul .menu-toggle {
    display: block;
    color: #fff;
  }
}
@media only screen and (max-width: 950px) {
  header.header .nav ul {
    display: none;
  }
  nav.right-menu {
    position: relative;
    min-width: 10%;
  }
  nav.right-menu .menu-toggle {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .menu-toggle {
    display: block;
  }
  body.home .home-slider .slick-slide {
    height: 50vh;
  }
  body.home .home-slide {
    height: 50vh;
  }
  body.home .home-slide article {
    margin: 0 auto;
  }
  body.home .home-slide article .banner-logo {
    max-width: 140px;
    margin: 10px auto;
  }
  body.home .home-slide article h2 {
    font-size: 4.65em;
  }
  body.home .home-slide article h3 {
    font-size: 2.25em;
  }
  body.home .home-slide article nav {
    flex-direction: column;
  }
  body.home .home-slide article nav a {
    height: inherit;
    line-height: 1.1em;
    padding: 10px;
  }
  body.home .service-list li {
    padding: 20px 20px 30px;
    width: 31%;
  }
  body.home .about-section div.row {
    flex-direction: column;
  }
  body.home .about-section div.row p {
    width: 100%;
    margin-top: 10px;
  }
  body.home .service-panel .service .row {
    flex-direction: column;
  }
  body.home .service-panel .service .row .post-thumb {
    width: 100%;
  }
  body.home .service-panel .service .row .slide-text {
    width: 100%;
    margin-top: 10px;
  }
  body.home .info-panel .row {
    flex-direction: column;
  }
  body.home .info-panel .row .block {
    width: 100%;
  }
  body.home .service-panel .service .row,
  body.page-template .service-panel .service .row {
    flex-direction: column;
  }
  body.home .service-panel .service .row .post-thumb,
  body.page-template .service-panel .service .row .post-thumb {
    width: 100%;
  }
  body.home .service-panel .service .row .slide-text,
  body.page-template .service-panel .service .row .slide-text {
    width: 100%;
    margin-top: 10px;
  }
  .content-row article.page {
    width: 100%;
    margin: 0;
  }
  .content-row aside.sidebar {
    width: 100%;
    border: none;
    padding: 30px 0;
  }
  .content-row aside.sidebar:before {
    width: 100%;
    height: 1px;
    position: absolute;
  }
  .content-row aside.sidebar .form {
    max-width: 300px;
  }
  aside.sidebar {
    width: 100%;
    border: none;
    padding: 30px 0;
  }
  aside.sidebar:before {
    width: 100%;
    height: 1px;
    position: absolute;
  }
  aside.sidebar .form {
    max-width: 300px;
  }
  .modal-form {
    width: 45%;
  }
  .content-row {
    flex-wrap: wrap;
  }
  .sidebar {
    padding-bottom: 0px;
  }
  .sidebar .form {
    margin-top: 0;
  }
  .service-nav .row {
    flex-wrap: wrap;
  }
  .service-nav .service {
    margin-bottom: 10px;
  }
  .service-nav a {
    font-size: 1.5em;
  }
  body.page article.page,
  body.blog article.page,
  body.page article.post,
  body.blog article.post {
    width: 100%;
  }
  .call-to-action article {
    width: 64%;
  }
  .services.panel .contain {
    width: 80%;
  }
  .grid-row .text .text-box h2 {
    margin: 0;
    font-size: 24px;
  }
  .grid-row .text .text-box h3 {
    margin: 0;
    font-size: 18px;
  }
  .grid-row .text .text-box li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  body.page .page-content .icon-list li {
    flex-direction: column;
  }
  body.page .page-content .icon-list li span[class*="icon"] {
    margin-right: 25px;
  }
  .about-section article p,
  .why-section article p {
    width: 100%;
  }
  footer.footer ul.info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer.footer ul.info > li {
    width: 30%;
    margin: 0;
  }
  footer.footer ul.info > li h3 {
    font-size: 1.75em;
  }
  footer.footer ul.info > li:first-child {
    width: 100%;
  }
  footer.footer ul.info > li:first-child .foot-title span {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  header.header .top-nav .call-link {
    text-align: center;
  }
  header.header .top-nav .social-links {
    display: none;
  }
  header.header .logo {
    width: 70px;
  }
  header.header .logo .color-logo {
    display: none;
  }
  header.header nav ul > li {
    line-height: 110px;
    font-size: 13px;
  }
  header.header nav ul > li a {
    padding: 0;
  }
  header.header .menu-toggle {
    line-height: 40px;
    position: relative;
    text-align: center;
  }
  header.header#header-2 .logo a img {
    margin: 0;
    width: auto;
    height: 71px;
    display: inline-block;
  }
  .desktop-only {
    display: none;
  }
  .tax-row article {
    width: 100% !important;
  }
  body.home .home-slider .slick-slide {
    min-height: 50vh;
    height: 450px;
  }
  body.home .home-slider .slick-slide .home-slide {
    height: 450px;
    min-height: 50vh;
  }
  body.home .home-slider .slick-slide .home-slide:after {
    top: 0;
  }
  body.home .home-slider .slick-slide .home-slide article {
    width: 98%;
  }
  body.home .home-slider .slick-slide .home-slide article .banner-logo {
    max-width: 50px;
  }
  body.home .home-slider .slick-slide .home-slide article h3 {
    font-size: 1.5em;
    margin-top: 10px;
  }
  body.home .home-slider .slick-slide .home-slide article p {
    font-size: 12px;
    line-height: 1.45em;
  }
  body.home .home-slider .slick-slide .home-slide article div.contain {
    width: 80%;
  }
  body.home .home-slider .slick-slide .home-slide .award-list {
    margin: 0;
  }
  body.home .call-toggle,
  body.commercial .call-toggle {
    display: none;
  }
  body.home .slick-prev,
  body.commercial .slick-prev {
    left: 8px;
    top: 45%;
  }
  body.home .slick-prev:before,
  body.commercial .slick-prev:before {
    font-size: 33px;
  }
  body.home .slick-next,
  body.commercial .slick-next {
    top: 45%;
    right: 8px;
  }
  body.home .slick-next:before,
  body.commercial .slick-next:before {
    font-size: 33px;
  }
  body.home #slick-slide00 .home-slide,
  body.commercial #slick-slide00 .home-slide {
    background-position: -250px center;
  }
  body.home #slick-slide00 .home-slide div.row,
  body.commercial #slick-slide00 .home-slide div.row {
    flex-direction: column;
  }
  body.home .home-slide,
  body.commercial .home-slide {
    background-position: center center;
  }
  body.home .home-slide article h2,
  body.commercial .home-slide article h2 {
    font-size: 2.25em;
  }
  body.home .home-slide article p,
  body.commercial .home-slide article p {
    font-size: 16px;
  }
  body.home .home-slide article nav a,
  body.commercial .home-slide article nav a {
    font-size: 12px;
    font-family: 'Montserrat', 'arial';
    font-weight: bold !important;
    margin: 10px 10px 0;
  }
  body.home #slide-nav ul li a,
  body.commercial #slide-nav ul li a {
    font-size: 14px;
  }
  body.home .service-panel header,
  body.commercial .service-panel header {
    margin-top: 0;
  }
  body.home .testimonials .review .text,
  body.commercial .testimonials .review .text {
    width: 100%;
  }
  body.home .testimonials h3,
  body.commercial .testimonials h3 {
    font-size: 25px;
  }
  body.home section.why-section,
  body.commercial section.why-section {
    padding: 5em 0 1em;
  }
  body.home iframe,
  body.commercial iframe {
    max-width: 100%;
    height: auto;
  }
  body.home .numbers-list li,
  body.commercial .numbers-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  body.home .icon-list:before,
  body.commercial .icon-list:before {
    display: none;
  }
  body.home .icon-list li,
  body.commercial .icon-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  body.home .award-list .row,
  body.commercial .award-list .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.home .award-list .row li,
  body.commercial .award-list .row li {
    width: 82px;
    margin: 8px 0px 5px;
  }
  body.home .award-list .row li .award-image,
  body.commercial .award-list .row li .award-image {
    margin: 0 auto;
    width: 50px;
    height: 50px;
  }
  .row {
    flex-direction: column;
  }
  .row.foot-social,
  .row.main-head {
    flex-direction: row;
  }
  .page-head {
    height: 40vh;
  }
  .page-head h1 {
    font-size: 4.42em;
  }
  .panel {
    padding: 5em 0;
  }
  a img.alignnone {
    margin: 5px 10px 10px 0;
  }
  .call-toggle {
    width: 115px;
    right: -35px;
    top: 57%;
    padding: 15px 10px 10px;
    font-size: 23px;
  }
  .page-template-default main section.contain {
    width: 86%;
  }
  .page-section h2 {
    font-size: 2.85em;
  }
  article.page .service-list li {
    width: 100%;
  }
  article.page h2 {
    font-size: 3.25em;
  }
  .about-section article h1 {
    font-size: 2.45em;
  }
  .about-section article p {
    width: 100%;
  }
  section.panel.testimonials {
    padding: 1em 0 86px;
  }
  body.residential.page-template-full-width .why-section {
    padding-top: 0;
  }
  .about-section article p,
  .why-section article p,
  .about-section article h2,
  .why-section article h2 {
    width: 100%;
  }
  .about-section .icon-list:before,
  .why-section .icon-list:before {
    display: none;
  }
  .about-section .icon-list li,
  .why-section .icon-list li {
    width: 100%;
  }
  .row .block {
    width: 100%;
  }
  div.contact-row .block {
    margin: 0 auto !important;
    text-align: center;
  }
  aside.sidebar .form {
    max-width: 100% !important;
  }
  .page-content .award-list .row {
    flex-direction: row;
  }
  .page-content .award-list .row li {
    min-width: 150px;
  }
  article.form-contain {
    width: 100% !important;
  }
  article.form-contain header,
  article.form-contain div.wpcf7 {
    width: 100%;
    padding-top: 0;
  }
  .portfolio-panel .slick-next,
  .portfolio-panel .slick-prev {
    background: rgba(39, 39, 41, 0.7);
  }
  .testimonials h3 {
    font-size: 1.5em;
  }
  .call-to-action article {
    width: 80%;
  }
  footer.footer .info:before {
    content: '';
    position: absolute;
    width: 70%;
    height: 1px;
    background: #ddd;
    top: 7px;
    left: 15%;
  }
  .service-nav {
    display: none;
  }
  .related-posts li {
    width: 100%;
    margin-bottom: 10px;
  }
  body.page aside.sidebar,
  body.single aside.sidebar {
    flex-direction: column;
  }
  body.page aside.sidebar .form,
  body.single aside.sidebar .form,
  body.page aside.sidebar .financing,
  body.single aside.sidebar .financing {
    width: 100%;
  }
  #slide-nav .content-toggle {
    text-align: center;
  }
  #slide-nav .logo {
    overflow: auto;
  }
  #slide-nav .logo-img {
    width: 40%;
    margin: 5px auto;
    display: block;
  }
  #slide-nav ul li {
    margin-bottom: 5px;
  }
  #slide-nav ul li a {
    font-size: 14px;
    padding: 8px 10px;
  }
  .modal-form {
    overflow: auto;
    min-width: 300px;
  }
  .modal-form h2 {
    font-size: 25px;
    margin: 0 0 2px;
  }
  .modal-form h3 {
    font-size: 13px;
  }
  .modal-form .call-us {
    padding: 4px 0;
  }
  .modal-form textarea {
    max-height: 60px;
  }
  .modal-form p {
    font-size: 14px;
  }
  .modal-form input {
    height: 34px;
    line-height: 34px;
  }
  .title-contain .page-title {
    width: 66%;
    font-size: 2.75em;
  }
  .portfolio-item {
    width: 100% !important;
  }
  .portfolio-item .row {
    flex-direction: row;
  }
  .warranty.difference .big-icon {
    width: 100%;
  }
  .warranty.difference .big-icon img {
    width: 64%;
    height: auto;
    margin: 0 auto 10px;
  }
  aside.sidebar {
    flex-direction: column !important;
  }
  aside.sidebar > div {
    width: 100% !important;
  }
  aside.sidebar .form {
    margin: 0 auto 20px;
  }
  footer.footer ul.info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer.footer ul.info > li {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
}
