html {

      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px;
      overflow-x: hidden;

}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading a
{
    visibility: hidden; 
}
.wf-active h1 .wf-inactive h1,
.wf-active h2 .wf-inactive h2,
.wf-active h3, .wf-inactive h3
.wf-active h4, .wf-inactive h4
.wf-active a, .wf-inactive a {
    visibility: visible;
}

@media only screen and (max-width: 1275px) {
    
	body {                }
    
	div#logo {}

	
	
	

}



@media only screen and (max-width: 1205px) {
    
	body {                }


	




}


@media only screen and (max-width: 1199px) {
    
	body {                }




	


}
 

@media only screen and (max-width: 1100px) {
    
	body {                }
	div#logo {}
	div#workbox1 h2, div#workbox2 h2, div#workbox3 h2, div#workbox4 h2, div#workbox5 h2, div#workbox6 h2 { }

}


@media only screen and (max-width: 991px) {
    
	body {                }
	div#logo {}

	

}


@media only screen and (max-width: 900px) {
	
	
	
	
}

@media only screen and (max-width: 850px) {
    
	body {                }

	div.navsymbol {}

	div#workbox1 h2, div#workbox2 h2, div#workbox3 h2, div#workbox4 h2, div#workbox5 h2, div#workbox6 h2 {	font-size: 36px;
 }

	
	
	
	
	


}

@media only screen and (max-width: 750px) {
    
	body {       }
	div#logo img {margin-left: 10px; height: 40px; top: 25px;}
	div.navsymbol { display: block; margin-right: 15px; }
	div.navigation {display: none;}
	section.jumbotron1 h2 {margin-left: 30px;top: 15px;}
	section.jumbotron1  { height: 100px; }

	div.footer ul a {display: block; line-height: 12px; top: -40px;}
	div.footer p {top: 150px; padding-bottom: 50px;margin-bottom: 100px;}
	span#accreditation img { top:120px;; width: 110px; }
	
	



}




@media only screen and (max-width: 670px) {
    
	body {       }
	
	div.navsymbol { }
	div#workbox1 {display: inline; width: 100%; opacity: 1;}
	div#workbox2 {display: inline; width: 100%; opacity: 1;}
	div#workbox3 {display: inline; width: 100%; opacity: 1;}
	div#workbox4 {display: inline; width: 100%; opacity: 1;}
	div#workbox5 {display: inline; width: 100%; opacity: 1;}
    div#workbox6 {display: inline; width: 100%; opacity: 1;}
	
	
	

	div#workbox1 h2, div#workbox2 h2, div#workbox3 h2, div#workbox4 h2, div#workbox5 h2, div#workbox6 h2 {	font-size: 39px; 	margin-left: 30px; }
	div#workbox1 h1, div#workbox2 h1, div#workbox3 h1, div#workbox4 h1, div#workbox5 h1, div#workbox6 h1 { margin-left: 50px;}
	div.subservice {	margin-left: 30px; }
	


	
	
	div.workboxall { height: 1800px;}



}

@media only screen and (max-width: 600px) {
    
	body {       }
	
	div#logo {}

	


	
	
		
}


@media only screen and (max-width: 500px) {
    
	body {       }
	
	div#logo {}
	



	
	


}
	

@media only screen and (max-width: 450px) {
    
	body {       }
	
    div#logo {}

	



}

@media only screen and (max-width: 400px) {
    
	body {       }
	
	div#logo img {}
	
	

	


}

@media only screen and (max-width: 350px) {
    
	body {       }
	
	div#workbox1 h2, div#workbox2 h2, div#workbox3 h2, div#workbox4 h2, div#workbox5 h2, div#workbox6 h2 { }

	

	



}
	


  body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  width: 100%;
  margin-right: 0px;
}

button:focus {outline:0;}


/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    min-width: 100%;
    position: fixed; /* Stay in place */
    z-index: 9999999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #ffffff;
	display: none;
  
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 2s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;
}

/* Position the content inside the overlay */
.overlay-content {
    font-family: avenir, sans-serif;
	font-weight: 200;
    position: relative;
    top: 20%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 0px;
    text-decoration: none;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    font-size: 50px;
    color: #000000;
    letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 50px;
	font-family: trumpgothicpro, sans-serif;
    font-style: normal;
    font-weight: 700;
	text-align: left;
	margin-left: 40px;

}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #999999;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
        
	font-family: avenir, sans-serif;
	font-weight: 200;
	position: absolute;
    top: 3%;
    right: 10%;
    font-size: 70px;
color: #4a2cef;
}


.closebutton {
	
	position: relative;
	margin-right: 16px;
	float: right;
	top: 22px;
	padding: 20px;

}

#closebar1 {
	
	width: 40px;
	height: 2px;
	background-color: #000;
	top: 2px;
	position: relative;
	transform: rotate(-45deg);

	
}

#closebar2 {
	
	width: 40px;
	height: 2px;
	background-color: #000;
	top: 0px;
	position: relative;
	transform: rotate(45deg);
	
}





header.container {
  height: 90px;
  width: 100%;
  font-family: avenir next, sans-serif;	
	

	
}


#logo img {

    position: absolute;
	height: 50px;
	float: left;
	margin-left: 100px;
	display: block;
	top: 20px;
	
	
}








.navsymbol {
	
	position: relative;
	margin-right: 20px;
	float: right;
	top: 28px;
	cursor: pointer;
	display: none;
	
}
.bar {
	
	width: 40px;
	height: 2px;
	background-color: #000;
	margin-top: 7px;
	
}




.navigation {
	
	float: right;
	height: 90px;
	margin-right: 100px;

}

.navigation a {
	
	position: relative;
	top: 35px;
	margin-left: 30px;
	color: #77776f;
    font-family: helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;
}

.navigation a:hover {
	
	text-decoration: none;
	color: #9c883d;

}






@keyframes opencircle {
    from { transform: scale(0);}
    to   {transform: scale(1);}
}

/* Firefox < 16 */
@-moz-keyframes opencircle {
    from { transform: scale(0);}
    to   { transform: scale(1);}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes opencircle {
    from { transform: scale(0);}
    to   { transform: scale(1);}
}

/* Internet Explorer */
@-ms-keyframes opencircle {
    from { transform: scale(0);}
    to   { transform: scale(1);}
}

/* Opera < 12.1 */
@-o-keyframes opencircle {
    from { transform: scale(0);}
    to   { transform: scale(1);}
}



.jumbotron1 {

	background-color: #383838;
    height: 120px;
	position: relative;
	width: 100%;
	top: 0;
	margin-top: 0 !important;
	padding-top: 0 !important;
	

}

.jumbotron1 h2 {

	position: relative;
	top: 30px;
	float: left;
	margin-left: 100px;
	color: #fff;
    font-family: helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;



}




.workboxall {  
	
	height: 1100px;

}

#blackoverlay1, #blackoverlay2, #blackoverlay3, #blackoverlay4, #blackoverlay5, #blackoverlay6  {
	
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	background-color: black;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;
	
}

#workbox1 {
	
	position: relative;
	top: 0em;
	width: 50%;
	height: 350px;
	float: left;
		background-image: url( SRC/Mark_Gibbs_Road_Surfacing_Roads_And_Footpaths.jpg);
		background-position: center;

	background-size: cover;
	opacity: 1;
	transition-timing-function: ease-in-out;
	
    transition: all 0.4s ease 0s;


       -webkit-animation: fadein1 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein1 1s; /* Firefox < 16 */
        -ms-animation: fadein1 1s; /* Internet Explorer */
         -o-animation: fadein1 1s; /* Opera < 12.1 */
            animation: fadein1 1s;
	
	
	
}

@keyframes fadein1 {
    from { opacity: 0; }
    to   {  opacity: 1;}
}

/* Firefox < 16 */
@-moz-keyframes fadein1 {
    from { opacity: 0; }
    to   {  opacity: 1;}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein1 {
    from { opacity: 0; }
    to   {  opacity: 1;}
}

/* Internet Explorer */
@-ms-keyframes fadein1 {
    from { opacity: 0; }
    to   {  opacity: 1;}
}

/* Opera < 12.1 */
@-o-keyframes fadein1 {
    from { opacity: 0; }
    to   {  opacity: 1;}
}


#workbox2 {
	
	position: relative;
	width: 50%;
	height: 350px;
	float: left;
	background-image: url( SRC/Stratfield_Saye.jpg);
	background-size: cover;
	opacity: 1;
	transition-timing-function: ease-in-out;
    transition: all 0.4s ease 0s;

       -webkit-animation: fadein1 1.3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein1 1.3s; /* Firefox < 16 */
        -ms-animation: fadein1 1.3s; /* Internet Explorer */
         -o-animation: fadein1 1.3s; /* Opera < 12.1 */
            animation: fadein1 1.3s;
}


#workbox3 {
	
	position: relative;
	width: 50%;
	height: 350px;
	float: left;
background-image: url(SRC/mark_gibbs_road_surfacing_agricultural_and_equine.jpg);
	background-size: cover;
	background-position: center;
	opacity: 1;
	transition-timing-function: ease-in-out;
    transition: all 0.4s ease 0s;
       -webkit-animation: fadein1 1.6s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein1 1.6s; /* Firefox < 16 */
        -ms-animation: fadein1 1.6s; /* Internet Explorer */
         -o-animation: fadein1 1.6s; /* Opera < 12.1 */
            animation: fadein1 1.6s;
	
}


#workbox4 {
		position: relative;
	width: 50%;
	height: 350px;
	float: left;
	background-image: url(SRC/mark_gibbs_road_surfacing_henleystables.jpg);
	background-size: cover;
	opacity: 1;
	transition-timing-function: ease-in-out;
    transition: all 0.4s ease 0s;

       -webkit-animation: fadein1 1.9s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein1 1.9s; /* Firefox < 16 */
        -ms-animation: fadein1 1.9s; /* Internet Explorer */
         -o-animation: fadein1 1.9s; /* Opera < 12.1 */
            animation: fadein1 1.9s;
}


#workbox5 {
		position: relative;
	width: 50%;
	height: 350px;
	float: left;
	background-image: url(SRC/mark_gibbs_road_surfacing_tarmacbackground.jpg);
	background-size: cover;
	opacity: 1;
	transition-timing-function: ease-in-out;
    transition: all 0.4s ease 0s;
	
       -webkit-animation: fadein1 2.2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein1 2.2s; /* Firefox < 16 */
        -ms-animation: fadein1 2.2s; /* Internet Explorer */
         -o-animation: fadein1 2.2s; /* Opera < 12.1 */
            animation: fadein1 2.2s;

}

#workbox6 {
	
	position: relative;
	width: 50%;
	height: 350px;
	float: left;
	background-image: url(SRC/mark_gibbs_road_surfacing_websitebackdrop.jpg);
	background-size: cover;
	opacity: 1;
	transition-timing-function: ease-in-out;
    transition: all 0.4s ease 0s;

       -webkit-animation: fadein1 2.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein1 2.5s; /* Firefox < 16 */
        -ms-animation: fadein1 2.5s; /* Internet Explorer */
         -o-animation: fadein1 2.5s; /* Opera < 12.1 */
            animation: fadein1 2.5s;
}

#workbox1:hover, #workbox2:hover, #workbox3:hover, #workbox4:hover, #workbox5:hover,  #workbox6:hover {
	
	opacity: 1;
	
}


#workbox1 h1, #workbox2 h1, #workbox3 h1, #workbox4 h1, #workbox5 h1, #workbox6 h1 {
	
    font-style: normal;
	font-size: 330px;
    position: absolute;
	top: 0px;
	margin-left: 30px;
	margin-right:auto;
	color: white;
	text-align: center;
	letter-spacing: 1.3px;
	cursor: default;
	opacity: 0.2;

	font-family: Avenir Next, sans-serif;
    font-style: normal;
    font-weight: 600;
	text-transform: uppercase;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;



}



#workbox1 h2, #workbox2 h2, #workbox3 h2, #workbox4 h2, #workbox5 h2, #workbox6 h2 {
	
    font-style: normal;
	font-size: 42px;
    position: relative;
	top: 180px;
	margin-left: 50px;
	margin-right:30px;
	color: white;
	letter-spacing: 1.3px;
	cursor: default;
	opacity: 1;
	font-family: trumpgothicpro, sans-serif;
    font-style: normal;
    font-weight: 700;
	text-transform: uppercase;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;


	
}

#workbox1 h3, #workbox2 h3, #workbox3 h3, #workbox4 h3, #workbox5 h3, #workbox6 h3 {
	



}


.learnmore {
	
	width: 65px;
	height: 65px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	border-radius: 50%;
	overflow: hidden;
	background-color: white;
	cursor: pointer;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;
	opacity: 0.7;
}


.learnmore p {
	
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	font-size: 35px;
	font-weight: 400;
	top: 7px;
	font-family: avenir next;
}

.learnmore:hover {
	
	opacity: 1;
	transform: scale(1.05);
	
}

#closelearnmore1, #closelearnmore2, #closelearnmore3, #closelearnmore4, #closelearnmore5, #closelearnmore6  {
	
	display: none;

}

#closelearnmore1 p, #closelearnmore2 p, #closelearnmore3 p, #closelearnmore4 p, #closelearnmore5 p, #closelearnmore6 p {
	
		text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	font-size: 40px;
	font-weight: 400;
	top: 2px;
	font-family: avenir next;
	
}




.subservice {
	
	margin-left: 50px;
	margin-right: 75px;
	position: relative;
	height: 100px;
	top: 75px;
	opacity: 0;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;
}

.subservice p {
	
	color: white;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;
	
}







<!--FOOTER-->



.footer {

	height: 0px;
	padding: 0px;

	
	
}

.footer ul {
	
	font-family: avenir next, sans-serif;
	font-weight: 400;
	list-style: none;
	display: inline;
	width: 100%;
	padding: 80px;
	text-align: center;
	float: right;
	height: 0px;
	top: -20px;
	position: relative;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;


}
.footer ul a {
	
    font-family: helvetica, sans-serif;
    font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #a2a2a2;
	font-size: 13px;
	letter-spacing: 2px;
	display: inline;
	padding: 15px;
	text-align: center;
	top: -0.5em;
	position: relative;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;
	

	
}
.footer ul a:hover {
	
	color: #151515;
	text-decoration: none;
		transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;
	
}

.footer li {
	
	display: inline;
	text-align: center;


}

.footer p {
	
	display: inline;
	text-align: center;
	position: relative;
	font-size: 0.9em;
	width: 100%;
	top: 0em;
	float: left;
	color: #999999;
	transition-timing-function: ease-in;
    transition: all 0.4s ease 0s;


}

#accreditation img {
	
    position: relative;
	display: block;
	margin: auto;
	width: 140px;
	top: -2em;

	
	
}

#smalltext p {
	
	font-size: 11px;
	text-align: center;
	font-family: helvetica, sans-serif;
	font-weight: 200;
	color: grey;
	position: relative;
	top: 0px;
	
}

#smalltext a {
	

	text-align: center;
	font-family: helvetica, sans-serif;
	font-weight: 600;
	color: grey;
	text-decoration: underline;
	
}

