﻿@import url('icons/css/fontello.css');

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('fonts/robotocondensed-light-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('fonts/RobotoSlab-Bold-webfont.eot');
    src: url('fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoSlab-Bold-webfont.woff2') format('woff2'),
         url('fonts/RobotoSlab-Bold-webfont.woff') format('woff'),
         url('fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'),
         url('fonts/RobotoSlab-Bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light-webfont.woff2') format('woff2'),
         url('fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


              
/**********************************
    General
***********************************/
#contentarea {
	background-color: rgba(211,211,211,1.00);	
}
body {
	margin: 0;
	font-family: "latoregular", sans-serif;
	font-size: 100%;
	line-height: 1.3;
	color: #939393;
	letter-spacing: 0.05em;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family: "latobold", sans-serif;*/
	font-family: "roboto_condensedlight", sans-serif;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	margin: 0.6em 0em;
	letter-spacing: 0.1em;
}        
h1 {font-size: 2.0em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.4em;}
h5 {font-size: 0.98em;}
h6 {font-size: 0.85em;}
.display h1 {
    font-weight: normal;
    font-size: 2.0em;
    line-height:1.4;
}
.display p {
    font-size: 1.5em;
    font-style: italic;
}
a {
	text-decoration: none;
	font-family: "latobold", sans-serif;
	color: #00afc7;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
a:hover {
	color: #20D2EB;
	}
hr {border:none;border-top: rgba(0, 0, 0, 0.18) 1px solid;margin-top: 0.75em;margin-bottom: 0.75em;}    
img {max-width:100%;}
figure {margin:0}


/* FIX: Preventing Chrome from wrapping text with span-style (when editing) */
/*.display h1 span {font-size: 2.8em;line-height:1.4;}
.display p span {font-size: 1.5em;line-height:1.7;}
h1 span {font-size: 2.37em;line-height:1.7;}
h2 span {font-size: 1.83em;line-height:1.7;}
h3 span {font-size: 1.39em;line-height:1.7;}
h4 span {font-size: 1.1em;line-height:1.7;}
h5 span {font-size: 0.98em;line-height:1.7;}
h6 span {font-size: 0.85em;line-height:1.7;}
p span {font-size: 14px; line-height: 1.7;}
li span {font-size: 14px; line-height: 1.7;}*/

        
/**********************************
    Grid
***********************************/
.row {
	/*margin-left: auto;
	margin-right: auto;
	max-width: 1012px;*/
}
.row.full-width {
	max-width: 100% !important;
}
.restrict-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
}
.container {
    margin: 0 auto;
    max-width: 1013px !important;
    width: 100%;
}
.colour {
	padding-top: 4.0em;
	padding-bottom: 4.0em;
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
}
.colour.no-pad {
	padding-top: 0.01em;
	padding-bottom: 0.01em;
}
.colour.no-pad figure {
	margin-bottom: 0px;
}

.column {
	padding-left: 0.75em;
	padding-right: 0.75em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.column.no-pad {
	padding-left: 0em !important;
	padding-right: 0em !important;	
}
.column.no-pad img {
	margin-top: 0em !important;
	margin-bottom: 0em !important;
	display: block;
}
.colour.colour-HR {
	padding-top: 0em;
	padding-bottom: 0em;	
}

@media (min-width: 720px) {
    .column {
        float: left;
        padding-left: 1.0rem; /* 1rem */
        padding-right: 1.0rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .column.full { width: 100%; }
    .column.two-thirds { width: 66.66%; }
    .column.two-fourth { width: 75%; }
    .column.two-fifth { width: 80%; }
    .column.two-sixth { width: 83.3%; }
    .column.half { width: 50%; }
    .column.third { width: 33.33%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.66%; }
    .column.flow-opposite { float: right; }  
}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

   
/**********************************
    Elements
***********************************/

.center {text-align:center}
.right {text-align:right}
.left {text-align:left}

img.circle {border-radius:500px;margin-top:0;}
img.bordered {border: #ccc 1px solid;}

.embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;} 
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;}
.embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}

.column > img, 
.column > figure, 
.column > .embed-responsive {
    margin-top: 1em;margin-bottom: 1em;
}

.list {position:relative;margin:1.5em 0;}
.list > i {position:absolute;left:-3px;top:-3px;font-size:2em;}
.list > h2, .list > h3 {margin: 0 0 0 50px}
.list > p {margin: 0 0 0 50px}

.quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;color:rgba(51,51,51,0.44);}
.quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
.quote > p {margin-left:50px;font-size: 1.5em;}

.btn {
	padding: 10px 28px;
	font-size: 1.0em;
	border-radius: 2px;
	display: inline-block;
	margin: 1.0em 0em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: "latolight", sans-serif;
	background-color: #00AFC7;
	border-radius: 20px 20px 20px 20px;
	text-transform: uppercase;
}

.btn.btn-primary {
	color: #ffffff;
	background-color: #002a54;
}
.btn.btn-primary:hover {
	color: #ffffff;
	background-color: #000000;
}
.btn.btn-default {color: #ffffff;background-color: #babcbb;}
.btn.btn-default:hover {color: #ffffff;background-color: #8c8e8d;border-color: #8c8e8d;}

.social a > i {text-decoration:none;color:#333;font-size:1.5em;margin:0 5px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.social a:hover > i {color:#08c9b9;}


/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
	position: relative;
	width: 100%;
	overflow:hidden;
    background-color: transparent;   
}
figure.hdr img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1.0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
}
figure.hdr:hover img {


}
figure.hdr figcaption {
   	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%; 
	padding: 0 2.5em;
	color: #fff;
	font-size: 1.55em;
	text-align: center;
	box-sizing: border-box;
	z-index:1;
}
/* Text */
figure.hdr h2 {
	font-weight: 300;
	text-transform: uppercase;
}
figure.hdr h2 span {
	font-weight: 800;
}
figure.hdr p {
	letter-spacing: 1px;
	font-size: 68.5%;
	text-transform: none;
}
figure.hdr h2, figure.hdr p {
	margin: 0;
	z-index:10000;
}
/* Cosmetic */
figure.hdr div {
	height: 100%; 
	z-index:0;
}
figure.hdr div::before,
figure.hdr div::after {
	position: absolute;
	content: '';
}
/* One */
figure.one div::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.one div::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Two */
figure.two div::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.two div::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Three */
figure.three figcaption {
	height: 70%; 
}
figure.three p {
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #fff;	
} 
/* Four */
figure.four figcaption {
	height: 60%; 
	text-align: left;
}
figure.four p {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	padding: 2em;
	border: 7px solid #fff;
}
/* Five */
figure.five figcaption {
	height: 100%; 
	text-align: right;
}
figure.five h2 {
    position: absolute;
    left: 50px;
	right: 50px;
	top: 10%;
	border-bottom: 5px solid #fff;
}
figure.five p {
	position: absolute;
	right: 50px;
	bottom: 10%;
}
/* Six */
figure.six figcaption {
	height: 70%;
}
figure.six h2 {
    padding-bottom: 3%;
	border-bottom: 1px solid #fff;
}
figure.six p {
	padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
	height: 90%;
	text-align:left;
}
figure.seven h2 {
	border-bottom: 3px solid #fff;
}
figure.seven p {
    padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
	height: 100%; 
	text-align: right;
}
figure.eight h2 {
	position: absolute;
	left: 50%;
	right: 50px;
	bottom: 10%;
}
figure.eight p {
    position: absolute;
    left: 50px;
	right: 50%;
	top: 10%;
	padding-right:0.5em;
	border-right: 1px solid #fff;
}

/* MODIFICATIONS
===============================================*/


.column.two-thirds-maintain { width: 66.7%;	float: left; }
.column.two-fourth-maintain { width: 75%; float: left; }
.column.two-fifth-maintain { width: 80%; float: left; }
.column.two-sixth-maintain { width: 83.3%; float: left; }
.column.half-maintain { width: 50%;	float: left; }
.column.third-maintain { width: 33.3%; float: left; }
.column.fourth-maintain { width: 25%; float: left; }
.column.fifth-maintain { width: 20%; float: left; }
.column.sixth-maintain { width: 16.6%; float: left; }



.three-images img {
	width: 33.33%;
	}
.two-images img {
	width: 50%;
	}
.two-img-col img {
	width: 100%
	}
.three-img-col img {
	width: 100%
	}
.three-circles-half img {
	max-width: 30%;
	}
	
/* Page header one */
figure.header-one {
	margin-top: 0px !important;
	}
figure.header-one figcaption {
	height: auto;
	text-align: center;
	bottom: 0px;
	background-color: transparent;
}
figure.header-one figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.45);
}
figure.header-one figcaption P {
	color: #ffffff;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
}

.header-fine figure.hdr figcaption {
	top: 21%;
}
.header-fine figure {
	margin-bottom: 0px;
}


/* Page header two */
figure.header-two {
	margin-top: 0px !important;
	}
figure.header-two figcaption {
	height: auto;
	text-align: center;
	bottom: 0em;
	padding-bottom: 0.5em;
	background-color: rgba(132,132,132,0.80);
}
figure.header-two figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 1.8em;
}
figure.header-two figcaption P {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}



@media (max-width: 719px) {
.clear-mobile {
	clear: both;	
}
.center-mobile {
	text-align: center;
	}
.two-img-col img {
	width: 50%
	}
.three-img-col img {
	width: 33.3%
	} 
.fourth-half {
	width: 50%;
	float: left; 
	}
.sixth-third {
	width: 33.3%;
	float: left;
	padding-left: 1.5%;
    padding-right: 1.5%; 
	}
.fourth-half-pad-L {
	width: 50%;
	float: left; 
	}
.fourth-half-pad-R {
	width: 50%; 
	float: left; 
	}
/* Page header one */
figure.header-one figcaption {
	padding-left: 1.5em;
}
figure.header-one figcaption H1 {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 1.2em;
}	
/* Page header two */
figure.header-two figcaption {
	padding-left: 1.0em;
	padding-right: 1.0em;
}
figure.header-two figcaption H1 {
	margin-top: 0em;
	margin-bottom: 0.4em;
	font-size: 1.2em;
}
figure.header-two figcaption P {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 50%;
}
}
@media (max-width: 600px) {
.two-img-col img {
	width: 70%
	}
.three-img-col img {
	width: 70%
	}
.three-circles-half img {
	max-width: 25%;
	}
.fourth-half-pad-L {
	width: 47.5%;
	padding-left: 2.5%;
	}
.fourth-half-pad-R {
	width: 47.5%;
	padding-right: 2.5%;
	float: left; 
	}
}
@media (max-width: 500px) {
figure.header-one figcaption {
	padding-left: 1em;
}
figure.header-one figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 0.9em;
}
/* Page header two */

figure.header-two figcaption {
	padding-left: 0.5em;
	padding-right: 0.5em;
	bottom: 0em;
	padding-bottom: 0.3em;
}
figure.header-two figcaption H1 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 0.8em;
}
figure.header-two figcaption P {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 34%;
}	
}
@media (max-width: 400px) {
.two-img-col img {
	width: 100%
	}
.three-img-col img {
	width: 100%
	}
.sixth-third {
	width: 50%;
	}
}

/* Footer components
===========================*/
.footer {
	position: relative;
}
.footer-wrap {
	padding: 0px;
	color: #c0c0c0;
	font-size: 0.95em;
	line-height: 1.43em;
	background-color: rgba(0,42,84,0.90);
	border-top: solid 1px #D0D0D0;
	padding: 2em 0em;
	}
.footer-wrap2 {
	background-color: rgba(0,0,0,1.0);
	font-size: 0.75em;
	line-height: 1.4em;
	color: #c0c0c0;
	padding: 0.1em 0em;
	position: relative;
	z-index: 10;
	}

.footer-wrap a,.footer-wrap2 a {
	color: #ffffff !important;	
    font-family: "latoregular", sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.footer-wrap a:hover,.footer-wrap2 a:hover {
	color: #ffffff !important;
	}	
	
.F-header {
	font-family: "latolight", sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	color: #c0c0c0;
	margin-top: 0.2em;
	margin-bottom: 1em;
}
.F-powered {
	color: #c0c0c0;
	}
.footer-1 {
}
.footer-1 .btn {
	font-family: "latobold", sans-serif;
	width: calc(85% - 36px);
	margin-top: 6px;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 16px;
	color: #ffffff !important;
	border: solid 1px #ffffff;
	background-color: transparent;
}
.footer-1 .btn:hover {
	font-family: "latobold", sans-serif;
	color:#002b54  !important;
	background-color: #c0c0c0;
	border: solid 1px #c0c0c0;
}
.footer-2 {
	border-left: solid 1px rgba(255,255,255,0.25);
	border-right: 1px solid rgba(255,255,255,0.25);
}
.footer-2 img {
	max-width: 170px;
}
.footer-3 {
}
.footer-5 {
	text-align: left;	
}
.f-links {

}
.f-links a {
	display: inline-block;
	padding-bottom: 8px;
}
.F-menu {
	margin-top: 0px;
	margin-bottom: 5px;
	}
.F-menu a {
	}
.F-sm {
    margin-bottom: 1.2em;
}	
.F-sm img {
	width: 40px;
    margin-right: 5px;
}
.footer-logo img {
	width: 160px;
	margin-bottom: 20px;
}
.footer-1 a {
	display: block;
	margin-bottom: 0.7em;
	margin-left: 4px;
}
@media (max-width: 1150px) {
	
}
@media (max-width: 719px) {
.footer-wrap .restrict-width {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 150px;	
}
.footer-2 {
	border: none;
	margin-top: 3em;
	margin-bottom: 3em;
}
.footer-5 {
	text-align: center;
}
.F-menu,.F-powered {
	margin-left: 0px;
	text-align: center;
	}
.footer {
	text-align: center;	
	}
.f-agent-login {
	width: 80px;
	margin: 1em auto;
}
}
@media (max-width: 450px) {
.footer-wrap .restrict-width {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 120px;
	padding-bottom: 3em;
}
}

/* Snippet Colours
======================================*/
.silver {
	background-image: url(images/BG-silver1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.trans {
	background-color: transparent;	
}
.blue {
	background-color: #002a54;
	color: #FFFFFF !important;
}
.blue P,.blue H1,.blue H2,.blue H3,.blue H4,.blue a {
	color: #FFFFFF !important;
}
.grey1 {
	background-color: #f3f3f3;	
}
.grey2 {
	background-color: #a7a3a4;	
}
.testimonial-colour {
	padding: 4.5em 0em;
	background-color: rgba(255,255,255,0.90);
}
.opaque {
	background-color: rgba(255,255,255,0.95);	
}
.black {
	background-color: rgba(35,31,32,0.90);
	color: rgba(255,255,255,1.00);
}
.black H1,.black H2,.black H3,.black H4 {
	color: #E7160C !important;
}

/* Full Page Banner Anim
====================================*/
.column.h-banner {
	padding-left: 0px;
	padding-right: 0px;
}

/* Home
======================================*/
.img-100 img {
	width: 100%;
}
.h-image-button-column {
	position: relative;
}
.h-image-button-column.no-pad {
	padding: 5px !important;
}
.h-image-button-column img {
}
.h-image-button-column P {
	position: absolute;
	bottom: 5px;
	display: block;
	left: 1px;
	right: 1px;
	text-align: center;
	margin-bottom: 1px;
}
.h-image-button-column a.btn {
	background-color: rgba(0,0,0,0.20);
	border: solid 1px #ffffff;
}
@media (max-width: 450px) {
.h-image-button-column a.btn {
	font-size: 0.80em;
	padding: 5px 20px;
}	
}

















.h-icons {
	padding: 0px;
}
.h-icons .column:nth-of-type(odd) {
	background-color: rgba(237,237,237,1.00);	
}
.h-icons img {
	width: 100px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.p-icons img {
	width: 50%;
}
.h-icons img:hover {
	transform: scale(1.1)
}


.box-border {
	border: solid 1px #CBCBCB;
	margin-left: 1.0rem;
    margin-right: 1.0rem;
	padding: 1rem;
}
.testimonial_message {
	font-size: 1.3em;
	font-family: "latobold", sans-serif;
	padding: 0em 50px;
	color: #8D9EBC;
}
.testimonial_whoby {
	text-transform: uppercase;
	font-family: "latolight", sans-serif;
	color: #231F20 !important;
	padding: 0em 50px;
}
.testimonial-colour .column {
	background-image: url(images/speachmarks-1.png);
	background-position: left top;
	background-size: 140px auto;
	background-repeat: no-repeat;
	min-height: 8em;
	text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
	
}
.testimonial_wrapper {
	/*background-image: url(images/speachmarks-2.png);
	background-position: right top;
	background-size: 40px auto;
	background-repeat: no-repeat;*/
	padding: 0em 120px;
}



.p-banner {
	height: calc(100vh - 0px);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding-top: 40vh !important;*/
	position: relative;
}
.p-banner.p-banner-80 {
	height: 80vh;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding-top: 40vh !important;*/
	position: relative;
}
.p-banner.p-banner-small {
	height: 40vh;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding-top: 40vh !important;*/
	position: relative;
}
.p-banner-40 {
	padding: 7em 0em;
	font-size: 1.2em;
}
.p-banner .column {
    position: absolute;
    z-index: 150;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /*justify-content: center;*/
    padding-left: 0em;
    padding-right: 0em;
}
.h-header-message {

}
.p-banner-H1-wrap {
	width: 100%;
	text-align: center;
	margin-bottom: 5vh;
}
.p-banner H1 {
	font-size: 2.5em !important;
	font-family: "roboto_condensedlight", sans-serif;
	background-color: transparent;
	color: #ffffff !important;
	text-transform: uppercase;
	display: block;
	padding: 15px;
	text-shadow: 0px 0px 5px #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: absolute;
	left: 1px;
	bottom: 25px;
	right: 1px;
}
.p-banner P {
	font-size: 1.3em !important;
    font-family: "roboto_condensedlight", sans-serif;
    background-color: rgba(0,175,199,0.90);
    margin-top: 0vh;
    color: #ffffff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	padding: 15px 25px 15px 15px;
	display: inline-block;
	
}
.p-banner H1 span {
	color: #FFFFFF;
	font-size: 0.4em;
	font-family: "roboto_condensedlight", sans-serif;
	line-height: 0.5em;
}
.p-banner-more {
	margin: 5px 10px;
	background-color: #002B54;
	color: #FFFFFF;
	padding: 10px 20px;
	border-radius: 24px;
	border: solid 1px #ffffff;
	text-transform: uppercase;
	cursor: pointer;
    font-family: "latoregular", sans-serif;
}
.p-banner-more:hover {
	background-color: #a8b0b7;
	color: #FFFFFF;
	border: solid 1px #a8b0b7;
}



.prod-icons img {
	width: 220px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: solid 10px #DCDCDC;
	border-radius: 40px;
}
.prod-icons img:hover {
	border: solid 10px #00afc7;
	transform: scale(1.05)
}
.prod-icons P {
	max-width: 75%;
	margin: 1em auto;
}
.colour.p-brochures {
	padding-bottom: 0em;
}
.cats-header .restrict-width {
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /*justify-content: center;*/
    padding-left: 0em;
    padding-right: 0em;
}
.cats-header H2 {
	color: #BFBFBF;
	font-size: 1.5em;
	margin-bottom: 1px;
}
.cats-header H1 {
	font-size: 2em;
	margin-top: 1px;
}
@media (min-width: 720px) {
.col-valign-middle .restrict-width {
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /*justify-content: center;*/
    padding-left: 0em;
    padding-right: 0em;	
}
}
@media (max-width: 999px) {


}
@media (max-width: 720px) {
.p-banner H1 {
	font-size: 1.2em !important;

}
}
@media (max-width: 450px) {
.testimonial_message {
	font-size: 1.2em;
}
.testimonial-colour .column {
	background-size: 30px auto;
}
.testimonial_wrapper {
	background-size: 30px auto;
}
}



.h-cats figure {
	position: relative;
	/*max-width: 350px;*/
	/*margin-left: auto;
	margin-right: auto;*/
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.h-cats H2 {
	font-size: 1.3em;
	color: rgba(255,255,255,1.00);
}
.colour.h-cats {
	padding-top: 1em;
	padding-bottom: 1em;
}
.colour.h-cats .restrict-widthx {
	padding: 0em 0.9em;
}
@media (max-width: 720px) {
.h-news img {
	width: 400px;
	margin-top: 2.5em;
}
}

/* SLIDER
============================*/
/* SLIDER
============================*/
.wbSliderHeader, .wbSliderSecondary {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.1em;
	color: rgba(255,255,255,1.00) !important;
	padding: 15px 20px 15px 20px !important;
	position: relative;
	text-align: left;
	display: inline-block;
}
.wbSliderHeader {
	font-size: 2.0em !important;
	font-family: "latolight", sans-serif;
	background-color: rgba(255,255,255,0.90);
	margin-top: 60vh;
	color: #00afc7 !important;
	text-transform: uppercase;
}
.wbSliderSecondary {
	font-size: 2.0em !important;
	font-family: "latoregular", sans-serif;
	background-color: rgba(0,175,199,0.90);
	margin-top: 0vh;
	color: #ffffff;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.imageParentDiv img {
	max-width: none;
}


@media (max-width: 850px) {
.wbSliderHeader,.wbSliderSecondary {
	font-size: 1.1em !important;
}

}
@media (max-width: 650px) {

}
@media (max-width: 400px) {
.wbSliderHeader {
	margin-top: 40vh;
}
.wbSliderSecondary {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
}

/* HOME PRODUCT
=====================================*/
.h-prod-img-wrap {
	width: 20%;
	float: left;
}
.h-prod-img-wrap img {
	max-width: 80%;
}
.h-prod-text-wrap {
	width: 75%;
	float: left;
	margin-left: 5%;
}
.h-prod-text-wrap H5 {
	margin: 0.5em 0em;
}

/* PURCHASE HISTORY
==============================*/
.purchase-history-wrap span {
	padding-right: 10px;
	display: inline-block;
}