/* 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: #161616;
	line-height: 1.2em;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
} 

h2 {
    color: #009CDF;
    line-height: 1.8em;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
} 

h3 {
    font-size: 1.2em;
    color: #161616;
    font-family: 'Lato', sans-serif;
	line-height: 1.2em;
} 

h4 {
    font-size: 2em;
    color: #009CDF;
    font-family: 'Lato', sans-serif;
	line-height: 1em;
} 

h5 {
    font-size: 1em;
    color: #fff;
    font-family: 'Lato', sans-serif;
	line-height: 1em;
}
.centrethetext {
	
	text-align: center;
}

.padthelogo {
	
	padding-top: 6em;
}

a.exterior:link {
	color: #161616;
	text-decoration: none;
	font-weight: bold;
}
a.exterior:visited {
	text-decoration: none;
	color: #161616;
	font-weight: bold;
}
a.exterior:hover {
	text-decoration: underline;
	color: #161616;
	font-weight: bold;
}
a.exterior:active {
	text-decoration: none;
	color: #161616;
	font-weight: bold;
}




/* -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: #fff;
  border-color: #fff;
}
.navbar-default .navbar-brand {
  color: #f7f9f3;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #161616;
}
.navbar-default .navbar-nav > li > a {
  color: #161616;
font-weight: bold;	
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #009CDF;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #8cc63e;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #f7f9f3;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #41a146;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #41a146;
}
.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: #ffffff;
  background-color: #41a146;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #009de0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #41a146;
}
.navbar-default .navbar-toggle {
  border-color: #009CDF;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #161616;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #f7f9f3;
}
.navbar-default .navbar-link {
  color: #f7f9f3;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}

@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: #ffffff;
  }
  .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: #ffffff;
    background-color: #41a146;
  }
}


@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;
}	
	
}
	
/* -END -----GLOBAL STYLES AFFECTS ALL PAGES--*/

/* ---END NAVIGATION COLOUR STYLES--- */


/* ---------------------------------END NAVIGATION STYLES--------------------------------- */

.parahome1 {
line-height: 2em;	
}

.parahome2 {
line-height: 2em;	
}
.parahome3 {
line-height: 2em;
color: #161616;
font-weight: bolder;
font-size: 1.2em;	
}
.padthecontainer {
padding-top: 5em;	
padding-bottom: 3em;	
}

.padthecontainer2 {
padding-top: 1em;	
padding-bottom: 3em;	
}

@media (max-width: 991px) {
.septheboxes {
	
	margin-top: 4em;
	
}
}

.footercolour2 {
    background-color: #000;
    color: #FFFFFF;
    line-height: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    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 1em;


}

#navcontainer ul li a:link
{
color: #ffcc60;

}

#navcontainer ul li a:visited
{
color: #ffcc60;

}

#navcontainer ul li a:hover
{
color: #fff;

}

#navcontainer ul li a:active
{
color: #ffcc60;

}

@media (max-width: 767px) {

#navcontainer ul li { display: block; }	


	
}



a.abcontactnumber:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
}
a.abcontactnumber:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}
a.abcontactnumber:hover {
	text-decoration: none;
	color: #009CDF;
	font-weight: bold;
	font-size: 1.3em;
}
a.abcontactnumber:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}

a.abmobcontactnumber:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
a.abmobcontactnumber:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}
a.abmobcontactnumber:hover {
	text-decoration: none;
	color: #009CDF;
	font-weight: bold;
	font-size: 1em;
}
a.abmobcontactnumber:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}








a.daemail:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	
}
a.daemail:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	
}
a.daemail:hover {
	text-decoration: none;
	color: #009CDF;
	font-weight: bold;
	
}
a.daemail:active {
	text-decoration: none;
	color: #161616;
	font-weight: bold;
	
}

a.daef:link {
	color: #009cdf;
	text-decoration: none;
	font-weight: bold;
	
}
a.daef:visited {
	text-decoration: none;
	color: #009cdf;
	font-weight: bold;
	
}
a.daef:hover {
	text-decoration: none;
	color: #009cdf;
	font-weight: bold;
	
}
a.daef:active {
	text-decoration: none;
	color: #009cdf;
	font-weight: bold;
	
}
a.mainthreeclickoff:link {
	color: #161616;
	text-decoration: none;
	
	
}
a.mainthreeclickoff:visited {
	text-decoration: none;
	color: #161616;
	
	
}
a.mainthreeclickoff:hover {
	text-decoration: none;
	color: #009CDF;
	
	
}
a.mainthreeclickoff:active {
	text-decoration: none;
	color: #161616;
	
	
}

a.moreclickoff:link {
	color: #009CDF;
	text-decoration: none;
	font-weight: bold;
	
	
}
a.moreclickoff:visited {
	text-decoration: none;
	color: #009CDF;
	font-weight: bold;
	
}
a.moreclickoff:hover {
	text-decoration: none;
	color: #161616;
	font-weight: bold;
	
}
a.moreclickoff:active {
	text-decoration: none;
	color: #009CDF;
	font-weight: bold;
	
}

a.policies:link {
	color: #161616;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
	
	
}
a.policies:visited {
	text-decoration: none;
	color: #161616;
	font-weight: bold;
	font-size: 1.5em;
	
}
a.policies:hover {
	text-decoration: none;
	color: #009CDF;
	font-weight: bold;
	font-size: 1.5em;
	
}
a.policies:active {
	text-decoration: none;
	color: #161616;
	font-weight: bold;
	font-size: 1.5em;
	
}



.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: #009CDF;
}

	@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: #fff;
  background-color: #009CDF;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #009CDF;
  border-color: #285e8e;
}

.testimonialname {
	font-size: 0.9em;
	color: #009CDF;
	font-weight: bold;
	
}




@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;
	
	
}
}

.notgopper {
	margin-bottom: 0em;
	margin-top: 4em;
	
	
}
	
	@media screen and (max-width: 767px){
.gopper {
	margin-bottom: 0em;
	margin-top: 1em;
	
	
}
}


.topheadblackback {
	background-color: #000;
	padding-bottom: 1em;
}

.topbackbackground {
	background-color: #000;
	
}

.specialhr {
margin-top: 0rem;	
}

.contactpagemainadd {
	font-size: 1.5em;
}

.fa {
	color: #009CDF;
}

.fas {
	color: #009CDF;
}

.npline {
	color: #b29a6a;
}

a.taclinktext:link {
	color: #fff;
	text-decoration: none;
	
	font-weight: bold;
	line-height: 2.4em;
}
a.taclinktext:visited {
	text-decoration: none;
	color: #fff;
	padding-top: 2.4em;
	font-weight: bold;
}
a.taclinktext:hover {
	text-decoration: none;
	color: #009CDF;
	padding-top: 2.4em;
	font-weight: bold;
}
a.taclinktext:active {
	text-decoration: none;
	color: #fff;
	padding-top: 2.4em;
	font-weight: bold;
}		
		


.mysettings {
	background-size: cover;
	background: url(../images/art3.jpg) center center;
	width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
	color: #fff;
	padding-top: 120px;
	padding-bottom: 150px;
	
}


@media screen and (max-width: 767px){
.mysettings {
	background-size: cover;
	background: url(../images/art3.jpg) center center;
	width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 130px;
}
}

.jumbotron p {
	font-size: 30px;
}

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 83px;
    color: #fff;
    font-weight: bold;
  }

@media screen and (max-width: 767px){
	


  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 38px;
	color: #fff;

}
}


@media screen and (max-width: 767px){
	.jumbotron p {
	font-size: 20px;
}
	}

.pad-social {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.pad-other-fa {
	
	padding-right: 0.5em;
}

a.social:link {
	color: #fff;
	text-decoration: none;
	
}
a.social:visited {
	text-decoration: none;
	color: #fff;
	
}
a.social:hover {
	text-decoration: none;
	color: #009CDF;
	
}
a.social:active {
	text-decoration: none;
	color: #fff;
	
}


.maindtipad {
	padding-top: 1.8em;
	
	}
