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

/*

Black #272727
Yellow #eab215

-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);

font-family: 'Indie Flower', cursive;
font-family: 'Open Sans', sans-serif;

*/

body {
	background: url(images/background.jpg);
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
	border-top: 10px solid #eab215;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px dotted #52ab3f;	
	margin: 20px 0 20px 0;
}

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

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

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

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

#logo:hover {
	cursor: pointer;	
}

#contact {
	float: right;
	margin: 40px 0 10px 0;
}

#contact h2 {
	margin: 0 0 0 0;
	color: #eab215;
	text-transform: uppercase;
	font-size: 135%;
	text-align: right;
}

#contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	color: white;
}

#contact li {
	color: white; 
	line-height: 38px;
	display: inline;
	font-size: 130%;
	margin-left: 20px;
}

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

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


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

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

/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;	
	border-top: 1px solid white;
}

nav {
	margin: 0 auto;
	width: 1200px;
	padding: 0;
}

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

nav li {
	display: inline;
	color: white;
	font-size: 105%;
	margin: 0 20px 0 20px;
	padding: 0;
}

nav li a {
	color: white;
	text-decoration: none;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
}

nav li a:hover {
	color: #eab215;
	text-decoration: none;
}

nav li a.active {
	color: #eab215;
	text-decoration: none;
}



/*Mobile Menu*/

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

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	height: 40px;
	width: 40px;
	padding: 0;
	margin:0;
}

.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: 115%;
	margin: 0;
	padding: 0;
	line-height: 38px;
	color: white;
	float: none;
	text-align: left;
}

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

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

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

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: white;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
	font-weight: 100;
}

footer {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
}

footer p {
	color: #272727;
	font-size: 80%;
	margin: 0 0 3px 0;
}
	
footer p a {
	text-decoration: none;
	color: #272727;
}

footer p a:hover {
	text-decoration: underline;
	color: #272727;
}

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}

/*			Areas we cover 		;*/

#areasOuter {
	float: left;
	width: 100%;
	background-color: #282828;
	padding: 10px 0 10px 0;
}

#areasInner {
	margin: 0 auto;
	width: 1200px;
	text-align: center;
}

#areasInner h2 {
	color: #f56218;
	text-transform: uppercase;
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}

#areasInner p {
	color: white;
	margin: 5px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
}


/*										Banner								*/

#banner-slide {
   width: 100%;
   height: auto;
   margin-bottom: 20px;
}


#banner-slide img {
  max-width: 100%;
  height: auto;
  margin: 0 !important;
}


/*										Main Body						*/


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

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	padding-bottom: 20px;
}


#mainBodyOuter #mainBody {
	border-top: 1px solid white;
}

#mainBodyOuter #contact {
	margin-top: 0;
	padding-top: 0;
}

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

#mainBody h1 {
	font-size: 110%;
	color: #eab215;
	text-transform: uppercase;
	font-weight: 400;
}

#mainBody h2 {
	font-size: 110%;
	color: #eab215;
	border-bottom: 1px solid white;
	padding: 20px 0 10px 0;
	font-weight: 700;
}

#mainBody h3 {
	background-color: #eab215;
	padding: 5px 0 5px 0;
	text-align: center;
	color: #272727;
	font-weight: 400;
}

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

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

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

#mainBody p b {
	color: #eab215;
	font-weight: bold;
}	

#mainBody p a {
	color: white;
	text-decoration: underline;
}

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

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

#mainBody li b {
	font-weight: bold;
	color: #eab215;
}

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

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


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

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

#mainServices {
	background-color: #f56218;
	width: 100%;
	text-align: center;
	padding: 5px 0 5px 0;
}

#mainServices ul {
	list-style-type: none;
	padding: 0;
}

#mainServices li {
	color: white;
	font-size: 120%;
	line-height: 35px;
}

#mainBody p.findMore a {
	color: white;
	padding: 7px 10px 7px 10px;
	text-transform: uppercase;
	background-color: #32b9dc;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
}

#mainBody p.findMore a:hover {
	background-color: #e02f30;
	color: white;
	text-decoration: none;
}


img.topBanner {
	margin-top: 20px;
}

/*											Contact Form 									*/

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

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

#contactFormArea .field {
	float: left;	
	width: 440px;
	margin-bottom: 20px;
}

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

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #eab215;
	color: #272727;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
}

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

#contactFormArea label {
	font-size: 90%;
	color: white;
	font-weight: bold;
}	

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

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

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



/*											Home Boxes									*/

#homeBoxes {
	float: left;
	width: 100%;
	margin: 10px 0 20px 0;
	padding: 5px 0 5px 0;
}

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

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

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

#homeBoxes .homeBox h2 {
	color: #272727;
	font-size: 90%;
	background-color: white;
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0;
	margin-top: -4px;
	text-transform: none;
	text-transform: uppercase;
	border-bottom: none;
} 

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

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


/*Why Us*/

#whyUs {
	float: right;
	padding: 10px 25px 10px 25px;
	background-color: #073d64;	
	margin: 0 0 20px 30px;
}

#whyUs h3 {
	color: white;
	text-align: center;
	margin: 0;
	font-weight: normal;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid white;
}

#whyUs li {
	color: white;
	text-align: center;
}

#whyUs li a {
	color: white;
	text-decoration: underline;
}

#whyUs li a:hover {
	color: #1987e9;
	text-decoration: underline;
}

#whyUs ul {
	color: white;
	padding: 0;
	list-style-type: none;
}



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

#gallery img {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: auto;
}



/*											Tables 									*/

/*Table*/

table {
	border-collapse: collapse;
	display: block;
	overflow: scroll;
	margin-bottom: 25px;
	border: none;
}	

table th {
	background-color: #346d28;
	color: white !important;
	border: 1px solid black;
	padding: 10px;
	font-size: 100%;
}

table td {
	padding: 10px;	
	border: 1px solid black;
	font-size: 90%;
	background-color: white;
}

table td.highlighted {	
	background-color: #52ab3f;
	color: white;
	border: 1px solid black;
}





/* Benefits */

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

#benefits li {
	line-height: 35px;
	background-image: url(images/tick.png);
	background-size: 25px 25px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 40px;
}

#benefits ul.leftBenefits {
	float: left;
	width: 43%;
	list-style-type: none;
	padding-left: 0 !important;
}

#benefits ul.rightBenefits {
	float: right;
	width: 43%;
	list-style-type: none;
	padding-left: 0 !important;
}

/*Reviews*/

#reviews {
	float: left;
	width: 100%;	
	background-color: white;
	padding: 15px 0 15px 0;
	margin-top: 20px;
}

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

#reviewsInner h2 {
	font-size: 110%;
	color: #eab215;
}

#reviewsInner li {
	font-size: 90% !important;
	line-height: 26px;
	color: #272727;
}

#reviewsInner li b {
	color: #eab215;
	font-weight: bold;
}	

#reviewsInner p.more a {
	color: #eab215;
	background-color: white;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#reviewsInner p.more a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}


/*Quote*/

#quote {
	float: left;
	width: 100%;	
	background-color: #eab215;
	padding: 10px 0 10px 0;
}

#quoteInner {
	margin: 0 auto;
	width: 1200px;	
	text-align:center;
}

#quoteInner h2 {
	font-size: 130%;
	color: #272727;
}

#quoteInner h2 a {
	color: #272727;
}









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

nav {
	width: 100%;	
}

footer {
	width: 100%;	
}

#mainBody {
	width: 100%;	
}


#slides {
  width: 100%;
}

					 
#areasInner {
  width: 100%;
}
					 
#reviewsInner {
	width: 100%;	
}

#quoteInner {
	width: 100%;	
}					 
					 
}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
header {
	width: 100%;	
}
	
	
#accordionSection {
	display: block;
	margin-left: 10px;
}
					 
#contact {
	float: left;
	width: 100%;
	margin: 20px 0 10px 0;
}

#contact h2 {
	text-align: center;
}

#contact ul {
	text-align:center;
}

					 
#logo {
	float: left;
	width: 100%;
	margin-bottom: 0;
}	

#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 98%;
	height: auto;
}	
				 
nav ul.mainNav {
	display: none;
}	

nav {
	float: left;
	width: 100%;
	margin-top: 0;	
}	

#banner {
	float: left;
	width: 95%;	
	padding: 1%;
	height: auto;
	margin-bottom: 15px;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

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

footer {
	width: 95%;	
	padding: 1%;
}


#copyright {
	width: 95%;	
	padding: 1%;
}
					 
#contactFormInner {
	width: 95%;	
	padding: 1%;
}	

#reviewsInner {
	width: 95%;	
	padding: 1%;
}		 


}




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

	
#banner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#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;
}	


#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

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

#contactRight {
	float: right;	
	width: 100%;
}	


#benefits li {
	line-height: 35px !important;
}

#benefits ul.leftBenefits {
	float: left;
	width: 80%;
	margin-bottom: 0;
}

#benefits ul.rightBenefits {
	float: left;
	width: 80%;
	margin-top: 0;
}
					 
					
 }
 




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

#contact h2 {
	font-size: 110%;
}

#contact li {
	display: inline;
	font-size: 95%;
}
				 
.homeBox img {
	width: 100%;
	height: auto;	
}

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


.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin: 15px 0 0 0;
} 
#whyUs {
	float: none;
	clear: both;
	margin: 0;
}

#copyRight {
	float: left;	
}

#benefits li {
	line-height: 25px !important;
	margin-bottom: 10px;
}

#quoteInner h2 {
	font-size: 100%;
}

}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}

