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

/*

Green #84a651
Black #363636

-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 {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Ubuntu', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 2px solid #84a651;	
	margin: 20px 0 20px 0;
}

#headerBackground {
	float: left;
	width: 100%;	
	background-color: white;
	border-top: 5px solid #84a651;
}

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

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

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

#logo:hover {
	cursor: pointer;	
}

/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;	
	padding: 5px 0 5px 0;
}

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: #363636;
	font-size: 90%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}

nav li a {
	color: #363636;
	text-decoration: none;
	margin: 0 10px 0 10px;
	font-weight: 700;
}

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

nav li a.active {
	color: #84a651;
	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: 90%;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: #363636;
	float: none;
	text-align: left;
}

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

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

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

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #363636;
	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: white;
	font-size: 80%;
	margin: 0 0 3px 0;
}
	
footer p a {
	text-decoration: none;
	color:white;
}

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

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}

/*			Areas we cover 		;*/

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

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

#areasInner h2 {
	color: #84a651; 
	margin: 5px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
}

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

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

#contact li {
	color: white;
	line-height: 35px;
	display: block;
	font-size: 100%;
}

#contact li img {
	margin-top: 10px;
}

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

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

/*			Logos Brands 		;*/

#brands {
	float: left;
	width: 100%;
	background-color: white;
	padding: 5px 0 5px 0;
}

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

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


/*										Banner								*/

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

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



/*										Main Body						*/


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

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	padding-bottom: 20px;
	border-top: 1px solid #84a651;
}

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

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

#mainBody h1 {
	font-size: 110%;
	color: #84a651;
	text-transform: uppercase;
}

#mainBody h2 {
	font-size: 100%;
	color: #84a651;
	border-bottom: 1px solid #84a651;
	padding-bottom: 10px;
	padding-top: 20px;
}

#mainBody h3 {
	background-color: #f56218;
	padding: 5px 0 5px 0;
	text-align: center;
	color: white;
}

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

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

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

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

#mainBody p a.call {
	text-align: center;
	padding: 7px;
	background-color: #84a651;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

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

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

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

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

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

#mainBody img {
	margin: 5px 0 5px 0;
	max-width: 100%;
	height: auto;
}	

#mainBody img.rightImage {
	float: right;
	margin: 0 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;
}


/*											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: red;
	margin: 10px 0 0 130px;
	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: #84a651;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
}

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

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

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

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

iframe#consumer-reviews {
	float: right;
	border: 0;
	margin: 10px 0 10px 20px;
}


/*											Home Boxes									*/

#homeBoxesOuter {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	background-color: #84a651;
}


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

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

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

#homeBoxes .homeBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
	border: 5px solid white;
}

#homeBoxes .homeBox h2 {
	color: white;
	font-size: 110%;
	font-weight: normal;
	text-align:center;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 15px 0;
} 

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

#homeBoxes .homeBox:hover img {
	border: 5px solid #363636;
} 


/*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.prices {
	margin: 10px 0 10px 0;
	border-collapse: collapse;
}

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

table.prices td.left {
	background-color: #363636;
	color: white;
}

table.prices td.mid {
	color: #363636;
}
table.prices td.right {
	background-color: #84a651;
	color: white;
}




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

nav {
	width: 100%;	
}

footer {
	width: 100%;	
}

#mainBody {
	width: 100%;	
}


#slides {
  width: 100%;
}

#brandsInner {
  width: 100%;
}
					 
#areasInner {
  width: 100%;
}
					 
#homeBoxes {
	 width: 100%;
}					 
					 
}





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

#contact ul {
	text-align:center;
}

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

#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;
	border-bottom: 1px solid #efefef;
}	

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

					 
}




 /* 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;
}	

iframe#consumer-reviews {
	float: none;
	clear: both;
	margin-left: 0;
	max-width: 100%;
}
					 
#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

					 
					 
					
 }
 




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

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

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


.homeBox.lastBox {
	float: left;
	width: 95%;	
	margin: 15px 0 0 0;
	padding-left: 1%;
} 

#whyUs {
	float: none;
	clear: both;
	margin: 0;
}
#copyRight {
	float: left;	
}
#mainBody #contact li {
	font-size: 100%;
}
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}






.iris {
	width: 100% !important;
	border: none !important;
	font-family: 'Ubuntu', sans-serif;
	color: #1a1a1a  !important;
	padding: 0 !important;
	margin-top: 20px !important;
}

.iris h1 {
	display: none !important;
}


.iris-form {
	width: 100% !important;
	box-sizing: border-box;
	border: none !important;
	color: #1a1a1a  !important;
	padding: 0 !important;
}

.iris .iris-row {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
}

.iris .g-recaptcha {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
	clear: both;
}

.iris .iris-row button {
	float: none;
	width: 100%;
	height: 40px;
	font-size: 100%;
	background-color: #84a651;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 !important;
	margin: 0 !important;
}

.iris .iris-row button:hover {
    background-color: #1a1a1a !important;
	color: white  !important;
	cursor: pointer;
}

.iris .iris-row .label {
	font-size: 100%;
	color: #1a1a1a ;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
}	

.iris .iris-row input {
	color: #1a1a1a ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: #efefef;
	font-size: 80%;
	border: 1px solid #efefef !important;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}


.iris .attachment-row input {
	border: none !important;
	box-sizing: border-box;
}


.iris .iris-row select {
	color: #1a1a1a ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: #efefef;
	font-size: 80%;
	border: 1px solid #efefef;
	margin-top: 10px;
	border-radius: 5px;
	box-sizing: border-box;
}


.iris .iris-row textarea {
	color: #1a1a1a ;	
	float: left;
	width: 100%;
	height: 340px;
	background-color: #efefef;
	font-size: 80%;
	border: 1px solid #efefef;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}

.iris .iris-row .checkboxes {
	box-sizing: border-box;
}


.iris .iris-row .checkbox {
	float: left;
	width: auto !important;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #efefef;
	padding: 7px;
	font-size: 95% !important;
	color: #1a1a1a !important;
	box-sizing: border-box;
}

.iris .iris-row .checkbox input {
	float: left !important;
	width: 10px !important;
	height: auto !important;
	margin-top: 3px !important;
	margin-right: 5px !important;
	box-sizing: border-box;
}



.iris .success {
	background-color: #84a651  !important;
	border: #1a1a1a  1px solid !important;
	padding: 10px !important;
	box-sizing: border-box;
	color: white !important;
	font-size: 110% !important;
	font-weight: bold !important;
	text-align: center !important;
}
