
.btn-light {
    background: #036b76;
}
.btn-light:hover {
	color: #FFF;
	background: #19B99A;
}

.carousel-text h1 {
    line-height: 0.8;
}
.h1subtext{
	font-size: 60%;
	font-weight: 400;
}
#main .carousel-inner > .item{
	height: 100vh;
}
.videoframe {background: #000;}
.t3-footer-sl .t3-module ul > li {
    color: #FFF;
}
.main-tabs .tabs-links {
    display: flex;
	grid-gap: 35px;
	margin-left: -20px;
	margin-right: -20px;
}
.main-tabs .tabs-links .tab-link .inner {
    text-align: center;
    background: #FFF;
    padding: 80px 60px;
	box-shadow: 0px 10px 30px rgb(63 63 63 / 60%);
	position: relative;
	z-index: 2;
	cursor: pointer;
	height: 100%;
}
.main-tabs .tabs-links .tab-link .tab-title {
    margin: 0 0 30px;
}
.main-tabs .tabs-links .tab-link img {
    max-height: 100px;
    margin-bottom: 30px;
}
.main-tabs .tabs-links .tab-link .btn {
    margin-top: 20px;
}
.main-tabs .tabs-links .tab-link .inner:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 2px solid #BEDEDE;
    transition: .5s;
	z-index: 0;
}
.yacht-tab {
	margin: 140px 0;
	display: flex;
}
#galaxy .carousel-indicators {
    bottom: -20px;
	right: -5px;
    position: relative;
    width: 100%;
    left: auto;
    margin: 0;
	display: flex;
	justify-content: end;
}
#galaxy .carousel-indicators button {
    background: transparent;
    border: 0;
	width: auto;
	height: auto;
	opacity: .8;
	transition: .8s;
}
#galaxy .carousel-indicators button.active, 
#galaxy .carousel-indicators button:hover {
    opacity: 1;
}
#galaxy .carousel-indicators img {
    width: 100px;
}
.tab-pane {display: block!important;opacity:1!important}
.yacht-inner {
    text-align: center;
    background-color: #fff;
}
.yacht-inner h1 {
    margin-bottom: 40px;
}
.yacht-inner .details-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
	margin-bottom: 35px;
}
.yacht-inner .details-title {
    font-weight: bold;
    margin: 40px 0 20px;
}
.yacht-info .detail img {
    width: 70px;
    margin-bottom: 10px;
}
#detailsModal .close {
    font-size: 30px;
    color: #0B8AA7;
    opacity: 1;
}
#detailsModal h3, #detailsModal .subtitle {
	border-bottom: 1px solid #BEDEDE;
	margin-bottom: 30px;
	margin-top: 20px;
	padding-bottom: 10px;
}
.modal-fs {
	width: auto;
	min-height: calc(100vh - 60px);
	margin: 30px;
}
.modal-fs .modal-content {
	height: 100%;
}
ul.custom-style {
	list-style: none;
	padding: 0; 
}
ul.custom-style li {
	position: relative;
	padding-left: 20px;
}
ul.custom-style li:before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;
	background: #27B899;
	position: absolute;
	left: 0;
	top: 5px;
}
.t3-off-canvas .nav-pills > li > a {
    font-weight: bold;
}
.layout h1 {
	margin-bottom: 40px;
}
.layout .h3 {
	margin-top: 30px;
}
ul.sigFreeClassic {
	display: flex;
	flex-wrap: wrap;
}
.gallery .sigFreeThumb {
    width: 33%;
    margin: 0!important;
    overflow: hidden;
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img.sigFreeImg {
    transition: .8s;
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover img.sigFreeImg {
	opacity: 1;
    transform: scale(1.1);
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover:after {
	opacity: 0;
}
.fancybox-bg {
    background: #FFF;
}
.fancybox-button {
    background: #0B8AA7;
    color: #FFF;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #FFF;
    opacity: .6!important;
}
.fancybox-caption {
    background: transparent;
}
.fancyboxCounter {
	color: #0B8AA7;
}
.contact-main {
	margin-top: 140px;
	margin-bottom: 140px;
    display: flex;
}
.contact-image {
    background-image: url(/images/banners/contact_side.jpg);
    background-size: cover;
    background-position: 50% 50%;
	min-height: 200px;
}
.contact-image:before, #galaxy.carousel .item:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 2px solid rgb(255 255 255 / 70%);
}
.contact-logo img {
	max-height: 100px;
	margin: 0 auto;
	display: block;
}
.contact-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
	grid-gap: 70px;
	margin-top: 100px;
}
.contact-details .title {
    font-weight: bold;
}

.t3-footer{
	background: #037E8C;
}
.footerlogo{
	max-width: 300px;
}
.t3-footer .bottom-info > .row {
    display: flex;
	flex-direction: row-reverse;
    align-items: center;
}
.t3-footer .footer-menu {
    display: flex;
    justify-content: end;
    grid-gap: 30px;
}
.t3-spotlight.t3-footer-sl.row {
    align-items: center;
	padding-bottom: 10px;
}
.t3-footer-sl .t3-module ul > li > a{
	padding: 5px 0;
    display: inline-block;
}
#bookForm .rsform-calendar-box {
    width: calc(100% - 46px)!important;
    display: inline-block;
}
#bookForm .rsform-calendar-button {
    width: 46px;
    display: inline-block;
    margin: 1px 0 0 -1px;
}
#bookForm .formControlLabel {
    color: #0B8AA7;
	font-weight: 100;
    margin-top: 30px;
}
#bookForm input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #DDD;
    border-radius: 0;
    height: 46px;
    box-shadow: none;
}
span.formValidation {
    position: absolute;
    left: -5px;
    bottom: -15px;
}
#bookForm textarea {
	width: 100%;
    min-height: 100px;
    max-height: 300px;
    resize: vertical;
	border-radius: 0;
	box-shadow: none;
}
#bookForm input.rsform-checkbox {
	width: 20px;
	height: 20px;
}
#bookForm .rsform-submit-button {
	font-size: 16px;
	background: #0B8AA7;
	border-color: #0B8AA7;
	border-radius: 0;
	box-shadow: none;
	padding: 12px 18px;
	margin-top: 30px;
}
#bookForm .rsform-submit-button:hover {
	background: #27B899;
	border-color: #27B899;
}
.rsform-block .formBody {
	position: relative;
}
.rsform-block .formBody .formDescription {
   height: 2px;
   width: 0%;
   transform: translateX(-50%);
   background: #27B899;
   transition: .8s;
   position: absolute;
   bottom: 9px;
   left: 50%;
   margin: 0;
}
.rsform-block .formBody input:focus + .formValidation + .formDescription {
    width: 100%;
}
.yui-calendar td.calcell.calcellhover {
    background-color: #27B899;
    border-color: #27B899;
}
.yui-calendar td.calcell a {
    color: #0B8AA7;
}
.yui-calcontainer {
    border-color: #DDD;
    background: #FFF;
}
.yui-calendar .calnavleft, .yui-calendar .calnavright {
    color: #0B8AA7;
    font-family: 'FontAwesome';
    background-image: none!important;
    width: 20px;
    height: 20px;
    top: 0;
    text-indent: initial;
    font-size: 0;
}
.yui-calendar .calnavleft:before {
    content: "\f053";
    font-size: 16px;
}
.yui-calendar .calnavright:before {
    content: "\f054";
    font-size: 16px;
}
#g-recaptcha-response {display: none;}


body ._access-icon {
    background-color: #000!important;
    padding: 5px;
    text-indent: 0!important;
    font-size: 35px!important;
    text-align: center;
    line-height: 40px!important;
}
._access-menu ul li {
    background-color: #FFF!important;
    border-radius: 0!important;
    border: 0!important;
    border-bottom: 1px solid #DDD!important;
}
body ._access-menu ul li:before {
	font-size: 16px!important;
    font-family: 'FontAwesome';
}
body ._access-menu ul li[data-access-action="increaseText"]:before {content: "\f00e";}
body ._access-menu ul li[data-access-action="decreaseText"]:before {content: "\f010";}
body ._access-menu ul li[data-access-action="increaseTextSpacing"]:before {content: "\f178";}
body ._access-menu ul li[data-access-action="decreaseTextSpacing"]:before {content: "\f177";}
body ._access-menu ul li[data-access-action="invertColors"]:before {content: "\f042";}
body ._access-menu ul li[data-access-action="grayHues"]:before {content: "\f02a";}
body ._access-menu ul li[data-access-action="underlineLinks"]:before {content: "\f0cd";}
body ._access-menu ul li[data-access-action="bigCursor"]:before {content: "\f245";}
body ._access-menu ul li[data-access-action="readingGuide"]:before {content: "\f031";}
body ._access-menu ul li[data-access-action="textToSpeech"]:before {content: "\f028";}
body ._access-menu ul li[data-access-action="speechToText"]:before {content: "\f130";}
._access-menu ul li svg {
    display: none;
}
._access-menu ._menu-close-btn {
    transform: none!important;
    color: #000!important;
}
._access-menu ._menu-reset-btn {
    color: #038391!important;
}


@media (min-width: 1200px) {
	.modal-fs .modal-content {
		padding: 60px;
	}
}
@media (min-width: 991px) {
	.off-canvas-toggle {
		display: none;
	}
	.t3-mainnav > .container {
		position: relative;
		display: flex;
		padding: 0;
		border: 2px solid rgb(255 255 255 / 70%);
	}
	.container > .navbar-header {
		padding: 15px;
		border-right: 2px solid rgb(255 255 255 / 70%);
		display: flex;
		align-items: center;
	}
	.logo-image > a {
		max-width: 350px;
	}
	.yacht-tab > .gallery-box {
		padding-left: 0;
	}
	.layout {
		position: sticky;
		top: 100px;
		align-self: flex-start;
	}
	.main-tabs .tabs-links .tab-link {
		width: 33.33336%;
		margin-top: -40px;
		position: relative;
	}
	.t3-spotlight.t3-footer-sl > .col-xs-12 {
		padding: 0;
	}
	.t3-copyright .copyright{
		padding: 0 5px;
		margin-bottom: -5px;
		margin-top: 7px;
	}
}
@media (min-width: 1500px) {
	.t3-mainnav > .container {
		width: calc(100% - 300px);
	}
	.header-sticky .head-search .mod-languages {
		position: fixed;
		top: 15px;
		right: 10px;
		left: unset;
	}
	.videoframe > video {
		min-width: 105%;
		min-height: 105%;
		height: auto;
	}
	.leftcontent {
		padding-right: 90px;
	}
	.innercont, .yacht-inner, .contact-details {
		padding: 100px;
	}
}
@media (min-width: 1200px) and (max-width: 1499px) {
	.leftcontent {
		padding-right: 30px;
	}
	.innercont, .yacht-inner, .contact-details {
		padding: 50px;
	}
}
@media (max-width: 1499px) {
	.t3-mainnav > .container {
		width: 95%;
	}
	.videoframe, #main .carousel-inner > .item {
		height: 90vh;
	}
	.videoframe > video {
		min-width: 110%;
		min-height: 110%;
		height: auto;
	}
}
@media (max-width: 1280px) {	
	.videoframe > video {
		height: 100%;
		width: auto;
	}
}
@media (max-width: 1199px) {
	img {
		max-width: 100%;
	}
	.innercont, .yacht-inner, .contact-details {
		padding: 50px;
	}
	.yacht-info .detail img {
		width: 50px;
	}
	.t3-footer .espa-logo img {
		max-height: 50px;
	}
}
@media (min-width: 991px) and (max-width: 1199px) {	
	.contact-info {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
		margin-top: 50px;
	}
	.carousel-text {
		text-align: left;
		left: 20px!important;
		transform: translateY(-50%);
	}
	.tab-pane h1 {
		letter-spacing: 2px;
		line-height: 1.3;
	}
	.gallery .sigFreeThumb {
		height: 150px;
	}
	.layout img {
		max-width: 150px;
	}
	.contact-info > .info:last-child {
		display: none!important;
	}
}
@media (max-width: 1150px) {	
	.container > .navbar-header {
		border-right: 0;
	}
	.main-tabs .tabs-links {
		flex-wrap: wrap;
	}
	.main-tabs .tabs-links .tab-link {
		width: calc(100% / 2 - 17.5px);
		margin: 0;
		position: relative;
	}
	.main-tabs .tabs-links .tab-link:last-child {
		width: 100%;
	}
	.main-tabs .tabs-links .tab-link .inner {
		padding: 60px 40px!important;
	}
}
@media (max-width: 990px) {
	.t3-mainnav {
		min-height: 120px;
		top: 10px;
	}
	.off-canvas-toggle + .container .navbar-header .logo {
		top: 10px;
		left: 115px;
		border-left: 0;
	}
	.head-search {
		display: none;
	}
	.logo-image > a {
		max-width: 345px;
		padding: 10px;
		border: 1px solid #FFF;
	}
	.header-sticky .logo-image > a {
		border-color: #E5E5E5;
	}
	.t3-mainnav .espa-logo.hidden-md {
		position: absolute;
		right: 20px;
		background: #FFF;
		padding: 10px;
	}
	.t3-mainnav .espa-logo.hidden-md img {
		height: 75px;
	}
	#t3-off-canvas .nav-stacked.menu > li:last-child {
		display: none;
	}
	.videoframe, #main .carousel-inner > .item {
		height: 95vh;
	}
	.videoframe > video {
		transform: translateX(-37%);		
	}
	.carousel-text {
		top: 50%;
		left: 50px;
		right: 50px;
	}
	.companytab, .yacht-tab, .contact-main {
		flex-direction: column;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.companytab .text-left {
    text-align: center;
}
	.gallery {
		margin-top: 70px;
	}
	.footerlogo {
		margin: 0 auto;
		display: block;
	}
	.t3-footer .bottom-info > .row {
		display: block;
	}
	.t3-footer .espa-logo {
		text-align: center;		
		margin-top: 20px;
	}
	.footer-contact {
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
		margin-top: 30px;
	}
	.t3-footer .footer-menu {
		justify-content: center;
	}
	.t3-copyright .copyright {
		text-align: center;
		margin-bottom: -10px;
	}
}
@media (max-width: 920px) and (orientation: landscape) {
	#main .carousel-inner > .item, .videoframe {
		height: 120vh;
	}
	#main .carousel-text {
		top: 300px;
		left: 20px!important;
		right: 20px;
	}
	.carousel-text h1 {
		font-size: 60px;
	}
	#main .carousel-control-prev {
		right: 140px;
		transform: scale(0.7);
	}
	#main .carousel-control-next {
		right: 60px;
		transform: scale(0.7);
	}
}
@media (max-width: 767px) {	
	.videoframe > video {
		transform: translateX(-40%);
	}
	#main .carousel-text {
		top: 40%;
		left: 50%;
		transform: translate(-50%);
	}
	.carousel-text h1 {
		font-size: 50px;
	}
	.main-tabs .tabs-links {
		flex-direction: column;
	}
	.main-tabs .tabs-links .tab-link {
		width: 100%;
	}
}
@media (max-width: 640px) {
	.t3-mainnav {
		top: 0;
		padding: 10px;
		min-height: 200px;
	}
	#t3-mainnav .off-canvas-toggle {
		width: 70px;
		height: 70px;
		left: 10px;
		top: 10px;
		transition: .5s;
	}
	.off-canvas-toggle + .container .navbar-header .logo {
		top: unset;
		bottom: 10px;
		left: 10px;
		right: 10px;
	}
	.logo-image > a {
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
	.logo-image > a > img {
		max-height: 75px;
		transition: .5s;
	}
	.t3-mainnav .espa-logo.hidden-md {
		top: 10px;
		right: 10px;
		padding: 0;
	}
	.t3-mainnav .espa-logo.hidden-md img {
		height: 65px;
	}
	#t3-mainnav.header-sticky {
		min-height: 150px;
	}
	#t3-mainnav.header-sticky .off-canvas-toggle {
		width: 50px;
		height: 50px;
	}
	#t3-mainnav.header-sticky .espa-logo.hidden-md img {
		height: 50px;
	}
	#t3-mainnav.header-sticky .logo-img {
		max-height: 50px;
	}
	#main .carousel-control-prev {
		right: 80px;
		transform: scale(0.7);
	}
	#main .carousel-control-next {
		right: 0;
		transform: scale(0.7);
	}
	.innercont, .yacht-inner, .contact-details {
		padding-left: 10px;
		padding-right: 10px;
	}
	.companytab p {
		text-align: center;
	}
	#galaxy .carousel-indicators img {
		width: 60px;
	}
	.modal-fs {
		margin: 0px;
	}
	.gallery .sigFreeThumb {
		width: 50%;
		height: 150px;
	}
	.contact-details h1 {
		text-align: center;
	}
	#contact .contact-info {
		display: block;
		margin-top: 50px;
	}
	#contact .contact-info > .info {
		margin-bottom: 30px;
		text-align: center;
	}
}
@media (max-width: 480px) {	
	.t3-off-canvas .close {display: block;}
	.yacht-inner .details-box {
		grid-template-columns: repeat(2, 1fr);
	}
	.t3-footer, .t3-footer .espa-logo {text-align: center;}
	.footer-contact {
		text-align: center;
		margin-top: 20px;
	}
	.t3-footer .footer-menu {display: block;}
	.t3-footer .espa-logo img:first-child {margin-bottom: 20px;}
}