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







              
/**********************************
    General
***********************************/
.full-anim {
	background-color: #000000;
}
@media screen and (max-width: 950px)  {
	.full-anim {
		overflow: hidden
	}	
}

#contentarea {
	background-color: rgba(211,211,211,1.00);	
}
body {
	margin: 0;
	font-family: greycliff-cf, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    color: #273365;
    font-weight: 100;
	text-transform: none;	
	font-family: greycliff-cf, sans-serif;
	font-style: normal;
    margin: 1em 0em;
    letter-spacing: normal;
	line-height: 1.3;
}        
h1 {font-size: 2.8em;}
h2 {font-size: 2.3em;
	/*font-size: 3.8em;
	font-family: "suave-script-pro", sans-serif;
	font-weight: 700;
	font-style: normal;*/
}
h3 {font-size: 1.9em;}
h4 {font-size: 1.4em;}
h5 {font-size: 0.98em;}
h6 {font-size: 0.85em;}

h2 span {
	font-size: 65%;
	font-weight: 700;
}

@media screen and (max-width: 950px)  {
h1 {font-size: 2.5em;}
h2 {font-size: 2.2em;}
h3 {font-size: 1.9em;}
h4 {font-size: 1.7em;}	
}
p {

}
b {
	font-weight: 800;	
}

.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-weight: 800;
	font-style: normal;
	color: #0e3863;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
a:hover {
	color: #1b75bb;
	}
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}

.center .form-group {
	margin-left: auto;
	margin-right: auto;
}
.center input:not([type=submit]):not([type=image]),.center textarea  {
	margin-right: 0px !important;
}

/* 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: 1350px;
}
.restrict-width-wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
}
.restrict-width-mini {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}
.restrict-width-mid {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
.container {
    margin: 0 auto;
    max-width: 1013px !important;
    width: 100%;
}
.colour {
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	background-color: #FFFFFF;
	position: relative;
}
.colour.no-pad {
	padding-top: 0.001em;
	padding-bottom: 0.001em;
}
.colour.pad-20 {
	padding-top: 0.001em;
	padding-bottom: 40px;
}
.colour.no-pad-top {
	padding-top: 0.01em;

}
.colour.no-pad-bottom {
	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;	
}
.colour.colour-HR {
	padding-top: 0em;
	padding-bottom: 0em;	
}

@media (min-width: 720px) {
	
	.colour {
	padding-top: 3.5em;
	padding-bottom: 3.5em;
	background-color: #FFFFFF;
	position: relative;
	margin-top: -1px;
}
	
	
	
	
    .column {
        float: left;
        padding-left: 1.5rem; /* 1rem */
        padding-right: 1.5rem;
        -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.seventh { width: 14.28%; }
    .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: 17px 20px 13px 20px;
    font-size: 0.90em;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0em;
    font-weight: 700 !important;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: transparent;	
	font-family: greycliff-cf, sans-serif;
    position: relative;
    border: #273365 solid 1px;
    line-height: 1em;
	text-transform: uppercase;
}

.btn.btn-primary {
    color: #273365;
    background-color: transparent;
	border-color: #0e3863;
}
.btn.btn-primary:hover {
    transform: translateX(10px);
    background-position: right 10px center;
}

.btn.btn-secondary {
    color: #fff;
    background-color: #273365;
	border-color: #0e3863;
	font-size: 1.2em;
	font-weight: 200 !important;
}
.btn.btn-secondary:hover {
    transform: translateX(10px);
    background-position: right 10px center;
}




.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;
	text-align: left;
	box-sizing: border-box;
	z-index:1;
	font-size: 1em !important;
}
/* Text */
figure.hdr h2 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 2.5em;
}
figure.hdr h2 span {
	font-weight: 800;
}
figure.hdr p {
	text-transform: none;
}
figure.hdr h2, figure.hdr p {
	margin: 0;
	z-index:10000;
}
/* Cosmetic */
figure.hdr div {
	/*height: 100%; */ /*EDIT CHECK*/
	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: left;
	bottom: 0px;
	background-color: transparent;
	margin: 0px !important;
	padding: 0px !important;
}
figure.header-one figcaption H1 {
	color: #ffffff;
	background-color: transparent;
	display: inline-block;
	margin: 0.0em 0em 1em 0px;
	padding: 8px 80px 8px 25px;
	font-size: 1.4em;
	font-weight: 400;

}

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: left;
	bottom: 0em;
	top: 0px;
	padding-bottom: 0.5em;
	background-color: rgba(0,0,0,0.50);
	right: auto;
	width: 400px;
	max-width: 75%;
	/*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;
}









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: #000;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 1.0em;
}
figure.header-two.header-mxg1 {

}

figure.header-two.header-mxg1 figcaption {
    background-color: rgba(14, 56, 99, 0.0);
    padding: 0 20px;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 300px;
    background-image: -webkit-linear-gradient(0deg,rgba(14,56,99,0.80) 25.28%,rgba(14,56,99,0.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(14,56,99,0.80) 25.28%,rgba(14,56,99,0.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(14,56,99,0.80) 25.28%,rgba(14,56,99,0.00) 100%);
    background-image: linear-gradient(90deg,rgba(14,56,99,0.80) 25.28%,rgba(14,56,99,0.00) 100%);
}
figure.header-two.header-mxg1 figcaption div {
	WIDTH: 100%;
	padding: 0px 30px 0px 10px;
}
figure.header-two.header-mxg1 figcaption h1 {
	color: #fff;
	font-weight: 600;
	border-bottom: solid 1px rgba(255,255,255,0.45);
	margin-bottom: 20px;
}
figure.header-two.header-mxg1 figcaption h1 span {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: block;
}
figure.header-two.header-mxg1 figcaption p {
	color: #fff;
	font-size: 1.0em;
}
figure.header-two.header-mxg1 figcaption p b {
    font-size: 1.5em;
    padding-bottom: 8px;
    display: inline-block;
}
.header-mxg1 .btn.btn-primary {
	background-color: #fff;
}






@media (max-width: 719px) {
		figure.header-two.header-mxg1 figcaption h1 {
		color: #fff;
		font-weight: 600;
		border-bottom: solid 1px rgba(0,255,255,0.45);
	}
	figure.header-two.header-mxg1 figcaption h1 span {
		color: #fff;
		font-size: 20px;
		font-weight: 600;
	}
	figure.header-two.header-mxg1 figcaption p {
		color: #fff;
		font-size: 1.0em;
	}
	
	
	.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;
	}
}
@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: 2em;
}
figure.header-two figcaption P {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}	
}
@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 {
    color: #ffffff;
    font-size: 0.85em;
    line-height: 1.43em;
    background-color: #273365;
    background-image: none;
	}
.footer-wrap-inner {
    padding: 40px 0px;
    background-color: transparent;
}
.footer2-wrap {
	font-size: 0.85em;
	line-height: 1.4em;
	color: #ffffff;
	padding: 0.5em 0em;
	background-color: rgba(0,0,0,0.80);
	}
.footer-wrap .restrict-width {
	padding-bottom: 10px;
}
.footer-wrap a {
	color: #ffffff !important;	
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.footer2-wrap a {
	color: #ffffff !important;	
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.footer-wrap a:hover,.footer2-wrap a:hover {
	color: #1b75bb !important;
	}	
	

.F-powered {
	margin-top: 2px;
	margin-bottom: 10px;
	color: #909090;
	}
.colour-range {
	background-color: #1b75bb;
}
.f-range {
	padding: 0px;
}
.f-range img {
	height: 50px;
    padding: 20px 3% 20px 3%;
	display: inline-block !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.f-range img:hover {
	transform: scale(1.1)
}



P.F-header {
	font-weight: 800;
    font-size: 1.6em;
    color: #ffffff;
    line-height: 1.2em;
    padding-bottom: 10px;
    /*background-image: url(images/logo-detail-s-w.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px auto;*/
	padding: 15px 0px 10px 0px;
	margin-bottom: 1.5em;
	border-bottom: solid 2px #ed422e;
}
.f-logo {
	padding-top: 35px;
}
.footer-1 a {
    width: 160px;
	padding: 0px 10px 0px 30px;
    font-size: 1.3em;
	font-weight: 700;
    display: block;
    background-image: url(images/icon2-call-w.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 18px;
}
.footer-1 a:nth-of-type(2) {
    background-image: url(images/icon2-mob-w.png);
}
.footer-1 a:nth-of-type(3) {
    background-image: url(images/icon2-email-w.png);
}
.footer-1 a:nth-of-type(4) {
    background-image: url(images/icon2-location-w.png);
}
.footer-3 a {
	font-size: 1.3em;
	font-weight: 600;
}
.f-logo-main img {
	width: 200px;
	padding-top: 25px;
}
.footer-3a {
	padding-top: 50px;
}
.footer-5a img {
	width: 110px;
	border-radius: 2px;
}

.cf-sm {
	padding-top: 5px;
}
.cf-sm img {
	width: 35px;
	padding-right: 10px;
	padding-top: 10px;
}


.footer-4 hr {
	border-color: rgba(255,255,255,0.2)
}

.footer-10 {
	font-size: 0.8em;
	color: rgba(255,255,255,0.60)
}
.footer-3 {
	text-align: right;
	padding-top: 240px;
}
.footer-3 img {
	width: 300px;
}
.footer-logo img {
	width: 340px;
}

.f-cat-links a {
	display: block;
	background-image: url(images/bullet.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 15px;
	padding: 0px 10px 0px 30px;
}

@media (max-width: 719px) {
	.footer {
		text-align: center;
	}
	.f-logo {
		text-align: center;
	}
.f-range img:nth-of-type(1) {
	/*margin-left: auto;
	margin-right: auto;*/
}
	.f-range {
		padding-top: 15px;
	}
.f-range img {
	width: 38%;
        height: auto;
        padding-top: 25px;
        padding-left: 5%;
        padding-right: 5%;
        display: inline-block;
}


P.F-header {
        background-position: center top;
        background-size: 30px auto;
        padding: 35px 0px 10px 0px;
        margin: 35px 0px 20px 0px;
        border: none;
		font-size: 2.0em;
    }

	.footer-3b.right, .footer-5b.right {
		text-align: center
	}
	

.F-menu,.F-powered {
	margin-left: 0px;

	}
	.footer-1 a {
		margin: 0px auto 10px auto;
        padding: 0px 0px 0px 30px;
        width: 140px;
        text-align: left;
        border-bottom: solid 1px #ffffff54;
	}
	.footer-1 a:nth-of-type(4) {
		margin: 0px auto 40px auto;
	}
	.f-cat-links a {
		display: block;
		background-image: url(images/bullet.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: auto 15px;
		padding: 0px 10px 0px 30px;
		width: 140px;
		margin: 0px auto 0px auto;
	    border-bottom: solid 1px #ffffff54;
	}
	.footer-3 {
    text-align: center;
    padding-top: 0px;
}

}


@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
======================================*/
.page-header {
	background-color: #C11718;
	background-image: url(images/bg1.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
}
.page-header H1 {
	color: #ffffff;
}





.trans {
	background-color: transparent;	
}
.blue {
	background-color: #66bfc5;
	color: #FFFFFF !important;
}
.blue P,.blue H1,.blue H2,.blue H3,.blue H4,.blue a,.blue UL {
	color: #FFFFFF !important;
}

.grad {
   /* color: #ffffff;
   background-color: rgba(0,0,0,0.7);*/
}
.grey1 {
    background-color: #e5f3fe;
}
.blue {
    background-color: #e5f3fe;
}
.grey2 P,.grey2 H1,.grey2 H2,.grey2 H3,.grey2 H4,.grey2 a,.grey2 UL {
	color: #FFFFFF !important;
}
.white-grad {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.41) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.41) 100%);
	background-color: transparent;
}

.grad {
	background-color: rgba(0,0,0,0.72);	
}
.black {
	background-color: #0e3863;
	color: rgba(255,255,255,1.00);
}
.black P,.black H1,.black H2,.black H3,.black H4,.black a,.black UL {
	color: #FFFFFF !important;
}
.black .btn.btn-primary {
	border-color: #ffffff;
	color: rgba(255,255,255,1.00);
}
.black-solid {
	background-color: #000000;
	color: rgba(255,255,255,1.00);
}

.black H4 {
	color: #ffffff !important;
}
.contact-bg {
	background-color: rgba(0,0,0,0.70);
}


.bg1 {
    background-image: url(images/BG1.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
	padding-bottom: 250px;
}

.grad-top {
    background-image: url(images/bg-grad1.png);
    background-repeat: repeat-x;
    background-position: 0% top;
    background-size: auto 50px;
}
.bg2 {
    background-image: url(images/BG2.jpg) !important;
	background-color: #e5f3fe;
}
.bg3 {
    background-image: url(images/BG3.jpg) !important;
	background-color: #e5f3fe;
}
.bg4 {
    background-image: url(images/BG4b.jpg) !important;
	background-color: #e5f3fe;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg4 .testimonial_whoby {
    color: #fff !important;
}
.bg5 {
    background-image: url(images/BG5.jpg) !important;
	background-color: #e5f3fe;
}
.bg6 {
    background-image: url(images/BG6.jpg) !important;
	background-color: #e5f3fe;
}

@media (min-width: 720px) {
	
.half-bg {
	background-image: url(images/bg-half.png);
	background-repeat: repeat-y;
	background-position: center 0%;
	background-size: 100% auto;
}
.column.h-contact,.column.h-twitter {
	padding-left: 3rem;
    padding-right: 3rem;
}
}
@media (max-width: 719px) {
	
		.bg1 {
    background-position: left 50% bottom;
    background-repeat: no-repeat;
    background-size: 300% auto;
	padding-bottom: 150px;
}
	
	
.half-bg {
	background-color: rgba(236,236,236,1.00);
}

}

/* Full Form
====================================*/
.form-full input:not([type=submit]):not([type=image]) {
	width: 100%;
	margin-right: 0px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-full textarea {
	width: 100%;
	margin-right: 0px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-full .btn.btn-primary {
	width: 100%;
	margin-right: 0px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.form-full .wcs-wrap-wrap {
    background-color: #EBEBEB;
    padding: 2px 10px 5px 20px;
    margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
	max-width: 100%;
	border-top: none;
}
.form-full .form-group {
    display: block;
}

/* Home
================== ====================*/
.box-inner {
	border-radius: 8px;
	/*background-color: #EEEEEE;*/
	background-color: #fff;
	padding: 10px 25px 25px 25px;
	/*border: solid 1px #ccc;*/
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
}
.img-curve img {
	border-radius: 8px;
}

.snip-img-3wide img {
	width: 33%;
	border: solid transparent 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




.email-link h4 a {
	display: inline-block;
    background-image: url(images/icon-email3.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: left center;
	padding: 5px 0px 5px 40px;
}

.email-link h4 a:hover {
	transform: translateX(5px);

}



.video-marina .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 40%;
}

.card-wrap {
	background-color: #ffffff;
	border-radius: 4px;
	position: relative;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.13); 
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.13);	
}



.cards figure {
	background-color: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.13); 
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.13);
}
.cards figcaption {

}
.cards h4 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	color: #ffffff;
	background-color: rgba(54,143,153,0.75);
	margin: 0px;
	padding: 20px;
	font-size: 1.5em;
	line-height: 1em;
}
.cards h4 span {
	font-weight: 300px;
	font-size: 0.6em;
	text-transform: none;
}
.cards ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.cards li {
    padding: 10px 10px 10px 45px;
    background-position: left top 8px;
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-image: url(images/bullet-tick.png);
}
.cards-s1,.cards-s2 {
	padding: 15px 20px 15px 20px;	
}
.cards-s2 {
	background-color: #F2F2F2;
}
.cards .btn {
	margin: 0px auto;
	display: block;
}



/*------------------------*/
.irs--flat .irs-bar {
        background-color: #75bed9 !important;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
        background-color: #75bed9 !important;
}
.irs--flat .irs-handle>i:first-child {
        background-color: #75bed9 !important;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color: #75bed9 !important;
}


.boat-search-colour {
	padding: 20px 0px;
	background-color: rgba(69,157,167,0.85);
	
	/*background-image: -webkit-linear-gradient(0deg,rgba(58,163,184,0.60) 0.35%,rgba(105,188,204,0.11) 62%);
    background-image: -moz-linear-gradient(0deg,rgba(58,163,184,0.60) 0.35%,rgba(105,188,204,0.11) 62%);
    background-image: -o-linear-gradient(0deg,rgba(58,163,184,0.60) 0.35%,rgba(105,188,204,0.11) 62%);
    background-image: linear-gradient(90deg,rgba(58,163,184,0.60) 0.35%,rgba(105,188,204,0.11) 62%);*/
}
.boat-search {
    /*border: solid 0px #cccccc;
    border-radius: 10px;
    width: 300px;
    margin: 0px 0px 0px 0px;
    background-color: rgba(255,255,255,0.75);
    max-width: 100%;
	text-align: left;
	padding: 1px 25px 10px 20px;*/
}

.boat-search-colour .restrict-widthx {

	}
/*.h-c2a.h-c2a-2 img {
    display: block;
}*/
.h-c2a.h-c2a-2 figure {
    position: relative;
	border: solid 0px #ffffff !Important;
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); 
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);*/
	margin-bottom: 0px;
}
.h-c2a-logo {
    background-color: rgba(0,0,0,0.31);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}
.h-c2a-logo img {
    width: 60%;
    padding: 8px;

}
.h-c2a-newboats .h-c2a-logo img {
    height: auto;
	width: 35%;
}
.h-c2a-newboats h4 {
    margin-bottom: 0.1em;
	font-size: 1.5em;
}
.h-c2a-newboats a {	
	font-family: greycliff-cf, sans-serif;
	font-weight: 400;
}
@media screen and (max-width: 719px) {
		/*.h-c2a.h-c2a-2 .column.third {
		float: left;
		width: 50%;
	}*/
}




.history-icons .column {
	padding: 0px;
}.history-icons .column img {
	width: 80%;
}
.history-icons figcaption {
    background-image: url(images/history-line.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 15px;
	padding: 25px 20px 20px 20px;
}
.history-icons .column p {
	font-size: 0.8em;
}
.history-icons .column h4 {
	font-size: 0.9em;
}
@media screen and (max-width: 1000px) {
.history-icons .column.sixth {
	width: 25%;
}
}
@media screen and (max-width: 720px) {
.history-icons .column.sixth {
	width: 33%;
	float: left;
}

}
@media screen and (max-width: 400px) {
.history-icons .column.sixth {
	width: 50%;
	float: left;
}
}




.table-spec {
	width: 500px;
	max-width: 90%;
	text-align: left;
}
.table-spec tr:nth-of-type(odd) {
	background-color: #E7EFF1;
}

.table-spec td,.table-spec th {
	padding: 8px 12px;
}
.table-spec th {
    font-weight: 600;
}
@media screen and (max-width: 720px) {
.table-spec {
	width: 95%;
	max-width: 95%;
	text-align: left;
}	
}

.gallery-slider.colour div {
    background-color: transparent !important;
}
.grad img {
	border-bottom: solid 1px #ffffff;
}
.grad .column.seventh {
	padding: 0px;
}
.grad {
    background-color: rgba(0,0,0,0.72);
	padding: 1em 0em;

}

@media screen and (max-width: 720px) {
	.grad .column.seventh {
		float: left;
		width: 50%;
	}
}

figure.header-centre {
	margin: 0px;
}
figure.header-centre img {
	display: block;
	width: 100%;
}

figure.header-centre div {
    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;
    background-color: rgba(0,0,0,0.0);
    color: #ffffff;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
}
.page-editor figure.header-centre div {
	pointer-events:none;
}
.header-centre h2,.header-centre h3 {
    color: #1b75bb;
    margin: 1em 15%;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.00);
}

.header-centre .btn.btn-primary {
	/*color: #fff;
	border-color: #fff;
	    background-image: url(images/logo-detail-s-w.png);*/
	background-color: #fff;
}
.header-centre p {
	font-weight: 800;
}

@media (max-width: 720px) {
.header-centre h2,.header-centre h3,.header-centre p {
	margin: 1em 5%;
	font-size: 1.0em;
}
}

@media (min-width: 720px) {
	.snip-2img-1,.snip-2img-2 {
		padding-top: 4.5em;
	}
}
.snip-2img-1 .two-thirds img:nth-of-type(1) {	
    width: calc(66.3% - 4px);
    margin-right: 0px;
	float: left;

}
.snip-2img-1 .two-thirds img:nth-of-type(2) {	
    width: calc(33.7% - 4px);
	float: right;
	margin-bottom: 8px;
}
.snip-2img-1 .two-thirds img:nth-of-type(3) {	
    margin: 0px 0px 0px 0px;
    width: calc(33.7% - 4px);
	float: right;
}



.snip-2img-2 .two-thirds img:nth-of-type(1) {	
    width: calc(66.3% - 4px);
    margin-right: 0px;
	float: right;

}
.snip-2img-2 .two-thirds img:nth-of-type(2) {	
    width: calc(33.7% - 4px);
	margin-bottom: 8px;
	float: left;
}
.snip-2img-2 .two-thirds img:nth-of-type(3) {	
    margin: 0px 0px 0px 0px;
    width: calc(33.7% - 4px);
	float: left;
}


@media (max-width: 720px) {
.snip-2img-1 .two-thirds img:nth-of-type(1), .snip-2img-2 .two-thirds img:nth-of-type(1) {	
	    width: calc(66.5% - 4px);
}
	.snip-2img-1 .two-thirds img:nth-of-type(12), .snip-2img-1 .two-thirds img:nth-of-type(23), .snip-2img-2 .two-thirds img:nth-of-type(2) , .snip-2img-2 .two-thirds img:nth-of-type(23) {
    width: calc(33.5% - 4px);		
	}
}










.images-three-mini .column:nth-of-type(1) {
	margin-top: 15px;

}
.images-three-mini .column:nth-of-type(3) {
	margin-top: 50px;

}
.images-three-mini .column.no-pad {
	padding: 0px 2px !important;
}

.h-intro h2 {
	margin: 0.3em 10% 0.7em 10%;
}

.three-images-wide img {
	margin: 0px;
	display: block;
}









.two-image-snippet img {
	width: 50%;
	border: 2px solid rgba(255,255,255,0.00);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.two-image-snippet img:nth-of-type(1) {
	padding-bottom: 50px;
}
.two-image-snippet img:nth-of-type(2) {
	padding-top: 50px;
}
@media (max-width: 720px) {
	.two-image-snippet h2 {
		margin-top: 0.3em;
	}
}

/*---------------------*/
figure.hdr.header-one figcaption {
	top: 0px;
	background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.00) 47.49%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.00) 47.49%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.00) 47.49%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.56) 0.00%,rgba(0,0,0,0.00) 47.49%);
}

.header-one H1 {
    position: absolute;
    bottom: 40px;
    left: 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 3em !important;
    line-height: 1.3;
    margin-bottom: 0.25em !important;
    padding: 8px 50px 8px 20px !important;
    width: 450px;
    max-width: 80%;
    text-shadow: 0px 0px 5px rgba(0,0,0,1.00);
}


.header-one figcaption H1 span:nth-of-type(1) {
    font-size: 20px;
	padding-left: 3px;
}
.header-one figcaption H1 span:nth-of-type(2) {
    font-size: 22px;
    font-weight: 400;
}






.p-banner {
    height: calc(100vh - 95px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    /*background-image: -webkit-linear-gradient(0deg,rgba(58,163,184,0.60) 0.35%,rgba(105,188,204,0.11) 62%);
    background-image: -moz-linear-gradient(0deg,rgba(58,163,184,0.60) 0.35%,rgba(105,188,204,0.11) 62%);
    background-image: -o-linear-gradient(0deg,rgba(58,163,184,0.60) 0.35%,rgba(105,188,204,0.11) 62%);
    background-image: linear-gradient(90deg,rgba(58,163,184,0.60) 0.35%,rgba(105,188,204,0.11) 62%);*/
}

.p-banner-small {
    height: calc(80vh - 95px);
}
.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;
	width: auto;
}

.h-header-message {

}
.p-banner-inner {
    width: 800px;
    margin: 0px auto 0px auto;
    padding: 10px 30px 10px 30px;
	border-radius: 0px 6px 6px 0px;
    background-color: rgba(0,0,0,0.0);
}
.holder-logo-img {
	width: 250px;
	text-align: left;
}
.p-banner H1 {
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    margin: 0.2em auto 0.1em 0em;
    font-size: 4em !important;
    color: #fff !important;
    font-weight: 100;
	padding-top: 3px;
}
.p-banner H1 span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    display: block;
}
.p-banner-inner p {
    text-transform: none;
    padding: 0px 0px 0px 0px;
    color: #000;
    font-size: 18px;
    margin-top: 0.2em;
	line-height: 1.3em;
}
.p-banner-inner .btn.btn-primary {
    color: #1b75bb;
    background-color: #fff;
}



.boat-search div * {
	vertical-align: middle;
}
.boat-search h4 {
	margin-bottom: 0.5em;
}
.p-banner.p-banner-boats {
    height: calc(100vh - 158px);
}
.p-banner.p-banner-boats .p-banner-inner {
	width: 300px;
	marging: 0px auto;
	padding: 5px 30px;
}
.p-banner.p-banner-boats H1 {
    font-size: 2em !important;
	/*border-bottom: solid 1px #ffffff;*/
	padding-bottom: 15px;
}
.p-banner.p-banner-boats p {
    font-size: 18px;
}
.p-banner.p-banner-boats .column {
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.00) 43.34%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.00) 43.34%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.00) 43.34%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.50) 0.00%,rgba(0,0,0,0.00) 43.34%);
}

.stats .column.sixth span:nth-of-type(1) {
	display: block;

}
.stats .column.sixth span:nth-of-type(2) {
	font-size: 1.2em;
	padding-left: 8px;
	font-weight: 600;

}
.boat-detail-col1a img {
	float: right;
	width: 25%;
}
.stats .icon img {
	height: 60px;
	margin: 10px 0px 5px 0px !important;
}
.stats .column {
	text-align: center !important;
	border-right: solid 1px rgba(255,255,255,0.20)
}

@media screen and (max-width: 1200px) {
	.stats .column.sixth {
		float: left;
		width: 33.3%;
		border-bottom: solid 1px rgba(255, 255, 255, 0.20);
	}
	.stats .column p {
		margin: 0.5em 0em;
	}
	
}

@media (max-width: 999px) {
	.p-banner .column {


	}
.p-banner H1 {
	font-size: 2.8em !important;
}
	.p-banner H1 span {
	font-size: 20px !important;

}
	.p-banner H1 a {
    font-size: 13px;
    line-height: 16px;
		padding: 10px 35px 10px 15px;
		    width: calc(100% - 45px);
	}
.p-banner P {
	font-size: 1.3em !important;
    margin-top: 0vh;
	
}
.header-one H1 {
	font-size: 1.1em !important;
	width: 45%;
	}
	
	
	
}


@media (max-width: 719px) {
    .p-banner-inner {
        width: calc(95% - 30px);
		padding: 10px 20px 10px 10px;
    }
	.p-banner H1 { 
		font-size: 1.5em !important;
		padding-top: 3px;
	}
	.p-banner H1 span {
        font-size: 17px !important;
    }
	.p-banner {
		min-height: calc(100vh - 114px);
		height: auto
	}
	.p-banner-inner {
		margin-top: 135px;
		margin-bottom: 30px;
		padding: 5px 5px;
	}
	.p-banner .column {
    	position: relative;
	}
}


/*--------------------------------*/


@media screen and (max-width: 719px) {

	.p-banner {
		height: calc(80vh - 0px);
	}

}

/*------------------------------------*/









@media screen and (max-width: 550px) {
	.stats .column.sixth {
		float: left;
		width: 50%;
	}
	.stats .column.sixth span:nth-of-type(2) {
    font-size: 1.0em;
}
	
}








.h-brochures img {
	width: 250px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h-brochures img:hover {
	transform: scale(1.05)
}
.h-icons H3 {
	font-size: 2em;
}
.h-icons H4 {
	font-weight: 700;
	font-size: 1.2em;
	/*color: #ee412d;*/
}
.h-icons img {
	width: 120px;
	/*border-radius: 50%;*/
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h-icons P {
	font-weight: 400;
	font-size: 1.0em;
}
.h-icons img:hover {
	transform: scale(1.1)
}
.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;
}
.h-column-contact {
	background-color: rgba(255,255,255,0.80);
	border-radius: 20px;
	padding-top: 2em;
	padding-bottom: 2em;
}
	.h-icon-arrows h4 {
		font-size: 1.0em;
	}



@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 screen and (max-width: 450px) {
	.header-one H1 {
		font-size: 0.9em !important;
		width: 50%;
		}
}


.testimonial-colour {

}
.testimonial-colour .column {
    min-height: 400px;
    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 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial_message {
    font-size: 1.45em;
    padding: 40px;
    color: #000000;
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    line-height: 1.45em;
    border-radius: 5px;
    text-align: center;
}
.testimonial_whoby {
    font-style: normal;
    color: #000000 !important;
    padding: 30px 0px 0em 0px !important;
    text-align: center;
    margin: 0px 0px 0px 0px;
    background-image: url(images/icon-speech.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 7px auto;
	font-weight: normal;
}


@media (max-width: 720px) {
	
.testimonial-colour .column {
    min-height: 400px;
}
.testimonial_message {
    font-size: 1.0em;
}
	.c2a .column {
		padding-bottom: 30px;
	}
	.h-icons p {
		margin-top: 0.1em;
		margin-bottom: 1.5em;
	}
	.p-banner-inner {
    padding: 5px 15px;
}
.p-banner H1 {
    font-size: 3em !important;
	}
.p-banner p {
    font-size: 1.1em !important;
	line-height: 1.3em;
	font-weight: 500;
	}
	
	.h-icon-arrows .column:nth-of-type(1),.h-icon-arrows .column:nth-of-type(2) {
		float: left;
		width: 50%;
	}
	.h-icon-arrows .column:nth-of-type(3) {
		float: left;
		width: 100%;
		background-color: #ffffff;
		padding: 1em 1em;
	}
	.h-icon-arrows h4 {
		font-size: 1.0em;
	}
	
}







.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;
	background-color: transparent;	/*background-color: #C11718;*/
	
}

.h-cats figure:hover {

	/*transform: scale(1.05);*/
}
.h-cats figcaption {
	text-align: left;
	/*border-top: solid 2px #ffffff;*/
	padding: 0.1em 0.6em 10px 0em;
	background-image: url(images/go.png);
	background-repeat: no-repeat;
	background-position: right 10px bottom 10px;
	background-size: auto 20px;
}
.h-cats figure img {
	display: block;
}
.h-cats H3 {
	font-size: 1.0em;
	/*text-transform: uppercase;*/
	margin-bottom: 0.1em;
	letter-spacing: normal;
}
.colour.h-cats {

}

.h-cats {
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;	
}
.h-cats .column.fourth {
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;
}


@media screen and (max-width: 720px) {

	.h-cats figure {
		text-align: center;
		paddding-bottom: 40px;
	}
	.h-cats h3 {
		text-align: center;
	}
	.h-cats p {
		margin: 0px
	}
.h-cats figure img {
	width: 400px;
    max-width: 100%;
	display: inline-block;

}
}







/* 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-weight: 400 !important;
    font-size: 2em !important;
	background-color: rgba(255,255,255,0.0);
	margin-top: 0;
	color: #ffffff !important;
	padding: 30% 0 0 35px !important;
	margin-right: 0px;
		background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.00) 47.49%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.00) 47.49%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.00) 47.49%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.56) 0.00%,rgba(0,0,0,0.00) 47.49%);
	display: block;
	top: 0px;
	bottom: 0px;
	height: 100%;
}
.wbSliderSecondary {
	font-size: 1.9em !important;
	font-weight: 400;
	margin-top: 0vh;
	color: #ffffff;
	background-color: #1eb78a;
	/*-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 20px, 20px 0);*/
}
.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;
}
}

.center .wcs-wrap-wrap {
	border-top: none;
	padding-top: 10px;
	margin: 10px auto 15px auto;
	width: 350px;
	background-color: #ECECEC;
	border-radius: 5px;
	    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wcs_wrap {
	font-size: 0.85em;
	color: rgba(61,61,61,1.00);
	text-align: left;
}
.contact-bg input,.contact-bg textarea {
	margin-right: 0px !important;
}




.header-left figure.header-two figcaption {
    height: auto;
    bottom: 10%;
    right: 60%;
    width: auto;
    top: 10%;
    left: 0px;
    padding-bottom: 0.5em;
	background-color: rgba(255,255,255,0.85);
    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;
    /*background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.00) 100.00%);	
	/*background-image: url(images/anim-bg-w.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;	*/
}
.header-left figure.header-two img {
    left: 20px;

}
@media screen and (min-width: 1399px) {
	.header-right figure.header-two figcaption {
		top: 20% !important;
		bottom: 20% !important;
	}
	.header-left figure.header-two figcaption {
		top: 20% !important;
		bottom: 20% !important;
	}
	
}

.header-right figure.header-two figcaption {
    height: auto;
    bottom: 10%;
	right: 0px;
	width: auto;
	top: 10%;
	left: 60%;
    padding-bottom: 0.5em;
	background-color: rgba(255,255,255,0.85);
	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;

}
.header-right figure.header-two img {
    right: 20px;

}
.header-right figure.header-two figcaption p {
	color: #000;
}
.header-left figure.hdr div,.header-right figure.hdr div {
    height: auto !important; 
	max-width: 500px;
	/*background-color: rgba(0,0,0,0.27);*/
}
.header-left figure.header-two figcaption,.header-right figure.header-two figcaption {
	padding: 2em 5%;
}
.header-two h1,.header-two h2,.header-two h3,.header-two h4,.header-two a {
	color: #1b75bb;
}




.header-page-top figure.header-two figcaption H1 {
	font-size: 2.8em;
}
.header-page-top.header-left figure.header-two figcaption {
    background-image: url(images/bg-ol-05.png);
    background-size: cover;
    background-position: left center;
    background-color: rgba(69,181,231,0.0);
    right: 0px;
    max-width: 100%;
}
.header-page-top.header-left figure.header-two figcaption {
    background-image: url(images/bg-ol-05.png);
    background-size: cover;
    background-position: left center;
    background-color: rgba(69,181,231,0.0);
    right: 0px;
    max-width: 100%;
}
.header-page-top.header-left figure.header-two figcaption div {
    width: 45%;
}



@media only screen and (max-width: 1023px) {
.header-left figure.header-two figcaption {
	right: 33%;
}	
.header-right figure.header-two figcaption {
	left: 33%;
}
}
@media only screen and (max-width: 719px) {
	
	.header-left figure.hdr div, .header-right figure.hdr div {
    max-width: 100%;
}
	figure.hdr figcaption {
		position: relative;
		padding: 2.5em 1.5em;

	}
	
	/*------------------------*/

	figure.header-two.header-mxg1 figcaption {
		background-color: #0e3863;
		color: #fff;
		background-image: none;
		padding: 2.5em 1.5em;
		top: 0px;
		bottom: 0px;
		max-width: 100%;
		width: auto;
}
	.header-left figure.header-two figcaption {
		right: 0%;
		max-width: 100%;
		width: 100%;
		background-image: none;
	}	
	.header-right figure.header-two figcaption {
		left: 0%;
		max-width: 100%;
	}
	.header-page-top.header-left figure.header-two figcaption div {
		width: 100%;
		max-width: 100%;

	}
	.header-page-top.header-left figure.header-two figcaption {

	}
}

/*------------ newsletter --------------------*/

.newsletter {
    background-image: url(images/newsletter1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
#mc_embed_signup {
    background-color: rgba(54, 143, 153, 0.75) !important;
}
#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 600px;
	max-width: 90%;
	padding: 15px;
}
#mc_embed_signup .mc-field-group label, .indicates-required, #mc_embed_signup h2 {
	color: #fff !important;
}

/*------------ MY ACCOUNT --------------------*/
.account-buttons {
	padding: 12px 0px;
}

.saved-search-table table {
	width: 600px !important;
	max-width: 100% !important;
	text-align: left;
}
.saved-search-table table th {
	padding: 15px 10px !Important;
	text-align: left !important;
	color: #000;
	font-size: 1.2em;
}
.saved-search-table table td {
	padding: 5px 10px !Important;
	text-align: left !important;
}
.saved-search-table table tr:nth-of-type(odd) {
	background-color: #E1ECF3;
}
.saved-search-table form {
	display: inline-block;
}
.saved-search-table input[type=submit] {
    padding: 3px 20px 3px 0px;
    font-size: 0.9em;
    border: none;
    display: inline-block;
    margin: 3px 0em;
    background-image: none;
    position: relative;
    color: #696969;
    border-color: transparent;
    margin-left: 5px;
	margin-right: 15px;
}
.saved-search-table input[type=submit]:hover {
    padding: 3px 20px 3px 0px;
    font-size: 0.9em;
    border: none;
    display: inline-block;
    margin: 3px 0em;
    background-image: none;
    position: relative;
    color: #696969;
    border-color: transparent;
    margin-left: 5px;
	margin-right: 15px;
	background-color: transparent;
}

/***/
.save-search {
	padding: 0em 3em 1em 3em;
}
.save-search span {
	vertical-align: middle;
}

.save-search input:not([type=submit]):not([type=image]) {
    padding: 5px 10px;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    width: 250px;
    margin-bottom: 0px;
    font-size: 1.0em;
    font-weight: 400;
    max-width: 100%;
}
.save-search-box-wrap * {
	vertical-align: middle;
}
.save-search input[type=submit] {
    padding: 4.0px 20px 4.0px 20px;
    font-size: 1em;
    border: none;
    display: inline-block;
    margin: 0px 0em;
}
.save-search-welcome {
	padding-right: 30px;
}
.save-search-view-saved {
	padding-left: 30px;
}

@media only screen and (max-width: 719px) {
		.save-search {
		padding: 0em 1.5em 1em 1.5em;
	}
		.save-search span {
		vertical-align: middle;
			display: block;
			padding: 0px 0px 10px 0px !important;
	}
	.save-search input:not([type=submit]):not([type=image]) {
		padding: 5px 5px;
		width: 170px;
		font-size: 0.9em;
		max-width: 100%;
		margin: 3px 5px 3px 0px;
	}
}


/* NEW
==========================================*/
.search-bar .column * {
	vertical-align: middle;
}
.search-bar-inner {
	padding: 0px;
	width: 1050px;
	max-width: 100%;
	margin: 0px auto 0px auto;
}
.search-bar-inner .btn {
	margin-left: 30px;
}
.search-bar-inner2 {
		float: left;
	background-color: #ffffff;
	height: 100px;
	padding-top: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.search-bar-inner1,.search-bar-inner3 {
    background-image: url(images/h-search-l.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
	width: 75px;
	height: 100px;
	float: left;
	margin-right: -1px;
}
.search-bar-inner3 {
    background-image: url(images/h-search-r.png);
	margin-left: -1px;
}
.price-search-wrap, .length-search-wrap {
	display: inline-block;
	width: 300px;
	padding: 0px 20px 10px 20px;
}
.price-search-wrap p, .length-search-wrap p {
	margin: 0px;
	font-size: 1.15em;
}
.button-search-wrap {
	display: inline-block;
	width: 180px;
		padding: 0px 15px 10px 15px;
}
.boat-search {
    background-color: #ffffff;
    text-align: center;
}
@media only screen and (max-width: 1110px) {
		.search-bar-inner {
		width: 930px;
	}
	.price-search-wrap, .length-search-wrap {
		display: inline-block;
		width: 230px;
		padding: 0px 20px 10px 20px;
	}
}

@media only screen and (max-width: 980px) {
		.search-bar-inner {
		width: 330px;
	}
	.search-bar-inner1,.search-bar-inner3 {
	display: none;
	}
	.search-bar-inner2 {
		float: none;
		height: auto;
		border-radius: 15px 15px 0px 0px;
	}
	.search-bar-inner .btn {
		margin-left: 0px;
	}
		.search-bar .column img {
		width: auto;
	}
	
}


/* Baot Hero
=====================================*/
.boat-hero .bfs-listing-title {
	font-size: 1.5em;
    position: absolute;
    top: 30px;
    left: 0px;
    background-color: #8fd1e9;
    display: block;
    padding: 5px 20px 5px 15px !important;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 5;
    border-radius: 0px 4px 4px 0px;
}
.boat-hero-inner {
	/*border: solid 2px #ccc;*/
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}
.boat-hero-inner img {
	padding: 0px;
	margin: 0px;
	display: block;
}

.boat-hero-text {
	padding: 1px 25px 10px 25px;

}
.boat-hero-inner .items-sec {
    position: relative;
    column-count: 1;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #ffffff;
    border-top: solid 1px #E8E8E8;
	border-bottom: solid 1px #E8E8E8;
}
.boat-hero-inner .bfs-price, .boat-hero-inner .bfs-location {
    padding: 0px 10px 10px 0px;
}
.boat-hero-inner h3 {
	margin-bottom: 0.1em;
}


/*-------------------------*/
.spec-table table {
	width: 100%;
}
.spec-table table tr:nth-of-type(odd) {
	background-color: #E8E8E8;
}
.spec-table table td {
	padding: 15px 10px;
}
.spec-table table p {
	margin: 0px;
}
/*-------------------------*/
.range-intro-text {
	font-size: 1.2em;
}


/*-------------------------------*/
/*--------------Boat Pages-------------------*/


.boat-stats-inner {
	background-color: #fff;
	padding: 15px 30px;
	border-radius: 10px;
	margin-bottom: 10px;
	webkit-box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 13%);
    box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 13%);
}
.black.boat-stats-inner {
	background-color: #0e3863;
}
.boat-stats-inner p b {
	font-size: 1.5em;
    padding-bottom: 8px;
    display: block;
	border-bottom: solid 1px rgba(255,255,255,0.15);
}
.boat-stats-inner .wcs-wrap-wrap {
	background-color: transparent;
	margin: 0px;
}
.boat-stats-inner .checkbox {
    margin-bottom: 6px;
}
.snippet-BG-contact {
    background-image: url(images/contact-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.snippet-BG-contact .formgen-form-wrap {
	padding: 0px;
	border-radius: 0px;
}
.snippet-BG2 {
    background-image: url(images/form-bg2.jpg);
}
.snippet-fly {
    background-image: url(images/form-bg-fly.jpg);	
}
.snippet-s {
    background-image: url(images/form-bg-s.jpg);	
}
.snippet-atlantis {
    background-image: url(images/form-bg-atlantis.jpg);	
}
.snippet-verve {
    background-image: url(images/form-bg-verve.jpg);	
}
.snippet-anvera {
    background-image: url(images/form-bg-anvera.jpg);	
}
.snippet-hcb {
    background-image: url(images/form-bg-hcb.jpg);	
}
/*---------------------------------*/
.page-logo img {
	width: 200px;
}
.page-logo p {
	font-size: 1.6em;
	ont-family: latobold, sans-serif;
}

/*------------BOAT MODELS-----------------*/
.boat-models figure {
	/*border-left: solid 2px #1b75bb;*/
	background-color: #EEEEEE;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.boat-models figure:hover {
	transform: scale(1.05)
}
.boat-models figcaption {
	padding: 20px;
}
.boat-models h3 {
	font-size: 1.3em;
	font-weight: 600;
	margin: 0.2em 0em;
	color: #1b75bb;
}
.boat-models p {
	margin: 0.0em 0em;
	font-size: 0.85em;
}
.boat-models p span {
	font-weight: 600;
	width: 100px;
	display:inline-block;
}
.boat-models .btn {
	margin-top: 20px;
}

/*---------------------*/
img.logo-c {
	width: 100px;
	margin: 33px 0px 0px -6px !important;
}
.contact-col h4 {
	margin: 0.1em 0em;
}

/*---------------------*/

.logo-h img {
	width: 40px;
}

/*---------------------------------------------*/

@media (min-width: 720px) {
	.snip-2img-1,.snip-2img-2 {
		padding-top: 4.5em;
	}
}
.snip-2img-1 .two-thirds img:nth-of-type(1) {	
    width: calc(54.55% - 4px);
    margin-right: 0px;
	float: left;

}
.snip-2img-1 .two-thirds img:nth-of-type(2) {	
    width: calc(45.45% - 4px);
	float: right;
	margin-bottom: 8px;
}
.snip-2img-1 .two-thirds img:nth-of-type(3) {	
    margin: 0px 0px 0px 0px;
    width: calc(45.45% - 4px);
	float: right;
}



.snip-2img-2 .two-thirds img:nth-of-type(1) {	
    width: calc(45.45% - 4px);
    margin: 0px 0px 8px 0px;
	float: left;

}
.snip-2img-2 .two-thirds img:nth-of-type(2) {	
    width: calc(54.55% - 4px);
    margin: 0px 0px 0px 0px;
	float: right;
}
.snip-2img-2 .two-thirds img:nth-of-type(3) {	

		margin-bottom: 8px;
    width: calc(45.45% - 4px);
	float: left;
}


@media (max-width: 720px) {
	/*.snip-2img-1 .two-thirds img:nth-of-type(1) {	
		width: calc(100% - 4px);
		float: none;
	}
		.snip-2img-1 .two-thirds img:nth-of-type(2), .snip-2img-1 .two-thirds img:nth-of-type(3), .snip-2img-2 .two-thirds img:nth-of-type(1) , .snip-2img-2 .two-thirds img:nth-of-type(3) {
		width: calc(50% - 4px);		
	}*/
}



.img-third-two-thirds-column img:last-of-type {
	width: 30%;
	margin-bottom: 50px;
}
.img-third-two-thirds-column img:first-of-type {
	width: 68%
}
.img-two-thirds-third-column img:last-of-type {
	width: 68%;

}
.img-two-thirds-third-column img:first-of-type {
	width: 30%;
	margin-bottom: 50px;
}

/*-----------------------------*/


/* NEW HOME PAGE
=========================================*/

.news1-article-images img, .h-model-wrap .restrict-width, .item-mar, .h-c2a.h-c2a-2 figure, .btn {
	border-radius: 0px;
	overflow: hidden
}
.img-smooth img {
	border-radius: 6px;
}

.p-banner H1 {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.83);
}

/*---*/

.h-c2a.h-c2a-2 figure {
    background-color: #EBEBEB;
	margin-bottom: 15px;
}
.h-c2a.h-c2a-2 h2 {
    margin: 0.7em 0em 0.3em 0em;
    font-size: 1.4em;
    font-weight: 800;
}
.h-c2a.h-c2a-2 a p {
    font-weight: 400;
    color: #000 !important;
}
.btn-bottom .btn {
	position: absolute;
	bottom: 15px;
	left: 6%;
	font-weight: 800 !important;
}
.btn-bottom .btn:hover {
	transform: translateX(0px)
}
.btn-bottom figcaption {
	padding-bottom: 65px !important;
}



.clip {
	display: block;
	margin-bottom: 2px;
}
.clip1 {

}
.clip2 {
    clip-path: none;
    margin-top: 2px;
	margin-bottom: 0px;
    -webkit-box-shadow: inset 0px 54px 6px 0px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: inset 0px 54px 6px 0px rgba(0, 0, 0, 0.0);
    box-shadow: inset 0px 54px 6px 0px rgba(0, 0, 0, 0.0);
}













.h-c2a-logo-wrap {
    background-image: -webkit-linear-gradient(0deg,rgba(27,117,187,1.00) 0%,rgba(14,56,99,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(27,117,187,1.00) 0%,rgba(14,56,99,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(27,117,187,1.00) 0%,rgba(14,56,99,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(27,117,187,1.00) 0%,rgba(14,56,99,1.00) 100%);
}

.h-c2a-logo {
        background-color: transparent;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    height: 60px;
    background-image: url(images/NS_logo_White.png);
    background-position: left 15px center;
    background-size: auto 40px;
    background-repeat: no-repeat;
	
}
.h-c2a-logo.h-c2a-logo2 {
    background-image: url(images/logo-XO-w.png);
}
.h-c2a-logo.h-c2a-logo3 {
    background-image: url(images/logo-rupert-w.png);
}
.h-c2a-logo.h-c2a-logo4 {
    background-image: url(images/logo-SUR-w.png);
}
.h-c2a-logo img {
    height: 40px;
	width: auto;
    padding: 8px;
}

.h-c2a.h-c2a-2 figure {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: solid 8px #ffffff;
	background-color: transparent;
}
.h-c2a.h-c2a-2 figcaption {
	padding: 1px 6%;
	background-color: #EEEEEE;
}
.h-c2a.h-c2a-2 a p {
	/*font-weight: 400;*/
}
.ranges-section .column {
    padding: 3px 10px;
}


/*------footer-------------------------*/

.colour-range {
    background-color: #0e3863;
	border-bottom: solid 1px rgba(255,255,255,0.35);
}



/*------available now-------------------------*/
.boat-models figcaption {
	position: relative;
	padding-bottom: 70px;
}
.boat-models .btn {
	position: absolute;
	bottom: 20px;
	left: 20px;

}




/* -------------------------------------------------MCC-----------------------------------------------------*/

.h-model {
    width: 300px;
    background-color: #1b75bb;
    color: #fff;
    padding: 30px;
    margin-top: -70px;
    cursor: pointer;
    background-image: url(images/icon2-go1.png);
    background-repeat: no-repeat;
    background-position: right 10px bottom 15px;
    background-size: 30px auto;
}


@media (min-width: 720px) {
	.h-model {
		width: auto;
		background-color: transparent;
		color: #fff;
		padding:  9px 0px 5px 0px;
		margin-top: 0px;
		cursor: pointer;
		background-image: url(images/icon2-go1.png);
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-size: 30px auto;
	}
}
@media (max-width: 719px) {
	.h-model {
		background-image: -webkit-linear-gradient(0deg,rgba(27,117,187,1.00) 0%,rgba(14,56,99,1.00) 100%);
		background-image: -moz-linear-gradient(0deg,rgba(27,117,187,1.00) 0%,rgba(14,56,99,1.00) 100%);
		background-image: -o-linear-gradient(0deg,rgba(27,117,187,1.00) 0%,rgba(14,56,99,1.00) 100%);
		background-image: linear-gradient(90deg,rgba(27,117,187,1.00) 0%,rgba(14,56,99,1.00) 100%);
		background-position: center center;
		background-size: auto;
		border-radius: 6px;
	}
	.h-model-wrap {
		padding-left: 1em;
		padding-right: 1em;
	}
}





.h-model-wrap img {
	margin: 0px;
}
.h-model-col {
	margin-top: -10px;
	background-image: -webkit-linear-gradient(0deg,rgba(27,117,187,1.00) 0%,rgba(14,56,99,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(27,117,187,1.00) 0%,rgba(14,56,99,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(27,117,187,1.00) 0%,rgba(14,56,99,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(27,117,187,1.00) 0%,rgba(14,56,99,1.00) 100%);
}
.h-model.h-model-right {
	float: right;
}

.h-model span {
	display: block;
	font-size: 1.6em;
	font-weight: 700;
}



.h-about h1 {
	text-transform: none;
	/*color: #1b75bb;*/
}

@media (max-width: 719px) {

	.h-model-wrap .fourth-maintain {
		width: 50%;
	}
	.h-model-wrap img {
		display: block;
	}
	.h-model-col {
		clear: both;
	}
	.h-model {
		width: 80%;
		float: left;
	}
}





/* MMMMYYYY
=====================================================================================*/
.h-form-col {
	background-color: rgba(39, 51, 101, 0.65);
	padding: 0px 0px 0px 0px;
}
.h-form  {
	/*background-color: rgba(255,255,255,0.90);*/
	width: 660px;
	max-width: calc(100% - 50px);
	margin: 0px auto;
	border: none;
	border-radius: 8px;
	padding: 15px 25px;
	color: #fff;
}
.h-form * {
	vertical-align: bottom;
}
.h-form .field{
	display: inline-block;
	width: 24.5%;
	padding-right: 2%;
}
.h-form-btn-wrap {
	display: inline-block;
	width: 18%;
}
.h-form-btn-wrap input[type=submit] {
	margin-bottom: 10px;
	padding: 12px 25px 12px 25px;
	color: #fff;
	border-color: #fff;
}
.h-form-btn-wrap input[type=button] {
	margin-bottom: 10px;
	padding: 10px 25px 9px 25px !important;
	color: #fff;
    background-color: #273365;
    border-color: #0e3863 !important;
	max-width: 120px ! IMPORTANT;
}
.h-form-b .h-form-btn-wrap input[type=button] {
	margin-bottom: 10px;
	padding: 11px 25px 10px 25px !important;
	color: #fff;
    background-color: transparent;
    border-color: #fff !important;
	max-width: 120px ! IMPORTANT;
}

@media (max-width: 719px) {
	.h-form  {
		max-width: calc(100% - 20px);
		padding: 15px 10px;
        width: 330px;
		text-align: center
	}
	.h-form .field {
		display: inline-block;
		width: 100px;
		padding-right: 2%;
		text-align: left
	}
	.h-form-btn-wrap {
		display: inline-block;
		width: 230px;
	}
	.h-form-btn-wrap input[type=submit] {
		width: 200px;
		text-align: center;
	}
}


@media (max-width: 450px) {
	.h-form  {
		font-size: 80%;
	}
	.h-form .field {
		width: 80px;
	}

}



/* MMMMYYYY search page
=====================================================================================*/

.h-form-col2 {
    background-color: #D8E3EA;
}
.h-form-col2 .h-form {
    color: #273365;
}
.h-form-col2 .h-form-btn-wrap input[type=submit] {
    color: #273365;
    border-color: #273365;
}





.disclaimer {
	font-size: 0.8em;
	padding: 1em 0em;
}



/* Home C2A
============================*/




.c2a figure {
	position: relative;
	margin: 20px 0px 0px 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.c2a figure:hover {
	transform: scale(1.03);
	cursor: pointer;
}

.c2a figcaption {
	position: absolute;
    bottom: 0px;
    left: 15px;
    right: 0px;
    padding: 0.0em 0px;
	pointer-events: none;
}
.c2a figcaption:hover {
	background-color: transparent;
}
.c2a figcaption H4 {
    background-color: transparent;
    margin: 0.5em 0em;
    ;
    color: #FFFFFF;
    font-weight: 700;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.65);
}

.c2a img {
	display: block;
}


/*-----------------------*/
.prod-detail-image-wrap .lslide, .prod-detail-image-wrap li.clone {
    width: 97px !important;
}

.boat-detail-col2, .boat-detail-col1 {
	background-color: #e5f3fe;
	padding: 10px 20px 30px 20px;
}