/*
Colour Palette

Teal #2599a7
Gray #d1d6d6



*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,900');

@font-face {
  font-family: 'MontserratLight';
  font-weight: normal;
  src: url('montserrat_light.eot'); 
  src: url('montserrat_light.eot?#iefix') format('embedded-opentype'),
       url('montserrat_light.woff2') format('woff2'),
       url('montserrat_light.woff') format('woff'), 
       url('montserrat_light.ttf')  format('truetype'), 
}

@font-face {
  font-family: 'Montserrat';
  font-weight: normal;
  src: url('montserrat.eot'); 
  src: url('montserrat.eot?#iefix') format('embedded-opentype'),
       url('montserra.woff2') format('woff2'),
       url('montserrat.woff') format('woff'), 
       url('montserrat.ttf')  format('truetype'), 
}

/*div{
	border: 1px solid red;
}*/


html{
	margin-top: 0px !important;
}

body{
	font-family: Montserrat; 
	font-size: 16px;
}

ul{
	padding-left: 0px !important;
}

p {
    margin: 0 0 20px;
}

*:focus{
    outline: none;
} 

/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0px !important;
   margin-left: 0px !important;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px !important;
   padding-left: 0px !important;
}

/*.col-half-offset {
    margin-left: 4.166666667%;
}*/



/*Header*/

.branding{
	background-color: #000033;	
}

.container-fluid {
    max-width: 1400px;
	/*max-width: 1366px;*/
}

.top-bar{

	background-color: #000033;	
}


header ul{
	padding: 5px 20px 5px 20px;
	/*padding: 0px 20px 0px 20px;*/
	line-height: 40px;	
	margin-bottom: 0px !important;
	float: left;
}


header ul.top-content li {
    display: inline-block;
    width: fit-content;
    margin-right: 20px;    
}



.top-nav-link{
	background-color:#000033;
	color: #ffffff;
	float: right;
	height:50px;
	line-height: 40px;	
	padding: 5px 20px 5px 20px;	
}

.sales-phone{

	background-color:#2599a7;
	color: #ffffff;
	float: right;
	height:50px;
	line-height: 40px;	
	padding: 5px 20px 5px 20px;
}


.sales-phone a, .top-nav-link a{
	color: #ffffff;
}


.logo{
	/*margin-top: 10px !important;*/
	margin-top: 20px !important;
	float: left;
	max-width: calc(100% - 65px);
}

.logo-menu{
	background-color: #ffffff;
	border-bottom: 1px solid #d1d6d6;
}


/*Menu*/

.menu{
	/*float: right;*/
	float:left;
}

.menu li{
	/*display: inline-block;*/
	padding-right: 10px;
}

.menu li.a{
	color:#000033 !important;
}

.current,
.current > a{
    color:#2599a7 !important;      
}


/*Navigation*/

.navbar-nav>li>a{

	color: #000000;
}

.navbar-toggle{

	background-color: #000000 !important;
	margin-left: 59px;
}

li.custom-menu-dropdown {
    /*display: none;*/
}

.nav.navbar-nav ul a:not([href]){
	display: none;
}
.sub-menu{

	display: none;
}


/**************************/
/*Home Page template	  */
/**************************/


.home-banner{
	/*background-image: url("../images/home-banner.png");*/
	background-image: url("../images/home-banner.jpg");
	/*background-image: url("../images/home-banner-waves.png");*/
	background-repeat:  no-repeat;
	background-position: 40% 50%;
    background-size: cover;	
	min-height: 704px;
	position: relative;
	margin-bottom: 90px;
	z-index: 4;
}



.waves{
	/*background-image: url(../images/waves-bg1.png);*/
	/*background-image: url(../images/waves-white-bottom.png);*/
    background-repeat: no-repeat;
    /*min-height: 121px;*/
    position: absolute;
    /* z-index: 2; */
    /*top: 522px;*/
    /*right: 17px;*/
    /*right: 0px;*/
	/*right:266px;
    width: 1368px;
    height: 181px;*/
	width:100%;
	bottom:0;
	display: none;
}

.waves.blue-background {
	background-color: #111828;
}

.waves-inner{
	position: relative;
}

.waves-inner img{
	position: absolute;
	bottom: -20px;
	width:100%;
	height:50px;
}

/*.wrapper-wave {
  width: 1400px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
  overflow: hidden;
}

.wave {
  width: 2800px;
  height: 1025px;
  position: absolute;
  top: -25%;
  left: 50%;
  margin-left: -500px;
  margin-top: -500px;
  border-radius: 35%;
  background: rgba(255, 255, 255, .75);
  animation: wave 15s infinite linear;
}

@keyframes wave {
  from { transform: rotate(0deg);}
  from { transform: rotate(360deg);}
}*/






.slogan{
	text-align: center;
	padding-top: 50px;
	color: #ffffff;
	font-size: Monserrat;
}

.slogan h3{
	margin-top: 187px;
}

.slogan h1{
	font-size: 45px;
}


.homepage-links{
	text-align: center;
	clear:both;	
}

.ul-links{		
	list-style-type: none;
}

.ul-links li{
	display: inline-block;
	background-color: #101827;	
	padding: 10px;	
}

.ul-links a{	
	color: #ffffff;	
	font-size: 19px;	
}

.nowrap {
	white-space: nowrap;
}

.poly-benefits{
	background-image: url("../images/poly-benefits-bg.png");
	background-repeat:  no-repeat;
	/*min-height: 502px;*/
	min-height: 387px;
	background-position: right top;
	padding: 50px;
	padding-bottom: 5px;
	/*padding-top: 45px;*/
	position: relative;
    bottom: 80px;
    /*z-index: -1;*/
}

.poly-benefits p{
	text-align: center;
}


.poly-benefits-title{
	font-size: 30px;
	margin-top: 90px;
}

.poly-benefits-slogan{
	font-size: 16px;/*14px;*/
}


.poly-benefits-links{
	text-align: center;
	padding-top: 30px;	
}

.li-poly-benefits-black{
	display: inline-block;
	background-color: #101827 !important;	
	padding: 10px;	
	margin-bottom: 3px !important;
}


.li-poly-benefits-teal{
	display: inline-block;
	background-color: #1f9aa8 !important;	
	padding: 10px;	
	margin-bottom: 3px !important;
}


.meet-family{
	/*text-align: center;*/
	text-align: left;
	background-color: #d1d6d6;
	padding: 20px 90px 10px 90px;
	/*position: relative;
    bottom: 77px;*/
    position: relative;
    bottom: 80px;
}

.meet-family .tab-pane > .row{
	/*min-height: 360px;*/
}

.meet-family h3{
	margin-bottom: 20px;
	font-size: 28px;
}

.meet-family h4{
	text-align: left;
    margin-left: 12px;
    margin-top: 43px;
    font-size: 20px;
}

.meeting-family li{	
}

.family-tab a {
    background-color: #d1d6d6 !important;
    color:#000000 !important;    
    /*border-bottom: 1px solid #000000 !important;*/
    border-radius: 0px !important;
}

.meet-family li.active {
	border-bottom: 1px solid #000000 !important;
}


.boat-grid,
.boat-grid-mobile{
	position: relative;
    /*bottom: 124px;*/
    z-index: 2;
}

.boat-grid-mobile{
	display:none;
}
.feature-boat-wrapper{
	/*min-height: 400px;*/
}
.feature-boat{
	/*float:right;*/
	position: absolute; /* relative */
	right:0;
	
	/*bottom: 55px;*/
	z-index:3
}

.feature-boat-button{
	/*background-color: #000000 !important;*/
}

.img-team,
.feature-boat-2{
	position: relative;
	/*margin-top:20px;*/
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.feature-boat-2 img{
	/*padding-left: 60px;*/
	/*max-width: 100%;
    height: auto;*/
	/*min-height: 682px;*/
	height: auto;
	margin-bottom: 26px; /* same as .img-team > img */
}


.feature-boat-2-text{
	position: absolute;
    /*top: 509px;
    right: 552px;*/
	/*top: 645px;*/
    /*right: 703px;*/
    width: 200px;
    /*height: 100px;*/
	height: 25px;
    /* border: 3px solid #73AD21; */
	border-bottom: 3px solid #ffffff;
    color: #ffffff;
	text-align: right;
    font-size: 18px;
	bottom:20px;
}


.feature-boat-3-text{
	position: absolute;
    /*top: 244px;
    right: 208px;*/
	/*top: 297px;*/
    /*right: 251px;*/
    width: 200px;
    /*height: 100px;*/
	height: 25px;
    /*border: 3px solid red;*/
	border-bottom: 3px solid #ffffff;
    color: #ffffff;
	text-align: right;
    font-size: 18px;
	/*top:250px*/
	bottom: 20px;
}

.feature-boat-4-text{
	position: absolute;
    /*top: 500px;
    right: 208px;*/
	/*top: 645px;*/
	/*right: 251px;*/
    width: 200px;
    /*height: 100px;*/
	height: 25px;
    /*border: 3px solid red;*/
	border-bottom: 3px solid #ffffff;
    color: #ffffff;
	text-align: right;
    font-size: 18px;
	bottom:20px;
}

.img-team img{
	/*margin-bottom: 15px;*/
	max-width: 100%;
    height: auto;
}

.img-team img:nth-child(2){
	margin-bottom: 26px;
}


#lifestyle-carousel{
	margin-top: 30px;
	/*background-color: yellow;*/
}

#lifestyle-carousel .carousel-caption{
	color:#ffffff !important;
	top: 227px;
	left: -156px;

}

#lifestyle-carousel .carousel-inner{
	/*overflow:inherit !important;*/ 
}

#lifestyle-carousel .the-carousel-inner{
	position: relative;
    width: 100%;
    overflow: hidden;
	text-align: center;
}

.carousel-inner{
	text-align: center;
}

.carousel-inner li{
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #1f9aa8 !important;
	border-color: #1f9aa8 !important;
}




#lifestyle-carousel .carousel-control .glyphicon-chevron-left, 
#lifestyle-carousel .carousel-control .glyphicon-chevron-right
{
	background-color: #d1d6d6 !important;
	/*background-color: red !important;*/
    /*margin-top: 50px;*/
    /*margin-top: 154px;*/
    margin-top: 95px;
    color: #000000 !important;
}  

#lifestyle-carousel .carousel-control .glyphicon-chevron-left{
	margin-left: 7px;
	/*border: 10px solid yellow;*/
}


#lifestyle-carousel .carousel-control .glyphicon-chevron-right{
	margin-right: 5px;
}

/*.glyphicon-chevron-left:before{
	border: 10px solid green;
}*/

#lifestyle-carousel img
{
	border: 1px solid #ddd;
}

.carousel-control
{
	position:absolute;
	bottom:0px;
/*	top:auto;*/
}
.carousel-control.left,
.carousel-control.right
{
	background-image: none !important;
	/*border: 10px solid blue;*/
	/*background-color: red;
	z-index: 0 !important;*/
	/*top: 100px !important;*/
	/*bottom: 16px !important;*/
	/* cf- bottom: -282px !important;*/
}  

.carousel-control.left{
	/*left: -94px !important;*/
	left: 0px !important;
}

.carousel-control.right{
	/*right: -22px !important;*/
	right: 0px !important;	
	
}


.carousel-indicators {
	top:302px;
}

.carousel-indicators li{
	background-color: #d1d6d6;
}	

.discover-more{
	text-align: center;
    margin-top: 50px;
}


/**************************/
/*Our Boat range template */
/**************************/

.banner{
	background-image: url("../images/home-banner.png");
	/*background-image: url("../images/home-banner-waves.png");*/
	background-repeat:  no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 704px;
	position: relative;
	top: 101px;
}


.boats-details-wrapper{
	border-bottom: 2px solid #fff;
	position: relative;
	margin-top: 20px;
	min-height: 85px; 
	width:100%;
}

.boats-details-wrapper-mobile {
	display:none;
}

.boats-details{
	color: #ffffff;
	/*margin-left: 20px;*/
	margin-top: 40px;
}


.boats-details h1{
	position: absolute;
    /*right: 20px;*/
    top: 10px;
    font-size: 36px;
    /*margin-left: 20px;*/
    /*border-bottom: 1px solid #ffffff;*/
    margin-bottom: 10px; 
}


.boats-details h3{
	position: absolute;
    /*right: 20px;*/
	right: 0px;
    top: 10px;
	font-size: 32px;
}

.boats-details .boat-range{
	position: absolute;
    /*right: 25px;*/
    top: 10px;
	font-size: 18px; 
}

.boats-details .boat-conditions{
	position: absolute;
    /*right: 25px;*/
	right: 0px;
    top: 10px;
}





.boat-details{
	color: #ffffff;
	margin-left: 20px;
}

/* - look at boat-contact-details
.boat-details h1{
	position: absolute;
    top: 140px;
    font-size: 26px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px; 
}
*/

.boat-details h3{
	position: absolute;
    right: 20px;
    top: 10px;
}

.boat-details .boat-range{
	/*position: absolute;*/
    /*right: 25px;*/
    /*top: 135px;*/
	margin-top:30px;
	margin-bottom: 5px;
}

.boat-details .boat-conditions{
	position: absolute;
    right: 25px;
    top: 10px;
}


.the-content{
	text-align: center;
	/*padding: 10px 40px 10px 40px;*/
	padding: 120px 40px 10px 40px;
	font-size: 19px;
}


.the-content-resources{
	text-align: center;
	padding: 10px 40px 10px 40px;
	font-size: 16px;
	margin-top:101px;
}
.the-content-resources h1 {
	margin-bottom: 20px;
}

.the-content-features{
	display: inline-block;
	margin-top: 30px;
}

.the-content-features li{
	color: #1f9aa8; 
}

.the-content ul{
	text-align: left;
	list-style-image: url('../images/tick.png');
	/*padding-left:250px !important;*/
}


.the-content ul li:nth-child(4) {  
  /*color: #ccc;*/
  position: absolute;
  right: 120px;
  top: 207px;
}

.the-content ul li:nth-child(5) {  
  /*color: #ccc;*/
  position: absolute;
  right: 282px;
  top: 233px;
}

.the-content ul.ticks li
{
	position:static;
}
.boat-detail-description{
	text-align: center;
	/*margin-top: 30px;*/
	margin: 30px 60px 30px 60px;
}


.boat-detail-description h4{
	font-size: 42px;
}


.boat-detail-description p{
	font-size: 19px;	
}


#boat-features-carousel .carousel-control .glyphicon-chevron-left, 
#boat-features-carousel .carousel-control .glyphicon-chevron-right{
	width: 48px !important;
	height: 48px !important;
/*	top: 295px !important;*/
}

#boat-features-carousel .carousel-control .glyphicon-chevron-left
{
	
    left: 13px;
}  

#boat-features-carousel .carousel-control .glyphicon-chevron-left:before{
	font-size: 40px !important;
	color: #000000 !important;
} 


#boat-features-carousel .carousel-control .glyphicon-chevron-right
{
	
    right: 13px;
}

#boat-features-carousel .carousel-control .glyphicon-chevron-right:before{
	font-size: 40px !important;
	color: #000000 !important;
} 

#boat-features-carousel ol.carousel-indicators{
	display: none !important;
}

#boat-features-carousel .carousel-inner span{
	font-size: 37px !important;
	color: #ffffff !important;
	position: absolute;
    top: 318px;
    left: 93px;
    border-bottom: 1px solid #ffffff !important;
}


.boat-configuration{
	background-color: #d1d6d6;
	/*padding:30px;*/
	padding: 50px 0px 0px 0px;
	margin-bottom: 30px;
	text-align: center;
} 

.boat-configuration h4{
	font-size: 42px;
	text-align: center;
	margin-top: 0px !important;
	margin-bottom: 30px;
}

#configuration-obtions-mobile-carousel.configuration-options-mobile{
	display:none;
	margin-top: 20px;
}

#configuration-obtions-mobile-carousel.configuration-options-mobile > .carousel-inner img{
	margin: auto;
	margin-top:10px !important;
	max-height: 250px;
}

#configuration-obtions-mobile-carousel.configuration-options-mobile .glyphicon{
	color: #444;
}

.ul-boat{
	list-style-type: none;
}

.ul-boat li{
	display: inline-block;
	position:relative;
	padding-bottom:20px;
	margin-right: 40px;
	margin-left: 40px;
	/*padding-bottom: 60px;*/
	/*padding-right: 150px;*/
	/*padding-left: 10px;*/
	/*border: 1px solid red;*/
}


.ul-boat li:first-child{
	/*padding-right: 0px;*/
	margin-left: 170px;
}

.ul-boat li:last-child{
	/*padding-right: 0px;*/
	margin-right: 100px;
}



.ul-boat li.active-item:after {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    /*border-top: 25px solid red;*/
    border-top: 25px solid #d1d6d6;
    content: " ";
    position: absolute;
    bottom: -25px;
    /*left: 33%;*/
	left: 40%;
    
}


.ul-boat li.active-item:last-child:after{
	/*left: 35% !important;*/
	left: 40%  !important;
}	



/*.ul-boat li span:first-child{

	
	font-size: 18px;
	margin-left: 42px;
	position: absolute;
	top:290px;	

}*/



/*.ul-boat li.li-boat-config span{*/
.ul-boat li span{
	text-align: center;
	/*font-size: 25px;*/
	font-size: 18px;
	/*margin-left: 0px !important;*/
	position: absolute;
	top:290px;
	margin: 0 auto;
}



.boat-specs{
	text-align: center !important;
	/*display: inline-block !important;*/
}

.boat-spec-title{
	text-align: center !important;
	display: inline-block !important;
}


ul.boat-spec-tabs li{
	display: inline-block !important;
	/*background-color: red !important;*/
	text-align: center !important;
	padding: 0 20px 0 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}


.boat-spec-tabs li a span{
	color:#1f9aa8;
}

.boat-spec-tabs li a h4{
	color: #000000;
	display: none;
}


.boat-spec-tabs li.active a h4{	
	display: inline;
}




/*Spec table*/

.tbl-specs{
	float:right;
	text-align: left;
}

.tbl-colors{
	text-align: left;
	width: 100%;
}

.tbl-features{
	/*float:left;*/
	width: 500px;
	text-align: left;
}

.optional{
	color: #808080;
}


.boat-color-specs{
	width: 180px !important;
}

table tr th{
	text-align: left;
	border-bottom: 1px solid #d1d6d6;
}


table tr td{
	padding: 8px;
	border-bottom: 1px dotted #d1d6d6;
}

table.no-border tr td{
	border-bottom: 1px solid transparent !important;
}


.colour-box{
	border: 1px solid #000000;
	width: 25px;
	height:25px;
}



.boat-diagrams{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}


.boat-diagrams img{
	margin: 0 auto;
	margin-bottom: 30px;
}



.video-testimonials h4{
	font-size: 24px; /*32px;*/
}

.testimonials{
	background-color: #d1d6d6;
	/*min-height: 293px;*/
	height: 293px;
	padding: 10px;
	margin-bottom: 15px;
	overflow: auto;
}

.testimonials p{
	font-size: 18px;/*26px;*/
	text-align: center;
	color:#ffffff;
}

.testimonials p span{
	color: #4D4D4D;
	font-size: 16px; /*21px;*/
}	

@media only screen and (max-width: 992px){ 

	.testimonials {
		height: auto;
	}
} /* @media */

/**************************/
/*Boat resource template */
/**************************/


.banner-resource{
	
	background-image: url("../images/boat-resource-bg.png");
	background-repeat: no-repeat;	
	/*min-height:947px;*/
	min-height:584px;
	background-size: cover;
	/*background-position: center center;*/
	position: relative;
    top: 101px;
	
}	

.contact-banner{
	
	background-image: url("../images/contact-banner-bg.png");
	background-repeat: no-repeat;	
	/*min-height:947px;*/
	min-height:584px;
	background-size: cover;
	/*background-position: center center;*/
	position: relative;
    top: 101px;
	
}	

.subtitle{
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #4D4D4D;
}


.subtitle h3{
	margin-top: 10px;
	margin-bottom: 10px;

}


.resource-features .feature-item{
	/*min-height: 205px;*/
	/*height: 205px;*/
	/*border: 1px solid red;*/
	padding-top: 10px;
}


.resource-features .feature-item::after{
	content: " ";
	display: block;
	position: relative;
	clear: both;
}

.resource-features .icon{
	float: left;    
    width: 15%;
    display: block;
    text-align: center;
    padding-top: 10px;
    

}

.resource-features .feature-text{
	float: right;
    width: 85%;
    display: block;
    /*padding: 0 60px 20px 0;*/
    padding: 0 60px 0px 0;
    box-sizing: border-box;
    font-size: 15px;
}

.resource-features ul li{
	/*display: inline-block;*/
}

.resource-features img{
	text-align: left;
	width: 40px;
	height: 40px;
}

.resources-certifications{

}


.resources-certifications .all-boats{
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #4D4D4D;
}


.resources-certifications .cert-item{
	height: 100px;
}

.resources-certifications .cert-icon{
	float: left;    
    width: 15%;
    display: block;
    text-align: center;
    padding-top: 10px;
    

}

.resources-certifications .cert-text{
	float: right;
    width: 85%;
    display: block;
    padding: 0 46px 20px 0;
    box-sizing: border-box;
    font-size: 16px; /*15px;*/
}

.resources-certifications .cert-text h5{
	font-size: 33px;	
}


.resources-certifications img{
	text-align: left;
	width: 40px;
	height: 40px;
}

/* due to visual weighting of images, make this image slightly smaller to look even with the others */
.resources-certifications .aus-nz-standards img{ 
	width: 30px;
	height: 30px;
}

/**************************/
/*Video template */
/**************************/

.video-category{

}


.video-category h1{
	margin-bottom: 20px !important;
	border-bottom: 1px dotted #4D4D4D;
}



.video-category h4{
	font-weight: bold;
	text-align: center;
	margin-left: 39px;
}


.video-category p{
	text-align: left; /*center;*/
	margin-left: 39px;
}


.small-banner{
	background-image: url("../images/wave-sm-banner.png	");
	background-repeat: no-repeat;
	min-height:180px;
	background-position: bottom;
	
}	


.film-icon,.map-icon,.faq-icon{
	position: absolute;
    margin-top: 32px;
    /*margin-left: 125px;*/
	margin-left: 46px;
}


.film-icon img{
	
}


.film-icon h1{
	margin-left: 60px;
	margin-top: -35px;

}


.map-icon img{
	width: 30px;
}

.map-icon h1{
	margin-left: 60px;
	margin-top: -43px;	
}


.faq-icon h1{
	margin-left: 60px;
	margin-top: -43px;	
}


/*div[id^="video-carousel"] {
    background-color: red !important;
}*/

div[id^="video-carousel"] .carousel-control .glyphicon-chevron-left, 
				div[id^="video-carousel"] .carousel-control .glyphicon-chevron-right

/*#video-carousel-11 .carousel-control .glyphicon-chevron-left, 
				.carousel-control .glyphicon-chevron-right,
#video-carousel-12 .carousel-control .glyphicon-chevron-left, 
				.carousel-control .glyphicon-chevron-right,*/				
{	
	
	margin-top: -59px;
	color: #000000 !important;
	background-color: #ffffff !important;
}	


div[id^="video-carousel"] .carousel-control .glyphicon-chevron-left{
	/*margin-left: -115px;*/
	margin-left: -88px;
}


div[id^="video-carousel"] .carousel-control .glyphicon-chevron-right{
	/*margin-right: -115px;*/
	margin-right: -88px;
}

.video-category .carousel-control {
	top:auto;
	bottom:15px;
}

.video-category .item > iframe {
	margin: auto;
	max-width: 100%;
}


/**************************/
/*FAQ template
/**************************/		

.search-form{
	padding-top: 20px;
	/*padding-bottom: 10px;*/
	border-bottom: 1px dotted #80959F;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.search-form span{
	font-size: 18px;
	line-height: 32px;
}

/*
.faq-form{
	float: right !important;
}
*/
.pac-card{
	display: inline-block;
}

.faq-form-title{
	padding-left: 0;
}
.btn-group{
	padding-right: 0;
	float: right;
}

.btn-group > button{
	float: right;
}

.faq-form select,.faq-form input{
	border: 1px solid #2599a7 !important;
}

.faq-form .btn-default{
	background-color: #2599a7 !important;
	color: #ffffff;
	width: 50px;
}

.faq-results{
	margin-left: 10px;
	margin-right: 10px;
}

.faq-results span{
	font-size: 18px;		
}

.tags{
	border: 1px solid #2599a7;
    width: 131px;
    border-radius: 20px;
    height: 29px;
    padding-top: 4px;
	margin-bottom: 3px;
    text-align: center;
    color: #2599a7;
    display: inline-block;
}


.fa-close:before
{
	border-radius: 10px;
    border: 1px solid #2599a7;
}


@media only screen and (max-width: 991px){ /* col-md- */
	.faq-form{
		padding-right: 0;
	}
	.faq-form > .form-group{
		float: right;
	}
	.btn-group{
		margin-top: 20px;
		padding-left: 0;
	}
/*	
	.btn-group > button{
		float: left;
	}
*/	
} /* @media */

@media only screen and (max-width: 767px){ /* col-sm- */

	.faq-form{
		padding-left: 0;
	}
	
	.faq-form > .form-group{
		float: none;
	}
/*	
	.faq-form-title{
		padding-left: 15px;
	}
*/	
	.btn-group{
		float: left;
	}
	
} /* @media */

@media only screen and (max-width: 400px){ /* col-sm- */
	.small-banner{
		min-height:210px;
		background-size: 100% auto;
	}	
	.small-banner > div	{
		background-color:#ccc;
	}
}


/**************************/
/*Dealers template
/**************************/

#map{
	height: 560px;
    width: 100%;
}


.dealer-category h1{
	margin-bottom: 20px !important;
	border-bottom: 1px dotted #4D4D4D;
}



.dealer-category h4{
	font-weight: bold;
	text-align: left;
}


.dealer-category p{
	text-align: left;
}

#dealers{
	margin-left: 10px;
}

#dealers h3{
	padding-bottom: 10px !important;
	border-bottom: 1px dotted #4D4D4D;	
}


/**************************/
/*Contact Us template
/**************************/


.contact-banner{
	
	background-image: url("../images/contact-banner-bg.png");
	background-repeat: no-repeat;	
	/*min-height:947px;*/
	min-height:584px;
	background-size: cover;
	/*background-position: center center;*/
	position: relative;
    top: 101px;
	
}	

.contact-header{
	color: #ffffff;
    margin-left: 20px;
}


.boat-details,
.boat-contact-details{
	color: #ffffff;
	margin-left: 20px;
}


.boat-details h1,
.boat-contact-details h1{
	/*position: absolute;*/
    /*right: 20px;*/
	width:100%;
    /*top: 10px;*/
    font-size: 36px;
    /*margin-left: 20px;*/
    border-bottom: 2px solid #ffffff;
    margin-bottom: 10px; 
	margin-top:40px;
	font-weight: 500;
	padding-bottom: 10px;
}
/*
.boat-details h1 {
	margin-top: 0px;
}
*/
.contact-header h1{
	position: absolute;
    /*right: 20px;*/
    top: 10px;
    font-size: 26px;
    /*margin-left: 20px;*/
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px; 
}

.contact-info-black{
	color: #000000;
}

.contact-details{
	/*text-align: center;*/
}

.contact-details table{
	margin: 0 auto;
	/*width: 430px;*/
}

.contact{
	background-color: #D1D6D6;
}


.contact-container{
	max-width: 500px;
	margin: 0 auto;
}

.contact-container h3{
	text-align: center;
	border-bottom: 1px dotted #d1d6d6;
	padding-bottom: 10px;	
}

.contact-container .form-group{
	text-align: center;
}


.contact-container #interests{
	text-align: left !important;
}


#contact-form button{
	background-color: #1f9aa8 !important;
	border: 1px solid #1f9aa8 !important;
	color: #ffffff;

}

#formmessage p{
	text-align: center;
}


/**************************/
/*Testimonial template
/**************************/


.testimonial{
	/*padding: 20px;*/
	padding: 20px 0px 20px 0px;
}

.testimonials-features p{
	font-size: 16px;
	text-align: left;
}


.testimonials-features h4{
	font-weight: bold;
}

.testimonials-features .icon{
	float: left;    
    width: 25%;
    display: block;
    /*text-align: center;*/
    padding-top: 10px;
    

}

.testimonials-features .feature-text{
	float: right;
    width: 75%;
    display: block;
    padding: 0 60px 20px 0;
    box-sizing: border-box;
    font-size: 16px; /*15px;*/
}

/* testimonials on boat range page */
.testimonial-boat-range-wrapper{
	padding: 5px 10px 0 10px;
}

div.testimonials-person-name{ /* in the individual boat range page */
	color: #555;
	text-align: center;
	font-size: 18px;
}
div.testimonials-person-name:first-of-type{
	margin-top: 12px;
	
}

/**************************/
/*News template
/**************************/


.the_news{
	padding: 20px 0px 20px 0px;
	
}

.news-features p{
	font-size: 16px;
	text-align: left;
}


.news-features h4{
	font-weight: bold;
}

.news-features .icon{
	/*float: left;    
    width: 25%;
    display: block;*/
    /*text-align: center;*/
    /*padding-top: 10px;
	margin-right: 20px;*/
    margin-bottom: 10px;

}

.news-features .news-feature-text{
	/*float: right;*/
    width: 75%;
    display: block;
    padding: 0 0px 20px 0;
    box-sizing: border-box;
    font-size: 16px; /*15px;*/
}

.news-list-item{
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #eee;
}
.news-list-item:hover{
	background-color: #ddd;
}

button.read-more{
	
	background-color: #2599a7;
	color: #fff;
	border: none;
	padding: 6px 12px;
	border-radius: 3px;
}
.news-button-wrapper {
	width:100%;
	text-align: right;
}
/**************************/
/*Full Width template
/**************************/

.thecontent{
	padding: 20px 20px 20px 10px;
	font-size: 16px;
}

.full-width
{
	width:100%;
}


/**************************/
/*Social Media buttons
/**************************/
.social-media{
	text-align: center;
	margin-bottom: 40px;
}
.social-media p{
	text-align: center;
}


/*Footer*/


/*.contact-us{
	background-color: #cccccc;
	height: 100px;
}*/


footer{

	/*background-image: url("../images/footer-bg.png");
	background-repeat: no-repeat;
	min-height:946px;*/
}	

.contact-us{
	text-align: center;
	/*margin-top: 100px;*/
	background-color: #d1d6d6;
	min-height:100px;
	padding-top: 20px;
}

.footer-menus{
	/*margin-top: 215px;
    margin-left: 50px;*/
    background-image: url("../images/footer-bg-menus.png");
    background-repeat: no-repeat;
	background-size:cover;
    min-height: 704px;
    padding-top: 140px;
    background-color: #d1d6d6;
    /*border-right-color: #000000;
    border-left-color : #000000; */
}


.footer-menus h3{
	color: #ffffff;
	font-size: 16px; /*14px;*/
	font-weight: bold;
	/*margin-left: 20px;*/
	border-bottom:1px solid #ffffff;
}

ul .footer_nav{
	list-style-type:none;
	padding-left: 0px;	
}

li.footer_nav a{
	color: #ffffff;	
}


.contact-box-green, .contact-box-green-border:hover{
	background-color: #1f9aa8;
    height: 40px;
    border: 1px solid #1f9aa8;
    width: 249px;
    line-height: 25px;
    padding: 10px;
    margin-bottom: 1px;
} 


.contact-box-green-border{
	background-color: transparent;
    height: 40px;
    border: 1px solid #1f9aa8;
    width: 249px;
    line-height: 25px;
    padding: 10px;
    margin-bottom: 1px;
}

.contact-box-green a,.contact-box-green-border a{
	color: #ffffff;	
}

.contact-info{
	color: #ffffff;
	border-bottom:1px solid #ffffff;
	width: 249px;
	height: 30px;
}

.contact-info span{
	margin-left:58px;
}


.contact-info-head-office .prompt,
.contact-info .prompt{
	vertical-align: top;
	margin-left:0px;
	min-width: 110px;
	display:inline-block;
}
.contact-info-head-office .prompt{
	min-width: 107px; /* due to fact that inline-block puts a gap between items */
}
.contact-info-head-office > div {
	display:inline-block;
}

/*
.contact-info-head-office span{
	margin-left:18px;	
}
*/

.contact-info a{
	color: #ffffff;
}	

.contact-info-head-office{
	color: #ffffff;
	border-bottom:1px solid #ffffff;
	/*width: 249px;*/
	height: 70px;
}


.bottom-footer{
	margin-left: 50px;
	margin-top: 100px;
	margin-bottom: 20px;
	color: #ffffff;
}

.bottom-footer div{
	border-right:1px solid #ffffff;
	height: 36px;
}

.bottom-footer div:last-child{
	border-right:1px solid transparent;
}	


.bodytext img{
	float: right;
}

#boat-features-carousel .carousel-inner > div{
	background-repeat: no-repeat;
	background-position: 40% top;
}


/* adjust the fixed menu height depending on screen size */
@media only screen and (max-width : 1154px)  
{
	.banner { top: 150px; } 
	.home-banner { top: 150px; } 
} /* @media */

@media only screen and (max-width : 938px)  
{
	.banner { top: 200px; }
	.home-banner { top: 200px; } 
} /* @media */

@media only screen and (max-width : 855px)  
{
	.banner { top: 250px; }
	.home-banner { top: 250px; } 
	
} /* @media */
@media only screen and (max-width : 767px)  
{
	.banner { top: 101px; }
	.home-banner { top: 101px; } 
	
} /* @media */



@media only screen 
	and (min-width: 767px)  
	and (max-width: 855px)
{
	/*.the-content { margin-top: 150px; }*/
	
} /* @media */

@media only screen 
	and (min-width: 855px)  
	and (max-width: 938px)
{
	/*.the-content { margin-top: 110px; }*/
	
} /* @media */

@media only screen 
	and (min-width: 938px)  
	and (max-width: 1154px )
{
/*	.the-content { margin-top: 70px; }*/
	.contact-info a.email{
		font-size: 14px;
	}	
	
} /* @media */




/*Mobile phones media queries*/

@media only screen and (min-width : 622px) 
{
} /* @media: max-width:622px */

@media only screen and (min-width : 691px) 
{
} /* @media: max-width:691px */

@media only screen and (min-width : 768px) 
{
	.poly-benefits.explore-benefits{
		margin-top: 220px;
		margin-bottom: 20px;
	}
} /* @media: max-width:768px */

@media only screen and (min-width : 1154px) /* 1136 */ 
{
	.poly-benefits.explore-benefits{
		margin-top: 0px;
	}

} /* @media: max-width:1136px */

@media only screen and (min-width : 1200px)  
{
	.feature-boat img { width: 85%; }

} /* @media */

@media only screen and (max-width : 1199px)  
{
	.feature-boat img { width: 43vw; }
	
} /* @media */

@media only screen and (max-width : 991px)  
{
	.menu{
		width:100%;
	}
	
	.banner {
		min-height: 600px;
	}

	.meet-family ul.nav.nav-pills{
		display:none;
	}

	.feature-boat-wrapper {
		display:none;
	}
	.poly-benefits { margin-top: 0px; } 
	
	.contact-box-green,.contact-box-green-border, 
	.contact-box-green-border:hover,
	.contact-info,.contact-info-head-office {
		
		width: 100%;
	}
	
	.tbl-specs{
		float:left;
		margin-bottom: 30px;
	}
	

	.boat-grid { display: none;	}
	.boat-grid-mobile { 
		display: block;	
		/*margin-top:30px;*/
	}
	
	.meet-family .tab-pane > .row:nth-child(1){
		/*max-height: 600px; */ /* since we moved the images up there's a lot of space at the bottom */
	}
	
	.video-category p,
	.video-category h4 {
		margin-left: 0;
		text-align: center;
	}

} /* @media */


@media only screen and (max-width : 767px)  
{
	
	.top-bar > .container-fluid { padding-right: 0; }
	
	.slogan h3 {
		margin-top:130px;
		text-shadow: 	2px 2px 10px rgba(0,0,0,.2),
						-2px -2px 10px rgba(0,0,0,.2);
	}

	.slogan h1 {
		margin-bottom: 50px;
		text-shadow: 	2px 2px 10px rgba(0,0,0,.2),
						-2px -2px 10px rgba(0,0,0,.2);
	}

	.navbar-nav .open .dropdown-menu {
		padding-top: 0;
	}
	.navbar-nav .open .dropdown-menu li:nth-child(1){
		/*height:35px;*/
	}	
	.navbar-collapse.navbar-top-menu-bar {
		padding-right: 0;
	}
	.top-level-menu-item {
		border-bottom: 1px dashed #aaa;
	}
	.top-level-menu-item:last-child {
		border-bottom: none;
	}
	.navbar-collapse.navbar-top-menu-bar ul.nav.navbar-nav,
	.navbar-collapse.navbar-top-menu-bar ul.nav.navbar-nav li,
	.navbar-collapse.navbar-top-menu-bar ul.nav.navbar-nav li > a {
		width: 100%;
		
		margin-right: 0;
		padding-right: 0;
/*		
		margin-left: 0;
		padding-left: 0;
*/		
	}
	.navbar-collapse.navbar-top-menu-bar ul.nav.navbar-nav li > a {
		padding-right: 5px;
	}
	
	.navbar-collapse.navbar-top-menu-bar ul.nav.navbar-nav li > a > i {
		float: right;
	}
	
	.menu-button {
		float:right;
		margin-top: 7px;
		margin-bottom: 5px;
	}
	/*
	.navbar-collapse.navbar-top-menu-bar[aria-expanded="true"] ~ .menu > button.navbar-toggle {
		margin-top: -50px;
		width: 100%;
		border:1px solid red;
		float:none;
	}
	*/

	.navbar-toggle .icon-bar{
		background-color: #2599a7 !important;
	}
	
	.ul-links li{
		margin-bottom: 10px;
	}	
	
	.banner {
		min-height: 500px;
	}
	
/*
	.the-content{
		padding: 10px 20px 10px 20px;
	}
*/	
	.banner-resource,
	.contact-banner {
		min-height: 320px
	}
	
	.video-category h1 {
		text-align: center;
	}
	
	
	.bottom-footer{
		margin-top: 50px;
		padding-bottom: 50px;
	}

	.meet-family .poly-benefits-links {
		margin-bottom: 0;
	}
	
} /* @media */


@media only screen 
    and (min-width : 320px) 
	and (max-width : 414px) 
{
	.boat-spec-tabs li a span {
		display: block;
	}
	
	.the-content h1 {
		font-size: 26px;
	}
	
	.top-bar .sales-phone {
		padding: 5px 15px 5px 15px;
		position: absolute;
		right:0;
	}
	
	body {
		font-size: 14px;
	}
	
} /* @media */

@media only screen 
    and (min-width : 320px) 
	and (max-width : 640px) 
/*	and (max-width : 576px) */
/*    and (max-width : 414px)  */
{
  /*body {
    background-color: lightblue;
  }*/
	.navbar-toggle{
		margin-left: 0px;
	}
/*
	.banner {
		background-image: url('../images/300_Tuff_Tender/300-banner-mobile.jpg') !important;
	}
*/	
	.home-banner {
		margin-top: -100px;
	}
	
	.banner {
		
		background-position: 50% 334px;
		margin-top: -334px;
		background-size: 576px;
		min-height: 704px;
	}

	.waves {
		display: block;
	}
	
	.slogan h3 {
		margin-top:100px;
	}

	.boats-details-wrapper{
		display: none;
	}

	.boats-details-wrapper-mobile {
		display:block;
		padding: 20px 30px 30px;
	}
	
	.boats-details-wrapper-mobile .boats-details {
		margin-top: 0;
	}
	
	.boats-details-wrapper-mobile h1 {
		margin-top:0;
	}
	.boats-details-wrapper-mobile h3 {
		margin-bottom: 30px;
	}
	
	.boats-details-wrapper-mobile h1, 	
	.boats-details-wrapper-mobile h3 {
		width: 100%;
		position:relative;
		text-align: left;
		display:block;
	}
	

	.top-nav-link {
		padding: 5px 0px 5px 0px;
	}
	
	
	.poly-benefits.polyethylene-lifestyle .poly-benefits-title{
		margin-top: 0;
	}	
	
	.poly-benefits{
		padding-left: 20px;
    	padding-right: 20px;
	}
	
	.poly-benefits-links {
    	margin-bottom: 30px;
	}
	
	.page-template-template-our-boat-range .poly-benefits-links {

		padding-left:15px;
		padding-right:15px;
		padding-top: 0;
	}
	
	.meet-family{
		padding: 10px 20px 10px 20px;
	}
	
	/*
	.xxcontainer > div[class^='col-'] {
		padding-left: 0;
		padding-right: 0;
	} 
	*/
	.xxcontainer h4 {
		margin-top: 10px;	
		text-align: center !important;
	}

	.poly-benefits-links
	{
		padding-top: 10px;
	}
	.poly-benefits-links p
	{
		text-align: center !important;
	}
	
	.feature-boat-2 { 
    	margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.ul-links li{
		margin-bottom: 3px;
		width: 100%;
	}

	.ul-links li.phone-sales{
		background-color: #2599a7;
	}

	.banner-resource{ min-height: 220px; }
	.contact-banner { min-height: 220px; }
	
	.the-content-features {
		margin-top:0;
	}
	
	.the-content,
	.the-content-resources{
		font-size: 16px;
		padding-left:0;
		padding-right:0;
	}
	
	.the-content-resources h1{
		font-size: 32px;
	}
	
/*	
	.boat-detail-description{
		padding: 30px 20px 30px 20px;
	}
*/	
	.boats-details{
		margin-left: 0px;
	}
	
	.boats-details .boat-conditions{
		right: 10px;
	}
	
/*	
	.boats-details h3{
		right: 10px;
	}
*/	
	
	.boat-configuration{
	    padding: 5px 0px 0px 0px;
		display: none;
	}
	
	.boat-configuration h4{
		font-size: 30px;
	}
	#configuration-obtions-mobile-carousel.configuration-options-mobile {
		display: block !important;
	}
	
	
	
	.ul-boat li{
		/*display:none;*/
		padding-bottom: 5px;
	}
	
	.ul-boat li:first-child{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.ul-boat li:last-child {    	
    	margin-right: 0px;
		margin-left: 0px;
	}
	
	ul.boat-spec-tabs li{
		padding: 0 0px 0 0px;
		margin-top: 20px;
		margin-bottom: 25px;
	}
	
	
	.next-boat .glyphicon{
		font-size: 30px !important;
    	top: -214px !important;
    	left: 175px !important;
	}
	
	.previous-boat .glyphicon{
		right: 169px !important;
    	top: 172px !important;
    	font-size: 30px !important;
		
	}
	
	
	.tbl-colors{
		/*text-align: right;*/
		margin-bottom: 30px;
	}
	
	.tbl-features{
		width: 100%;
	}
	
	.boat-video iframe{
		width: 100% !important;
	}
	
	.video-testimonials h4 {
    	font-size: 30px;
	}
	
	.bottom-footer {
    	margin-left: 0px;
		margin-right: 0px;
	}
	
	.bottom-footer div{
		border-right: 1px solid transparent;
	}
	
	.bottom-footer img {
		max-width: 100%;
	}
	
	.footer-menus{
		/*height: 1360px;*/
	}
	
	
	.bodytext img{
		float: none;
	}
		
	.meet-family .tab-pane > .row:nth-child(2){
		
		/*min-height: 250px;
		max-height: 250px; *//* since we moved the images up there's a lot of space at the bottom */
	}
	
	.tags{
		display:none;
	}
	
	.full-width-title,
	.video-title,
	.news-title,
	.faq-title,
	.dealers-title
	{
		padding-left: 0;
		padding-right: 0;
	}
	.dealers-title > .small-banner {
		min-height: 230px;
		background-color: #C7C9C9;
	}
	.dealers-title h1{
		margin-right: 15px;
	}
	
	.discover-more{
		margin-top: 20px;
	}


/*	
	#boat-features-carousel {
		height: 300px;
	}
*/	
	#boat-features-carousel .carousel-inner > div{
	/*	background-size: contain !important;
		background-repeat: no-repeat;
		background-position: center center;*/
		height: 260px !important;
	}

	
} /* @media */


/*.col-md-3{
	width: 25% !important;
}*/

@media only screen 
	and (min-width : 576px) 
	and (max-width : 640px) 
{
	.banner {
		background-position: 50% 349px;
		margin-top: -349px;
		background-size: 640px;
		min-height: 753px;
	}

	
} /* @media */


/*@media (min-width: 768px) {*/
@media (min-width: 990px) {
	
	/*body{
		background-color: aqua;
	}*/
	
	.logo img{
		width: 220px !important;
	}
	
	.nav>li>a{
		/*padding-right: 11px !important;
		padding-left: 11px !important;*/
		/*font-size: 13px !important;*/
	}
	
	.menu li{
		/*padding-right: 0px !important;*/
	}
	
	
	/*#lifestyle-carousel .carousel-inner>.item{
		
		display:block !important;
	}*/

    /* show 3 items */
    #lifestyle-carousel .carousel-inner .active,
    #lifestyle-carousel .carousel-inner .active + .item,
    #lifestyle-carousel .carousel-inner .active + .item + .item,
    #lifestyle-carousel .carousel-inner .active + .item + .item + .item/*,  
	#lifestyle-carousel .carousel-inner .active + .item + .item + .item + .item*/
	{
        display: block;
    }
    
    #lifestyle-carousel .carousel-inner .item.active:not(.item-right):not(.item-left),
    #lifestyle-carousel .carousel-inner .item.active:not(.item-right):not(.item-left) + .item,
    #lifestyle-carousel .carousel-inner .item.active:not(.item-right):not(.item-left) + .item + .item,
    #lifestyle-carousel .carousel-inner .item.active:not(.item-right):not(.item-left) + .item + .item + .item/*, 
	#lifestyle-carousel .carousel-inner .item.active:not(.item-right):not(.item-left) + .item + .item + .item + .item*/
	{
        transition: none;
    }
    
    #lifestyle-carousel .carousel-inner .item-next,
    #lifestyle-carousel .carousel-inner .item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    #lifestyle-carousel .carousel-inner .active.item + .item + .item + .item + .item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
	
	
	
	
	/* show 3 items VIDEO CAROUSEL */

	#video-carousel-11 .carousel-inner iframe,
	#video-carousel-12 .carousel-inner iframe,
	#video-carousel-13 .carousel-inner iframe
	{
		width: 100% !important;
	}
	
	
    #video-carousel-11 .carousel-inner .active,
    #video-carousel-11 .carousel-inner .active + .item,
    #video-carousel-11 .carousel-inner .active + .item + .item,
    #video-carousel-11 .carousel-inner .active + .item + .item + .item,	
	#video-carousel-12 .carousel-inner .active,
    #video-carousel-12 .carousel-inner .active + .item,
    #video-carousel-12 .carousel-inner .active + .item + .item,
    #video-carousel-12 .carousel-inner .active + .item + .item + .item,	
	#video-carousel-13 .carousel-inner .active,
    #video-carousel-13 .carousel-inner .active + .item,
    #video-carousel-13 .carousel-inner .active + .item + .item,
    #video-carousel-13 .carousel-inner .active + .item + .item + .item	
	{
        display: block;
    }
    
    
	#video-carousel-11 .carousel-inner .item.active:not(.item-right):not(.item-left),
    #video-carousel-11 .carousel-inner .item.active:not(.item-right):not(.item-left) + .item,
    #video-carousel-11 .carousel-inner .item.active:not(.item-right):not(.item-left) + .item + .item,
    #video-carousel-11 .carousel-inner .item.active:not(.item-right):not(.item-left) + .item + .item + .item, 	
	#video-carousel-12 .carousel-inner .item.active:not(.item-right):not(.item-left),
    #video-carousel-12 .carousel-inner .item.active:not(.item-right):not(.item-left) + .item,
    #video-carousel-12 .carousel-inner .item.active:not(.item-right):not(.item-left) + .item + .item,
    #video-carousel-12 .carousel-inner .item.active:not(.item-right):not(.item-left) + .item + .item + .item, 	
	#video-carousel-13 .carousel-inner .item.active:not(.item-right):not(.item-left),
    #video-carousel-13 .carousel-inner .item.active:not(.item-right):not(.item-left) + .item,
    #video-carousel-13 .carousel-inner .item.active:not(.item-right):not(.item-left) + .item + .item,
    #video-carousel-13 .carousel-inner .item.active:not(.item-right):not(.item-left) + .item + .item + .item 	
	{
        transition: none;
    }
    
    
	#video-carousel-11 .carousel-inner .item-next,
    #video-carousel-11 .carousel-inner .item-prev, 
	#video-carousel-12 .carousel-inner .item-next,
    #video-carousel-12 .carousel-inner .item-prev, 
	#video-carousel-13 .carousel-inner .item-next,
    #video-carousel-13 .carousel-inner .item-prev 	
	{
      position: relative;
      transform: translate3d(0, 0, 0);
    }
/* cf-    
    #video-carousel-11 .carousel-inner .active.item + .item + .item + .item + .item, 
	#video-carousel-12 .carousel-inner .active.item + .item + .item + .item + .item, 
	#video-carousel-13 .carousel-inner .active.item + .item + .item + .item + .item 
	{
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
	
	
	
	
*/	
	
    
    /* left or forward direction */

    .active.item-left + .item-next.item-left,
    .item-next.item-left + .item,
    .item-next.item-left + .item + .item,
    .item-next.item-left + .item + .item + .item,
    .item-next.item-left + .item + .item + .item + .item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
	

	/*#lifestyle-carousel .carousel-inner .next .left{		
		border: 1px solid red !important;
	}*/
    
    /* farthest right hidden item must be abso position for animations */
    #video-carousel-11 .carousel-inner .item-prev.item-right,
	#video-carousel-12 .carousel-inner .item-prev.item-right,
	#video-carousel-13 .carousel-inner .item-prev.item-right,
	#lifestyle-carousel .carousel-inner .item-prev.item-right
	{
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.item-right + .item-prev.item-right,
    .item-prev.item-right + .item,
    .item-prev.item-right + .item + .item,
    .item-prev.item-right + .item + .item + .item,
    .item-prev.item-right + .item + .item + .item + .item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
	
	#video-carousel-11 .carousel-inner>.next,
	#video-carousel-12 .carousel-inner>.next,
	#video-carousel-13 .carousel-inner>.next,	
	#lifestyle-carousel .carousel-inner>.next	
	{
		/*border: 1px solid red;*/
		width: 25% !important;
	}
	
	
	li.family-tab a {
    	/*border: 1px solid red;*/
    	padding-left: 10px;
    	padding-right: 10px;
	}
	
	
	.tbl-features{		
		width: 100% !important;
	}
	
	.boat-video iframe{
		width: 100% !important;
		padding-right: 11px !important;
	}
	
	.testimonials{
		padding-top:10px !important;
	}
	
	.contact-box-green-border,.contact-box-green, .contact-box-green-border:hover,.contact-info{
		width: 100% !important;
	}
	
	
	.img-team img:nth-child(2){
		/*width: 220px;*/
	}
	
	
	.bottom-footer{
		margin-left: 0px !important;
	}
	
	/*div{
		border: 1px solid red;
	}*/

	
	
}

/* ------------------- */
/* Clinton's Additions */
/* ------------------- */

.npi-group{
	margin-top: 10px;
	margin-left: 40px;
}
.npi-group > img{
	max-width: 380px;
}
.npi-group-logos{
	margin: 15px;
	display: inline-flex;
}

/* ------------------- */
#btnSwitchToInternationalDealers,
#btnSwitchToAustralianDealers
{
	background-color: #2599a7;
	color: #fff;
	padding: 6px 12px;
	border: none;
	border-radius: 3px;
}

#btnSwitchToInternationalDealers{
	background-color: #328CE9;	
}

#btnSwitchToAustralianDealers
{
	background-color: #2B6F40;
	color: yellow;
}

.hide {	display:none; }
.show { display:block !important; }
.hide-hr hr { border-color:transparent; }


.dealer-item {
	min-height: 220px;
}

/*----------------------------*/
.testimonial-quote-right {
	width: 100%;
	text-align: right;
}

/*----------------------------*/
#video-carousel-our-boats video {
	width: 100%;
}
#video-carousel-our-boats video+h4 {
	margin-bottom: 30px;
}


.coming-soon {
	bottom:80px; /* 130px */
	left:20px;
	border-bottom: 0;
	font-size: 20px;
	width: auto !important;
}

.coming-soon-mobile {
	bottom:40px;
	left:10px;
	border-bottom: 0;
	font-size: 18px;
	width: auto !important;
}

/* cf- testing */

.img-transparent-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: transparent;
  text-align: center;
  background-image: linear-gradient(118deg, transparent 0%, transparent 10%, #7AAD7A 10%, #7AAD7A 60%);
  display: inline-block;
  vertical-align: middle;
}

.__home-banner::after {
	
	content: "";
	background: linear-gradient(to left top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.3) 70% , rgba(255, 255, 255, 0.0) 100% );
	/*radial-gradient(ellipse at 70%, rgba(255,255,255,0.0), rgba(255,255,255,1) ),*/
	/*
	background: linear-gradient(to left top, rgba(255, 255, 255, 0.0) 0%, 
		rgba(255, 255, 255, 0.0) 30%,  
		rgba(255, 255, 255, 0.1) 50%, 
		rgba(255, 255, 255, 0.6) 60%, 
		rgba(255, 255, 255, 0.7) 70%, 
		rgba(255, 255, 255, 0.5) 80%, 
		rgba(255, 255, 255, 0.1) 90%, 
		rgba(255, 255, 255, 0.0) 100% );*/
				/*linear-gradient( rgba(255, 255, 255, 1) rgba(255, 255, 255, 100) );*/
	
	/*background: linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,1));*/
	opacity: 1;
	top: 99%;
	left: 0;
	bottom: 0px;
	right: 0;
	position: absolute;
	z-index: -1;   	
}


/* new tuff tender */

table.boat-specification-table
{
	width:100%; 
	margin:auto;
}


table.boat-specification-table th,
table.boat-specification-table td
{
	border: 1px solid #333;
	text-align: center;
}
table.boat-specification-table th
{
	background-color: #eee;
}

/* home banner sale images */
.rotating-images > .arrow-left i,
.rotating-images > .arrow-right i
{
	visibility: hidden;
}

.rotating-images > .arrow-left:hover,
.rotating-images > .arrow-right:hover
{
	cursor: pointer;
}

.rotating-images > .arrow-left:hover i,
.rotating-images > .arrow-right:hover i
{
	visibility: visible;
}


/* Warranty Card */

.warranty-card button
{
	border: none;
	font-size: 19px;
	color: #fff;
	background-color: #1f9aa8;
    padding: 10px 30px;
    margin-bottom: 3px ;	
}

.warranty-card button:hover
{
	background-color: #101827;
}

.warranty-card-form.popup-div.general-alert-box 
{
	width:100%; 
	max-width:1200px; 
	border-radius:10px;
	background-color:#fff;
	
	border: 2px solid #1f9aa8;
}

.warranty-card-form label
{
	font-weight: 700;
	font-size: 16px;
	width: 185px;
	display:inline-block;
	box-sizing: border-box;
}

.warranty-card-form select,
.warranty-card-form input[type='text'],
.warranty-card-form input[type='date']
{
	width:calc(100% - 200px);
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #1f9aa8;
	display:inline-block;
	box-sizing: border-box;
	float:right;
}

.warranty-card-form .alert-content div[class|='col']
{
	height: 40px;
}

.warranty-card-form input[type='radio']
{
	margin-right: 3px;
}

.warranty-card-form button.submit
{
	border: none;
	font-size: 19px;
	color: #fff;
	background-color: #1f9aa8;
    padding: 10px 30px;
    margin-bottom: 3px;	
	float: right;
}
.warranty-card-form button.submit:hover
{
	background-color: #101827;
}


/* spinner icon */
.spinner 
{
	position: fixed;
	top: 50%;
    left: 0;
    text-align: center;
    width: 100%;	
	color:#ccc;
	z-index: 999999;
	
	font-size:30px !important; 
	font-weight: bold !important; 
	font-family: Montserrat, Arial, Helvetica, sans-serif; 	
}

.spinner i
{
	color:#ccc;
}




