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

/*

Blue #073d64
Grey #efefef
Black black

-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: /*#E7E5E6*/ #efeeee;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Lato', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 2px solid white;	
	margin: 35px 0 30px 0;
}

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

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

#logo { 
	float: left;
	width: 100%;
	margin: 25px 0 25px 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%;	
	border-top: 1px solid #efefef;
	padding: 20px 0 20px 0;
	background-color: #073d64;
}

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

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

nav li {
	display: inline;
	color:white;
	font-size: 100%;
	margin: 0 20px 0 20px;
	padding: 0;
	text-transform: uppercase;
}

nav li a {
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 0 0 12px 0;
}

nav li a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}

nav li a.active {
	color:white;
	text-decoration: none;
	border-bottom: 1px solid white;
}



/*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: 10px 0 0 5px;
}

.accordionButton:hover h4 span {
	color: #efefef;
	cursor: pointer;
}
.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: 38px;
	color: white;
	float: none;
	text-align: left;
}

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

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

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

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #073d64;
	padding: 5px 0 10px 0;
	font-weight: 100;
}

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

footer p {
	color: white;
	font-size: 80%;
	line-height: 23px;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}

footer hr {
	border: none;
	border-top: 1px solid white;	
	margin: 10px 0 10px 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 		;*/

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

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

#latestProjects h2 {
	color: #11099e;
	margin: 5px 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 110%;
	border-bottom: 5px solid #11099e;
}


/*										Banner								*/

#bannerBackground {
	float: left;
	width: 100%;	
	padding-bottom: 20px;
	margin-bottom: 5px;
}

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


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


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

img.mobileView {
	display: none;
}


/*										Main Body						*/


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

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

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

/*#mainBodyHome #mainBody h1 {
	font-size: 120%;
	background-color: #073d64;
	color: white;
	font-weight: bold;
	text-align: center;
	margin: 0 0 25px 0;
	padding: 25px 0 25px 0;
	text-transform: uppercase;
}*/

#mainBody h1 {
	font-size: 110%;
	color: #073d64;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}

#mainBody h2 {
	color: #073d64;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}

#mainBody h3 {
	background-color: #073d64;
	padding: 5px 0 5px 0;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 120%;
}

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

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

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

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

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

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

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

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

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

#mainBody li a:hover {
	color: #073d64;
	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: #073d64;
	text-decoration: none;
	text-align: center;
}

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


/*											Contact Form 									*/

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

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

#contactFormArea .field {
	float: left;	
	width: 100%;
	margin-bottom: 15px;
}

#contactFormArea .submitField {
	float: left;
	width: 100%;	
}

#contactFormArea #submit.formButton {
	float: none;
	width: 100px;
	height: 40px;
	font-size: 100%;
	background-color: black;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	font-weight: 300;
	border-radius: 0;
}

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

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

#contactFormArea input {
	color: #000000;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid black;
	margin-top: 10px;
}

#contactFormArea textarea {
	color: #000000;	
	float: left;
	width: 100%;
	height: 120px;
	background-color: white;
	font-size: 80%;
	border: 1px solid black;
	margin-top: 10px;
}



/*											Home Boxes									*/


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

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

.homeBox:hover {
	cursor: pointer;
	opacity: .8;
}

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

#homeBoxes .homeBox img {
	margin: 0;	
}

#homeBoxes .homeBox h2 {
	color: #02a63a;
	background-color: white;
	font-size: 110%;
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0;
	border: none;
	font-weight: bold;
} 


/*											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: right;
	margin: 20px 0 0 20px;
}

#benefits li {
	line-height: 45px;
	background-image: url(images/tick.png);
	background-size: 35px 27px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 90%;
	color: #11099e;
	font-weight: bold;
}

#benefits ul.leftBenefits {
	list-style-type: none;
	padding-left: 0 !important;
	padding-top: 0;
	margin-top: 0;
}


/* Contact */

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

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

#contactInner h2 {
	color: #073d64;
	font-size: 130%;
	font-weight: bold;
}

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

#contact li {
	display: inline;
	color: black; 
	margin: 0 20px 0 20px;
	line-height: 32px;
	font-size: 110%;
	text-transform: uppercase;
}

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

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

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

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






/*Areas Box*/

#areas {
	float: right;
	background-color: #11099e;
	margin: 0 0 20px 20px;
}

#areas h2 {
	background-color: #02a63a;
	color: white;
	margin: 0;
	padding: 10px;
}

#areas ul {
	margin: 5px 0 5px 0;
	padding-right: 10px;
}

#areas li {
	color: white;
}




#mainBody ul.columnList {
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

#mainBody ul.columnList li {
	line-height: 32px;
}


#mainBody ul.columnListTwo {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
	list-style-type: none;
}

#mainBody ul.columnListTwo li {
	color: black;
	font-weight: bold;
	font-size: 110% !important;
	line-height: 32px;
}

#mainBody .gallery a {
	text-decoration: none !important;
}

#mainBody .gallery a h2 {
	text-decoration: none !important;
}

#mainBody .gallery h2 {
	font-size: 90%;
	text-transform:  none;
	color: black;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
}

#mainBody .gallery h2 a {
	color:black;
	text-decoration: none !important;
}

#mainBody .gallery h2 a:hover {
	color: black;
	text-decoration: none !important;
}



/*Options*/

#optionSection {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#optionSection h2 {
	padding: 10px 0 10px 10px;
	margin: 0;
	color: white;
	font-weight: normal;
	font-size: 100%;
	border-bottom: 2px solid black;
}	

#optionSection h2 span {
	color: white !important;
	text-transform: none;
}

.optionButton {
	float: left;
	width: 100%;	
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #073d64;
	border-radius: 5px 5px 0 0;
}

.optionButton.on {
	cursor: pointer;
	background-color: black;
}

.optionButton.over {
	cursor: pointer;
	background-color: black;
}


.optionButton:hover {
	cursor: pointer;
	background-color: black;
}

.optionButton.on h2 {
	color: white !important;
}

.optionButton.over h2 {
	color: white !important;
}


.optionButton:hover h2 {
	color: white !important;
}

.optionContent {
	float: left;
	width: 98%;
	padding: 1%;
	background-color: white;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
	border-radius: 0 0 5px 5px;
	margin-bottom: 10px;
}


#breadcrumbs {
	float: left;
	width: 100%;	
	margin-bottom :5px;
}

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

#breadcrumbs li {
	display: inline;
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	color: black;
}

#breadcrumbs li a {
	color: #073d64;
	text-decoration: none;
}

#breadcrumbs li span {
	margin-right: 5px;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
	color: #073d64;
}






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

#navBackground {
	width: 100%;	
}

nav {
	width: 100%;	
}

#bannerInner {
	width: 100%;
}

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

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


#slides {
  width: 100%;
}

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

#contactInner {
	width: 100%;	
}					 
	
#copyright {
	width: 95%;	
	padding: 1%;
}
	
	
}





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

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

#navBackground {
	padding: 3px 0 3px 0;	
}
#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%;
}					 
		 
#latestProjectsInner {
  width: 95%;	
	padding: 1%;
}


#contactInner {
	width: 95%;	
	padding: 1%;
	font-size: 110%;
}


}




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

#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 {
	display: none;
}


.homeBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
	margin-top: 15px;
}


.homeBox.lastBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
	margin-top: 15px;
} 

#areas {
	float: none;
	clear: both;
}
	
#copyRight {
	float: left;	
}	

#mainBody ul.columnList {
	-moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}

#mainBody ul.columnListTwo {
	-moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}
					
 }
 




/* 480*/
@media only screen 
and (max-width : 480px) 
				 {
	
#logo img {
	max-width :90%;
}	
	
.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;
}


img.mobile {
	display: block;	
}

img.desktop {
	display: none;	
}

#contact li {
	font-size: 80%;
	text-transform: none;
}


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

}

