/* === COLOURS USED === */

/* Light blue - #2AB3EA or #4BC3F0 */
/* Dark blue - #2A6EA3 or #3e82b7 */


.navbar.scrolled {
	/*background: #F8F8F8;*/
}

.navbar-light .navbar-brand {
	color: #fff;
}


.scrolled {
	background-color: #fff;
	/* transition: 0.7s ease; */
	border-bottom: 2px solid #3e82b7;
}



/* ==================== */
/* REUSABLE COMPONENTS */
/* ==================== */

* {
    margin: 0;
    padding: 0;
	/*
    box-sizing: border-box;*/
}

html {
  scroll-behavior: smooth;
}

.center-text {
	text-align: center;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.icon-size {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 10px 0;
}

.icon-size-2 {
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 10px 0;
}


h4 {
	margin-top: 30px;
}

h5 {
	color: #3e82b7;
	/* margin-top: 30px; */
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.bubbles {
	margin-top: 20px;
	margin-bottom: 20px;
}

.navigation-text {
	font-size: 14px;
	margin-bottom: 30px;
}

a {
	color: #3e82b7;
}

a:hover {
	text-decoration: none;
	color: #4BC3F0;
}

.p-indent {
	margin-left: 15px;
	margin-right: 15px;
}

.list, .list2 {
	margin-left: 60px;
}

.list-unstyled {
	text-decoration: none;
}

.404-img {
    width: 400px 
    height: 300px;
}




/* ==================== */
/*         BODY         */
/* ==================== */


html,
body {
    color: #555;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-size: 16px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}


/* ==================== */
/*       HEADINGS       */
/* ==================== */

.main-heading {
	margin-top: 0;
    margin-bottom: 50px;
    color: #fff;
    font-size: 180%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2 {
	margin: 10px 0 40px 0;
}

h2::before { 
	z-index: 99;
	display: block; 
	content: " "; 
	margin-top: -285px; 
	height: 285px; 
	visibility: hidden; 
	pointer-events: none;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #3e82b7;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

h5::before { 
  display: block; 
  content: " "; 
  margin-top: -200px; 
  height: 200px; 
  visibility: hidden; 
  pointer-events: none;
}


/* ==================== */
/*        HEADER        */
/* ==================== */

.photo-source-1 {
	/*
	position: absolute;
    width: 1140px;
    top: 95%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
	text-align: right;
	color: #3e82b7;
}

.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 60%;
    left: 50%;
	margin-left: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* ==================== */
/*        FOOTER        */
/* ==================== */

footer {
 position: fixed;
 bottom: 0;
 left: 0;
 width: 100%;
}

#main-footer {
	margin-top: 30px;
	background-color: #2A6EA3;
	/*background: #014E84;*/
	color: white;
	padding: 20px 0 10px;
	font-size: 12px;
}

#main-footer p {
	margin: 0 0 10px 0;
}

#main-footer a:link {
	color: white;
}

#main-footer a:visited {
	color: white;
}

#main-footer a:hover {
	color: #5BC0DE;
}

.footer-menu {
	text-align: center;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #2AB3EA;
    margin: 1em 0;
    padding: 0; 
}

.footer-copyright {
	text-align: right;
}


/* ==================== */
/*         LOGO         */
/* ==================== */

.logo {
    /*height: 140px;*/
    width: auto;
    float: left;
    /* margin-top: 20px; */
}


/* ==================== */
/*        BUTTONS       */
/* ==================== */

.btn:link, 
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    color: #fff;
    background-color: #3e82b7;
    border: 1px solid #3e82b7;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #3e82b7;
    color: #fff;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    /* background-color: #228DBF; */
    background-color: transparent;
}

.btn-ghost:hover,
.btn-ghost:active {
    color: #fff;
    border: 1px solid #228DBF;
	background-color: #3e82b7;
}

.btn-success:hover {
	border-color: #3e82b7;
}

.btn-success.disabled {
	background-color: red;
	border-color: red;
}

.btn-view:link,
.btn-view:visited {
    color: #fff;
    background-color: #3e82b7;
    border: 1px solid #3e82b7;
}

.btn-view:hover {
    color:#3e82b7;
    background-color: transparent;
    border: 1px solid #3e82b7;
}


/* ==================== */
/*     STRIP IMAGES     */
/* ==================== */

.section-strip-img {
	position: relative;
	padding-top: 40px;
	z-index: 100;
}

.strip-img-showcase {
    list-style: none;
    width: 100%;
}

.strip-img-showcase li {
    display: block;
    float: left;
    width: 25%;
}

.strip-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}

.strip-photo img {
    opacity: 0.7;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.strip-photo img:hover {
    opacity: 1;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}



/* ==================== */
/*  SECTION - BANNER    */
/* ==================== */

#banner {
	padding-top: 40px;
}

.banner-text {
	font-size: 1.25rem;
	font-weight: 300;
}



/* ==================== */
/*  SECTION - STRIP     */
/* ==================== */

#strip {
	margin-top: 168px; /*180px;*/
	padding-bottom: 5px;
	background: #2A6EA3;
	/*background: #3e82b7;
	background: #014E84;
	padding: 10px 0; */
	color: white;
	text-align: center;
	-webkit-font-smoothing: antialised;
	text-rendering: optimizelegibility;
	font-size: 1.2em;
}

#strip p {
	margin: 3px 0 0 0;
}
#strip-home {
	background: #014E84;
	padding: 10px 0;
	color: white;
	text-align: center;
	-webkit-font-smoothing: antialised;
	text-rendering: optimizelegibility;
	font-size: 1.2em;
}

#strip-home p {
	margin: 3px 0 0 0;
}

/* ==================== */
/* SECTION - COMMERCIAL */
/* ==================== */

#commercial {
	padding-top: 20px;
}

#commercial a {
	border-bottom: 2px solid transparent;
	color: #3e82b7;
	text-decoration: none;
}

#commercial a:hover {
	border-bottom: 2px solid transparent;
	color: #2AB3EA;
	text-decoration: none;
}

#commercial a:visited {
	outline: none;
	border: none;
}


/* ===================== */
/* SECTION - RESIDENTIAL */
/* ===================== */

#residential {
	padding-top: 20px;
}

#residential a {
	border-bottom: 2px solid transparent;
	color: #3e82b7;
	text-decoration: none;
}

#residential a:hover {
	border-bottom: 2px solid transparent;
	color: #2AB3EA;
	text-decoration: none;
}

#residential a:visited {
	outline: none;
	border: none;
}

/* ==================== */
/* SECTION - PROJECTS   */
/* ==================== */

#projects {
	padding-top: 20px;
}

#scgs {
	padding-top: 20px;
}

#project-list {
	padding: 30px 0 30px 0;
	background-color: #fff;
}

.project-box {
    background-color: #f8f8f8;
    border-radius: 5px;
    width: 90%;
    margin: 0 0 3% 5%;
    box-shadow: 0 2px 2px #efefef; /* x-axis, y-axis, blur, colour*/
}

.project-box div {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}

/*
.project-box div:first-child {
    background-color: #fcfcfc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.project-box div:last-child {
    text-align: center;
    border: 0;
}
*/

.project-desc {
    font-size: 100%;
    margin-bottom: 10px;
    font-weight: 100;
    color: #3e82b7;
}

.project-display {
	width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}



/* ===================== */
/* SECTION - CONTACT US  */
/* ===================== */

#contact-header {
	padding-top: 20px;
}

#contact-details, #contact-email {
	margin-top: 40px;
}

.email-message {
	margin-bottom: 30px;
}

#contact-form
.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    color: #3e82b7;
    background-color: transparent;
}

#contact-form .btn-full {
	margin-right: 0;
}

#contact-form .list-unstyled {
	color: red;
}

.alert-success{
  z-index: 1;
  background: #D4EDDA;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 10px;
  border-left: 8px solid #3AD66E;
  border-radius: 4px;
}

.alert-error{
  z-index: 1;
  background: #FFF3CD;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 10px;
  border-left: 8px solid #FFA502;
  border-radius: 4px;
}

/*
.myIframe {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: auto; 
	-webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY 
	border: solid black 1px;
} 

.myIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/


/* ===================== */
/*  SECTION - REPAIRS    */
/* ===================== */

#repairs {
	padding-top: 20px;
}




/* ===================== */
/*  SECTION - SERVICING  */
/* ===================== */

#servicing {
	padding-top: 20px;
}

/* ======================= */
/* SECTION - INSTALLATIONS */
/* ======================= */

#installations {
	padding-top: 20px;
}


/* ====================== */
/*  SECTION - WASTEWATER  */
/* ====================== */

#wastewater {
	padding-top: 20px;
}

.skill-list {
	margin-left: 60px;
}


/* ====================== */
/*  SECTION - AQUATICS    */
/* ====================== */

#aquatics {
	padding-top: 20px;
}


/* ============================ */
/*  SECTION - CONTROL PANELS    */
/* ============================ */

#control {
	padding-top: 20px;
}


/* ======================== */
/*  SECTION - IRRIGATION    */
/* ======================== */

#irrigation {
	padding-top: 20px;
}


/* ============================ */
/*  SECTION - MAINS BOOSTERS    */
/* ============================ */

#mains-boosters {
	padding-top: 20px;
}


/* ============================ */
/*  SECTION - WATER BORES       */
/* ============================ */

#bore-pumps {
	padding-top: 20px;
}


/* ================================= */
/*  SECTION - HOT WATER CIRCULATORS  */
/* ================================= */

#hwc {
	padding-top: 20px;
}


/* =============================== */
/*  SECTION - WATER FEATURE PUMPS  */
/* =============================== */

#water-feature {
	padding-top: 20px;
}


/* ===================== */
/*  SECTION - DOSING     */
/* ===================== */

#dosing {
	padding-top: 20px;
}


/* ==================== */
/* SECTION - FILTRATION */
/* ==================== */

#filtration {
	padding-top: 20px;
}


/* =========================== */
/* SECTION - LOW VOLTAGE PUMPS */
/* =========================== */

#low-voltage-pumps {
	padding-top: 20px;
}


/* ========================== */
/* SECTION - WATER TANK PUMPS */
/* ========================== */

#water-tank-pumps {
	padding-top: 20px;
}


/* ==================== */
/* SECTION - POOL - SPA */
/* ==================== */

#pool-spa {
	padding-top: 20px;
}

/* ===================== */
/* SECTION - ABOUT US    */
/* ===================== */

#about {
	padding-top: 20px;
}


/* ====================== */
/* SECTION - GUARANTEE    */
/* ====================== */

#guarantee {
	margin-top: 40px;
}

.script-text {
    color: #2AB3EA;
	font-family: 'Handlee', 'Raleway', sans-serif;
	font-size: 180%;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}


/* ===================== */
/* SECTION - SCGS        */
/* ===================== */

#scgs {
	padding-top: 40px;
}




