@import url(reset.css); 

/*

	Main CSS:
	Copyright (C) 2017 OwlTree Web Solutions.
	Mobile first

*/



html
{
	width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 100%;
}


@font-face
{
	font-family: 'Futura-Thin';
src: url('../fonts/Futura-Thin.eot'); src: url('../fonts/Futura-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura-Thin.svg#Futura-Thin') format('svg'), url('../fonts/Futura-Thin.woff') format('woff'), url('../fonts/Futura-Thin.ttf') format('truetype');	
}

@font-face
{
	font-family: 'Futura-Light';
src: url('../fonts/Futura-Light.eot'); src: url('../fonts/Futura-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura-Light.svg#Futura-Light') format('svg'), url('../fonts/Futura-Light.woff') format('woff'), url('../fonts/Futura-Light.ttf') format('truetype');	
}

@font-face
{
	font-family: 'Futura-Bold';
src: url('../fonts/Futura-Bold.eot'); src: url('../fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura-Bold.svg#Futura-Bold') format('svg'), url('../fonts/Futura-Bold.woff') format('woff'), url('../fonts/Futura-Bold.ttf') format('truetype');	
}

body
{
	font-family: 'Futura-Light', Helvetica, sans-serif;
	font-size: 1em;
	color: #484848;
	text-align: center;
	overflow-x: hidden;
}

header
{
	float: left;
	width: 100%;
	background-color: white;
	padding: 0;
	margin: 0;
}

.header-holder
{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background-color: white;
}

.logo-container
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 70px 0 0 0;
}

.logo-container img
{
	width: 20%;
	min-width: 100px;
	max-width: 200px;
	margin: 0 auto;
}

.header-contact
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.left
{
	float: left;
	width: 100%;
	margin: 0 0;
	padding: 0 0 0 0;
}

.right
{
	float: left;
	width: 100%;
	margin: 0 0;
	padding: 0 0 0 0;
}

.left h3
{
	text-align: center;
	font-size: 1.2em;
	color: #696969;
	font-family: '95 Black';
}

.right h3
{
	text-align: center;
	font-size: 1.2em;
	color: #696969;
	font-family: '95 Black';
}

.left h3 a, .right h3 a
{
	color: #696969;
}

.clear
{
	clear: both;
}

h1
{
	font-family: 'Futura-Light';
	font-size: 2.4em;
	margin: 1em 0 0.5em 0;
	text-align: center;
	font-weight: bold;
}

h1#title
{
	display: none;
	width: 75%;
	margin-bottom: 1.5em;
	font-size: 2.5em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid #04cbcb;
	margin-left: auto;
	margin-right: auto;
}

h2
{
	font-family: 'Futura-Light';
	font-size: 2.4em;
	margin: 1em 0 0.5em 0;
	text-align: center;
	font-weight: bold;
}

h2.green-txt
{
	color: #006e3a;
}

h3
{
	font-family: 'Futura-Light';
	font-size: 1.6em;
	margin: 1em 0 0.5em 0;
	padding-left: 0.2em;
	text-align: center;
}

h3.header-phone
{
	font-size: 2.0em;
	color: #006e3a;
	margin: 0.1em 0 0 0;
}

h3.header-email
{
	margin: 0.1em 0;
	padding: 0;
	font-size: 1.3em;
}

h3.header-email a
{
	color: #006e3a;
}

header h2, header h3
{
	
}

h4
{
	font-family: 'Futura-Thin';
	font-size: 1.5em;
	font-style: normal;
	text-align: left;
	margin-bottom: 1em;
}

h5
{
	font-family: 'Futura-Light';
	font-size: 1.2em;
	font-style: normal;
	text-align: left;
	margin-bottom: 1em;
}

p, li
{
	font-size: 1.0em;
	line-height: 1.6em;
	margin-bottom: 1em;
}



.header-contact p
{
	color: gray;
	margin-right: 2%;
}

p.header-phone

{
	font-family: 'Futura-Thin';
	font-size: 2.2em;
	color: rgb(207, 222,0);
	margin-bottom: -0.5em;
	padding-bottom: 0;	
}

a, a:visited
{
	color: #2b2b2b;
}

blockquote
{
	
}

cite
{
	font-style: italic;
}

em
{
	font-style: italic;
}

br.clear
{
	clear: both;
}

strong
{
	font-weight: bold;
}

hr
{
	border: none;
	width: 66%;
	border-bottom: 1px solid white;
	margin: 2em auto;
}

pre
{
	width: 40%;
	margin: -2em auto 3em auto;
	padding: 0;
	border-bottom: 3px solid white;
	background: none;
}

.centre
{
	text-align: center;
}

/*---------- Navigation Bar CSS - Mobile First-----------*/

ul#topnav
{
	/*float: left;*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 70px;
	/*max-width: 1280px;*/
	/*margin: 0px auto;*/
	font-family: 'Futura-Light';
	font-size: 1.0em;
	font-weight: normal;
	padding: 0.2em 0em 0em 0em;
	margin: 0px 0 1em 0;/*-16px;*/
	background-color: rgba(255, 255, 255, 1);
	/*background-color: #3d3d3d;*/
	text-align: center;
}

#topnav li
{
	list-style: none;
}

ul#topnav2
{
	display: none;
	margin: 10px 0 0 0;
	padding: 0;
}

ul#topnav2 li a
{
	margin: 0 2px 0 2px;
	padding: 0.5em 0.5em;
	/*background-color: rgba(160, 160, 160, 1);*/
}

#topnav li a, #topnav li a:visited
{
	color: #006e3a;
}

ul#topnav2 li a:hover, ul#topnav2 li a:focus
{
	color: white;
	background-color: #006e3a;
	border-radius: 2px;
}

span.menu
{
	display: block;
	width: 80px;
	font-family: 'Futura-Light';
	line-height: 1.5em;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0.4em;
	margin: 0.6em auto 0em auto;/*-16px;*/
	background-color: #006e3a;
	color: white;
	border-radius: 2px;
}

#topnav li ul.submenu
{
	display: none;
	/*visibility: hidden;*/
	/*overflow: hidden;*/
	/*opacity: 0;*/
	width: 50%;
	font-size: 1.1em;
	background-color: white;
	margin: 0 auto;
	text-align: center;
	/*transition: opacity 0.75s, visibility 0.75s;*/
}

#topnav li ul.submenu li
{
	margin: 10px 0;
}

#topnav li ul.submenu li a
{
	padding: 0.5em 1em;
	color: #006e3a;
	/*background-color: rgba(160, 160, 160, 1);*/
	/*transition: all 1s ease-in-out;*/
}

#topnav li:hover > ul.submenu, #topnav li:focus > ul.submenu a
{
	display: block;
	/*visibility: visible;*/
	/*opacity: 1;*/
	/*overflow: hidden;*/
}

#topnav li:hover > ul.submenu a:hover, #topnav li:focus > ul.submenu a:focus
{
	color: white;
	background-color: #006e3a;
	border-radius: 2px;
}

#topnav li img
{
	/*transition: all 0.5s ease-in-out;*/
}

img.menu-symbol
{
	border-radius: 25px;
}

a.on
{
	font-size: 1em;
	font-weight: normal;
}

ul#topnav2 li a.on, ul#topnav ul.submenu li a.on
{
	color: white;
	/*background-color: #3d3d3d;*/
	background-color: #006e3a;
	border-radius: 2px;
}

/*---------- Banner CSS  -----------*/



.banner-strip, .banner-strip-short
{
	clear: both;
	float: left;
	width: 100%;
	/*max-height: 700px;*/
	padding: 0 0 0 0;
	margin: 270px 0 0 0;
	border-top: 20px solid #b50000;
	border-bottom: 20px solid #3d3d3d;
	/*background: url(../images/banner-minibus1.jpg) no-repeat center center red;
	background-size: contain;*/
}

.banner-strip
{
	
}

.banner-strip-short
{
	height: 450px;
}

.banner
{
	clear: both;
	float: left;
	width: 100%;
}

.banner h1, .banner h2
{
	width: 100%;
	margin: 0 0 -1em 0;
	font-family: 'Futura-Light', sans-serif;
    font-size: 4em;
    font-weight: normal;
	color: rgba(256,256,256, 0.9);
	background-color: rgba(0, 110, 58, 0.65);
	animation: captionAnimation 1.0s forwards;
	-moz-animation: captionAnimation 3s forwards;
	-webkit-animation: captionAnimation 3s forwards;
	animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
	opacity: 0;
}

@keyframes captionAnimation { 
	0%
	{
	    opacity: 0;
	    transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -webkit-transform: translateY(0px);
	}
	
	25%
	{
		opacity: 0;
		/*-moz-transform: translateX(0px);*/
	}
	
	100%
	{
		opacity: 1;
		transform: translateY(-200px);
		-moz-transform: translateY(-200px);
		-webkit-transform: translateY(-200px);
	}
}


.banner-strip-short h2
{
	/*width: 40%;*/
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	margin: 3.5em auto 0 auto;
	padding: 0.2em 0 0 0;
}

img.banner-img
{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
}


h2.banner-caption
{
	font-family: 'Futura-Light';
	font-size: 1.1em;
	width: 90%;
	margin: 7em auto 0 auto;
	padding: 0.5em 0;
	color: white;
	text-align: center;
	text-transform: uppercase;
	/*background-color: rgba(65,  67,  150, 0.6);*/	
}

h3.banner-caption
{
	width: 60%;
	margin: 1em auto 0 auto;
	padding: 0.5em 0;
	font-size: 1em;
	font-weight: normal;
	color: white;
	/*background-color: rgba(65,  67,  150, 0.6);*/
	text-align: center;
}

h3.banner-button
{
	font-family: 'Futura-Light';
	font-weight: normal;
	margin: 6em 0 0 32.5%;
	padding: 0.5em 0 0 0;
	width: 35%;
	height: 2em;
	background-color: rgba(147, 195, 83, 0.7);
	text-align: center;
}


h3.banner-button a
{
	font-size: 1.2em;
	color: white;
	text-align: center;
}


/*-------------Photo Separaters-------------*/

.separater
{
	clear: both;
	float: left;
	width: 100%;
	max-height: 600px;
	overflow-y: hidden;
	padding: 0;
	margin: 0 0 -5px 0;
}


img.photo-separater
{
	width: 100%;
}

/*------------ Content Areas--------------*/

.content-strip
{
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.content-strip p
{
	font-size: 1.2em
}


.container
{
	width: 96%;
	padding: 1em 2%;
	max-width: 1280px;
	margin: 0 auto 3em auto;
	/*border-bottom: 2px solid #c4c4c4;*/
}

.flex-box
{
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: center;
}

.column1
{
	display: block;
	float: left;
	width: 96%;
	margin: 1em 2% 0 2%;
	padding: 2em 0%;
	text-align: left;
	font-size: 1em;
}

.column2
{
	display: block;
	float: left;
	width: 96%;
	margin: 1em 2% 0 2%;
	padding: 2em 0%;
	text-align: left;
	font-size: 1em;
}

.light-grey
{
	background-color: #ececec;
}

.column1 img, .column2 img
{
	width: 95%;
	border: 10px solid white;
}

.column1 h2, .column2 h2
{
	text-align: center;
	margin: 0 0 0.5em 0;
}

.column1 h3, .column2 h3
{
	color: white;
}

.column1 h4, .column2 h4
{
	text-align: center;
	margin: 0 0 1em 0;
	font-size: 1em;
}

.column1 ul, .column2 ul
{
	
	width: 96%;
	margin: 1em 2% 0 2%;
	padding-top: 2em;
}

.column1 ul li, .column2 ul li
{
	list-style: url(../images/tick.png);
	color: #484848;
	font-size: 2em;
	margin-left: 10%;
	
}


h3.learn-more
{
	width: 50%;
	font-family: 'Futura-Light';
	font-size: 1.1em;
	margin: 2em auto;
	padding: 0.8em 0.5em 0.6em 0.5em;
	background-color: transparent;
	border: 2px solid white;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
}

h3.learn-more a 
{
	color: white;
}

h3.learn-more:hover, h3.learn-more:focus
{
	background-color: white;
	
}

h3.learn-more a:hover, h3.learn-more a:focus
{
	color: #006e3a;
}

h3.see-more
{
	width: 50%;
	font-family: 'Futura-Light';
	font-size: 1.1em;
	margin: 2em auto;
	padding: 0.8em 0.5em 0.6em 0.5em;
	background-color: transparent;
	border: 2px solid #006e3a;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
}

h3.see-more a 
{
	color: #006e3a;
}

h3.see-more:hover, h3.see-more:focus
{
	background-color: #006e3a;
	
}

h3.see-more a:hover, h3.see-more a:focus
{
	color: white;
}

.green
{
	background-color: #006e3a;
}

.green-wood
{
	background: url(../images/wood-bg.jpg) repeat-y;
}

.video-area h2
{
	/*padding-top: 3em;*/
}

.white, .white a
{
	color: white;
}

.bottom-border
{
	border-bottom: 80px solid #006e3a;
}

/*------------- Services Strip ----------------*/


.service
{
	float: left;
	width: 96%;
	margin: 0em 2% 1em 2%;
	padding: 0 0 0 0;
	text-align: center;
	color: white;
	overflow: hidden;
	/*border-radius: 50%*/
}

.service:nth-child(4)
{
	clear: both;
}

.service h3
{
	margin: 0 0 0 0;
	padding: 1em 0;
	color: white;
	font-family: 'Futura-Light';
	font-size: 1.5em;
	/*font-weight: bold;*/
	text-transform: uppercase;
}

.service img
{
	display: block;
	width: 100%;
	margin: 0 auto;
}


/*---------- Testimonial Strip and Clients Page -----------*/

.clients-logos
{
	float: left;
	width: 48%;
	margin: 1em 1%;
}

.clients-logos img
{
	display: block;
	width: 100%;
}

.clients-page
{
	position: relative;
	/*z-index: 5;*/
	float: left;
	width: 98%;
	margin: 0em 1% 1em 1%;
	padding: 0 0 0 0;
	text-align: center;
	color: white;
	/*overflow: hidden;*/
}

.clients-page img
{
	display: block;
	float: left;
	width: 100%;
}

.clients-page blockquote
{
	padding-bottom: 4em
}

.clients-page p
{
	margin: 1em 0 1em 0;
}

p.client-name
{
	clear: both;
	position: absolute;
	width: 100%;
	bottom: 0px;
	right: 0px;
	margin: 1em 0 0 0;
	font-size: 1.2em;
	font-family: 'Futura-Light';
	background-color: white;
	color: #484848;
}

/*-------- Call To Action Strip (CTA) -----------*/

.cta-strip
{
	clear: both;
	width: 100%;
	padding: 1em 0 1em 0;
}

.cta-strip h3
{
	margin-bottom: 0;
	color: white
}

.cta-strip h3 a
{
	color: white;
}

h3.enquiry-form-link
{
	width: 30%;
	max-width: 150px;
	margin: 1em auto;
	padding: 0.3em;
	background-color: white;
	color: #3d3d3d;
	border-bottom: 4px solid #3d3d3d;
	text-align: center;
}

h3.enquiry-form-link a
{
	color: #3d3d3d;
}

h3.enquiry-form-link:hover
{
	/*border: none;*/
	background-color: #e6e6e6
}


/*--------- Services Pages ------------*/

/*-------- Portfolio Pages --------*/

.projects
{
	float: left;
	width: 98%;
	margin: 2em 1%;
	/*background-color: #006e3a;*/
	background-color: #e2e2e2;
	border: 10px solid white;
	color: #484848;
}

.projects img
{
	width: 100%;
}

.projects a
{
	color: #484848;
}
.projects h4
{
	text-align: center;
}


/*-------------- Previous and Next Buttons on News Pages ---------------*/

.prev-next-container
{
	width: 100%;
	text-align: center;
	
}

ul#prev-next 
{
	width: 100%;
	margin: 0 auto;
	
}
  
#prev-next li
{
	width: auto;
	min-width: 30px;
	min-height: 40px;
	margin: 0em 20px 0em 20px;
	padding: 0.5em 2% 0.5em 2%;
	background-color: white;
	text-align: center;
	display: inline-table;
	list-style:none;
	color: #484848;
	font-size: 1.4em;
	font-family: '75 Bold';
	font-weight: bold;
	border-radius: 2px;
}

#prev-next li a, #prev-next li a:active
{
	font-size: 1.2em;
	color: white;
}

#prev-next li:hover, #prev-next li:focus, #prev-next li a:hover, #prev-next li a:focus
{
	background-color: #d2d2d2;
}


#prev-next a.no-after, #prev-next li.no-after
{
 	display: none;
}

#prev-next a.no-before, #prev-next li.no-before
{
 	display: none;
}

#prev-next a.previous
{
 	/*margin-right: 2.0em;*/
}

/*------------ Video Page -------------*/

.padding2
{
	padding: 2em 0;
}

.video-col
{
	float: left;
	width: 100%;
}

.video-col div.TextformatterVideoEmbed
{
	margin: 1em 0;
}

/*-----------News Pages -----------*/

.news-page
{
	float: left;
	width: 98%;
	margin: 0em 1% 1em 1%;
	padding: 0 0 0 0;
	text-align: center;
	color: white;
	overflow: hidden;
}

.news-page img
{
	width: 100%;
}

h4.news-date
{
	text-align: center;
}


 img.news-image
 {
	 width: 100%;
	 margin: 4em 0 0 0;
 }

/*---------- Contact Page ---------*/

h2.phone-email
{
	color: #006e3a;
	font-size: 1.6em;
}

h2.phone-email a
{
	color: #006e3a;
}

img.contact-icon
{
	margin-top: 3em;
}

img.social-icon
{
	display: block;
	width: auto;
	margin: 2em auto;
	text-align: center;
}
p.contact a
{
	text-align: center;
	font-size: 1.0em;
	color: #3d3d3d;
}

/*---------- Contact Form ----------*/

form
{
	float: left;
	width: 60%;
	font-size: 1.3em;
	padding: 0 0 0 0;
	margin: 2em 20% 0 20%;
}

fieldset ul
{
	width: 100%;
	max-width: 100%;
	/*text-align: center;*/
	margin: 0 auto;
	list-style: none;
}

li.input-line
{
	margin: 0em 0% 0em 0%;
}

li.input-line label
{
	display: block;
	text-align: left;
	width: 15%;
	padding-right: 1em;
}

li.input-line input
{
	width: 100%;
	max-width: 100%;
	min-height: 1.5em;
	font-size: 1.1em;
	font-family: 'Futura-Light';
	border: 2px solid #3d3d3d;
	/*background-color: transparent;*/
	text-align: left;
	margin: 0 0 4px 0;
	padding: 0 0 0 5px;
}

li.input-line input#email2
{
	display: none;
}

li.input-line select
{
	width: 100%;
	max-width: 100%;
	min-height: 1.5em;
	font-size: 1.1em;
	font-family: 'Futura-Light';
	border: 2px solid #3d3d3d;
	/*background-color: transparent;*/
	text-align: left;
	margin: 0 0 4px 0;
	padding: 0 0 0 5px;
}

li.input-line textarea
{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 150px;
	font-size: 1.1em;
	font-family: 'Futura-Light';
	border: 2px solid #3d3d3d;
	/*background-color: transparent;*/
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
}


li.submit
{
	width: 100%;
	/*margin: 2em auto 2em auto;*/
	
}

li.submit input
{
	display: block;
	width: 20%;
	height: 2em;
	border: 0;
	background:url(../images/send.png) center center no-repeat white;
	color: #3d3d3d;
	font-size: 1.5em;
	text-align: center;
	margin: 1em 40% 2em 40%;
	
}

li.submit input:hover
{
	background-color: #e9e9e9;
	color: white;
}


/*------------- Footer ----------------*/

footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center;
	color: #006e3a;
}

img.logo-footer
{
	width: 30%;
	max-width: 200px;
	margin: 1em 0;
	padding: 0;
}

h3.footer-strapline1
{
	font-size: 2em;
	font-family: 'Futura-Light';
	text-align: center;
	color: #006e3a;
	padding-bottom: 0;
}

h4.footer-strapline2
{
	font-size: 1.2em;
	text-align: center;
	margin: 0;
	padding: 0 0 0em 0;
	color: #006e3a;
}

.footer-container
{
	width: 100%;
	max-width: 1280px;
	padding; 0;
	margin: 0 auto;
}

.legals-container
{
	float: left;
	width: 98%;
	padding: 0 1% 2em 1%;
	font-size: 0.7em;
	color: #006e3a;
}

.legals-container a
{
	font-size: 1.2em;
	color: #006e3a;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
