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

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

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

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

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

}

        
/**********************************
    General
***********************************/
li p {
	margin: 0px !important;
}
.h-listing-info-row {
	vertical-align: middle !important;
}


body {
	margin: 0;
	font-family: "open_sansregular", sans-serif;
	font-size: 100%;
	color: #606060;
	left: 1px;
	min-height: 250px;
	line-height: 1.5em;
	font-size: 0.9em;
	letter-spacing: 0.01em;
}
P {
	/*line-height: 1.5em;
	font-size: 0.9em;
	letter-spacing: 0.01em;*/
}
h1, h2, h3, h4, h5, h6 {
	font-family: "open_sansbold", sans-serif;
	font-weight: normal;
	color: #014278;
	padding: 0.3em 0;
	text-transform: none;
	margin: 0.9em 0em;
	line-height: normal;
	font-size: 1em;
	letter-spacing: normal;
	
}
/*.body-fe H1, .page-editor H1, .body-fe H2, .page-editor H2, .body-fe H3, .page-editor H3, .body-fe H4, .page-editor H4 {
	color: #32353e;

}*/
h1 {font-size: 1.9em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 0.98em;}
h6 {font-size: 0.85em;}
.display h1 {
    font-weight: normal;
    font-size: 2.0em;
    line-height:1.4;
}

/* MSP*/

.boats-page-wrap #DescriptionsContent .colour H1,
.boats-page-wrap #DescriptionsContent .colour H2,
.boats-page-wrap #DescriptionsContent .colour H3 {
	background-image: url(images/H1-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 70px auto;
	padding-bottom: 25px;	
}
.boats-page-wrap LI {

	font-size: 1em;
	
}


form .colour ul {
    list-style: disc;
}
#DescriptionsContent .colour {
	padding: 1em 0em;
}

/* end*/


.display p {
    font-size: 1.5em;
    font-style: italic;
}
.center h1,.center h2,.center h3,.center h4,.center h5,.center h6 {
	border-left: none;	
}
a {
	text-decoration: none;
	font-family: "open_sansbold", sans-serif;
	color: #646464;
	font-weight: normal;
	}
a:hover {
	color: #6C8CB3;
	}
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}

b {
	font-family: "open_sansbold", sans-serif;
	font-weight: normal;
}


        
/**********************************
    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: 1380px;
}

.colour {
	padding-top: 3em;
	padding-bottom: 3em;
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
}


.column {
	padding-left: 1em;
	padding-right: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;

}
.column.no-pad {
	padding-left: 0em !important;
	padding-right: 0em !important;	
}
.colour.no-pad {
	padding-top: 0.01em;
	padding-bottom: 0.01em;	

}
@media (max-width: 719px) {
.colour {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}	
}
@media (min-width: 720px) {
    .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.33%; }
    .column.half { width: 50%; }
    .column.third { width: 33.33%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.66%; }
    .column.eighth { width: 12.5%; }
    .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: 57%;}
.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 30px 13px 30px;
    font-size: 0.90em;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0em;
    font-weight: 400 !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: area-normal, sans-serif;
    position: relative;
    background-image: url(images/logo-detail-s.png);
    background-position: right 10px center;
    background-size: 20px auto;
    background-repeat: no-repeat;
    border: #014278 solid 2px;
    line-height: 1.2em;
	text-transform: uppercase;
}

.btn.btn-primary {
    color: #014278;
    background-color: transparent;

}
.btn.btn-primary:hover {
    transform: translateY(-5px);
    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 {
	opacity: 0.85;

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

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


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



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

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


/* Page header two */
figure.header-two {
	margin-top: 0px !important;
	}
figure.header-two figcaption {
	height: auto;
	text-align: center;
	bottom: 0em;
	padding-bottom: 0.5em;
	/*background-color: rgba(0,0,0,0.40);*/
}
figure.header-two figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 1.8em;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.54);
}
figure.header-two figcaption P {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.54);
}



@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: 30.3%;
	float: left;
	padding-left: 1.5%;
    padding-right: 1.5%; 
	}
.eighth-half { 
	width: 25%; 
	float: left;
}
.fourth-half-pad-L {
	width: 50%;
	float: left; 
	}
.fourth-half-pad-R {
	width: 50%; 
	float: left; 
	}
/* Page header one */
figure.header-one figcaption {
	padding-left: 1.5em;
}
figure.header-one figcaption H1 {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 1.2em;
}	
/* Page header two */
figure.header-two figcaption {
	padding-left: 1.0em;
	padding-right: 1.0em;
}
figure.header-two figcaption H1 {
	margin-top: 0em;
	margin-bottom: 0.4em;
	font-size: 1.2em;
}
figure.header-two figcaption P {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 50%;
}
}
@media (max-width: 600px) {
.two-img-col img {
	width: 70%
	}
.three-img-col img {
	width: 70%
	}
.three-circles-half img {
	max-width: 25%;
	}
.fourth-half-pad-L {
	width: 47.5%;
	padding-left: 2.5%;
	}
.fourth-half-pad-R {
	width: 47.5%;
	padding-right: 2.5%;
	float: left; 
	}
}
@media (max-width: 500px) {
figure.header-one figcaption {
	padding-left: 1em;
}
figure.header-one figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 0.9em;
}
/* Page header two */

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

/* Footer components
===========================*/
.footer {

}

.footer-icons-wrap {
	background-color: #32353E;
	padding: 1.5em 0em 1em 0em;
}
.footer-icons {
	float: left;
	/*width: 16.66%;*/
	text-align: center;
}
.footer-icons img {
	width: 95%;
}
.footer-icons-logo {
	text-align: left;
	
}
.footer-icons-logo img {
	border: solid 1px #ffffff; 
	/*width: 60%;*/
}

.column.footer-icons {
	text-align: center;	
}
.column.footer-icons img {
	margin-bottom: 0.0em;
}
.column.footer-icons P {
	margin-top: 0.0em;
	font-size: 0.8em;
    border-top: solid 1px #f6861f;	
}
a .column.footer-icons P {
    font-family: "open_sanslight", sans-serif;
}




.footer-wrap {
	position: relative;
	background-color: #32353e;
	color: rgba(255,255,255,1.00);
	padding: 1.9em 0px 1.9em 0px;
	font-size: 0.75em;
	line-height: 1.1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px !important;
    font-family: "open_sanslight", sans-serif;
	

	}
.footer-wrap2 {
	position: relative;
	background-color: #014278;
	color: rgba(255,255,255,1.00);
	padding: 0.75em 0px 0.75em 0px;
	font-size: 0.75em;
	line-height: 1.1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px !important;
	display: none;
	}
	
.footer-wrap a,.footer-wrap2 a {
	color: #ffffff;	
	}
.footer-wrap a:hover {
	color: #f6861f !important;	
	}
.footer-2 {
	letter-spacing: 0.04em;
}
.footer-3 {
}
.footer-3-inner {

	padding: 0px 20px;
	font-size: 0.9em;
}

.f-logo img {
	border: solid 1px #ffffff;
	margin: 0em 10px 0.5em 0em !important;
	max-width: 100px;
}
.F-sm {
	margin-bottom: 15px;	
}
.F-sm img {
	margin-left: 10px;
	width: 40px;
	display: inline-block !important;
}
.F-sm span {
	margin-right: 15px;
}
.F-accred {
	text-align: right;	
}
.F-accred img {
	height: 32px;
}
.footer-4 {
	text-align: right;
	padding-top: 10px;
}
.F-menu a {
	font-size: 1.0em;
	padding-bottom: 0.3em;
	display: inline-block;
	width: 40%;
	margin: 6px 4%;
	font-family: "open_sansbold", sans-serif;
	text-align: center;
	border-bottom: solid 1px #f6861f;

}
.F-menu2 {
	margin-top: 10px;
}
.F-menu2 a {
    font-family: "open_sansbold", sans-serif;	
}
.F-menu2 span {
    margin-left: 25px;
}

.F-tel,.F-email,.F-newsletter {
	border-left: solid 3px #a0c814;
	margin-bottom: 1.2em !important;
}
.F-tel a,.F-email a,.F-newsletter a {
	padding-left: 10px;
	font-family: "open_sansbold", sans-serif;
	display: inline-block;
}
.F-order {
	margin-top: 1.2em;
}
.F-order .btn.btn-primary {
	color: #ffffff;
	background-color: transparent;
	border: solid 1px #ffffff;;
}
.F-order .btn.btn-primary:hover {
    color: #32353E !important;
	background-color: #ffffff !important;
}
@media (max-width: 999px) {
.F-sm span {
	display: block;	
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.F-sm img {
	margin-left: 5px;
	margin-right: 5px;
}
}

@media (max-width: 719px) {
.footer-wrap {
	text-align: center !important;	
}
.footer-icons-wrap {
	text-align: center;	
}
.footer-icons {
	float: none;
	text-align: center;
	display: inline-block;
}
.footer-icons img {
	width: 200px;
}
.footer-icons-logo {
	width: 100%;
}
.footer-icons-logo img {
	width: 120px;
	margin: 20px 0px;
}
.F-menu2 span {
	display: block;
	text-align: center;
	margin: 2em 0em 0em 0em;
}
.footer-1,.footer-2,.footer-3,.footer-4,.footer-5,.footer-6,.F-accred {
	border: none;
	min-height: inherit;
	padding-bottom: 1em;
	text-align: center;
}
.footer-4 {
	padding-top: 1em;
}
.F-menu2 {
    margin-top: 1em;
}
.F-tel,.F-email,.F-newsletter {
	border-left: none;
}
.F-tel a,.F-email a,.F-newsletter a {
	color: #a0c814 !important;	
}
.f-logo img {
	max-width: 120px;
	margin: 0em auto 0.5em auto !important;
	padding: 0 0px;
}
.f-logo {
	margin: 1em auto 2em auto !important;

}
}
@media (max-width: 375px) {
.footer-icons {
	float: none;
	width: 60%;
	text-align: center;
	display: inline-block;
}
}


/* Snippet Colours
======================================*/
.colour.trans {
	background-color: transparent;		
}
.int-menu {
	padding-bottom: 0px;
	padding-top: 10px;
	background-color: #EBEBEB;
	border-bottom: solid 6px #0D86A7;
}
.intro {
	background-color: #0D86A7;
	color: #FFFFFF;
}
.intro H1 {
	color: #FFFFFF;
}
.grey-1 {
	background-color: #EDEDED;
}
.grey-grad {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(217,217,217,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(217,217,217,1.00) 100%);
}
.blue {
	background-color: #4C505B;
	color: #FFFFFF;
}
.blue2 {
	background-color: #00a1e4;
	color: #FFFFFF;
}
.blue2 .btn.btn-primary {
    color: #ffffff;
    background-color: transparent;
	border-color: #FFFFFF;
}
.blue div,.blue P,.blue dH1,.blue H2,.blue H3,.blue H4,.blue a,.blue span {
	color: #FFFFFF !important;
}
.blue2 div,.blue2 P,.blue2 dH1,.blue2 H2,.blue2 H3,.blue2 H4,.blue2 a,.blue2 span {
	color: #FFFFFF !important;
}

.blue H4 {
	color: #FFFFFF;
	margin-top: 0px;
}
.blue .btn.btn-primary:hover {color: #1eacc5;background-color: #ffffff;border-color: #1eacc5;}


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

#wait {
	background-color: #fff;
	font-size: 0.75em;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.09);
	height: 150px !important;
	width: 150px !important;
	line-height: 1.2em!important;
	text-align: center;
	padding-top: 15px !important;
}





.h-brands .column img:last-of-type {
	position: absolute;
	top: 0px;
	left: 5px;
	right: 5px;
	width: calc(100% - 10px);
	opacity: 0.82;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h-brands .column img:last-of-type:hover {

	opacity: 1;
}
.h-brands .column {
	padding: 0px 5px;
}


.brand-line img {
	max-width: 300px;
	padding: 15px 0px;	
}
.brand-hanse {
	background-color: rgba(0,87,127,0.85);
}
.brand-dehler {
	background-color: rgba(168,16,37,0.90);
}
.brand-privilege {
	background-image: -webkit-linear-gradient(90deg,rgba(151,151,151,0.85) 0%,rgba(106,106,106,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(151,151,151,0.85) 0%,rgba(106,106,106,1.00) 100%);
}
.brand-fjord {
	background-color: rgba(35,55,60,0.85);
}
.brand-greenline {
	background-color: rgba(0,0,0,0.85);
}
























.h-text-pad {
	padding: 1em 3em;
	/*background-color: rgba(233,233,233,1.00);*/
}


/**/

.p-banner {
	height: calc(100vh - 78px);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;	/*padding-top: 40vh !important;*/
}
.p-banner H1 {
	color: #FFFFFF;
	font-size: 1.5em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.45);
	margin-top: 20vh;
}
.p-banner P {
	color: #FFFFFF;
	font-size: 1.0em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.45);
	max-width: 400px;
	margin-right: auto;
}
.column.column-p-banner-logo {
	position: absolute !important;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
}
/*.column-p-banner-logo img {
	display: block;
	height: 120px;
	margin: 0px auto 0px auto !important;
	position: absolute !important;
	bottom: 10px;
	right: 0px;
}*/

.h-three-image-grid-text img {
	margin: 0px !important;
	display: block;
}

.spec-table th {
	font-family: "open_sansbold", sans-serif;
	font-weight: normal;
}
.spec-table th,.spec-table td {
	padding: 16px 10px 4px 0px;
	text-align: left;
}
.spec-table td,.spec-table th {
	border-bottom: 1px solid #f6861f;
}
.features  {
	background-color: rgba(234,236,235,0.94);
}
.features img {
	max-width: 80px;	
	border-radius: 50%;
}
.features P {
	font-family: "open_sansbold", sans-serif;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.prod-buttons .btn {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.range-buttons .btn {
	margin: 0.5em 3em !important;
}
.colour.h-two-image-text {
	padding-bottom: 1em;
}
.colour.h-two-image-text .column:nth-of-type(2) img {

}
/*FOR STAGGERED IMAGES USE ABOVE WITH CHANGE*/
.colour.h-two-image-text-staggered .column:nth-of-type(2) img {
	margin-top: -15px;
	margin-right: -15px;
}
@media (max-width: 719px) {
.h-brands {
	text-align: center;		
}
.h-brands .column.fifth-maintain {
	width: calc(33.0% - 10px);
	float: none;
	display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.h-icons img {
	margin-top: -80px;
	width: 180px;
}
.h-icons .column:nth-of-type(3) img,.h-icons .column:nth-of-type(4) img {
	margin-top: 0px;	
}
.home-headers H3 {
	margin-top: 1em;
}
.colour.h-two-image-text .column:nth-of-type(2) img {
	margin-top: 0;
	margin-right: 0;
}
}
@media (max-width: 400px) {
/*.h-brands .column.fifth-maintain {
	width: calc(100.0% - 10px);
	float: none;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.h-brands .column {
    padding: 0em 0em !important;
}
.h-brands .column img:first-of-type {
	margin-bottom: -60px;
}
.h-brands .column img:last-of-type {
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    width: calc(100% - 0px) !important;
    opacity: 0.82;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}*/

.h-icons img {
	margin-top: -65px;
	width: 180px;
}
.h-banner {
	height: 50vh;
}
.colour.home-H1 {
	padding-bottom: 50px;	
}
.colour.home-H1 H1 {
	font-size: 1.15em;
}
}


/* SLIDER
============================*/

.wbSliderHeader, .wbSliderSecondary {
	-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;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.63);
	position: relative;
}
.wbSliderHeader {
	font-size: 3.0em !important;
	font-family: "open_sanslight", sans-serif;
	background-color: transparent;
	margin-top: 400px;
	color: #26AAB5;
	text-align: left;
	text-transform: uppercase;
	margin-left: 40px;
}
.wbSliderSecondary {
	margin: 0em 0 0 45px;
	padding: 0em 20px !important;
	font-size: 1.3em !important;
	text-align: left;
	font-weight: normal;
	font-family: "open_sanslight", sans-serif;
	display: inline-block;
	text-transform: uppercase;
}
@media (max-width: 500px) {
.wbSliderHeader {

}
}

/* ANIM SIZE FIXES */

.anim-wrap-colour {
	overflow: hidden;
}
@media (min-width: 1200px) {
.anim-wrap-column {
	margin-top: -3%;
	margin-bottom: 0%;
}
}
@media (max-width: 719px) {

.anim-wrap-column {
	margin-left: -20%;
	margin-right: -20%;
}
.wbSliderHeader, .wbSliderSecondary {
	padding-left: 16% !important;
}
}
@media (max-width: 500px) {

.anim-wrap-column {
	margin-left: -35%;
	margin-right: -35%;
}
.wbSliderHeader, .wbSliderSecondary {
	padding-left: 24% !important;
}
}




/* PAGE EDITOR
================================*/
.page-editor {
    max-width: 1150px !important;
}
.container {
    margin: 0 auto;
    max-width: none !important;
    width: 100%;
}
.row {
    max-width: none !important;
}


/*
#DescriptionsContent .page-editor .column P {
	line-height: normal;
	font-size: 1.0;	
	letter-spacing: normal;
}
#DescriptionsContent .page-editor .column {
	line-height: 1.4em;
	font-size: 0.9em;
	letter-spacing: 0.015em;
	
}
*/

/* 360 iframe
===============*/
.ku-embed {
	width: 100% !important;
	height: 600px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}




.user-filter-option {
	padding-left: 60px;
}
.dataTables_length select {
	width: 150px;
}




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

.feed-sold-boat {
	background-color: #D10003;
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
}

.feed-sold-boat h3 {
	color: #fff !important;
	border-color: #fff;
	text-transform: uppercase !important;
	font-size: 1.6em !important;
}
.feed-sold-boat .btn.btn-primary {
	color: #fff !important;
	border-color: #fff;
}


/*------------------------------------*/
.p-banner .loginpage-form input[type=submit] {
    color: #fff;
	border-color: #fff;
}