@charset "UTF-8";
/* CSS Document */

/*

Dark Green #007828
Light Green #1d9e48

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

*/

body {
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
	background: url(images/background.jpg);
	background-size: cover;
	background-position: center;
}

#wrapper {
	margin: 0 auto;
	width: 1200px;	
}

#wrapperInner {
	float: left;
	width: 1160px;	
	padding: 20px;
	background-color: white;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 10px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 5px 10px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 5px 10px 5px rgba(50, 50, 50, 0.5);
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px dotted #1d9e48;	
	margin: 30px 0 30px 0;
}

#headerBackground {
	float: left;
	width: 100%;	
	position: relative;
	z-index: 100;
}

header {
	margin: 0 auto;
	width: 1160px;	
}

#logo { 
	float: left;
	margin: 0 0 10px 0;
}

#logo:hover {
	cursor: pointer;	
}

#contact {
	float: right;	
}

#contact ul {
	float: right;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#contact li {
	text-align: right;
	font-size: 100%;
	color: black;
	font-style: italic;
	line-height: 32px;
	display: block;
}	

#contact li a {
	color: black;
	text-decoration: none;
}

#contact li.email a {
	background-image: url(images/envelope.png);
	background-size: 30px 17px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 35px;
}

#contact li.phone span {
	font-weight: bold;
	font-size: 160%;
	background-image: url(images/phone.png);
	background-size: 32px 23px;
	background-repeat: no-repeat; 
 	background-position: left;
	padding-left: 34px;
}	

#contact li.facebook a {
	background-image: url(images/facebook.png);
	background-size: 25px 25px;
	background-repeat: no-repeat; 
 	background-position: left;
	padding-left: 34px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#contact li a:hover {
	color: #007828;
	text-decoration: underline;
}	

/*										Nav								*/

nav {
	float: left;
	width: 1160px;
	background-color: #007828;
	margin-top: 5px;
}

nav ul {
	width: 100%;
	list-style-type: none;
	float: left;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
	text-align: center;
}

nav li {
	display: inline;
	color: white;
	font-size: 100%;
}

nav li a {
	color: white;
	text-decoration: none;
	padding: 10px 25px 10px 25px;
}

nav li a:hover {
	color: white;
	text-decoration: none;
	background: #1d9e48;
}

nav li a.active {
	color: white;
	text-decoration: none;
	background: #1d9e48;
}

nav img {
	float: right;	
	margin: 5px 5px 0 0;
}


/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	padding: 0;
	margin:0;
	font-weight: normal;
}

.accordionButton h4 img {
	float: left;
}

.accordionButton h4 span {
	float: left;
	margin: 8px 0 10px 7px;
}

.accordionContent {
	float: left;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: white;
	float: none;
	text-align: left;
}

#accordionSection .accordionContent li.subNav {
	font-size: 90%;
	margin-left: 15px;
	line-height: 32px;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: left;
	padding: 5px;
	margin-left: 0;
}

#accordionSection .accordionContent li a:hover {
	border: none;
	text-decoration: none;
	color: white;
}

#accordionSection .accordionContent li a.active {
	border: none;
	text-decoration: none;
	color: white;
}


/*										Footer								*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #007828;
	text-transform: uppercase;
}

footer {
	width: 1160px;
	margin: 0 auto;
}

footer ul {
	float: left;
	list-style-type: none;	
	padding: 0;
	margin-top: 8px;
}

footer li {
	line-height: 25px;
	color: white;
	font-size: 70%;
	margin-right: 10px;
	display: inline;
}

footer li a {
	color: white;
	text-decoration: none;
}

footer li a:hover {
	color: white;
	text-decoration: underline;
}

footer ul.address li {
	text-transform: uppercase;	
}

footer p {
	color: white;
	float: left;
	font-size: 70%;
}

#copyright {
	float: left;
	width: 1160px;
	color: white;
	margin: 10px 0 10px 0;
}

#copyright a {
	color: white;
	text-decoration: none;
}

#copyright a:hover {
	color: white;
	text-decoration: underline;
}

p.copyLeft {
	float: left;	
	margin: 0;
}

p.copyRight {
	float: right;	
	margin: 0;
}



/*									Banner   */


#banner {
	margin: 0 auto;
	width: 1160px;	
	background-color: white;
}

#banner img {
	max-width: 100%;
	height: auto;
}

#banner img.mobileBanner {
	display: none;
}

/*										Main Body						*/

#mainBody {
	float: left;
	width: 100%;	
}

#mainBodyInner {
	min-height: 1200px;
}

#mainBody h1 {
	font-size: 110%;
	color: #007828;	
	font-style: italic;
}

#mainBody h2 {
	font-size: 110%;
	color: #007828;	
	font-style: italic;
}

#mainBody p {
	font-size: 90%;
	line-height: 25px;
	color: black;
}

#mainBody p span {
	color: #007828;
	font-weight: bold;
}	

#mainBody p a {
	color: #007828;
	text-decoration: underline;
	font-style:italic;
}

#mainBody p a:hover {
	color: #007828;
	text-decoration: none;
}

#mainBody li {
	font-size: 90%;
	line-height: 30px;
	color: black;
}

#mainBody li a {
	color: #007828;
	text-decoration: none;
	font-style:italic;
}

#mainBody li a:hover {
	color: #007828;
	text-decoration: underline;
}

#welcomeText {
	float: left;
	width: 100%;	
}

#mainBody ul.homeList {
	float: left;
	margin-right: 40px;
	margin-top: 0;
	padding-left: 0;
}

#mainBody ul.homeList li {
	list-style-type: none;
	background-image: url(images/tick.png);
	background-size: 30px 32px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 45px;
}

#mainBody img.rightImage {
	float: right;
	margin: 10px 0 10px 20px;
	max-width: 100%;
	height: auto;
}	

#mainBody p.more a {
	color: white;
	background-color:  #007828;
	padding: 10px;
	text-decoration: none;
}

#mainBody p.more a:hover {
	color: white;
	background-color: #1d9e48;
	text-decoration: none;
}


#pricesBox {
	float: right;
	padding: 20px;
	width: 160px;	
	background-color: #007828;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
}

#pricesBoxInner {
	float: left;
	padding: 10px;
	width: 135px;	
	background-color: #1d9e48;
	border-radius: 5px;
	border: 2px dashed white;
}

#pricesBoxInner:hover {
	cursor: pointer;
	background-color: #007828;
}

#pricesBox h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: white;
	font-style: italic;	
	text-transform: uppercase;
	font-size: 130%;
}

#pricesBox p {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	color: white;
	font-style: italic;	
	border-bottom: 2px solid white;
	font-size: 120%;
}



/*											Home Boxes									*/

#homeBoxes {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	border-top: 1px dotted #1d9e48;	
}

.homeBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	text-align:center;
	margin-bottom: 2%;
}

.homeBox.lastBox {
	float: right;
	margin-right: 0;
}

#homeBoxes .homeBox img {
	max-width: 100%;
	height: auto;
	margin: 0;	 
}

#homeBoxes .homeBox h2 {
	color: white;
	background-color: #007828;
	text-align:center;
	border: none;
	margin: 0;
	margin-top:-5px;
	padding: 8px 0 8px 0;
	font-size: 100%;
} 

#homeBoxes .homeBox:hover {
	cursor:pointer;
} 

#homeBoxes .homeBox:hover h2 {
	background-color: #1d9e48;
} 






.slogan {
	float: left;
	width: 1160px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-style: italic;	
	border-top: 2px dotted #007828; 
	border-bottom: 2px dotted #007828; 
	margin: 10px 0 20px 0;
}

#mainBody .slogan h2 {
	margin: 0;
	padding: 0;
	font-size: 120%;
}	

#mainBody .slogan h2 span {
	font-size: 140%;	
}

/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: #f13647;
	margin: 10px 0 0 140px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #007828;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}

#contactFormArea #submit.formButton:hover {
	background-color: #1d9e48;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 80%;
	color: #007828;
	font-weight: bold;
}	

#contactFormArea input {
	color: black;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid #010000;
}

#contactFormArea textarea {
	color: black;	
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid #010000;
}

iframe.googleMap {
	float: right;	
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
}




/*						Tables					*/


table.prices {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 15px 0;
	overflow: scroll;
	display: block;
}

table.prices th {
	color: white;
	font-weight: normal;	
	text-align: left;
	background-color: #007828;	
	padding: 10px;
}

table.prices td {
	padding: 10px;
	border: 1px solid #007828;
	font-size: 90%;
}

td.priceBox {
	border: none;
	background-color: #1d9e48;
	color: white;
}







/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {
#wrapper {
	width: 100%;	
}

#wrapperInner {
	width: 96%;	
	padding: 2%;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 5px 10px 5px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 5px 10px 5px rgba(50, 50, 50, 0);
	box-shadow:         0px 5px 10px 5px rgba(50, 50, 50, 0);
}
					 
header {
	width: 100%;	
}

nav {
	width: 100%;	
}
					 
footer {
	width: 100%;	
}
					 
#copyright {
	width: 100%;	
}	
					 
#banner {
	width: 100%;	
}					 

.slogan {
	width: 100%;	
}
								 				 
#navInner {
	width: 100%;
}				
					 
#mainBodyFeedback {
	width: 95%;	
	padding: 1%;
	padding-top: 0;
	padding-bottom: 0;
}
#footerBackground footer {
	width: 95%;	
	padding: 1%;	
	padding-top: 0;
	padding-bottom: 0;
}

						 

}



/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
	
#accordionSection {
	display: block;
	margin-left: 10px;
}
					 
				 
nav ul.mainNav {
	display: none;
}	


nav ul {
	margin: 0 ;
}

nav {
	float: left;
	width: 100%;
	margin: 0;	
	padding-bottom: 0;
	background-color: #007828;
}	

#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

#mainBodyOuter #mainBodyFeedback {
	border-top: none;
	margin-top: 0;
}


#mainBodyOuter {
	margin-top: 0;
	border-top: none;
}

.contactBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 5px;
	border-right: 0;
}


.contactBox.lastContactBox {
	float: left;
	width: 100%;	
	border-right: 0;
	border-bottom: 0;
	margin-bottom: 0;
} 


}




 /* 730*/
@media only screen 
and (max-width : 730px) 
	{

					 
#logo {
	float: left;
	width: 100%;
}	

#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	height: auto;
}	
	

#contact {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

#contact ul {
	float: left;
	width: 100%;
	text-align: center;
}
		
#contact ul li {
	text-align: center;
}

#contactBoxHeader {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}
	
#contactBoxHeader p { 
	text-align: center;
}	
		
#copyright {
	width: 95%;	
	padding: 1%;
}

	
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .error {
	margin: 10px 0 0 0;
}	

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


#mainBody img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}	
					 
#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

.homeBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

.homeBox.lastBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

		
.affBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

.affBox.lastAffBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}
		

p.copyLeft {
	float: left;
}

p.copyRight {
	float: left;
}	

#followUs {
	float: left;
	width: 100%;
	text-align: left;
}


#keyFeatures {
	float: none;
	clear: both;
	margin-left: 0;
}	

#slogan h2 {
	font-size: 120%;
	padding: 0 10px 0 10px;
}


 }
 




/* 480*/
@media only screen 
and (max-width : 480px) 
				 {

#topBar ul {
	float: left;
	width: 100%;
}

#topBar li {
	display: block;
	text-align: center;
	line-height: 28px;
}				 
#copyRight {
	float: left;	
}
					 
footer img {
	float: none;
	margin: 10px 0 10px 0;
}					 

img.desktopView {
	display: none;
}

img.mobileView {
	display: block;
}

.homeBox img {
	width: 100%;
	height: auto;	
}

.homeBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 20px;
}

.homeBox h2 {
	font-size: 90%;
}

.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin-bottom: 20px;
} 

					 
.affBox {
	float: left;
	width: 100%;	
	margin-bottom: 20px;
}

.affBox.lastAffBox {
	float: left;
	width: 100%;	
	margin-bottom: 20px;
} 	
					 
#banner img.mobileBanner {
	display: block;
}				
					 
#banner img.desktopBanner {
	display: none;
}					 
					 
}
				
	