body{
	margin: 0px;
	margin: 0px;
	font-family: "Mark Web W04 Book";
}

body {
  
    position: relative;
}
@font-face {
	font-family: "Mark Web W04 Book";
	src: url("../fonts/bd5a32d337e7d0a296b80cd3b7d0b1c0.eot"); /* IE9*/
	src: url("../fonts/bd5a32d337e7d0a296b80cd3b7d0b1c0%EF%B9%96.eot#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/bd5a32d337e7d0a296b80cd3b7d0b1c0.woff2") format("woff2"), /* chrome、firefox */
	url("../fonts/bd5a32d337e7d0a296b80cd3b7d0b1c0.woff") format("woff"), /* chrome、firefox */
	url("../fonts/bd5a32d337e7d0a296b80cd3b7d0b1c0.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("../fonts/bd5a32d337e7d0a296b80cd3b7d0b1c0.svg#Mark%20Web%20W04%20Book") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: 'DomaineText';
    src: url('../../../../index.html') format('woff2'),
        url('../../../../index.html') format('woff'),
        url('../../../../index.html') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DomaineTextreg';
    src: url('../../../../index.html') format('woff2'),
        url('../../../../index.html') format('woff'),
        url('../../../../index.html') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DomaineText';
    src: url('../fonts/DomaineText-Light.woff2') format('woff2'),
        url('../fonts/DomaineText-Light.woff') format('woff'),
        url('../fonts/DomaineText-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'elisabettaregular';
    src: url('../fonts/elisabetta-webfont.woff2') format('woff2'),
         url('../fonts/elisabetta-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aesthetik_scriptregular';
    src: url('../fonts/aesthetik_script_demo-webfont.woff2') format('woff2'),
         url('../fonts/aesthetik_script_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AllureScript';
    src: url('../fonts/AllureScript.woff2') format('woff2'),
        url('../fonts/AllureScript.woff') format('woff'),
        url('../fonts/AllureScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


p:empty {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}
a,
a:visited {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0; 
}
.container{
	max-width: 1360px;
	width: 100%;
}
.top-main-header{
	background: url("../images/top-bg.png") center top;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 30px;
	    z-index: 99;
}
.top-main-header .navbar-default{
	background-color: transparent;
	border-color: transparent;
	margin: 0px;
}
.top-main-header .navbar-default .navbar-brand{
	height: auto;
	padding: 5px 15px;
}
.right-btn{
	float: right;
	text-align: center;
}
.right-btn button{
	background: #06377b;
	border: none;
	color: #ffffff;
	font-size: 22px;
	padding: 25px 15px 15px 15px;
	    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}
.right-btn span{
	color: #ffffff;
	font-size: 22px;
}

.top-main-header .navbar-default .navbar-toggle{
	border: none;
	padding: 0px;
	margin-top: 27px;
}
.top-main-header .navbar-default .navbar-toggle .icon-bar{
	background: #ffffff;
	width: 30px;
	height: 3px;
}
.top-main-header .navbar-toggle .icon-bar + .icon-bar{
	margin-top: 7px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: transparent;
}

.top-main-header .navbar-right{
	margin-right: 0;
	margin-top: 30px;
}
.top-main-header .navbar-default .navbar-nav > li > a{
	position: relative;
	font-size: 21px;
	color: #ffffff;
	padding:0px;
	margin: 0px 10px;
	padding-bottom: 5px;
	border-bottom: 3px solid transparent;
}
.top-main-header .navbar-default .navbar-nav > li > a:before{
	content: "";
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 3px;
	background: #cca03f;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.top-main-header .navbar-default .navbar-nav > li > a:hover:before{
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.top-main-header .navbar-default .navbar-nav > .active > a{
	border-bottom: 3px solid #cca03f;
	background-color: transparent;
	color: #ffffff;
}
.top-main-header .navbar-default .navbar-nav > .open > a{
	background-color: transparent;
	color: #ffffff;
}

.slider{
	margin: 0px;
	background: #fbfbfb;
	color: #333338;
	width: 100%;
	height: 90vh;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-moz-osx-font-smoothing: grayscale;
	overflow:hidden;
}

.content.index .cover_title{
	color: #ffffff;
	font-size: 90px;
}
.content.index .open_link{
	color: #ffffff;
	margin-top: 118px;
	font-size: 24px;
}
.content.index .next_detail .cover_title{
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
	color: transparent;
	font-size: 90px;
}
.content.index .front_nav {
    color: #3c3c3c;
}
.content.index .front_nav .next_prev div span{
	color: #636363;
}

.open_page.title a{
	color: #ffffff;
	font-size: 34px;
	text-decoration: none;
}
.open_page.title a:hover{
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
	color: transparent;
}
.open_page span{
	background: #ffffff;
}

.tagline{
	padding: 12px 0px 30px 0px;
	text-align: center;
}
.line-in{
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #06377b;
}

.line-in h1{
	font-size: 26px;
	color: rgba(93, 93, 93, 0.6);
	background: #ffffff;
	margin-bottom: -10px;
	display: inline-block;
	padding: 0px 25px;
}
.tagline.inner-tg .line-in h1{
	color: rgba(93, 93, 93, 0.6);
}

.opening-main{
	padding: 110px 0px 215px 0px;
}
.opening-inner{
	border: 2px solid #cca03f;
	padding: 0px 37px;
}
.opening-left{
	width: 50%;
	float: left;
}
.opening-right{
	width: 50%;
	float: right;
}
.opening-left h1{
	font-family: 'DomaineText';
	display: inline-block;
	background: #ffffff;
	font-size: 66px;
	font-weight: 300;
	color: #06377b;
	margin-bottom: 31px;
	margin-top: -40px;
	margin-right: -195px;
}
.opening-left p{
	font-size: 20px;
	color: #3c3c3c;
	line-height: 1.65;
	margin-bottom: 41px;
}
.opening-btn {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.opening-btn a{
	font-size: 22px;
	color: #ca8d04;
	border-bottom: 3px solid #06377b;
	text-decoration: none;
	position: relative;
}
.opening-btn a:after{
	content: "";
	width: 0;
	height: 3px;
	position: absolute;    transition: all 0.2s linear;
    transition-delay: 0s;
	background: #ca8d04;
	left: 0;
	bottom: -3px;
}
.opening-btn a:hover:after{
	width: 100%;
}


.opening-btn a + a{
	margin-left: 30px;
}
.opening-img img{
	width: 100%;
}
.opening-img{
	padding-left: 30px;
	margin-top: 50px;
	margin-bottom: 0;
	position: absolute;

}
.tht-box{
	background: #cca03f;
	width: 115px;
	height: 120px;
	text-align: center;
	line-height: 120px;
}
.tht-box img{
	width: auto;
}
.up-line-op{
	display: flex;
	position: absolute;
	bottom: 44px;
	left: -85px;
}
.tht-text{
	background: #06377b;
}
.tht-text h5{
	font-size: 25px;
	color: #ffffff;
	height: 120px;
	line-height: 34px;
	padding: 24px 20px;
}

.tht-text h5 i {
    margin-left: 10px;
    /* margin-top: 7px; */
    position: relative;
    top: 2px;
}

.cta-slider{
	background: #eeeeee;
	margin-bottom: 105px;
}

.inner-cta img{
	width: 100%;
}

.right-text-cat{
    padding: 32px 16% 30px 7%;
}

.right-text-cat h1{
	font-size: 77px;
	line-height: 1.1;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #06377b;
	color: transparent; 
	margin-bottom: 35px;
}
.row.inner-cta{
	margin: 0px;
}
.inner-cta [class^="col-"]{
	padding: 0px;
}
.right-text-cat p{
	font-size: 17px;
	line-height: 1.611;
	color: #3c3c3c;
	margin-bottom: 22px;
}
.right-text-cat a{
	text-decoration: none;
	font-size: 34px;
	color: #ca8d04;
	position: relative;
}
.right-text-cat a span{
	position: absolute;
	display: inline-block;
	width: 138px;
	height: 3px;
	margin-left: 8px;
	top: 60%;
	background: #06377b;
	transform-origin: 0 50%;
	-webkit-transform-origin: 0 50%;
	transform-style: preserve-3d;
	will-change: transform;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cta-slider .owl-theme .owl-controls {
    margin: 0px;
}
.cta-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
	background: #06377b;
	width: 105px;
	height: 150px;
	
    top: 44%;
    left: 0px;
    padding: 0px;
    margin: 0px;
    color: #dde0e0;
    font-size: 38px;
	border-radius: 0;
    opacity: 1;
	text-align: right;
    padding-right: 20px !important;
}
.cta-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
	background: #06377b;
	width: 105px;
	height: 150px;
	
    top: 44%;
    right: 0px;
    padding: 0px;
    margin: 0px;
    color: #dde0e0;
    font-size: 38px;
	border-radius: 0;
    opacity: 1;
	text-align: left;
    padding-left: 20px !important;
}
.newsletter-main{
	margin-top: 0px;
	background: url(../images/new-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 31px 23px;
}
.newsletter-inner{
	border: 1px solid #ffffff;	
	padding: 50px 0px;
	text-align: center;
}
.newsletter-inner h1{
	font-size: 39px;
	color: #ffffff;
	padding-bottom: 10px;
	font-weight: bold;
}
.newsletter-inner p{
	font-size: 26px;
	color: #ffffff;
	margin-bottom: 60px;
}
.newsletter-inner form {
    max-width: 715px;
    margin: 0px auto;
	margin-bottom: 21px;
    display: table;
    width: 100%;
}
.newsletter-inner form input {
    max-width: 486px;
    width: 100%;
    float: left;
    background: #FFF;
    padding: 21px 36px;
    border: none;
    margin: 0px 24px 0px 0px;
    text-transform: none;
    font-size: 22px;
    line-height: 0px;
	color: #838383;
	height: 70px;
}
.newsletter-inner form span.tnstyle {
    padding: 8px;
    float: left;
    background: #ffffff;
    max-width: 202px;
    width: 100%;
}
.newsletter-inner form input[type="submit"] {
    width: 100%;
    background: none;
    padding: 12px 30px;
    color: #06377b;
    border: 1px solid #06377b;
    float: left;
    font-size: 22px;
	font-weight: 600;
    margin: 0px;
	height: 54px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.siblings-main{
	padding: 96px 0px 86px 0px;
}
.sib-border{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	border: 1px solid #fff;
}
.siblings-main h2{
	text-align: center;
	font-size: 47px;
	font-family: 'DomaineText';
	color: #06377b;
	margin-bottom: 50px;
	font-weight: 300;
}
.siblings-main ul{
	padding: 0px;
	list-style: none;
}
.siblings-box{
	position: relative;
	overflow: hidden;
}
.siblings-box a{
	position: relative;
	display: block;
}
/* .siblings-box a:before{ */
	/* content:""; */
	/* border: 1px solid #ffffff; */
	/* position: absolute; */
	/* width: 96.5%; */
	/* height: 94%; */
	/* top: 10px; */
	/* left: 10px; */
	/* z-index: 1; */
/* } */
.siblings-box a:before{
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	top: 18px;
	bottom: 18px;
	z-index: 9;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-top: 1px solid rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.siblings-box a:after{
	content: "";
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 18px;
	right: 18px;
	z-index: 9;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-left: 1px solid rgba(255, 255, 255, 1);
	border-right: 1px solid rgba(255, 255, 255, 1);
}
.siblings-box a:hover:before {
	left: 18px;
	right: 18px;
}
.siblings-box a:hover:after {
	top: 18px;
	bottom: 18px;
}

.siblings-box img{
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.siblings-box a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.content-sib-info{
	position: absolute;
	top: 30%;
	align-items: center;
	text-align: center;
	width: 100%;
	padding: 0px 45px;
}
.content-sib-info img{
	    max-width: 340px;
    width: auto;

}
.siblings-box a:hover .content-sib-info img{
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}
.content-sib-info p{
	font-size: 22px;
	color: #ffffff;
}
.content-sib-info button{
	background: none;
	border: none;
	text-decoration: none;
	font-size: 24px;
	color: #ffffff;
	border-bottom: 3px solid #c89a38;
	padding: 0;
	    font-weight: bold;

}

.siblings-main ul li:last-child .siblings-box .content-sib-info {
	top: 26%;
}
.siblings-main ul li:last-child .siblings-box .content-sib-info p{
	margin-top: -10px;
	margin-bottom: 21px;
}


.footer-cta{
	background: #06377b;
	padding: 6px 0px;
}
.inner-pages-bgrc{
	margin-top: 50px;
}

.cta-line-footer{
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 60px 0px;
}
.cat-footer-btn{
	text-align: center;
}
.cat-footer-btn a{
	text-decoration: none;
	font-size: 30px;
	color: #ffffff;
	border-bottom: 3px solid #c89a38;
	padding-bottom: 4px;
	position: relative;
	display: inline-block;
}
.cat-footer-btn a:after{
	content: "";
	width: 0;
	height: 3px;
	position: absolute;    transition: all 0.2s linear;
    transition-delay: 0s;
	    background: #fff;
	left: 0;
	bottom: -3px;
}
.cat-footer-btn a:hover:after{
	width: 100%;
}
.footer-main{
	padding: 77px 0px 37px 0px;
}

.footer-link h2{
	font-family: 'DomaineText';
	font-size: 34px;
	font-weight: 300;
	color: #ca8d04;
	margin-bottom: 9px;
}
.link-fx{
	display: flex;
}
.footer-link ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 50%;
}
.footer-link ul li{
	margin-bottom: 3px;
}
.footer-link ul li a{
	text-decoration: none;
	font-size: 20px;
	color: #06377b;
	display: block;
}
.footer-link ul li a:hover{
	color: #ca8d04;
}
.link-fx.right ul {
	
}
.link-fx.right ul + ul{
	padding-left: 25px;
}
.tag-line-footer h2{
	font-family: 'DomaineText';
	font-size: 34px;
	font-weight: 300;
	color: #ca8d04;
	margin-bottom: 25px;
}
.inner-footer{
	margin-bottom: 70px;
}
.inner-footer [class^="col-"]{
	/* padding: 0px; */
}
.copy-toplogo{
	margin-bottom: 47px;
}
.copy-toplogo a{
	margin-bottom: -45px;
}
.social-md{
	padding: 20px 0px; 
}
.social-md ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.social-md ul li{
	display: inline-block;
	margin-right: 14px;
}
.social-md ul li a{
	text-decoration: none;
	color: #06377b;
	font-size: 28px;
}
.social-md ul li a:hover{
	color: #ca8d04;
}
.address-footer{
	padding-top: 10px;
	text-align: center;
}
.address-footer span{
	display: block;
	font-size: 18px;
	color: #06377b;
	margin-bottom: 10px;
}
.address-footer span a{
	text-decoration: none;
}
.address-footer span a:hover{
	color: #ca8d04;
}
.select-language-foot{
	float: right;
	border: 1px solid #06377b;
	padding: 6px;
	margin-top: 15px; 
}
.select-language-foot a{
	border: 1px solid #06377b;
	text-decoration: none;
	position: relative;
	display: block;
	height: 50px;
	line-height: 44px;
	color: #06377b;
	font-size: 21px;
}
.select-language-foot a span{
	margin-left: 55px;
	margin-right: 20px;
	color: #06377b;
}
.select-language-foot a:before{
	content: "";
	background: url("../images/select-language-icon.png") no-repeat center;
	display: block;
	width: 45px;
	height:48px;
	position: absolute;
}

.select-language-foot .goog-te-gadget img{
	display: none;
}

.select-language-foot .goog-te-gadget-simple{
	border: none;
	margin-bottom: 0px;
	padding: 0px;
}

.select-language-foot a span:nth-of-type(2){
	margin-left: 0px;
	margin-right: 0px;
	display: none;
}

.select-language-foot a span:nth-of-type(3){
	margin-left: 20px;
	margin-right: 20px;
	display: none;
}


.select-language-foot{}
.select-language-foot a{
	margin: 0px;
}
.goog-te-gadget-simple{
	
}

.social-media {
    float: left;
    position: fixed;
    right: 0;
    bottom: 45%;
    background: #cca03f;
    max-width: 40px;
    padding: 10px 12px;
    text-align: center;
    z-index: 999;
}
.social-media a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}
.social-media a i {
    color: inherit;
}

.social-media a:hover {
    color: #8a6105;
}


.dit-showinner a
{
	color: inherit !important;
	font-size:inherit !important;
	border:none !important;
}

.dit-showinner a:after
{
	display:none !important;
}

.newsletter-inner input.wpcf7-not-valid {
    border-color: red !important;
    border: 2px solid red !important;
}

.newsletter-inner span.wpcf7-not-valid-tip {
    display: none;
}

.newsletter-inner .wpcf7-response-output {
    text-align: center;
    border: none !important;
    color: #fff !important;
    margin-top: 20px !important;
    position: relative;
    top: 20px;
	font-size:17px;
	font-weight:bold;
   
}
/* --- Daily Cruises --- */

.allpage-title h1{
	color: #ffffff;
	font-size: 120px;
	font-family: 'elisabettaregular';
	padding-top: 30%;
	padding-bottom: 30px;
}

.daily-cruises{
	background: url("../images/daily-cruises-bg.jpg") no-repeat center;
	background-size: cover;
	min-height:550px;
	position: relative;
}

.open-text{
	padding: 48px 0px 84px 0px;
}
.open-text-inner{
	text-align: center;
	max-width: 1030px;
	margin: 0 auto;
	width: 100%; 
}
.open-text-inner h1{
	color: #ca8d04;
	font-family: 'DomaineText';
	font-weight: 300;
	font-size: 36px;
	line-height: 1.333;
	margin-bottom: 8px;
}
.open-text-inner p {
	color: #3c3c3c;
	font-size: 20px;
	line-height: 1.65;
	margin: 0px;
}
.open-text-inner a {
	font-size: 22px;
	color: #ca8d04;
	border-bottom: 3px solid #06377b;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
	margin-top: 26px;
	display: inline-block;
}
.open-text-inner a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;    transition: all 0.2s linear;
    transition-delay: 0s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.open-text-inner a:hover::after {
    width: 100%;
}
.inner-daily-box{
	margin-bottom: 50px;
	padding: 0px 10px;
}
.img-daily img{
	width: 100%;
}
.inner-daily-box-dit{
	padding: 22px 0px 28px 0px;
}
.inner-daily-box-dit h1{
	font-size: 30px;
	line-height: 1.333;
	color: #06377b;
	margin-bottom: 10px;
}

.inner-daily-box-dit p{
	color: #3c3c3c;
	font-size: 20px;
	line-height: 1.65;
	margin: 0px;
	margin-bottom: 24px;
}
.inner-daily-box-dit p.prices-tax{
	font-size: 16px;
}

.inner-daily-box-dit a{
	font-size: 22px;
	color: #ca8d04;
	border-bottom: 3px solid #06377b;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
}
.inner-daily-box-dit a#colps{
	margin-right: 40px;
}
.inner-daily-box-dit a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;    transition: all 0.2s linear;
    transition-delay: 0s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.inner-daily-box-dit a:hover::after {
    width: 100%;
}

.daily-cruises-box{
	margin-bottom: 74px;
}

/* .daily-cruises-box .row{ */
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	/* display: flex; */
	/* -ms-flex-wrap: wrap; */
	/* flex-wrap: wrap; */
/* } */

#blog-landing{
	position: relative;
}
.white-panel{
	position: absolute;
}

.dit-showinner{
	margin-top: 32px;
}
.dit-showinner .table > tbody > tr > td{
	border: none;
	font-size: 19px;
	color: #3c3c3c;
	padding: 15px 15px;
}
.dit-showinner .table > tbody > tr > td:first-child{
	text-align: right;
}





/* --- Reviews --- */

.reviews{
	background: url("../images/reviews-bg.jpg") no-repeat center;
	background-size: cover;
	min-height: 670px;
	position: relative;
}

.open-text-reviews{
	padding: 46px 0px 84px 0px;
}

.open-text-inner-reviews{
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}
.open-text-inner-reviews h1 {
    color: #ca8d04;
    font-family: 'DomaineText';
    font-size: 36px;
	font-weight: 300;
    line-height: 1.333;
	margin-bottom: 7px;
}
.open-text-inner-reviews p {
    color: #3c3c3c;
    font-size: 20px;
    line-height: 1.65;
}




.logos-travel{
	margin-top: 62px;
}

.arrow-center-icon{
	text-align: center;
}
.inner-icon{
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #06377b;
	z-index: 1;
	position: relative;
}
.icon-a{
	margin-bottom: -63px;
}
.google.reviews-box{
	padding-bottom: 118px;
}
.tripadvisor.reviews-box{
	padding-bottom: 118px;
}

.reviews-in{
	max-width: 1047px;
	margin: 0 auto;
}

.reviw-brnd{
	text-align: center;
	margin-top: 112px;
}
.reviw-brnd h1{
	color: #06377b;
	font-size: 60px;
	font-weight: 300;
	font-family: 'DomaineText';
}
.reviw-brnd span{
	font-family: 'AllureScript';
	font-size: 74px;
	line-height: 50px;
	display: inline-block;
}
.brand-logo{
	padding: 66px 0px 40px 0px;
}

.review-box{
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.19);
	padding: 15px;
	text-align: left;
	margin-bottom: 95px;
}
.reviwbox-border{
	border: 1px solid #cca03f;
	padding: 55px 65px;
}

.reviwbox-border p{
	font-size: 20px;
	line-height: 1.65;
	margin: 0px;
}

.yelp.reviews-box{
	margin-bottom: 120px;
}

.user-name {
    margin-top: 18px;
}

.user-name h6{
	color: #2c538c;
	font-size: 30px;
	font-family: 'aesthetik_scriptregular';
}
.review-box .reviwbox-border .user-name h6::after {
    content: "\f1a0";
	font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    color: #4285f4;
	border-left: 2px solid #a4a4a4;
	padding-left: 20px;
	margin-left: 15px;
}
.read-m-btn{
	text-align: center;
	margin-bottom: 12px;
}
.read-m-btn a{
	font-size: 22px;
    color: #ca8d04;
    border-bottom: 3px solid #06377b;
    text-decoration: none;
    position: relative;
	padding-bottom: 5px;
}
.read-m-btn a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;    transition: all 0.2s linear;
    transition-delay: 0s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.read-m-btn a:hover::after {
    width: 100%;
}

.tripadvisor .review-box .reviwbox-border .user-name{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.tripadvisor .review-box .reviwbox-border .user-name h6::after {
    content: "\f262";
	font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    color: #00af87;
	border-left: 2px solid #a4a4a4;
	padding-left: 20px;
	margin-left: 15px;
}

.tripadvisor .review-box .reviwbox-border .user-name h5{
	font-size: 22px;
	color: #3c3c3c;
	padding-left: 15px;
}


.yelp .review-box .reviwbox-border .user-name{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.yelp .review-box .reviwbox-border .user-name h6::after {
    content: "\f1e9";
	font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    color: #be2418;
	border-left: 2px solid #a4a4a4;
	padding-left: 20px;
	margin-left: 15px;
}

.yelp .review-box .reviwbox-border .user-name h5{
	font-size: 22px;
	color: #3c3c3c;
	padding-left: 15px;
}
.yelp .reviews-in .read-m-btn{
	margin-bottom: 20px;
}


/* --- Special Offers --- */

.special-offers{
	background: url("../images/special-offers-bg.jpg") no-repeat center;
	background-size: cover;
	min-height: 670px;
	position: relative;
}
.special-offers-main{
	padding: 92px 0px 100px 0px;
}
.spoffers-box{
	border: 2px dashed #8fa5c3;
	padding: 30px 36px;
	text-align: center;
}
.sp-img img{
	max-width: 100%;
}
.of-dit{
	position: relative;
}
.of-dit h5{
	font-size: 50px;
	font-family: 'DomaineTextregular';
	color: #cca03f;
	font-weight: 600;
	margin-top: 17px;
}
.of-dit h5 sup{
	font-weight: 500;
}

.of-dit h6{
	color: #06377b;
	font-size: 18px;
	margin: 0px;
	padding-bottom: 20px;
	line-height: 1.333;
}

.of-dit::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 111px;
    background: #e6d1a1;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.code-on{
	margin-top: 17px;
}
.code-on p{
	font-size: 20px;
	color: #3c3c3c;
	margin: 0px;
}
.code-on h2{
	font-size: 24px;
	color: #3c3c3c;
	text-transform: uppercase;
}
.print-list{
	text-align: center;
	margin-top: 35px;
}
.print-list p{
	font-size: 20px;
	color: #757575;
	margin: 0px;
	margin-bottom: 35px;
}
.print-list a{
	font-size: 22px;
	color: #ca8d04;
	border-bottom: 3px solid #06377b;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
}
.print-list a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
        transition-delay: 0s;
    transition-delay: 0.2s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.print-list a:hover::after {
    width: 100%;
}

.specials-in{
	padding: 140px 0px 0px 0px;
}

.left-specials{
	margin-right: 70px;
}
.left-specials h1{
	font-size: 40px;
	color: #ca8d04;
	margin-bottom: 23px;
	font-family: 'DomaineText';
	font-weight: 300;
}
.right-specials-img img{
	width: 100%;
}

.bye-pri{
	padding: 22px 0px;
	width: 100%;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

.bye-pri h4{
	font-size: 48px;
	color: #06377b;
	margin-bottom: 23px;
}
.bye-pri ul{
	margin: 0px;
	padding: 0px;
}
.bye-pri ul li{
	list-style: none;
	font-size: 20px;
	line-height: 2.45;
	color:  #3c3c3c;
}
.bye-pri ul li:before{
	color: #b17b08;
	content: "\f111";
	font-family: 'Font Awesome 5 Free';
    font-weight: 400;
	margin-right: 20px;
}

.left-specials p{
	font-size: 20px;
	color:  #3c3c3c;
	line-height: 1.6;
	margin-top: 21px;
}

.specials-box{
	margin-bottom: 107px;
}



/* --- Specialty Cruises ---*/

.specialty-cruises{
	background: url("../images/specialty-cruises-bg.jpg") no-repeat center;
	background-size: cover;
	min-height: 670px;
	position: relative;
}
.holiday-open-text{
	padding: 48px 0px 77px 0px;
}

.sc-open-text-inner{
	text-align: center;
	max-width: 845px;
	margin: 0 auto;
	width: 100%;
}

.sc-open-text-inner h1{
	color: #ca8d04;
	font-family: 'DomaineText';
	font-size: 36px;
	font-weight: 300;
	line-height: 1.333;
	margin-bottom: 7px;
}

.sc-open-text-inner p{
	color: #3c3c3c;
	font-size: 20px;
	line-height: 1.65;
}
.naples-holiday-box{}
.inner-holiday-box{
	margin-bottom: 65px;
	padding: 0px 30px;
}
.img-holiday img{
	width: 100%;
}

.inner-holiday-box-dit{
	padding: 22px 0px;
	min-height: 395px;
}
.inner-holiday-box-dit h1 {
    font-size: 30px;
    line-height: 1.333;
    color: #06377b;
    margin-bottom: 10px;
}
.inner-holiday-box-dit p {
    color: #3c3c3c;
    font-size: 20px;
    line-height: 1.65;
	margin-bottom: 26px;
}

.special-events-main{
	margin-top: 35px;
}

.inner-holiday-box-dit a {
    font-size: 22px;
    color: #ca8d04;
    border-bottom: 3px solid #06377b;
    text-decoration: none;
    position: relative;
	padding-bottom: 5px;
}
.inner-holiday-box-dit a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;    transition: all 0.2s linear;
    transition-delay: 0s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.inner-holiday-box-dit a:hover::after {
    width: 100%;
}
.special-events-inner{
	padding-top: 152px;
	
}
.special-events-title{
	max-width: 810px;
	margin: 0 auto;
	padding-bottom: 97px;
	width: 100%;
}
.special-events-title{
	text-align: center;
}
.special-events-title h1{
	font-size: 40px;
	color: #ca8d04;
	font-family: 'DomaineText';
	font-weight: 300;
	margin-bottom: 25px;
}
.special-events-title p{
	font-size: 20px;
	line-height: 1.65;
	margin: 0px;
}

.special-events-left img{
	width: 100%;
}

.special-events-right h1{
	font-size: 30px;
	color: #06377b;
	margin-bottom: 16px;
}
.special-events-right p{
	font-size: 20px;
	color:  #3c3c3c;
	line-height: 1.65;
	margin: 0px;
	padding-bottom: 20px;
}
.special-events-right a{
	font-size: 22px;
	color: #ca8d04;
	border-bottom: 3px solid #06377b;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
}
.special-events-right a::after{
	content: "";
	width: 0;
	height: 3px;
	position: absolute;    transition: all 0.2s linear;
    transition-delay: 0s;
	background: #ca8d04;
	left: 0;
	bottom: -3px;
}
.special-events-right a:hover::after {
    width: 100%;
}
.special-events-box{
	margin-bottom: 110px;
}

.special-events-box-main .lest{
	margin-bottom: 0px;
}


/* --- Private Charters --- */

.private-charters{
	background: url("../images/private-charters-bg.jpg") no-repeat center;
	background-size: cover;
	min-height: 670px;
	position: relative;
}
.private-open-text{
	padding: 40px 0px 84px 0px;
}
.private-open-text-inner{
	max-width: 840px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.private-open-text-inner h1{
	color: #ca8d04;
	font-family: 'DomaineText';
	font-weight: 300;
	font-size: 36px;
	line-height: 1.333;
	margin-bottom: 7px;
}
.private-open-text-inner p {
    color: #3c3c3c;
    font-size: 20px;
    line-height: 1.65;
	margin: 0px;
}
.private-open-text-inner a {
    font-size: 22px;
    color: #ca8d04;
    border-bottom: 3px solid #06377b;
    text-decoration: none;
    position: relative;
	padding-bottom: 5px;
	margin-top: 25px;
	display: inline-block;
}
.private-open-text-inner a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
        transition-delay: 0s;
    transition-delay: 0.2s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.private-open-text-inner a:hover::after {
    width: 100%;
}

.corp-events-box{}

.corp-left{
	margin-bottom: 35px;
}
.corp-left img{
	width: 100%;
}

.corp-right{
	margin-left: 64px;
}

.corp-right h3{
	font-size: 30px;
	margin-bottom: 5px;
	color: #06377b;		
}
.corp-right h1{
	font-size: 60px;
	color: #06377b;
	font-family: 'DomaineText';
	font-weight: 300;
	margin-bottom: 26px;
}
.corp-right ul{
	margin: 0px;
	padding: 0px;
	width: 50%;
	float: left;
}
.corp-right ul li {
    list-style: none;
    font-size: 20px;
    line-height: 2.69;
    color:  #3c3c3c;
}
.corp-right ul li::before {
    color: #b17b08;
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-right: 20px;
}

.corp-right a{
	font-size: 22px;
    color: #ca8d04;
    border-bottom: 3px solid #06377b;
    text-decoration: none;
    position: relative;
	padding-bottom: 5px;
	margin-top: 29px;
	display: inline-block;
}
.corp-right a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
        transition-delay: 0s;
    transition-delay: 0.2s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.corp-right a:hover::after {
    width: 100%;
}
.corp-events-box .container-fluid {
}
.corp-events-box .row{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	align-items: center;
}

.corp-events-box .row [class*='col-']{
	padding: 0px;
}

.cureent-past-logo{
	margin-top: 40px;
	margin-bottom: 89px;
}

.cureent-past-title{
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #06377b;
}

.cureent-past-title h1{
	font-size: 58px;
	color: #ca8d04;
	font-family: 'DomaineText';
	font-weight: 300;
	margin-bottom: -33px;
	background: #ffffff;
	padding: 0px 64px;
}
.cureent-past-title h1 span{
	font-size: 96px;
	line-height: 0.927;
	font-family: 'AllureScript';
	margin-left: -28px;
	padding-right: 10px;
}
.client-logo-box{
	padding-top: 56px;
}

.client-logo-box ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.client-logo-box ul li{
	float: left;
	width: 20%;
	height: 190px;
	text-align: center;
	display: inline-block;
	padding: 0px 15px;
}
.frame {
    display:block;
    text-align: center;
    vertical-align: middle;
    border-width: 0;
}
.client-logo-box ul li a{
	display: block;
	    cursor: pointer;
}
.client-logo-box ul li a img{
	max-width: 100%; 
	vertical-align: middle;
}
.btn-logo{
	text-align: center;
}
.btn-logo a{
	font-size: 22px;
    color: #ca8d04;
    border-bottom: 3px solid #06377b;
    text-decoration: none;
    position: relative;
	padding-bottom: 5px;
	margin-top: 15px;
	display: inline-block;
}
.btn-logo a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
        transition-delay: 0s;
    transition-delay: 0.2s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.btn-logo a:hover::after {
    width: 100%;
}

/* --- Weddings --- */

.weddings{
	background: url("../images/weddings-bg.jpg") no-repeat center;
	background-size: cover;
	min-height: 670px;
	position: relative;
}

.wedding-open-text{
	padding: 7px 0px 68px 0px;
}
.wedding-open-text-inner{
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.wedding-open-text-inner h1 {
    color: #ca8d04;
    font-family: 'DomaineText';
    font-weight: 300;
    font-size: 58px;
    line-height: 1.333;
    margin-bottom: 0px;
}
.wedding-open-text-inner h1 span{
	font-family: 'AllureScript';
	font-size: 96px;
}
.wedding-open-text-inner  p {
    color: #3c3c3c;
    font-size: 20px;
    line-height: 1.65;
	margin: 0px;
}
.wedding-open-text-inner a {
    font-size: 22px;
    color: #ca8d04;
    border-bottom: 3px solid #06377b;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
}
.wedding-open-text-inner a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.wedding-open-text-inner a:hover::after {
    width: 100%;
}

.wed-right{
	    float: right;
    margin-top: -15px;
    max-width: 122px;
    margin-left: 10px;
}
.left-wedding a.wedlog{
    display: block;
    border: none !important;
    margin-top: 0;
}
.wedding-box{
	margin-bottom: 130px;
}
.left-wedding {
	padding: 0 50px 30px 0px;
}
.left-wedding h1{
	font-size: 30px;
	color: #06377b;
	line-height: 1.499;
	margin-bottom: 32px;
}
.left-wedding h1 span{
	font-family: 'AllureScript';
	font-size: 65px;
	line-height: 73px;
}
.left-wedding p{
	font-size: 20px;
	color:  #3c3c3c;
	margin-bottom:14px;
}

.right-wedding{
	height: 100%;
	position: relative;
}

.wedding-video-img{
	position: relative;
}
.wedding-video-img img{
	top: 0px;
	left: 0px;
	width: 100%;
}
.wedding-box .row [class*='col-']{
	padding: 0px;
}
.left-wedding a {
    font-size: 22px;
    color: #ca8d04;
    border-bottom: 3px solid #06377b;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    margin-top: 16px;
    display: inline-block;
}
.left-wedding a.wedlog::after{
opacity:0;	
}
.left-wedding a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    transition-delay: 0s;
    transition-delay: 0.2s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.left-wedding a:hover::after {
    width: 100%;
}
.play-link{
	width: 199px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 8%;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.play-link img{
	max-width: 100%;
	width: auto;
}
.play-link h2{
	font-size: 30px;
	color: #ffffff;
	margin-top: 25px;	
}

.event-wedding-in{
	padding-top: 105px;
}

.inner-event-wed h1{
	text-align: center;
	font-size: 58px;
	font-family: 'DomaineText';
    font-weight: 300;
	color: #06377b;
	margin-bottom: 13px;
}
.inner-event-wed h1 span{
	font-size: 96px;
	font-family: 'AllureScript';
}

.inner-event-wed p{
	font-size: 20px;
	color: #3c3c3c;
	line-height: 1.65;
	margin-bottom: 39px;
}
.inner-event-wed ul{
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
.inner-event-wed ul li{
	list-style: none;
	font-size: 20px;
	line-height: 2.45;
	color:  #3c3c3c;
}
.inner-event-wed ul li::before {
    color: #b17b08;
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-right: 20px;
}

.wed-btn {
	text-align: center;
}

.wed-btn a {
    font-size: 22px;
    color: #ca8d04;
    border-bottom: 3px solid #06377b;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    margin-top: 15px;
    display: inline-block;
}
.wed-btn a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    transition-delay: 0s;
    transition-delay: 0.2s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.wed-btn a:hover::after {
    width: 100%;
}


.wedding-gallery{
	margin: 70px 0px 68px 0px;
}

.wed.newsletter-main{
	margin-top: 70px;
}
.wedding-gallery .owl-theme .owl-controls{
	margin: 0px;
}

.wedding-gallery .owl-carousel .owl-nav .owl-prev{
	position: absolute;
	background: #06377b;
	opacity: 1;
	left: 0;
	top: 38%;
	border-radius: 0;
	margin: 0px;
	padding: 20px 15px !important;
	padding-left: 40px !important;
}
.wedding-gallery .owl-carousel .owl-nav .owl-next {
	position: absolute;
	background: #06377b;
	opacity: 1;
	right: 0;
	top: 38%;
	border-radius: 0;
	margin: 0px;
	padding: 20px 15px !important;
	    padding-right: 40px !important;
}
#wedding-gallery-slider .item{
  margin: 0px;
}
#wedding-gallery-slider .item img{
  display: block;
  width: 100%;
  height: 400px; 
}


/* --- About --- */

.about{
	background: url("../images/about-bg.jpg") no-repeat center;
	background-size: cover;
	min-height: 670px;
	position: relative;
	
}

.about-text{
	padding: 70px 0px 110px 0px;
}

.about-text-inner {
    text-align: center;
    max-width: 1175px;
    margin: 0 auto;
    width: 100%;
}
.about-text-inner h1 {
    color: #ca8d04;
    font-family: 'DomaineText';
    font-weight: 300;
    font-size: 36px;
    line-height: 1.333;
    margin-bottom: 7px;
}
.about-text-inner p {
    color: #3c3c3c;
    font-size: 20px;
    line-height: 1.65;
}
.corp-events-left-2{
	margin-bottom: 30px;
}
.corp-events-left-2 img{
	width: 100%;
}
.corp-events-right-2{
	padding: 0px 60px;
}
.corp-events-right-2 h3{
	font-size: 30px;
	color: #06377b;
	margin-bottom: 5px;
}
.corp-events-right-2 h1{
	font-family: 'DomaineText';
    font-weight: 300;
	font-size: 60px;
	color: #06377b;
	margin-bottom: 30px;
}
.corp-events-right-2 p{
	margin: 0px;
	font-size: 20px;
	color:  #3c3c3c;
}

.about-box-ser{
	padding: 40px 0px;
}

.about-inbox{
	text-align: center;
}
.in-icon{
	margin-bottom: 30px;
}
.about-inbox p{
	margin: 0px;
	font-size: 20px;
	color:  #3c3c3c;
}

.accomplishments-box{
	padding-top: 30px;
}
.accomplishments-text{
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #06377b;
	margin-bottom: 90px;
}
.accomplishments-text h1 {
    font-size: 58px;
    color: #06377b;
    font-family: 'DomaineText';
    font-weight: 300;
    margin-bottom: -33px;
    background: #ffffff;
    padding: 0px 30px;
}
.accomplishments-text h1 span{
	font-size: 96px;
	font-family: 'AllureScript';
}

.accomplishments-list ul {
    margin: 0px;
    padding: 0px;
}
.accomplishments-list ul li {
    list-style: none;
    font-size: 19.8px;
    line-height: 2.45;
    color:  #3c3c3c;
	display: flex;
}
.accomplishments-list ul li::before {
    color: #b17b08;
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-right: 20px;
}
.accomplishments-th{
	padding-top: 66px;
	    padding-bottom: 60px;
}
.accomplishments-th h1{
	text-align: center;
	font-size: 41px;
	color: #ca8d04;
	font-family: 'DomaineText';
	font-weight: 300;
	line-height: 1.171;
}


/*--- faq's ---*/

.faq{
	background: url("../images/faq-bg.jpg") no-repeat center;
	background-size: cover;
	min-height: 670px;
	position: relative;
}
.faq-text{
	padding: 40px 0px 84px 0px;
}
.faq-text-inner {
    text-align: center;
    max-width: 1040px;
    margin: 0 auto;
    width: 100%;
}
.faq-text-inner h1 {
    color: #ca8d04;
    font-family: 'DomaineText';
    font-weight: 300;
    font-size: 58px;
    line-height: 1.333;
    margin-bottom: 7px;
}
.faq-text-inner h1 span{
	font-size: 96px;
	font-family: 'AllureScript';
}
.faq-text-inner p {
    color: #3c3c3c;
    font-size: 20px;
    line-height: 1.65;
	margin-bottom: 35px;
}
.faq-text-inner a {
    font-size: 22px;
    color: #ca8d04;
    border-bottom: 3px solid #06377b;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
}
.faq-text-inner a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    transition-delay: 0s;
    transition-delay: 0.2s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.faq-text-inner a:hover::after {
    width: 100%;
}

.faq-main{
	margin-bottom: 103px;
}

.inner-faq-m .panel-group{
	margin: 0px;
}
.panel-title > a:before {
    float: left !important;
    font-family: 'themify';
    content: "\e622";
    padding-right: 30px;
	padding-left: 6px;
	position: absolute;
	left: 0;
}
.panel-title > a.collapsed:before {
    float: left !important;
    content: "\e61a";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.inner-faq-m .panel-default > .panel-heading{
	background-color: transparent;
	border-color: transparent;
	border-radius: 0px;
	padding: 0px;
}
.inner-faq-m .panel-group .panel{
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #06377b;
	margin: 0;
}
.inner-faq-m .panel-default > .panel-heading .panel-title a{
	display: block;
	padding: 30px 0px;
	font-size: 30px;
	color: #06377b;
	position: relative;
	padding-left: 60px;
}

.inner-faq-m .panel-default > .panel-heading + .panel-collapse > .panel-body{
	border: none;
	padding: 0px 30px 30px 60px;
}
.inner-faq-m .panel-default > .panel-heading + .panel-collapse > .panel-body p{
	font-size: 20px;
	color:  #3c3c3c;
	margin: 0px;
	line-height: 1.65;
}

.inner-faq-m .panel-group div:nth-of-type(1).panel{
	border-top: 1px solid #06377b;
}

/*--- Group Events ---*/

.group-events{
	background: url("../images/group-events-bg.jpg") no-repeat center;
	background-size: cover;
	min-height: 670px;
	position: relative;
}
.group-events-text{
	padding: 40px 0px 85px 0px;
}
.group-events-text-inner {
    text-align: center;
    max-width: 1040px;
    margin: 0 auto;
    width: 100%;
}
.group-events-text-inner h1 {
    color: #ca8d04;
    font-family: 'DomaineText';
    font-weight: 300;
    font-size: 58px;
    line-height: 1.333;
    margin-bottom: 7px;
}
.group-events-text-inner h1 span{
	font-size: 96px;
	font-family: 'AllureScript';
}
.group-events-text-inner p {
    color: #3c3c3c;
    font-size: 20px;
    line-height: 1.65;
	margin-bottom: 0px;
}
.group-events-box{
	
}

.group-events-box .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}
.group-events-box .row [class*="col-"] {
    padding: 0px;
}
.group-events-left{
	/* padding: 0px 130px 0px 340px; */
	padding: 0px 130px 0px 0px;
}
.group-events-left h2 {
    font-size: 30px;
    line-height: 1.333;
    color: #06377b;
    margin-bottom: 32px;
}
.group-events-left p {
    color: #3c3c3c;
    font-size: 20px;
    line-height: 1.65;
	margin: 0px;
}
.group-events-left a {
    font-size: 22px;
    color: #ca8d04;
    border-bottom: 3px solid #06377b;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
	margin-top: 29px;
	display: inline-block;
}
.group-events-left a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
        transition-delay: 0s;
    transition-delay: 0.2s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.group-events-left a:hover::after {
    width: 100%;
}
.group-events-right img {
	width: 100%;
}

.group-events-box-tp{
	margin-top: 101px;
	margin-bottom: 85px;
}
.group-events-tilte-tp{
	text-align: center;
	padding-top: 117px;
	padding-bottom: 37px;
}

.group-events-tilte-tp h1{
	color: #06377b;
	font-size: 58px;
	font-family: 'DomaineText';
	font-weight: 300;
}

.group-events-tilte-tp h1 span{
	font-size: 96px;
	font-family: 'AllureScript';
}

.the-list-ge ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.the-list-ge ul li{
	list-style: none;
	font-size: 19.6px;
	line-height: 2.45;
	color:  #3c3c3c;
	display: flex;
}
.the-list-ge ul li::before {
    color: #b17b08;
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-right: 20px;
}
.group-events-btn{
	text-align: center;
	margin-top: 20px;
}

.group-events-btn a {
    font-size: 22px;
    color: #ca8d04;
    border-bottom: 3px solid #06377b;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
}
.group-events-btn a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.group-events-btn a:hover::after {
    width: 100%;
}


/* --- the-vessel-experience ---*/

.the-vessel-experience{
	background: url("../images/the-vessel-experience-bg.jpg") no-repeat center;
	background-size: cover;
	min-height: 670px;
	position: relative;
}
.the-vessel-experience-text{
	padding: 26px 0px 78px 0px;
}
.the-vessel-experience-inner {
    text-align: center;
    max-width: 1090px;
    margin: 0 auto;
    width: 100%;
}
.the-vessel-experience-inner h1 {
    color: #ca8d04;
    font-family: 'DomaineText';
    font-weight: 300;
    font-size: 58px;
    line-height: 1.333;
    margin-bottom: 5px;
}
.the-vessel-experience-inner h1 span{
	font-size: 96px;
	font-family: 'AllureScript';
}
.the-vessel-experience-inner p {
    color: #3c3c3c;
    font-size: 20px;
    line-height: 1.65;
	margin-bottom: 32px;
}
.the-vessel-experience-inner a {
    font-size: 22px;
    color: #ca8d04;
    border-bottom: 3px solid #06377b;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
}
.the-vessel-experience-inner a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.the-vessel-experience-inner a:hover::after {
    width: 100%;
}

.the-ewp-box .the-vessel-box{
	margin-bottom: 109px;
}

.the-vessel-box .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}
.the-vessel-gallery-left{
	position: relative;
}
.the-vessel-gallery-left img{
	width: 100%;
}
.icon-view img{
	width: auto;
	margin-right: 14px;
}
.icon-view{
	float: left;
	float: left;
    position: absolute;
    bottom: 25px;
    left: 30px;
    z-index: 1;
}
.icon-view a{
	font-size: 26px;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
}
.gallery-line{

	bottom: 28px;
	width: 100%;
	padding: 0px 37px;
	height: auto;
	z-index: 1;
}
.gallery-vessel{
	float: right;
    padding: 12px 0px;
    font-size: 26px;
    color: #ffffff;
    position: absolute;
    bottom: 24px;
    right: 80px;
    z-index: 9;
}

.the-vessel-gallery-right{
	padding: 0px 73px;
}
.the-vessel-gallery-right h1{
	font-size: 30px;
}
.the-vessel-gallery-right h1{
	line-height: 1.3;
	font-size: 30px;
	color: #06377b;
	margin-bottom: 37px;
}
.the-vessel-gallery-right h1 span{
	font-family: 'AllureScript';
	font-size: 65px;
}
.the-vessel-box .row [class*="col-"] {
    padding: 0px;
}
.the-vessel-gallery-right p{
	font-size: 20px;
	color:  #3c3c3c;
	margin-bottom: 44px;
}
.wec-box{
	padding: 78px 0px 115px 0px;
}

.wec-box{
	text-align:center;
}
.wec-in{
	max-width: 1080px;
	margin: 0 auto;
	width: 100%;
}
.wec-in h1{
	font-size: 30px;
	color: #ca8d04;
	margin-bottom: 12px;
}
.wec-in p{
	font-size: 20px;
	color:  #3c3c3c;
	line-height: 1.65;
	margin: 0px;
}
.the-tw{
	padding: 147px 0px 68px 0px;
}
.the-ewp-th{
	max-width: 1065px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.the-ewp-th h1{
	color: #06377b;
	font-size: 58px;
	font-family: 'DomaineText';
    font-weight: 300;
	margin-bottom: 15px;
}
.the-ewp-th h1 span{
	font-size: 96px;
	font-family: 'AllureScript';
}
.the-ewp-th p{
	font-size: 20px;
	line-height: 1.65;
	color: #3c3c3c;
	margin: 0px;
}

.yt-code.the-vessel-gallery-right h1{
	color: #d7a94f;
}

/* --- contact ---*/

.contact{
	background: url("../images/contact-bg.jpg") no-repeat center;
	background-size: cover;
	min-height: 670px;
	position: relative;
}

.contact-tit-form{
	padding: 47px 0px 109px 0px;
}

.contact-tit{
	text-align: center;
}
.contact-tit h1{
	color: #ca8d04;
	font-family: 'DomaineText';
	font-weight: 300;
	font-size: 36px;
	line-height: 1.333;
	margin-bottom: 0px;
}

.contact-form{
	max-width: 1195px;
	margin: 0 auto;
	width: 100%;
}

.contact-form{
	margin-top: 58px;
}

.contact-form .form-control{
	height: 68px;
	border: 1px solid #06377b;
	margin-bottom: 33px;
	color: #06377b;
	font-size: 22px;
	padding: 20px 30px;
	border-radius: 0px;
}
.contact-form .form-control:focus{
	box-shadow: none;
}
.contact-form textarea.form-control{
	height: auto;

}

.submit-in{
	border: none;
	background: none;
	font-size: 22px;
	color: #ca8d04;
	border-bottom: 3px solid #06377b;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
.submit-in::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    transition-delay: 0s;
    transition-delay: 0.2s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.submit-in:hover::after {
    width: 100%;
}
.map-main{
	margin-bottom: 45px;
}
.map-in{
	/* background: url("../images/map-bg.jpg")no-repeat center;  */
	background-size: cover;
}

.map-inner{
	position: relative;
}
.deskshow.mob{
	display: none;
}
.deskshow.mobhidden{
	text-align: center;
}
.shadow {
    text-align: left;
    position: absolute;
    top: 0;
    height: 100%;
    max-width: 410px;
    background: url("../images/left-shadow.png") no-repeat left center;
        background-size: auto;
    background-size: cover;
    padding: 60px 0px;
}
.shadow.right-map {
    left: inherit;
    right: 0;
    background: url("../images/right-shadow.png") no-repeat right center;
        background-position-x: right;
    top: 0;
    padding-left: 60px;
	padding-right: 50px;
    background-position-x: -64px;
}
.shadow.right-map .map-txt span{
	color: #06377b;
}
.map-txt{
	margin-top: 35px;
}
.map-txt span{
	font-size: 96px;
	font-family: "AllureScript";
	color: #ca8d04;
	line-height: 107px;
}
.shadow p{
	font-size: 20px;
	line-height: 1.65;
	color: #3c3c3c;
	margin: 0px;
	padding-left: 28px;
	margin-bottom: 3px;
}

.shadow a {
    font-size: 22px;
    color: #ca8d04;
    border-bottom: 3px solid #06377b;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
}
.shadow a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.shadow a:hover::after {
    width: 100%;
}

.newsletter-main.cont{
	margin-top: 45px;
}

/* --- Directions ---*/
.directions{
	background: url("../images/directions-bg.jpg") no-repeat center;
	background-size: cover;
	min-height: 670px;
	position: relative;
}
.contact-tit-form.dir{
	padding: 44px 0px 54px 0px;
}
.directions-box{
	
}
.directions-box .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}
.directions-box .row [class*="col-"] {
    padding: 0px;
}

.directions-left img{
	width: 100%;
}

.directions-right{
	margin-left: 60px;
}
.directions-right h3 {
    font-size: 30px;
    margin-bottom: 5px;
    color: #06377b;
}
.directions-right h1 {
    font-size: 60px;
    color: #06377b;
    font-family: 'DomaineText';
    font-weight: 300;
    margin-bottom: 37px;
}
.directions-right ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.directions-right ul li{
	font-size: 20px;
	line-height: 1.548;
	margin-bottom: 49px;
	color: #3c3c3c;
}
.directions-right ul li:last-child{
	margin-bottom: 43px;
}

.directions-right ul li span{
	font-size: 31px;
	font-family: 'DomaineText';
	color: #b17b08;
	float: left;
	margin-right: 10px;
	margin-top: -10px;
	    margin-top: -5px;
    font-family: 'DomaineTextregular';
}
.directions-right a {
    font-size: 22px;
    color: #ca8d04;
    border-bottom: 3px solid #06377b;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
}
.directions-right a::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.directions-right a:hover::after {
    width: 100%;
}

.directions-icon-box{
	padding: 110px 0px 95px 0px;
}
.directions-icon{
	text-align: center;
}
.directions-icon h2{
	font-size: 30px;
	color: #ca8d04;
	margin-top: 10px;
	position: relative;
	    display: inline-block;
}

.directions-icon a:hover h2:after {
    width: 100%;
}

.info-in{
	padding: 62px 0px 30px 0px;
	text-align: center;
}

.info-in p{
	font-size: 20px;
	line-height: 1.548;
	margin-bottom: 0px;
	color: #3c3c3c;
}
.directions-info{
	margin-bottom: 32px;
}

/* --- Events-Inquiry --- */

.events-inquiry{
	background: url("../images/events-inquiry-bg.jpg") no-repeat center;
	background-size: cover;
	min-height: 670px;
	position: relative;
}

.events-inquiry-tit-form{
	padding: 40px 0px 72px 0px;
}
.events-inquiry-tit{
	max-width: 880px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.events-inquiry-tit h1{
	color: #ca8d04;
	font-family: 'DomaineText';
	font-weight: 300;
	font-size: 36px;
	line-height: 1.333;
	margin-bottom: 7px;
}
.events-inquiry-tit p{
	color: #3c3c3c;
	font-size: 20px;
	line-height: 1.65;
}


.your-request-box{}
.your-request-box .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}
.your-request-box .row [class*="col-"] {
    padding: 0px;
}
.your-right{
	margin-left: 60px;
	    margin-right: 50px;
}
.your-right h3{
	font-size: 30px;
	margin-bottom: 5px;
	color: #06377b;
}
.your-right h1 {
    font-size: 60px;
    color: #06377b;
    font-family: 'DomaineText';
    font-weight: 300;
    margin-bottom: 25px;
}
.your-right p{
	font-size: 20px;
	line-height: 1.548;
	margin: 0px;
	color: #3c3c3c;
}

.welcome-aboard-box{
	padding-top: 103px;
}
.welcome-aboard-t{
	text-align: center;
}
.welcome-aboard-t h1 {
    color: #ca8d04;
    font-family: 'DomaineText';
    font-weight: 300;
    font-size: 36px;
    line-height: 1.333;
    margin-bottom: 28px;
}
.welcome-aboard-form{
	padding-top: 30px;
	padding-bottom: 40px;
}
.welcome-aboard-in-form{
	
}

.welcome-aboard-in-form {
    max-width: 790px;
    margin: 0 auto;
    width: 100%;
}
.welcome-aboard-in-form {
    margin-top: 52px;
	    margin-bottom: 70px;
}
.welcome-aboard-in-form .form-control {
    height: 68px;
    border: 1px solid #06377b;
    margin-bottom: 33px;
    color: #06377b;
    font-size: 22px;
    padding: 20px 30px;
    border-radius: 0px;
}
.welcome-aboard-in-form .form-control:focus{
	box-shadow: none;
}
.welcome-aboard-in-form textarea.form-control{
	height: auto;

}
.welcome-aboard-in-form select , .contact-form select{
	color: #06377b;
    font-size: 22px;
	width: 100%;
	height: 68px;
	padding: 15px 20px;
	border: 1px solid #06377b;
	box-sizing: border-box;
	background: url("../images/arrow-st.png") no-repeat right #ffffff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin-bottom: 33px;
}

.welcome-aboard-in-form .form-control.date-ev {
    background: url("../images/date-st.png") no-repeat right;
    padding-right: 44px;
}

.form-control::-webkit-input-placeholder {
  color: #06377b; text-transform:none;
}
.form-control::-moz-placeholder { 
  color: #06377b; text-transform:none;
}
.form-control:-ms-input-placeholder { 
  color: #06377b; text-transform:none;
}
.form-control:-moz-placeholder { 
  color: #06377b; text-transform:none;
}

.submit-in{
	border: none;
	background: none;
	font-size: 22px;
	color: #ca8d04;
	border-bottom: 3px solid #06377b;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
.submit-in::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    transition-delay: 0s;
    transition-delay: 0.2s;
    background: #ca8d04;
    left: 0;
    bottom: -3px;
}
.submit-in:hover::after {
    width: 100%;
}















/* NAVIGATION MENU */
.navigation-menu {
	background: #ffffff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	position: fixed;
	left: 0;
	top: -300%;
	z-index: 999;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	/* -webkit-transition: all 0.3s ease; */
	/* -moz-transition: all 0.3s ease; */
	/* transition: all 0.3s ease; */
	/* transition-duration: 200ms; */
	/* -webkit-transition-duration: 200ms; */
	/* transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); */
	/* -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); */
}
.navigation-menu * {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	/* -webkit-transition: all 0.3s ease; */
	/* -moz-transition: all 0.3s ease; */
	/* transition: all 0.3s ease; */
	/* transition-duration: 200ms; */
	/* -webkit-transition-duration: 200ms; */
	/* transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); */
	/* -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); */
}
.navigation-menu .nav-bg {
	width: 10px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #0c487a;
	transition-delay: 0.2s;
}
.navigation-menu .nav-bg2 {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	transition-delay: 0.3s;
}
.navigation-menu .inner {
	background: #ffffff;
	background-size: cover;
	position: relative;
	z-index: 2;
	padding: 0 0px;
}
.navigation-menu .inner .container{
	max-width: 1450px;
}
.ma-navigation.last{
	float: right;
	margin-right: 100px;
	margin-top: -30px;
}

.navigation-menu .inner ul li:hover ul {
	/* max-height: 500px; */
	transition: max-height 0.45s ease-in;
}
.navigation-menu .inner ul li a {
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transition-duration: 500ms;
	-webkit-transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	position: relative;
	
}
.navigation-menu .inner ul li a:hover {
	text-decoration: none;
}
.navigation-menu .inner ul li a:hover:after {
	width: 100%;
}
.navigation-menu .inner ul li a:after {
	content: "";
	width: 0;
	height: 4px;
	background: #e0b34e;
	position: absolute;
	left: 0;
	bottom: -6px;
	z-index: -1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	/* -webkit-transition: all 0.3s ease; */
	/* -moz-transition: all 0.3s ease; */
	/* transition: all 0.3s ease; */
	/* transition-duration: 200ms; */
	/* -webkit-transition-duration: 200ms; */
	/* transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); */
	/* -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); */
}
.navigation-menu .inner ul li.active a:after {
	width: 100%;
}
.navigation-menu .inner ul li ul {
	max-height: 0;
	width: 100%;
	transition: max-height 0.5s ease-out;
}
.navigation-menu.open {
	top: 0;
}

.top-mn-lb{
	padding: 20px;
}
/* SANDWICH BUTTON */
.sandwich-btn {
	position: relative;
	cursor: pointer;
}

.overflow {
    overflow: hidden !important;
}

.sandwich-btn{
	margin-top: 0px;
}


.inner .navbar-brand{
	height: auto;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	float: none;
	display: inline-block;
}
.inner .navbar-brand img{
	max-width: 330px;
}

.sandwich-btn.wich-m{
	padding-top: 0px;;
}
.sandwich-btn.wich-m img{
	padding-left: 12px;
}
.more-btn{
	float: right;
	position: absolute;
	top: 22px;
	right: 0;
}
.more-btn a{
	color: #06377b;
	font-size: 22px;
	text-decoration: none;
	line-height: 34px;
	display: block;
	text-decoration: none;
}

.ctn-main{
	display: inline-block;
}
.ctn-main a.buy-btn{
	background: #06377b;
	color: #ffffff;
	/* font-size: 24px; */
	font-size: 22px;
	padding: 12px 30px;
	display: inline-block;
	margin-top: 12px;
	text-decoration: none;
}

img.act {
opacity: 0.7;
}

.buy-btn{
	
}
.two-evt-title{
	/* padding: 45px 0px 0px 0px; */
	padding: 10px 0px 0px 0px;
}
.ma-navigation{
	text-align: center;
}
.ma-navigation{
	max-width: 314px;
}
.ma-navigation.big-t{
	max-width: none;
}

.ma-navigation h2{
	color: #ca8d04;
	/* font-size: 46px; */
	font-size: 39px;
	font-family: 'DomaineText';
    font-weight: 300;
	margin-bottom: 12px;
}
.ma-navigation ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.ma-navigation ul li{
	/* line-height: 1.955; */
	line-height: 1.9;
}
.ma-navigation ul li a{
	color: #06377b;
	/* font-size: 25px; */
	font-size: 22px;
}

.ma-navigation.big-t h2{
	margin-bottom: 30px;
}

.icon-a{
	margin-bottom: -50px;
}
.icon-a img{
	max-width: 70px;
}

.maen-ft{
	/* padding-top: 80px; */
	padding-top: 50px;
}

.left-soi{
	text-align: center;
	position:relative;
	left:-50px;
}
.left-soi ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.left-soi ul li{
	display: inline-block;
}
.left-soi ul li a{
	/* font-size: 41px; */
	font-size: 30px;
	color: #06377b;
}

.menu-ph{
	text-align: center;
}

.menu-ph a{
	color: #06377b;
	/* font-size: 43px; */
	font-size: 34px;
	text-decoration: none;
}

.maen-ft .left-soi ul li a:after{
	display: none;
}
.maen-ft .left-soi ul li a{
	padding: 0px 8px;
	
}
.right-num{
	text-align: center;
}
.right-num span{
	color: #06377b;
	/* font-size: 27px; */
	font-size: 22px;
	/* padding: 13px 0px; */
	padding: 10px 0px;
	display: block;
}

.social-media ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.algnrg {
    order: 2;
}


img.nonact {
    display: none;
}

.frame:hover .act {
    display: none;
}
.frame:hover .nonact {
    display: inline-block;
}

.logo-wrap img {
    max-width: 100%;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.mappage h1 {
    color: #ffffff;
    font-size: 120px;
    font-family: 'elisabettaregular';
    /* padding-top: 39%; */
    position: absolute;
    bottom: 4px;
	    z-index: 99;
}

.mappage {
    position: relative;
}

.mappage .container{
	position: relative;
	z-index: 1;
}

.mappage:after{
	content: "";
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(4,20,43,0.65) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(4,20,43,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(4,20,43,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a604142b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 0;
}
.mappage .wpgmp_map_parent{
	margin: 0px;
}

.website_default {
    text-align: left;
	    max-width: 100%;
    text-align: left;
}
.faq-text-inner.website_default a::after{
	display:none;
}

.website_default a {
    font-size: inherit;
    color: #06377b;
    border-bottom: none;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    /* color: #3c3c3c; */
    font-size: 20px;
    line-height: 1.65;
    margin-bottom: 35px;
}

.website_default ul {
    margin-bottom: 35px;
	padding-left: 0;
	    padding-left: 20px;
}

.website_default ul li{
color: #3c3c3c;
    font-size: 20px;
    line-height: 1.65;
	list-style: none;
	    position: relative;
    padding-left: 30px;
}


.website_default ul li:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 7px;
    color: #cca03f;
}

a {
    text-decoration: none !important;
}



/* Date Picker Styles */

.ui-datepicker-month, .ui-datepicker-year  {font-size: 14px!important;}

#ui-datepicker-div {
	margin-top: 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	width:20px !important;
	height:20px !important;
}
#ui-datepicker-div {
	left: 200px;
	border:1px solid #85a2c8!important;
	border-radius: 0px!important;
	width: 175px!important;
	 margin-top:-30px;
	line-height:15px;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity:0.35 !important;
	filter:Alpha(Opacity=35);
}
/*
#ui-datepicker-div{ left:200px!important; border:none!important;border-radius:0px!important; width:170px!important; margin-top:-19px;}
*/

.ui-datepicker td span, .ui-datepicker td a {
	padding: 4px!important;
	font-size: 11px!important;
	text-align: center!important;
	background: #c0c0c0!important;
	color: #fff!important;
	border-color: #fff!important;
}
.ui-datepicker td a.ui-state-highlight, .ui-datepicker td a:hover, .ui-datepicker td.ui-datepicker-current-day span, .ui-datepicker td a.ui-state-active {
	background: #9e1d20!important;
	color: #fff!important;
}
.ui-datepicker td.ui-datepicker-current-day {
	opacity: 1!important;
}
.ui-widget-header {
	background: none!important;
	border: none!important;
}
.ui-datepicker td {
	padding: 0px!important;
	text-align: center!important;
}
.ui-datepicker th {
	padding: 0px!important;
	font-size: 11px!important;
}
.ui-datepicker-prev, .ui-datepicker-prev:hover {
	left: 6px!important;
	background: none!important;
	border: none!important;
	border-radius: none!important;
	top: 6px!important;
}
.ui-datepicker-next, .ui-datepicker-next:hover {
	right: -2px!important;
	background: none!important;
	border: none!important;
	border-radius: none!important;
	top: 6px!important;
}
.ui-datepicker-prev span, .ui-datepicker-prev:hover span {
	width: 8px!important;
	height: 9px!important;
	background: url(left_arrow4.png) no-repeat 0 0!important;
}
.ui-datepicker-next span, .ui-datepicker-next:hover span {
	width: 8px!important;
	height: 9px!important;
	background: url(right_arrow4.png) no-repeat 0 0!important;
}

.ui-datepicker th span {font-size:12px!important;}

.ui-datepicker th, .ui-datepicker .ui-datepicker-title {
	color: #000!important;
	padding-bottom: 8px !important;
	font-size:12px!important;
    
}
.ui-datepicker td a.ui-state-highlight, .ui-datepicker td a:hover, .ui-datepicker td.ui-datepicker-current-day span, .ui-datepicker td a.ui-state-active {
	background: none repeat scroll 0 0 #06377b !important;
	color: #ffffff !important;
}


.lg-actions .lg-next, .lg-actions .lg-prev{
	    border: none;
}

html .open_page {
    position: static;
}

.ctn-main a.buy-btn:hover {
    background: #cca03f;
}

.right-btn button:hover{
	 background: #cca03f;
}


@media (min-width: 768px)
{
.navbar-nav>li {
    float: left;
    margin: 0 5px;
}
}

.newsletter-inner form span.tnstyle:hover input[type="submit"] {
    color: #fff;
	    border-color: #fff;
}

.newsletter-inner form span.tnstyle:hover {
    background: #cca03f;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    font-family: "Mark Web W04 Book";
	font-size: 20px;
}


.cd-top {
	z-index: 99;
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.05);
	color:#326207 !important;
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #06377b url(cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s; 
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

a.cd-top.cd-is-visible.cd-fade-out {}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}



.navbar-collapse ul.sub-menu {
/*    -moz-box-shadow: rgba(0,0,0,0.35) 0px 0px 6px;
    -webkit-box-shadow: rgba(0,0,0,0.35) 0px 0px 6px;
    box-shadow: rgba(0,0,0,0.35) 0px 0px 6px;
*/  -moz-box-shadow: rgba(0,0,0,0.35) 0px 0px 6px;
    -webkit-box-shadow: rgba(0,0,0,0.35) 0px 0px 6px;
    box-shadow: none;
    background-color: rgba(255,255,255,1);
    position: absolute;
    top: 100%;
    left: -8px;
    min-width: 220px;
    margin: 0;
    padding: 15px 20px;
    overflow: hidden;
    text-align: left;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
	z-index: 9;
	
}
.navbar-collapse ul.sub-menu li {
	display:block;
	width:100%;
	padding:0;
}
.navbar-collapse ul.sub-menu a {
    display: block;
    line-height: 1.1;
    padding: 7px 10px;
    color:#06377b;
    text-transform: none;
	font-weight:400;
	font-size:17px;
}

.navbar-collapse ul.sub-menu a:hover {color: #cca03f!important;}

.navbar-collapse ul.sub-menuli:hover {
    -moz-box-shadow: rgba(0,0,0,0.35) 0px 0px 6px;
    -webkit-box-shadow: rgba(0,0,0,0.35) 0px 0px 6px;
    box-shadow: rgba(0,0,0,0.35) 0px 0px 6px;
    background-color: #fff;
}
.navbar-collapse li:hover ul.sub-menu  {
	max-height: 500px;
	opacity:1;
    transition: max-height 0.25s ease-in;
	
}
.navbar-collapse ul.sub-menu li a:after {
	display:none;
}
.navbar-collapse li a::after {
    width: 0px;
    height: 1px;
    background: #00a1c5 !important;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	    opacity:0;
}
.main-menu ul.menu li a:hover::after {
    width:0;
    margin-left:0;
	left:0;
	    opacity: 1;
}
.header-area-main.inner-header .main-menu ul.menu li a:hover::after {
	width:100%;
}

.maen-ft .left-soi ul li a:hover {
    color: #ca8d04;
}

.container1 {
    max-width: 95%;
    margin: 0 auto;
}

.lightgallery1{
	cursor:pointer;
}

.navbar-brand>img {
   max-width:333px;
}

.copy-toplogo img {
    max-width: 456px;
}

.opening-img img {
    max-width: 600px;
}

.opening-left #text {
    padding-right: 89px;
}


.opening-inner div#text p{
    float: left;
    width: auto;
	font-size: 20px;
    color: #3c3c3c;
    line-height: 1.65;
    margin-bottom: 41px;
}


.opening-inner div#text  {
    float: left;
    width: 100%;
}

.opening-inner div#text p:first-child {
    width: 43%;
}

.right-btn span a {
    color: inherit !important;
}

a.link360:hover .tht-box img {
   transform: scale(1.1);
}
.tht-box img {
    width: auto;
    /* -webkit-transform: rotate(360deg); */
    /* transform: rotate(360deg); */
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}



.newsletter-inner ::-webkit-input-placeholder {
  color: #3c3c3c; text-transform:none;
}
.newsletter-inner ::-moz-placeholder { 
  color: #3c3c3c; text-transform:none;
}
.newsletter-inner :-ms-input-placeholder { 
  color: #3c3c3c; text-transform:none;
}
.newsletter-inner :-moz-placeholder { 
  color: #3c3c3c; text-transform:none;
}

.content.index .large_bg .obj_bg{
	transform: matrix3d(1, 0.000174533, 0, 0, -0.000174533, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.right-text-cat a:hover {
    color: #06377b;
}

.right-text-cat a:hover span {
    width: 150px;

}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    color: #f00;
    font-size: 13px!important;
    font-weight: normal;
    display: block;
    padding-top: 0px!important;
    position: relative;
    top: -25px;
}

.wpcf7-response-output {
    text-align: center;
    border: none !important;
    color: red !important;
}


.the-vessel-gallery-left .item:after{ content:""; display:block; height:100%; width:100%; left:0; bottom:0; background-size:cover; background:url(../images/background_shadow.png) no-repeat left bottom; position:absolute; opacity:0.7;

background-repeat: repeat-x;  right:0; top:0; }
.the-vessel-gallery-left .item{ position:relative; }

.page-template-vessel_experience .owl-nav {
   position: absolute;
    z-index: 999;
    bottom: 30px;
    right: 51px;
}

.page-template-vessel_experience button.owl-prev{
	right: 110px;
    position: absolute;
}

.page-template-vessel_experience .owl-nav img{
	    width: 22px;
}
.directions-icon h2:after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0s;
    background: #06377b;
    left: 0;
    bottom: -10px;
}

@media (max-width: 1600px) {
    .mappage h1 {bottom: 6px;}
    .social-media {bottom: 40%;}
    .allpage-title h1 {padding-top: 35%; padding-bottom: 2px;}
    .right-text-cat h1 {font-size: 60px;}
    .midslide16 {line-height: 1.2!important;}
}

@media (min-width: 1920px) and (max-width: 5000px) {
	.top-main-header .navbar-default .navbar-nav > li > a{ margin: 0px 22px; }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .right-text-cat h1{
	       text-shadow: 1px 2px 0 #06377b, -1px -1px 0 #06377b, 1px -1px 0 #06377b, -1px 1px 0 #06377b, 1px 1px 0 #06377b;
    color: #eeeeee;
   }
   
   .content.index .next_detail .cover_title{
	   
	   
    color: #fff !important;
   }
   
   .index.content .front_nav{
	   z-index:99;
   }
   .open_page.title a:hover{
	    color: #fff;
   }
}


@media (min-width: 1200px) and (max-width: 1366px) {
	.wedding-box .row {
    margin: 0;
}
.group-events-box .row {
    margin: 0;
}
}

.faq-text-inner.clearfix.website_default h1 {
    color: #ca8d04;
    font-family: 'DomaineText';
    font-size: 36px;
    font-weight: 300;
    line-height: 1.333;
    margin-bottom: 7px;
}
.mob_slider img {
    height: 500px;
    object-fit: cover;
}
img.h700 {
    height: 700px;
    object-fit: cover;
}

.h400{
	height: 400px;
    object-fit: cover;
}

img.act {
    filter: grayscale(1);
}

.h300 {
    height: 133px;
    object-fit: contain;
}

.wed-right {
    float: none;
    margin-top: 56px !important;
    max-width: 213px;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: -24px !important;
    margin: 0 20px;
}

.wedding-video-img img {
  
    height: 673px;
    object-fit: cover;
}

.play-link img {
    
    height: auto;
}

@media  (max-width: 767px) {
	
	.wedding-video-img img{
		height: auto;
	}

img.h700 {
    height: 315px;
    object-fit: cover;
}
.wed-right{
	    margin-bottom: -0 !important;
}
.wedding-box .col-md-12 {
    order: 3;
}
.wed-right{
	margin-top: 10px !important;
}
}