.bg-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

#ssb-banner {
	background-image: url(../images/banners/home-banner.jpg);
	background-position: center center;
}

#magistic-banner {
	background-image: url(../images/banners/magistic.jpg);
	background-position: center center;
}

#clearview-banner {
	background-image: url(../images/banners/clearview.jpg);
	background-position: center center;
}

#aquabay-banner {
	background-image: url(../images/banners/aquabay.jpg);
	background-position: center center;
}

#harbour-spirit-banner {
	background-image: url(../images/banners/harbour-spirit.jpg);
	background-position: center center;
}

.logo {
	position: absolute;
	top: 50px;
	left: 3%;
	font-family: 'Semibold', sans-serif;
	color: #137fb5;
	font-size: 1.5em;
	text-transform: uppercase;
	z-index: 1;
}

.logo a {
	color: #137fb5;
}

.main-nav {
	position: absolute;
	color: #ffffff;
	top: 75px;
	right: 3%;
	z-index: 2;
	display: block;
}

.main-nav a {
	color: #ffffff;
	font-family: 'Light', sans-serif;
	text-transform: uppercase;
	padding: 0 0 15px;
	display: inline-block;
}

.main-nav ul li a:hover {
	color: #007fb4;
}

.main-nav li span {
	padding: 0 14px;
}

.left-arrow {
	position: absolute;
	left: 3%;
	display: block;
	top: calc(50% - 35px);
}

.right-arrow {
	position: absolute;
	right: 3%;
	display: block;
	top: calc(50% - 35px);
}

.banner-pro-svg {
	width: 25%;
	position: absolute;
	left: 3%;
	bottom: 65px;
}

.banner-book {
	position: absolute;
	bottom: 65px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	border-radius: 10px;
}

.banner-book.left {
	left: 3%;
}

.banner-book.right {
	right: 3%;
}

.banner-book-inner {
	padding: 25px 25px 20px;
	text-align: center;
}

.banner-book-inner span {
	width: 100%;
	display: block;
	font-size: 1.18em;
}

.call-btn {
	border: 1px solid #ffffff;
	border-radius: 10px;
	padding: 8px 10px;
	margin: 10px;
	display: inline-block;
}

.call-btn span {
	display: inline;
	font-size: 0.8125em;
}

.email-btn {
	background-color: #007fb4;
	border-radius: 10px;
	padding: 11px 50px 10px;
	margin: 10px;
	font-size: 0.8125em;
	display: inline-block;
}

#banner-vessel-btn {
	width: auto;
	position: relative;
}

.banner-vessel-btn {
	position: absolute;
	top: 200px;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	z-index: 1;
}

.banner-vessel-btn-left,
.banner-vessel-btn-right {
	float: left;
	display: block;
	text-align: center;
}

.banner-vessel-btn a span.banner-vessel-btn-right {
	line-height: 0.7em;
	padding: 0 0 10px 0;
}

.banner-vessel-btn-right b {
	font-size: .5em;
	line-height: 1em;
}

.banner-vessel-btn-clicked {
	right: -500px;
}

.banner-vessel-btn a {
	color: #ffffff;
	display: block;
	padding: 15px 40px 13px 35px;
	font-family: 'Semibold', sans-serif;
	font-size: 1.5625em;
}

.banner-vessel-btn a span {
	padding: 2px 30px 0 0;
}

.banner-vessel-btn img {
	display: inline-block;
}

.main-title {
	font-family: 'Semibold', sans-serif;
	font-size: 1.875em;
	display: inline-block;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	line-height: 1.2em;
}

.main-title span {
	font-family: 'Bold', sans-serif;
}

.first-title-top {
	margin-top: 80px;
}

.first-title-bottom {
	margin-bottom: 45px;
}

.second-title-top {
	margin-top: 40px;
}

.blurb-title-bottom {
	margin-bottom: 30px;
}

.main-title:before,
.main-title:after {
	content: "";
	position: absolute;
	height: 16px;
	border-bottom: 1px solid #000000;
	top: 0;
	width: 600px;
}

.main-title:before {
	right: 100%;
	margin-right: 12px;
}

.main-title:after {
	left: 100%;
	margin-left: 12px;
}

.title-wrapper {
	width: 100%;
	float: left;
	display: block;
	overflow: hidden;
	text-align: center;
}

.fleet-block-link,
.fleet-block {
	width: calc(93%/3);
	float: left;
	display: block;
	position: relative;
	margin: 0 40px 40px 0;
	-webkit-box-shadow: -1px 0px 17px -4px rgba(0, 0, 0, 0.87);
	-moz-box-shadow: -1px 0px 17px -4px rgba(0, 0, 0, 0.87);
	box-shadow: -1px 0px 17px -4px rgba(0, 0, 0, 0.87);
}

.fleet-block-home {
	display: block;
	width: 100%;
	float: left;
}

.fleet-block img,
.fn-left-block img {
	display: block;
	transition: all .5s ease-in-out;
}

.fleet-block-title {
	width: 100%;
	float: left;
	display: block;
	font-family: 'Semibold', sans-serif;
	font-size: 1.25em;
	text-align: center;
	line-height: 1.3em;
	padding: 20px 0 15px
}

.fleet-block-title.price-range {
	padding: 0 0 15px;
	text-transform: uppercase;
}

.fleet-block-title.price-range span {
	font-size: 0.7em
}

.fleet-block-title span {
	display: block;
	font-family: 'Regular', sans-serif;
	font-size: 0.6em;
	line-height: 1.5em;
}

.content-wrapper .fleet-block-link:nth-child(3n+1),
.content-wrapper .fleet-block:nth-child(3n+1),
.them-blocks .fleet-block:nth-child(3n+3) {
	margin-right: 0px;
}

.fleet-block-description {
	position: absolute;
	top: 0;
	text-align: center;
	background-color: #007fb4;
	color: #ffffff;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	opacity: 0;
}

.fleet-block:hover .fleet-block-description,
.fleet-block-home:hover .fleet-block-description {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}

.fleet-block-description h4 {
	font-size: 1.25em;
	margin: 35px 0 20px 0;
}

.fleet-block-description span.centre {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	display: block;
	width: 90%;
	margin: 0 auto;
	line-height: 2.2em;
	padding: 10px 0;
}

.fleet-block-description p {
	line-height: 1.2em;
	padding: 20px 0 0 0;
}

.fleet-block-description p span,
.fleet-block-description span.centre i {
	font-family: 'Semibold', sans-serif;
}

.functions-events-wrapper {
	width: 100%;
	float: left;
	display: flex;
}

.functions-events-wrapper .left {
	width: calc((93%*2/3) + 7%);
	float: left;
}

.fn-left-block {
	width: calc(89.7%/2);
	float: left;
	position: relative;
	margin: 0 5.13% 40px 0;
	-webkit-box-shadow: -1px 0px 17px -4px rgba(0, 0, 0, 0.87);
	-moz-box-shadow: -1px 0px 17px -4px rgba(0, 0, 0, 0.87);
	box-shadow: -1px 0px 17px -4px rgba(0, 0, 0, 0.87);
	transition: all .2s ease-in-out;
	overflow: hidden;
}

.fn-left-block:hover img {
	transform: scale(1.1);
}

.fn-left-block:hover .event-cat {
	bottom: 0;
}

.left .fn-left-block:nth-last-child(1),
.left .fn-left-block:nth-last-child(2) {
	margin-bottom: 0;
}

.functions-events-wrapper .right {
	width: calc((93%*1/3));
	float: right;
	background-image: url(../images/Charter-Qualifier.jpg);
	background-position: center center;
	position: relative;
}

.fn-left-block h3 {
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding: 20px 0 15px;
}

.qt-request-wrapper {
	position: absolute;
	bottom: 60px;
	width: 100%;
}

.qt-request {
	width: 90%;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
}

.qt-request h6 {
	font-size: 1.875em;
	font-family: 'Semibold', sans-serif;
	margin: 0 0 40px;
	border-bottom: 1px solid #ffffff;
	padding: 0 0 25px 0;
	line-height: 1.1em;
}

.qt-request h6 span {
	display: block;
}

.qt-request p {
	text-transform: uppercase;
}

button.qt-start {
	margin: 50px 0 0 0;
	font-size: 1.125em;
	color: #000000;
	background-color: #ffffff;
	border: none;
	padding: 5px 35px;
	border-radius: 10px;
	cursor: pointer;
	font-family: 'bold', sans-serif;
}

.what-makes-block {
	width: calc(93%/3);
	float: left;
	display: block;
	position: relative;
	margin: 0 40px 40px 0;
	text-align: center;
	background-color: #007fb4;
	color: #ffffff;
	text-transform: uppercase;
	padding: 35px 0;
	line-height: 1.2em;
}

.what-makes-block:nth-child(3n+1) {
	margin-right: 0px;
}

.blurb-content {
	width: 85%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Light', sans-serif;
}

.blurb-content p {
	padding: 0 0 20px 0;
}

.read-more-less {
	display: inline-block;
	margin: 0 auto;
}

.read-more-less a {
	border-bottom: 1px solid #000000;
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 2px 0;
}

.footer-top {
	width: 100%;
	float: left;
	display: block;
	background-color: #e5e5e5;
	font-family: 'Light', sans-serif;
	color: #000000;
	padding: 45px 0 15px;
}

.footer-top-left li a span {
	padding: 0 10px;
}

.footer-top-left ul {
	padding: 0 0 20px 0;
	display: block;
	float: left;
}

.footer-top-left {
	width: 80%;
	float: left;
	display: block;
}

.footer-top-right {
	width: 19%;
	float: right;
	display: block;
}

.footer-top-right li {
	border: 1px solid #585656;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	margin: 0 15px 0 0;
}

.footer-top-right li:nth-last-child(1) {
	margin: 0;
}

.footer-top-right li a {
	font-size: 1.5em;
	padding: 8px;
	display: block;
	color: #221f1f;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.footer-bottom {
	width: 100%;
	float: left;
	display: block;
	font-family: 'Light', sans-serif;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	font-size: 0.875em;
	padding: 20px 0;
}

.vessel-details {
	position: fixed;
	width: 500px;
	height: 100%;
	right: -500px;
	z-index: 4;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.ssd-vessel-details {
	background-image: url(../images/ssb-vessel-details.jpg);
	background-position: center center;
}

.mc-vessel-details {
	background-image: url(../images/mc-vessel-details.jpg);
	background-position: center center;
}

.cvc-vessel-details {
	background-image: url(../images/cvc-vessel-details.jpg);
	background-position: center center;
}

.spirit-vessel-details {
	background-image: url(../images/spirit-vessel-details.jpg);
	background-position: center center;
}

.aquabay-vessel-details {
	background-image: url(../images/aquabay-vessel-details.jpg);
	background-position: center center;
}

.ssd-vessel-details {
	background-image: url(../images/ssb-vessel-details.jpg);
	background-position: center center;
}


/*.epicure-vessel-details {
	background-image: url(../images/epicure-vessel-details.jpg);
	background-position: center center;
}*/

.epicure-vessel-details {
	background-image: url(../images/epicure-vessel-details-two.jpg);
	background-position: center center;
}

.vessel-details-clicked {
	right: 0px;
}

.vessel-details-wrapper {
	width: 100%;
	height: 100%;
	float: left;
	display: block;
	position: relative;
}

.vessel-details-bottom {
	position: absolute;
	bottom: 50px;
	width: 100%;
}

.vessel-details-bottom-inner {
	position: relative;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
}

.view-gallery-btn {
	display: inline-block;
	color: #000000;
	background-color: #ffffff;
	font-family: 'Semibold', sans-serif;
	padding: 10px 20px 8px;
	border-radius: 10px;
	font-size: 1.125em;
}

.view-gallery-btn:hover {
	cursor: pointer;
}

.vessel-details-title {
	font-family: 'Semibold', sans-serif;
	font-size: 1.875em;
	display: block;
	margin: 50px 0 0 0;
}

.vessel-details-block {
	width: 100%;
	float: left;
	border-top: 1px solid #ffffff;
	margin: 22px 0 0;
}

.vessel-details-block-left {
	display: inline-block;
	float: left;
	padding: 20px 0 0;
}

.vessel-details-block-right {
	display: inline-block;
	float: right;
	padding: 20px 0 0;
}

.vessel-details-close {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #ffffff;
	background-color: #403e3e;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 3;
}

.vessel-details-close span {
	display: block;
	font-size: 1.5em;
	padding: 9px 0 0 12px;
}

.body-push {
	overflow-x: hidden;
	position: relative;
	right: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.body-push-active {
	right: 500px;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	overflow-x: hidden;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	opacity: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.overlay-opacity {
	opacity: 1;
	z-index: 3;
}

.fleet-block-img {
	display: block;
	position: relative;
	width: 100%;
}

.fleet-block-img img {
	display: block;
	width: 100%;
}

.fleet-capacity {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	padding: 10px 0;
}

.fleet-block-3 {
	width: calc(100%/3);
	float: left;
	display: block;
	color: #000000;
	text-align: center;
	margin: 0 0 15px;
	0;
}

.fleet-block-3 span {
	color: #888888;
	display: block;
}

.fleet-block-wrapper {
	width: 95%;
	margin: 0 auto;
	padding: 0 0 0 10px;
}

.fleet-block-description-table {
	display: table-cell;
	width: 362px;
	height: 350px;
	vertical-align: middle;
	text-align: center;
}

.fleet-block-description-table-innner {
	width: 80%;
	display: inline-block;
}

.fleet-block-description-title {
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
	display: inline-block;
	margin: 0 0 10px 0;
}

.fleet-block-description-table-innner .fleet-block-title {
	margin: 0 0 10px 0;
}

.fleet-block-description-table-innner li {
	text-align: center;
	float: none;
	text-transform: uppercase;
	line-height: 2em;
	font-size: 0.9em;
}

.form-section,
.form-section-two {
	display: block;
	float: left;
	text-align: center;
	width: 100%;
	z-index: 5;
}

.form-qstn {
	text-transform: uppercase;
	padding: 0 0 30px 0;
	font-size: 1.2em;
}

.form-section label,
.form-section-two label {
	text-transform: uppercase;
	margin: 0 50px 0 0;
	color: #000000;
	cursor: pointer;
}

.back-btn {
	display: inline-block;
	color: #000000;
	background-color: #e5e5e5;
	padding: 8px 60px 6px;
	text-transform: uppercase;
	border: 1px solid #000000;
	border-radius: 13px;
	margin: 50px 10px 0 0;
}

.proceed-btn,
a.proceed-btn {
	display: inline-block;
	color: #ffffff;
	background-color: #007fb4;
	padding: 8px 50px 6px;
	text-transform: uppercase;
	border: 1px solid #007fb4;
	border-radius: 13px;
	margin: 50px 0 0 10px;
}

.tool-title {
	font-size: 0.875em;
	font-family: 'Semibold', sans-serif;
	font-weight: bold;
	padding: 5px 0;
	display: block;
	text-transform: uppercase;
}

.tool-block {
	padding: 10px;
}

.tool-block p {
	font-size: 0.875em;
	line-height: 1.5em;
	padding: 10px 0 0;
}

.tool-block p span {
	font-family: 'Semibold', sans-serif;
	font-size: 0.9em;
}

.tool-block p.first-child {
	padding: 0 !important;
}

.tool-block-width-1x {
	max-width: 350px;
}

.tool-block-width-2x {
	max-width: 700px;
	float: left;
	display: block;
}

.tool-block ul li {
	float: left;
	font-size: 0.875em;
	padding: 5px 0;
	width: 100%;
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
}

.tool-block li span {
	position: relative;
	left: 0;
}

ul.tool-tip-menu {
	margin: 20px 0 0 0;
}

ul.tool-tip-menu li {
	float: left;
	width: auto;
	display: inline;
	padding: 0 10px 10px 0;
}

ul.tool-tip-menu li::before {
	content: "\f111";
	font-family: 'FontAwesome';
	font-size: .4em;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 0 0;
}

.fb-footer:hover {
	color: #3B5998;
}

.g-pluse-footer:hover {
	color: #DC4E41;
}

.tw-footer:hover {
	color: #3498D8;
}

.u-tube-footer:hover {
	color: #CB1E22;
}

.radio-btn-list {
	display: inline-block;
	float: none;
	margin: 0 0 30px;
}

label.normal-label {
	margin: 0 20px 0 0;
}

.form-select {
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-size: 1em;
	min-width: 125px;
	padding: 5px;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.form-textarea {
	border: 1px solid #cccccc;
	width: 100%;
	height: 150px;
	font-family: 'Regular', sans-serif;
	padding: 10px;
	width: 90%;
}

.form-text {
	border: 1px solid #cccccc;
	min-width: 300px;
	padding: 5px;
	border-radius: 5px;
	font-family: 'Regular', sans-serif;
}

.radio-btn-list span {
	font-size: 1em;
	text-transform: uppercase;
}

.last-field {
	margin: 0 60px 0 0;
}

#error-msg {
	color: red;
	font-size: 1.2em;
	margin: 0 0 20px;
	0;
}

.form-qstn-sub {
	font-size: 1.1em;
	text-transform: uppercase;
	font-family: 'Semibold', sans-serif;
	margin: 0 0 20px 0;
}

.form-qstn-sub-top {
	padding-top: 20px;
}

::placeholder {
	color: #cccccc;
}

.form-text-right {
	margin-right: 15px;
}

.form-text-left {
	margin-left: 15px;
}

.form-text-bottom {
	margin-bottom: 30px;
}

.form-qstn span {
	display: block;
	font-size: 0.7em;
	line-height: 1em;
	text-transform: none;
}

.quote-left {
	width: 46%;
	float: left;
	display: block;
	padding: 0 4% 0 0;
	border-right: 1px solid #cccccc;
}

.quote-right {
	width: 46%;
	float: right;
	display: block;
	padding: 0 0 0 4%;
}

.quote-review-list {
	width: 90%;
	background-color: #f5f5f5;
	display: block;
	padding: 5%;
	float: left;
	margin: 20px 0 0 0;
}

.review-list-wrapper {
	display: flex;
	width: 100%;
	float: left;
	font-family: 'Light', sans-serif;
}

.qt-review-list {
	width: 100%;
	float: left;
	display: block;
	margin: 0 0 30px 0;
	text-align: left;
}

.qt-review-list-qstn {
	text-transform: uppercase;
	text-align: left;
	font-family: 'Regular', sans-serif;
}

.qt-review-list-qstn a {
	display: inline-block;
	padding: 0px 0 0 10px
}

.qt-review-list-ans {
	text-align: left;
	font-family: 'Light', sans-serif;
	line-height: 1.5em;
	display: inline-block;
}

.review-inner-2 {
	display: block;
	width: 50%;
	float: left;
	font-size: 1em;
	margin: 10px 0 0;
	font-family: 'Light', sans-serif;
}

.review-inner-2 span {
	text-transform: uppercase;
}

.review-inner-2 p {
	line-height: 1.5em;
	text-align: left;
}

.qt-form-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	top: 0;
	left: 0;
	z-index: 10;
	position: absolute;
	text-align: center;
	display: none;
}

.form-container-inner {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}

p.thank-you {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 50px 0;
}

p.thank-you-web {
	font-size: 1.2em;
}

p.thank-you-call {
	font-size: 1.5em;
	font-family: 'Semibold', sans-serif;
}

.epicure-pro-banner {
	background: url(../images/banners/epicure.jpg);
	min-height: 320px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.breadcrumbs {
	width: 97%;
	float: left;
	margin: 0 0 0 3%;
	display: block;
	text-transform: uppercase;
}

.breadcrumbs ul {
	margin: 25px 0 20px;
	font-family: 'Light', sans-serif;
	float: left;
}

.breadcrumbs li span {
	display: inline-block;
	padding: 0 10px;
}

.breadcrumbs li i {
	text-transform: lowercase;
}

.product-events {
	width: 100%;
	float: left;
	display: flex;
	margin: 0 0 50px 0;
}

.product-events-block {
	width: 50%;
	float: left;
}

.ssb-gala-product {
	background: url(../images/ssb-gala.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.ssb-business-product {
	background: url(../images/ssb-business.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.ssb-party-product {
	background: url(../images/party-ssb.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.ssb-business-event-product {
	background: url(../images/ssb-business-events.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.epicure-gala-product {
	background: url(../images/epicure-gala.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.epicure-business-product {
	background: url(../images/epicure-conference.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.epicure-business-event-product {
	background: url(../images/epicure-weddings.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.epicure-party-product {
	background: url(../images/epicure-parties.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.product-events-block-inner {
	width: 90%;
	padding: 35px 5%;
	float: left;
	display: block;
	background-color: #e5e5e5;
}

.product-events-block-inner h2 {
	font-family: 'Semibold', sans-serif;
	font-size: 1.5625em;
	line-height: 1.2em;
}

.product-events-block-inner ul {
	margin: 25px 0 35px 15px;
	float: left;
	display: block;
	list-style: disc;
	list-style-position: outside;
}

.product-events-block-inner li {
	font-family: 'Light', sans-serif;
	line-height: 1.5em;
	width: 100%;
}

.charter-view-more,
a.charter-view-more {
	color: #ffffff;
	background-color: #007fb4;
	padding: 5px 10px 5px;
	font-family: 'Semibold', sans-serif;
}

a.charter-view-more {
	display: inline-block;
	font-size: 0.85em;
}

.charter-view-more a {
	color: #ffffff;
}

.content-wrapper .product-events:last-child {
	margin-bottom: 0px;
}

.pro-bev-menu-block img {
	transition: all .5s ease-in-out;
}

.pro-bev-menu-block {
	overflow: hidden;
	margin-bottom: 0;
}

.pro-bev-menu-block p {
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
	background-color: rgba(0, 0, 0, 0.8);
	font-family: 'Light', sans-serif;
}

.pro-bev-menu-block:hover img {
	transform: scale(1.1);
}

.online-quote {
	width: 100%;
	float: left;
	display: block;
	background: url(../images/enquiry-bg.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #ffffff;
	text-align: center;
}

.online-quote .main-title:before,
.online-quote .main-title:after {
	border-bottom: 1px solid #ffffff;
}

.online-quote .content-wrapper {
	margin: 75px 0;
}

.online-quote .title-wrapper {
	margin: 0 0 20px;
	0;
}

.testimonials-slider-wrapper {
	width: 80%;
	margin: 0 auto;
}

#testimonials-slider {
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'Light', sans-serif;
	position: relative;
}

#testimonials-slider li {
	float: left;
	display: block;
	position: relative;
}

#testimonials-slider li p {
	line-height: 2em;
	margin: 0 0 15px;
}

#testimonials-slider li span {
	line-height: 1.5em;
	font-family: 'Semibold', sans-serif;
	margin: 30px 0 0;
	display: block;
	text-transform: uppercase;
}

#testimonials-slider li span i {
	font-family: 'Regular', sans-serif;
}

.testi-arrow {
	font-size: 3em;
	color: #888888;
}

#testi-next {
	position: absolute;
	left: -55px;
	top: 30%;
	display: inline-block;
}

#test-prev {
	position: absolute;
	right: -55px;
	top: 30%;
	display: inline-block;
}

#gall-next {
	position: absolute;
	left: 0px;
	top: 36%;
	display: inline-block;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	padding: 5px;
}

#gallery-slider li {
	width: 25%;
}

#gallery-slider li img {
	width: 100%;
	display: block;
}

#gall-prev {
	position: absolute;
	right: 0px;
	top: 36%;
	display: inline-block;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	padding: 5px;
}

.menu-banner {
	background: url(../images/banners/menu.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.about-us-banner {
	background: url(../images/banners/about-us.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.faq-banner {
	background: url(../images/banners/faq.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.contact-us-banner {
	background: url(../images/banners/contact-us.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.new-home-clusion-inner ul li:after {
	content: "";
	height: 2px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(213, 200, 251, 1) 75%, rgba(0, 0, 0, 0) 100%);
	display: block;
	margin-top: 8px
}

.menu-tab-wrapper {
	display: block;
	float: left;
	width: 100%
}

.menu-tab-left {
	width: 35%;
	float: left;
	margin: 0 4% 0 0;
	min-height: 340px;
	background-color: #e5e5e5;
}

.menu-tab-right {
	width: 61%;
	float: right;
	min-height: 340px;
	border: 1px solid #787878;
}

.menu-tab-left ul li {
	width: 100%;
	float: left;
	text-transform: uppercase;
	line-height: 1.5em;
	text-align: center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	cursor: pointer;
	padding: 30px 0 0;
}

.menu-tab-left ul li:hover,
.menu-tab-left ul li.active {
	background-color: #007fb4;
	color: #ffffff;
}

.menu-tab-left ul li:after {
	content: "";
	height: 2px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(119, 119, 119, 1) 50%, rgba(0, 0, 0, 0) 100%);
	display: block;
	margin: 28px 0 0 0;
}

.menu-tab-right-inner {
	display: inline-block;
	padding: 40px 30px;
}

.menu-tab-right-inner h2 {
	font-family: 'Semibold', sans-serif;
	font-size: 1em;
}

.menu-tab-right-inner p {
	line-height: 1.2em;
	padding: 10px 0;
}

.menu-tab-right-inner li {
	width: 100%;
	float: left;
	line-height: 1.5em;
	padding: 0 0 10px 0;
}

.menu-tab-right-inner li i,
.menu-tab-right-inner strong {
	font-style: italic;
	font-size: 0.9em;
	display: block;
}

.menu-tab-right-inner strong {
	font-weight: bold;
}

.normal-content {
	width: 85%;
	margin: 0 auto;
	font-family: 'Light', sans-serif;
}

.normal-content p {
	text-align: center;
	line-height: 1.8em;
	padding: 0 0 25px 0;
}

.normal-content p:last-child {
	padding: 0;
}

.event-function-banner {
	background: url(../images/banners/event-cat.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.event-cat {
	position: absolute;
	bottom: -50px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	color: #ffffff;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.event-cat h2,
.event-cat h5 {
	font-size: 1em;
	padding: 20px 0 15px;
	font-family: 'Regular', sans-serif;
}

.event-cat a {
	display: inline-block;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 8px 20px 6px;
	text-transform: uppercase;
	border-radius: 10px;
	margin: 0 0 15px 0;
	font-size: 0.8125em;
}

.event-cat-block {
	overflow: hidden;
}

.event-cat-block img {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.01, 1.01);
}

.event-cat-block:hover .event-cat {
	bottom: 0px;
}

.event-cat-block:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.bev-package-banner {
	background: url(../images/banners/beverages.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

ul.bev-tab-click li {
	line-height: 1.5em;
	padding: 20px 2% 0;
	width: 96%;
}

ul.bev-tab-click li:after {
	margin: 20px 0 0 0;
}

.bev-package-right {
	display: block;
	height: 100%;
}

.bev-one {
	background: url(../images/bev-package-1.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.bev-package-right-flex {
	display: flex;
	height: auto;
}

.bev-inner-left {
	width: 40%;
	float: left;
	display: block;
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-o-flex: 1 1 auto;
	flex: 1 1 auto;
}

.bev-inner-right {
	width: 94%;
	float: left;
	display: table-cell;
	padding: 25px 3% 0;
}

.bev-inner-right p span {
	font-family: 'Semibold', sans-serif;
}

.bev-inner-right p {
	padding: 10px 0;
	line-height: 1.5em;
}

.bev-inner-right h2 {
	font-family: 'Semibold', sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	padding: 0 0 10px 0;
}

.weddings-banner {
	background: url(../images/banners/weddings.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.events-highlights,
.our-fleet {
	display: block;
	width: 100%;
	float: left;
}

.events-highlights-left,
.events-highlights-right,
.our-fleet-left,
.our-fleet-right {
	display: block;
	float: left;
	width: 50%;
}

.events-highlights-block-inner {
	width: 90%;
	padding: 0 5%;
}

.events-highlights-block-inner li {
	font-family: 'Regular', sans-serif;
	display: block;
	line-height: 1.2em;
	padding: 0 0 15px 25px;
	position: relative;
}

.events-highlights-block-inner li:last-child {
	padding-bottom: 0;
}

.events-highlights-block-inner li:before {
	content: "\f111";
	font: 10px 'FontAwesome';
	font-size: 0.4em;
	position: absolute;
	left: 0;
	top: 5px;
}

.events-highlights-block-inner h3 {
	font-size: 1.5em;
	font-family: 'Semibold', sans-serif;
	line-height: 1.2em;
}

.events-highlights-block-inner ul {
	margin: 20px 0 0 0;
}

.highlight-next {
	position: absolute;
	left: 20px;
	top: 42%;
	z-index: 1;
}

.highlight-prev {
	position: absolute;
	right: 20px;
	top: 42%;
	z-index: 1;
}

.highlight-next .testi-arrow,
.highlight-prev .testi-arrow {
	color: #ffffff;
}

.slick-active .dot {
	width: 10px;
	height: 10px;
}

.boat-hire-banner {
	background: url(../images/banners/boat-hire.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.our-fleet-right-inner {
	width: 95%;
	padding: 0 0 0 5%;
}

.our-fleet-right-inner h2 {
	font-family: 'Bold', sans-serif;
	font-size: 1.5em;
}

.our-fleet-right-inner h2 span {
	display: block;
	font-size: 0.5333em;
	font-family: 'Regular', sans-serif;
	text-transform: capitalize;
	line-height: 1.8em;
}

.our-fleet-tab {
	display: block;
	margin: 29px 0 28px;
	float: left;
	width: 100%;
}

.our-fleet-tab a {
	display: inline-block;
	float: left;
	width: 23.5%;
	text-align: center;
	background-color: #e5e5e5;
	padding: 10px 0 8px;
	position: relative;
}

.our-fleet-tab a {
	margin-right: 2%;
}

.our-fleet-tab a:last-child {
	margin-right: 0;
}

.our-fleet-right-inner li {
	font-family: 'Regular', sans-serif;
	display: block;
	line-height: 1.2em;
	padding: 0 0 5px 3%;
	position: relative;
	width: 97%;
}

.highlight-slider li {
	position: relative;
}

.our-fleet-right-inner li:before {
	content: "\f111";
	font: 10px 'FontAwesome';
	font-size: 0.4em;
	position: absolute;
	left: 0;
	top: 5px;
}

.our-fleet-right-inner ul {
	margin: 0 0 14px 0;
	float: left;
	width: 100%
}

.our-fleet-tab a.active:after {
	width: 0;
	height: 0;
	content: "";
	bottom: -10px;
	left: 47%;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e5e5e5;
}

.fleet-breaker {
	width: 100%;
	float: left;
	display: block;
	content: "";
	border-bottom: 1px solid #000000;
	margin: 80px 0;
}

.see-more-vessel {
	width: 100%;
	float: left;
	display: block;
	text-align: center;
}

.see-more-vessel a {
	display: inline-block;
	color: #ffffff;
	background-color: #007fb4;
	padding: 15px 40px 13px;
	border-radius: 15px;
	margin: 0 0 40px 0;
}

.play-icon {
	position: absolute;
	z-index: 7;
	color: #ffffff;
	/* bottom: 0; */
	top: 40%;
	left: 45%;
	font-size: 4em;
}

.fleet-breaker.fleet-breaker-last {
	border: none;
	margin: 0 0 60px 0;
}

.fleet-tab img {
	margin: 0 13px 0 0;
}

.fleet-tab img:last-child {
	margin: 0;
}


/*.fleet-tab img.active {
	border: 2px solid #007fb4;
}*/

.fleet-tab img.active {
	outline: 2px solid #007fb4;
	outline-offset: -2px;
}

.gall-thumb {
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}

.gall-thumb img {
	display: block;
	width: calc(94%/4);
	float: left;
	margin: 0 2% 0 0;
}


/*a.has-sub:after {
	content: "\f0d7";
	font: 10px 'FontAwesome';
	font-size: .8em;
	padding: 0 0 0 8px;
}*/

.main-nav ul li {
	position: relative;
}

.main-nav ul ul {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	min-width: 250px;
	top: 30px;
	border-top: 2px solid #007fb4;
}

.main-nav ul ul li {
	float: none;
}

.main-nav ul ul li a {
	width: 90%;
	padding: 10px 4% 10px 6%;
	display: block;
	font-size: 0.9em;
	line-height: 1.2em;
}

.main-nav ul ul li a:hover {
	background-color: #007fb4;
	color: #ffffff;
}

li.menu-hover:hover ul {
	display: block;
}

li.has-sub-li:hover a {
	color: #007fb4;
}

li.has-sub-li:hover li a {
	color: #ffffff;
}

.main-nav ul ul.events-ul {
	min-width: 330px;
}

.qt-form-overlay.loader-without-content {
	height: 200px;
	float: left;
	width: 100%;
	position: relative;
	margin: 80px 0 0 0;
}

.popup-inner-container {
	max-width: 850px;
	float: left;
	display: block;
}

.menu-tab-right-inner h3 {
	font-family: 'Semibold', sans-serif;
	font-size: 1.5em;
	padding: 0 0 20px 0;
}

.beverage-popup h3,
.entertainment-popup h3 {
	font-family: 'Semibold', sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	padding: 0 0 10px 0;
}

.beverage-popup p span {
	font-family: 'Semibold', sans-serif;
}

ul.bev-tab-click li.bev-single-line-one:after,
ul.bev-tab-click li.bev-single-line-two:after {
	margin: 30px 0 0 0;
}

i.lower-case {
	text-transform: lowercase;
}

.menu-tab-top {
	width: 100%;
	float: left;
	display: block;
}

.menu-tab-top ul li {
	float: left;
	text-align: center;
	background-color: #e5e5e5;
	text-transform: uppercase;
	padding: 10px 0 8px;
	line-height: 1.2em;
	cursor: pointer;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.private-charter-menu {
	width: 100%;
	float: left;
	display: block;
	margin: 0 0 10px 0;
}


/*ul.private-charter-menu li {
	width: 22.2%;
	margin: 0 30px 30px 0;
	min-height: 38px;
	padding: 10px 0.5%;
	display: table;
}

ul.private-charter-menu li:nth-child(4n) {
	margin-right: 0;
}

ul.private-charter-menu li span {
	display: table-cell;
	vertical-align: middle;
}*/

ul.private-charter-menu li {
	margin: 0 3% 40px 0;
	min-height: 38px;
	padding: 0;
	width: calc(94%/3);
	display: block;
}

ul.private-charter-menu li img {
	display: block;
	float: left;
	width: 100%;
}

ul.private-charter-menu li:nth-child(3n) {
	margin-right: 0;
}

ul.bev-package li {
	width: 23.975%;
	margin: 0 1.36% 0 0;
}

ul.private-charter-menu .menu-icon-title {
	min-height: 55px;
	display: table;
	width: 100%
}

ul.private-charter-menu .menu-icon-title span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 96%;
	padding: 0 2%;
}

.food-menu-email-table {
	display: table;
	width: 100%;
	height: 100%;
}

.food-menu-email-table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 96%;
	padding: 0 2%;
}

.food-menu-email-table-cell .fa {
	font-size: 5.5em;
}

.food-menu-email {
	height: 233px;
}

.food-menu-email p {
	line-height: 1.3em;
	padding: 15px 0 0 0;
}

.food-menu-email:hover p,
.food-menu-email:hover .fa,
.email-box-only:hover p,
.email-box-only:hover .fa {
	color: #ffffff;
}

.food-menu-img {
	width: 100%;
	float: left;
	position: relative;
	transition: all .2s ease-in-out;
	overflow: hidden;
}

.food-menu-img img {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.01, 1.01);
}

.selected-menu-click:hover img {
	transform: scale(1.05);
}


/*.menu-tab-top ul li:last-child {
	margin: 0;
}*/

.menu-tab-top ul li:hover,
.email-box-only:hover,
.menu-tab-top ul li.active {
	background-color: #007fb4;
	color: #ffffff;
}

.menu-tab-bottom {
	width: 100%;
	float: left;
	display: block;
}


/*.tab-menu-list {
	width: 100%;
	float: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	border: 1px solid #888888;
}*/

.tab-menu-list {
	width: 100%;
	float: left;
	display: table;
	border: 1px solid #888888;
}

.common-list {
	margin: 0 0 80px 0;
	display: block;
	float: left;
	width: 100%;
}

.menu-tab-bottom .common-list:first-child {
	margin: 70px 0 80px;
}

.menu-tab-bottom .common-list:last-child {
	margin: 0;
}


/*.tab-menu-list-left {
	float: left;
	width: 40%;
	height: auto;
	display: block;
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-o-flex: 1 1 auto;
	flex: 1 1 auto;
}

.tab-menu-list-right {
	float: left;
	width: 60%;
	height: 100%;
	display: block;
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-o-flex: 1 1 auto;
	flex: 1 1 auto;
}*/

.tab-menu-list-left {
	width: 40%;
	height: auto;
	display: table-cell;
}

.tab-menu-list-right {
	float: left;
	width: 60%;
	height: 100%;
	display: table-cell;
}

.table-row {
	display: table-row;
}

.menu-one {
	background-image: url(../images/menu-1.jpg);
	background-position: center center;
}

.menu-two {
	background-image: url(../images/menu-canapes-and-deluxe-3-course.jpg);
	background-position: center center;
}

.menu-three {
	background-image: url(../images/menu-deluxe-harbour-buffet.jpg);
	background-position: center center;
}

.menu-four {
	background-image: url(../images/menu-informal-networking-menu.jpg);
	background-position: center center;
}

.menu-five {
	background-image: url(../images/menu-clearview-glass-boat.jpg);
	background-position: center center;
}

.bev-one {
	background-image: url(../images/bev-package-1.jpg);
	background-position: center center;
}

.bev-two {
	background-image: url(../images/bev-two.jpg);
	background-position: center center;
}

.bev-three {
	background-image: url(../images/bev-three.jpg);
	background-position: center center;
}

.bev-four {
	background-image: url(../images/bev-four.jpg);
	background-position: center center;
}

.fleet-block-two {
	width: calc(96.5812%/2);
	float: left;
	display: block;
	position: relative;
	-webkit-box-shadow: -1px 0px 17px -4px rgba(0, 0, 0, 0.87);
	-moz-box-shadow: -1px 0px 17px -4px rgba(0, 0, 0, 0.87);
	box-shadow: -1px 0px 17px -4px rgba(0, 0, 0, 0.87);
}

.fleet-block-two img {
	display: block;
}

.content-wrapper .fleet-block-two:nth-child(even) {
	margin: 0 1.7% 40px 0;
}

.content-wrapper .fleet-block-two:nth-child(odd) {
	margin: 0 0 40px 1.7%;
}

.highlight-margin {
	margin: 0 0 0 20px;
	cursor: pointer;
}

.tool-charter-type ul li:last-child {
	padding: 5px 0 12px;
}

.tooltip-wrapp {
	display: inline-block;
}

.events-highlights-left .events-highlights-block-inner {
	width: 95%;
	padding: 0 5% 0 0;
}

.enquiry-form-wrapper {
	width: 1000px;
	display: block;
	background-color: rgba(0, 0, 0, 0.9);
	color: #ffffff;
	float: left;
	font-family: 'Regular', sans-serif;
}

.enquiry-form-wrapper h5 {
	font-size: 2.5em;
	text-align: center;
}

.enquiry-form-inner {
	width: 92%;
	padding: 4%;
	display: block;
	float: left;
}

.enquiry-form-left {
	width: 47%;
	margin: 40px 3% 0 0;
	float: left
}

.enquiry-form-right {
	width: 47%;
	margin: 40px 0 30px 3%;
	float: left;
}

.enquiry-form-wrapper h6 {
	font-size: 1.375em;
	padding: 0 0 20px 0;
}

.enquiry-form-inner input[type=text] {
	width: 96%;
	float: left;
	margin: 10px 0;
	padding: 8px 2%;
	background-color: rgba(86, 86, 86, 0.4);
	border: 0;
	color: #ffffff;
	font-size: 0.9em;
	font-family: 'Regular', sans-serif;
}

.enquiry-form-inner textarea {
	width: 96%;
	float: left;
	margin: 10px 0;
	padding: 8px 2%;
	background-color: rgba(86, 86, 86, 0.4);
	border: 0;
	color: #ffffff;
	height: 70px;
	font-size: 0.9em;
	font-family: 'Regular', sans-serif;
}

.enquiry-sbmt-btn {
	display: block;
	margin: 0 auto;
	border: 0;
	background-color: #007fb4;
	color: #ffffff;
	padding: 5px 30px;
	text-transform: uppercase;
	font-family: 'Semibold', sans-serif;
	cursor: pointer;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #cccccc;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #cccccc;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #cccccc;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #cccccc;
}

.field-half {
	width: 47%;
	display: block;
}

.right {
	float: right;
}

.left {
	float: left;
}

.enquiry-form-inner .field-half input[type=text] {
	width: 92%;
	padding: 8px 4%;
}

.prefrd-contact-methd {
	width: 100%;
	float: left;
	display: block;
	background-color: rgba(86, 86, 86, 0.4);
	margin: 10px 0;
	font-size: 0.9em;
	color: #cccccc;
}

.prefrd-contact-methd-wrapper {
	width: 94%;
	float: left;
	padding: 5px 3% 20px;
}

.prefrd-contact-methd-wrapper p {
	padding: 0 0 15px 0;
}

.fancybox-close-custom {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.fancybox-close-custom .fa {
	font-size: 2em;
	line-height: 1.5em;
	color: #565656;
}

.testimonials-wrapper,
.testimonials-block {
	width: 100%;
	float: left;
	display: block;
}

.testimonials-block-left {
	width: 20%;
	float: left;
	padding: 10px 0;
	text-align: center;
	position: relative;
}

.testimonials-block-right {
	width: 75%;
	float: right;
	border-left: 1px solid #fff;
	padding: 10px 0 10px 4%;
	min-height: 80px;
	line-height: 80px;
}

.testimonials-block-right p {
	width: 100%;
	font-size: 1em;
	line-height: 1.8em;
	display: inline-block;
	vertical-align: middle;
}

.testimonials-block-left p {
	width: 100%;
	font-size: 1em;
	line-height: 1.8em;
	text-transform: uppercase;
	position: absolute;
	top: 37%;
	width: 90%;
}

.testimonials-wrapper .testimonials-block:nth-child(even) {
	background-color: #e5e5e5;
}

.testimonials-wrapper .testimonials-block:nth-child(odd) {
	background-color: #007fb4;
	color: #ffffff;
}

.testimonials-block {
	width: 92%;
	float: left;
	display: flex;
	padding: 3% 4%;
	margin: 40px 0 0;
}

.testimonials-wrapper .testimonials-block:first-child {
	margin: 0;
}

.testimonials-wrapper .testimonials-block:nth-child(even) .testimonials-block-right {
	border-left: 1px solid #000000;
}

.see-more-vessel.more-testimonials a {
	margin: 80px 0 0;
}

.contact-us-left {
	width: 65%;
	float: left;
	display: block;
	border: 1px solid #959595;
	margin: 70px 0 0;
}

.contact-us-right {
	width: 30%;
	float: right;
	display: block;
	background-color: #e5e5e5;
	text-align: center;
	margin: 70px 0 0;
}

.contact-us-left-wrapper {
	width: 90%;
	padding: 5%;
	float: left
}

.contact-us-left-wrapper p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 15px 0;
}

.contact-us-left-wrapper p span {
	font-family: 'Semibold', sans-serif;
	text-transform: uppercase;
}

.contact-us-left-wrapper p:last-child {
	padding: 0;
}

.contact-us-call {
	display: inline-block;
	border: 1px solid #000000;
	padding: 10px 30px;
	border-radius: 10px;
	margin: 0 0 40px 0;
}

a.contact-us-email {
	display: inline-block;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #007fb4;
	padding: 10px 70px;
	border-radius: 10px;
}

.contact-us-right-wrapper {
	width: 96%;
	padding: 78px 2%;
}

.contact-us-left-inner {
	width: 60%;
	float: left;
	display: block
}

.contact-us-right-inner {
	width: 40%;
	float: left;
	text-align: center;
	display: block
}

.contact-us-right-inner img {
	display: inline-block;
	margin: 20px 0 0;
}

.mobile-menu-icon {
	position: absolute;
	top: 25px;
	right: 15px;
	z-index: 5;
	display: none;
}

.border-menu {
	position: relative;
}

.lines-button {
	position: relative;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 25px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.lines-button:focus {
	outline: none;
}

.lines-button span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: white;
}

.lines-button span::before,
.lines-button span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	content: "";
}

.lines-button span::before {
	top: -6px;
}

.lines-button span::after {
	bottom: -6px;
}

.lines {
	background: none;
}

.lines span {
	-webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}

.lines span::before,
.lines span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
}

.lines span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.lines span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}

.lines.close {
	background: none;
}

.lines.close span {
	visibility: hidden;
}

.lines.close span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	visibility: visible;
}

.lines.close span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	visibility: visible;
}

.mob-clear {
	display: none;
}

ul.menu-tab-click {
	display: flex;
}

.mobile-only {
	display: none;
}

.not-mobile {
	display: block;
}

.faq-wrapper {
	width: 100%;
	float: left;
	display: block;
	border-bottom: 1px solid #000000;
}

.sitemap-wrapper {
	width: 100%;
	float: left;
	display: flex;
}

.faq-wrapper-inner {
	width: 94%;
	padding: 50px 3%;
	float: left;
}

.faq-wrapper-inner h3 {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 0 0 5px 0;
	font-family: 'Regular', sans-serif;
	text-transform: none;
}

.faq-wrapper-inner p {
	font-size: 1em;
	line-height: 1.8em;
	font-family: 'Light', sans-serif;
	padding: 0 0 20px 0;
}

.faq-wrapper-inner p:last-child {
	padding: 0;
}

.faq-wrapper-inner ul {
	width: 100%;
	float: left;
	display: block;
}

.faq-wrapper-inner ul li {
	width: 98%;
	float: left;
	list-style: disc;
	list-style-position: outside;
	padding: 0 0 15px 0;
	margin: 0 0 0 2%;
	line-height: 1.5em;
}

.faq-wrapper .faq-first {
	padding: 0 3% 50px;
}

.content-wrapper .faq-wrapper:last-child {
	border: none
}

.content-wrapper .faq-wrapper:last-child .faq-wrapper-inner {
	padding-bottom: 0px;
}

.sitemap-block {
	width: calc(96%/3);
	float: left;
	margin: 0 2% 0 0;
	background-color: #e5e5e5;
}

.sitemap-wrapper .sitemap-block:last-child {
	margin: 0;
}

.sitemap-block-inner {
	width: 80%;
	padding: 5% 10%;
	display: block;
	float: left;
	text-transform: uppercase
}

.sitemap-block-inner ul {
	list-style: disc;
}

.sitemap-block-inner ul li {
	width: 100%;
	margin: 10px 0;
	font-family: 'Light', sans-serif;
	line-height: 1.3em;
}

.sitemap-block-inner ul li i {
	text-transform: none;
}

.sitemap-block-inner ul ul {
	margin: 10px 0 0 25px;
	list-style: circle;
}

.sitemap-block-inner ul ul li a {
	font-size: 0.9em;
}

.sitemap-block-inner ul ul li {
	margin: 5px 0;
}

.about-vessel-events {
	width: 100%;
	float: left;
	display: block;
	margin: 70px 0 0;
}

.content-wrapper .about-vessel-events .fleet-block-two:nth-child(odd) {
	margin: 0 1.7% 0 0;
}

.content-wrapper .about-vessel-events .fleet-block-two:nth-child(even) {
	margin: 0 0 0 1.7%;
}

.thank-you-label {
	position: absolute;
	top: 31%;
	left: 37%;
}

.bev-inner-right ul {
	list-style: disc;
	list-style-position: outside;
	margin: 0 0 20px 3%;
	float: left;
	width: 95%;
	text-transform: capitalize;
}

.beverage-popup ul {
	list-style: disc;
	list-style-position: outside;
	margin: 10px 0 20px 3%;
	float: left;
	width: 95%;
	text-transform: capitalize;
}

.menu-soon {
	position: absolute;
	bottom: 65px;
	left: 3%;
	text-transform: uppercase;
	font-size: 1.6em;
	font-family: 'Light', sans-serif;
	background-color: rgba(255, 0, 0, 0.8);
	color: #ffffff;
	padding: 25px 25px 15px;
	border-radius: 10px;
}

.menu-soon span {
	display: block;
	font-family: 'Regular', sans-serif;
	font-size: 1.7em;
}

p.title-red {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #ff0000;
}

.menu-popup-wrapper {
	min-width: 500px;
}

.fleet-tab-1 {
	text-transform: capitalize;
}

.only-desk {
	display: block;
}

.vessel-details-pop-left {
	width: 37%;
	float: left;
	display: block
}

.vessel-details-pop-left ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}

.vessel-details-pop-left li img {
	display: block;
	width: 100%;
	float: left
}

.vessel-details-pop-right {
	width: 60%;
	float: left;
	display: block;
	margin: 0 0 0 3%;
}

.review-vessel-slider-wrapper {
	width: 100%;
	float: left;
	display: block;
	text-align: left;
}

.review-vessel-slider-wrapper h5 {
	font-size: 1.4em;
	padding: 30px 0;
	line-height: 1.2em;
	font-family: 'Light', sans-serif;
}

.review-vessel-slider-wrapper h5 span {
	font-family: 'SemiBold', sans-serif;
}

.review-vessel-slider-left {
	width: 65%;
	float: left;
	display: block;
	max-height: 330px;
	overflow: hidden;
}

#review-vessel-slider {
	max-height: 330px;
	overflow: hidden;
}

.review-vessel-slider-left img {
	display: block;
	width: 100%;
}

.review-vessel-slider-right {
	width: 32%;
	float: right;
	display: block;
}

.review-vessel-slider-thump img {
	display: block;
	width: 45%;
	float: left;
	cursor: pointer
}

.review-vessel-slider-thump img:nth-child(odd) {
	margin: 0 4% 25px 0
}

.review-vessel-slider-thump img:nth-child(even) {
	margin: 0 0 25px 4%
}

.review-vessel-slider-thump img.active {
	outline: 2px solid #007fb4;
	outline-offset: -2px;
}

.review-eye {
	padding: 0 0 0 15px;
}

.vessel-title-name {
	text-transform: uppercase;
	font-size: 1.6em;
	font-family: 'SemiBold', sans-serif;
	text-shadow: 2px 2px #000000;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 20px 11%;
	color: #ffffff;
	width: 78%;
	text-align: center;
}

.food-menu-boat-list {
	margin: 30px 0;
}

.main-food-menu-pop-up {
	max-width: 850px;
	float: left;
	display: block;
	padding: 20px 10px;
}

.main-food-menu-pop-up h3 {
	font-size: 2em;
	padding: 0 0 30px 0;
	width: 100%
}

.main-food-menu-pop-up h4 {
	font-size: 1em;
	width: 100%;
	padding: 0 0 5px 0;
	font-family: 'SemiBold', sans-serif;
}

.main-food-menu-pop-up h4 span {
	font-family: 'Light', sans-serif;
}

.main-food-menu-pop-up strong {
	font-family: 'SemiBold', sans-serif;
}

.main-food-menu-pop-up ul,
.main-food-menu-pop-up li {
	width: 100%;
	float: left;
	line-height: 1.5em;
}

.main-food-menu-pop-up ul {
	margin: 0 0 20px 0;
}

.main-food-menu-pop-up i {
	font-style: italic;
}

.tool-block .main-food-menu-pop-up h3 {
	font-size: 1em;
	padding: 0 0 20px 0;
	width: 100%;
	font-family: 'SemiBold', sans-serif;
}

.tool-block .main-food-menu-pop-up {
	padding: 0;
}

.tool-block .main-food-menu-pop-up h4 {
	font-size: 0.8em;
	width: 100%;
	padding: 0;
	font-family: 'SemiBold', sans-serif;
}

.tool-block .main-food-menu-pop-up ul {
	margin: 0 0 10px 0;
}

.tool-block .main-food-menu-pop-up ul li {
	float: left;
	font-size: 0.7em;
	line-height: 1em;
	padding: 5px 0;
	width: 100%;
	display: block;
	list-style-type: none;
}

#product-selected-menu-tab {
	display: block;
	float: left;
	position: relative;
	width: 100%
}

.food-menu-over-lay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 5%;
	color: white;
	width: 90%;
	height: 100%;
	transform: translateY(100%);
	transition: transform .35s ease-out;
	background-color: rgba(0, 127, 180, 0.7);
	/*background-color: rgba(204, 204, 204, 0.8);*/
}

.selected-menu-click:hover .food-menu-over-lay {
	transform: translateY(0);
}

.selected-menu-click:hover .food-menu-over-lay-content span {
	margin-top: 0;
}

.div-table {
	display: table;
	width: 100%;
	height: 100%
}

.div-table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.food-menu-over-lay-content span {
	text-transform: none;
	margin-top: 100px;
	color: #ffffff;
	display: block;
	transition: all 0.7s ease-out;
	font-size: 1.1em;
	line-height: 1.2em;
}

.bold-text {
	font-family: 'SemiBold', sans-serif;
}

.third-party-menu-desc {
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}

.caps-text {
	text-transform: uppercase;
}

.email-box-only {
	margin: 0 auto;
	padding: 0;
	width: calc(100%/3);
	display: block;
	text-align: center;
	background-color: #e5e5e5;
	text-transform: uppercase;
	height: 290px;
	margin-bottom: 40px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.email-hover-click {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #ffffff;
	width: 45%;
	text-transform: uppercase;
	padding: 5px 0 4px;
	cursor: pointer;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.email-hover-click:hover {
	background-color: #ffffff;
	color: #007fb4;
}

.event-new
{
    width: calc(89.7%/2);
    float: left;
    position: relative;
    margin: 0 5.13% 40px 0;
    -webkit-box-shadow: -1px 0px 17px -4px rgba(0, 0, 0, 0.87);
    -moz-box-shadow: -1px 0px 17px -4px rgba(0, 0, 0, 0.87);
    box-shadow: -1px 0px 17px -4px rgba(0, 0, 0, 0.87);
    transition: all .2s ease-in-out;
    overflow: hidden;
}
.event-new img{width:100%;
float: left;
}

.event-catption {
    position: absolute;
    top:0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #ffffff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.event-catption h3 {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #ffffff;
padding: 10px 0 10px;
}
.even-discription{
	color:#fff;
	position: absolute;
   bottom:0px;
   padding-bottom:10px;
    width: 80%;
	padding-top:15px;
	padding-left:10%;
	padding-right:10%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+12,000000+40&0+0,0.65+40 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 12%, rgba(0,0,0,0.65) 40%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 12%,rgba(0,0,0,0.65) 40%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 12%,rgba(0,0,0,0.65) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.even-discription p
{    line-height: 1.2em;
    text-align: center;
	/*text-shadow: 1px 0px 2px #000000;*/}
	
	
	.left .event-new:nth-last-child(1), .left .event-new:nth-last-child(2) {
    margin-bottom: 0;
}