/* PAGE PROPERTIES */

/* this the background colour of the page*/


body {
	background-color: #fff;
	background-repeat: repeat-x;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
} 

body {overflow-x: hidden;}


h1 {
	color: #455d5d;
	line-height: 1.2em;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
} 

	  @media (max-width: 767px) {
h1 {
	color: #455d5d;
	line-height: 1.3em;
	font-family: 'Lato', sans-serif;
	font-size: 34px;
} 	

} 

h2 {
    color: #000;
    line-height: 2em;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

 @media (max-width: 767px) {		
		
h2 {
    color: #000;
    line-height: 1.5em;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
}		
}

h3 {
    font-size: 1.3em;
    color: #000;
    font-family: 'Lato', sans-serif;
	line-height: 0.9em;
} 

h4 {
    font-size: 2em;
    color: #000;
    font-family: 'Lato', sans-serif;
	line-height: 2em;
} 

@media (max-width: 994px) { 		
h4 {
    font-size: 2em;
    color: #000;
    font-family: 'Lato', sans-serif;
	line-height: 1.5em;
} 		
		
}

h5 {
    font-size: 1em;
    color: #000;
    font-family: 'Lato', sans-serif;
	line-height: 1em;
}

h6 {
    font-size: 1.5em;
    color: #000;
    font-family: 'Lato', sans-serif;
	line-height: 1em;
}

.centrethetext {
	
	text-align: center;
}

.padthelogo {
	
	padding-top: 6em;
}






/* -START -----GLOBAL STYLE AFFECTS ALL PAGES--*/

/* this is the size of the logo on the navigation bar*/

#brand-image {
  height: 132px;
  padding-bottom:18px !important; 
}

/* -END-----GLOBAL STYLE AFFECTS ALL PAGES--*/



/* -START -----GLOBAL STYLE AFFECTS ALL PAGES--*/

/* this is the height of the navigation bar*/

.navbar-nav > li > a, .navbar-brand {
    padding-top:15px !important; 
    padding-bottom:0 !important;
    height: 50px;
}
.navbar {min-height:50px !important;}

/* -END -----GLOBAL STYLE AFFECTS ALL PAGES--*/



/* -START -----GLOBAL STYLE AFFECTS ALL PAGES--*/

/* THIS WAS ADDED TO REMOVE THE MARGIN UNDERNEATH THE NAV BAR */

.navbar {
    margin-bottom: 0;
}


/* -END -----GLOBAL STYLE AFFECTS ALL PAGES--*/


/* -START -----GLOBAL STYLE AFFECTS ALL PAGES--*/

/* THIS IS STOPPING THE HORIZONTAL SCROLL BAR*/
.row {
  margin-left: 0px;
  margin-right: 0px;
}

/* -END -----GLOBAL STYLE AFFECTS ALL PAGES--*/



/* ---END NAVIGATION POSITIONAL STYLES--- */





/* ---START NAVIGATION COLOUR STYLES--- */



/* -START -----GLOBAL STYLES AFFECTS ALL PAGES--*/

/* ALL THIS CODE WAS CREATED FROM TWBS Color - which creates the Nav Bar Colour styles for you*/


.navbar-default {
  background-color: #000;
  border-color: #000;
}
.navbar-default .navbar-brand {
  color: #f7f9f3;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
}
.navbar-default .navbar-text {
  color: #fff;
  font-weight: bold;
	
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #dec865;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #000;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #dec865;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #dec865;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #dec865;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #dec865;
}
.navbar-default .navbar-toggle {
  border-color: #dec865;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dec865;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #f7f9f3;
}
.navbar-default .navbar-link {
  color: #f7f9f3;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #f7f9f3;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #dec865;
  }
}


@media (min-width: 768px) {
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}
}	




.padthetopofmenu {
	padding-top: 2.5em;
	
}

@media (max-width: 1199px) {

.padthetopofmenu {
	padding-top: 1.5em;
}	
	
}


@media (max-width: 991px) {

.padthetopofmenu {
	padding-top: 0.5em;
}	
	
}	

@media (max-width: 768px) {

.padthetopofmenu {
	padding-top: 0em;
}	
	
}

.navbar {
	
	border-bottom:0px !important;
	
}
	
/* -END -----GLOBAL STYLES AFFECTS ALL PAGES--*/

/* ---END NAVIGATION COLOUR STYLES--- */


/* ---------------------------------END NAVIGATION STYLES--------------------------------- */

.parahome1 {
line-height: 2em;
padding-top: 3em;	
}

.parahome141 {
line-height: 2em;
padding-top: 3.5em;	
}

@media (max-width: 767px) {		
.parahome1 {
line-height: 2em;
padding-top: 1.5em;	
}		
}

.parahome2 {
line-height: 2em;	
}
.parahome3 {
line-height: 2em;
color: #000;
font-weight: bolder;
font-size: 1.2em;	
}

.parahome5 {
line-height: 2em;
padding-top: 1em;	
}

.parahome555 {
line-height: 2em;
padding-top: 1em;
font-size: 0.8em;	
}

@media (max-width: 767px) {		
.assessment {
font-size: 0.7em;

}		
}

.padthecontainer {
padding-top: 5em;	
padding-bottom: 3em;	
}

.padthecontainer2 {
padding-top: 3em;	
padding-bottom: 3em;	
}


@media (max-width: 768px) {
.septheboxes {
	
	margin-top: 4em;
	
}
}

.footercolour2 {
    background-color: #455d5d;
    color: #fff;
    line-height: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 1.0em;
}

.footercolour42 {
    background-color: #000;
    color: #dec865;
    line-height: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.0em;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 2em;


}

#navcontainer ul li a:link
{
color: #fff;
font-weight: bold;

}

#navcontainer ul li a:visited
{
color: #fff;
font-weight: bold;
}

#navcontainer ul li a:hover
{
color: #fff;
font-weight: bold;
}

#navcontainer ul li a:active
{
color: #fff;
font-weight: bold;
}

@media (max-width: 767px) {

#navcontainer ul li { display: block; }	


	
}

a.oolcontactnumber:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
}
a.oolcontactnumber:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}
a.oolcontactnumber:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}
a.oolcontactnumber:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}

a.banoolcontactnumber:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
}
a.banoolcontactnumber:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}
a.banoolcontactnumber:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}
a.banoolcontactnumber:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}

a.oolemail:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	
}
a.oolemail:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	
}
a.oolemail:hover {
	text-decoration: none;
	color: #009cdf;
	font-weight: bold;
	
}
a.oolemail:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
}

a.waloolemail:link {
	color: #fff;
	text-decoration: none;
	
	
}
a.waloolemail:visited {
	text-decoration: none;
	color: #fff;
	
	
}
a.waloolemail:hover {
	text-decoration: none;
	color: #dec865;
	
	
}
a.waloolemail:active {
	text-decoration: none;
	color: #fff;
	
	
}

a.mainthreeclickoff:link {
	color: #455d5d;
	text-decoration: none;
	font-size: 1.5rem;
	
	
}
a.mainthreeclickoff:visited {
	text-decoration: none;
	color: #455d5d;
	font-size: 1.5rem;
	
}
a.mainthreeclickoff:hover {
	text-decoration: none;
	color: #000;
	font-size: 1.5rem;
	
}
a.mainthreeclickoff:active {
	text-decoration: none;
	color: #455d5d;
	font-size: 1.5rem;
	
}

a.moreclickoff:link {
	color: #455d5d;
	text-decoration: none;
	font-weight: bold;
	
	
}
a.moreclickoff:visited {
	text-decoration: none;
	color: #455d5d;
	font-weight: bold;
	
}
a.moreclickoff:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
}
a.moreclickoff:active {
	text-decoration: none;
	color: #455d5d;
	font-weight: bold;
	
}

a.policies:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
	
	
}
a.policies:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
	
}
a.policies:hover {
	text-decoration: none;
	color: #00b0eb;
	font-weight: bold;
	font-size: 1.5em;
	
}
a.policies:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
	
}


a.competitorscontact:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	
	
	
}
a.competitorscontact:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
	
}
a.competitorscontact:hover {
	text-decoration: none;
	color: #00b0eb;
	font-weight: bold;
	
	
}
a.competitorscontact:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
	
}





.bottomlogopadding {
padding-top: 3em;
padding-bottom: 1em;	
	
}

.padsocialmedia {
	margin-left: 1em;
	margin-right: 1em;
}

.padcompanynumber {
	padding-bottom: 2em;
}

#middle-icons {
	background-color: #fff;
	background-image: url("../images/water-background.jpg");
	
    min-height: 350px;
}

.bluecolour {
	color: #fff;
}

.bluecolour2 {
	color: #000;
}

	@media screen and (max-width: 767px){
.givemargintothetop {
	margin-top: 2.5em;
	
	
}
}

.seperateteam {
	margin-top: 3em;
}

	@media screen and (max-width: 991px){
.seperateteam {
	margin-top: 0em;
	
	
}
}

.seperaterowsingallery {
	margin-bottom: 1em;
	
}

	@media screen and (max-width: 767px){
.seperaterowsingallery {
	margin-top: 0em;
	
	
}
}


@media (min-width: 768px) and (max-width: 1199px){
.movetheicondown {
	margin-bottom: 5em;
	
}
}

.padthegooglemap {
	
	padding-top: 1.5em;
}

.givethetoppeersomemargin {
	
	margin-top: 1em;
	
	
}




.btn-primary {
  color: #dec865;
  background-color: #455d5d;
  border-color: #455d5d;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #dec865;
  background-color: #455d5d;
  border-color: #455d5d;
}



.testimonialname {
	font-size: 0.9em;
	color: #009cdf;
	font-weight: bold;
	
}


@media (min-width: 768px) and (max-width: 1199px){
.subjectdowner {
	margin-bottom: 5em;
	
}
}

@media screen and (max-width: 767px){
.movedowner {
	margin-bottom: 2.5em;
	
}
}

.gopper {
	margin-bottom: 4em;
	margin-top: 4em;
	
	
}
	
	@media screen and (max-width: 767px){
.gopper {
	margin-bottom: 3em;
	margin-top: 1em;
	
	
}
}

.green-stripe {
    background-color: #7DB939;
    height: 3px;
}

.blue-stripe {
    background-color: #009cdf;
    height: 4px;
}

@media screen and (min-width: 992px){
.secondrowpicsmargin {
	
	margin-top: 5em;
}
}	

.orangetext {
	color: #00b0eb;
}

.text-padding3 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
	
}

.giveyoutubememarginontop {
	margin-top: 16px;
}

a.purpleawexterior:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a.purpleawexterior:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a.purpleawexterior:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a.purpleawexterior:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#whiteness1 {
	background-color: white;
}

.contactpagemainadd {
	font-size: 1.5em;
	color: #a3d365;
}

.yellowcolour {
	color: #00b0eb;
}

a.blexterior:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8em;
	 
}
a.blexterior:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.8em;
	
}
a.blexterior:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.8em;
	
}
a.blexterior:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.8em;
	
}


@media (max-width: 767px) {


 a.blexterior:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8em;
	 
}
a.blexterior:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.8em;
	
}
a.blexterior:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.8em;
	
}
a.blexterior:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.8em;
	
}

}

a.mobblexterior:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	 
}
a.mobblexterior:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	
}
a.mobblexterior:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	
}
a.mobblexterior:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	
}


@media (max-width: 767px) {


 a.mobblexterior:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	 
}
a.mobblexterior:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	
}
a.mobblexterior:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	
}
a.mobblexterior:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	
}

}

	.topheadwhiteback {
	background-color: #455d5d;
	padding-top: 2em;
	padding-bottom: 3em;
} 

	.topheadgreenback {
	background-color: #dec865;
		
	padding-top: 0.1em;
	padding-bottom: 0.1em;
		
} 

.solpadbot {
padding-bottom: 1.5em;	
}

.solpadbot2 {
padding-bottom: 1em;	
}

.solpadbot222 {
padding-bottom: 0.5em;
padding-top: 1em;	
}

.solpadbot3 {
padding-bottom: 1em;
padding-top: 1.5em;	
}

.solpadbot4 {
padding-bottom: 0.5em;	
}

.grreen {
	color: #26385e;
	font-weight: bold;
}

.mysettings {
	background-size: cover;
	background: url("../images/art35.jpg") center center;
	width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
	color: #FFFFFF;
	padding-top: 550px;
	padding-bottom: 250px;
	
}


@media screen and (max-width: 767px){
.mysettings {
	background-size: cover;
	background: url("../images/art35.jpg") center center;
	width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
	color: #FFFFFF;
	padding-top: 150px;
	padding-bottom: 30px;
}
}

.jumbotron p {
	font-size: 30px;
}

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 83px;
    color: #000;
    font-weight: bold;
  }

@media screen and (max-width: 767px){
	


  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 38px;
	color: #000;

}
}


@media screen and (max-width: 767px){
	.jumbotron p {
	font-size: 20px;
}
	}


.mysettings2 {
	background-size: cover;
	background: url("../images/art5.jpg") center center;
	width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
	color: #000;
	padding-top: 80px;
	padding-bottom: 100px;
	
	
}


@media screen and (max-width: 767px){
.mysettings2 {
	background-size: cover;
	background: url("../images/art5.jpg") center center;
	width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
	color: #000;
	padding-top: 80px;
	padding-bottom: 400px;
}
}

.jumbotron .reddishtext {
	color: #000;
	font-size: 19px;
	font-weight: normal;
}

.jumbotron .morereddishtext {
	color: #000;
	font-size: 21px;
	font-weight: bold;
}

.jumbotron .padmepara {
	padding-top: 2em;
	padding-bottom: 2em;
}



 a.ask:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	
	 
}
a.ask:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
	
}
a.ask:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
	
}
a.ask:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;

}

 a.greenask:link {
	color: #009cdf;
	text-decoration: none;
	font-weight: bold;
	
	 
}
a.greenask:visited {
	text-decoration: none;
	color: #009cdf;
	font-weight: bold;
	
	
}
a.greenask:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
	
}
a.greenask:active {
	text-decoration: none;
	color: #009cdf;
	font-weight: bold;

}

.colourforcategoriesb {
	color: #000;
	font-size: 24px;
	font-weight: bolder;
	font-family: 'Lato', sans-serif;
	
	
}
@media screen and (max-width: 767px){
.colourforcategoriesb {
	color: #000;
	font-size: 22px;
	font-weight: bolder;
	line-height: 1.5em;
	font-family: 'Lato', sans-serif;
	
	}
}

.abitoflineheight {
	line-height: 2em;
	
}

a.bigoolcontactnumber:link {
	color: #455d5d;
	text-decoration: none;
	font-weight: bolder;
	font-size: 1.5em;
	font-family: 'Lato', sans-serif;
}
a.bigoolcontactnumber:visited {
	text-decoration: none;
	color: #455d5d;
	font-weight: bolder;
	font-size: 1.5em;
	font-family: 'Lato', sans-serif;
}
a.bigoolcontactnumber:hover {
	text-decoration: none;
	color: #000;
	font-weight: bolder;
	font-size: 1.5em;
	font-family: 'Lato', sans-serif;
}
a.bigoolcontactnumber:active {
    text-decoration: none;
    color: #455d5d;
    font-weight: bolder;
    font-size: 1.5em;
	font-family: 'Lato', sans-serif;
}

a.bigwaloolemail:link {
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
	
}
a.bigwaloolemail:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
	
}
a.bigwaloolemail:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
	
}
a.bigwaloolemail:active {
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
	
}

.standerout {
	background-color: #000;
}

.greeno {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	line-height: 1.6em;
}

.greeno2 {
	color: #455d5d;
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	line-height: 1.2em;
}

ul.thepdsleaf {
    padding: 0;
    
}

.understand {
	font-size: 1.2em;
	
}

.understandexperts {
	font-size: 1.4em;
	font-weight: bolder;
	color: #009cdf;
}

.removesomemargin {
	margin-top: -130px;
	
}

@media screen and (max-width: 767px){
.removesomemargin {
	margin-top: -150px;
	
}
}

.stepsto {
font-family: "trajan-pro-3", serif;
font-weight: 700;
font-style: normal;
color: #009cdf;
color: #455d5d;
line-height: 3em;	
	
}

@media screen and (max-width: 767px){
	
	.stepsto {
font-family: "trajan-pro-3", serif;
font-weight: 700;
font-style: normal;
color: #009cdf;
color: #455d5d;
line-height: 2em;	
	
}
	
	
	}