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

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;700;900&display=swap');



@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
***********************************/
.full-anim {
	background-color: #000000;
}
#contentarea {
	background-color: rgba(211,211,211,1.00);	
}
body {
	margin: 0;
	font-family: "indivisible", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	color: #000000;
	letter-spacing: 0.05em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "indivisible", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    margin: 0.4em 0em;
    line-height: 1.2;
	text-transform: uppercase;
    background-image: url(images/H1b.png);
    background-position: left bottom;
    background-size: 200px 4px;
    padding-bottom: 0.7em;
    background-repeat: no-repeat;
}        
h1 {font-size: 2.3em; text-transform: none;}
h2 {font-size: 2.1em;}
h3 {font-size: 1.9em;}
h4 {font-size: 1.6em;}
h5 {font-size: 0.98em;}
h6 {font-size: 0.85em;}

p {
	font-size: 1em;
}
.main-content ul {
	font-size: 0.95em;	
}

.inset-p p {
	margin-left: 40px;
}
.inset-p ul {
	padding-left: 60px;
}


.center h1, .center h2, .center h3, .center h4 {
    background-position: center bottom;
}
/*
.center h3, .center h4 {
    background-size: 250px 2px;
	padding-bottom: 1em;
}
.center h4 {
    background-size: 200px 2px;
	padding-bottom: 1em;
}
*/

.black .center h1, .black .center h2, .black .center h3, .black .center h4 {
    background-image: url(images/h-bg2.png);
}



@media screen and (max-width: 950px)  {
h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.3em;}	
}


.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: "indivisible", sans-serif;
	font-weight:500;
	font-style: normal;
	color: #696969;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
a:hover {
	color: #000000;
	}
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: 1300px;
}
.restrict-width-mini {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}
.restrict-width-mid {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
.restrict-width-mid-wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}
.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.no-pad-top {
	padding-top: 0.01em;

}
.colour.no-pad-bottom {
	padding-bottom: 0.01em;

}
.colour.no-pad figure {
	margin-bottom: 0px;
}
.colour.small-pad {
	padding-top: 1em;
	padding-bottom: 1em;
}
.colour.small-pad-top {
	padding-top: 1em;
}
.colour.small-pad-bottom {
	padding-bottom: 1em;
}
.column {
	padding-left: 0.75em;
	padding-right: 0.75em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	z-index: auto;

}
.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;
}
	
	
	
	
    .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;
		z-index: auto !important;
    }
    .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-9by16 {padding-bottom: 100%;}
.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: 6px 20px 6px 20px;
    font-size: 0.9em;
	font-weight: 600;
    border-radius: 0px;
	/*border-top: solid 2px #a49e90;*/
	border: solid 1px #e4312c;
    display: inline-block;
    margin: 3px 0px 3px 0em;
    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;
    text-transform: none;
    position: relative;
    /*background-image: url(images/btn1.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 25px;*/
}
/*.center .btn {
    background-position: center center;
    padding: 10px 15px 10px 15px;
    margin: 3px 10px 3px 10px;
}*/

.bottom-cookie-option-setting .btn.btn-primary, .cookie-content-wrap .btn.btn-primary {
    padding-left: 20px;
}


.btn.btn-primary {
    color: #000000;

}
.btn.btn-primary:hover {
	transform: translateX(10px)
}

.center .btn {
    padding: 6px 15px 6px 15px;
}



.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 {

}
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.60);
	
	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: #ffffff;
	margin-top: 0.5em;
	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;
}
}
@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;
}	
}
@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;
}
.f-top {
	padding-bottom: 35px;
}
.footer-wrap {
    padding: 40px 0px;
    color: #ffffff;
    font-size: 0.85em;
    line-height: 1.43em;
    background-color: rgba(0,0,0,0.70);

    background-position: right bottom;
    background-size: cover;
	}
.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: 300;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.footer2-wrap a {
	color: #ffffff !important;	
	font-weight: 300;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.footer-wrap a:hover,.footer2-wrap a:hover {
	color: #C6C6C6 !important;
	}	



.footer-wrap .h-boat h3 {
	color: #A49E90;
	font-size: 0.7em !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-wrap .h-boat:hover {
	transform: scale(1) !important;
	background-color: transparent !important;
}
.footer-wrap .h-boat:hover h3 {
	color: #ffffff;
}

.footer-3 a {
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/*font-size: 1.2em;*/
}

.F-powered {
	margin-top: 2px;
	margin-bottom: 10px;
	color: #909090;
	}

.f-range {
	padding-bottom: 50px;
}

P.F-header {
    font-weight: 300;
    font-size: 1.57em;
    color: rgba(255,255,255,0.63);
    margin: 2em 0em 0.5em 0em;
    line-height: 1.2em;
    border-bottom: 1px #e4312c solid;
    padding-bottom: 10px;
}
.f-logo {
	padding-top: 10px;
}

.f-logo img {
	width: 180px;
}
.f-logo-main img {
	width: 200px;
	padding-top: 25px;
}
.footer-3a {
	padding-top: 50px;
}
.footer-5a img {
	width: 110px;
	border-radius: 2px;
}


.cf-sm img {
	width: 45px;
	padding-right: 10px;
	padding-top: 15px;
}

@media (min-width: 720px) {
	.footer-5 {
		
	}
}






@media (max-width: 719px) {
	.footer {
		text-align: center;
	}
	.footer-wrap {
    background-position: right 20% bottom;
}
	.f-logo {
		text-align: center;
	}
	.footer .f-top {
		text-align: left;
	}
.f-range img:nth-of-type(1) {
	margin-left: auto;
	margin-right: auto;
}
.f-range img {
	width: 40%;
	padding-top: 35px;
}

P.F-header {
    font-size: 1.5em;
    margin: 1em 0em 0.5em 0em;
	border: none;
    border-top: 1px rgba(255,255,255,0.2) solid;
    padding-top: 15px;
}

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

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

	}


}


@media (max-width: 450px) {
	.footer-wrap .restrict-width {
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: auto 120px;
		padding-bottom: 3em;
	}
		.f-range img:nth-of-type(1) {
		width: 44%;
	}
}

/* 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: rgba(11,27,60,0.85);
	color: #FFFFFF !important;
}

.blue P,.blue2 P {
	color: #ffffff !important;
}
.blue H1,.blue H2,.blue H3,.blue H4,.blue a,.blue UL {
	color: #A49E90 !important;
}

.blue2 {
	background-color: rgba(11,27,60,1);
	color: #FFFFFF !important;
		border-top:  solid 1px #A49E90;
}
.blue2 H1,.blue2 H2,.blue2 H3,.blue2 H4,.blue2 a,.blue2 UL {
	color: #A49E90 !important;
}

.blue .btn.btn-primary, .blue2 .btn.btn-primary {
	color: #ffffff;
	background-color: transparent;
	   /* background-image: url(images/logo-detail-1.png);*/
}

.grad {
   /* color: #ffffff;
   background-color: rgba(0,0,0,0.7);*/
}
.grey1 {
    background-color: #EBEBEB;
}
.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: rgba(0,0,0,0.70);
	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: rgba(255,255,255,0.33);
	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);
}
@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) {
.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
================== ====================*/
.bg1 {
    background-image: url(images/bg1.jpg);
    background-position: right bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
	padding-bottom: 35vh;
}
.bg2 {
    background-image: url(images/bg2.jpg);
}
.bg3 {
    background-image: url(images/bg3.jpg);
}
@media screen and (max-width: 800px) {
	.bg1 {
		background-size: 140% auto;
    	background-position: right bottom;
		padding-bottom: 35vh;
	}
}
@media screen and (max-width: 650px) {
	.bg1 {
		background-size: 170% auto;
    	background-position: right bottom;
		padding-bottom: 20vh;
	}
}


.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: #000000 !important;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
        background-color: #000000 !important;
}
.irs--flat .irs-handle>i:first-child {
        background-color: #000000 !important;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color: #000000 !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 2px #cccccc;
    border-radius: 4px;
    width: 300px;
    margin: 0px 0px 0px 0px;
    background-color: rgba(0,0,0,0.0);
    max-width: calc(100% - 47px);
	text-align: left;
	padding: 1px 25px 10px 20px;
}

.boat-search .btn {
	margin-top: 20px !important;
	}


.h-c2a-logo img {
    height: 50px;
    padding: 10px 0px 25px 0px;
}
.h-c2a .column:nth-of-type(1) .h-c2a-logo img {
    height: 70px;
    padding: 0px 0px 15px 0px;
}




.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;
}
	.h-c2a figure {
	padding-bottom: 30px;
}
}
@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-family: "Red Hat Display", sans-serif;
    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.35);
	color: #ffffff;
	pointer-events:none;
}
.header-centre h2,.header-centre h3 {
	color: #ffffff;
	margin: 1em 15%;
}

@media (max-width: 720px) {
.header-centre h2,.header-centre h3 {
	color: #ffffff;
	margin: 1em 10%;
	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);		
	}
}



.img-third-two-thirds-column img:last-of-type {
	width: 30%;
	margin-bottom: 7%;
}
.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: 7%;
}






.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-family: "michromaregular", sans-serif;
    font-weight: 400 !important;
    font-size: 1.5em !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;
    font-family: "michromaregular", sans-serif;
	padding-left: 3px;
}
.header-one figcaption H1 span:nth-of-type(2) {
    font-size: 22px;
font-family: "Red Hat Display", sans-serif;
    font-weight: 400;
}






.p-banner {
    height: calc(100vh - 105px);
    -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%);*/
}
.colour.no-pad.p-banner {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.00) 100%);
}
.p-banner-40 {
	height: 40vh;
}
.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;
}


.p-banner2 {
    height: calc(65vh - 0px);
	text-align: center;
}

.p-banner2 h4 {
    color: #fff;
}
.p-banner2 p {
	text-align: center !important;
}


.h-header-message {

}
.p-banner-inner {
	width: 950px;
	marging: 0px auto;
	/*background-color: rgba(0,0,0,0.60);*/
	padding: 5px 30px;
}
.fig-img {
	display: block;
    width: auto !important;
    height: 70px !Important;
    background-image: url(images/LogoFP_Sail_monogramme_Quadri.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
	margin-bottom: 15px;
}
.fig-img2 {
    background-image: url(images/LogoFP_Motor_monogramme_Quadri.png);
}
.fig-img3 {
    background-image: url(images/LOGO-NEEL-TRIMARANS.png);
}
.fig-img4 {
    background-image: url(images/LOGO-LEEN-TRIMARANS.png);
}
.fig-img5 {
    background-image: url(images/JFA-logo1.png);
}



.p-banner H1 {
    font-size: 3.5em !important;
    font-family: "indivisible", sans-serif;
    font-weight: 300;
    font-style: normal;
    display: block;
    padding: 0px 0px 20px 0px;
    margin: 0.1em auto 0.1em 0em;
    text-align: center;
    line-height: 1.3em;
    background-color: rgba(255, 255, 255, 0.00);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    color: #FFFFFF !important;
    text-transform: uppercase;
}
.p-banner H1 span {
	font-weight: 500;
    font-size: 20px;
	line-height: 30px;
	display: block;
	margin-top: 2px;
	text-transform: none;
	padding: 0px 15%;
}
.p-banner-inner p {
    text-transform: none;
    font-family: area-normal, sans-serif;
	font-weight: 400;
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    margin-bottom: 0.2em;
	line-height: 1.3em;
}
.p-banner .btn.btn-primary {
    color: #FFFFFF;
    border-color: #ffffff;
    display: inline-block;
    width: 135px;
	margin-left: 0px;
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}
.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.fifth span:nth-of-type(1) {
	display: block;

}
.stats .column.fifth span:nth-of-type(2) {
	font-size: 1.6em;
	padding-left: 8px;

}
.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)
}




.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 {
	color: #000000;
}
.h-icons img {
	width: 60px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h-icons P {
	font-family: "Red Hat Display", sans-serif;
	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;
	}

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

.testimonial_message {
    font-size: 1.2em;
    color: #0B1B3C;
    border-radius: 40px;


}
.testimonial_whoby {
    text-transform: none;
	font-weight: normal;
    color: #A49E90  !important;
    padding: 20px 0px 0em 0px !important;
    text-align: left;
    font-size: 0.9em !important;

}
.testimonial-colour .column {
	min-height: 250px;
	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;

}
.testimonial_wrapper {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}



@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) {
	.p-banner .column {


	}
.p-banner H1 {
	font-size: 2.8em !important;
}
	.p-banner H1 span {
	font-size: 16px !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: 720px) {
	.p-banner-inner {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding: 5px 15px;
	}
	.p-banner H1 {
    font-size: 2.0em !important;
	}
	.p-banner H1 span {
	padding: 0px 5%;
}
}


@media screen and (max-width: 450px) {
	.header-one H1 {
		font-size: 0.9em !important;
		width: 50%;
	}
	.p-banner {
		height: calc(90vh - 70px);
	}
}



@media (max-width: 720px) {
.testimonial-colour .column {
    min-height: 25em;
}
.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 {
    width: 85%;
	margin-right: auto;
    padding: 5px 15px;
}
.p-banner H1 {
    font-size: 2.5em !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-family: "michromaregular", sans-serif;
    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-family: "Red Hat Display", sans-serif;
	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: 0px auto 15px auto;
	width: 240px;
	background-color: rgba(0,0,0,0.10);
	border-radius: 3px;
}
.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: 0em;
	right: 50%;
	width: auto;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.30);
	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;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);

}



.header-right figure.header-two figcaption {
    height: auto;
    bottom: 0em;
	right: 0px;
	width: auto;
	top: 0px;
	left: 50%;
    padding-bottom: 0.5em;
	background-color: rgba(0,0,0,0.30);
	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;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
.header-left figure.hdr div,.header-right figure.hdr div {
    height: auto !important; 
}
.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 {
    color: #A49E90;
	font-weight: 200;
}
.header-two a,.header-two p {
    color: #ffffff;
	font-weight: 400;
}



.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-right figure.header-two figcaption, .header-left figure.header-two figcaption {
    background-color: rgba(255,255,255,0.0);
    color: #000000;
    clip-path: none;
    background-image: -webkit-linear-gradient(180deg,rgba(17,16,1,0.71) 20.31%,rgba(33,21,71,0.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(17,16,1,0.71) 20.31%,rgba(33,21,71,0.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(17,16,1,0.71) 20.31%,rgba(33,21,71,0.00) 100%);
    background-image: linear-gradient(270deg,rgba(17,16,1,0.71) 20.31%,rgba(33,21,71,0.00) 100%);
}
.header-left figure.header-two figcaption {
    background-color: rgba(255,255,255,0.0);
    color: #000000;
    clip-path: none;
    background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 50.88%);
    background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 50.88%);
    background-image: -o-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 50.88%);
    background-image: linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 50.88%);
}









.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) {
	figure.hdr figcaption {
		position: relative;
		padding: 2.5em 1.5em;
		background-color: rgba(0, 0, 0, 0.8);
		width: 100%;
    	max-width: 100%;

	}
	.header-left figure.header-two figcaption, .header-right figure.header-two figcaption {
		right: 0%;
		left: 0%;
		max-width: 100%;
				background-color: rgba(0, 0, 0, 0.9);
		background-image: none;
		padding: 2em 1em 3em 1em !important;
	}	

	.header-page-top.header-left figure.header-two figcaption div {
		width: 100%;
	}
	.header-page-top.header-left figure.header-two figcaption {
		background-image: url(images/bg-ol-03.png);
		background-color: rgba(69,181,231,0.5);
	}
}


.white-slider div {
	background-color: transparent !important;
}

.model-buttons a {
	display: inline-block;
	padding: 5px 50px 5px 0px;
	color: #000000;
}
@media only screen and (max-width: 500px) {
	.model-buttons a {
		padding: 5px 20px 5px 0px;
	}
}



/*--------------------NS----------------------------------*/

.column.h-boat {
	width: 14.28%;
	padding: 0px 4px;
	 -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
	cursor: pointer;
}
.column.h-boat:hover {
	transform: scale(1.3);
	background-color: #132C62;
	z-index: 1001;

}
.h-boat h3 {
	font-size: 0.9em;
}
.h-boat h3 span {
	font-size: 5em;
	display: block;
	font-weight: 200;
}

@media only screen and (max-width: 1300px) {
		.h-boat h3 span {
		font-size: 2.5em;
		display: block;
		font-weight: 200;
	}
}
@media only screen and (max-width: 719px) {
		.column.h-boat {
		width: 14.28%;
			float: left;
	}
	.h-boat h3 {
		font-size: 0.6em;
	}
	.h-boat h3 span {
		font-size: 2.5em;
		display: block;
		font-weight: 200;

	}
}

@media only screen and (max-width: 550px) {
		.column.h-boat {
		width: 25%;
			float: left;
	}
	
}
@media only screen and (max-width: 550px) {
		.column.h-boat {
		width: 25%;
			float: left;
	}
	
}
/*----------------------*/

.images-six .column {
	padding: 1px;
}
.images-six img {
	display: block;
	padding: 0px;
	margin: 0px;
}

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


.logo-detail img {
	width: 200px;
}

/* Comparison table
=====================================*/
.comparisson-wrap {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.table-column, .table-img {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
	position: relative;
    min-height: 1px;
    padding: 8px 10px;
	width: 100%;
	font-size: 0.9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #ffffff;
	border-bottom: solid 2px #DAD6CE;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.table-column-header {
	font-family: "indivisible", sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size: 1.0em;
	text-align: left;
}
.table-column-top {
	font-family: "indivisible", sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size: 1.15em;
	text-transform: uppercase;
}
.table-img img {
	max-width: 80%;
	padding: 0px 10%;
}
.comp-next, .comp-prev {
    position: absolute;
    display: block;
    height: 25px;
    width: 15px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: 0;
}
.comp-next {
    right: 5px;
}
.header-title-row {
	background-color: #E2E2E2 !important;
}
.comparator-row-title, .comparator-row-data {
	background-color: #DAD6CE !important;
	
}

@media (max-width: 575px) {

	.hidden-div {
		display: none;
	}
	.table-column, .table-img {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.table-column-header {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.table-column-header {
		text-align: center;
	}
	.comparator-row-data {
	display: none;
	}
}


/*MODEL PAGES
==============================================*/
.model-pages {
	height: calc(100vh - 70px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.model-pages .column {
    position: absolute;
    z-index: 150;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    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: left;
    padding-left: 0em;
    padding-right: 0em;
}
.model-pages-inner {
	width: 300px;
	padding: 10px 30px;
}
.model-pages-stat {
	margin: 0.5em 0em;
}
.model-pages-stat span {
	display: block;
	font-size: 1.5em;
	color: #A49E90 !important;
	margin-top: -10px;
}
.model-pages-inner h1 span {
	font-size: 130%;
}

.range-icons img {
	width: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.range-icons img:hover {
	transform: scale(1.15)
}
.range-icons p {
	margin-top: 0px;
}

@media (max-width: 719px) {
	.range-icons .column.sixth {
		float: left;
		width: 33%;
	}
}

@media (max-width: 605px) {
	.model-pages-inner {
		width: 150px;
		padding: 10px 20px;
	}
	.model-pages-stat span {
		font-size: 1.3em;
		margin-top: -7px;
	}
}


/*-----------------------------*/
.options img {
	background-color: rgba(11, 27, 60, 1);
	display: block;
}
.options figure {
    background-color: rgba(0,0,0,0.4);
}
.options figcaption {
    padding: 15px 20px 15px 35px;
}
.options h4 {
	font-size: 2.2em;
}
.options ul {
	padding-left: 15px;
}

/*-----------------------------*/
.similar-models1 img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.similar-models2 img {
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.similar-models img {
	    border-bottom: solid 16px #a49e90;
}
.similar-models figure {
	    position: relative;
	margin: 0.1px !important;
}
.similar-models figcaption {
	position: absolute;
	bottom: 18px;
	right: 0px;
	background-color: #a49e90;
	padding: 10% 30px;
	color: #fff;
	font-size: 2.5em;
}

.similar-models .similar-models2 figcaption {
	right: auto;
	left: 0px;
}

@media (max-width: 990px) {
	.similar-models figcaption p {
		margin: 0px;
	}
}
@media (max-width: 719px) {
	.similar-models1 img {
	  clip-path: none;
	}
	.similar-models2 img {
	  clip-path: none;
	}
}
@media (max-width: 550px) {
	.similar-models figcaption  {
		padding: 3% 30px;
	}
}






/* ST AR
======================================
======================================*/
.header-left h2, .header-right h2 {
	font-size: 4.5em;
	line-height: 1.1em;
}
.header-left figure.header-two figcaption {
    height: auto;
    bottom: 0em;
    right: 50%;
    width: auto;
    top: 0px;
    left: 0px;
    padding-bottom: 0.5em;
    background-color: rgba(88,88,88,0.0);
    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(17,16,1,0.71) 20.31%,rgba(33,21,71,0.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(17,16,1,0.71) 20.31%,rgba(33,21,71,0.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(17,16,1,0.71) 20.31%,rgba(33,21,71,0.00) 100%);
    background-image: linear-gradient(90deg,rgba(17,16,1,0.71) 20.31%,rgba(33,21,71,0.00) 100%);	/*background-image: url(images/anim-bg-w.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;	*/
}



.header-right figure.header-two figcaption {
    height: auto;
    bottom: 0em;
	right: 0px;
	width: auto;
	top: 0px;
	left: 50%;
    padding-bottom: 0.5em;
	text-align: right;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.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: #ffffff;
}
.header-two .btn.btn-primary {
	color: #ffffff;
}



.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;

	}
	.header-left figure.header-two figcaption {
		right: 0%;
		max-width: 100%;
		width: 100%;
		background-image: none;
		background-color: rgba(0, 0, 0, 0.9);
	}	
	.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 {

	}
}

/* THIRD ONE TWO
=================================*/
.third-one-two img {
	margin: 0px;
	display: block;
}

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

	.third-one-two .column:nth-of-type(2), .third-one-two .column:nth-of-type(3) {
		float: left;
		width: 50%;
	}

}


/*--------------------------*/
.h-tiles figure {
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.h-tiles.h-tiles-r figure {
	overflow: hidden;
	margin: 10px 0px;
}
.h-tiles figure:hover {
	transform: scale(1.07)
}
.h-tiles figure img {
	display: block;
}
.h-tiles figcaption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    padding: 50px 20px 5px 20px;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.50) 76.37%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.50) 76.37%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.50) 76.37%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.50) 76.37%);	/*background-color: rgba(0,0,0,0.5);*/
}
.h-tiles h3 {
    font-size: 1.4em;
    color: #fff;
    text-transform: none;
    text-shadow: 0px 0px 4px rgba(0,0,0,1);
}
.h-tiles p {
    margin: 0.2em 0em;
}
.h-tiles a  {
    color: #fff !important;
	font-weight: 300;
}

.h-tiles2 figcaption {
    padding: 20px 30px 30px 30px;
	color: #fff;
	background-image: none;
	background-color: rgba(0,0,0,0.40);
	
}
.h-tiles-r .column {
	padding: 0em 1px;
}
.h-tiles-r h3 {
	font-size: 1.3em;
}

@media screen and (max-width: 719px) {
	.h-tiles h3 {
    font-size: 1.0em;
	}
}

/*--------------------------*/
.header-centre figcaption {
	max-width: 700px;
	margin: 0px auto;
	padding: 0px 20px;
	
}
.header-centre h4 {
	color: #fff;
	
}
.header-centre .btn.btn-primary {
	color: #fff;
	border-color: #fff;
	
}
.anim-col div {
	background-color: transparent!important;
}
@media screen and (min-width: 720px) {
	.v-align-cols {
		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;
	}
}


/*- map greyscale --*/
.map {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
         filter: grayscale(100%);
}





/* HOME images
===============================*/
.hp-gal img {
	    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 6px;
	margin: 0px;
	display:block;
	float: left;
}
.hp-gal-1 {
	width: 49.99%;
}
.hp-gal-2 {
	width: 49.99%;
}

@media screen and (max-width: 719px) {
	.hp-gal-4 {
		width: 49.99%;
	}
	.hp-gal-5 {
		width: 49.99%;
	}
}





.slider-and-image figure {
	margin: 0px;
}

/*----------------*/
.h-icons-lightw img {
	opacity: 0.3;
}
.h-icons-lightw p {
	color: #8D8D8D;
	line-height: 1.1em;
	font-size: 0.8em;
	margin-top: 0.01em;
}



.textures1 {
	width: 380px;
	max-width: 100%;
	margin: 0px auto;
}
.semi-prec-icons p {
	vertical-align: middle;
	margin: 2em 0em;
}
.semi-prec-icons p * {
	vertical-align: middle;
}
.semi-prec-icons img {
	width: 60px;
	opacity: 40%;
	padding-right: 20px;
}
@media screen and (max-width: 950px) {
	.semi-prec-icons img {
	display: block;
}
}

