html {
	overflow-x: hidden;
}
body {

	color: #757576;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
}

h1 {
	font-size: 42px;
	line-height: 44px;
	text-transform: uppercase;
}

h2 {
	font-size: 32px;
	text-transform: uppercase;
}

h3 { 
	font-size: 24px;
	text-transform: uppercase;
}

h4 {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

h6 small {
	color: #d3d3d3;
	font-size: 14px;
}


i {
	display: inline-block;
	margin-right: 8px;
}

i.no-right {
	margin-right: 0;
}

img {
	max-width: 100%;
}

img.block { 
	width: 100%;
	height: auto;
}

img.boat-thumb {
	/* height: 174px; */
	width: 100%;
	/*max-height: 174px;
	width: auto;*/
}

p a { 
	color: #60c9e3;
}

table {
	width: 100%;
}

select {
	color: #bbbbbb;
	background-color: #f7f7f7;
}

form select {
	margin-bottom: 5px;
}
button {
	text-transform: uppercase;
}

button.light {
	background-color: #37bbb0 !important;
}

article {
	margin-bottom: 50px;
}

article ul {
	margin-left: 2rem;
}

.alert-box {
	margin-bottom:0;
}

header {
	/*margin-bottom: 10px;*/
}

header .horizontal-logo {
	padding: 5px 0;
}

header div.pre-head {
	background-color: #515153;
	position: relative;
}


header .partners-banner {
    position: absolute;
    z-index: 100;
    right: 0;
}

header div.pre-head div.right {
	margin-top: 21px;
	margin-right: 45px;
}

header div.post-head {
	padding: 5px 0 8px;
	border-bottom: 5px solid #515153;
}

header div.post-head img {
	display: inline-block;
	margin-left: 62px;
}

header nav {
	/*margin-top: 45px;*/
	float: right;
}

header nav ul.inline-list {
	margin-bottom: 0;
}

header nav ul li {
	/*padding-right: 1.375rem;*/
	/*border-right: 1px solid #5c5c5c;*/
	margin-bottom: 0;
}

header nav ul li:last-child {
	padding-right: 0;
	border-right: 0;
}

header nav ul li a {
	color: #5c5c5c;
	text-transform: uppercase;
}

section {
	margin-bottom: 30px;
}

section.slider {
	position: relative;
	/*height: 575px;*/
/*	border-bottom: 10px solid #22287e;*/
	margin-bottom: 75px;
}

section.slider .caption-wrap {
	position: absolute;
	width: 60%;
	top: 13%;
	right: -90px;
	z-index: 97;
	/*background: transparent url(../img/slide-caption-bg.png) repeat-y center center;*/
	/*background-size: cover;*/
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 33%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 66%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(33%,rgba(0,0,0,0.5)), color-stop(50%,rgba(0,0,0,0.5)), color-stop(66%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 33%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 66%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 33%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 66%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 33%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 66%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 33%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 66%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

#home-slider {
	margin-bottom:0;
	min-height:350px;
}

#home-slider li {
	display:none;
}
#home-slider li:first-child {
	display:block;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
	z-index: 98;
}

section.brands {
	position: relative;
	margin-bottom: 0;
	padding: 130px 0 110px;
	color: #fff;
	background: #010619 url(../img/brands-bg.jpg) repeat top center fixed;
	text-align: center;
}

div.advantages { 
	margin-bottom: 60px;
}

div.link-bar  {
	padding: 10px 0;
	background: #22287e;
	margin-bottom: 5px;
}
div.link-bar nav ul {
	margin-bottom: 0;
	text-align: center
}
div.link-bar nav ul li {
	display: inline-block;
	margin-right: 40px;
	list-style: none;
}

div.link-bar nav ul li:last-child {
	margin-right: 0;
}

div.link-bar nav ul li a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

div.link-bar form {
	margin-bottom: 0;
}

div.link-bar .subscribe {
	display: inline-block;
	margin-bottom: 0;
	width: 220px;
	margin: 0;
	font-size: 14px;
}

div.link-bar .subscribe-button {
	display: inline-block;
	padding: 12px 1.75em 11px;
	margin-right: 0;
	margin-bottom: 0;
}

div.search-wrap {
	width: 100%;
	background: rgba(55, 187, 176);
	padding: 12px 0;
}

div.search-wrap h6 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: right;
	font-weight: 700;
}
div.search-wrap form {
	margin-bottom: 0;
}
div.search-wrap form select {
	display: inline-block;
	width: 210px;
	height: 40px;
	margin-right: 8px;
	margin-bottom: 0;
}

div.search-wrap .search-button {
	display: inline-block;
	padding: 10px 25px;
	height: 40px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #2fa59b;
	text-align: center;
}


section.videos {
	position: relative;
	margin-bottom: 0px;
	height: 420px;
	background-color: #000;
	display: none;
}


footer{
	padding: 8px 0 40px;
	background-color: #0f66b1;
	color: #fff;
}

footer .pre-foot {
	padding-top: 90px;
	border-top: 5px solid #fff;
}


footer ul.latest-news {
	margin-bottom: 40px;
}

footer ul.latest-news li {
	margin-bottom: 10px;
	padding-left: 28px;
	background: transparent url(../img/bullet-globe.png) no-repeat left 6px;
}

footer ul.latest-news li a {
	color: #fff;
}

footer ul.social li a {
	color: #fff;
	font-size: 32px;
}

footer div.post-foot {
	padding: 10px 0 0;
	border-top: 1px solid #ddd;
}

footer div.post-foot p {
	margin-bottom: 0;
}

/* inner page styles */


section.banner {
	height: 295px;
	background: transparent url(../img/proxy-inner-slide.jpg) no-repeat center center;
	margin-bottom: 0;
}

section.banner p {
	background: rgba(0, 0, 0, 0.7);
	padding: 10px 15px;
	display: inline-block;
	margin: 10px;
	color: #fff;
}

ul.bread {
	margin-bottom: 30px;
}

ul.bread li {
	margin-left: 8px;
	padding-right: 12px;
	background: transparent url(../img/carret-right.png) no-repeat center right;
}

ul.bread li:first-child{
	margin-left: 1.375rem;
}


ul.bread li:last-child {
	padding-right: 0;
	background: none;
}

ul.bread li a {
	padding: 3px 6px;
	color: #fff;
	background: #5f5f5f;
	font-size: 12px;
	text-transform: uppercase;

}

div.main-content .inner-content {
	padding-top: 75px;
	padding-bottom: 150px;
	border-right: 1px solid #ddd;
}

div.side-bar {
	padding-top: 75px;
}

div.side-bar h4 a {
	color: #999a9a;
}

p.price {
	/*color: #d3d3d3;*/
	margin-bottom: 0;
	color: #f21d1d;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

/* p.more-boat-details { text-transform: uppercase; font-size: 14px; line-height: 1; } */

/* ul.top-tier li {
	margin-bottom: 30px;
} */

ul.top-tier ul {
	margin-left: 1.25rem;
}

div.side-bar ul.subcategory li {
	margin-bottom: 5px;
	padding-left: 35px; 
	background: transparent url(../img/product-category-bullet.png) no-repeat left 3px;
}

div.side-bar ul.subcategory li.down {
	background: transparent url(../img/product-category-bullet-down.png) no-repeat left 3px;
}

div.side-bar li ul.products {
	/*display: none;*/
	margin-left: 0;
}

div.side-bar ul.products li, 
div.side-bar ul.favorites-list {
	padding-left: 35px;
	background: transparent url(../img/product-sub-category-bullet.png) no-repeat left 7px;
}

ul.product-sections li {
	text-align: center;
}

ul.product-sections li a {
	display: inline-block;
	/*width: 159px;
	height: 159px;*/
	width: 100px;
	height: 100px;
	padding: 52px 0px;
	border-radius: 100px;
	margin-bottom: 10px;
}

ul.product-sections li h6 {
	text-transform: uppercase;
}

ul.product-sections li a.overview { background: #37bbb0 url(../img/single-overview.png) no-repeat center center; background-size: 55%; }
ul.product-sections li a.detailed { background: #37bbb0 url(../img/single-detailed.png) no-repeat center center; background-size: 55%; }
ul.product-sections li a.brochure { background: #37bbb0 url(../img/single-brochure.png) no-repeat center center; background-size: 55%; }
ul.product-sections li a.enquire { background: #37bbb0 url(../img/single-enquire.png) no-repeat center center; background-size: 55%; }

ul.product-sections li a.overview.current-viewed,
ul.product-sections li a.detailed.current-viewed,
ul.product-sections li a.brochure.current-viewed,
ul.product-sections li a.enquire.current-viewed {
	background-color: #22287e;
}

ul.product-sections li a.current {
	background-color: #22287e;
}
ul.product-sections li a:hover {
	background-color: #343434;
}

.button { 
	background: #0f66b1;
	text-transform: uppercase;
}

.button.light {
	background-color: #37bbb0;
}

.button.red {
	background-color: #ce3030;
}



#gallery, #carousel{
	margin-bottom: 0;
	border: 0;
}

#gallery {
	border-bottom: 3px solid #373737;
}

div.product-price-share {
	padding: 10px 0;
	margin: 0 0 30px 0;
	background-color: #0f66b1;
}

div.product-price-share h3 {
	line-height: 24px;
	margin: 0 10px;
}

div.product-price-share h3, 
div.product-price-share h3 a{
	color: #fff;
}

ul.product-data li {
	padding-bottom: 0;
}

ul.product-data li:nth-child(even) {
	color: #bcbcbc;
}

p.video-description {
	font-size: 14px;
	color: #bcbcbc;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#enquire-form {
	text-align: left;
	max-width: 480px;
}

#enquire-form h4 {
	line-height: 20px;
}

#enquire-form h6 {
	margin-top: 0;
}

#videos {
	margin-bottom: 0;
	border: 0;
}



#videos ul li {
	position: relative;
	background: #000;
	text-align: center;
}
#videos ul li img {
	opacity: 1;
	max-width: 100%;
}

#videos ul li:hover img {
	opacity: 0.5
}

#videos .inner-img-wrap {
	position: relative;
	width: 537px;
	margin: 0 auto;
}

#videos .inner-img-wrap i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	display: block;
	padding: 15px 15px 15px 20px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 40px;
	font-size: 29px;
	margin-right: 0;
	margin-top: -29px;
	margin-left: -29px;
}

#videos iframe {
	display: none;
}

#videos ul li a, .video-gallery ul li a.video-play {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgba(55, 187, 176, 0.7);
	padding: 5px 11px;
	border-radius: 20px;
		-webkit-border-radius: 20px; 
		-moz-border-radius: 20px; 
	margin-left: -26px;
	margin-top: -17px;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}

#videos ul li a, .video-gallery ul li a.video-play:hover {
	color: #222;
}

/*#videos ul li img:hover a, .video-gallery ul li div.wrap:hover a.video-play {
	display: block;
}*/

section.videos .video-prev,
section.videos .video-next {
	position: absolute;
	width: 40px;
	text-align: center;
	z-index: 999;
	bottom: 0;
	top: 0;
}

#horiz_container_outer {
	width: 100%;
	height: 348px;
	margin: 0 auto;
	border: 0;
}

#horiz_container {
	/* height: auto; */
}

#track {
	width: 815px;
	max-width: 100%;
	height: 4px;
	top: 4px;
	background-image: none;
	background-color: #0f66b1;
	border-radius: 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
}

#dragBar {
	height: 2px;
	background-color: #fff;
	background-image: none;
	border-radius: 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
}

#scrollbar {
	margin: 10px auto 0;
}

#videos-close {
	display: none;
	position: absolute;
	top: 20px;
	right: 60px;
	color: #fff;
	padding: 5px;
	background-color: #000;
	font-size: 30px;
	border: 1px solid #fff;
	border-radius: 5px;
}

#videos-close:hover {
	color: #37bbb0;
	border-color: #37bbb0;
}

#videos-close i {
	margin-right: 0;
}

section.videos .video-prev {
	left: 0;
	background: rgba(1, 14, 49, 0.7) url(../img/video-prev.png) no-repeat 6px center;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}

section.videos .video-next {
	right: 0;
	background: rgba(1, 14, 49, 0.7) url(../img/video-next.png) no-repeat 13px center;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}

section.videos .video-prev:hover, 
section.videos .video-next:hover{
	background-color: rgba(1, 14, 49, 0.9);
}

section.video-gallery {
	max-width: 100%;
	height: 420px;
	margin-bottom: 0;
	overflow: hidden;
}

.gallery-video-list-wrap{
	overflow: hidden;
}


#gallery-video-list {
	position: absolute;
	visibility: hidden;
	display: block;
}

#gallery-video-list.pre-visible {
	position: relative;
	visibility: visible;
	display: none;
}


section.video-gallery div.loader {
	text-align: center;
	padding: 180px 0;
}

section.video-gallery ul.inline-list {
	margin-bottom: 0;
}

section.video-gallery ul.inline-list li {
	width: 480px;
	max-height: 380px;
	overflow: hidden;
	margin: 0;
	/*padding: 6px;*/
	/*margin-left: -6px;*/
}

/*section.video-gallery ul.inline-list li:first-child {
	margin-left: 1.375rem;
}*/

section.video-gallery ul.inline-list li div.wrap {
	position: relative;
	border: 2px solid #fff;
}

section.video-gallery ul.inline-list li div.wrap div.content-group {
	background-color: #222;
}


section.video-gallery ul.inline-list li div.wrap.whole {
	/* padding: 0 3px; */
	/*margin-bottom: 6px;	*/
	clear: both;
}

section.video-gallery ul.inline-list li div.wrap.half {
	width: 50%;
	float: left;
	/* padding-left: 3px; */
}

/* section.video-gallery ul.inline-list li div.wrap.half:nth-child(even) {
	padding-right: 3px;
	padding-left: 0;
} */

section.video-gallery ul li div.wrap img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

section.video-gallery ul li div.wrap:hover img {
	opacity: 0.6;
}

.nu-slider-wrap {
	margin: 20px auto;
	display: none;
}

.noUi-handle {
	border: 1px solid #31a097;
	border-radius: 3px;
	background: #37bbb0;
	cursor: default;
	box-shadow: none;
}


.flex-direction-nav a {
	height: 48px;
	margin-top: -24px;
}

.manage-video {
	margin-top: 25px;
}

.reponse-wrap {
	margin: 10px 0;
	color: #fff;
	display: none;
}

div.boat-image-wrap {
	margin-bottom: 20px;
	position: relative;
	background-color: #000;
}

div.boat-image-wrap img.boat-status {
	position: absolute;
	top: -12px;
	right: -21px;
}

div.boat-image-wrap.sold h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
	line-height: 1;
	color: #fff;
	margin-left: -56px;
	margin-top: -41px;
	padding: 10px;
	background-color: #ed1b24;
}

div.other-services h5 {
	margin-top: 10px;
	font-size: 14px;
}

div.other-services h5 a {
	color: inherit;
}

#gallery .slides img {
	height: 450px;
}

#carousel .slides img {
	width: 165px;
	height: 124px;
}





.hidden { display: none; }
.white { color: #fff; }
.lightblue { color: #60c9e3; }
.bluegreen { color: #37bbb0; }
.darkblue { color: #22287e; }
.gray { color: #999a9a; }
.lightgray { color: #d3d3d3; }
.add-bottom { margin-bottom: 20px; }
.add-bottom-large { margin-bottom: 30px !important; }
.remove-bottom { margin-bottom: 0; }
.remove-top { margin-top: 0; }
.smaller { font-size: 12px; }


.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
	width: 80%;
	margin-left: 10%;
}

.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	height: 15px;
	margin: 0px auto;
}

@media only screen and (min-width: 40.063em) { /* min-width 641px, medium screens */
	.medium-up-right { float : right; }
}

@media only screen and (max-width: 1330px){
	
	section.slider .caption-wrap .caption h1 {
		font-size: 48px;
		line-height: 50px;
	}

	section.slider .caption-wrap .caption h4 {
		font-size: 18px;
	}

}
@media only screen and (max-width: 1024px){
	
	#home-slider {
		margin-top:45px;
		min-height:200px;
	}
	
	.logo { 
		display: inline-block;
		margin: 40px 0 20px;
	}

	header nav ul li a {
		font-size: 14px;
	}

	section.slider .caption-wrap {
		width: auto;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.3);
		display: none;
	}



	section.slider .caption-wrap .caption {
		width: 80%;
		/* margin: 125px auto; */
	}

	section.slider .caption-wrap .caption h1 {
		font-size: 48px;
		line-height: 50px;
	}

	section.slider .caption-wrap .caption h1 br {
		display: none;
	}

	section.slider .caption-wrap .caption h4 {
		font-size: 18px;
	}

	div.search-wrap h6, 
	div.search-wrap form {
		text-align: center;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1024px){
	img.boat-thumb {
		height: 250px;
	}
}

@media only screen and (max-width: 767px) {
	
	#home-slider {
		margin-top:45px;
		min-height:0px;
	}

	section.brands {
		padding-bottom: 220px;
	}

	div.search-wrap h6 {
		margin-top: 0;
		text-align: center;
	}

	div.search-wrap form {
		text-align: center;
	}

	div.link-bar nav ul li {
		float: none;
		margin-bottom: 10px;
	}

	section.brands {
		background-attachment: fixed;
	}

	div.main-content .inner-content {
		padding-bottom: 40px;
	}
	div.side-bar {
		padding-top: 0;
		padding-bottom: 80px;
	}

	ul.product-sections li a {
		width: 130px;
		height: 130px;
	}

	ul.product-sections li a.overview,
	ul.product-sections li a.detailed,
	ul.product-sections li a.brochure,
	ul.product-sections li a.enquire {
		background-size: 70%;
	}

	section.brands {
		background: #010619 url(../img/brands-bg.jpg) no-repeat top center fixed;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	section.slider .caption-wrap .caption {
		margin: 100px auto;
	}

	div.search-wrap form select {
		width: 175px;
	}

}

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

	html, body {
		overflow-x: hidden;
	}

	section.slider .caption-wrap .caption {
		margin: 70px auto;
	}

	section.slider .caption-wrap .caption h1 {
		font-size: 55px;
		line-height: 57px;
	}

	section.slider .caption-wrap .caption h4 {
		font-size: 17px;
		line-height: 19px;
	}

	section.slider .caption-wrap .caption p {
		font-size: 14px;
		line-height: 16px;
	}


	div.search-wrap form select {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	div.search-wrap .search-button {
		display: block;
	}

	ul.product-sections li a {
		width: 100px;
		height: 100px;
	}

	ul.product-sections li a.overview,
	ul.product-sections li a.detailed,
	ul.product-sections li a.brochure,
	ul.product-sections li a.enquire {
		background-size: 60%;
	}

	img.boat-thumb {
		width: 100%;
		height: auto;
	}

	.video-gallery ul li a.video-play {
		display: block;
	}

	section.video-gallery ul li div img {
		opacity: 0.6;
	}

	#videos-close {
		top: 0;
		right: 0;
	}

	section.videos .video-prev,
	section.videos .video-next {
		top: 40%;
		bottom: 40%;
	}

	section.video-gallery, section.videos {
		height: 285px;
	}

	section.video-gallery ul.inline-list li {
		width: 325px;
	}

	.row.nu-slider-wrap {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	section.video-gallery div.loader {
		padding: 125px 0;
	}

	#videos iframe {
		height: 285px;
	}

}