/* CSS Document */

/**********************
        -	RESET	-
************************/
<link href="https://fonts.googleapis.com/css?family=Lora|Prompt|Lato" rel="stylesheet"> 



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}

* {

    margin: 0;
    padding: 0;
   -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



html {
    overflow-x:hidden;
    padding: 0 !important;
    margin:0 !important;
	
}


body { 
    font-family: 'Lora', serif;
	font-size:14px;
    overflow-y:hidden;
	background-color: #fff;
}


img	 { text-decoration:none; border-width: 0; }

h1, h2, h3, h4, h5 p {
    font-family: 'Lora', serif;
	text-align:left;
}

h1 {
    font-size: 34px;
    padding-bottom: 10px;
    font-weight: 400;
	line-height:38px;
	 }
	
h2 {
    font-size: 30px;
    padding-bottom: 10px;
	font-weight: 400;
	line-height:34px; 
}	
	

h3 {
    font-size: 20px;
    padding:15px 15px 10px 15px;
    text-align:left;
	font-weight: 400;
	line-height:24px; 
}

h4, h5 {
    font-size: 20px;
    padding:15px 15px 10px 15px;
    text-align:center; }

b {
    font-weight: 500;
    font-size: 15px;
    color: #444; }

p {
    padding:10px 0 10px 0; font-size:16px; color:#333; font-family: 'Lora', serif; line-height:1.8em; font-weight: 400; }	


.head-colour  { color:#444;    }



/***********************
        -	BASICS 	-
***********************/


ol, ul 		{  list-style:none; }

ul, li		{ text-align:center;	}


a			{	text-decoration:none; color: #000;
font-weight: 600;}

.clear 		{	clear:both;}
.space10	{	width:100%;height:10px;}
.space15	{	width:100%;height:15px;}
.space20	{	width:100%;height:20px;}
.space30	{	width:100%;height:30px;}
.space40	{	width:100%;height:40px;}


.desk {
	display:block;
}

.mob {
	display:none;
}

header, nav, section, article, aside, footer { display:block;  }


.content-wrap { margin: 40px auto; max-width: 1170px; }

.wrap {
    margin: 0 auto;
    max-width: 1170px;
    padding:10px 10px;
}


header       { width:100%; background-color:#fff; border-bottom: 2px solid #fff;   }


#header-wrap{
padding: 8px; 
background-color: #f7f5e5;
  width: 100%;
  top: 0;
  left :0;
  text-align: center;
  font-family: sans-serif;
  z-index:999999;
  position: fixed;
  transition: 2s;
 
}



.scrolled{
  background-color: #f8f8f8 !important;
  transition: 1.5s; 
}

.main-navigation li img {
  transform: scale(1);
  transition: 2s; 
  
}

.scrolled .main-navigation li img {
  transform: scale(0.9);
  transition: 2s; 
  
}

.main-navigation li a:link {
transition: 1s; 
}


.main-navigation li ul li a:link, .main-navigation li ul li a:visited {
   transition: 0s;
   padding:15px 20px !important;
   transition-timing-function: ease-in;
}

.scrolled .main-navigation li ul li a:link, .main-navigation li ul li a:visited {
   transition: 0s;
   transition-timing-function: ease-out;
}

.scrolled .main-navigation li a:link {
padding:10px 16px;
transition: 1s; 
}





/* NAVIGATION */

#full-nav-wrap	{ width: 100%;
background-color: #fff;
z-index: 9999;
position: relative;
border-top: 2px solid #e7e7e7;
border-bottom: solid 2px #e7e7e7;
  }
								
				
.nav-wrap   { 
margin: 0 auto;
clear:right;
width: 80%;
float: left;
  }

nav 		{ width:100%; float:left; clear:right; }

.main-navigation {

}

.main-navigation li { list-style:none; color:#fff; font-size:17px; text-align:left; padding:0; display: inline-block; vertical-align: middle;  }
.main-navigation li a:link, .main-navigation li a:visited {
    display: block;
    text-decoration: none;
    margin: 0;
    color: #444;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px;
    font-family: 'Lora', serif;
}

.main-navigation li a:hover { 
color:#999; 
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; 
}

.currentLink {  background-color:#1189bf; color:#fff !important;  }


/*SUB MENU*/

.main-navigation li ul { position:absolute; visibility:hidden; margin:0; padding:0; z-index:9999; background-color:#fafafa; }
.main-navigation li ul li { display:inline; float:none; font-size:17px; padding:0;  }
.main-navigation li ul li a:link, .main-navigation li ul li a:visited {  width: 250px; padding: 20px; }

.main-navigation li ul li a:hover { -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }

.main-navigation li a.nav-last		{ border-right:1px solid #fff !important;			}

#logo			{ width: 33%; float:left; clear:right; display:block; text-align:center;	}
.main-logo		{ height:75px;			}

.sb-menu ul li				{			}
.sb-menu li				    { font-size:17px; margin: 0px; cursor: pointer;  padding: 0; }
.sb-menu a:hover			{		}


.sb-menu .mobile-nav-last	{ color:#fff; margin-top: 20px;		}
.sb-menu .mobile-nav-last a	{ display:inline-block; background-color:transparent; 		}


#mobile-nav-bar   {display:none;		}
#mobile-logo    {display:none;		}

.back-button a				{ color:#555;			}



#contact-details	{ 
	width:10%;
float:left; 
clear:right;
text-align: left;
padding: 10px;
}	
	
#contact-details h2		{ text-align: left; padding:5px; color:#444; font-size:26px; letter-spacing:3px;		}

#contact-details h3		{ text-align: left; padding:5px;	color:#444;  }
#contact-details a	    {color:#444; font-size:18px;   }

#social	{ 
float:left; 
clear:right;
text-align: right;
padding: 10px;
width:10%;
 }

#social h2 { 
text-align:right; padding: 5px;
 }

#social ul	{  display:inline-block; }
#social ul li	{  display:inline-block; }




/* SLIDER */
.mobilebanner		{ display:none;			}

.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 700px !important;
    overflow: hidden !important;
    float: none;
    clear: right;
    z-index: 999999;
    background-color: #e7e7e7;
    margin-top: -59px;
    margin: 0 auto;
}

.tp-simpleresponsive > ul > li {
    padding:0;
}

.rel			{ position:relative;			}

.sidepic		{ padding: 15px 10px; max-height:380px;	}

.wrapmar		{ position:relative; }

.nopad     { padding-bottom:0;   }
	
	

.full-width-container	{ width:100%; float:left; clear:right; height:auto; background-color:#fff;  }
.full-width-container img  { width:100%;  }


.theslider  {  margin-top:75px;   }

.slidep1		{ font-size:20px; color:#fff; letter-spacing:2px; text-transform:uppercase; line-height:20px; text-align:center;	}
.slideh1	{ font-size:40px; color:#fff; letter-spacing:2px; text-transform:uppercase; line-height:40px; text-align:center; font-family: 'Prompt', sans-serif; font-weight:300;	}

.slideh2	{ font-size:60px; color:#fff; letter-spacing:2px; text-transform:uppercase; line-height:60px; text-align:center; font-family: 'Prompt', sans-serif; font-weight:300; }



/* COLS */

.col-100		{ width:100%; clear:both; float:left; clear:right; 	}
.col-80			{ width:78%; margin:1%; float:left; clear:right;	}
.col-70			{ width:68%; margin:1%; float:left; clear:right;	}
.col-60			{ width:58%; margin:1%; float:left; clear:right;	}
.col-50			{ width:48%; margin:1%; float:left; clear:right;	}
.col-40			{ width:38%; margin:1%; float:left; clear:right;	}
.col-33			{ width:31%; margin:1%; float:left; clear:right;	}
.col-30			{ width:28%; margin:1%; float:left; clear:right;	}
.col-25			{ width:23%; margin:1%; float:left; clear:right;	}
.col-20			{ width:18%; margin:1%; float:left; clear:right;	}



.tight	{ margin:0 auto;			}

.padtop		{ padding-top:60px;			}

.nomar       { margin:0 auto; }

.toph2		{ font-size:26px;			}


.thank       { text-align:center; padding:20% 10px;   }
.thank h1       { color:#444; text-align:center;  }
.thank h2       { color:#444; text-align:center;  }



.homeserv {
padding:20px 50px;	
}

.homeserv h2 span {
	padding:3px; background-color:#6b6743; margin-right:10px; 
}

.dry-bk {
background-image:url("../images/side-images/church2.jpg"); background-repeat: no-repeat; background-size:cover;
padding:200px;	
}

.new-bk {
background-image:url("../images/side-images/littlegreen.jpg"); background-repeat: no-repeat; background-size:cover;
padding:200px;	
}

.landscape-bk {
background-image:url("../images/side-images/land-bk.jpg"); background-repeat: no-repeat; background-size:cover;
padding:200px;	
}



/* POLICY */

.policy {
	padding:20px 30px;
}
.policy p { color:#111;  }
.policy a { color:#111;  }




/* TESTIMONIALS SLIDER */

.testimonial-slider		 { text-align:center; color: #111;
padding: 40px 0;
}


.testimonial-slider p	 { padding:10px 90px !important; color:#111; font-weight:400; font-size: 19px;			}
.testimonial-slider b	 { color:#fff; font-weight:400; background-color:#222; padding:10px;			}

.stars {
    width: 120px !important;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}


.divider-line    { 
width:100%; 
float:left; 
clear:right;
border: 0; height: 1px;
background-color:#fff; 
background-image: linear-gradient(to right, rgba(150, 150, 150, 0), rgba(150, 150, 150, 0.75), rgba(150, 150, 150, 0));  
        }


.center		{text-align:center;			}


.wrap-border {
	width:100%;
	float:left;
	clear:right;
	border:1px solid #fff;
	padding:40px 0;
}

.call-to-action {
	background-color:#111;
	background-image:url("../images/cta-bk.jpg"); background-repeat: no-repeat; background-size:cover;  background-attachment: fixed;
	padding:60px 0;
}

.cta-block {
	
}

.cta-block h3 {
	color:#fff;
	font-size:32px;
}




/* BUTTONS */


/* BTNS */

.btnside2 {
    background-color: #af9411;
    padding: 12px 5px;
    width: 50%;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
	color:#fff;
	cursor:pointer;
	margin: 10px 0;
}


.btnside-full {
    background-color: #2a516f;
    padding: 15px;
    width: 60%;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
	color:#fff;
	cursor:pointer;
	margin: 10px 0;
	width:100%;
}


.btnside-half {
    background-color: #2a516f;
    padding: 15px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin: 5px;
    width: 47%;
}



/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #a7050f;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d61622;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: #fff;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}


/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #444444;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}



/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 2px #444, 0 0 1px rgba(0, 0, 0, 0);
background-color:#444;
	transition:1s;
  /* Hack to improve aliasing on mobile/tablet devices */
}


/* BUTTON EFFECT */

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(100, 190, 32, 0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(100, 190, 32, 0.75);
  }
}

.hvr-back-pulse {
  text-align:center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #4AA600;
  background-color: #4AA600;
  color: white;
   border:solid 1px #e7e7e7;
}




/* LINES AND SPACERS */


.full-width-spacer		{ height:5em; width:100%; 		}

.spacer100		{ height:100px; width:100%; float:left; clear:both;			}
.spacer60		{ height:60px; width:100%; float:left; clear:both;			}
.spacer50		{ height:50px; width:100%; float:left; clear:both;			}
.spacer40		{ height:40px; width:100%; float:left; clear:both;			}
.spacer30		{ height:30px; width:100%; float:left; clear:both;			}
.spacer20		{ height:20px; width:100%; float:left; clear:both;			}


.side-img		{width:100%; margin-bottom:10px;		}






/* FOOTER */
.footerwall	 { width:100%; height:84px; background-color:#fff; background-image:url(../images/wall-foot.png); background-repeat:repeat-x;	}


footer {
	width:100%;
    z-index:-1;
    line-height:25px;
	float:left;
    clear:both;
   padding:0;	
}


.footer-container {
position:relative;
width:100%;	
padding:50px 20px;
float:left;
clear:both;
background-color:#6b6743;
}

.footer-container p, .footer-container a, .footer-container h3 {
color:#fff;	
}


.foot-left    { 
width:33%; 
float:left; 
clear:right;
text-align:center; 
  }
  

.foot-center { 
width: 33%;
float: left;
clear: right;
text-align:center; 
}

.foot-center img { 
width: 270px;
}


.foot-right     { 
width:33%; 
float:left; 
clear:right; 
text-align:center;  
}

.foot-right img { max-width:100px; text-align:center;  }



#foot-bar  { width:100%; float:left; clear:right; text-align:center; background-color:#111; }
#foot-bar p  {font-size:14px; color:#fff !important; }
#foot-bar a  {font-size:14px; color:#fff !important; }

footer p	{ color:#fff !important; font-size:14px;	}
footer a	{ color:#fff !important; font-size:14px;	}
footer h3 {
   font-size: 20px;
padding: 0;
color: #444;
text-align: center;
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}



.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}







/* Layout Extra */


. h1   { color:#fff; font-size:40px;   }


.cont1 	{ 
background-image: url("../images/icon-nathan-gold5.png");
background-repeat: no-repeat;
background-attachment: fixed;
position:relative;	
min-height:600px;
height:100%;
background-position:center;
}

.cont1 h2    { text-align:center; font-size:26px; overflow: hidden; margin:25px 0;		}


.cont2 	{ 
position:relative;
min-height:200px;
height:100%;	
}

.cont2inner 	{ 
position:absolute;
min-height:500px;
height:100%;
bottom:0	
}



#contactbox  { 
position:absolute;
right:15%;
width:70%;
top:30%;
z-index:9999;

}
 

 
.contblock  { 
float:left;
clear:right;
min-height: 615px;
width: 100%;
margin: 0;
color:#111; 
padding:30px 0;
text-align:center;	

}

.contblock h2 {
	padding:10px 90px;
}

.contblock p, a  { 
color:#111;
text-align:center;
font-size:24px;
	font-weight:300;
}

.contblock img { 
width:20px; 
margin-right:10px;
	text-align:center;	
}







/* 404 */

.err1 	{ 
position:relative;	
min-height:400px;
height:100%;	
}

.err1 h2    { text-align:center; font-size:26px; overflow: hidden; margin:25px 0;		}


.err2 	{ 
position:relative;
min-height:400px;
height:100%;	
}


#errorbox {
    position: absolute;
    right: 15%;
    width: 70%;
    top: 54%;
    z-index: 9999;
	text-align:center;
}

#errorbox img {
	width:660px;
	text-align:center;
}

#errorbox h1 {
	color:#444;
	text-align:center;
	font-size:40px;
}





/* Forms */

#contactform h3  { font-size: 20px;
width: 80%;
margin: 0 10%;
padding: 0;
color:#999;
font-weight:600;  
  }


form ol { list-style-type:none; }

form 	 { text-align:left; 	}
fieldset { border:1px #e7e7e7 solid !important;		}


label 	{ 
    float: left; width: 100%; margin-top:5px;
    text-align:right; display:block; background:none; font-weight:bold;
}

submit	{ background:none; 	}

input 	{ 
    width: 80%; 
    border:1px #e7e7e7 solid; 
	padding:10px; 
	background:none; 
	font-size: 16px;
	margin:10px 10%;
}

input:focus, textarea:focus	{ background-color:#e7e7e7; color:#222;  }

textarea {
    width: 80%; min-height: 75px; margin:0;
    border:1px #e7e7e7 solid; background:none; 
	padding: 10px;
font-size: 16px;
font-family: 'Lato', sans-serif;
margin:0 10%;
}

select { margin-bottom:20px;	}


#submit {
    width:26% !important; 
	height:46px;
    font-size:16px; 
	cursor:pointer;
	color:#222;
	text-transform:uppercase;
	border-radius: 8px;
	background-color:#e7e7e7;
}


#submit:hover { background-color:#999; color:#fff;	}

br		{ clear: left; 	}

.clear	{ clear:both; }


.textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg, .textfieldValidMsg {
    margin: 0 10%;
}

.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg, .textfieldMaxCharsState .textfieldMaxCharsMsg {
    display: inline;
    color: #CC3333;
    border: 0px ;

}


.selectdiv {
 position: relative;
float: left;
width: 60%;
margin: 0 10%;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv:after {
  content: '<>';
  font: 16px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  font-family:'Lato' sans serif;
  font-weight:400;
  display: block;
  width: 100%;
  height: 40px;
  float: right;
  margin: 5px 0px;
  padding:5px;
  font-size: 16px;
  line-height: 1.75;
  color: #777;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e7e7e7;
  -ms-word-break: normal;
  word-break: normal;
}







/* Success, error, alert */

.error, .alert, .notice, .success, .info {
    padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }

.notice			{ background: #fff6bf; color: #514721; border-color: #ffd324; }

.success   		{ background: #e6efc2; color: #264409; border-color: #c6d880; }

.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }

.error a 	{ color: #8a1f11; }
.alert a 	{ color: #8a1f11; }

.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a		{ color: #205791; }



.nav-icon {
    display:none;
    width: 60px;
    cursor:pointer;
}
.navicon-line {
    background:#444;
    width: 24px;
    height: 2px;
border-radius: 1px;
margin-top: 5px;
}
.navicon-line:first-child {
    margin-top: 0;
}




