@import url('https://fonts.googleapis.com/css2?family=Gruppo&display=swap');
body {
margin:0;
padding:0;
font-family: 'Open Sans', sans-serif;
background:#F1F0E8;
}
.container-fluid-slider {
    width: 100%;
	padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
	overflow:hidden;
}
.smaller {
    font-size: 30%;
    vertical-align: middle;
	padding-left:10px;
	padding-right:10px;
}
.font-1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.item{
  position: relative;
}
.slider-wrapper {
    position: relative;
    padding-bottom: 35px;
    overflow: hidden;
}
.yachtfleet {
    margin-bottom: 3rem;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
	color: #b38d76;
	border: 1px solid #b38d76;
    padding: 8px 15px !important;
    font: inherit;
}
.anchor-rope {
    position: absolute;
    bottom: 15px;
    z-index: 100;
    right: 5%;
    max-width: 90px;
}
.overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #003366;
  opacity: 0.6;
}
.bg-rope {
	height: 18px;
	background-image: url(../images/rope-light.png);
	overflow:hidden;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left center;
}
.top-wrapper {
	position: absolute;
	text-align: center;
	top: 0.5rem;
	z-index: 99;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	height: 100%;
}
.golden {
	color:#d3b685;	
}
a:hover.golden, a:active.golden {
	color:#d3b685;
	text-decoration:none;
}
.darker {
    color: #000000;
}
a:hover.darker, a:active.darker, a:visited.darker {
	color: #000000;
	text-decoration:none;
}

.btn-gold-mob {
    border-radius: 0;
    border: 1px solid #d3b685;
	font-weight: 300;
	text-transform: uppercase;
	font-size: .8rem;
	color:#d3b685;
    padding: 0.125rem 1rem;
}
.btn-gold-mob:hover {
    color: #d3b685;
	background-color: #23272b;
	border-color: #1d2124;
    border: 1px solid #d3b685;
}
.btn-gold {
    border-radius: 0;
    border: 1px solid #d3b685;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1rem;
	color: #d3b685;
}
.btn-gold:hover {
    color: #d3b685;
	background-color: #23272b;
	border-color: #1d2124;
    border: 1px solid #d3b685;
}
.btn-gold-light {
    border-radius: 0;
    border: 1px solid #b38d76;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	color:#623f2a;
	background-color:#dbc58e;
    padding: 0.375rem .75rem;
}
.btn-gold-light:hover {
    color: #fff;
	background-color: #0d0c09;
	 border: 1px solid #b38d76;
}
.btn-gold-reverse {
    border-radius: 0;
    border: 1px solid #353333;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	color:#0d0c09;
	background-color: #d3b685;
	padding: 0.375rem .75rem;
}
.btn-gold-reverse:hover {
    color: #a7a38a;
	background-color:#0d0c09;
	border-color: #d3b685;
}
.text-success {
    color: #93fb2c !important;
}
.mt-3a, .my-3a {
    margin-top: 1.35rem !important;
}
.mt-4a, .my-4a {
    margin-top: 1.25rem !important;
}
.phonetop {
    font-size: 1.35rem;
}
/* .navbar-light .navbar-nav .nav-link {
    color: rgb(211, 182, 133);
}*/
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
	font-weight:700;
}
.top-menu .bg-light {
    background-color: transparent !important;
}
.top-menu-mob .bg-light {
    background-color: transparent !important;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 230, 188);
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgb(201, 178, 136);
}
#collapsingNavbar2 {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    left: 25%;
    right: 25%;
    width: 50%;
    top: 25%;
}
.top-menu {
	margin-top:2rem;
	margin-bottom:2rem;
}
.top-menu-mob {
	margin-top:0rem;
	margin-bottom:0rem;
}
.icon-pleft {
    padding-left: 1rem;
}
.icon-pright {
    padding-right: 1rem;
}
.navbar-toggler {
    padding: .15rem .5rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
	border: 1px solid #d3b685;
    border-radius: 0.35rem;
}
.navbar-blue {
	background-color: #1e416c;
	border: 1px solid #c7b087;
	border-radius: 0.35rem;
    text-align: left;
}
.slide-caption {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    padding: 0 15px;
}
.headline-gold h5 {
    color: rgb(211, 182, 133);
    font-weight: 400;
    font-size: 0.8rem;
}
.headline-white h1 {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 1.135rem;
}
.topcontent {
	margin-top:0.5rem;
	margin-bottom:1.5rem;
}
.content-header-gold h4 {
    font-size: 1.125rem;
    font-weight: 300;
    color: #B38D76;
}
.content-header-black h3 {
    font-family: inherit;
    color: #443B44;
    font-weight: 400;
    font-size: 1.5rem;
}
.content-header-text {
	text-align:center;
	margin-top:1rem;
	margin-bottom:1.5rem;
	font-size:1rem;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgb(179, 141, 118);
    border-radius: .25rem;
}
.card-text {
	font-size:0.9rem;
}
.form-wrapper-bg-blue {
  margin-top: 0rem;
  margin-bottom: 3rem;
  padding: 3rem;
  border: solid 4px #72c2d0;
  border-radius: 5px;
  background: #e0e8f0;
}
.quotewrapper {
    background-image: url(../images/rquest-bg-mob.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height:100%;
    margin-top: 35px;
    margin-bottom: 35px;
}
.form-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.blue-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0d0e0f;
  text-align: center;
  white-space: nowrap;
  background-color: #72c2d0;
  border: 1px solid #72c2d0;
  border-radius: .25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.gold-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0d0e0f;
	text-align: center;
	white-space: nowrap;
	background-color:#d1ad42;
	border: 1px solid #d1ad42;
    border-radius: .25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.form-control-blue {
  background-color: #f6f7f182;
  border: 1px solid #17a2b8;
}
.form-control-gold {
	background-color:#f6f7f182;
	border: 1px solid #d1ad42;
}
.gj-datepicker-bootstrap [role="right-icon"] button {
 background-color: #72c2d0;
}
.gj-datepicker-bootstrap [role="right-icon"] button {
    width: 42px;
    position: relative;
    border: 1px solid #d1ad42;
    border-left-color: rgb(209, 173, 66);
    border-left-style: solid;
    border-left-width: 1px;
	background-color:#d1ad42;
	color: black;
}
.footer-top {
    background-color: #293170;
    min-height: 400px;
	padding-top:5rem;
	padding-bottom:5rem;
	color:#fff;
	font-size:0.9rem;
}
.footer-address {
    font-weight: 600;
}
.footer-link {
    text-transform: uppercase;
    color: 
    #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0.8rem;
    font-weight: 600;
}
.footer-link:hover {
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
.footer-link2 {
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    display: inline-block;
	margin-bottom:0.235rem;
	font-weight:600;
}
.footer-link2:hover {
	text-transform:capitalize;
	color:#fff;
	text-decoration:none;
}
.icon-left {
    padding-right: 15px;
}
h3.footerheader {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-weight: 300;
    font-size: 2rem;
}
.footer-text {
	font-size:0.8rem;
	font-weight:300;
	margin-top:1.5rem;
}
.footer-btn {
    background-color: #1c224a;
	min-height: 30px;
	text-align: center;
	color: #F3DEB6;
    padding: 10px;
	font-size:0.9rem;
}
#sticky {
    display: none;
    height: auto;
	padding-bottom:15px;
}
#sticky.fixed {
	background-color: #293170;
    display: block;
    position: fixed;
    top: 0;
    min-width: 100%;
	z-index:1000;
}
.blue-group-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #72c2d0;
  border: 1px solid #72c2d0;
  border-radius: .25rem;
}
.gold-group-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
	text-align: center;
	white-space: nowrap;
	background-color: #d1ad42;
	border: 1px solid #d1ad42;
	border-radius: .25rem;
}
#fleetgallery img {
    padding: 4px;
    border: 1px solid #d2b685;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.mt-2, .my-2 {
    margin-top: .5776rem !important;
}
.card-header-gold {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(211, 182, 133);
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.bg-gold {
    background-color: #d1ad42 !important;
}
.bg-gold-clear {
    background-color: transparent !important;
}
.destination-wrapper {
	margin-top:0.5rem;
	margin-bottom:1rem;	
}
.destination-name {
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.5rem;
}
.destination-info {
	margin-top:0.5rem;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
#collapsingNavbar2 {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    right: 0;
    width: 30%;
    top: 25%;
}
.slide-caption {
    margin-top: 8rem;
    margin-bottom: 2rem;
}
.headline-gold h5 {
    color: rgb(211, 182, 133);
    font-weight: 400;
    font-size: 0.9rem;
}
.headline-white h1 {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 2.5em;
}
.anchor-rope {
    position: absolute;
    max-width: 160px;
    bottom: 0px;
    z-index: 100;
    right: 5%;
}
.content-header-text {
    font-size: 1rem;
}
.form-heading {
    font-size: 3.5rem;
}
.quotewrapper {
    background-image: url(../images/rquest-bg-mob.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    margin-top: 35px;
    margin-bottom: 0;
}
.form-wrapper {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.footer-top {
    background-color: #293170;
    min-height: 400px;
}
.footer-btn {
    background-color: #1c224a;
	min-height: 30px;
	text-align: center;
	color: #F3DEB6;
    padding: 10px;
	font-size:1rem;
}
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
.top-menu {
    margin-top: 1rem;
    margin-bottom: 0rem;
}
.slide-caption {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
}
.headline-gold h5 {
    color: rgb(211, 182, 133);
    font-weight: 400;
    font-size: 1.125rem;
}
.headline-white h1 {
    font-size: 2.135rem;
}
.anchor-rope {
    position: absolute;
    max-width: 120px;
    bottom: 15px;
    z-index: 10;
    right: 5%;
}
.content-header-gold h4 {
    font-size: 1.135rem;
    font-weight: 300;
    color: #B38D76;
}
.content-header-black h3 {
    font-family: inherit;
    color: #443B44;
    font-weight: 400;
    font-size: 1.715rem;
}
.content-header-text {
    font-size: 0.9rem;
}
.form-heading {
    font-size: 2rem;
}
.quotewrapper {
    background-image: url(../images/rquest-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: auto;
    margin-top: 35px;
    margin-bottom: 0;
}
.form-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.footer-top {
    background-color: #293170;
    min-height: 400px;
}
.footer-btn {
    background-color: #1c224a;
	min-height: 30px;
	text-align: center;
	color: #F3DEB6;
    padding: 10px;
	font-size:0.9rem;
	font-weight:300;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.top-menu {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.slide-caption {
	margin-top: 0.5rem;
	margin-bottom:0.5rem;	
}
.headline-gold h5 {
    color: rgb(211, 182, 133);
    font-weight: 400;
    font-size: 1.325rem;
}

.headline-white h1 {
    font-size: 3.135rem;
}
.anchor-rope {
    position: absolute;
    max-width: 170px;
    bottom: 0px;
    z-index: 10;
    right: 5%;
}
.content-header-gold h4 {
    font-size: 1.35rem;
    font-weight: 300;
    color: #B38D76;
}
.content-header-black h3 {
    font-family: inherit;
    color: #443B44;
    font-weight: 400;
    font-size: 2.25rem;
}
.content-header-text {
    font-size: 0.9rem;
}
.form-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.form-heading {
    font-size: 3rem;
}
.footer-top {
    background-color: #293170;
    min-height: 400px;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.top-menu {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.slider-wrapper {
    position: relative;
    padding-bottom: 48px;
    overflow: hidden;
}
.slide-caption {
	margin-top: 3.5rem;
	margin-bottom:2rem;	
}
.headline-gold h5 {
    color: rgb(211, 182, 133);
    font-weight: 400;
    font-size: 1.5rem;
}
.headline-white h1 {
    font-size: 3.758rem;
}
.anchor-rope {
    position: absolute;
    max-width: 200px;
    bottom: 5px;
    z-index: 10;
    right: 5%;
}
.content-header-gold h4 {
    font-size: 1.5rem;
    font-weight: 300;
    color: #B38D76;
}
.content-header-black h3 {
    font-family: inherit;
    color: #443B44;
    font-weight: 400;
    font-size: 2.765rem;
}
.content-header-text {
    font-size: 0.9rem;
}
.form-wrapper {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.form-heading {
    font-size: 4rem;
}
.footer-top {
    background-color: #293170;
    min-height: 400px;
}
}