/*
Theme Name: Ocean Alliance 2017
Theme URI: http://www.digitalmonopoly.com.au/
Author: Digital Monopoly
Author URI: http://www.digitalmonopoly.com.au/
Description: Ocean Alliance custom theme
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-size:1.2em;
}
a:focus {
	outline: none;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #989898;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	line-height: 18px;font-weight: 300;
}

/* Headings */
h1,h2 {
	margin-bottom: 10px;
	letter-spacing: 2px;color:#10c6ae;text-transform: uppercase;font-weight: 200;
}
h3,h4,h5,h6 {
	margin-bottom: 20px;letter-spacing: 0.4px;font-weight: 200;
}

h1{ font-size: 28px; }
h2{ font-size: 24px; }
h3{ font-size: 22px; }
h4{ font-size: 20px; }
h5{ font-size: 18px; }
h6{ font-size: 16px; }

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}

/* Text elements */
p {
	margin-bottom: 9px;
}
ul, ol {
	margin: 0 0 1.2em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: 600;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background: none repeat scroll 0 0 #eee;
	margin: 0 0 1.2em;
	padding: 40px 40px 30px;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: none repeat scroll 0 0 #eee;
	border-radius: 0;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #eee;
	background: #e6e6e6;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: 10px 15px;
	height:auto;
	line-height:1em;
	transition:transform 0.3s ease-out, background 0.3s ease-out;-o-transition:transform 0.3s ease-out, background 0.3s ease-out;-ms-transition:transform 0.3s ease-out, background 0.3s ease-out;-moz-transition:transform 0.3s ease-out, background 0.3s ease-out;-webkit-transition:transform 0.3s ease-out, background 0.3s ease-out;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#cccccc;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color:#aaaaaa;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=tel],
input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #cccccc;
	width:100%;
	max-width: 100%;
	height: 40px !important;
}
input[type=tel]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	border:1px solid #898989;
}
input[type=tel],
input[type=text],
input[type=email],
input[type=password] {
	height: auto;
	line-height: 1em;
	padding: 10px 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	height:100px;
}

/* Links */
a,
a:visited {
	color: #10c6ae;
	text-decoration:none;transition:color 0.3s ease-in-out;-o-transition:color 0.3s ease-in-out;-ms-transition:color 0.3s ease-in-out;-moz-transition:color 0.3s ease-in-out;-webkit-transition:color 0.3s ease-in-out;
}
a:hover,
a:focus,
a:active {
	color:#0eac97;
	text-decoration:none;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block !important;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.custom-heading {letter-spacing: 3px;font-weight: 200;}
.font-italic {font-style: italic;}
#page .nomargin {margin:0;}
.color-white {color:#ffffff;}
.color-green {color:#10c6ae;}
.font-normal {font-weight: 400;}
.font-light {font-weight: 200;}
.font-bold {font-weight: 700;}

/* =Main Layout
----------------------------------------------- */
#page {width: 100%;overflow: hidden;position: relative;}
#page .container{ margin-left: auto;margin-right: auto;padding-left: 0;padding-right: 0;float:none;width: 1500px;left:0 !important;}
#page .container.vc_row.wpb_row {width: 1500px !important;padding-left: 0 !important;padding-right: 0 !important;}

.site-header{background-color:#ffffff;position: fixed;top:0;left:0;width: 100%;z-index: 22;}
.site-header.fixed-header {box-shadow: 0 1px 3px #cccccc;-moz-box-shadow: 0 1px 3px #cccccc;-webkit-box-shadow: 0 1px 3px #cccccc;}
#page .site-header .container {width: 1600px;}
body.logged-in.admin-bar .site-header {top:32px;}
.site-header .navbar-default {background:none;border:none;}
.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 40px;
	padding: 15px 0px 15px 0px;height: auto;position: relative;width: 300px;
}
.site-header .navbar-brand img{ height: auto; display: block;}
.site-header .header-right {float: right;padding-top: 0px;}
.site-header .navbar-default .navbar-collapse {float: left !important;}
.site-featured{ margin:auto; }

.site-tagline {
	background: none repeat scroll 0 0 #eee;
	border-bottom: 5px solid #eee;
	font-size: 24px;
	line-height: 28px;
	padding: 40px 0;
}

.site-main{}

#page .site-main .home-slider-wrapper {margin-bottom: 0;padding-top: 0;background: #ffffff;}

/* FILTER SECTION */
#page .site-main .home-filter-wrapper {margin-top: 0;margin-bottom: 0;overflow: visible;}
#page .site-main .home-filter-wrapper .vc_column-inner {padding-top: 20px;padding-bottom: 20px;}
#page .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .col-search-item .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {width: 100%;margin-bottom: 0;text-align: center;}
#page .bootstrap-select > .btn, .col-search-item .bootstrap-select > .btn {border:1px solid #ffffff;padding:15px 20px 15px 20px;background:#ffffff;color:#4d4d4d;text-transform: uppercase;font-size: 11px;line-height: 1.2em;font-weight:300;letter-spacing: 1.5px; outline: none;
	border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;}
.col-search-item .bootstrap-select > .btn .caret,#page  .bootstrap-select > .btn .caret {background:url(images/arrow-sprites.png) -68px -10px no-repeat;width: 9px;height: 5px;border:none;}
.col-search-item input[type="submit"] {width: 100%;background: #0eac97;padding:16px 20px 16px 20px;color:#ffffff;text-transform: uppercase;font-size: 12px;line-height: 1.2em;border:none;font-weight: 300;
	border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;
	transition: background 0.3s ease-in;-o-transition: background 0.3s ease-in;-moz-transition: background 0.3s ease-in;-webkit-transition: background 0.3s ease-in; letter-spacing: 1px; outline: none;}
.col-search-item input[type="submit"]:hover {background:#28ccb6;}

#page .facetwp-facet {margin-bottom: 0;}

.bootstrap-select.btn-group .btn .filter-option {text-align: center;}

/* CTA SECTION */
#page .home-content-wrapper .vc_column-inner {padding-top:22px;padding-left: 0;padding-right: 0;}
.home #page #content.front-content .home-content-wrapper .vc_column-inner {padding-top:22px;padding-left: 0px;padding-right: 0px; margin-left: 12px;}
#page .home-content-wrapper .vc_separator {margin-bottom: 30px;}
/* Custom Post type CTA */
#cta-container{ margin-bottom:25px;margin-top:22px;float: left; width: 100%;}
#custom-cta {display: block;width: 100%;float: left; padding-bottom: 25px;}
#custom-cta .cta-item{ background:none;float: left;width: 25%;padding-left: 7px;padding-right: 0px; }
#custom-cta .cta {position: relative;overflow: hidden;height: 100%;min-height: 400px;margin-right: 10px;}
#custom-cta .cta::after {content:'';background-color:rgba(0,0,0,0.4);position: absolute;left:0;top:0;width: 100%;height: 100%;display:block;opacity:0;z-index: 2;transition: opacity 0.3s ease-in-out;}
#custom-cta .cta:hover::after {display: block;opacity:1;}
#custom-cta .cta img{
	display: block;
	height: auto;
	margin-bottom: 0px;
	width: 100%;
	transition: transform 0.3s ease-in-out;
}
#custom-cta .cta .cta-bg {min-height: 400px;background-repeat: no-repeat;background-size: cover;transition: transform 0.3s ease-in-out; background-position: 50% 50% !important;}
#custom-cta .cta:hover .cta-bg {transform: scale(1.1);}
#custom-cta .cta-title {
	position: absolute;top:0;left:0;width: 100%;height: 100%;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding-left: 20px;padding-right: 20px;font-weight: 200;
	color:#ffffff;font-size: 26px;letter-spacing: 5px;text-transform: uppercase;text-align: center;line-height: 40px;z-index: 9;
}
#custom-cta .cta-summary{ padding: 10px; }
#cta-container .prev-arrow {position: absolute;left:0;bottom:0;display: none;}
#cta-container .next-arrow {position: absolute;right:0;bottom:0;display: none;}

/* FEATURED YACHT SECTION */
#page .featured-yacht-wrapper .vc_column-inner {padding-top:25px;}
#page .featured-yacht-wrapper .vc_separator {margin-bottom: 25px;}
#page .featured-yacht-wrapper .featured-yacht-heading {text-transform: uppercase;color:#10c6ae;font-size: 24px;line-height:1em;letter-spacing: 3px;font-weight: 200;position: relative;z-index: 5;margin-bottom: 20px;}
#page .featured-yacht-wrapper .featured-yacht-heading a {display: inline-block;margin-left: 40px;font-size: 12px;font-weight:300;letter-spacing:1px;color:#10c6ae;}
#page .featured-yacht-wrapper .featured-yacht-heading a:hover {color:#0eac97;}

#page .featured-yacht-wrapper .vc_tta-container {margin-bottom: 0;}
#page .featured-yacht-wrapper .featured-yacht-tabs .vc_tta-tabs-container {margin-bottom: 0;}
#page .featured-yacht-wrapper .featured-yacht-tabs .vc_tta-tabs-container ul {}
#page .featured-yacht-wrapper .featured-yacht-tabs .vc_tta-tabs-container ul li {margin-top:0;margin-bottom: 0;}
#page .featured-yacht-wrapper .featured-yacht-tabs .vc_tta-tabs-container ul li a {color:#989898;background: none;border-bottom: 1px solid #ffffff;text-transform: uppercase;font-size: 12px;letter-spacing: 1px;padding-left: 0;padding-right: 0;}
#page .featured-yacht-wrapper .featured-yacht-tabs .vc_tta-tabs-container ul li.vc_active a {color:#10c6ae;border-bottom-color: #10c6ae;}
#page .featured-yacht-wrapper .featured-yacht-tabs .vc_grid-container {margin-bottom: 0;}
#page .featured-yacht-wrapper .vc_grid-container {margin-bottom: 30px;}

#page .featured-yacht-wrapper .yacht-item-title {color:#ffffff; text-transform: uppercase;letter-spacing:2px;font-size: 26px;line-height: 1.2em;margin-bottom: 20px;}
#page .featured-yacht-wrapper .yacht-item-border {width: 15%;}
#page .featured-yacht-wrapper .yacht-item-title-small-wrap {padding-bottom: 0;}
#page .featured-yacht-wrapper .yacht-item-title-small {color:#10c6ae;font-size: 14px;text-transform: uppercase;margin-bottom: 0;letter-spacing: 1px;margin-top: 10px;}

#page .featured-yacht-wrapper .yacht-item-sizem {color:#989898;line-height: 1em;letter-spacing: 3px;}
#page .featured-yacht-wrapper .yacht-item-sizem::after {content:'m';}
#page .featured-yacht-wrapper .yacht-item-col-left, #page .featured-yacht-wrapper .yacht-item-col-right {padding-bottom: 5px;padding-top: 5px;padding-left: 5px;}
#page .featured-yacht-wrapper .yacht-item-sizeft {color:#989898;line-height: 1em;border-left:1px solid #989898;padding-left: 15px;letter-spacing: 1px;}
#page .featured-yacht-wrapper .yacht-item-sizeft::after {content:'ft';}

#page .featured-yacht-wrapper .featured-yacht-left {}
#page .featured-yacht-wrapper .featured-yacht-left .vc_column-inner {padding-top: 0;}
#page .featured-yacht-wrapper .featured-yacht-right {text-align: right;}
#page .featured-yacht-wrapper .featured-yacht-right .vc_column-inner {padding-top: 0;}
#page .featured-yacht-wrapper .featured-yacht-right .featured-yacht-button {margin-left: 20px;margin-bottom: 10px;}
#page .featured-yacht-wrapper .featured-yacht-right .featured-yacht-button a {border-top: none;border-left: none;border-right:none;text-transform: uppercase;
	color:#989898 !important;background: none;border-bottom: 1px solid #ffffff;text-transform: uppercase;font-size: 12px;letter-spacing: 1px;padding-left: 0;padding-right: 0;
	padding-top: 6px;padding-bottom: 6px;
}
#page .featured-yacht-wrapper .featured-yacht-right .featured-yacht-button a:hover {
	color:#10c6ae !important;border-bottom-color: #10c6ae !important;
}
#page .featured-yacht-wrapper .vc_grid-item {padding-bottom: 25px;}
#page .featured-yacht-wrapper .yacht-grid-home-wrap .yacht-item-sizem {color:#ffffff;float: left;padding-left: 0%;padding-right: 15px;width: 50%;}
#page .featured-yacht-wrapper .yacht-grid-home-wrap .yacht-item-sizeft {color:#ffffff;float: right;padding-right: 0%;width: 50%;border-color: #ffffff;}
#page .featured-yacht-wrapper .yacht-grid-home-wrap .vc_separator {margin-bottom: 20px;}

/* QUOTE SECTION */
#page .quote-wrapper .vc_column-inner {padding-top: 120px;padding-bottom: 100px;letter-spacing: 1px;}
#page .quote-wrapper .quote-title {margin-top: 20px;letter-spacing: 2px;}


/* INSPIRATION SECTION */
#page .inspiration-yacht-wrapper .inspiration-yacht-separator {margin-bottom: 25px;}
#page .inspiration-yacht-wrapper .inspiration-yacht-heading {text-transform: uppercase;color:#10c6ae;font-size: 24px;line-height:1em;letter-spacing: 3px;font-weight: 200;margin-bottom: 20px;}
#page .inspiration-yacht-wrapper .inspiration-yacht-heading a {display: inline-block;margin-left: 40px;font-size: 12px;font-weight:300;letter-spacing:1px;color:#10c6ae;}
#page .inspiration-yacht-wrapper .inspiration-yacht-heading a:hover {color:#0eac97;}
#page .inspiration-yacht-wrapper .grid-5-cols .vc_col-sm-3 {width: 20%;}
#page .inspiration-yacht-wrapper .inspiration-title-wrapper {letter-spacing: 2px;margin-bottom: 7px;text-transform: uppercase;font-size: 30px;line-height: 36px;color:#ffffff;}
#page .inspiration-yacht-wrapper .inspiration-title-wrapper h4 {font-size: 30px;line-height: 36px;letter-spacing: 2px;margin-bottom: 10px;}

#page .inspiration-list-item {display: inline-block;vertical-align: top;padding-right: 0px;padding-bottom: 25px;padding-left: 0px;}
#page .inspiration-list-item .inspiration-list-wrapper {}
#page .inspiration-list-item .inspiration-list-wrapper .inspiration-list-top {min-height: 400px;position: relative;overflow: hidden;}
#page .inspiration-list-item .inspiration-list-wrapper .inspiration-list-bg {min-height: 400px;background-repeat: no-repeat !important;background-size: cover !important;transition: transform 0.3s ease-in-out;background-position: center center; background-position: 50% 50% !important;}
#page .inspiration-list-item .inspiration-list-wrapper .inspiration-list-title {background:none;position: absolute;top:0;left:0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;text-align: center;
	color:#ffffff;text-transform: uppercase;font-size: 20px;letter-spacing: 3px;line-height: 1.2em;opacity: 1;transition: background 0.3s ease-in-out;
}
#page .inspiration-list-item .inspiration-list-wrapper .inspiration-list-title-wrap {display: block;width: 100%;}
#page .inspiration-list-item .inspiration-list-wrapper .inspiration-title-separator {border-bottom: 1px solid #ffffff;width: 50%;margin:20px auto 20px;display: block;position: relative;}
#page .inspiration-list-item .inspiration-list-wrapper .inspiration-list-title .inspiration-list-info {color:#ffffff;font-size:12px;text-align:center;line-height: 1em;letter-spacing: 3px;display: block;}
#page .inspiration-list-item .inner-wrap {display: inline-block;margin-bottom: 0px; padding:0 20px;}
#page .inspiration-list-item .inspiration-location {color:#10c6ae;font-size:20px;text-align:center;line-height: 1em;letter-spacing: 3px;display: block;opacity: 1;}
#page .inspiration-list-item .inspiration-separator {border-bottom: 1px solid #ffffff;width: 20%;margin:20px auto 20px;display: block;position: relative;}

#page .inspiration-list-item:hover .inspiration-list-bg {transform: scale(1.05);background-color:rgba(0,0,0,0.3);}
#page .inspiration-list-item:hover .inspiration-list-title {background-color:rgba(0,0,0,0.6);}

.page-template-inspiration #content .vc_grid .vc_grid-btn-load_more a {
    padding: 12px 0px;
		margin: 10px 0;
}

/* VIDEO SECTION */
#page .video-wrapper {}
#page .video-wrapper .vc_column-inner {padding-bottom: 0px;}
#page .video-wrapper .vc_column-inner .vc_grid-container {margin-bottom: 25px;}
#page .video-wrapper .inspiration-yacht-heading {text-transform: uppercase;color:#10c6ae;font-size: 24px;line-height:1em;letter-spacing: 3px;font-weight: 200;margin-bottom: 20px;}
#page .video-wrapper .inspiration-yacht-heading a {display: inline-block;margin-left: 40px;font-size: 12px;font-weight:300;letter-spacing:1px;color:#10c6ae;}
#page .video-wrapper .inspiration-yacht-heading a:hover {color:#0eac97;}
#page .video-wrapper .video-item-title-small {color:#10c6ae;font-size: 14px;text-transform: uppercase;margin-bottom: 0;letter-spacing: 1px;margin-top: 10px;}
#page .video-wrapper .video-item-title-small.video-item-title-white {color:#ffffff;font-size: 16px;}
#page .video-wrapper .video-url-item {display: none;}
#page .video-wrapper .inspiration-yacht-separator {margin-bottom: 25px;}
#page .video-wrapper .vc_grid-item {padding-bottom: 10px;}

#page .video-wrapper .video-list-item {display: inline-block;vertical-align: top;padding-right: 0px;padding-bottom: 25px;padding-left: 0px;}
#page .video-wrapper .video-list-item .video-list-wrapper {}
#page .video-wrapper .video-list-item .video-list-wrapper .video-list-top {min-height: 300px;position: relative;overflow: hidden;}
#page .video-wrapper .video-list-item .video-list-wrapper .video-list-bg {min-height: 300px;background-repeat: no-repeat;background-size: cover;transition: transform 0.3s ease-in-out;background-position: center center;}
#page .video-wrapper .video-list-item .video-list-wrapper .video-list-title {background:rgba(0,0,0,0);position: absolute;top:0;left:0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;text-align: center;
	color:#ffffff;text-transform: uppercase;font-size: 26px;letter-spacing: 2px;line-height: 1.2em;opacity: 1;transition: background 0.3s ease-in-out;
}
#page .video-wrapper .video-list-item:hover .video-list-wrapper .video-list-title {background:rgba(0,0,0,0.4);position: absolute;top:0;left:0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;text-align: center;
	color:#ffffff;text-transform: uppercase;font-size: 26px;letter-spacing: 2px;line-height: 1.2em;opacity: 1;transition: background 0.3s ease-in-out;
}
#page .video-wrapper .video-list-item .video-list-wrapper .video-list-title-wrap {display: block;width: 100%; padding:20px;}
#page .video-wrapper .video-list-item .video-list-wrapper .video-title-separator {border-bottom: 1px solid #ffffff;width: 50%;margin:20px auto 20px;display: block;position: relative;}
#page .video-wrapper .video-list-item .video-list-wrapper .video-list-title .video-list-info {color:#10c6ae;font-size:20px;text-align:center;line-height: 1em;letter-spacing: 3px;display: block;opacity: 1;}
#page .video-wrapper .video-list-item .video-list-wrapper .video-list-title .video-list-info .video-yacht-name {display: block;font-size: 20px;color:#ffffff; line-height: 28px;}
#page .video-wrapper .video-list-item .video-list-wrapper .video-list-title .video-list-info .video-yacht-separator {border-bottom: 1px solid #ffffff;width: 20%;margin:20px auto 20px;display: block;position: relative;}

#page .video-wrapper .video-list-item .inner-wrap {display: inline-block;margin-bottom: 20px;}
#page .video-wrapper .video-list-item .inner-wrap img {width: auto;display: inline-block;}

#page .video-wrapper .video-list-item:hover .video-list-bg {transform: scale(1.05);}
#page .video-wrapper .video-list-item .video-list-title {background:rgba(0,0,0,0.4);}
#page .video-wrapper .video-list-item:hover .video-list-title {background:rgba(0,0,0,0.4);}
#page .video-wrapper .video-list-item:hover .video-list-title .video-list-info {opacity: 1;}

#page .blog-signup-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    background: #10C6AE;
}
#page .blog-signup-wrapper .vc_column-inner {padding-top:0;}
#page .blog-signup-wrapper .signup-heading {display: inline-block;font-weight: 200;text-transform: uppercase;letter-spacing: 5px;margin-top: 7px;}
#page .blog-signup-wrapper .signup-button {margin-left: 30px;vertical-align: top;margin-bottom: 0;}
#page .blog-signup-wrapper .signup-button a {padding-top: 12px;padding-bottom: 12px;line-height: 1.1em;text-transform: uppercase;font-size: 12px;letter-spacing:3px;min-width: 250px;}
#page .blog-signup-wrapper .signup-button a:hover {background:#eeeeee !important;}
.blog .signup-wrapper {display: none;}
.page-template-videos .signup-wrapper {display: none;}

#page .signup-wrapper {padding-top: 20px;padding-bottom: 20px;color:#ffffff;text-align: center;background:#10C6AE;}
#page .signup-wrapper .vc_column-inner {padding-top:0;}
#page .signup-wrapper .signup-heading {display: inline-block;font-weight: 200;text-transform: uppercase;letter-spacing: 5px;margin-top: 7px;}
#page .signup-wrapper .signup-button {margin-left: 30px;vertical-align: top;margin-bottom: 0;}
#page .signup-wrapper .signup-button a {padding-top: 12px;padding-bottom: 12px;line-height: 1.1em;text-transform: uppercase;font-size: 12px;letter-spacing:3px;min-width: 250px;}
#page .signup-wrapper .signup-button a:hover {background:#eeeeee !important;}

#page .vc_btn3.vc_btn3-style-custom {background-image: none;display: inline-block;padding:10px ;margin-bottom:0px;background:#10c6ae;color:#ffffff;text-transform: uppercase;letter-spacing: 2px;width: 300px;text-align: center;font-family: 'Muli',sans-serif;font-size: 12px;
	border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;
	transition:background 0.3s ease-in-out;-moz-transition:background 0.3s ease-in-out;-webkit-transition:background 0.3s ease-in-out; }

#page .vc_btn3.vc_btn3-style-custom:hover {background:#0eac97;}

/* OCEAN MOMENTS SECTION */
#page .ocean-moments-wrapper {}
#page #sb_instagram .sbi_link {background:rgba(0,0,0,0.4);}
#page #sb_instagram #sbi_load {display: none;}
#page #sb_instagram .sbi_owl-controls {}
#page #sb_instagram .sbi_owl-controls .sbi_owl-prev {left:0px;background:url(images/arrow-sprites.png) -30px top no-repeat;text-indent: -9999em;font-size: 0px;line-height: 0px;width: 30px;height: 30px;}
#page #sb_instagram .sbi_owl-controls .sbi_owl-next {right:0px;background:url(images/arrow-sprites.png) left top no-repeat;text-indent: -9999em;font-size: 0px;line-height: 0px;width: 30px;height: 30px;}
#page .ocean-moments-wrapper .ocean-moments-separator {margin-bottom: 25px;}
#page .ocean-moments-wrapper .vc_column-inner {padding-bottom: 0px;}
#page .ocean-moments-wrapper .ocean-moments-heading {text-transform: uppercase;color:#10c6ae;font-size: 24px;line-height:1em;letter-spacing: 3px;font-weight: 200;margin-bottom: 20px;}
#newsletter-signup-form {display: none;margin:0;padding:10px 10px 10px 10px;}
#newsletter-signup-form .mc4wp-form input[type="submit"] {background:#10c6ae;color:#ffffff;width: 100%;border:none;text-align: center;text-transform: uppercase;font-size: 12px;letter-spacing: 3px;
	transition:background 0.3s ease-in-out;}
#newsletter-signup-form .mc4wp-form input[type="submit"]:hover {background:#064F46;}

.site-footer{
	float: left;
	width: 100%;
	background:#f2f2f7;
	color:#989898;font-weight: 200;
	line-height: 1.5em;letter-spacing: 0.6px;
}
#page .site-footer .container {width: 1270px;}
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	padding: 22px 0 10px;
	position: relative;
	width: 100%;
}
.site-footer .footer-content .footer-widget .widget-title {text-transform: uppercase;color:#10c6ae;font-size: 16px;letter-spacing: 2px;margin-bottom: 12px;line-height: 1em;}
.site-footer .footer-content .menu li {margin-bottom: 10px;}
.site-footer .footer-content .menu li a {color:#989898;}
.site-footer .footer-content .menu li a:hover {color:#10c6ae;}
.site-footer .footer-content .menu li.current-menu-item a {color:#10c6ae;}

.site-footer .footer-content .recentpost-item {font-size: 14px;margin-bottom: 20px;}
.site-footer .footer-content .recentpost-item .recentpost-title {font-size: 14px;font-weight: 200;line-height: 1.5em;margin-bottom: 0;}
.site-footer .footer-content .recentpost-item .recentpost-title a {color:#989898;}
.site-footer .footer-content .recentpost-item .recentpost-title a:hover {color:#10c6ae;}
.site-footer .footer-content .recentpost-item .recentpost-text {color:#212121;font-size: 11px;}
.site-footer .footer-content .recentpost-item .recentpost-text p {margin-bottom: 0;}

.site-footer .footer-content .welcometext {margin-bottom: 30px;}
.site-footer .footer-content .mc4wp-form {width: 85%;}
.site-footer .footer-content .mc4wp-form input {border:1px solid #d7d7da;background:none;color:#989898;
	border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;font-size: 11px;letter-spacing: 0.6px; padding:10px;}

.site-footer .footer-content .mc4wp-form input[type="submit"] {background:#10c6ae;color:#ffffff;width: 100%;border:none;text-align: center;text-transform: uppercase;font-size: 12px;letter-spacing: 3px;
	transition:background 0.3s ease-in-out;}
.site-footer .footer-content .mc4wp-form input[type="submit"]:hover {background:#064F46;}
.site-footer .footer-content .pwd-address {}
.site-footer .footer-content .pwd-address .pwd-contact-item {color:#989898;background:#eaeaee;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;padding:10px 10px 10px 10px;margin-bottom: 15px;line-height: 1.3em;}
.site-footer .footer-content .pwd-address .pwd-contact-item .pwd-contact-title {color:#383838;font-weight: 400;}
.site-footer .footer-content .pwd-address .pwd-contact-item a {color:#989898;}
.site-footer .footer-content .pwd-address .pwd-contact-item a:hover {color:#10c6ae;}

.site-footer .footer-content .socials {}
.site-footer .footer-content .socials li a{
	background:#10c6ae;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	margin-right: 12px;
	text-align: center;
	width: 32px;
}
.site-footer .footer-content .socials li a:hover {background:#064F46;}

.site-footer .footer-info {
	clear: both;
	color: #989898;
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin: auto;
	padding: 10px 0 12px;
	position: relative;
	width: 100%;

}
.site-footer .footer-info a {color:#989898;}
.site-footer .footer-info a:hover {color:#10c6ae;}
.site-footer .footer-info .site-info{  text-align:right; float:right; line-height:20px; }
.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-copyright{ text-align:left; float:left;margin-top:18px; }

/* =Generic Layout
----------------------------------------------- */
.inner-featured {align-items: stretch;display: flex;z-index: 2;position: relative;padding-top: 104px;background:#ffffff;}
.inner-featured .inner-featured-title {text-align: center;}
.inner-featured .inner-featured-title .page-title {color:#ffffff;text-transform: uppercase;letter-spacing: 3px;font-weight: 200;font-size: 32px;margin-bottom: 10px;}
.inner-featured .inner-featured-bg {position: relative;background-size: cover;background-repeat: no-repeat;background-position:center center !important;display: block;padding-top: 150px;padding-bottom: 150px;width: 100%;margin-bottom: 0px;}

#content {position: relative;padding-top: 30px;padding-bottom: 0px;font-size: 12px;}
#content.front-content {padding-top: 0;padding-bottom: 0;}
#content .page-heading {letter-spacing: 5px;padding-left: 100px;}
#content .page-subheading {letter-spacing: 2px;padding-left: 100px;margin-top: 20px;}
#content .inner-separator {margin-top:20px;margin-bottom: 25px;}
#content .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_column-gap-20.vc_row-o-equal-height.vc_row-flex {margin-left: -10px;margin-right: -10px;}

#content .charter-item {overflow: hidden;position: relative;}
#content .charter-item .vc_column-inner {padding:0px; transition: all 0.3s ease-in-out;position: relative;overflow: hidden;}
#content .charter-item .vc_column-inner::after {content:'';background-color:rgba(0,0,0,0.3);position: absolute;left:0;top:0;width: 100%;height: 100%;display:block;opacity:0;z-index: 2;transition: opacity 0.3s ease-in-out;}
#content .charter-item .vc_column-inner:hover::after {display: block;opacity:1;}
#content .charter-item .vc_column-inner:hover {}
#content .charter-item .charter-heading {letter-spacing: 5px;margin-bottom: 15px;text-transform: uppercase;z-index: 3;position: relative;width: 100%;height: 280px;
top: 0;}
#content .charter-item .charter-heading a {padding-top: 100px;padding-bottom: 80px;width: 100%;position: relative;left: 0;width: 100%;position: absolute;height: 300px; cursor: pointer;}
#content .charter-item .charter-find-out {letter-spacing: 4px;font-weight: 200;text-transform: uppercase;z-index: 3;position: absolute;  width: 100%;top: 65%;}
#content .charter-item .charter-img-wrap {position: absolute;left:0;top:0;width: 100%;height: 100%;z-index: -1;transition: transform 0.3s ease-in-out;-moz-transition: transform 0.3s ease-in-out;-webkit-transition: transform 0.3s ease-in-out;}
#content .charter-item .vc_column-inner:hover .charter-img-wrap {transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);}

#content .charter-list {margin-bottom: 25px;}
#content .single-back-button-wrapper {margin-top: 20px;margin-bottom: 0px;}
#content .oa_gobackbutton {border:2px solid #7dd1c9;color:#616164;padding:6px 15px 6px 15px;letter-spacing: 0.5px;display: inline-block;
	border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;
	transition:background 0.3s ease-in-out;-moz-transition:background 0.3s ease-in-out;-webkit-transition:background 0.3s ease-in-out;}
#content .oa_gobackbutton:hover {background:#7dd1c9;color:#ffffff;}

#content .facet-template-wrapper {margin-bottom: 0px;}
#content .facet-template-btn {margin-bottom: 20px;}

#content .full-width-img .vc_figure{width: 100%;}
#content .full-width-img.wpb_single_image .vc_single_image-wrapper{width: 100%;}
#content .full-width-img.wpb_single_image .vc_single_image-wrapper img {width: 100%;}
#page .enquire-button a {margin-top:0px;padding-top: 12px;padding-bottom: 12px;line-height: 1.1em;text-transform: uppercase;font-size: 12px;letter-spacing:3px;min-width: 250px;}
#page .enquire-button a:hover {background:#0eac97 !important;}

/* =INSPIRATION PAGE
----------------------------------------------- */
#content .inner-page-heading {letter-spacing: 3px;margin-bottom: 20px;text-transform: uppercase;}
#content .inner-page-subheading {letter-spacing: 3px;margin-bottom: 30px;text-transform: uppercase;}
#content .inspiration-text-wrapper {margin-bottom: 30px;}
#content .inspiration-title-wrapper {letter-spacing: 3px;margin-bottom: 7px;text-transform: uppercase;font-size: 38px;line-height: 42px;color:#ffffff;}
#content .inspiration-title-wrapper h4 {font-size: 38px;line-height: 42px;letter-spacing: 3px;}
#content .inspiration-page-grid .inspiration-separator {display: block;position: relative;margin-bottom: 20px; margin-top: 15px !important;}
#content .inspiration-page-grid .inspiration-location {color:#10c6ae;font-size:30px;text-align:center;line-height: 1em;letter-spacing: 3px;display: block;opacity: 1;text-transform: uppercase;}
#content .inspiration-button {letter-spacing: 4px;font-weight: 200;text-transform: uppercase;margin-bottom: 0;}
#content .inspiration-button a {border:none;font-size: 14px;line-height: 20px;padding:0;}

#content .vc_grid .vc_pageable-load-more-btn {margin-top: 0px;margin-bottom: 0px;}
#content .vc_grid .vc_grid-btn-load_more {}
#content .vc_grid .vc_grid-btn-load_more a {background:#10c6ae;min-width: 250px;padding:12px 20px 12px 20px;font-size: 12px;font-weight: 200;line-height: 1.1em;letter-spacing: 3px;text-transform: uppercase;margin-top: 60px;margin-bottom: 60px;}

/* =Search Results
----------------------------------------------- */
#page .inner-filter-wrapper {background:#10C6AE;padding-top: 30px;padding-bottom: 30px;}
#page .search-list-wrapper {margin-right: -20px;}
#page .yacht-list-item {display: inline-block;vertical-align: top;padding-right: 20px;padding-bottom: 20px;}
#page .yacht-list-item .yacht-list-wrapper {}
#page .yacht-list-item .yacht-list-wrapper .yacht-list-top {min-height: 415px;position: relative;overflow: hidden;}
#page .yacht-list-item .yacht-list-wrapper .yacht-list-bg {min-height: 415px;background-repeat: no-repeat;background-size: cover;transition: transform 0.3s ease-in-out;background-position: center center;}
#page .yacht-list-item .yacht-list-wrapper .yacht-list-title {background:rgba(0,0,0,0);position: absolute;top:0;left:0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;text-align: center;
	color:#ffffff;text-transform: uppercase;font-size: 26px;letter-spacing: 2px;line-height: 1.2em;opacity: 0;transition: opacity 0.3s ease-in-out;
}
#page .yacht-list-item:hover .yacht-list-wrapper .yacht-list-title {background:rgba(0,0,0,0.4);position: absolute;top:0;left:0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;text-align: center;
	color:#ffffff;text-transform: uppercase;font-size: 26px;letter-spacing: 2px;line-height: 1.2em;opacity: 1;transition: opacity 0.3s ease-in-out;
}
#page .yacht-list-item .yacht-list-wrapper .yacht-list-title-wrap {display: block;width: 100%;}
#page .yacht-list-item .yacht-list-wrapper .yacht-title-separator {border-bottom: 1px solid #ffffff;width: 50%;margin:20px auto 20px;display: block;position: relative;}
#page .yacht-list-item .yacht-list-wrapper .yacht-list-title .yacht-list-info {color:#dedede;font-size:16px;text-align:center;line-height: 1em;letter-spacing: 3px;display: block;}
#page .yacht-list-item .inner-wrap {display: inline-block;}

#page .yacht-list-item:hover .yacht-list-bg {transform: scale(1.05);}
#page .yacht-list-item:hover .yacht-list-title {opacity: 1;}
#page .yacht-list-item .yacht-list-wrapper .yacht-list-bot {padding-top: 15px;text-align: center;}
#page .yacht-list-item .yacht-list-wrapper .yacht-list-bot .yacht-list-title-small {color:#10c6ae;font-size: 14px;text-transform: uppercase;margin-bottom: 0;letter-spacing: 1px;margin-top: 0px;}
#page .yacht-list-item .yacht-list-wrapper .yacht-list-bot .yacht-list-info {color:#989898;line-height: 1em;letter-spacing: 3px;}

#page .enquire-list-button a {margin-top:0px;padding-top: 12px;padding-bottom: 12px;line-height: 1.1em;text-transform: uppercase;font-size: 12px;letter-spacing:3px;min-width: 250px;}
#page .enquire-list-button a:hover {background:#0eac97 !important;}

#page .yacht-list-item.yacht-list-home-item {padding-left: 0px;padding-right: 0px;padding-bottom: 25px;}
#page .yacht-list-item.yacht-list-home-item .yacht-list-wrapper .yacht-list-top {min-height: 300px;}
#page .yacht-list-item.yacht-list-home-item .yacht-list-wrapper .yacht-list-bg {min-height: 300px;background-position: 50% 50% !important;}
#page .yacht-list-item.yacht-list-home-item .yacht-list-wrapper .yacht-list-title .yacht-list-info {font-size: 12px;}
#page .owl-carousel .owl-nav .owl-prev, #page .owl-carousel .owl-nav .owl-next {position: absolute;top:50%;width: 30px;height: 30px;text-indent: -9999em;line-height: 0px;font-size: 0px;margin-top: -25px;}
#page .owl-carousel .owl-nav .owl-prev {left:-30px;background:url(images/arrow-sprites.png) -30px top no-repeat;}
#page .owl-carousel .owl-nav .owl-next {right:-30px;background:url(images/arrow-sprites.png) left top no-repeat;}
#page .owl-carousel .owl-nav .owl-prev.disabled, #page .owl-carousel .owl-nav .owl-next.disabled {display: none;}
.search.search-results .entry-summary {display: none;}

/* =SINGLE YACHT PAGE
----------------------------------------------- */
#page .single-content {margin-bottom: 35px;}
#page .inner-featured .hesperiden.tp-thumbs {background:#ffffff !important;display: none;}
#page .inner-featured .hesperiden .tp-thumb .tp-thumb-title {display: none;}
#page .single-yacht-left {}
#page .page-header {margin-bottom: 0px;padding-bottom: 0px;float:left;width: 100%;clear: both;}
#page .page-header .entry-title {color:#10c6ae;text-transform: uppercase;letter-spacing: 5px;}
#page .single-yacht-topinfo {border-bottom: 5px solid #f4f4f4;margin-bottom: 25px;padding-bottom: 15px;display: flex;flex-wrap: wrap;width: 100%;}
#page .single-yacht-topinfo .single-yacht-topitem {text-align: center;width: 25%;}
#page .single-yacht-topinfo .single-yacht-topitem .single-yacht-toplabel {text-transform: uppercase;font-weight: 200;font-size: 12px;letter-spacing: 1px;}
#page .single-yacht-topinfo .single-yacht-topitem .single-yacht-toptext {font-size: 24px;line-height: 1.1em;display: block;color:#10c6ae;letter-spacing: 1px;}
#page .single-yacht-subheading {color:#303030;font-size: 20px;line-height: 1em;font-weight: 400;margin-bottom: 20px;}
#page .single-yacht-imagewrap {margin-bottom: 20px;}

#page .single-yacht-rates table td {border-bottom: 1px solid #d6d6d6;padding-top: 10px;padding-bottom: 10px;}

#page .yacht-tabs-wrapper {}
#page .yacht-tabs-wrapper .yacht-tabs-nav {}
#page .yacht-tabs-wrapper .yacht-tabs-nav ul {list-style: none;padding:0;margin:0;}
#page .yacht-tabs-wrapper .yacht-tabs-nav ul li {list-style: none;padding:0;margin:0;display: inline-block;margin-right: 30px;}
#page .yacht-tabs-wrapper .yacht-tabs-nav ul li a {padding-top: 15px;padding-bottom: 15px;border-bottom: 1px solid #ffffff;display: inline-block;color:#989898;text-transform: uppercase;letter-spacing: 1px;font-size: 0.95em;}
#page .yacht-tabs-wrapper .yacht-tabs-nav ul li.ui-state-active a {color:#10c6ae;border-bottom-color: #10c6ae;}
#page .yacht-tabs-wrapper .yacht-tabs-content {border:2px solid #eeeeee; padding:20px;background:#f4f4f4;font-size: 0.95em;}

#page .single-yacht-right {padding-left: 50px;}
#page .single-yacht-right .single-yacht-specs {margin-bottom: 15px;}
#page .single-yacht-right .single-yacht-specs > div {background:#f4f4f4;display: flex;flex-wrap: wrap;margin-bottom:2px;font-size: 1em;align-items: center;justify-content: center;}
#page .single-yacht-right .listing-info-label {padding-top: 8px;padding-bottom: 8px;text-transform: uppercase;letter-spacing: 1px;font-size: 12px; }
#page .single-yacht-right .listing-info-text {color:#10c6ae;padding-top: 8px;padding-bottom: 8px;}
#page .yacht-button {display: inline-block;padding:10px 20px 10px 20px;margin-bottom:0px;background:#10c6ae;color:#ffffff;text-transform: uppercase;letter-spacing: 2px;width: 100%;text-align: center;font-family: 'Muli',sans-serif;font-size: 12px;
	border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;
	transition:background 0.3s ease-in-out;-moz-transition:background 0.3s ease-in-out;-webkit-transition:background 0.3s ease-in-out;}
#page .yacht-button:hover {background:#0eac97;}
#page .yacht-button .fa {margin-right: 10px;}

#page .single-content .pwd-address {}
#page .single-content .pwd-address .pwd-contact-item {color:#989898;background:#f4f4f4;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;padding:10px 10px 10px 10px;margin-bottom: 15px;margin-top:15px;line-height: 1.3em;}
#page .single-content .pwd-address .pwd-contact-item .pwd-contact-title {color:#383838;font-weight: 400;}
#page .single-content .pwd-address .pwd-contact-item a {color:#989898;}
#page .single-content .pwd-address .pwd-contact-item a:hover {color:#10c6ae;}

#page .yacht-button.single {display: inline-block;padding:10px ;margin-bottom:0px;background:#10c6ae;color:#ffffff;text-transform: uppercase;letter-spacing: 2px;width: 300px;text-align: center;font-family: 'Muli',sans-serif;font-size: 12px;
	border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;
	transition:background 0.3s ease-in-out;-moz-transition:background 0.3s ease-in-out;-webkit-transition:background 0.3s ease-in-out; margin-right: 20px;}

#page .yacht-button.single:hover {background:#0eac97;}

/* =CONTACT PAGE
----------------------------------------------- */
#page .contact-col-left {padding-right: 50px;border-right: 1px solid #eeeeee;padding-bottom: 50px;}
#page .contact-heading.vc_separator h4 {font-size: 22px;}
#page .contact-col-right {padding-left: 30px;}
#page .gform_wrapper h3.gform_title {font-weight: 300;text-transform: uppercase;letter-spacing: 2px;color:#10c6ae;}
#page .gform_wrapper .dropdown-menu li {margin-top: 0;margin-bottom: 0;}
#page .gform_wrapper .bootstrap-select > .btn {background:#f5f5f7;border:1px solid #d6d6d6;color:#989898;text-transform: none;letter-spacing: 1px;font-weight: 300;}
#page .gform_wrapper .bootstrap-select > .btn span {margin-bottom: 0;}

/* =MEDIA PAGE
----------------------------------------------- */
#main .contentcontainer {display: flex;flex-wrap: wrap;margin-left: -10px;margin-right: -10px;}
#main .contentcontainer .content-list-item {padding-left: 10px;padding-right: 10px;border:none;margin-bottom: 20px;padding-bottom: 0;}
#main .contentcontainer .content-list-item .content-list-item-wrapper {border:1px solid #d6d6d6;background:#ffffff;height: 100%;padding-bottom: 30px;position: relative; min-height: 520px;}
#main .contentcontainer .content-list-item .content-list-item-thumb {height: 250px;overflow: hidden;position: relative;}
#main .contentcontainer .content-list-item .content-list-item-thumb .content-thumb-link {width: 100%;height: 100%;background-size: cover;display: block;background-position: center center; transition: 0.3s ease;
  -o-transition: 0.3s ease;-ms-transition: 0.3s ease;-moz-transition: 0.3s ease;-webkit-transition: 0.3s ease;}
#main .contentcontainer .content-list-item .content-list-item-thumb:hover .content-thumb-link {transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05); background-color: rgba(0,0,0,0.4); background-blend-mode: color;}
#main .contentcontainer .content-list-item .content-list-item-text {padding:15px 15px 15px 15px;}
#main .yacht-button.readmore-btn {margin-bottom: 0;line-height: 1.2em;position: absolute;bottom:10px;left:10px; width: 95%;}
#main .contentcontainer .content-list-item .content-list-item-text .entry-title a {color:#989898;}
#main .contentcontainer .content-list-item .content-list-item-text .entry-title a .custom-content-title {color:#10c6ae;}
#main .contentcontainer .content-list-item .content-list-item-text .entry-title a:hover {color:#656565;}

/* =VIDEO PAGE
----------------------------------------------- */
#page .video-wrapper #video-page-container .custom-video {margin-left: -10px;margin-right: -10px;}
#page .video-wrapper #video-page-container .video-list-item {padding-left: 10px;padding-right:10px;}

/* =SINGLE VIDEO PAGE
----------------------------------------------- */
#page .single-video-wrapper {}
#page .video-entry-content {display:block;flex-wrap: wrap;justify-content: center;align-items: center;width: 100%; float: left; margin-bottom: 10px;}
#page .single-video-wrapper .single-video-thumb {min-height: 400px;position: relative;overflow: hidden;}
#page .single-video-wrapper .single-video-thumb .video-item-bg {min-height: 400px;background-repeat: no-repeat;background-size: cover;transition: transform 0.3s ease-in-out;background-position: center center;}
#page .single-video-wrapper .single-video-thumb .single-video-pop {background:none;position: absolute;top:0;left:0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;text-align: center;
	color:#ffffff;text-transform: uppercase;font-size: 26px;letter-spacing: 2px;line-height: 1.2em;opacity: 1;transition: background 0.3s ease-in-out;
}
#page .single-video-wrapper .single-video-thumb .video-item-title-wrap {display: block;width: 100%;}
#page .single-video-wrapper .single-video-thumb .video-title-separator {border-bottom: 1px solid #ffffff;width: 50%;margin:20px auto 20px;display: block;position: relative;}
#page .single-video-wrapper .single-video-thumb .video-item-info {color:#10c6ae;font-size:12px;text-align:center;line-height: 1em;letter-spacing: 3px;display: block;opacity: 1;}
#page .single-video-wrapper .single-video-thumb .video-item-info .video-yacht-name {display: block;font-size: 20px;color:#ffffff;}
#page .single-video-wrapper .single-video-thumb .video-item-info .video-yacht-separator {border-bottom: 1px solid #ffffff;width: 20%;margin:20px auto 20px;display: block;position: relative;}

#page .single-video-wrapper .single-video-thumb .inner-wrap {display: inline-block;margin-bottom: 20px;}
#page .single-video-wrapper .single-video-thumb .inner-wrap img {width: auto;display: inline-block;}

#page .single-video-wrapper .single-video-thumb:hover .video-item-bg {transform: scale(1.05);}
#page .single-video-wrapper .single-video-thumb:hover .single-video-pop {background:rgba(0,0,0,0.4);}
#page .single-video-wrapper .single-video-thumb:hover .video-item-info {opacity: 1;}


/* =SINGLE MEDIA PAGE
----------------------------------------------- */
#page .page-header .entry-meta {font-size: 12px;line-height: 1.4em;}
#page .page-header .entry-meta .posted-on {margin-left: 10px;margin-right: 10px;}
#page .page-header .entry-meta p#breadcrumbs {float:right;max-width: 70%;text-align: right;}

.single #page #content article.type-post.post {max-width: 900px;margin-left: auto;margin-right: auto;font-size: 16px;line-height: 25px;}
.single #page #content article.type-post.post .vc-single-content {max-width: 650px;margin-left: auto;margin-right: auto;}
.single #page #content article.type-post.post .entry-content p {margin-bottom: 20px;}
.single #page #content article.type-post.post .entry-content h2 {text-transform: none;letter-spacing: 1px;}
.single #page #content article.type-post.post .entry-content h3 {margin-bottom: 20px;}
.single #page #content article.type-post.post .wpb_single_image .vc_figure-caption {font-size: 1em;}

#page .related-post-wrapper {background:#f4f4f4;padding-top: 30px;padding-bottom: 10px;}
#page .related-post-wrapper .related-title {text-align: center;text-transform: uppercase;}
#page #content .gallery {margin-bottom: 20px;}


/* =Custom Page template
----------------------------------------------- */
.not-found {
    margin-bottom: 120px;
    margin-top: 50px;
    padding-top: 60px;
    text-align: center;
}
.not-found strong {
	color: #022a3b;
	display: block;
	font-size: 222px;
	font-weight: normal;
	margin-bottom: 100px;
	text-align: center;
}
.not-found  #searchform{ margin-bottom: 50px;}
.not-found hr {
    margin: 20px auto;
    width: 365px;
}


/* =Layout: Content-Sidebar
----------------------------------------------- */
#sidebar { margin: 0px 0 20px; }
#sidebar .widget{  }


/* =Menu
----------------------------------------------- */

.navbar{ margin: 0; }
.navbar-default{ border:none; }

.site-header .navbar-default {
	background:none;
	border:none;
}
.navbar-brand {
	color: #777777;
}
.navbar-brand:hover,
.navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-text {
	color: #777777;
}
.site-header .navbar-default .navbar-nav > li > a {
	 line-height: 1.1em; padding: 50px 20px;color:#616164;text-transform: uppercase;font-weight: 300;letter-spacing: 2px;font-size: 12px;
}
.site-header .navbar-default .navbar-nav > li > a:hover,
.site-header .navbar-default .navbar-nav > li > a:focus {
	color: #60bbb3;
	background:none;
}
.site-header .navbar-default .navbar-nav > .active > a,
.site-header .navbar-default .navbar-nav > .active > a:hover,
.site-header .navbar-default .navbar-nav > .active > a:focus {
	color: #60bbb3;
	background:none;
}
.site-header .navbar-default .navbar-nav > .disabled > a,
.site-header .navbar-default .navbar-nav > .disabled > a:hover,
.site-header .navbar-default .navbar-nav > .disabled > a:focus {
	color: #eee;
	background-color: transparent;
}
.site-header .navbar-default .navbar-nav > li > a .caret {display: none;}
.navbar-toggle {
	border-color: #dddddd;
	margin-top: 3px;
}
.site-header .navbar-default .navbar-toggle {padding-left: 5px;padding-right: 5px;border:none;}
.site-header .navbar-default .navbar-toggle.active {padding-left: 8px;padding-right: 0px;}
.site-header .navbar-default .navbar-toggle.active .icon-bar {margin-left: 2px;}
.navbar-toggle:hover,
.navbar-toggle:focus {
	background-color: #dddddd;
}
.site-header .navbar-default .navbar-toggle .icon-bar {
	background-color: #25c5ad;
	transition: all 0.2s ease-in-out;
	height: 4px;width: 30px;
}
.navbar-toggle .icon-bar.top-bar{transform: rotate(0);}
.navbar-toggle .icon-bar.middle-bar{opacity:1;}
.navbar-toggle .icon-bar.bottom-bar{transform: rotate(0);}
.navbar-toggle.active .top-bar {
transform: rotate(45deg);
transform-origin: 10% 10%;
}
.navbar-toggle.active .middle-bar {
opacity: 0;
}
.navbar-toggle.active .bottom-bar {
transform: rotate(-45deg);
transform-origin: 10% 90%;
}
.navbar-collapse,
.navbar-form {
	border-color: #e7e7e7;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}

.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	border-bottom: #333333 solid 1px;
}


.nav-user{}
.nav-user .btn{
	border: medium none;
	border-radius: 0;
}

.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 12px;
	left: 0;
	list-style: none outside none;
	margin: 0px 0 0;
	min-width: 180px;
	padding: 0px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
.site-header .navbar-default .navbar-nav .dropdown-menu li a {padding:8px 20px;letter-spacing: 1px;text-transform: uppercase;font-size: 12px;}
.site-header .navbar-default .navbar-nav .dropdown-menu li.active a {background:#10c6ae;color:#ffffff;}

#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
#footer-menu li{ float:left; }
#footer-menu li a{ display:block; float:left; padding:3px 10px; }
#footer-menu li:first-child a{ padding-left:0; }
#footer-menu li:hover > a {}
#footer-menu li.current_page_item a,
#footer-menu li.current-menu-item a { }

.socials{ list-style:none; }
.socials li{ float:left; }
.site-header .widget-socials {margin-top:40px;margin-bottom: 0;}
.site-header .widget-socials .socials li a{
	background:#10c6ae;
	border-radius: 50%;
	color: #070c0f;
	display: block;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	margin-right: 6px;
	text-align: center;
	width: 23px;
	transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;
}
.site-header .widget-socials .socials li a:hover {background:#064F46;}

.socials li.facebook a{;}
.socials li.twitter a{ }
.site-header .nav-user {margin-left: 0px;margin-top: 40px;}
.site-header .navbar-default .navbar-nav.nav-user li a {padding-top:10px;padding-bottom: 10px;color:#ffffff;}
.site-header .nav-user .site-phone a {background:#10c6ae;color:#ffffff;
	transition: background 0.3s ease-in-out;-moz-transition: background 0.3s ease-in-out;-webkit-transition: background 0.3s ease-in-out; border-radius: 6px 0 0 6px;-moz-border-radius: 6px 0 0 6px;-webkit-border-radius: 6px 0 0 6px; cursor: pointer;}
.site-header .navbar-default .navbar-nav.nav-user li.site-phone a:hover {background:#0eac97;color:#ffffff;}

.site-header .nav-user .login-desktop a {background: rgb(129, 129, 129) !important; color:#ffffff;
	transition: background 0.3s ease-in-out;-moz-transition: background 0.3s ease-in-out;-webkit-transition: background 0.3s ease-in-out; border-radius: 6px 0 0 6px;-moz-border-radius: 6px 0 0 6px;-webkit-border-radius: 6px 0 0 6px; cursor: pointer;
color: #10c6ae !important;
    background: transparent !important;
    padding-bottom: 8px !important;
    border: 1px solid #10c6ae !important;
    margin-right: 0px;
        min-width: 100px;
    text-align: center;
}
.site-header .navbar-default .navbar-nav.nav-user li.login-desktop a:hover {background:#0eac97;color:#ffffff;}

.site-header .nav-user .site-enquiry a, .site-header .nav-user .site-enquiry a:focus {
    background: #0eac97;
    color: #ffffff;
    transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
}
.site-header .navbar-default .navbar-nav.nav-user li.site-enquiry a:hover {background:#10c6ae;color:#ffffff;}
li.site-enquiry a:focus {background:#10c6ae !important;}

/* =Content
----------------------------------------------- */

.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border-bottom:#eee solid 1px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.search .hentry .entry-header .entry-title a{font-size: 18px;}
.single .hentry,
.page	.hentry{ border-bottom:none;padding-bottom: 0;margin-bottom: 0;  }
.entry-meta {
	clear: both;
}
.content-list-item.hentry .entry-header {border-bottom: 1px solid #d6d6d6;}
.entry-header .entry-meta {font-size: 12px;margin-top: -10px;margin-bottom: 0px;top:12px;line-height: 1em;position: relative;display: inline-block;background:#ffffff;padding-right: 10px;}
.entry-header .entry-meta .posted-on {margin-left: 10px;margin-right: 10px;}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.2em 0 0;line-height: 1.5em;
}
.entry-summary {font-size: 14px;}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{ margin-bottom:20px;margin-top: 0;border-bottom:none !important; }

.entry-attachment{}
.entry-attachment .attachment{}
.attachment .entry-meta{ clear:none; }

#image-navigation{ text-align:right; }


.hentry.service{ min-height: 200px; padding: 0px; }
.hentry.service > a{}
.hentry.service > a img{ display:block; float:left; margin-right:20px;}
.hentry.service .entry-header{}
.hentry.service .entry-header .entry-title{ clear:none;  }
.hentry.service .entry-content{ }

.clear{ clear:both;display:block; }
.search-navigation {padding-left: 0px;padding-right: 0px;margin-bottom: 40px; margin-left: 10px;}
.search-navigation .page-numbers {margin-top:20px;margin-bottom:20px;min-width: 30px;height: 30px;line-height: 20px;letter-spacing:1px;text-transform:uppercase;font-size: 14px;border:1px solid #10c6ae;background:none;display: inline-block;text-align: center;padding:5px 10px;}
.search-navigation .page-numbers:hover {background-color:#10c6ae;color:#ffffff;}
.search-navigation .page-numbers.current {background:#202020;color:#ffffff;border-color: #202020;}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:inline-block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */

}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	border: medium none;
	display: block;
	height: auto;
	max-width: 100%!important;
	border: 2px solid #EEEEEE!important;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery .gallery-item{
	float: left;
	margin-top: 6px!important;
	text-align: center;
	width: 33%;
}
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	float: left;
	margin: 0 0 1.2em;
	overflow: visible;
	width: 100%;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; min-height: 90px; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 90%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Widgets
----------------------------------------------- */

.widget-title{
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
}
.widget {
	margin: 0 0 1.2em;
}
.widget ul{ padding:0; margin:0; list-style:none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchform .field{ width:196px; }
#searchsubmit {
    background: #10c6ae;
    color: #ffffff;
		width: 100px;
    transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 6px;
    padding: 12px 20px;
}

/* Header widget */
.header-widgets{ display:block; float:right; margin-top:20px; width: 100%; }
.header-widgets .widget{ text-align:right; width: 100%; float: right; margin-bottom: 20px; }
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold;  }
.header-widgets .widget .phone-number{ font-size:38px;  line-height:1em; font-weight:bold;  padding-left:45px;  }
.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }

.header-widgets .widget-socials{}
.header-widgets .widget .socials{ float: right;;}
.header-widgets .widget .socials li a{ margin-left: 8px; margin-right: 0;}
.header-widgets .widget .socials li a{}
.header-widgets .widget-text{ font-size: 24px; font-weight: lighter; }


/* PWD Address widget */
.pwd-address{}
.pwd-address .location{ clear: none; }
.pwd-address .address{}
.pwd-address .phone{ margin-bottom:0; }
.pwd-address .fax{ margin-bottom:0; }
.pwd-address .email{ }
.pwd-address .image-map{ float: right;margin-left: 10px;}

.pwd-address .phone,
.pwd-address .fax,
.pwd-address .email,
.pwd-address .address{
	padding-left: 25px;
	position: relative;
}

.pwd-address .phone .fa,
.pwd-address .fax .fa,
.pwd-address .email .fa,
.pwd-address .address .fa{
	position: absolute;
	left: 0;
}




#footer-sidebar{}
#footer-sidebar .widget{ }
#footer-sidebar .widget:first-child{ margin-left:0;}

#footer-sidebar .widget_pwd_address_widget{

}



/* =Reset BXSlider
----------------------------------------------- */
.bx-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}

.bx-wrapper .bx-viewport {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
	left: 0;
}



/* =Custom Post type
----------------------------------------------- */
#testimonials{ padding:50px 0; background: #f4f4f4;}
#testimonials .bx-wrapper{ margin: 0; }
#testimonials .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#testimonials .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; min-height: 250px;  background:none!important; }

#slider-testimonials > .testimonial{ width:100%!important; text-align: center; }
#slider-testimonials > .testimonial .text{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0 50px;
	position: relative;
}

#slider-testimonials > .testimonial .text .open,
#slider-testimonials > .testimonial .text .close{
	font-size: 68px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
	width: 50px;
}
#slider-testimonials > .testimonial .text .close{
	bottom: 0;
	color: #000;
	left: auto;
	opacity: 1;
	right: 0;
	top: auto;
}

#slider-testimonials > .testimonial .info{ font-size: 20px;  }


#get-stared{
	padding:45px 0;
	border-top: #eee solid 1px;
	float: left;
	width: 100%;
}

/* = Custom Plugins
------------------------------------------------*/

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding: 0 8px!important;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}



.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #1982d1;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #1982d1;
	border-color: #1982d1;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}


/* Gravity Forms Section */
#page .gform_wrapper .gform_body {width: 100%;}
#main .gform_wrapper .gfield .gfield_label {font-weight: 300;letter-spacing: 0.5px;color:#303030;}
#main .gform_wrapper .gfield .ginput_container label {font-size: 12px;}
#main .gform_wrapper .gfield .ginput_container input {background:#f5f5f7;color:#989898;border:1px solid #d6d6d6;padding:12px 15px 12px 15px;font-size: 14px;line-height: 20px;width: 100%;border-radius: 6px;-o-border-radius: 6px;-ms-border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;}
#main .gform_wrapper .gfield .ginput_container input.gform_button_select_files {width: auto;}
#main .gform_wrapper .gfield .gfield_captcha_input_container input {background:#f5f5f7;color:#989898;border:1px solid #d6d6d6;padding:12px 15px 12px 15px;font-size: 14px;line-height: 20px;width: 100%;border-radius: 6px;-o-border-radius: 6px;-ms-border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;}
#main .gform_wrapper .gfield .ginput_container textarea {background:#f5f5f7;color:#989898;border:1px solid #d6d6d6;padding:12px 15px 12px 15px;font-size: 14px;line-height: 20px;width: 100%;border-radius: 6px;-o-border-radius: 6px;-ms-border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;}
#main .gform_wrapper ul { margin: 0px; }
#main .gform_wrapper ul li { margin: 10px 0px; padding: 0px; list-style-image: none; list-style: none; }
#main .gfield_required { color: #ff3300; }
#main .gform_wrapper .ginput_container_radio {margin-top: 0;}
#main .gform_wrapper .ginput_container_radio .gfield_radio li {margin-right: 20px;}
#main .gform_wrapper .ginput_container_radio .gfield_radio li label {font-size: 14px;}

#main .gform_wrapper .top_label li.gfield.gf_left_half, #main .gform_wrapper .top_label li.gfield.gf_right_half {width: 49%;}
#main .gform_wrapper .top_label li.gfield.gf_left_half {margin-right: 2%;}

#page .gform_wrapper .gform_footer .gform_button {background:#10c6ae;padding:10px 20px 10px 20px;letter-spacing:1px;min-width:250px;text-align:center;margin-right:0;line-height:20px;border:none;text-transform: uppercase;font-weight: 200;color:#ffffff;
	transition: background 0.3s ease-in-out;-moz-transition: background 0.3s ease-in-out;-webkit-transition: background 0.3s ease-in-out;
	border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;}
#page .gform_wrapper .gform_footer .gform_button:hover {background-color:#0eac97;}

#page .contact-col-left .gform_wrapper .gform_footer {padding:0;margin:0;}
#page .contact-col-left .gform_wrapper .gform_footer .gform_button {float:right;}

/*-- Gravity Error Section ----------------*/
#page .gform_wrapper .top_label .gfield_error {width: 100%;}
#page .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, #page .gform_wrapper li.gfield_html {max-width: 100%;}
#main .gform_wrapper div.validation_error {border-color:#d6d6d6;text-align: left;padding:10px 0;font-weight: 400;color:#ff3300;}
#main .gform_wrapper li.gfield.gfield_error, #main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {border:none;background:none;}
#main .gform_wrapper .validation_message {padding-top: 5px;font-weight: 400;color:#ff3300;font-size: 14px;}
#main .gform_confirmation_wrapper {border:1px solid #eeeeee;background:#eeeeee;padding:20px;margin-bottom: 20px;}
#main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {max-width: none !important;}

#gform_confirmation_wrapper_2 {
    border-top: 4px solid #10c6ae !important;
}
/* Plugin WP PWD Footer */
#pwd_footer_v2 li{ margin-left:5px; }


/* Custom bootstrap
-------------------------------------------------- */



.thumbnail{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 0;
}


.pager li > a, .pager li > span {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	padding: 0;
}


/* Custom css
-------------------------------------------------- */

#slide-1274-layer-1 {cursor:pointer;}
#inspo-search {background: #10c6ae; padding-top: 20px; padding-bottom: 20px;}
#pressnews #main .yacht-button.readmore-btn {width: 95%;}
#pressnews #custom-cta {
    margin-left: -5px;
}
#pressnews #cta-container {width: 101%;}
.sbi_owl-theme .sbi_owl-controls {margin-top: 0px !important;}
.page-template #custom-cta {display: block; float: left;padding-bottom: 25px;width: 101%;}
#custom-cta {margin-left: 0px;}
.page #custom-cta .cta-item {
    background: none;
    float: left;
    width: 25%;
    padding-left: 0px;
    padding-right: 10px;
}

.home .page #custom-cta {width: 100%;}
#contact-social .vc_icon_element {float: left; margin-right: 10px;}
#contact-social .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {width: 2em !important; height: 2em !important;}

#page #contactus .bootstrap-select.btn-group .btn .filter-option {text-align: left;}
#page #contactus .bootstrap-select.btn-group .dropdown-menu li > a {text-align: left;}
#main #contactus .gform_wrapper .gfield .ginput_container input {height: 45px;}

#media_image-2 img {margin-top: 20px;}

/*--SEARCH BAR HEADER--*/
.searchbar {height: 0; float: right;right: 0;top: 0;width: 0;}
.searchbox{ position:relative; min-width:45px;top: 39px;width:0%;height:35px;float:right;overflow:hidden;right: 20px; -webkit-transition: width 0.3s;-moz-transition: width 0.3s;-ms-transition: width 0.3s; -o-transition: width 0.3s; transition: width 0.3s;}

.searchbox-input{ top:0;right:0;border:0;outline:0;background:#dcddd8;width:100%; height:50px;margin:0;padding:0px 55px 0px 20px;font-size:20px;color:red;}
.searchbox-input::-webkit-input-placeholder {color: #d74b4b;}
.searchbox-input:-moz-placeholder {color: #d74b4b;}
.searchbox-input::-moz-placeholder {color: #d74b4b;}
.searchbox-input:-ms-input-placeholder {color: #d74b4b;}
.searchbox-icon i.fa.fa-search.fa-lg {margin-top: 0px;}
.searchbox-icon, .searchbox-submit {background: url(images/search-icon.png)50% 50% no-repeat !important; background-size: 30px !important;
	width: 35px; height: 35px;display: block;position: absolute;top: 0; font-family: verdana; font-size: 15px;right: 0; padding: 0; margin: 0;border: 0;outline: 0;line-height: 32px;text-align: center; cursor: pointer;background: transparent;}
.searchbox-open {width: 300px; background-color: #dddddd; position: relative;z-index: 9;border-radius: 10px;}

.searchbox-open #searchsubmit {float: right; position: relative; z-index: 9999; width: 115px;height: 115px;border: none;}
.searchbox-open input#s { width: 100%;height: 35px; font-size: 13px; padding: 0;background-color: #f1f1f1;border: none;color: #666666; padding-left: 10px;}
.searchbox input[type=text], input[type=email], input[type=password] {width: 100%; height: 115px;line-height: 60px;font-size: 50px;padding: 35px; background-color: transparent; border: none;}

.searchbar input[type=text]:focus, .searchbar input[type=email]:focus, .searchbar input[type=password]:focus, .searchbar textarea:focus {color:#fff;}
.search.search-results .col-md-3 {width: 31.333%;min-height: 180px;float: left; border: 1px solid #dddddd; padding: 20px; margin-left: 1%; margin-right: 1%;margin-bottom: 30px;overflow: hidden;}


.site-header {
    background-color: #ffffff;
    position: fixed;
    top: 0px !important;
    left: 0;
    width: 100%;
		z-index: 9999;
    transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
}
.site-header.fixed-header {
	  z-index: 9999;
    position: fixed;
    box-shadow: 0 1px 3px #cccccc;
    -moz-box-shadow: 0 1px 3px #cccccc;
    -webkit-box-shadow: 0 1px 3px #cccccc;
    transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    background-color: rgba(255,255,255,0.9);
}
@-webkit-keyframes moveDown {
	0% { -webkit-transform: translateY(-40px) }
}

.navbar-header {width: 20%;}
.site-header .header-right {width: 80%;}
.site-header .navbar-default .navbar-collapse {
    left: 8%;
    margin-right: 0 !important;
    position: relative;
}

time.entry-date {color: #10c6ae; line-height: 25px;}
span.byline {display: none;}
.entry-header .entry-meta .posted-on {display: none;}
#page .page-header .entry-meta .posted-on {display: none;}
.single .byline, .group-blog .byline {display: none;}




#inspo-grid .vc_gitem_row {z-index: 9;}
#inspo-grid .vc_grid-item-mini.vc_clearfix .vc_gitem-zone .vc-zone-link{background-color: rgba(0,0,0,0.3);transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;-ms-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-webkit-transition: 0.3s ease-in-out;}
#inspo-grid .vc_grid-item-mini.vc_clearfix:hover .vc_gitem-zone .vc-zone-link{background-color: rgba(0,0,0,0.6);}

.tp-mask-wrap {margin-top: 45px;}
.single-post_yacht .pwd-contact-item.second {display: none;}
ul#menu-primary .mobile-menu {display: none;}
.archive.tag .hentry {
    border: 1px solid #10c6ae;
    padding: 30px;
    width: 22.333%;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 300px;
}
.archive.category .hentry {
    border: 1px solid #10c6ae;
    padding: 30px;
    width: 22.333%;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 300px;
}
form#mc4wp-form-1 input {
    height: 40px;
    border: 1px solid #dddddd;
    font-size: 12px;
    padding: 0 10px;
}
#thank-you input {
    height: 40px;
}

@media only screen and (min-width: 780px)  {
	#custom-yacht .yacht-list-item .yacht-list-wrapper .yacht-title-separator {
			top: 75% !important;
	}
	.sponsor_logo_footer {
    float: left;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0px auto;
    display: inline-block !important;
    width: 14% !important;
	}
}

@media only screen and (max-width: 780px)  {
	.sponsor_logo_footer {
		float: left;
		display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
    padding-bottom: 25px;
		width: 25% !important;
    padding-top: 25px !important;
	}
	.mobile_sponsor_logo {
		display: block;
	}
	.desktop_sponsor_logo {
		display: none !important;
	}
	.sponsor_banner_list {
		margin-top: 35px !important;
	}
}

@media only screen and (min-width: 780px)  {
	.mobile_sponsor_logo {
		display: none;
	}
	.desktop_sponsor_logo {
		display: block;
	}
	.sponsor_banner_list { 
    	margin-top: 45px !important; 
	}
}

#footer_block_rectangle .wpb_content_element  {
	margin-bottom: 0px !important;
}

.sponsor_footer_block {
	display: inline-block;
}

.sponsor_banner_list { 
    padding-top: 8px !important;
    padding-bottom: 3px !important;
}

.margin-top-destination {
	margin-top: 15px;
}

#content .inspiration-page-grid .inspiration-separator {
    margin-bottom: 0px !important;
}

#page .signup-wrapper {
    padding-top: 17px;
    padding-bottom: 17px;
}

/* Ultimate Surfing Trip Blog Page */
#post-19879 div p span{
	font-family: "muli", sans-serif !important;
}

    button.btn.dropdown-toggle.selectpicker.btn-default{
        outline: none !important;
    }

    .dropdown-menu.inner.selectpicker span, .dropdown-menu>li>a{
        text-transform: uppercase !important;
        color: #10c6ae !important;
    }

    .rowName{
        font-family: 'Muli', sans-serif; 
        color: white !important; 
        font-size: 12px;
        margin: 10px 10px 5px 0;
    }
/*#10c6ae*/
    .charterSearchCg button{
        background-color: transparent !important; 
        font-family: 'Muli', sans-serif; 
        color: white !important; 
        border-radius: 0px !important; 
        -moz-border-radius: 0px !important; 
        -webkit-border-radius: 0px !important; 
        outline: none !important;
        z-index: 1 !important;
    }

    .charterSearchCg button span{
        text-align: left !important;
    }
    .charterSearchCg a, .charterSearchCg a:active{
        color: grey !important;
        text-align: left !important;
        background: white !important;
    }
    .charterSearchCg a:hover{
        /*color: white !important;
        background: grey !important;*/
        opacity: 0.5 !important;
    }
    .charterSearchBtn{
        background: white !important;
        color: #10c6ae !important;
        border-radius: 0px !important;
        text-align: center;
        height: 35px !important;
        width: 90px !important;
        padding: 0px !important;
        letter-spacing: 1px !important;
        outline: none !important;
    }
    .type_yacht_name{
        font-family: 'Muli',sans-serif !important;
        color: white !important;
        font-size: 18px !important;
        margin: 0px 10px 0px 10px !important;
        background: transparent !important;
        border: none !important;
        padding: 0!important;
        outline: none !important;
        height: 30px !important;
    }
    input.type_yacht_name::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color:    white !important;
        margin: 0 !important;
    }
    input.type_yacht_name:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
      color:    white !important;
      margin: 0 !important;
    }
    input.type_yacht_name::-moz-placeholder { /* Mozilla Firefox 19+ */
       color:    white !important;
       margin: 0 !important;
    }
    input.type_yacht_name:-ms-input-placeholder { /* Internet Explorer 10-11 */
       color:    white !important;
       margin: 0 !important;
    }
    input.type_yacht_name::-ms-input-placeholder { /* Microsoft Edge */
       color:    white !important;
       margin: 0 !important;
    }
    input.type_yacht_name::placeholder { /* Most modern browsers support this now. */
       color:    white !important;
       margin: 0 !important;
    }
    #inspo-search{
        background: none !important;
    }
    span.caret{
        background-image: url(http://www.oceanalliance.com/wp-content/themes/ocean-alliance/images/arrow-sprites.png) -68px -10px no-repeat !important;
        width: 9px !important;
        height: 5px !important;
        border: none !important;
    }
    .iconArrow{
        display: inline-block;
        height: 15px;
        width: 15px;
    }
    .arrowCont{
        display: inline-block;
        /*display: none !important;*/
        position: absolute;
        right: 10px;
        top: 33px;
        padding: 8px 12px 12px 12px;
        border-left: 1px solid white;
        height: 35px;
        cursor: pointer;
        z-index: 0;
    }
    .searchFields{
        display: flex !important; 
        flex-flow: row !important; 
        margin-left: -10px !important;
        /*margin-top: 15px !important;*/
    }

    .site-header .nav-user .site-phone a {
        background: rgb(129, 129, 129) !important;
    }

    .site-header .nav-user .site-enquiry a, .site-header .nav-user .site-enquiry a:focus, .site-footer .footer-content .socials li a, .site-footer .footer-content .mc4wp-form input[type="submit"]{
        background: rgb(107, 107, 107) !important;
    }

    #page .signup-wrapper{
        background: rgb(77, 77, 77) !important;
    }

/*    #page .yacht-list-item:hover .yacht-list-wrapper .yacht-list-title {
        opacity: 0 !important;
    }
     #page .yacht-list-item .yacht-list-wrapper .yacht-list-title {
            display: block !important;
            opacity: 1 !important;
            background: rgba(0,0,0,0.4) !important;
    }*/

    #page .yacht-list-item .yacht-list-wrapper .yacht-list-bg {
        /*min-height: 327px !important;*/
        min-height: 210px !important;
        margin-top: 0px !important;
    }

    a[href='/contact-us']{
        background: rgb(129, 129, 129) !important;
    }

    #page .vc_btn3.vc_btn3-style-custom:hover{
        background: rgb(107, 107, 107) !important;
    }

    .yacht-list-title-wrap span.inner-wrap {
        /*margin-top: 80px !important;*/
        margin-top: 70px !important;
        font-size: 27px !important;
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 300;
    }

    #page .yacht-list-item .yacht-list-wrapper .yacht-title-separator-new{
        width: 35% !important;
        /*top: 53% !important;*/
        top: 50% !important;
        left: 32% !important;
        border-bottom: 1px solid rgb(38, 196, 173) !important;
        position: absolute;
    }

    #page .yacht-list-item .yacht-list-wrapper .yacht-list-title .yacht-list-info-new {
        font-size: 20px !important;
        font-family: 'Helvetica Neue', sans-serif !important;
        font-weight: 300 !important;
        color: white !important;
/*        top: 45% !important;*/
    }

    #page .yacht-list-item .yacht-list-wrapper .yacht-list-title .yacht-list-info-new {
        color: #dedede;
        text-align: center;
        line-height: 1em;
        letter-spacing: 3px;
        display: block;

        position: absolute !important;
        width: 100% !important;
/*      top: 58% !important;   */
		top: 55% !important;

    }

    #page .yacht-list-item .yacht-list-wrapper .yacht-list-title .yacht-list-info-new {
        position: absolute !important;
        width: 100% !important;
    }

    #page .yacht-list-item {
        padding-right: 10px !important;
        padding-bottom: 10px !important;
    }

    #enquireBtn a:hover{
        opacity: 0.7!important;
        background: rgb(129, 129, 129) !important;
    }

    .vc_custom_1495179203789 {
	    background-size: cover;
	    background: url(https://www.oceanalliance.com/wp-content/themes/ocean-alliance/images/search_banner.jpg) 50% 50% / cover no-repeat !important;
	    background-position: 50% 50%;
	}


    #page .bootstrap-select > .btn, .col-search-item .bootstrap-select>.btn {      
        padding: 10px 15px 10px 15px !important;
    }

    .container{
        /*padding-left: 11px !important;  */
        /*PUT CONTENT TO CENTER*/
    }

    #home-video-container .owl-item{
        margin-right: 10px !important;
        margin-bottom: -15px;
        width: 491px !important;
    }

    #page .video-wrapper .video-list-item .video-list-wrapper .video-list-top {
        max-height: 211px !important;
        min-height: 0 !important;
    }

    form#home-search{
        padding: 5px 0 0 0 !important;
    }

    #custom-cta .cta{
        margin-right: 0px !important;
    }

    #yacht-container .owl-item{
        margin-right: 0 !important;
        width: 501px!important;
        /*width: 501px;*/
    }

    #home-inspiration-container .owl-item{
        margin-right: 12px !important;
        width: 362px !important;
        margin-bottom: 2px;
    }

    #home-inspiration-container .owl-stage-outer{
        margin-bottom: -15px;
    }

    .vc_row.wpb_row.vc_row-fluid.quote-wrapper.vc_custom_1554691167659.vc_row-has-fill.vc_general.vc_parallax.vc_parallax-content-moving{
        margin-bottom: -15px !important;
    }

    .vc_row.wpb_row.vc_row-fluid.signup-wrapper.sponsor_banner_list.vc_custom_1563771882433.vc_row-has-fill{
        margin-bottom: -25px;
    }

    .vc_column-inner.vc_custom_1573193821930 span.cta_title, #page .inspiration-list-item .inner-wrap, #page .video-wrapper .video-list-item .video-list-wrapper .video-list-title-wrap, #content .inspiration-title-wrapper{
        font-family: 'Helvetica Neue',sans-serif !important;
        font-weight: 300 !important;
        font-size: 27px !important;
        line-height: 30px;

    }

    #page .video-wrapper .video-list-item .video-list-wrapper .video-list-title-wrap{
    	margin-top: 25px !important;
    }

    .tp-caption.muli.homeslider-text.tp-withaction{
        font-weight: 300 !important;
        font-size: 38px !important;
    }


    .dropdown-menu{
    	max-height: 345px !important;
    }

    a.yacht-button.single{
        background: rgb(129, 129, 129) !important;
    }

/*    .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_visible-item {
        width: 100% !important;
    }*/

/*    .video-yacht-separator{
        font-size: 96% !important;
    }

    #page .video-wrapper .video-list-item .inner-wrap img{
        height: 80px;
        width: 80px;
    }*/

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


        .charterSearchBtn{
            font-size: 10px !important;
            width: 60px !important;
        }

        button.btn.dropdown-toggle.selectpicker.btn-default{
            padding-left: 20px !important;
        }

        input[value='SEARCH']{
            margin-top: 0px !important;
            margin-left: -5px !important;
        }
    }

    @media only screen and (max-width: 1300px) and (min-width: 769px){
    	.searchFields{
            flex-wrap: wrap !important;
        }

        .vc_gitem-animated-block.vc_gitem-animate.vc_gitem-animate-scaleIn {
            max-height: 135px !important;
        }
    }
    @media only screen and (max-width: 767px){
    	.searchFields{
            flex-wrap: wrap !important;
        }
    }

    @media only screen and (max-width: 960px) and (min-width: 768px){
        input[value='SEARCH']{
            margin-left: 5px !important;
        }
    }


     @media only screen and (max-width: 768px){
        
        .arrowCont{
            top: 38px !important;
        }

        #custom-cta .cta-item {            
            padding: 0px 0px 0px 10px !important;
        }

        .yacht-list-title-wrap span.inner-wrap{
            font-size: 27px !important;
            margin-top: 70px !important;
        }

        /*.navbar-header{
            margin-top: 40px !important;
        }*/


    }

    @media only screen and (max-width: 1299px) and (min-width: 768px){

        .yacht-list-title-wrap span.inner-wrap{
            font-size: 21px !important;
            margin-top: 45px !important;
        }


        #page .yacht-list-item .yacht-list-wrapper .yacht-title-separator-new {
            top: 50% !important;
            
        }

        #page .yacht-list-item .yacht-list-wrapper .yacht-list-title .yacht-list-info-new {
            top: 55% !important;
            font-size: 16px !important;
        }

        #page .yacht-list-item .yacht-list-wrapper .yacht-list-bg {
            /*min-height: 240px !important;*/
            min-height: 152px !important;
        }

        a[href='/contact-us']{
            width: 175px !important;
        }

        #page .video-wrapper .video-list-item .video-list-wrapper .video-list-top {
            max-height: 151px !important;
        }

        .vc_column-inner.vc_custom_1573193821930 span.cta_title, #page .inspiration-list-item .inner-wrap, #page .video-wrapper .video-list-item .video-list-wrapper .video-list-title-wrap, #content .inspiration-title-wrapper{
            font-size: 21px !important;
        }


    }


    @media only screen and (max-width: 1610px) and (min-width: 1300px){
        #home-video-container .owl-item{
            width: 391px !important;
        }

        #yacht-container .owl-item{
            width: 401px !important;
        }

        #home-inspiration-container .owl-item{
            width: 288px !important;
        }
    }


    @media only screen and (max-width: 1299px) and (min-width: 1100px){
        #home-video-container .owl-item{
            width: 338px !important;
        }

        #yacht-container .owl-item{
            width: 348px !important;
        }

        #home-inspiration-container .owl-item{
            width: 248px !important;
        }
    }

    @media only screen and (max-width: 1099px) and (min-width: 992px){
        #home-video-container .owl-item{
            width: 305px !important;
        }

        #yacht-container .owl-item{
            width: 315px !important;
        }
        #home-inspiration-container .owl-item{
            width: 223px !important;
        }
    }

    @media only screen and (max-width: 991px){
        #home-video-container .owl-item{
            width: 212px !important;
        }

        #yacht-container .owl-item{
            /*width: 222px !important;*/
            width: 240px !important;
        }

        #home-inspiration-container .owl-item{
            width: 166px !important;
            /*width: 152px !important;*/
        }

    }


    @media only screen and (max-width: 1610px) and (min-width: 1450px){
    	#home-video-container .owl-item{
            width: 425px !important;
        }

        #yacht-container .owl-item{
            width: 435px !important;
        }

        #home-inspiration-container .owl-item{
            width: 313px !important;
        }
    }

    @media only screen and (max-width: 768px) and (min-width: 768px){
    	#page .featured-yacht-wrapper .yacht-list-item.yacht-list-home-item{
    		/*width: 222px !important;*/
            width: 240px !important;
    	}

    	.vc_column-inner.vc_custom_1573193821930 span.cta_title, #page .inspiration-list-item .inner-wrap, #page .video-wrapper .video-list-item .video-list-wrapper .video-list-title-wrap, #content .inspiration-title-wrapper{
    		font-size: 20px !important;
    		margin-top: 10px !important;
    	}
    }


#page .video-wrapper .video-list-item .video-list-wrapper .video-list-bg {
    min-height: 240px !important;
}


@media only screen and (max-width: 768px) and (min-width: 768px) and (min-height: 1024px) and (max-height: 1024px){
	.searchFields {
	    flex-flow: none !important;
	}
	#page .bootstrap-select > .btn, .col-search-item .bootstrap-select>.btn {
		height: 36px;
	    padding: 5px 8px 5px 5px !important;
	    font-size: 8px !important;
	    letter-spacing: 1.0px !important;
	}

	.arrowCont {
	    display: inline-block;
	    position: absolute;
	    right: 10px;
	    top: 33px;
	    padding: 8px 0px 8px 8px;
	    border-left: 1px solid white;
	    height: 35px;
	    cursor: pointer;
	    z-index: 0;
	}

	.iconArrow {
	    display: inline-block;
	    height: 10px !important;
	    width: 10px !important;
	}

	.charterSearchBtn {
		margin: 5px 5px 5px -10px
!important;
	}

	.col-search-item input[type="submit"] {
	    margin-top: 5px !important;
	    margin-left: 14px !important;
	}

	.charterSearchBtn {
	    margin: 5px 5px 5px 0px !important;
	    font-size: 8px !important;
	}

	#page .site-main .home-filter-wrapper .vc_column-inner{
		margin-left: -20px;
	}

	#home-search .row{
		width: 710px;
	}

	.row.searchFields{
		width: 690px !important;
	}

	.row.searchFields .col-search-item{
		padding-right: 0px;
	}

	.dropdown-menu.inner.selectpicker span, .dropdown-menu>li>a {
	    font-size: 10px !important;
	}

	#custom-cta{	    
		display: flex;
	}

	.vc_column-inner.vc_custom_1573193821930 span.cta_title, #page .inspiration-list-item .inner-wrap, #page .video-wrapper .video-list-item .video-list-wrapper .video-list-title-wrap, #content .inspiration-title-wrapper{
		font-size: 14px !important;
	}

	#page .video-wrapper .video-list-item .inner-wrap img {
	    width: 30px;
	}

	.yacht-list-title-wrap span.inner-wrap{
		font-size: 14px !important;
		margin-top: 18% !important;
	}

	#page .yacht-list-item .yacht-list-wrapper .yacht-list-title .yacht-list-info-new{
		font-size: 11px !important;
		top: 55% !important;
	}

	#page .yacht-list-item .yacht-list-wrapper .yacht-list-title{
		display: none;
	}

	#page .yacht-list-item .yacht-list-wrapper .yacht-list-bg {
	    min-height: 135px !important;
	}

	/*.vc_row.wpb_row.vc_row-fluid.quote-wrapper.vc_custom_1554691167659.vc_row-has-fill.vc_general.vc_parallax.vc_parallax-content-moving{
		margin-bottom: -20px !important;
	}*/

	#page .featured-yacht-wrapper #yacht-container {
	    margin-bottom: 0px;
	}

	#page .inspiration-yacht-wrapper .vc_column-inner {
	    padding-top: 25px;
	}

	#page #home-inspiration-container {
	    margin-bottom: 12px !important;
	}

	#page #home-video-container {
	    margin-bottom: 10px !important;
	}

	#page .video-wrapper .video-list-item .inner-wrap {
	    display: inline-block;
	    margin-bottom: 12px !important;
	}

    /*#custom-yacht{
        width: 665px !important;
    }*/


    .home #page #content.front-content .home-content-wrapper .vc_column-inner{
        margin-left: 0px;
    }


    #home-video-container .owl-item{
        width: 229px !important;
    }

    form#home-search {
        padding: 5px 0 0 12px !important;
    }

    #page .yacht-list-item{
        width: 33.3333% !important;
    }

    /*.navbar-header{
        margin-top: 40px !important;
    }*/
}

@media only screen and (max-width: 1024px) and (min-width: 1024px) and (max-height: 1366px) and (min-height: 1366px){
	#page .video-wrapper .video-list-item .video-list-wrapper .video-list-top {
	    max-height: 179px !important;
	}
	#page .yacht-list-item .yacht-list-wrapper .yacht-list-bg {
	    min-height: 179px !important;
	}

	.yacht-list-title-wrap span.inner-wrap {
	    margin-top: 58px !important;
	}

	.col-sm-3 {
	    width: 196px !important;
	}
    form#home-search {
        padding: 5px 0 0 4px !important;
    }

    .vc_column-inner.vc_custom_1573193821930 span.cta_title, #page .inspiration-list-item .inner-wrap, #page .video-wrapper .video-list-item .video-list-wrapper .video-list-title-wrap, #content .inspiration-title-wrapper {
	    font-size: 18px !important;
	}
}




/*NEWLY ADDED CSS December 3, 2019*/

.site-header .navbar-default .navbar-nav .dropdown-menu li.active a{
    background: #fff !important;
}

a[href="/about-us/meet-the-team"], a.yacht-button.single.enquire.popup-trigger, #page .gform_wrapper .gform_footer .gform_button, .vc_icon_element-inner{
    background: rgb(129, 129, 129) !important;
}


#page .blog-signup-wrapper{
    background: rgb(77, 77, 77) !important;
}

#page .video-wrapper .video-list-item{
      padding-bottom: 10px !important;
}

.vc_row.wpb_row.vc_row-fluid.video-wrapper{
    padding-bottom: 10px;
}
    
.vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item {
    padding-right: 5.5px !important;
    padding-bottom: 7px !important;
}

#inspo-search, .home-filter-wrapper{
    background-image: url(https://www.oceanalliance.com/wp-content/themes/ocean-alliance/images/search_banner.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 5px 0 20px 0 !important;
    margin-bottom: -10px !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.vc_custom_1502859954478 {
    margin-top: 10px !important;
}


#media_categories #cta-6989, #media_categories #cta-6995{
    padding-right: 10px !important;
}


.vc_gitem-animated-block.vc_gitem-animate.vc_gitem-animate-scaleIn{
    max-height: 210px !important;
}

#content .inspiration-title-wrapper{
    /*margin-top: -75px !important;*/

}

#page .video-wrapper #video-page-container .video-list-item{
    padding-right: 0px !important;
}

.vc_separator.vc_sep_color_white .vc_sep_line {
    border: 1px solid rgb(38, 196, 173) !important;
}

.margin-top-destination {
	margin-top: 0px !important;
}

#content .inspiration-title-wrapper{
	margin-bottom: -5px !important;
}

@media only screen and (max-width: 1610px) and (min-width: 1100px){

    #content .inspiration-title-wrapper{
        /*margin-top: -95px !important;*/
    }
}

@media only screen and (max-width:1299px) and (min-width: 768px){
    #content .inspiration-title-wrapper{
        /*margin-top: -60px !important;*/
        /*font-size: 18px !important;*/

    }
}

@media only screen and (max-width:767px){
    #content .inspiration-title-wrapper{
        /*margin-top: -70px !important;*/
        /*font-size: 18px !important;*/
    }

    .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_visible-item {
        width: 100% !important;
    }
}


@media only screen and (max-height: 1024px) and (max-width: 768px) and (min-height: 1024px) and (min-width: 768px){
    .yacht-list-title-wrap span.inner-wrap {
        font-size: 14px !important;
        margin-top: 18% !important;
    }

    .vc_row.wpb_row.vc_row-fluid.video-wrapper{
        padding-bottom: 0px;
    }

}

@media only screen and (max-width: 1449px) and (min-width: 1300px){
    .vc_column-inner.vc_custom_1573193821930 span.cta_title, #page .inspiration-list-item .inner-wrap, #page .video-wrapper .video-list-item .video-list-wrapper .video-list-title-wrap, #content .inspiration-title-wrapper{
        font-size: 25px !important;
    }

    .yacht-list-title-wrap span.inner-wrap{
        font-size: 25px !important;
    }
    #content .inspiration-title-wrapper{
        margin-top: -60px !important;
    }
}

@media only screen and (min-width: 1450px) and (max-width: 1610px){
    #content .inspiration-title-wrapper{
        margin-top: -70px !important;
    }
}

@media (max-width: 480px){
.page #custom-cta .cta-item {
    width: 100%;
    margin-left: 0% !important;
}
}

@media only screen and (min-width: 481px) and (max-width: 768px){
    .navbar-header{
        margin-top: 40px !important;
    }
}


@media only screen and (min-width: 769px){
    a#logo{
        width: 90%;
        margin: 4%;
    }
}


/*.col-search-item input[type="submit"]{
     background: rgb(107, 107, 107) !important;
}*/


/*.btn.dropdown-toggle.selectpicker.btn-default{
      color: #10c6ae !important;
}

.btn.dropdown-toggle.selectpicker.btn-default:hover{
     background: #eee !important;
}*/


/*ipad PRo 10.5"*/
/* Portrait */
@media only screen
and (min-device-width: 834px)
and (max-device-width: 834px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .searchFields .col-sm-3 {
        width: 20% !important;
    }
}

/*ipad PRo 12.9"*/
/* Portrait */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .searchFields .col-sm-3 {
        width: 20% !important;
    }
}

.new-background-search {
    background-image: url('https://www.oceanalliance.com/wp-content/themes/ocean-alliance/images/search_banner.jpg'); 
    background-repeat: no-repeat;
    padding-top: 25px;
    padding-bottom: 25px;
    background-position: center;
}

.yacht-search-bar {
	margin-top: 0px !important;
}
.yacht-search-bar input.main {
	outline: none !important; 
	background: transparent; 
	color: #fff !important; 
	border: 1px solid #fff !important;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.2em;
    font-weight: 300;
    letter-spacing: 1.5px;
    padding: 10px 15px 10px 15px !important;
    height: 35px !important;
}
.yacht-search-bar input::placeholder {
    color: #fff !important;
}
.spinnerListSearch {
	display: none;
}
.listSearch {
	display: none;
	background-color: rgba(255,255,255,0.9); 
	position: absolute; z-index: 9999 !important; 
	width: calc(100% - 20px); 
	margin-top: 10px; 
	padding-right: 14px;
	padding-top: 10px; 
	padding-bottom: 10px;
}

.lds-ripple {
	display: block;
    position: relative;
    text-align: center;
    margin: 0px auto;
    width: 50px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #10c6ae;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 36px;
    height: 36px;
    opacity: 0;
  }
}
.spinnerListSearch {
	background-color: rgba(255,255,255,0.9); 
	position: absolute; z-index: 9999 !important; 
	width: calc(100% - 20px); 
	margin-top: 10px; 
	padding-right: 14px;
	padding-top: 10px; 
	padding-bottom: 10px;
	margin-top: 5px;
	height: 60px !important;
}
.lds-ellipsis {
    display: block;
    position: relative;
    width: 65px;
    height: unset;
    text-align: center;
    margin: 0px auto;
    margin-top: -18px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #10c6ae;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.single #page #content article.type-post.post img {
	width: 100%;
}