@import url("https://daphnis.wbnusystem.net/~wbplus/websites/assets/default.css");
/*-- GLOBAL 
=======================*/
html {
  scroll-behavior: smooth;
}
body {
	margin: 0px;
	/*background-color: rgba(209,209,209,1.00);*/
	}

.main-content {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 600px;
	padding-bottom: 0px;
	padding-top: 0px;
	}
@media only screen and (max-width: 719px) {
	.main-content {
		padding-top: 0px;
		}
	.main-content-inner {
		padding: 0px 0px;
	}
}
#background {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}	
@media (min-width: 719px) {
   #background {
      display:block;
   } 
}

@media (min-width: 720px) {
	.mobile {
	display: none !important;
	}
}
@media (max-width: 720px) {
	.desktop {
	display: none !important;
	}
}


/*-- FORM FIELDS
======================*/
form ul {
	list-style: none
	}
input[type=submit] {
	color: #014278;
    background-color: transparent;
	padding: 17px 30px 13px 30px;
    font-size: 0.90em;
    border-radius: var(--border-rad-fields);
    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;
    font-family: area-normal, sans-serif;
    position: relative;
    border: #014278 solid 2px;
    line-height: 1.2em;
	text-transform: uppercase;

	
	}
input[type=submit]:hover {
	    transform: translateY(-5px);
	}
input:not([type=submit]):not([type=image]) {
	padding: 10px;
	margin-right: 0px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: var(--border-rad-fields);
	width: 600px;
	margin-bottom: 10px;
	font-size: 1.0em;
	font-weight: 400;
	max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
select {
	padding: 10px;
	margin-right: 0px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: var(--border-rad-fields);
	width: 600px;
	margin-bottom: 10px;
	font-size: 1.0em;
	font-weight: 400;
	max-width: 100%;
	color: #7E7E7E;
	    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#boat_search_field_form select {
    
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: var(--border-rad-fields);
    color: #7E7E7E;
    background-color: var(--grey);
}
textarea {
	padding: 10px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: var(--border-rad-fields);
	width: 600px;
	margin-bottom: 10px;
	font-size: 1.0em;
	font-weight: 400;
	height: 150px;
	max-width: 100%;
	    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	
	font-family: area-normal, sans-serif;
    font-weight: 400;
    font-style: normal
}

.button-grey {
	background-color: #909090 !important;	
	}
.radio,.checkbox {
	display: block;
	font-size: 0.75em;
}

.radio label,.checkbox label {
	margin-bottom: 1px;	
	width: auto !important;
}

.formgen-form-wrap label {
	display: block;
	width: auto;	
}	

/*------------------------------
----------------------------------
*/
.center .form-group {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
	max-width: 100%;
	margin: 10px 0px;
}
.form-group.form-group-opt-in .checkbox {
    width: 90px;
    padding-top: 10px;
    display: inline-block;
}
.form-group.form-group-opt-in label {
    width: calc(100% - 130px);
    margin-bottom: 0px;
    line-height: 1.25em;
    display: inline-block;
	font-size: 0.85em;
    color: rgba(61, 61, 61, 1.00);
}
.form-group.form-group-opt-in {
    border-radius: 5px;
}
.formgen-form-wrap label * {
    vertical-align: middle;
}
input[type=checkbox] {
    width: 25px !important;
    margin-bottom: 0px ! IMPORTANT;
}

@media screen and (max-width: 720px) {
	.center .form-group {
		margin-left: auto;
		margin-right: auto;
		width: 350px;
		max-width: 100%;
	}
}


/* CONTACT FORM
======================*/
.button-grey {
	background-color: #909090 !important;	
	}
.contact-form {
	margin-top: 20px;	
	}
.contact-form label {
	display: none;
	}
.form-alert {
	color: #FFFFFF;
	font-size: 1.3em;
	background-color: #F9B000;	
}


/*------*/

.wcs-wrap-wrap {
    background-color: #ECECEC;
    padding: 2px 10px 5px 20px;
    margin-right: auto;
    width: 370px;
    max-width: 100%;
    margin-bottom: 10px;
	border-radius: 5px;
	border: none;
	    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.show-label label {
	display: inline-block;
}
.form-group {
    display: block;
}

/* Login Section 
=============================*/
.loginpage-form {
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	clear: both;
	}

.loginpage-form ul {
	padding: 0;
	margin: 0;
	list-style:none;
	clear: both;
}
.loginpage-form li {

}
.loginpage-form label {
	display: none;
	}
.loginpage-form input[type=submit] {
	width: 212px;
}


/* Header components
=========================================================*/
.logo1,.logo3 {
	display: none !important;
}
.logo2 {
	display: block !important;
}

.header-top {
	height: 26px;
	background-color: #E8EFF1;
	position: relative;
	padding: 2px 0px;
	display: none;
}
.header-top-inner {
	margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
	min-height: 25px;
	position: relative;
}
.menu-sm img {
	height: 20px;
	padding: 3px;
}


.header-under {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 28;
    height: 110px;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.68) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.68) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.68) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.68) 0%,rgba(0,0,0,0.00) 100.00%);
	display: none;
}


.header {

}

.header {
    z-index: auto !important;
    height: 95px;
    position: relative;
    width: 100%;
    background-color: #fff;
	border-bottom: solid 2px #ccc;
    /*background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.68) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.68) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.68) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.68) 0%,rgba(0,0,0,0.00) 100.00%);*/
}

.header-inner {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0em;
	padding-right: 0em;
	position: relative;
	z-index: auto !important;
	}
#logo {
    margin: 0em;
    padding: 18px 0em 0px 25px;
    float: left;
    width: 230px;
    text-align: left;
    z-index: 11000 !important;
    position: relative;
}
#logo img {
	max-width: 100%;
	z-index: 1100 !important;
	position: relative;
	}
.header-info {
    text-align: right;
    float: right;
    margin: 1.2em 0em 0.5em 0em;
    width: 25%;
}

.header-sign-up a, .header-Login a,  .header-cart a {
	float: right;
	display: block;
	padding: 0px 8px;
	border-right: solid 1px #badce0;
	font-weight: 400;
	font-size: 0.9em;
}
.header-to-menu {
	padding: 8px 25px 8px 0px;
	float: right;
	width: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header-sm-search {
	float: right;	
}
.header-sm {
    float: left;
	width: 25%;
    margin: 1.4em 0em 0.5em 0em;
}
.header-sm img {
	width: 30px;
	margin-right: 5px;
}
.header-to-menu {
    padding: 8px 0px 8px 0px;
    float: right;
    width: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.header-cart a {
	padding: 0px 0px 0px 8px;
	border: none;
	/*background-image: url(images/cart.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;*/
}



.header-tel-email {
    margin: 0.5em 0em;
    font-size: 1.0em;
}
.header-tel,.header-email {
	float: right;
}
.header-email {
	margin-right: 10px;
}
.header-tel span {
	padding: 0px 1em;
	display: inline-block;
}


.h-sm {
	position: absolute;
	bottom: -18px;
	right: 0px;
	z-index: 1002;
	
	display: none;
}
.h-sm img {
	width: 22px;
	margin: 0px 2px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.h-sm img:hover {
	transform: translateY(-5px);

}

.menu-mag {

    background-image: url(images/icon-magazine-d.png);
}




.menu-sm {
	float: right;
	padding-right: calc(50% - 50px);
	height: 23px;
}


.menu-icons {
    position: absolute;
    top: 10px;
    right: 12px;
	z-index: 1012 !important;
	/*border-bottom: solid 1px #d8ff3d;*/
}
.menu-icons-div.menu-icons-search {
    background-image: url(images/icon-search3.png);
	display: none;
}
.menu-icons-div {
	line-height: 28px;
	width: 30px;
	height: 30px;
	padding: 4px 0px 5px 10px;
	border-radius: 0px 0px 5px 5px;
	float: left;
	background-color: transparent;
	color: #646464;
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size: auto 25px;
	margin-left: 12px;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*
.menu-icons-div.menu-icons-login {
	color: #ffffff;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 1em;
    background-image: url(images/icon-call.png);
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: left 4px center;
	padding-left: 31px;
	background-color: #1eb78a;
	border-radius: 15px;
}

.menu-icons-div.menu-icons-login a {
	color: #833781;
	font-size: 1.3em;
}*/
.menu-icons-div.menu-icons-email {
    background-image: url(images/icon2-email-d.png)
}
.menu-icons-div.menu-icons-tel {
    background-image: url(images/icon2-call-d.png);
}
@media (min-width: 998px) {
	.menu-icons-div.menu-icons-email {
		width: 205px;
		padding-left: 39px;
		font-size: 13px;
		background-image: url(images/icon2-email-d.png)
	}
	.menu-icons-div.menu-icons-tel {
		width: 150px;
		padding-left: 39px;
		font-size: 13px;
		background-image: url(images/icon2-call-d.png);
	}
}
@media (max-width: 999px) {
	.menu-icons-div span {
		display: none;
	}
	.menu-sm {
		padding-right: calc(50% - 110px);
	}
}
.menu-mag {
	float: left;
	height: 26px;
	padding: 4px 5px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background-color: transparent;
	color: #646464;
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size: auto 18px;
	margin-left: 22px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	width: 240px;
	padding-left: 35px;
	font-size: 13px;
	background-image: url(images/icon-magazine-d.png);
}

@media (max-width: 619px) {
	.menu-mag {
		width: 30px;
		margin-left: 0px;
	}
		.menu-mag span {	
			display: none;
	}
		.menu-sm {
		padding-right: calc(50% - 60px);

	}
}


.menu-icons-div.menu-icons-log.menu-icons-logout {
    background-image: url(images/icon-logout.png);
}






.he-search-slide {
    position: absolute;
    top: 0px;
    padding: 10px;
    right: 20px;
    background-color: #E8EFF1;
    width: 300px;
    height: auto;
    margin-bottom: -10px;
    display: none;
    border-bottom-left-radius: 4px;
    color: #FFFFFF;
    font-size: 0.8em;
    z-index: 99000;
}
.he-search-slide span {
	display: block;
	border-top: solid 1px #ccc;
	padding: 3px 0px;
}
.search-header {
    border: none;
    border-radius: 19px;
    width: 215px;
    margin: 4px 10px 0px 10px;
    padding: 5px 10px;
    margin-left: auto;
    background-color: #FFFFFF;
}
.search-header input[type=image] {
	width: 30px;
	height: 30px;
	float: right;
	vertical-align:middle;
}
.search-header input[type=text] {
	border: none !important;
	width: 155px;
	margin: 0px 5px 0px 0px;
	float: left;
	padding: 4px 10px;
	background-color: #F3F3F3;
	vertical-align:middle;
}

@media screen and (max-width: 1200px) {
/*#logo {
	margin: 0em;
	padding: 15px 2em 0px 15px;
	float: left;
	width: 350px;
	text-align: left;
	z-index: 11000 !important;
	position: relative;
}*/
}




@media screen and (max-width: 1149px) {
	.header {
		/*height: 75px;*/
		}
	#logo img {
		display: block;
	}
	.menu-icons {
		right: 94px;
        top: 34px;
	}
	.he-search-slide {
		right: 80px;
	}
	.h-sm {
		position: absolute;
		top: 26px;
		right: 90px;
		z-index: 1002;
	}
}



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

	.he-search-slide span {
		padding: 10px 0px;
	}
}

@media screen and (max-width: 450px) {
	    .menu-icons {
        right: 74px;
    }
		.header-top-inner {
		padding-left: 10px;
	}
		.he-search-slide {
		right: auto;
			left: 0px;
			z-index: 999999999 !important;
			width: 260px;
	}
	.he-search-slide a {
		font-weight: 400;
	}


}



@media screen and (max-width: 450px) {
	#logo {
		width: 160px;
		padding: 28px 0em 5px 10px
	}

}
/*@media screen and (max-width: 340px) {
	#logo {
		width: 120px;
		padding: 19px 0em 5px 10px
	}

}*/









/* MULTI MENU SYSTEM
================================*/


@media screen and (min-width: 1150px) {

/*---------------no text on desktop --------------------*/



 .howerbox-level1 {
    display: none;
        width: 1000px;
        height: auto;
        position: absolute;
        color: black;
        background-color: #ffffff;
		column-count: 3;

	 
    }

    .cl_orange
    {
    color: orange;
    }
/**/


/*.content-box {
   border: 10px solid #000000;
   column-count: 3;
 }*/

UL#nav-main  {
	padding: 0px 0px 0px 0px!important;
	margin: 0px !important;
}
#nav-main UL,#nav-main LI,#nav-main OL  {
	padding: 10px !important;
	margin: 0px !important;
	/*margin-bottom: 8px !important;
	margin-top: 8px !important;*/
}
/*.ol_class {
	width: 250px;
	text-transform: none !important;
}*/
.navigation {
    z-index: 9999999;
    text-align: right;
}
.howerbox {
	text-align: left !important;
}
.howerbox-level1 {
    position: absolute;
    top: 63px;
    left: auto;
    right: 0px;
    z-index: 9999999;
    width: 700px !important;
    margin: 0em 0.0em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
	-webkit-box-shadow: 0px 6px 5px 3px rgba(0,0,0,0.09); 
	box-shadow: 0px 6px 5px 3px rgba(0,0,0,0.09);
	text-align: right !important;
	background-color: #fff ! IMPORTANT;
	border-radius: 0px;
}
.howerbox-level1 OL {
	width: 150px;
	text-align: center;
}

	/*
#nav-main li:nth-of-type(2) .howerbox-level1 OL,#nav-main li:nth-of-type(2) .howerbox-level1 OL li a {
    display: block;
	width: 150px;

}
	*/
	
		#nav-main li:nth-of-type(1) .howerbox-level1 OL {
		display: inline-block;
		width: 14%;
		text-align: center;
	}
		/*#nav-main li:nth-of-type(4) .howerbox-level1 OL {
		display: inline-block;
		width: auto;
		text-align: center;
			padding-left: 25px !important;
			padding-right: 25px !important;
	}*/
			/*#nav-main li:nth-of-type(4) .howerbox-level1 OL:nth-of-type(1) {
		display: inline-block;
		width:265px;
		text-align: center;
	}*/

	
	
nav ul li {
    position: inherit !important;

}

.howerbox-level1 {
	background-color: #ffffff;
}
.howerbox-level2 {
	display: none !important;
}
.howerbox-level1 li a {
	color: var(--blue);
	font-weight: 700;
	text-transform: none;
	font-size: 1em;
	padding: 8px 2px;
	margin: 0px 0px;
	text-align: center;
	/*width: 140px;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
}
li.navigation-mob-level2 a {
	color: #807b74;
	font-weight: normal;
	text-transform: none;
	font-size: 0.80em;
	padding: 2px 2px;
	margin: 0px 0px;
	text-align: left;
	border: none !important;
}
#nav-main .howerbox-level2 UL,#nav-main .howerbox-level2 LI,#nav-main .howerbox-level2 OL  {
	padding: 0px !important;
	margin: 0px !important;
	margin-top: 3px !important;
}
	/* top level non clickable fix */
	ul li a.parent {
		/*pointer-events: none;*/
	}
	
	#nav-main li:nth-of-type(5) .howerbox-level1 {
		width: 900px !important;
		left: auto !important;
		column-count: 3 !important;
	}

	
	
}


@media screen and (min-width: 1300px) {
	.howerbox-level1 OL {
	width: 190px;
	text-align: center;
	}
}

@media screen and (min-width: 1150px) {
	.menu_image {
		padding-bottom: 15px;
	}
	.ol_class li {
       border: solid 1px #E4E4E4;
		width: calc(100% - 20px);
    }
}


@media screen and (min-width: 1000px) {
	#nav-main li:nth-of-type(1) .howerbox-level1 OL img {
		display: block;
		width: 80%;
		max-width: 180px;
		margin: 0px auto 00px auto;

	}

}













/* NEW MENU SYSTEM
================================*/

@media screen and (min-width: 1150px) {
.menu-hold {
        position: absolute;
        top: 29px;
        padding: 0px 15px 0px 30px;
        right: 0px;
        height: 72px;
        z-index: 9999;
        width: 100%;
}
	

.menu-hold-inner {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.toggleMenu {
	display: none !important;
}
ul#navres {
	text-align: right;	
}
.navresponsive {
	position: absolute;
	right: 10px;
	/*right: 0px;
	bottom: 0px;*/
	text-align: right;
	background-color: transparent;
	color: #858585;
	top: auto;
}
.navrespsubmenu {
	width: 150px;

}
.navresponsive UL,.navresponsive LI {
	text-align: right;
	/*display: inline-block;*/
	color: #444444;
}
nav ul li ul {
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.0);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.0);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.0);
}
nav ul li ul li {
	border: none !important;
}
    nav ul li a {
        color: #000;
        font-weight: 600;
        font-size: 0.95em;
        padding: 19px 15px;
        background-color: transparent;
        text-transform: none;
    }

	nav ul li:last-of-type a {

}

	
	
	
nav ul li a:hover {
	transform: translateY(-2px);

}
nav ul li ul li a {
    color: #888888;
    font-size: 1em;
    padding: 10px 15px;
    background-color: #ffffff;
    text-align: left;
    border-top: solid 1px rgba(0,0,0,0.08);
}
nav ul li ul li ul {
    left: 150px;
}
nav ul li ul li a:hover {
	color: #1b75bb;
	background-color: #E1ECF3;
}
	.howerbox-level1 li a:hover {
		color: ##014278 !important;
	}
.touch-btn {
	display: none;
}
	
	   /* #nav-main li:nth-of-type(4) .howerbox-level1 {
        column-count: 2;
			width: 800px !important;
    }
	    #nav-main li:nth-of-type(4) .howerbox-level1 OL {
        border: solid 1px #ccc;
			width: 300px;
			padding-left: 15px !important;
        padding-right: 15px !important;
    }*/
	
	

}

/*

@media screen and (min-width: 1350px) {
		nav ul li a {
		color: #1F1F1F;
	font-family: "indivisible", sans-serif;
	font-weight: 300;
	font-style: normal;
		font-size: 1.0em;
		padding: 19px 12px;
		background-color: transparent;
		text-transform: uppercase;

	}
}

*/


@media screen and (max-width: 1149px) {
.navresponsive {
	width: 100%;
	background-color: transparent;
	top: 0px;
}
#navres.active {
	padding-top: 75px;
	background-color: #ffffff;	
}
.menu-hold {
    position: absolute;
    right: 0px;
    top: 3px;
    left: auto;
    width: 100%;
	height: 60px;
}
.header-tel-email,.header-to-menu,.header-info {
	display: none;
}
nav.navigation {
	position: absolute;
	top: 95px;
	right: 0px;
	left: 0px;
	z-index: 1010;
}
.howerbox-level1, .howerbox-level2 {
	margin-left: 15px;
}
#nav-main {
	margin-top: -1px !important;	
}
a.toggleMenu {
    background-color: transparent;
	color: #807B74 !important;
	font-size: 0em;
	height: 30px;
	z-index: 99999999999 !important;
	width: 40px;
	position: absolute;
	top: 22px;
	right: 10px;
	left: auto !important;
	display: block !important;
}
nav {
    margin: 0 0px 10px 10px;
}
#navres {
	margin: 0px !important;
}
#navres LI {
	background-color: transparent;
	width: 100%;
}
#navres LI:hover {
	background-color: transparent;
	/*color: #ffffff !important;*/
}
nav ul li {
    border-top: none;
}
nav ul li a {
	color: #000000 !important;
	border-top: 1px solid rgba(0,0,0,0.08);
	padding: 15px 10px;
	background-color: #ffffff;
	font-weight: 400;
}

nav ul li a:hover {
	color: #1b75bb !important;
	background-color: #F1F1F1;
}
.touch-btn {
	display: none;
}
span.touch-btn {
	background-color: transparent !important;
	background-image: url(images/plus-minus-submenu.png);
}
    .toggleMenu span.touch-btn:first-of-type {
        background: url(images/plus-minus.png) no-repeat 50% 2px #666;
        border-radius: 0px !important;
        background-color: transparent !important;
        width: 30px;
        height: 30px;
    }
a.toggleMenu span.touch-btn {
    background-position: 0% 0px !important;
}
.mobiletoplevelopen {
	width: 100%;
}
ol.ol_class {
	padding-left: 0px;	
}



}

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

	a.toggleMenu {
        right: 10px;
    }
}

/* Internal Menu
=================================*/
.menu-int-wrap {
	background-color: transparent !important;
	color: #4d4d4f;
	border: none;
	font-size: 1.1em;
}
.menu-int-wrap a {
	color: #4d4d4f !important;
	font-weight: 400;

}
.menu-int-selected {
	background-color: #2e9fb1 !important;
	color: #FFFFFF !important;
}
.menu-int-selected a {
	color: #FFFFFF !important;
}
.menu-int-L1:hover {
	background-color: #bbbbbb !important;
	color: #FFFFFF !important;
}
.menu-int-L1 a:hover {
	color: #FFFFFF !important;
}
.menu-int-UL LI {
	border: solid 1px #D8D8D8;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #fff;
	float: none;
	display: inline-block;
}
.menu-int-page-name {
	border: solid 1px #D8D8D8;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-right: 10px;
	background-image: none;
	background-color: #D8D8D8;
}
@media only screen and (max-width: 719px) {
.menu-int-wrap {
	padding: 0px;
}
.menu-int-page-name {
	width: 99%;
	border: solid 1px #D8D8D8;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin: 0px 0.5% 3px 0.5%;
	background-image: none;
	background-color: #D8D8D8;
	padding: 10px 15px 10px 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-int-UL LI {
	/*float: none;*/
	width: 32.3%;
	border: solid 1px #D8D8D8;
	border-radius: 4px;
	margin: 0px 0.5% 2px 0.5%;
	padding: 5px 10px 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}	
	
}
@media only screen and (max-width: 450px) {

.menu-int-UL LI {
	width: 49%;
}	
	
}
@media only screen and (max-width: 370px) {

.menu-int-UL LI {
	width: 99%;
}	
	
}


/*===========F-NAV==================*/

.menu-hold.f-nav {
    /*-webkit-transition: position 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;*/
    height: 50px;
    transform: translate(0px, 70px);
    transition: transform 1.0s;
    z-index: 9999;
    position: fixed;
    right: 0.0em;
    left: 0em;
    top: -70px;
    background-color: #000000;
    background-image: url(images/The-KM-Foundation-logo-Landscape-on-black.png);
    background-position: left 20px center;
    background-size: auto 30px;
    background-repeat: no-repeat;
}

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

.menu-hold.f-nav a.toggleMenu {
	top: 0px;
}
	.f-nav #navres.active {
    padding-top: 50px;
    background-color: transparent;
}
}










/* ICON SLIDER
===============================*/
.slider_content_information {
	border: solid 1px #e3e3e3;
}
@media only screen and (max-width: 719px) {
.slider_content_information {
	border-left: none;
	border-right: none;
}
}

/* Icon Content Slider
========================================================*/
.slider_content_icons {
	padding: 1em 0em 2em 0em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.slider_content_icon {
	width: 31%;
	display: inline-block;
	text-align: center;
	border-bottom: solid 6px #c4c4c4;
	padding-bottom: 0.75em;
	margin: 0px 1% 0px 1%;
	}
.iconselected {
	border-bottom: solid 6px #000000;
	background-color: rgba(55,181,230,0.25);
}
.slider_content_icon div {
	text-align: center;
	width: 100% !important;
	font-size: 1em;
	color: #000000;
	text-transform: none;
	margin-top: 12px;
	}
.iconselected div {
	color: #333333;
}
.slider_content_icon img {
	width: 50%;
	padding: 0px 0% !important;
	}

@media screen and (max-width: 800px) {
.slider_content_icon {
	}
.slider_content_icon div {
	}		
}
@media screen and (max-width: 600px) {
.slider_content_icon img {
	width: 70%;
	padding: 0px 15%;
}
.slider_content_icon div {
	font-size: 0.65em;
	}		
}
@media screen and (max-width: 400px) {
.slider_content_icon div {
	font-size: 0.65em;
	display: block;
	}		
}

/* HOME
===============================*/
@media screen and (min-width: 720px) {
	.bullet-three-col ul {
		column-count: 3;
	}
}
.bullet-three-col ul li {
	margin: 5px 1em;
}

.faq img {
	display: none;
}

.home-text H1 {
	font-size: 1.5em;
	color: #575756;
}
.home-text span {
}

.loginpage-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.loginpage-form LI {
	width: 45%;
}
.loginpage-form input:not([type=submit]) {
	padding: 8px 2.5%;
	margin-right: 5%;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	width: 90%;
	margin-bottom: 10px;
	font-size: 1.0em;
	background-color: #FFFFFF !important;
}
/*.loginpage-form input[type=submit] {
	background-color: #ffffff;
	border: 1px solid #FFFFFF;
	color: #626261;
	padding: 3px 2.5%;
	cursor: pointer;
	font-size: 1.0em;
    font-family: "nunitoregular", sans-serif;
	text-transform: uppercase;
	text-align: left;
	width: 70%;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 90%;
	margin-bottom: 15px;
}*/

/* NEWS ONE
============================*/
.news2-sum-shortdesc {
	padding: 15px 0px;
}
.blog-wrap-div {
	margin-left: auto;
	margin-right: auto;
	max-width: 1152px;
	padding-top: 20px;
}
.blog-wrap-div-sum {
	padding-top: 20px;
}
.news1-wrap H3 {
	border: none;
    font-size: 1.1em !important;
    margin: 0.3em 0 0.2em 0;
    text-transform: none;
}
.news1-article-text-wrap {
    float: left;
    max-width: 75%;
}
.news1-article-images {
	margin-right: 0px;
	margin-bottom: 0px;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
	width: 100%;
	float: none;
}

.news1-article-images img {
    max-width: 100% !important;
		width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: object-fit;
}
.blog-detail-header {
	padding: 1px 25px;
}
.blog-detail-header h1 {
	margin-bottom: 0.1em;
	border-bottom: solid 1px #ccc;
}
.news1-main-content .colour {
	padding-top: 1em;
}
.news1-wrap {
    border-top: solid 0px #cccccc;
    padding: 0px 0px 0px 0px;
	width: 30%;
	margin: 10px 1.5% 25px 1.5%;
	float: left;
	background-color: #f3f3f3;
}

.news1-article-text-wrap {
	max-width: 100%;
	padding: 13px 20px 20px 20px;;
}

.news1-article-date {
    display: none;
}
article.container img {
	max-width: calc(50% - 0px);
	float: left;
	padding: 10px 30px 10px 0px;
	height: auto !important;
	
}
.news1-article-short-description {
	display: none;
}

@media (max-width: 1160px) {
.blog-wrap-div {
	margin-left: 1em;
	margin-right: 1em;
}	
}

@media (max-width: 900px) {
.news1-wrap {
	width: 47%;
	margin: 10px 1.5%;

}
}

@media (max-width: 500px) {
.news1-wrap {
	width: 97%;
	margin: 10px 1.5%;

}
}




/* HOME NEWS
============================*/
.news1-wrap-tag-all .news1-wrap-tag {
	float: left;
	width: calc(33% - 3em);
	margin: 0em 1.5em 20px 1.5em;
	position: relative;
	padding-bottom: 0px;
    background-color: var(--grey);
}
.news1-wrap-tag-all .news1-article-images {
	width: 100%;
	float: none;
}
.news1-wrap-tag-all .news1-article-text-wrap {
	float: none;
	width: calc(100% - 30px);
	max-width: 100%;
	position: relative;
	color: #000000;
	padding: 20px 20px 20px 20px;
	font-size: 1em;
}
.news1-article-images img {
	border: none;
	display: block;
}
.news1-wrap-tag-all .news1-article-title H3 {
	font-size: 1.2em !important;
	font-weight: 600;
	text-transform: none;
}
.news1-wrap-tag-all .news1-article-short-description {
	font-size: 0.85em;	
	padding-top: 8px;
}
@media (max-width: 719px) {
	.news1-wrap-tag-all .news1-wrap-tag {
		float: left;
		width: calc(100% - 1em);
		margin: 0em 0.5em 20px 0.5em;
	}
		.news1-wrap-tag-all .news1-wrap-tag:nth-of-type(2),.news1-wrap-tag-all .news1-wrap-tag:nth-of-type(3) {
		display: none;
	}	
}

/* Sectors portfolio NEWS
============================*/
.sector-portfolio .news1-wrap-tag-all .news1-wrap-tag {
	float: left;
	width: calc(33.3% - 2em);
	margin: 0em 1.0em 20px 1.0em;
	position: relative;
	padding-bottom: 0px
}
@media (max-width: 799px) {
.sector-portfolio .news1-wrap-tag-all .news1-wrap-tag {
	width: calc(50% - 2em);
	margin: 0em 1.0em 20px 1.0em;
}	
}
@media (max-width: 450px) {
.sector-portfolio .news1-wrap-tag-all .news1-wrap-tag {
	width: calc(100% - 2em);
	margin: 0em 1.0em 20px 1.0em;
}	
}

/* NEWS TWO
============================*/
.news2-wrap-sum {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;	
}
.news2-wrap {
	padding-top: 0px;
}
.news2-wrap .news1-wrap {
	float: left;
	width: 29%;
	margin: 1em 2% 2em 2%;
	border: none;
	border-bottom: solid 1px #cccccc;
	position: relative;
	padding-bottom: 42px;
}
.news2-wrap .news1-article-images {
	margin-right: 0px;
}
.news2-wrap .news1-article-images img {
	max-width: 500px !important;
	width: 100%;
	border: none;
}
.news2-wrap .news1-article-text-wrap {
	max-width: 100%;
}
.news2-wrap .news1-article-date {
	font-size: 1em;
	margin-bottom: 0.6em;
	color: #8B8B8B;
}
.news2-wrap .news1-article-text-wrap {
    font-size: 1em;
	padding-top: 8px;
}
.news2-nav-wrapper {
	background-color: #EAECEB;
	text-align: right;
}
.news1-footer-numbers {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	clear: both;

}
.news1-footer-numbers-item {
	margin-right: 10px;
	float: none;
	display: inline-block;
	padding-right: 0px;
}
.news1-footer-numbers-item span {
	padding: 7px 0px 3px 0px;
}
.news1-footer-numbers-item input[type=submit] {
	background: none;
	color: #212322;
	padding: 5px 10px;
	border: solid 1px #c7c9c8;
	border-radius: 0px;
	
}
.news1-footer-numbers-item input[type=submit]:disabled {
	border: solid 1px #dbdbdb;
	color: #afbcb5;	
	cursor: default;
}
.news2-item-date {
	color: #ABABAB;
}
.news2-wrap H3 {
	margin: 0px;
	font-size: 1.2em;
}
.news2-sum-shortdesc P {
	margin: 0px;	
}
.news2-sum-more a {
	display: block;
	padding: 10px 0px;
	margin-top: 10px;
	background-image: url(images/ed-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 80%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
.news2-det-news-snip-wrap {
	width: 80%;
	border: solid 1px #c8c8c8;
	border-radius: 8px;
	margin: 2.5em 0px;
	padding: 15px;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.11);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news2-det-news-snip-wrap .news1-article-images {
	display: none;
}
.news2-det-news-snip-wrap .news1-wrap-tag {
	border-bottom: 1px solid #BDBDBD;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.news2-det-news-snip-wrap .news1-article-short-description P {
	margin: 0px;
}
.news2-det-numbers .news1-footer-numbers-item {
	margin-left: 0px;
	border: solid 1px #c5c7c6;
	padding: 5px 10px;
	color: #ABABAB;
}
.news2-det-numbers .news1-footer-numbers-item a {
	color: #000000;
	
}
.news2-det-numbers .news1-footer-numbers-item:nth-of-type(3n+3) {	
	border: none;
	padding: 5px 0px;
	color: #000000;
}
.blog-wrap-div .column {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
@media (max-width: 719px) {
.news2-wrap .news1-wrap {
	width: 44%;
	margin: 0 3% 2em 3%;
}
	
}
@media (max-width: 400px) {
.news2-wrap .news1-wrap {
	width: 94%;
	margin: 0 3% 2em 3%;
}
	
}
/* Prod Sum
======================================*/
.prod-sum-wrap-wrap {
	height: 100%;
	background-color: #fff;
	padding: 0px 0px;
}
.prod-sum-wrap {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;

}
.prod-img-resizer {
	overflow: hidden;
	text-align: center;
}
.prod-img-resizer img {
    max-width: none;
    max-height: none;
	height: 100% !important;
}
.cat-filter-wrap {
	float: left;
	width: 215px;
	border: solid 0px #c8c8c8;
	margin-right: 15px;
	background-color: #FFFFFF;
	margin-top: 20px;
	border-radius: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 10px 10px 10px;
	-webkit-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.0);
	box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.0);
	margin-bottom: 15px;
}
.cat-prod-wrap {
	float: left;
	width: calc(100% - 245px);
	padding: 30px 0px;
}
.cat-title-wrap, .prod-detail-nav-wrap {
	background-color: #D8E3EA;
}
.cat-title-nav,.prod-detail-nav-constrain {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 25px;
	text-align: left;
}
.cat-title-nav .nav {
	margin-left: 7px;	
	border: solid 1px #c5c7c6;
	padding: 2px 4px;
	cursor: pointer;
}
.cat-title-nav-crumbs-wrap {
	float: none;
	color: #D8E3EA;
}
.cat-title-nav-crumbs-wrap a {
	color: #000000;
	font-weight: 400;
	font-size: 0.9em;
}
.cat-title-nav-crumbs-wrap a:hover {
	color: #000000;
}
.cat-title-nav-crumbs-wrap a:nth-of-type(1) {
	display: none;
}
.prod-detail-top-wrap {
	color: #5b5b5b;	
}
.prod-detail-top-wrap a:hover {
	color: #008EA0;
}
.prod-detail-top-wrap a:nth-of-type(1),.prod-detail-top-wrap a:nth-of-type(2) {
	display: none;
}
.cat-filter-title {
	color: #464F4E;
	font-size: 1.3em;
	border-bottom: solid 1px #c7c7c7;
	padding-bottom: 10px;
}
H3.mega-filter-title, H3.mega-filter-secondary-title {
	font-size: 1.1em !important;
	margin-left: 7px;
	margin-bottom: 5px;
	clear: both;
}
.cat-filter-option {
	clear: both;
	padding-top: 20px;
}
.cat-filter-wrap input[type="checkbox"] {
	margin: 0px 3px 0px 4px;
	width: 15%;
	float: left;
}
.cat-filter-option label {

	width: calc(100% - 33px);
	float: left;
	line-height: 1em;
	margin-bottom: 0px;
	font-size: 0.8em;
}
.prod-img-resizer {
	/*margin: -3em;
	overflow: hidden;*/

}
.prod-sum-figure {
	margin: 0.5em 1% 1.0em 1%;
	background-color: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 13%);
    box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 13%);
	position: relative;
	width: 31%;

}
.cat-prod-wrap .prod-sum-figure:last-of-type {
	border: none;
}
.prod-img-resizer {
	
}
.product-sum1 {

	
}
.prod-short-desc {
	padding-top: 20px;
	display: none;
}

.cat-title-wrap.cat-title-wrap-lower {
	border-bottom: solid 2px #ffffff;
}

.product-sum-button {
	padding-top: 0.35em;
	display: none;
}
.product-sum-button form * {
	vertical-align: middle;
}
.product-sum1 {
	padding: 1px 12px;
    text-align: left;
    height: 80px;
    position: absolute;
    top: 0px;
    z-index: 10;
	left: 0px;
	right: 0px;
	background-image: -webkit-linear-gradient(270deg, rgba(1, 66, 120, 0.82) 0%, rgba(0, 0, 0, 0.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(1, 66, 120, 0.82) 0%, rgba(0, 0, 0, 0.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(1, 66, 120, 0.82) 0%, rgba(0, 0, 0, 0.00) 100%);
    background-image: linear-gradient(180deg, rgba(1, 66, 120, 0.82) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.prod-img-resizer {
	border: none !important;
	margin-bottom: 0px;
}
.product-sum1 H2 {
	margin: 15px 0px 20px 0px;
	font-size: 1.1em;
	line-height: 1em;
}
.product-sum1 a H2 {
	font-weight: 600;
	color: #fff;
}
.product-sum1 H2 b {
	font-size: 70%;
	display: block;
}
.product-sum1 P {
	font-size: 0.95em;
	line-height: 1em;

}
input.prod-sum-addtocart,.prod-det-addtocart {
	padding: 9px 15px !important;
	margin: 0px !important;
}
.product-sum-button form {
	min-height: 34px;	
}
.cat-sum-fig {
	float: left;
    margin: 1em 1% 1em 1%;
    width: 31.3%;
	border: none;
}
.cat-sum-fig a H2 {
	font-weight: 400;
	text-align: center;
	color: #000000;
}
.cat-sum-fig img {

	margin-bottom: 10px;
}
@media (max-width: 1000px) {
	
}
/* SLIDE OUT FILTER BAR MODS */
@media (max-width: 768px) {
.cat-prod-wrap {
	float: left;
	width: 100%;
}
.cat-title-nav-crumbs-wrap {
	float: none;
	color: #EAECEB;
	text-align: left;
	margin-bottom: 15px;
}
.cat-title-nav, .prod-detail-nav-constrain {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 5px 10px 5px;
    text-align: left;
}
.cat-title-nav #currentpagetop {
	padding-left: 27px;	
}
}
@media (max-width: 650px) {
.prod-sum-figure {
	width: 46%;
    margin: 1.2em 2% 1.2em 2%;
}

}
@media (max-width: 420px) {
.prod-sum-figure {
	width: 90%;
	margin: 0.7em 5%;
	}
.prod-sum-wrap {
    padding: 0px 0px;
}
}


/* BUY ONLINE */


.prod-sum-wrap-bo .product-sum1 {
    padding: 1px 12px;
    text-align: left;
    height: 80px;
    position: relative;
    top: 0px;
    z-index: 10;
    left: 0px;
    right: 0px;
    background-image: none;
}
.product-sum1 a H2 {
    font-weight: 600;
    color: #484848;
}
.cat-title-wrap-bo {
	margin-top: -10px;
}





/* Prod Det
======================================*/
@media screen and (max-width: 1000px)  {
#swipebox-close {
    top: auto !important;
    right: auto !important;
	bottom: 0px;
	left: 0px !important;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}
}
.prod-detail-wrap {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 0.9em;
	width: 100%;
	padding: 0px;
	display: none;

}
.prod-detail-top-wrap {
	max-width: none;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    padding: 10px 20px 10px 20px;
    border: none;
		border-top: 1px #ffffff solid;
	margin-bottom: 0px !important;
}
.prod-detail-top-breadcrumbs {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;	
}
.slider-product-name {
	font-weight: 400;
	color: #000000;
	font-size: 0.8em;
	display: none;
}
.prodV3-ymal-wrap ul.lightSlider.lsGrab.lSSlide {
	/*height: 150px !important;*/
}
.prod-detail-top-breadcrumbs a {
	color: #939393;	
	font-weight: 400;
}
.prod-detail-image-wrap {
	width: 55% !important;
	float: left;
	margin-right: 0%;
	padding-right: 0%;
	border-right: none;
	margin-right: 3%;
	text-align: right;
	padding-bottom: 20px;
}
.prod-detail-info-wrap {
	width: 42% !important;
}
.prod-det-upper-content {
	margin-top: 30px;	
}
.prod-detail-figure {
	text-align: right;
}
.bfs-det-wrap-wrap .prod-detail-figure {
	text-align: left;
}
.prod-detail-figure img {
	width: 100%;
	max-height: 800px;
}
.prodV3-productinfo-wrap {
	margin-top: 20px;	
}
.prod-detail-info-wrap .colour {
	padding: 0.02em 0em;
}
.prod-detail-info-wrap .colour .column {
	padding-left: 0em;
	padding-right: 0em;
}
.prod-detail-info-wrap H1 {
    margin: 1em 0px 10px 0px;
	font-size: 1.2em;
	text-align: left;
	color: #000000;
}

.prod-detail-price {
	font-weight: 400;
	color: #465051;
	font-size: 1.1em;
}
.prod-detail-nav-constrain a {
	font-weight: 400;
	color: #000000;
}
.addtocartform {
	margin-bottom: 1em;	
}
.addtocartform * {
	vertical-align: middle;	
}
.prod-det-img-thumbs {

}
.prodV3-price-bar-buy * {
	vertical-align: middle;
}
.prodV3-price-bar-price-price.prod-detail-price {
	line-height: 1.8em;
	color: #000000;
}
.prodV3-price-bar-buy input[type=submit] {
	color: #FFFFFF;
	border: solid 1px #ffffff;
}
/* PB */
.page-pb-wrap {

	padding-top: 25px;
}
.page-pb-info-desc {
	display: none;
}

.prod-det-upper-content .column {
	padding: 0px;
}

.page-pb-slider-open {
	cursor: pointer;
	background-color: #ffffff;
	border-radius: 0px;
	color: #939393;
	padding: 10px 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	font-size: 1.1em;
	background-image: url(images/PB-open.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	border-bottom: solid 1px #D9D9D9
}
.page-pb-slider {
    display: none;
    background-color: #ECECEC;
    padding: 30px 0% 5px 0%;
    width: 100%;
    position: relative;
    z-index: 1999;
    border-radius: 0px;
}
.page-pb-info-title {
    font-weight: normal;
}
.page-pb-info {
    width: calc(98% - 30px);
    float: left;
    margin-left: 2%;
}
.page-pb-row-wrap input[type=checkbox] {
	margin: 0px !important;
	width: 30px;
}
.page-pb-row-wrap {
	border: none;
}
.web-page-pb-drop .page-pb-row-wrap:nth-of-type(even) {
	background-color: #FFFFFF;	
}
.prodV3-price-bar-wrap {
    background-color: #ffffff;
	border-bottom: solid 1px #cccccc;
	border-radius: 0px;
	padding: 10px 0px;
}

.prod-det-ymal {
	padding-bottom: 25px;
}
.prod-det-colour h3 {
	border-bottom: solid 1px #cccccc;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

@media (max-width: 500px) {
.prod-detail-wrap {
	margin-top: 1em;
}
.prod-detail-image-wrap {
	width: 100% !important;
	margin-right: 0%;
	padding-right: 0%;
	border: none;


}
.prod-detail-image-wrap img {
	max-height: 250px;
	margin-bottom: 1em;
}
.prod-detail-info-wrap {
	width: 100% !important;
	margin-top: 1em;
}
	.prod-detail-info-wrap h1 {
	margin-top: 0.5em;
}
}


/* CART
==================================*/

.cart-process-wrap {
	padding-top: 115px;
	border-top: solid 1px #cccccc;
	position: relative;
}
.cart-wrap {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
.cart-process-header {
	background-color: #EBEBEB;
	padding: 0.5em 0em;
	margin-bottom: 25px;
}

.checkout-payment-img {
	border-top: 1px solid #CCCCCC;
	padding-top: 30px;
}



/* Checkout tex reduction
===================================*/
.checkout-order-summary {
	font-size: 85% !important;
}

/* FIX FOR PRODUCT IMAGE MULTIPLE
=======================================================*/
/*.lslide.active {
	display: none;
}
.lslide,.lSSlide {
	width: 100% !important;
	text-align: center;
}
.lslide img {
	width: 200px !important;
	text-align: center;
}
#prodimg {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	width: 80% !important;
}
@media (max-width: 450px) {
.lslide img {
	width: 130px !important;
	text-align: center;
}	
}*/
.prodV3-ymal-wrap {

	padding-top: 3em;
	margin-top: 1.5em;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.prod-det-img-thumbs .prodV3-ymal-wrap {
	border-top: none;
	padding-top: 0.0em;
	margin-top: 0em;
}
.prod-det-img-thumbs {
	padding-top: 5px;	
}






/*HEADER FIX
============================*/
.header-two,.header-one,.header-centre {
	overflow: hidden
}
/* MAKE Just for bottom of home page ------------------*/

@media (min-width: 1400px) {
    .header-two img, .header-one img {
        margin-top: -7%;
        margin-bottom: -6%;
    }
}

@media (min-width: 1200px) {
.header-two img,.header-one img {
	/*margin-top: -5%;
	margin-bottom: -5%;*/
}
}
@media (min-width: 1400px) {
	.header-two img {
		margin-top: -4%;
		margin-bottom: -4%;
	}
	.header-one img {
		margin-top: 0%;
		margin-bottom: 0%;
	}
}
@media (min-width: 1400px) {
.header-two img,.header-one img {
	/*margin-top: -8%;
	margin-bottom: -8%;*/
}
}


@media (max-width: 800px) {
	.header-two img,.header-one img {
		width: 150% !important;
		max-width: none !important;
		margin-left: -25%;

	}
	.header-centre img {
		width: 200% !important;
		max-width: none !important;
		margin-left: -50%;
	}
}
@media (max-width: 450px) {
	.header-one img {
		width: 200% !important;
		max-width: none !important;
		margin-left: -50%;
	}
	.header-two img {
		width: 150% !important;
		max-width: none !important;
		margin-left: -25%;
	}
		.header-centre img {
		width: 300% !important;
		max-width: none !important;
		margin-left: -100%;
	}
}


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


@media (min-width: 1150px) {
.c2a figcaption H4 {
    font-size: 1.0em !important;
	color: #ffffff;
}
}

.c2a .column.fourth .btn {
	position: absolute;
	bottom: 15px;
	left: 1.5em;
}
.c2a-inner {
	padding-bottom: 100px;
}

.c2a .column.no-pad {

}


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

.c2a figcaption {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(54,143,153,0.75);
    padding: 0.0em 0px;
	pointer-events: none;
}
.c2a figcaption:hover {
	background-color: transparent;
}
.c2a figcaption H4 {
    background-color: transparent;
    padding: 5px 10px;
	color: #FFFFFF;
}

.c2a img {
	display: block;
}
.c2a-inner p:nth-of-type(1) {
	margin: 0%;
	display: block;
	background-color: #ffffff;
	position: relative;
	padding: 10px 0px 0px 0px;
}


.c2a-inner-blue {

}
.c2a-inner-blue figcaption {
	background-color: rgba(55,181,230,0.65);
}
.c2a-inner-red figcaption {
	background-color: rgba(231,66,96,0.65);
}
.c2a-inner-green figcaption {
	background-color: rgba(119,184,41,0.65);
}
.c2a-inner-purple figcaption {
	background-color: rgba(147,47,137,0.65);
}



.c2a-inner-red {

}
.c2a-inner-green {

}
.c2a-inner-purple {

}
.c2a figcaption h4 a {
	color: #ffffff;
}



@media screen and (max-width: 1150px) {
	.c2a .restrict-widthx {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;	
	}
	.c2a .column.fourth {
	width: 50%;
}
}
@media screen and (max-width: 720px) {
	.c2a .column.fourth {
	width: 100%;
}
}





/* #DOWN
============================*/

.arrow-down {
    position: absolute;
    bottom: 60px;
    right: calc(50% - 12px);
    width: 25px;
    height: 25px;
    background-image: url(images/anim-arrow-down.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    z-index: 1002;
}




/* breadcrumbs */
.breadcrumbs.colour {
	padding: 20px 0px;
	background-color: #EBEBEB;
}
.breadcrumbs-tag span {
	font-size: 0.85em;
	padding: 0px 10px;
	border-right: solid 1px #f6a801;
}
.breadcrumbs-tag span:first-of-type {
	display: none;
}



.purchase-history-colour .websitepages-line-wrap span {
	padding-right: 12px;
}

/* GALLERY*/
.gallery-col {
    width: 20%;
}
.gallery-plans .gallery-col {
    width: 50%;
}
.gallery-plans-single .gallery-col {
    width: 100%;
}
.gallery-col img {
    padding: 20px 10px;
}


.paintings-gal .restrict-width {
	max-width: 1600px;
}
@media screen and (min-width: 720px) {
	.gallery-image-set2 .gallery-col {
		width: 25%;
	}
}

@media screen and (min-width: 1300px) {
	.paintings-gal .gallery-col img {
		padding: 40px 40px;
	}
}
@media screen and (max-width: 900px) {
	.gallery-col {
		width: 25%;
	}
	.gallery-col img {
		padding: 6px 3px;
	}	
}

@media screen and (max-width: 720px) {
	.gallery-image-set .column.full {
		max-width: 400px;
		margin: 0px auto;
	}
	.gallery-col {
		width: 50%;
	}
	

}
@media screen and (max-width: 376px) {
	.gallery-image-set .column.full {
		max-width: 300px;
		margin: 0px auto;
	}
}

.gallery-image-set .grid-item.gallery-col {
	height: 150px;
	overflow: hidden;
}
@media screen and (max-width: 1150px) {
	.gallery-image-set .grid-item.gallery-col {
		height: 130px;
	}
}
@media screen and (max-width: 950px) {
	.gallery-image-set .grid-item.gallery-col {
		height: 110px;
	}
}
@media screen and (max-width: 376px) {
	.gallery-image-set .grid-item.gallery-col {
		height: 85px;
	}
}

/*--------------------------------*/
.yml-feed-boat-detail-page-header {
    width:100%;
    display: inline-block;
}
.yml-feed-boat-detail-page-header h2{
    display: inline-block;                                                      
}
.yml-feed-boat-detail-page-header .page-detail-back-btn{
    display: inline-block;
    float:right;
    margin-top: 2em;
}
.yml-feed-boat-detail-gallery-slider-wrap {
    width:100%;
    margin-bottom:20px;
}

.yml-feed-boat-detail-gallery-slider-wrap {
    width:100%;
    margin-bottom:20px;
}
.yml-feed-boat-detail-gallery-slider-container {
    max-width:674px;
    margin:auto;
	background-color: #000000;
	padding: 10px;
}
.yml-feed-boat-detail-div-wrap {
    display: inline-block;
    border: 1px solid #CCC;
    margin-bottom: 10px;
    padding:20px 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.yml-feed-boat-detail-div-wrap .yml-feed-boat-detail-other-information-part {
    width:50%;
    display: inline-block;
}
.yml-feed-boat-detail-div-wrap .other-information-part-division {
    display: inline-block;
    width:100%;
    vertical-align: top;
}
.yml-feed-boat-detail-div-wrap .other-information-part-division .info-title{
    display: inline-block;
    width:50%;
}
.yml-feed-boat-detail-div-wrap .other-information-part-division .info-value{
    display: inline-block;
    width:50%;
}
.yml-feed-result-search-wrap {
    display: inline-block;
    background-color: #e0e0e0;
    padding: 10px;
    border: 1px #bbb solid;
    margin-bottom:20px;
    text-align: center;
}
.yml-feed-result-search-wrap input.search-unit-field[type="text"] {
    width:175px;
}
.yml-feed-result-search-wrap .search-unit-field-type{
    width: 140px;
}
.yml-feed-result-pagination-wrap {
    width:100%;
    display: inline-block;
}
.yml-feed-result-pagination-wrap .search-wrap-container {
    display: inline-block;
    float: left;
}
.yml-feed-result-pagination-wrap .search-wrap-record-count-container {
    display: inline-block;
    float: left;
}
.yml-feed-result-pagination-wrap .search-wrap-record-count-container span{
    padding-top:10px;
    float: left;
}
.yml-feed-result-pagination-wrap .pagination-wrap-container{
    display: inline-block;
    float: right;
    padding-top:10px;
}
.yml-feed-result-pagination-wrap .pagination-wrap-container .pagination-btn{
    padding:5px 7px;
    margin-right: 5px;
}
.yml-feed-result-pagination-wrap .pagination-wrap-container .pagination-btn:disabled{
    cursor: text;
}
.yml-feed-result-list-wrap {
    display: inline-block;
    border: 1px solid #CCC;
    margin-bottom: 10px;
    padding:10px;
}
.yml-feed-result-list-wrap h4 {
    margin:0;
    float: left;
}
.yml-feed-result-list-wrap .price-info {
    float: right;
    color: #000000;
}
.yml-feed-result-list-wrap .boat-list-sub-info {
    width:100%;
    margin:0;
    display: inline-block;
}
.yml-feed-result-list-wrap .boat-list-middle-info {
    margin: 10px 0;
}
.yml-feed-result-list-wrap .yml-feed-result-list-img { 
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
.yml-feed-result-list-wrap .yml-feed-result-list-detail {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}
.yml-feed-result-list-wrap .boat-list-view-button-wrap {
    margin:0;
    display: inline-block;
    width: 100%;
}
.yml-feed-result-list-wrap .boat-list-view-button-wrap .submit-button {
    float: right;
}
.boat-result-not-found {
    text-align: center;
    padding: 10px 0;
    background-color: #808080;
    color: white;
    font-weight: 600;
}

/*----------------*/
.yml-feed-boat-detail-gallery-slider-container .lslide {
	height: 500px !important;
	text-align: center;
}
.yml-feed-boat-detail-gallery-slider-container .lslide img {
	max-height: 100% !important;
	max-width: auto !important;
}

@media screen and (max-width: 1200px) {
	.yml-feed-boat-detail-gallery-slider-container .lslide {
		height: 380px !important;
		text-align: center;
	}
}

@media screen and (max-width: 720px) {
	.yml-feed-result-list-wrap .yml-feed-result-list-img {
		width: 100%;
		display: block;
		vertical-align: top;
		text-align: center;
	}
	#search_boat_form {
		display: none !important;
	}
	.yml-feed-boat-detail-div-wrap .yml-feed-boat-detail-other-information-part {
		width: 100%;
		display: block;
	}
	.yml-feed-boat-detail-div-wrap {
		border: none;
		border-top: 1px solid #CCC;
		margin-bottom: 10px;
		padding:10px 0px;
	}
	.yml-feed-result-list-wrap .price-info {
		float: none;
		display: block;
	}
	.yml-feed-result-list-wrap h4 {
		float: none;
	}
	.yml-feed-result-list-wrap .yml-feed-result-list-detail {
		width: 100%;
		display: block;
		text-align: center;
	}
	.yml-feed-result-list-wrap .boat-list-view-button-wrap .submit-button {
		float: none;
	}
	.yml-feed-boat-detail-gallery-slider-container .lslide {
		height: 250px !important;
		text-align: center;
	}
}

@media screen and (max-width: 374px) {
	.yml-feed-boat-detail-gallery-slider-container .lslide {
		height: 200px !important;
		text-align: center;
	}	
}



/* PDF  */

.yml-feed-boat-detail-div-wrap {
	width:100%;
}
.yml-feed-boat-detail-div-wrap .yml-feed-boat-detail-other-information-part {
	width:100%;
}
.yml-feed-boat-detail-div-wrap .yml-feed-boat-detail-other-information-part .info-row {
	border-bottom: 1px solid #CCC;
	padding:5px 0;
}
.yml-feed-boat-detail-div-wrap .other-information-part-division .info-title {
	font-weight: bold;
	width: 49%;
}
.yml-feed-boat-detail-page-header .page-detail-print-btn {
	display: inline-block;
	float: right;
	margin-top: 2em;
	margin-right:10px;
}
.pdf-wrap .items-sec {
	width: 500px;
	padding: 20px !important;
	margin: 0px auto;
	background-color: #EEEEEE !important;
	border: none !Important;
	margin-top: 30px;
}


.items-sec-col1 {
	width: 44%;
	float: left;
	padding: 10px 3%;
}

/*-----------------------------*/
.accordion {
    background-image: url(images/arrows-accordian.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px auto;
	border: none;
	borde-radius: 4px;
}
.accordion-active {
    background-image: url(images/arrows-accordian2.png);
}


/*---------BOAT FEED---------------*/

/*
.bfs-det-wrap-wrap {
	font-size: 90%;
}
h5.boat-det-h5-form {
	text-transform: none;
    font-weight: 600;
    font-size: 1.7em;
    color: #1b75bb;
	border-bottom: none !Important;
	padding-bottom: 0px !important;
	margin-bottom: 0.4em !important;
	
}
.bfs-det-wrap-wrap .formgen-form-wrap {
	border: solid 1px #C0C0C0;
	padding: 1px 15px 15px 15px;
	border-radius: 5px;
}
.summary-listing-top {
	width:100%;
	float:left;
}
.summary-listing-top .price-sort-option{
	float:right;
}


.bfs-colour.colour {
}
.summary-listing-top {
	display: block;
	padding: 5px 3px;
	float: none !important;
	width: auto !important;
	margin-top: 0px;
	font-size: 0.8em;
	height: 21px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

select#price_sort_option {
	margin: 0px;
	width: 100px;
	padding: 0px 5px;

}
.price-sort-option:after {
	clear: both;
}
.item-mar {
	-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);
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 0px;
	font-size: 85%;
	background-color: #fff;
}
a .item-mar {
	color: #000 !important;
}
.item.column.half {
	width: 33.3%;
	padding: 10px;
}

@media screen and (max-width: 900px) {
	.item.column.half {
		width: 50%;
	}
}

@media screen and (max-width: 720px) {
	.item.column.half {
		width: 450px;
		max-width: 100%;
		margin: 0px auto;
		padding: 10px !important;
	}
}





.item-mar H3, .item-mar div, .item-mar ul,.bfs-price,.bfs-location {
	padding: 0px 20px;
}
.items-sec p {
	margin: 0.2em 0em;
}
.item-mar H3 {
	margin-bottom: 0em;
	margin-top: 1em;
	border-bottom: none !Important;
}
.bfs-price {
	color: #01aef0;
	font-size: 0.95em;
}
.bfs-price span {
	color: #7E7E7E;
	font-size: 80%;
}
.bfs-location {
	display: block;
	margin-bottom: 0px;
	font-weight: 400 !important;
	color: #000 !important;
	font-size: 0.85em;
}
.featured-image {
	padding: 0px !important;
	position: relative;
}

.featured-image-inner {
	position: relative;
	overflow: hidden;
	height: 250px;
	padding: 0px !important;
	 display: flex;
  	align-items: center;
  	justify-content: center;
}
.featured-image-inner .card-img-top {

	position: absolute;
	top: 0px;
	max-width: none;
	width: 110%;
}




.featured-image {

}


.bfs-top-text {
    padding: 0px !important;
    min-height: 90px;
    float: left;
    width: 50%;
}


.bfs-listing-title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: transparent;
    display: block;
    padding: 15px 20px 30px 15px !important;
	font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    z-index: 5;
    border-radius: 0px 0px 0px 0px;
    font-size: 0.9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.60) 0.00%,rgba(0,0,0,0.00) 100%);
}
.bfs-status {

}
.items-sec {
	position: relative;
	column-count: 1;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	background-color: #EFEFEF;
	border-top: solid 1px rgba(255,255,255,1);
}


.items-sec.items-sec-single {
	column-count: 1;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.items-sec.items-sec-single p {
    margin: 0.8em 0em;
}



.boat-det-h2 {
	text-transform: none;
	font-weight: 600;
	font-size: 1.4em;
	color: #1b75bb;
}

a .items-sec {
	font-weight: 400;
}
.items-sec b {
	display: inline-block;
	width: 85px;
}
.featured-image h3 {
	font-size: 1.15em;
	font-weight: 600;
}
.readmore a {
	position: absolute;
	bottom: 0px;
	right: 20px;
	color: rgba(54,143,153,1);
	display: block;
}
.price-sort-option {
	float: right;
}
.bfs-slider-wrap-wrap {
	padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
	background-color: #ffffff;
	margin-bottom: 10px;
	max-width: 250px;
}
#boat_search_field_form input[type=submit] {
	background-color: transparent;
	color: #636363;
	border: none;
	padding-left: 5px;
	background: none;
	margin: 0px;
	text-transform: none;
}




.info-title {
	display: inline-block;
	width: 150px;
}
.info-value {
	display: inline-block;
}

.bfs-video {
	margin-bottom: 50px !important;
}


.bfs-det-bottom h5 {
	border-bottom: solid 1px rgba(0,0,0,0.07);
	margin: 1.8em 0em 1em 0em;
	padding-bottom: 0.7em;
	padding-top: 0.7em;
    font-weight: 600;
    color: #1b75bb;

}
.bfs-det-bottom p {
	margin: 1em 0em;
	line-height: 1.5em;
	font-size: 0.95em;
}
.prod-detail-top-wrap2 a:nth-of-type(1),.prod-detail-top-wrap2 a:nth-of-type(2) {
    display: inline-block;
	line-height: 40px;
}


.prod-search-detail-colour .bfs-listing-title {
    position: absolute;
    top: 0px;
    left:1.5rem;
    display: block;
    padding: 5px 20px 5px 15px !important;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 9;
}
.bfs-det-long-desc {
	font-size: 1em !important;
	color: #696969 !important;
}

.find-your-boat {
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	margin-top: 20px;
}





@media screen and (min-width: 720px) {
	.bfs-colour .column.fourth {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		display: block;
	}	
}

@media screen and (max-width: 1200px) {
	.featured-image-inner {
		height: 200px;
	}
}

@media screen and (max-width: 1000px) {
	.featured-image-inner {
		height: 170px;
	}
}
@media screen and (max-width: 850px) {
	.featured-image-inner {
		height: 150px;
	}
}

@media screen and (max-width: 719px) {
	.item.column.half {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.bfs-gallery-wrap {
		padding-bottom: 35px;
	}
	
	
	.featured-image-inner {
		position: relative;
		overflow: auto;
		height: auto;
		padding: 0px !important;
		display: block;
		align-items: center;
		justify-content: center;
	}
	.featured-image-inner .card-img-top {
		position: relative;
		max-width: none;
		width: 100%;
		display: block;
	}
	.bfs-top-text {
    padding: 0px 0px 15px 0px !important;
    min-height: 0px;
}
	
	
	
}
*/

/*---------------------------------------------------*/
.prod-search-detail-colour h1 {
	margin-bottom: 0px;
	margin-top: 0em;
	font-size: 2em;
	text-transform: none;
	color: #1b75bb;
	font-weight: 600;
}
.prod-search-detail-colour .bfs-price {
	padding-left: 0px !important;
	font-size: 1.3em;
	margin-bottom: 0px;
	background-color: transparent;
	color: var(--blue);
	font-weight: 700;
}
.prod-search-detail-colour .bfs-location {
	padding-left: 0px !important;
	font-size: 1em;
	padding-bottom: 10px !important;
	display: block;
}
.prod-search-detail-colour .items-sec {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 20px 0px !important;
	border-radius: 0px;
	padding: 30px 0px !important;
	font-size: 0.9em;
	background-color: transparent;
}
.prod-search-detail-colour .items-sec b {
    display: inline-block;
    width: 50px;
}
.spec-lower {
	background-color: #E0E8ED;
	border-radius: 5px;
	padding: 10px 13px !important;	
}

.line-bottom {
	border-bottom: solid 4px #fff;
}

/*------------------------------------*/
.h-c2a .column {
	z-index: auto;
}
.h-c2a figure {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: solid 8px #ffffff;
	background-color: #ffffff;
}
.h-c2a figure img {
}



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



/*--------------------------*/
.popup {
    z-index: 100000000000 !important;
}




/*-------- SUBSCRIBE
----------------------------------------------------*/
figure.header-two.header-mxg1.header-mxg-form figcaption {
    background-color: #fff;
    padding: 0 35px 0 60px;
    top: 5%;
    bottom: 5%;
}
.header-mxg1 .formgen-form-wrap {
	padding-left: 0px;
	font-size: 0.85em;
}
.header-mxg1 .wcs-images img {
	display: inline-block !important;
	width: 12px !important;
	padding-top: 8px;
	margin: 0px !important;
}
.header-mxg1 .formgen-form-wrap div {
	padding: 0px;
}
.header-mxg1 div.form-group {
	padding: 0px !important;
}
.header-mxg1 h4 {
	font-size: 1.6em;
	text-transform: none;
	margin: 0.1em  0px 0.5em 10px;
}
.header-mxg1 p.wcs_wrap {
	padding: 0.5em 0em !important;
}


@media screen and (max-width: 719px) {
	.header-mxg1 h4 {
		margin-top: 1.5em !important;
	}
	.header-mxg-form {
		margin-bottom: 2em !important;
	}
}


.p-banner-inner-form.p-banner-inner {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 30px 15px 30px;
}


.p-banner-inner-form.p-banner-inner p {
    text-transform: none;
    padding: 5px 0px 0px 0px;
    color: #525252;
    font-size: 0.8em !important;
    margin-top: 0.2em;
    line-height: 1.3em;
}
.p-banner-inner-form.p-banner-inner h1 {
    font-size: 1.7em !important;
	margin: 0.1em auto 0.1em 0em !important;
}
.p-banner-inner-form.p-banner-inner h2 {
	display: none;
}








.skiptonextsnippet {
	cursor: pointer;
}


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

.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.8em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #ffffff;
	border-bottom: solid 1px #DEDEDE;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*.gallery-slider.colour .comparisson-wrap div.table-column:nth-of-type(3n-2) {
	background-color: #EDEDED !important;
}*/
/*.gallery-slider.colour .comparisson-wrap div.table-column:nth-of-type(5n) {
	background-color: #EDEDED !important;
}
.gallery-slider.colour .comparisson-wrap div.table-column:nth-of-type(6n) {
	background-color: #EDEDED !important;
}*/
.table-column-header {
    font-weight: 600;
    font-style: normal;
	font-size: 0.9em;
	text-align: left;
}
.table-column-top {
    font-weight: 600;
    font-style: normal;
	font-size: 1.15em;
	text-transform: uppercase;
}
.table-img img {
	max-width: 70%;
	margin: 0px 10%;
	border-radius: 5px;
}
.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;
	}
}




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




































/*--------------------------------------------------*/
/*---------BOAT FEED---------------*/
.bfs-det-wrap-wrap {
	font-size: 90%;

}

.bfs-det-top-wrap-inner {
	background-color: #f2efef;
	border-radius: 7px;
	padding: 25px 0px 20px 0px;
}

.bfs-gallery-wrap {
	padding-left: 3rem;	
}
.bfs-det-top-right {
	padding-right: 3rem;
}

.bfs-det-buttons 	{
	width: 300px;
	max-width: 100%;
	margin: 0px auto;
}
.print-btn-wrap input[type=submit] {
	width: 96%;
	margin: 8px 2%;
	text-align: center;
}
.bfs-det-buttons .btn.btn-primary {
	width: 46%;
	margin: 8px 2%;
	text-align: center;
	padding: 17px 8px 13px 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.bfs-det-bottom .colour {
	padding: 1em 0px 1px 0px;
    color: #515151;
}
.bfs-column-description p, .bfs-column-description ul {
	margin: 0.4em 0em;
}





.summary-listing-top {
	width:100%;
	float:left;
}
.summary-listing-top .price-sort-option{
	float:right;
}


.bfs-colour.colour {
	background-color: #fff;
	padding-top: 1.8em;
}
.summary-listing-top {
	/*background-color: rgba(255,255,255,1.00);*/
	display: block;
	padding: 5px 3px;
	float: none !important;
	width: auto !important;
	margin-top: 0px;
	font-size: 0.8em;
	min-height: 21px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

select#price_sort_option {
	margin: 0px;
	width: 110px;
	padding: 0px 5px;

}
.price-sort-option:after {
	clear: both;
}
.item-mar {
	-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);
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 0px;
	font-size: 85%;
	background-color: #ffffff;
	border-radius: 6px;
}

.col-sum-rep-wrap.two-fourth {
	width:  calc(100% - 300px) !important;
}

.item.column.half {
	padding: 10px;
	width: 33%;
}
/*.item.column.half:nth-of-type(odd) {
	padding-right: 20px;
}
.item.column.half:nth-of-type(even) {
	padding-left: 20px;
}*/

.item-mar H3, .item-mar div, .item-mar ul,.bfs-price,.bfs-location {
	padding: 0px 20px;
}
.items-sec p {
	margin: 0.0em 0em;
    padding: 0.2em 0em;
	color: #5b5b5b;
}
.item-mar H3 {
	margin-bottom: 0em;
	margin-top: 1em;
	border-bottom: none !Important;
}
.bfs-price {
	color: #fff;
	background-color: var(--blue);
	display: block;
	font-size: 1.5em;
}
.bfs-price.bfs-price-pdf {
	color: #122546;
	display: block;
	font-size: 1.5em;
}
.bfs-price span {
	font-size: 50%;
	color: var(--neon);
}
.bfs-location {
	display: block;
	margin-bottom: 0px;
	font-weight: 400 !important;
	font-size: 0.85em;
	color: #505050;
	padding-bottom: 7px;
}
.featured-image {
	padding: 0px !important;
	position: relative;
}
/*.featured-image-inner {
	position: relative;
	overflow: hidden;
	height: 250px;
	padding: 0px !important;
}
.featured-image-inner .card-img-top {
	width: 120%;
	max-width: none;
	padding: 0px !important;
	margin-top: -7%;
	margin-left: -10%;
	
}*/
.featured-image-inner {
	position: relative;
	overflow: hidden;
	height: 250px;
	padding: 0px !important;
	 display: flex;
  	align-items: center;
  	justify-content: center;
	background-color: #DCDCDC;
}

.featured-image-inner img {
	max-width: 100% !important;
    width: 100%;
    height: 100%;
    position: absolute;
	display: block;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: object-fit;
}





.featured-image-inner .card-img-top {

	position: absolute;
	/*top: calc(50% - 125px);*/
	max-width: none;
	width: 110%;
}




.featured-image {

}


.bfs-top-text {
	padding: 0px !important;
	min-height: 70px;
}


.bfs-listing-title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;text-align: right;
    background-color: transparent;
    display: block;
    padding: 15px 20px 30px 15px !important;
	font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    z-index: 5;
    border-radius: 0px 0px 0px 0px;
    font-size: 0.9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.60) 0.00%,rgba(0,0,0,0.00) 100%);
}
.bfs-status {

}
.items-sec {
	position: relative;
	column-count: 2;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	background-color: #f9f9f9;
}
/*.h-featured .items-sec {
	column-count: 2;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: solid 1px #E8E8E8;
}*/
a .items-sec {
	font-weight: 400;
}
.items-sec b {
	display: inline-block;
	width: 55px;
}
.featured-image h3 {
	font-size: 1.2em;
	background: none;
}
.readmore a {
	position: absolute;
	bottom: 0px;
	right: 20px;
	color: rgba(54,143,153,1);
	display: block;
}
.price-sort-option {
	float: right;
}
.bfs-slider-wrap-wrap {
	padding: 10px;
    /* border: 1px solid rgba(0, 0, 0, 0.15); */
    background-color: var(--grey);
    margin-bottom: 10px;
    max-width: 250px;
    border-radius: var(--border-rad-fields);
}
#boat_search_field_form input[type=submit] {
	background-color: transparent;
	color: #636363;
	border: none !Important;
	padding-left: 5px;
	background: none;
	margin: 0px;
	font-variation-settings: "wght" 400;
	text-transform: none;
}
.bfs-search-enquire p:nth-of-type(1) {
	font-size: 0.8em;
}

.boat-detail-rhp .info-row {
	padding: 4px 0px;
}

.info-title {
	display: inline-block;
	width: 150px;
	font-weight: 800;
	
}
.info-value {
	display: inline-block;
}
.bfs-det-bottom h5 {
	border-bottom: solid 1px rgba(0,0,0,0.07);
	margin: 1.8em 0em 1em 0em;
	padding-bottom: 0.7em;
	padding-top: 0.7em;
}
.bfs-det-bottom-pdf h5 {
	border: none !Important;
	margin: 1.0em 0em 1em 0em;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}
.bfs-det-bottom p {
	margin: 0.8em 0em;
	line-height: 1.35em;
}
.bfs-det-bottom li {
	font-size: 0.9em;
}
.prod-detail-top-wrap2 a:nth-of-type(1),.prod-detail-top-wrap2 a:nth-of-type(2) {
    display: inline-block;

}
.bfs-det-bottom h3 {
	margin: 0.5em 0em;
    text-transform: none;
    font-size: 1.25em;
    font-weight: 800;
}
.bfs-det-bottom h1, .bfs-det-bottom h2 {
	text-transform: none;
}



.prod-search-detail-colour .bfs-listing-title {
    position: absolute;
    top: 0px;
    left:3rem;
	right: 1.5rem;
    display: block;
    padding: 15px 20px 15px 15px !important;
    color: #ffffff;
    text-transform: uppercase;
	text-align: right;

    z-index: 9;
}
.bfs-det-long-desc-pdf {
	font-variation-settings: "wght" 400;
	font-size: 1em !important;
	color: #696969 !important;
	width: 490px;
	margin: 30px auto 15px auto;
	padding: 30px 30px;
	background-color: #EBEBEB;
	border-radius: 7px;
	
}

.boat-detail-rhp {
	background-color: #EBEBEB;
	color: #515151;
	border-radius: 7px;
	padding: 1px 15px 20px 15px;
	margin-bottom: 20px;
	font-size: 0.85em;
}
.boat-detail-h1 {
	font-size: 1.3em;
}

/*---------------------------Boat Listings Title DETAIL ----------------------------------*/

.prod-search-detail-colour .bfs-listing-title {
    position: absolute;
    top: 13px;
    left: 2.5em;
    right: auto;
    display: block;
    padding: 14px 55px 12px 55px !important;
    color: #ffffff;
    text-transform: uppercase;
    text-align: right;
    z-index: 9;
    background-image: none;
    background-color: #D70003;
    font-size: 01.2em;
    font-weight: 600;
    /*background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.21) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.21) 100%);
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.21) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0.00%,rgba(255,255,255,0.21) 100%);*/
	border: solid 1px rgba(255,255,255,0.22);
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.15);
}


/*---------------------------Boat Listings Title PDF ----------------------------------*/

.bfs-listing-title {
    position: absolute;
    top: 25px !important;
    left: -10px !important;
    right: auto !important;
    display: block;
    padding: 12px 55px 10px 55px !important;
    color: #ffffff;
    text-transform: uppercase;
    text-align: right;
    z-index: 9;
    background-image: none;
    background-color: #D70003;
    font-size: 1.5em !important;
    font-weight: 600;
	border: solid 1px rgba(255,255,255,0.22);
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.15);
}

.featured-image-inner .bfs-listing-title {
	border-radius: 0px 6px 6px 0px;
    position: absolute;
    top: 8px !important;
    left: -10px !important;
    right: auto !important;
    display: block;
    padding: 8px 20px 6px 20px !important;
    color: #ffffff;
    text-transform: uppercase;
    text-align: right;
    z-index: 9;
    background-image: none;
    background-color: #D70003;
    font-size: 1.0em !important;
    font-weight: 600;
	border: solid 1px rgba(255,255,255,0.22);
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.15);
}
/*---------------------------Boat Listings Title----------------------------------*/


.bfs-listing-title.no-title, .prod-search-detail-colour .bfs-listing-title.no-title {
	background-color: transparent;
}
.bfs-listing-title.price-just-reduced, .prod-search-detail-colour .bfs-listing-title.price-just-reduced {
	background-color: #cf3005;
}
.bfs-listing-title.new-arrival, .prod-search-detail-colour .bfs-listing-title.new-arrival {
	background-color: #e29b03;
}
.bfs-listing-title.under-offer, .prod-search-detail-colour .bfs-listing-title.under-offer {
	background-color: #04a0cd;
}
.bfs-listing-title.sold, .prod-search-detail-colour .bfs-listing-title.sold {
	background-color: #6c6868;
}
.bfs-listing-title.in-transit, .prod-search-detail-colour .bfs-listing-title.in-transit {
	background-color: #014278;
}
/*-------------------------------------------------------------*/
	.col-sum-rep-wrap.two-fourth {
		width:  calc(100% - 300px) !important;
	}
	.bfs-colour .column.fourth {
        width: 300px;
    }
.h-featured .item.column.half {
		width: 33.3%;
}


@media only screen and (min-width: 1200px) and (max-width: 1280px) {
		.items-sec b {
		display: block;
		width: 65px;
	}
	.featured-image h3 {
		min-height: 2.5em;
	}
	
}




@media screen and (max-width: 1700px)  {
		.item.column.half {
		padding: 10px;
		width: 33.3%;
	}
}

@media screen and (max-width: 1200px)  {
	.col-sum-rep-wrap.two-fourth {
		width:  calc(100% - 250px) !important;
	}
	.bfs-colour .column.fourth {
        width: 250px;
    }
	.item.column.half {
		padding: 10px;
		width: 50%;
	}
}


@media screen and (max-width: 1000px)  {
	.items-sec b {
		display: block;
		width: 65px;
	}
		.featured-image h3 {
		min-height: 2.5em;
	}
}

@media screen and (max-width: 719px)  {
	.col-sum-rep-wrap.two-fourth {
		width:  calc(100% - 200px) !important;
		float: left;
	}
	.bfs-colour .column.fourth {
        width: 200px;
		float: left;
    }
	.item.column.half {
		padding: 10px;
		margin: 0px 10px;
		width: calc(50% - 20px);
		float: left
	}
	.items-sec b {
		display: block;
		width: 65px;
	}
}
@media screen and (max-width: 600px)  {

	.item.column.half {
		padding: 10px;
		margin: 0px 10px;
		width: calc(100% - 20px);
		float: none
	}
			.featured-image h3 {
		min-height: auto;
	}
}

@media screen and (max-width: 500px)  {
	.col-sum-rep-wrap.two-fourth {
		width:  calc(100% - 130px) !important;
		float: left;
	}
	.bfs-colour .column.fourth {
        width: 130px;
		float: left;
		font-size: 80%;
    }
	.col-sum-rep-wrap {
		padding: 0px;
	}
	.item-mar {
    margin-bottom: 0px;
	}
}
/*----------------------------*/
.bfs-form {
	border-top: solid 1px #fff;
}
.bfs-form form h2 {
	display: none;
}

.bfs-form form {
	/*column-count: 2;*/
}

.bfs-form .wcs-wrap-wrap {
    background-color: #EBEBEB;
    padding: 2px 0px 5px 0px;
    margin-right: auto;
    width: 100%;
    max-width: 90%;
    margin-bottom: 10px;
}
.bfs-form .formgen-form-wrap label {
    display: block;
    width: auto;
    margin-bottom: 3px;
    margin-top: 8px;
}
.bfs-form .btn {
    width: 250px;
}



	.bfs-colour .column.fourth {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		display: block;
	}	
@media screen and (min-width: 720px) {	
	.bfs-form .form-group {
	width: 50%;
	display: inline-block;
}
}

@media screen and (max-width: 1200px) {
	.featured-image-inner {
		height: 200px;
	}
}

@media screen and (max-width: 1000px) {
	.featured-image-inner {
		height: 170px;
	}
}
@media screen and (max-width: 850px) {
	.featured-image-inner {
		height: 150px;
	}
}

@media screen and (max-width: 719px) {
	.item.column.half {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.bfs-gallery-wrap {
		padding-bottom: 35px;
		padding-left: 0.75em;
	}
	.bfs-det-top-right {
    padding-right: 0.75rem;
}
	.prod-search-detail-colour .bfs-listing-title {
    left:  0.5em;
	padding: 7px 20px 6px 20px !important;
    font-size: 0.8em;
}
	
	.featured-image-inner {
		position: relative;
		overflow: auto;
		height: auto;
		padding: 0px !important;
		display: block;
		align-items: center;
		justify-content: center;
	}
	.featured-image-inner .card-img-top {
		position: relative;
		/* top: calc(50% - 125px); */
		max-width: none;
		width: 100%;
	}
	.bfs-top-text {
    padding: 0px 0px 15px 0px !important;
    min-height: 0px;
}
	
	
	
}

/*----------Boat tag arrows---------------------*/

.slick-next:before {
    content: '' !important;
}
.slick-prev:before {
    content: '' !important;
}


.slick-arrow.slick-next,.slick-arrow.slick-next:hover {
    background-color: transparent;
    background-image: url(images/icon-go.png) !important;
    background-position: center center !important;
    background-size: 100% auto !important;
}

.slick-arrow.slick-prev,.slick-arrow.slick-prev:hover {
    background-color: transparent;
    background-image: url(images/icon-go-left.png) !important;
    background-position: center center !important;
    background-size: 100% auto !important;
}
.recently-listed-boats-wrap {
	padding: 0px 20px;
}
.recently-listed-boats-wrap .column {
	padding-left: 0.75rem;
    padding-right: 0.75rem;
	padding-bottom: 10px;
}
.slick-prev {
    left: 0px !important;
}
.slick-next {
    right: 0px !important;
}

/*----------models---------*/
.h-model-wrap figure:hover {
	transform: translateY(-10px)
}
.h-model {
	pointer-events: none;
}

.form-grey .formgen-form-wrap {
	background-color: #E0E0E0;
    padding: 15px 20px;
    border-radius: 8px;
}
.form-grey .formgen-form-wrap .wcs-wrap-wrap {
    background-color: transparent;
    padding: 0px;
}


/*----CONTACT MEMBERS--------------*/
.contact-member-clearfix {
	/*float: left;*/
	width: 24.5%;
	display: inline-block;
}

@media screen and (max-width: 1250px) {
	.contact-member-clearfix {
		width: 33%;
	}	
}
@media screen and (max-width: 950px) {
	.contact-member-clearfix {
		width: 48.5%;
	}	
}
@media screen and (max-width: 719px) {
	.contact-member-clearfix {
		width: 99%;
	}	
}



/* CHANGES
====================================================*/





