.normal-btn, .danger-btn, .info-btn, .success-btn, .warning-btn, .secondary-white-btn, .fouth-btn, .third-btn, .secondary-btn, .primary-btn {
  text-decoration: none;
  padding: 1rem 1.5rem 1rem 1.5rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.primary-btn {
  color: #CB986C;
  background-color: #002885;
}

.secondary-btn {
  color: #002885;
  background-color: #CB986C;
}

.third-btn {
  color: #002885;
  background-color: #002441;
}

.fouth-btn {
  color: #002885;
  background-color: #eeeeee;
}

.secondary-white-btn {
  color: #CB986C;
  background-color: #fff;
}

.warning-btn {
  color: #CB986C;
  background-color: #D69E2E;
}

.success-btn {
  color: #CB986C;
  background-color: #38A169;
}

.info-btn {
  color: #CB986C;
  background-color: #5A67D8;
}

.danger-btn {
  color: #CB986C;
  background-color: #E53E3E;
}

.slick-slide:focus {
  outline: none;
}

html, body {
  overflow-x: hidden;
}

body {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #002441;
  background-color: #f8f8f8;
}
@media (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.25rem;
  }
}

header {
  height: 100vh;
  z-index: 1;
}

.hidden {
  display: none;
}

.scrolled {
  background-color: #dbe5f7 !important;
  transition: background-color 0.1s linear;
}
.scrolled .logo-icon {
  width: 150px !important;
  transition: all 0.3s ease;
}

h1, h2, h3 {
  font-family: "Segoe UI";
  color: #002885;
}

h1 {
  font-size: 2.5rem;
}

h2, h3 {
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.5625rem;
}

p, ul {
  margin-bottom: 1.5rem;
}

a {
  font-size: 1.25rem !important;
  font-weight: bold;
  text-transform: uppercase;
}

.small-btn {
  font-size: 0.9375rem !important;
}

.suite-tab {
  background-color: #002885;
  color: white;
  text-align: center;
}
.suite-tab .section {
  margin-bottom: 0;
}
.suite-tab .nav-tabs, .suite-tab .nav-link, .suite-tab .nav-link:hover {
  border: 0;
  border-radius: 0;
  color: white;
}
.suite-tab .nav-item {
  margin: 0;
  min-height: 112px;
  width: 33.3333333333%;
}
.suite-tab .nav-link {
  text-align: center;
  padding: 2rem 1rem;
  height: 100%;
}
.suite-tab .active {
  position: relative;
  color: white !important;
  background-color: #234596 !important;
}
.suite-tab .active::before {
  content: "";
  background-color: #CB986C;
  width: 60%;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.logo-container {
  justify-content: space-between;
  align-items: center;
}
.logo-container i {
  font-size: 1.5rem;
  color: #002885;
}

.logo-icon {
  max-width: 100px;
  max-height: auto;
}

.marque-photo {
  height: 100vh;
  overflow: hidden;
}
.marque-photo div {
  width: 100%;
  height: 100%;
}
.marque-photo .slick-prev, .marque-photo .slick-next {
  z-index: 10;
  left: auto;
  right: 0;
  padding: 2rem;
  background-color: white;
  bottom: 2rem;
  top: auto;
}
.marque-photo .slick-prev:before, .marque-photo .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.marque-photo .slick-prev {
  right: 64px;
}
.marque-photo .slick-prev:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #002885;
}
.marque-photo .slick-next {
  background-color: #CB986C;
}
.marque-photo .slick-next:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.marque-photo .slick-track {
  background-color: #dbe5f7 !important;
}
.m-photo {
  position: absolute !important;
  top: auto !important;
  bottom: 0;
  left: 0 !important;
  width: 100%;
  height: 100%;
  z-index: auto;
}

.page-marque-bg {
  position: absolute !important;
  top: auto !important;
  bottom: 0;
  left: 0 !important;
  width: 100%;
  z-index: auto;
  height: 50% !important;
}
.page-marque-bg .photo-background {
  height: 100%;
}
@media (min-width: 577px) {
  .page-marque-bg {
    height: auto;
  }
}

.page-marque {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
}

.desktop-nav {
  display: none;
}

.section {
  padding: 2rem;
  padding-bottom: 0;
  margin-bottom: 3rem;
  max-width: 1400px;
  margin: 0 auto;
}

#myTabContent ul {
  padding: 0;
}
#myTabContent ul > li:not(.nav-item) {
  padding-left: calc(1rem + 15px);
  position: relative;
}
#myTabContent ul > li:not(.nav-item):before {
  content: "";
  background-color: #CB986C;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#myTabContent .appliance-slider-container {
  width: 100%;
}
#myTabContent .appliance-slider-container .outer {
  min-width: 70px;
  min-height: 70px;
  width: calc((100% - 1.5rem) / 3);
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
#myTabContent .appliance-slider-container .slick-arrow:before {
  color: #002441;
}
#myTabContent .appliance-slider-container .slick-prev {
  left: 0;
  top: auto;
  bottom: -2rem;
  transform: translate(0);
}
#myTabContent .appliance-slider-container .slick-prev:before {
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#myTabContent .appliance-slider-container .slick-next {
  right: 0;
  top: auto;
  bottom: -2rem;
  transform: translate(0);
}
#myTabContent .appliance-slider-container .slick-next:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.price-container p {
  font-size: 1.5625rem;
}
@media (min-width: 1200px) {
  .price-container p {
    font-size: 2.34375rem;
  }
}
@media (min-width: 1920px) {
  .price-container p {
    font-size: 2.8125rem;
  }
}
.price-container p span {
  font-size: 0.8rem;
}
.price-container .nav-tabs {
  margin-bottom: 1.5rem;
  border: 0;
}
.price-container .nav-tabs a, .price-container .nav-tabs a:hover {
  border: 0;
}
.price-container .nav-tabs a {
  font-size: 0.8em !important;
  color: #002441 !important;
}
.price-container .nav-tabs a:hover {
  text-decoration: none;
}

#gallery {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
#gallery .gallery-box {
  position: relative;
}
#gallery .gallery-box > .content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: white;
  min-width: 200px;
  max-width: 250px;
  padding: 0.5rem;
  font-size: 0.8rem;
  padding-left: calc(25px + 0.5rem);
}
@media (min-width: 768px) {
  #gallery .gallery-box > .content {
    font-size: 1rem;
    min-width: 300px;
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  #gallery .gallery-box > .content {
    font-size: 1.25rem;
  }
}
#gallery .gallery-box > .content:before {
  content: "";
  background-color: #CB986C;
  width: 25px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: auto;
}

#amenity {
  position: relative;
  padding-bottom: 3rem;
}
#amenity h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  #amenity h3 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  #amenity h3 {
    font-size: 1.875rem;
  }
}
#amenity .amenity-bg {
  position: absolute;
  right: -240px;
  bottom: 0;
  z-index: -1;
}
#amenity .amenity-bg img {
  width: 500px;
}
#amenity .amenity-box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#amenity .amenity-box {
  background-color: white;
  margin-bottom: 3rem;
  min-width: 280px;
  min-height: 475px;
  max-width: 438px;
  width: 100%;
}
#amenity .amenity-box .photo-container > a {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  background-color: #002885;
  color: white;
  width: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 1.5rem;
  transform: translateX(-50%);
}
#amenity .amenity-box .photo-container > a i {
  transform: rotate(-45deg);
}
#amenity .amenity-box .content {
  padding: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#accordion p.font-upper {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
#accordion p.font-upper:focus {
  outline: none;
}
#accordion p.ui-state-active {
  margin-bottom: 0;
  color: #002441;
}
#accordion .ui-accordion-content-active {
  margin-bottom: 1.5rem;
}
#accordion div, #accordion p {
  border: 0;
  background-color: white;
  color: #002441;
}
#accordion ul {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #about h3 {
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  #about h3 {
    font-size: 1.875rem !important;
  }
}
#about .content {
  margin-bottom: 3rem;
}
#about h3 {
  font-size: 1.25rem;
  position: relative;
}
#about h3:not(.font-italic) {
  padding-left: calc(25px + 1rem);
}
#about h3:not(.font-italic)::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 100%;
  background-color: #CB986C;
  left: 0;
}
#about h3.font-italic {
  font-weight: lighter;
}
#about .address-card {
  background-color: white;
}
#about .address-card .photo-container {
  padding-top: 2rem;
  text-align: center;
}
#about .address-card .photo-container img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
#about .address-card .content {
  padding: 2rem;
  z-index: 0;
}
#about .address-card h3 {
  padding-left: 0;
  background-color: white;
  z-index: 1;
  overflow: hidden;
}
#about .address-card h3:before {
  display: none;
}
#about .address-card h3:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #CB986C;
  z-index: -1;
  top: 50%;
  left: auto;
  margin-left: 1rem;
  transform: translateY(-50%);
}

#map {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
#map h2, #map span {
  color: white;
}
#map form {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 1400px;
  margin: 0 auto;
}
#map .map-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
#map .map-shade {
  position: absolute;
  background-color: rgba(35, 69, 150, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#map .container {
  padding: 2rem;
  max-width: 684px;
  margin: 0;
}
#map #progressbar {
  display: flex;
  position: relative;
  max-width: 311px;
  margin: 1.5rem auto;
}
#map #progressbar:before {
  content: "";
  background-color: white;
  position: absolute;
  top: -8px;
  left: 50%;
  width: 65%;
  height: 1px;
  transform: translateX(-50%);
}
#map #progressbar li {
  font-size: 0.8rem;
  position: relative;
  padding-left: 10px;
  margin-bottom: 0;
  color: white;
}
#map #progressbar li:before {
  content: "";
  background-color: white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border: 2px solid white;
}
#map #progressbar li:not(:last-of-type) {
  margin-right: 1rem;
}
#map #progressbar .active {
  color: orange;
}
#map #progressbar .active:before {
  background-color: orange;
}
#map fieldset {
  /*Hide all except first one*/
}
#map fieldset:not(:first-of-type) {
  display: none;
}
#map fieldset div {
  position: relative;
  margin-bottom: 2rem;
  z-index: 0;
}
#map fieldset .check {
  padding-left: 2rem;
  min-height: 36px;
  display: flex;
  align-items: center;
}
#map fieldset .check:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  position: absolute;
  left: 0;
  color: orange;
  width: 1.5rem;
  font-size: 1.5rem;
  height: 1.5rem;
  font-weight: 300;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
}
#map fieldset input[type=checkbox] {
  width: auto;
  opacity: 0;
  position: absolute;
  left: -999999px;
}
#map fieldset input[type=checkbox]:checked ~ .check:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#map fieldset i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 1rem;
  color: #CB986C;
}
#map fieldset input, #map fieldset textarea, #map fieldset select {
  width: 100%;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 50px;
  border: 0;
  position: relative;
  margin-bottom: 0;
  padding-left: 3rem;
}
#map fieldset select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
#map fieldset .tip {
  position: absolute;
  font-size: 0.75rem;
  bottom: 0;
  color: orange;
  left: 3rem;
}
#map fieldset .fa-ellipsis-h {
  top: 1rem;
  transform: translateY(0);
}
#map fieldset textarea {
  resize: none;
  border-radius: 15px;
}
#map fieldset .btn-group {
  display: flex;
  justify-content: center;
}
#map fieldset .btn-group i {
  left: 80px;
}
#map fieldset input[type=button] {
  width: 150px;
  border-radius: 0;
  padding-left: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
#map fieldset .invalid {
  border-bottom: 3px solid rgba(255, 0, 0, 0.65);
  position: relative;
}

.ui-icon {
  width: 24px;
  height: 24px;
  background-image: url("/img/icons8-forward-button-50.png") !important;
  background-position: center;
  background-size: cover;
}

.ui-icon-circle-triangle-w {
  background-image: url("/img/icons8-prev-button-50.png") !important;
}

.branding {
  position: relative;
  z-index: 0;
}

footer {
  position: relative;
  z-index: 0;
}
footer a {
  font-size: 1rem !important;
}

.mobile-nav {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: background-color 500ms linear;
}

.mobile-nav-content {
  background-color: #dbe5f7;
  padding: 2rem;
  position: absolute;
  top: auto;
  width: 100%;
  z-index: 999;
  display: none;
}
.mobile-nav-content ul {
  padding: 0;
  margin-bottom: 0;
}
.mobile-nav-content ul > li {
  border-bottom: 1px solid #002885;
  padding-bottom: 1rem;
}
.mobile-nav-content ul > li:last-of-type {
  border: 0;
  padding: 0;
}
.mobile-nav-content ul > li a {
  color: #002885;
}

.show {
  display: block;
}

#suitestab {
  max-width: 1195px;
  margin: 0 auto;
}

.applianceModal {
  z-index: 9999 !important;
}
.applianceModal .modal-content {
  max-width: 900px;
}

@media (max-width: 320px) {
  a {
    font-size: 1.05rem !important;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.125rem;
  }
  h2, h3 {
    font-size: 2.34375rem;
    margin-bottom: 1.875rem;
  }
  h3 {
    font-size: 1.953125rem;
  }
  .section {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #floorplan p.font-italic {
    margin-bottom: 0;
  }
  #floorplan div.padding-y-2 {
    padding: 0 !important;
  }
  #myTabContent .tab-pane.active {
    display: flex;
  }
  #myTabContent .tab-pane.active .outer {
    width: 50%;
    height: 50%;
  }
  #myTabContent .tab-pane.active .padding-0-75 {
    width: 50%;
    padding: 2rem;
  }
  #gallery {
    display: flex;
    flex-wrap: wrap;
  }
  #gallery .gallery-box {
    width: 50%;
  }
  #about {
    display: flex;
    flex-direction: row-reverse;
  }
  #about .box, #about .address-card {
    width: 50%;
  }
  #about .address-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #about .box {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .marque-photo .slick-prev, .marque-photo .slick-next {
    top: 50%;
    transform: translateY(-50%);
  }
  #myTabContent .padding-0-75 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 4rem !important;
  }
  #myTabContent .clearfix {
    display: flex;
  }
  #myTabContent .clearfix > a {
    float: none;
    margin-right: 1rem;
    max-height: 54px;
    min-height: 54px;
    height: 100%;
  }
  #myTabContent .clearfix > a:last-of-type {
    margin-right: 0;
  }
  .amenity-box-container {
    flex-direction: row !important;
  }
  .amenity-box-container .amenity-box {
    margin-right: 2rem;
  }
  .amenity-box-container .amenity-box:last-of-type {
    margin-right: 0;
  }
  #about .box {
    padding: 4rem;
  }
}
@media (min-width: 1200px) {
  .marque-photo .slick-prev, .marque-photo .slick-next {
    padding: 3rem;
    font-size: 30px;
  }
  .marque-photo .slick-prev {
    right: 96px;
  }
  .desktop-nav {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: background-color 500ms linear;
  }
  .desktop-nav .logo-icon {
    width: 300px;
    max-width: none;
    height: auto;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .desktop-nav .logo-icon {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .desktop-nav .logo-container > li {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .desktop-nav .logo-container > li {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .desktop-nav .logo-container > li:nth-child(1) > a {
    font-weight: bold;
  }
  .desktop-nav .logo-container > li a {
    color: #002885;
    font-weight: normal;
    text-transform: none !important;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .desktop-nav .logo-container > li a {
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .desktop-nav .logo-container > li:last-of-type {
    margin-right: 0;
  }
  .mobile-nav {
    display: none;
  }
  h1 {
    font-size: 3.75rem;
  }
  h2, h3 {
    font-size: 2.8125rem;
    margin-bottom: 2.25rem;
  }
  h3 {
    font-size: 2.34375rem;
  }
  .page-marque-bg {
    height: 85% !important;
  }
  .page-marque {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1400px;
    width: 100%;
  }
  .page-marque h1 {
    font-size: 80px;
  }
  .page-marque p {
    font-size: 30px;
  }
  .page-marque a {
    font-size: 25px;
  }
  #gallery .gallery-box {
    width: 33.3233333333%;
  }
}
.popUp {
  max-width: 650px;
  min-width: 300px;
  width: 90%;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 998;
  background-color: white;
  transform: translate(-50%, -50%);
}
.popUp #popUpClose {
  border-radius: 50%;
  background-color: white;
  border: 0;
  padding: 1rem;
  color: #002885;
  font-weight: bold;
  position: absolute;
  right: -1rem;
  top: -1rem;
  font-size: 1.5rem;
}
.popUp p {
  font-size: 1.5rem;
}

.iconClosed {
  background-image: url("../img/icons8-plus.png") !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 46px;
  height: 46px;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .iconClosed {
    width: 30px;
    height: 30px;
  }
}

.iconOpen {
  background-image: url("../img/icons8-minus-64.png") !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 46px;
  height: 46px;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .iconOpen {
    width: 30px;
    height: 30px;
  }
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.photo-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.photo-close:hover,
.photo-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */