@charset "utf-8";
/* CSS Document */

/* ---------- OVERALL STYLING ---------- */

body {
	padding-top: 110px;
}

section {
	padding-top: 40px;
}

.section {
    padding-bottom: 40px;
}

h1 {
    text-align: center;
    color: #202333;
    font-size: 3rem;
    font-weight: 100;
}

h2 {
	color: #202333;
	border-bottom: 2px solid #F27405;
    font-weight: 100;
/*	max-width: 300px;*/
}

h3 {
    font-weight: 100;
}

h4 {
    padding-top: 10px;
    font-weight: 100;
}

h5 {
    font-weight: 100;
}

h6 {
    font-weight: 100;
}

.sub-title {
    text-align: center;
}

.sub-line {
    border-top: 2px solid #F27405;
    width: 40%;
    height: 7px;
    box-shadow: 0 20px 20px -20px #202333;
    border-bottom: 1px solid #FFF;
/*    border-bottom: 1px solid #1f1209;*/
    margin: 0 auto;
/*    text-align: center;*/
}

.gap::before {
	display: block;
	content: " ";
	margin-top: -175px;
	height: 175px;
	visibility: hidden;
	pointer-events: none;
}

.header-hr {
    margin: 30px;
}

.tagline {
    font-family: 'Allura', cursive, Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-style: italic;
    font-size: 2.5rem;
    font-weight: 100;
}

/* ---------- NAVIGATION STYLING ---------- */

.nav-link {
    -moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}

.nav-link:hover {
	border-bottom: 4px solid #F27405;
}

.nav-link {
    font-size: 1.2rem;
    font-weight: 500;
}

/* ---------- HERO STYLING ---------- */

.hero {
	background: url("images/lucky-lady-hero.jpg") center center no-repeat;
    background-size: cover;
    height: 75vh;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    display: flex;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.crew-hero {
	background: url("images/crew-hero.jpg") center center no-repeat;
    background-size: cover;
    height: 75vh;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    display: flex;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.toys-hero {
	background: url("images/toys-hero.jpg") center center no-repeat;
    background-size: cover;
    height: 75vh;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    display: flex;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.yacht-hero {
	background: url("images/yacht-hero.jpg") center center no-repeat;
    background-size: cover;
    height: 75vh;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    display: flex;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.gallery-hero {
	background: url("images/gallery-hero.png") center center no-repeat;
    background-size: cover;
    height: 75vh;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    display: flex;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contact-hero {
	background: url("images/contact-hero.jpg") center center no-repeat;
    background-size: cover;
    height: 75vh;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    display: flex;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* ---------- HOME STYLING ---------- */

header {
    height: 600px;
    width: 100vw;
    background: black;
    overflow: hidden;
}

.img {
/*    object-fit: cover;*/
    width: 100%;
/*    height: auto;*/
    opacity: 0.4;
}

.video-content h1 {
    font-weight: 100;
    font-size: 5rem;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #FFF;
}

.video-content h3 {
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 100;
}

@media screen and (max-width: 991px) {
    
    .video-content h1 {
        font-size: 3rem;
    }
    
    .video-content h3 {
        font-size: 1.5rem;
    }
}

.video-content a {
    text-decoration: none;
    transtion: 1s;
}

.video-content a:link {
    color: #FFF;
}

.video-content a:hover {
    color: #FA8C2A;
    font-weight: bold;
}

.showcase {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
/*    background: #202333 url("images/default-hero.jpg") no-repeat center center/cover;*/
}

.video-content {
    z-index: 10;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    width: 1920px;
    height: 1080px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}

.video-btn {
    display: inline-block;
    padding: 10px 30px;
    background: #202333;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    margin-top: 25px;
    opacity: 0.7;
    transition: 1s;
}

.video-btn:hover {
    transform: scale(1.2);
    opacity: 1.0;
    border: 1px solid #F27405;
}

.showcase a span {
    position: absolute;
    top: 80%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.showcase a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.showcase a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.showcase a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#opener {
    scroll-margin-top: 124px;
}

.home-btn-container a {
    text-decoration: none;
    transtion: 1s;
}

.home-btn-container a:link {
    color: #FFF;
}

.home-btn-container a:hover {
    color: #FA8C2A;
    font-weight: bold;
}

.home-btn {
    display: inline-block;
    padding: 10px 30px;
    background: #202333;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    margin-top: 25px;
/*    opacity: 0.7;*/
    transition: 1s;
}

.home-btn:hover {
    transform: scale(1.2);
/*    opacity: 1.0;*/
    border: 1px solid #F27405;
}

.sec-navy video {
    max-width: 820px;
    padding-top: 20px;
}

/* ---------- YACHT STYLING ---------- */

.h2-center {
    padding-bottom: 30px;
}

.port-div {
    margin-bottom: 10px;
}

.port {
    margin-bottom: 0;
    text-transform: uppercase;
}

.location {
    font-size: 2rem;
    color: #F27405;
    text-align: center;
}

.opener {
    font-size: 1.2rem;
    text-align: center;
    width: 90%;
}

ul li {
    padding-left: 5px;
}

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

.list span {
/*    font-weight: bold;*/
}

ul.list {
    overflow-wrap: break-word;
}

ul.list i {
    color: #F27405;
    padding-right: 5px;
}

/*
ul.list li:before {
    font-family: 'FontAwesome';
    content: '\f101';
    margin: 0 5px 0 -15px;
    color: #F27405;
}
*/

/* ---------- CREW PROFILE STYLING ---------- */

.card {
/*    width: 350px;*/
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border: none;
}

.card h3 {
    color: #F27405;
}

.card span, .card p {
    color: #202333;
}

.card span {
    font-weight: 100;
    font-size: 1.2rem;
}

.card h5 {
    font-size: 1.2rem;
}

.crew-card {
    width: 65%;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {
    .crew-card {
        width: 75%;
    }
}

@media screen and (max-width: 991px) {
    .crew-card {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .crew-card {
        width: 100%;
    }
}

.card-width {
    width: 90%;
}

/* ---------- Toys & Amenities PROFILE STYLING ---------- */

.sec-navy {
    background-color: #202333;
    padding-top: 80px;
    padding-bottom: 100px;
    color: #FFF;
}

.sec-navy h2 {
    color: #FFF;
}

.toy {
    width: 350px;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border: none;
    background-color: white;
}

.toy-2 {
    width: 261px;
    height: 261px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border: none;
    background-color: white;
}

.toy h3, .toy-2 h3 {
    color: #F27405;
}

.toy span, .toy p, .toy-2 span, .toy-2 p {
    color: #202333;
}

.toy span, .toy-2 span {
/*    font-weight: 700;*/
    font-weight: 100;
    font-size: 1.2rem;
}

.toy h5, .toy-2 h5 {
    font-size: 1.2rem;
}

@media screen and (max-width: 1199px) {
  .toy-2 {
    width: 350px;
    height: 250px;
  }
}

/* ---------- GALLERY STYLING START ---------- */

.gal-row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
    margin: 0;
}

.gal-column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.playful figure {
    cursor: pointer;
    float: left;
/*  margin: 10px 1%;*/
/*  max-height: 225px;*/
/*    max-height: 500px;*/
/*  max-width: 480px;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 4px;
}

.playful figure figcaption,
.playful figure figcaption > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.playful figure figcaption {
    backface-visibility: hidden;
    color: #fff;
    font-size: 1.25em;
    text-transform: uppercase;
}

.playful figure h4,
.playful figure p {
    margin: 0;
}

.playful figure h4 {
    color: #fff;
/*    font-size: 20px;*/
    font-size: 3rem;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
/*  font-weight: 800;*/
    word-spacing: -0.15em;
}

.playful figure p {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 1px;
}

.playful figure h2,
.playful figure p {
    margin: 0;
}

.playful figure.softeffect {
    background: none repeat scroll 0 0 #202333;
}

.playful figure.softeffect img {
    transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
    opacity: 0.35;
    transform: scale(1);
}

.playful figure.softeffect figcaption:before,
.playful figure.softeffect p {
    opacity: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.playful figure.softeffect h4 {
    position: relative;
    opacity: 0;
    top: 40%;
    transform: translateY(-40%);
/*  padding: 20% 0 20px;*/
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.playful figure.softeffect p {
    margin: 0 auto;
    max-width: 200px;
    transform: scale(1.5);
}

.playful figure.softeffect:hover figcaption:before,
.playful figure.softeffect:hover p {
    opacity: 1;
    transform: scale(1);
}

.playful figure.softeffect:hover h4 {
    opacity: 1;
    transform: scale(1);
}

.playful figure img {
    display: block;
    max-width: 100%;
    min-height: 100%;
    opacity: 1;
    position: relative;
}

figure.softeffect {
    background: none repeat scroll 0 0 transparent;
}

figure.softeffect:hover {
    background: none repeat scroll 0 0 #202333;
  /* Cyan: #00aeef */
}

figure.softeffect img {
    transform: scale(1);
    transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
    opacity: 0.30;
    transform: scale(1.15);
    filter: blur(2px);
}

@media screen and (max-width: 800px) {
  .gal-column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .gal-column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/* ---------- GALLERY STYLING END ---------- */

/* ---------- IMAGE LIGHTBOX STYLING ---------- */

.img-color {
	background-color: #023859;
	padding-bottom: 10vh;
}

.main-box {
	margin-top: 20px;
	text-align: center;
}

.trans {
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

.top {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5vh;
}

.top .img-row {
	width: 100%;
	height: 100%;
	z-index: 1;
	box-sizing: border-box;
}

.top .img-row figure {
	position: relative;
	overflow: hidden;
}

.top .img-row figure::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	content: '';
	color: white;
	opacity: 0.4;
	text-align: center;
	box-sizing: border-box;
	pointer-events: none;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top .img-row figure:hover::before {
	opacity: 0;
	background-color: rgba(0,0,0,0.90);
}

.top .img-row figure img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
}

.lightbox img {
	max-width: 90%;
	max-height: 80%;
	position: relative;
	top: -100%;
	/* Transition */
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

.lightbox:target {
	outline: none;
	top: 0;
	opacity: 1;
	pointer-events: auto;
	transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
}

.lightbox:target img {
	top: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

figure .middle {
	background-color: rgba(4, 191, 191, 0.75);
	width: 200px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

figure:hover .middle {
  opacity: 1;
}

/* ---------- CHARTER RATES STYLING ---------- */

.contact a:link {
/*	font-weight: bold;*/
	color: #04BFBF;
}

.contact a:visited {
/*	font-weight: bold;*/
	color: #04BFBF;
}

.contact a:hover {
	text-decoration: none;
/*	font-weight: bold;*/
	color: #023859;
}

.contact a:active {
/*	font-weight: bold;*/
	color: #04BFBF;
}

/* ---------- FORM STYLING ---------- */

.inquiry {
    background-color: #EEE;
}

.form-image {
    background-color: #202333;
    border-radius: 10px 0 0 10px;
    color: #FFF;
}

.form {
    background-color: #FFF;
    border-radius: 0 10px 10px 0;
}

form {
    margin: 0 auto;
}

.form input, #datepicker input {
    background-color: #EEE;
    border: none;
    padding: 15px;
    border-radius: 5px;
    width: 90%;
}

.form textarea {
    width: 90%;
}

.form-short input  {
    width: 300px;
}

.datepicker, .datepicker2 {
    text-align: left;
}

.submit-btn {
    background-color: #f27405;
    color: #FFF;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .form-image {
        border-radius: 10px 10px 0 0;
    }
    
    .form {
        border-radius: 0 0 10px 10px;
    }
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}


/* ---------- FOOTER STYLING ---------- */

footer {
	padding: 15px;
	margin-top: 5px;
	background-color: #202333;
}

.footer-text {
	text-align: center;
}
.footer-text a {
	padding-left: 5px;
	padding-right: 5px;
}

.footer-text a:link {
	color: rgba(255,255,255,.50);
}

.footer-text a:visited {
	color: #FFF;
}

.footer-text a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1);
	border-bottom: 2px solid #F27405;
}

.footer-text a:active {
	color: #FFF;
}

.copywright {
    margin-top: 30px;
	padding-top: 5px;
	font-size: .80rem;
}

.clearfix {
	overflow: auto;
}
