body {
    overflow-x: hidden;
    position: relative;
    font-size: 16px;
    font-family: 'Poppins Light';
    background: #fff;
    background-image: url('../images/dream-bg.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 100%;
    color: #000;
    font-weight: normal;
}

body.no-bg{
    background-image: none;
}
.container-small{
    max-width: 630px;
}

.all-wrapper{
    position: relative;
    min-height: 100vh;
    padding-bottom: 120px;
}
a {
    text-decoration: none;
    outline: none !important;
    transition: all 0.2s;
    color: #000;
}
a:active, a:focus, a:hover {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    color: #182C6B;
}
a svg {
    transition: all 0.2s;
}
.inner-content a{
    color: #182C6B;
    font-family: 'Poppins Bold';
    font-weight:  normal;
}
ol > li,
ul >li{
    margin-bottom: 5px;
}

ul,ol{
    padding-left: 22px;
}
ul ::marker{
    list-style-type: square;
    color: #182C6B;
}
ul{
    list-style-type: square;
}

.full_box_link {
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.img-abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: '';
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.page-title{
	padding-top: 40px;
	padding-bottom: 50px;
}
.page-title h1{
	line-height: 52px;
}
.page-title .dream-text{
	top: 0;
	left: 0;
}

.content-box{
	background: rgba(255, 255, 255, 0.8);
	border-left: 3px solid #182C6B;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	padding:16px;

}

.content-box-alt{
    border: 1px solid #182C6B;
    border-radius: 20px;
    position: relative;
    padding:22px 16px 16px;
   background: rgba(255, 255, 255, 0.8);
}

 .content-box-alt.content-box-info{
    color: #fff;
    background: rgba(24, 44, 107, 1);
    padding:16px;
 }


.content-box-alt h5{
   background: #fff;
   z-index: 1;
   transform: translateY(-50%);
   display: table;
   position: absolute;
   top: 0;
   left: 15px;
   padding-left: 5px;
   padding-right: 5px;
   font-size: 20px;
}

.img-with-caption{

}
.img-caption{
    left: 20px;
    bottom: 20px;
}

.col-pusher{
    padding-bottom: 30px;
}
hr{
	border-top : 1px solid #182C6B;
    margin: 30px 0;

}
.border-radius-10{
    border-radius: 10px
}

.border-radius-20{
    border-radius: 20px
}
.btn.btn-white {
    background-color:#fff;
    border-radius:10px;
    color:#182C6B!important;
}



::marker{
	font-family: 'Poppins Bold';
}
.phone-icon{
    vertical-align:text-bottom;
}
.text-white svg{
    fill:#fff!important;
}
.text-white svg.stroked{
    fill:none!important;
}
.text-white svg.stroked path{
    stroke:#fff!important;
}

.btn.btn-white svg.stroked path{
    stroke:#182C6B!important;
}


 /* FOOTER NAVIGATION */


.account-layout-bottom {
    position: fixed;
    display: block;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 999;
    transition: transform 0.2s;
    height: 90px;
    padding: 10px 32px;
    filter: drop-shadow(0 -2px 15px rgba(0,0,0,.15));
}

.account-layout-bottom:before {
    content: "";
    position: absolute;
    left: 0;
    right: calc(50% + 62px);
    top: 0;
    bottom: 0;
    border-top-left-radius: 25px;
}
.account-layout-bottom:after {
    content: "";
    position: absolute;
    border-top-right-radius: 25px;
    right: 0;
    left: calc(50% + 62px);
    top: 0;
    bottom: 0;
}
.account-layout-bottom .account-burger {
    padding: 20px;
    z-index: 10;
    background-color:#182C6B;
    position: relative;
    border: none;
    border-radius: 50%;
    margin: 0px auto;
    display: table;
}
.account-layout-bottom .account-burger .icon {
    width: 26px;
    height: 26px;
    display: block;
    position: relative;
}
.account-layout-bottom .account-burger .icon .line {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 2px solid #fff;
    transition: all 0.2s;
}
.account-layout-bottom .account-burger .icon .line.line-1 {
    top: -2px;
    left: -2px;
}
.account-layout-bottom .account-burger .icon .line.line-2 {
    top: -2px;
    right: -2px;
}
.account-layout-bottom .account-burger .icon .line.line-3 {
    bottom: -2px;
    left: -2px;
}
.account-layout-bottom .account-burger .icon .line.line-4 {
    bottom: -2px;
    right: -2px;
}
.account-layout-bottom .footer-bg-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 130px;
    margin: 0 auto;
    display: table;
}
.account-layout-bottom .page-item {
    display: table;
    opacity: 1;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    background-color:#182C6B;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    transition:none;
    opacity: 1;
    transition: opacity .5s; 
}



.account-layout-bottom .page-item svg {
    z-index: 2;
    width: 32px;
    height: 32px;
    transition: all .5s;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: none;
    transform: translate(-50%, -50%);
}

.account-layout-bottom .page-item svg  {
    fill: #fff;
}

.account-layout-bottom .nav-label{
    white-space: nowrap;
    margin-top: 8px; 
    display: none!important; 
}
.account-layout-bottom .page-item.text {
     padding: 15px;
     background-color:#182C6B;
     border-radius: 8px;
     height: auto;
}
.account-layout-bottom .page-item.text .nav-label{
     display: block!important; 
     color: #fff;
     margin: 0;
    
}
.account-layout-bottom .page-item.active  {
    opacity: 1;
    color: #182C6B;
    background-color:#000;

}

.account-layout-bottom .page-item.active svg  {
    fill: #fff;
}



 /* MENU NAVIGATION */

 .menu-navigation{
 	position: fixed;
 	width: 100%;
 	height: 100vh;
 	overflow-y: auto;
 	background: url('../images/menu-bg.png');
 	background-size: cover;
 	background-position: center;
 	padding-bottom: 90px;
 	z-index: -1;
 	transition: opacity .5s;
    pointer-events: none;
    opacity: 0;
 }
 body.menu-open .menu-navigation{
    pointer-events: all;
    top: 0%;
    z-index: 1001;
    opacity: 1;
 }

  body.menu-open .account-layout-bottom{
    z-index: 1001;
 }

 body.menu-open .account-layout-bottom .page-item{
    opacity: 0;
 }  

 .menu-navigation .col-pusher{
 	padding-bottom: 30px;
 }
.menu-navigation .menu-item{
	background: #182C6B;
	opacity: 0.8;
	border-top: 4px solid #FFFFFF;
	box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.45);
	border-radius: 50%;
	width: 150px;
	height: 150px;
}

.menu-item .menu-item-inner{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.menu-item .menu-item-inner svg{
	display: table;
	margin: 0 auto;
    display: inline-block;
}
.menu-item .btn-label{
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	padding-top: 10px;
    font-size: 14px;

}
 /* CREW */
.content-box-alt.crew-item{
    padding: 16px;
}

 /* LOADING SCREEN */
.loader{
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url('../images/dream.png') ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding:50px; 
   z-index: 9999;
}
.loader .loader-wrapper {
    padding-top: 50px;
    z-index: 1;
    height: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.loader .dream-logo {
    height: 122px;
    width: 500px;
}

.loader  .loader-border{
    top: 0;
    left: 0;
}

.loader  .loader-border{
    height: 100%;
    width: 100%;
   background-image: url('../images/load-border.png');
   background-size: 100% 100%;
   background-repeat: no-repeat;
    background-position: center center;
}
body.loading{
    height: 100vh;
    overflow: hiden;
}
body.loaded .loader {
    pointer-events: none;
}

 /* THE YACHT */
 .the-yacht{
   
 }
 .sidebar-deck{
    position: relative;
    padding:15px 0 ; 
}
.sidebar-deck::before{
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: absolute;
    content: "";
    left: -200px;
    top: 0;
    height: 100%;
    width: calc(100% + 200px);
}

.sidebar-deck .sidebar-deck-wrapper{
    position: relative;
    z-index: 1;
}

.sidebar-deck .sidebar-deck-nav-item{
    padding: 5px 0px 5px 15px;
    color: rgba(0, 0, 0, 0.3);
    border-left: 3px solid rgba(0, 0, 0, 0.3);
}
 .sidebar-deck .sidebar-deck-nav-item.active{
    border-left: 3px solid #182C6B;
     color: #182C6B;
}

.the-yacht .magnifying-glass{
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #0A1740;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.the-yacht .magnifying-glass svg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: table;
}

.the-yacht .sidebar-notes .colored-square{
    width: 16px;
    height: 16px;
     background: #000;
}
.the-yacht .sidebar-notes .colored-square.owner{
    background: #E9C54A;
}

.the-yacht .sidebar-notes .colored-square.guest{
    background:#F0CBB1
}
.the-yacht .sidebar-notes .colored-square.public{
    background:#FBFCD4
}

.the-yacht .sidebar-notes .colored-square.crew{
    background:#C8EEFB
}
.fancybox__backdrop{
    background:rgba(255,255,255,1)
}
.fancybox__toolbar{
    background: none;
}
.fancybox__toolbar .carousel__button{
    color: #182C6B;
}
.the-yacht .deck-item img{
    height: calc(100vh - 300px);
}

.the-yacht .deck-item{
    top:0;
    opacity: 0;
    pointer-events:none;
    position:absolute;
}
.the-yacht .deck-item.active{
    z-index:1;
    opacity:1;
    pointer-events:all;
    position:relative;
}

/* DESTINATIONS */
.destination-item{
    top:0;
    opacity: 0;
    pointer-events:none;
    position:absolute;
}
.destination-item.active{
    z-index:1;
    opacity:1;
    pointer-events:all;
    position:relative;
}

.sticky-top{
    z-index:1000;
}
/* ENTERTAINMENT */
.content-box-entertainment{
    padding:16px;
    background: rgba(255, 255, 255, 0.6);
}