@charset "utf-8";
/***** BEGIN RESET *****/

* {
	box-sizing: border-box;
    border:0;
    margin:0;
    padding:0;
}

body {
	-webkit-text-size-adjust: none;
	background:#fff;
	overflow-x:hidden;
	color:#000;
    font-family: 'Open Sans', sans-serif;
}

/*============================
ALL PAGES
============================*/

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

.wrap {width:95%;margin:0 auto;max-width:1400px;}
.smwrap {width:95%;margin:0 auto;max-width:800px;}

h1, h2, h3, h4, h5 {font-family:'Bebas Neue', cursive;font-weight:500; line-height: 1.1;}
p {font-family: 'Open Sans', sans-serif;}

a {transition: all .5s ease;}

/***** END RESET *****/


/*============================
HEADER
============================*/

header {width:100%;float:left;background:#700100;overflow-x:hidden;}
.mainlogo {width:300px;float:left;}
.mainlogo img {width:275px;float:left;padding:15px 0;}

.headright {width:calc(100% - 300px);float:right;}
.tophead {width:100%;float:left;}
.greyangle {width:0;height:0;border-right:50px solid #212121;border-bottom:50px solid transparent;float:left;}
.fullgrey {width:calc(150% - 50px);float:left;background:#212121;height:50px;padding-right:50%;margin-right:-50%;box-sizing:border-box;}
.fullgrey h3 {width:120%;float:right;color:#fff;text-align:right;padding-top:15px;box-sizing:border-box;letter-spacing:2px;}

.fullgrey h3 a {text-decoration:none;color:#fff; font-family: 'Bebas Neue', cursive;}
.fullgrey h3 a:hover {text-decoration:underline;}

.bottomhead {width:100%;float:left;}
.bottomhead h2 {width:calc(100% - 100px);float:left;font-family: 'Yellowtail', cursive;color:#fff;text-align:center;font-weight:500;padding:15px 0;font-size:30px;}
.bottomhead img {width:100px;float:right;padding:10px 0;}

.fullgrey h2 {display:none;}

/*============================
CTA
============================*/
.ctabuttons {width:100%;float:left;background:#e2e2e2;padding:30px 0;}

.ctathird {width:33.33%;float:left;background:#fff;border:1px solid #700100;padding:20px;box-sizing:border-box; transition: all .5s ease;}
.ctathird h2 {width:calc(100% - 170px);float:left;font-size:65px;text-align:left;color:#212121;line-height:55px;}
.ctathird img {width:170px;float:left;margin:0px 0;}

.reds {color:#700100;}

.ctaborder {width:100%;float:left;border:1px solid #700100;box-sizing:border-box;}

.ctathird:hover {background:#700100;}
.ctathird:hover .reds {color:#fff;}
.ctathird:hover h2 {color:#aaa;}

/*============================
SLIDESHOW
============================*/
.slide-contain {
	width:100%;
	float:left;
}

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left}

/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;
}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:rgba(255,255,255,0.8); cursor:pointer; 
}
.pager span.cycle-pager-active { color:#000;}
.pager > * { cursor:pointer;}


/* parallax css */

.sample-work {
    margin-left: 0px;
    margin-right: 0px;
    height: 700px;
    overflow: hidden;
}

svg {
    display: block;
    overflow: visible;
  }
  .slider-container {
    position: relative;
    height: 100%;
    user-select: none;
    cursor: all-scroll;
  }
  .slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
  }
  .slider-control.inactive:hover {
    cursor: auto;
  }
  .slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer;
  }
  .slider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .slider-control.right {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  }
  .slider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
  }
  .slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: 0 0.75rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  .slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0);
  }
  .slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
    transform: translate(-50%, -50%) scale(1);
  }
  .slider {
    z-index: 1;
    position: relative;
    height: 100%;
  }
  .slider.animating {
    transition: transform 0.5s;
    will-change: transform;
  }
  .slider.animating .slide__bg {
    transition: transform 0.5s;
    will-change: transform;
  }

  .sample-work .slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .slide.active .slide__overlay, .slide.active .slide__text {
    opacity: 1;
    transform: translateX(0);
  }
  .slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
  }
  .slide:nth-child(1) {
    left: 0;
  }
  .slide:nth-child(1) .slide__bg {
    left: 0;
    background-image: url('/siteart/building.JPG');
/*     background-image: url(../img/office-slide.jpeg); */
    background-position: center;
  }
  .slide:nth-child(1) .slide__overlay-path {
    fill: rgba(255,255,255,.8);
	 
  }

.slideimg {
	width:100%;max-width:500px;float:right;
}

 .slide__text-link {
width:100%;max-width:300px;float:right;background:#a3191f;color:#fff;text-align:center;padding:15px;box-sizing:border-box;	text-transform:uppercase;font-size:18px; font-family: 'Roboto Condensed', sans-serif!important; text-decoration:none;margin-right:100px;
}
.slide__text h2 {font-size:70px;color:#000;}
.slide__text h4 {font-size:28px;color:#000;}

#yellows {background:#ffc20f!important;}
#caseyellow {background:#e58e1a!important;}
  @media (max-width: 991px) {
    .slide:nth-child(1) .slide__text {
      background-color:  rgba(225,225,225,.5);
    }
  }
  .slide:nth-child(2) {
    left: 100%;
  }
  .slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url('/siteart/rear-dozer.jpg');
/*     background-image: url(../img/residential-slide.jpeg); */
    background-position: center;
  }
  .slide:nth-child(2) .slide__overlay-path {
    fill: rgba(255,255,255,.8);
  }
  @media (max-width: 991px) {
    .slide:nth-child(2) .slide__text {
      background-color: rgba(193,161,114,.50);
    }
  }
  .slide:nth-child(3) {
    left: 200%;
  }
  .slide:nth-child(3) .slide__bg {
    left: -100%;
    background-image: url('/siteart/equipment-yard.jpg');
/*     background-image: url(../img/slide-office.jpeg); */
    background-position: center;
  }
  .slide:nth-child(3) .slide__overlay-path {
    fill: rgba(255,255,255,.8);
  }
.slider-pagi__elem {height:.5rem;width:.5rem;margin:0 0.25rem;}
.slider-pagi__elem:before {height:1rem;width:1rem}

  @media (max-width: 991px) {
    .slide:nth-child(3) .slide__text {
      background-color: rgba(36,46,35,.50);
    }
  }
  .slide:nth-child(4) {
    left: 300%;
  }
  .slide:nth-child(4) .slide__bg {
    left: -150%;
    background-image: url('/siteart/Slideshow/skidloader track.jpg');
/*     background-image: url(../img/budget-slide.jpeg); */
    background-position: center;
  }
  .slide:nth-child(4) .slide__overlay-path {
    fill: #7d7068;
  }
  @media (max-width: 991px) {
    .slide:nth-child(4) .slide__text {
      background-color:rgba(125,112,104,0.50);
    }
  }
  .slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 810px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
	  width:800px;float:left;
  }
  @media (max-width: 991px) {
    .slide__overlay {
      display: none;
    }
  }
  .slide__overlay path {
    opacity: 0.5;
  }
  .slide__text {
    position: absolute;
    width: 25%;
    bottom: 35%;
    left: 3%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    transform: translateY(-50%);
    opacity: 0;
  }
  @media (max-width: 991px) {
    .slide__text {
      left: 0;
      bottom: 0;
      width: 100%;
      height: 13rem;
      text-align: center;
      transform: translateY(50%);
      transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
      padding: 0 1rem;
		box-sizing:border-box;
    }
	  .slideimg {max-width:345px;float:none;}
  }
  .slide__text-heading {
    font-family: 'Polar', Helvetica, Arial, sans-serif;
    /* font-size: 5rem; */
    /* margin-bottom: 2rem; */
  }
  @media (max-width: 991px) {
    .slide__text-heading {
      line-height: 20rem;
      /* font-size: 3.5rem; */
    }
  }
  .slide__text-desc {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    /* font-size: 1.8rem; */
    margin-bottom: 1.5rem;
  }
  @media (max-width: 991px) {
    .slide__text-desc {
      display: none;
    }
  }
  .slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
   
    /* font-size: 2.3rem; */
    perspective: 1000px;
  }
  @media (max-width: 991px) {
    .slide__text-link {
    width:96%;
		max-width:500px!important;float:none;
    }
  }
  .slide__text-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    transform-origin: 50% 100%;
    transform: rotateX(-85deg);
    transition: transform 0.3s;
    will-change: transform;
  }
  .slide__text-link:hover:before {
    transform: rotateX(0);
  }
  
/* parallax ends */

/*============================
BROWSE
============================*/
.browse {width:100%;float:left;background:#fff;border-top:2px solid #700100;padding:40px 0;}

.browsehalf {width:100%;float:left;padding:0 20px;box-sizing:border-box;}


.browsebutton {width:50%;float:left;padding:15px;box-sizing:border-box;}
.browsebutton a {width:100%;float:left;text-align:center;text-decoration:none;padding:50px 5px;box-sizing:border-box;font-size:25px;font-family:'Bebas Neue', cursive;font-weight:500;
-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;}

#redbutton {background:#700100;color:#fff;}
#yellowbutton {background:#ffa800;color:#000;}

.browse h2 {width:100%;float:left;text-align:center;font-size:45px;margin-bottom:20px;}

.browsebutton a:hover {background:#212121!important;color:#fff!important;transform:scale(1.05);box-shadow:3px 3px 5px #000;}

/*============================
dirt
============================*/
.dirt {width:100%;float:left;background:url("../siteart/dirt.jpg");background-size:cover;background-attachment:fixed;padding:60px 0;background-color:#000;}

.dirt h2 {width:100%;float:left;color:#fff;font-size:60px;text-align:center;}
.dirt p {width:100%;float:left;color:#fff;font-size:20px;line-height:32px;text-align:center;margin-top:20px;}

/*============================
FOOTER
============================*/
footer {width:100%;float:left;background:#212121;border-top:5px solid #fff;}
.redline {width:100%;float:left;height:15px;background:#700100;margin-top:10px;}
.footerlinks {width:100%;float:left;padding:30px 0;}

.footfourth {width:25%;float:left;}
.foothalf {width:50%;float:left;}

.footerlinks h2 {width:100%;float:left;color:#fff;font-size:35px;margin-bottom:10px;}
.footerlinks p {width:100%;float:left;color:#fff;text-transform:uppercase;font-size:16px;line-height:28px;}
.footerlinks p a {color:#fff;text-decoration:none;}
.footerlinks p a:hover {color:#700100}

/*============================
SUB PAGES
============================*/

.subtitle {width:100%;float:left;background:url("../siteart/dirt.jpg");background-size:cover;background-attachment:fixed;padding:50px 2.5%;box-sizing:border-box;background-color:#000;}
.subtitle h1 {width:100%;float:left;text-align:Center;color:#fff;font-size:65px;}

.subpages {width:100%;float:left;padding:50px 0;}

.subpages h2 {color:#700100;font-size:35px;}
.subpages h3 {color:#700100;font-size:25px;}
.subpages p {font-size:18px;line-height:30px;}

.margbottom {margin-bottom:10px;}
.margtop {margin-top:30px;}

.bottommiddle {background:#700100;color:#fff;padding:12px 30px;text-decoration:none;font-family:'Bebas Neue', cursive;font-weight:500;font-size:23px;float:left;}
.bottommiddle:hover {background:#212121}

.centerbutton {float:none!important;margin:0 auto;display:block;width:100%;max-width:250px;text-align:center;}

.topfullimg {width:100%;float:left;height:600px;margin-bottom:30px;}
#excavator {background:url("../siteart/excavators.jpg");background-size:cover;background-position:center center;}

.imgleft {width:400px;float:left;}
.imgleft img {width:100%;float:left;}
.inforight {width:calc(100% - 400px);float:left;padding-left:50px;box-sizing:border-box;}

.mission {width:100%;float:left;border:2px solid #700100;padding:20px 30px;box-sizing:border-box;margin:40px 0;}
.mission h3 {width:100%;float:left;text-align:center;font-size:30px;padding-bottom:10px;margin-bottom:20px;border-bottom:2px solid #700100;}
.mission p {width:100%;float:left;text-align:center;}

.abouthalf {width:50%;float:left;padding:10px;box-sizing:border-box;}
.abouthalf h3 {width:100%;float:left;text-align:center;background:#ffb124;padding:10px;box-sizing:border-box;color:#700100;margin-bottom:20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}

.halful {width:100%;float:left;font-size:16px;line-height:30px;}
.halful li {width:calc(50% - 30px);float:left;list-style:disc;font-family:'Open Sans', sans-serif;;margin-left:30px;}

.aboutfull {width:100%;float:left;padding:10px;box-sizing:border-box;}
.aboutfull h3 {width:100%;float:left;text-align:center;background:#ffb124;padding:10px;box-sizing:border-box;color:#700100;margin-bottom:20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}

.thirdul {width:100%;float:left;font-size:16px;line-height:30px;}
.thirdul li {width:calc(33.33% - 30px);float:left;list-style:disc;font-family:'Open Sans', sans-serif;;margin-left:30px;}
.breaker {width:100%;float:left;margin:20px 0;border-top:1px solid #aaa;}


.staffbox {width:50%;float:left;max-width:350px;padding:20px;box-sizing:border-box;}
.staffboxwrap {width:100%;margin:0 auto;display:block;border:2px solid #700100;box-sizing:border-box;padding:15px;border-radius:10px;}

.staffboxwrap img {width:100%;margin-bottom:10px;}
.staffboxwrap h3 {width:100%;text-align:center;}
.staffboxwrap p {width:100%;text-align:center;line-height:25px;margin-top:5px;}

.mapleft {width:300px;float:left;}
.mapright {width:calc(100% - 350px);float:right;}

/*============================

============================*/

/*============================
SUB PAGES
============================*/



/*==================================
FORMS
==================================*/

#quotes {
width:100%;
display:block;
margin:20px auto;
font-size:16px;
color:#000;
}

#quotes tbody {width:100%;float:left;}

#quotes tr {
width:50%;
float:left;
padding:7px;
box-sizing:border-box;
}


#quotes td {
width:100%;
float:left;
font-size:14px;
}

#quotes td p {
font-size:14px;	
}


.fulltd2 {
width:100%!important;
float:none!important;
max-width:500px!important;
display:block!important;
margin:0 auto!important;	
}



#quotes input {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
	font-weight:300;
	color:#000;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
}

#quotes textarea {
	padding:12px 10px;
	border:1px solid #b4b4b4;
	font-weight:300;
	color:#000;
	font-size:12px;
	background:#fff;
	box-sizing:border-box;
	font-family: 'Open Sans', sans-serif;
}

#quotes .CaptchaMessagePanel {
color:#000;
}

#quotes .CaptchaWhatsThisPanel a {
color:#000;	
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#quotes select {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
	font-weight:300;
	color:#000;
	font-size:12px;
	width:100%;
}
   
#quotes input  {
    width:100%;
}
 
#quotes input.larger  {
    width:100%;
}

#quotes textarea {
    width:100%;
    height:85px;
}


#quotes input.checkbox {
    padding:0; 
    border:0;
    margin:5px 10px 5px 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#quotes p {
	text-align:left;
	
	width:auto;
}

#quotes input.radio {
    padding:0; 
    border:0;
    margin:0 3px 0 15px;
    width:15px;
    height:15px;
    display:inline;
 }

#quotes input.radio:focus,
#quotes input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 

#quotes input.button,
#quotes input.button:focus {
    width:300px; 
    margin:0;
    padding:20px 5px;
    background:#000;
	 font-weight:600;
	 font-size:14px;
	text-transform:uppercase;
	border-radius:0px;
	border-bottom:none!important;
	line-height:14px;
	letter-spacing:2px;
	text-align:center;
	border:0!important;
    color:#fff;
	margin-top:10px;
	cursor: pointer;
	font-family: 'Bebas Neue', sans-serif;
}
#quotes input.button:hover {
	background:#aaa;
}

#quotes label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#quotes label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 
#quotes .fulltd {
width:100%!important;
margin-right:0;	
}



/*==============================================
================================================
RESPONSIVE
================================================
==============================================*/


@media screen and (max-width: 1450px) { 
    .ctathird h2 {font-size:50px;line-height:44px;}
    .ctathird img {float:right;width:130px;}
}

@media screen and (max-width: 1335px) { 
    .sample-work {
        height:500px;
    }
    
    .slide__text {
        width:50%;
        bottom:28%;
    }
}


@media screen and (max-width: 1150px) { 
    .ctathird h2 {font-size:40px;line-height:34px;width:calc(100% - 100px)}
    .ctathird img {float:right;width:100px;}
}

@media screen and (max-width: 991px) { 
    .sample-work {
        height:335px;
    }
    
    .slide__text {
        width:100%;
        bottom:0%;
        height:10rem
    }
    
    .slide__text h2 {font-size:50px;}
}


@media screen and (max-width: 1000px) { 
    .imgleft {width:100%;margin-bottom:20px;}
    .inforight {width:100%;padding-left:0;}
    
    .abouthalf {width:100%;}
}


@media screen and (max-width: 940px) { 
   
    
    .ctathird {width:100%;}
}


@media screen and (max-width: 925px) { 

    .bottomhead {display:none}
    
    .fullgrey h3 {display:none}
    .fullgrey h2 {display:block;width:100%;float:left;}
    .fullgrey h2 a {float:right;width:40px;height:40px;text-align:center;color:#700100;background:#ECECEC;border:1px solid #aaa;box-sizing:border-box;padding:7px 10px;margin-left:10px;border-radius:5px;margin-top:30px;}
    
    .mainlogo {width:250px}
    .mainlogo img {width:100%;max-width:225px;}


    .greyangle {border-bottom:109px solid transparent;border-right:80px solid #212121;}
    
    .browsebutton {padding:5px;}
    
    .footfourth {width:50%;}
    .foothalf {width:100%;margin-top:30px;}
    
    .foothalf .foothalf {width:50%;margin-top:0px;}
    
    .mapleft {width:100%;margin-bottom:20px;}
    .mapright {width:100%;}
    
    .fullgrey {padding-right:5%;margin-right:-5%;height:109px;width:calc(105% - 80px);}
}

@media screen and (max-width: 800px) {
    .browsehalf {width:100%;padding:20px 0;}
    
    #brand {border-right:none;border-bottom:1px solid #000;}
    
    .topfullimg {height:300px;}
    
    .thirdul li {width:calc(100% - 30px);}
}

@media screen and (max-width: 550px) { 
    .mainlogo {width:200px}
    .mainlogo img {width:100%;max-width:190px;padding:10px 0;}
    
    .headright {width:calc(100% - 200px);}
    
    .fullgrey {height:90px;width:calc(105% - 50px);}
    .greyangle {border-bottom:90px solid transparent;border-right:50px solid #212121;}
    .fullgrey h2 a {margin-top:24px;}
    
    .fullgrey h2 a {font-size:21px;padding:5px;height:35px;width:35px;}
    .slider-pagi__elem {height:.5rem;width:.5rem;margin:0 0.25rem;display:none;}
.slider-pagi__elem:before {height:1rem;width:1rem;display:none;}
    .slide__text h4 {font-size:20px;}
    .slide__text h2 {font-size:40px;}
    .slide__text {height:8rem;}
    
    .dirt h2 {font-size:50px;}
    .dirt p {font-size:17px;line-height:28px;}
    
    .footfourth {width:100%;margin-bottom:30px;}
    .foothalf {width:100%;margin-top:0px;}
    
    .foothalf .foothalf {width:100%;margin-top:0px;}
    .footerlinks h2 {text-align:center;}
    .footerlinks p {text-align:center;}
    
    .topfullimg {height:200px;}
    
    .halful li {width:calc(100% - 30px);}
    
    .staffbox {width:100%;float:none;margin:0 auto;display:block;}

    #quotes tr {width:100%;}
}
@media screen and (max-width: 440px){
	.browsebutton {width:100%;}
}


@media screen and (max-width: 370px) { 
    .mainlogo img {width:150px;padding:8px 0;}
    .mainlogo {width:150px;}
    .fullgrey {height:70px;}
    .fullgrey h2 a {margin-top:15px;}
    .headright {width:calc(100% - 150px);}
    .greyangle {border-bottom:70px solid transparent;}
	
}


