@import url('https://fonts.googleapis.com/css2?family=Gotu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family='rawline':ital,wght@0,100..900;1,100..900&display=swap');
@import url('rawline.css');

* {
  box-sizing: border-box;
}
.flex-fill {
    flex:1;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

html, body {
  margin: 0 0 0 0;
  background: #ffffff;
  height: 100%:
}
body {
  margin: 0 auto;
  font-size: 100%;
  line-height: 1.5;
  color: #1b1b1b;
  //font-family: 'rawline', sans-serif;
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
body.landing-page-black {
  background: #000000;
  color: #ffffff;
}
img {
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
}

.border {
  1px solid red !important;
}

.fix-top-padding {
  padding-top: .75rem;
}
.fix-bottom-padding {
  padding-bottom: .75rem;
}

#late-checkout {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

/* main font styles */

.form-check-label {
  margin: 0;
}

.button {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  background: rgb(36,36,36);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMyNDI0MjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMxOTE4MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGQwZDBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgb(36,36,36) 54%, rgb(25,24,25) 55%, rgb(13,13,13) 100%);
  background: -webkit-linear-gradient(top, rgb(36,36,36) 54%,rgb(25,24,25) 55%,rgb(13,13,13) 100%);
  background: linear-gradient(to bottom, rgb(36,36,36) 54%,rgb(25,24,25) 55%,rgb(13,13,13) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#0d0d0d',GradientType=0 );
  display: block;
  padding: .5em !important;
  margin: 1em;
  color: #ffffff !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
}
.icon {
  width: 128px;
  height: 165px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  background: url(../images/bg-icon.png) no-repeat #009183;
  display: inline-block !important;
  color: #ffffff !important;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  margin: .5em !important;
}
.icon span {
  text-align: left;
  //font-family: 'rawline';
  font-weight: 700;
  position: absolute;
  padding: .5em;
  top: 47%;
  transform: translate(0, -50%);
  font-size: 1.25em;
  text-transform: uppercase;
}
.icon div {
  background: rgb(26, 26, 26); /* fallback color */
  background: rgba(26, 26, 26, 0.5);
  text-align: center;
  padding: .25em 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-transform: uppercase;
}
.icon:hover,
.icon:hover span,
.icon:hover div,
.icon:active,
.icon:active span,
.icon:active div,
.icon:focus,
.icon:focus span,
.icon:focus div {
  color: #000000 !important;
  text-transform: underline !important;
}
.small {
  font-size: .5em;
}
.text-small {
  font-size: .75rem;
}
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
h1 {
  font-family: "Gotu", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 0 0;
  position: relative;
  color: #0c534d;
  font-size: 1.75rem;
  text-transform: initial;
  padding: 0;
  margin: 0;
}
h1.alt {
  color: #056058;
  font-size: 2rem !important;
  text-transform: uppercase !important;
}
h2 {
  color: #2e2e2e;
  font-family: inherit;
  font-size: 1.25rem;
  text-transform: initial;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
h2.alt {
  //font-family: 'rawline';
  font-weight: 400;
  color: #056058;
  margin-bottom: .5rem;
}
h3 {
  font-size: 1.15rem;
  font-weight: normal;
}
h4 {
  font-size: 1.15rem;
  font-weight: normal;
}
h5 {
  font-size: 1rem;
}
.bold {
  //font-family: 'rawline';
  font-weight: 700;
}
.underline {
  text-decoration: underline;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.note {
  padding: 0;
  font-size: .75em;
}
a {
  //color: #000000;
  color: #0d6960;
  //text-decoration: underline;
  //text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
a:hover {
  text-decoration: underline;
  color: #000000;
}
a.new {
  color: #e07806;
  text-decoration: underline;
  text-transform: initial;
}
a.new:hover {
  text-decoration: none;
}
input[type=text], select, textarea {
  border-radius: 0;
  -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
  -moz-border-radius: 0;  /* Firefox 1-3.6 */
  border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  padding: .5em;
  border: 3px solid #cccccc;
}
select {
  background: url(../images/bg-select.png) no-repeat center right #ffffff;
  padding: .37rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
}
button {
  cursor: pointer;
}
.big-line-space {
  line-height: 1.8;
}

.container {
  //min-width: 1360px;
  //max-width: 1360px;
  //width: 1360px;
  max-width: 1580px;
  //padding: 0;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.row {
  margin-right: -9px;
  margin-left: -9px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 9px;
  padding-left: 9px;
}


.container-fluid-bg {
  background-color: #f2f6f1;
  text-align: left;
  padding: 0;
}
.container-fluid-bg .container {
  padding: 0;
}
.container-fluid-bg .container .row {
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1rem 0 0 0;
}
.container-fluid-bg .main-container {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  padding: 1rem;
  font-size: 1rem;
}
.container-fluid-bg .main-container ul {
  padding-left: 1rem;
}
.container-fluid-bg .container-fluid-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.center {
  text-align: center;
  margin: 0 auto;
}
.clear {
  clear: both;
}

/* covid banner styles */

.covid-banner,
.top-banner {
  font-size: .9rem;
  text-align: center;
  padding: .5rem;
  background: #e1994b;
  color: #ffffff;
  text-transform: none;
}
.covid-banner a,
.top-banner a {
  color: #ffffff;
  text-decoration: underline;
  text-transform: none;
}
.covid-banner a:hover,
.covid-banner a:active,
.covid-banner a:focus,
.top-banner a:hover,
.top-banner a:active,
.top-banner a:focus {
  color: #ffffff;
  text-decoration: none;
}
.covid-banner .covid-alert,
.top-banner .top-alert {
  background: url(../images/covid-alert.png) no-repeat;
  height: 16px;
  width: 18px;
  display: inline-block;
  position: relative;
  top: 2px;
}

/* landing page */

.landing-page {
  max-width: 750px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 auto;
}
.landing-page .d-flex {
  padding-right: 15px;
  padding-left: 15px;
}

/* header layout styles */

header {
  background: rgba(11,84,77,1) !important;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 2;
  width: 100%;
  height: auto;
  line-height: 1.25;
}
header .navbar .container {
  //width: 100%;
  //min-width: 100%;
  //max-width: 100%;
  height: 100px;
  flex-wrap: nowrap;
}
header a:hover, footer a:hover {
  color: #ffffff;
}
.header-top {
  display: none;
  background: #1a1a1a;
  font-size: 1.15rem;
  height: 37px;
}
.header-top .container {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .reservations {
  padding: .35em 0 0 0;
}

/* social styles */

.social {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.social .social-container a {
  background: #1a1a1a;
  color: #ffffff;
  line-height: 0; 
  font-size: 0;
  color: transparent;
  display: inline-block;
}
.social .social-container a div {
  height: 37px;
  width: 37px;
  background-image: url(../images/bg-social.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
  float: left;
}
.social .social-container a:hover {
  background: rgb(26, 26, 26); /* fallback color */
  background: rgba(26, 26, 26, 0.75);
}
.social .social-container a:hover div {
  background-position: -39px 1px;
}
.social .social-container a div.twitter {
  background-position: 0 -36px;
}
.social .social-container a:hover div.twitter {
  background-position: -39px -36px;
}
.social .social-container a div.google {
  background-position: 0 -70px;
}
.social .social-container a:hover div.google {
  background-position: -39px -70px;
}
.social .social-container a div.youtube {
  background-position: 0 -104px;
}
.social .social-container a:hover div.youtube {
  background-position: -39px -104px;
}
.social .social-container a div.instagram {
  background-position: 0 -136px;
}
.social .social-container a:hover div.instagram {
  background-position: -39px -136px;
}
.social .social-container a div.pinterest {
  background-position: 0 -208px;
  width: 32px;
}
.social .social-container a:hover div.pinterest {
  background-position: -39px -208px;
}
.social .social-container a div.tiktok {
  background-position: 0 -241px;
}
.social .social-container a:hover div.tiktok {
  background-position: -39px -241px;
}
header .navbar-brand {
  //padding-top: 0.3125rem;
  //padding-bottom: 0.3125rem;
  //min-width: 225px;
  max-width: 149px;
  min-width: 149px;
  width: 149px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
header .navbar-brand img {
  width: 100%;
  height: auto;
  //max-width: 153px;
  //min-width: 153px;
  //width: 153px;
}
header .navbar-toggler {
  border: 0;
  color: rgba(255, 255, 255, 1);
}
header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .navbar {
  padding: 0 1rem;
}
header .navbar .navbar-nav {
  flex-direction: row;
  display: none;
}
header .navbar-nav .book-now .nav-link {
  background: #009183;
  color: #ffffff !important;
  //font-weight: bold;
  border: 2px solid #ffffff;
  padding-top: .8rem;
  //font-family: 'rawline';
  font-weight: 700;
}
header .navbar .nav-item {
  //width: 100%;
  padding: 0;
  margin: 0;
}
header .navbar-nav .nav-link {
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;	
  text-align: center;
  margin: .25rem 0;
  text-decoration: none;
  text-transform: capitalize;
  color: #ffffff;
}
header .navbar-nav .nav-link:active,
header .navbar-nav .nav-link:focus,
header .navbar-nav .nav-link:hover {
  text-decoration: underline;
}
header .dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  background: #e5e5e5;
}
header .dropdown-menu .dropdown-item {
  text-transform: initial;
}
header .navbar-nav .dropdown-menu {
  position: absolute;
}
.dropdown-menu li, 
.dropdown-menu .dropdown-item {
  display: block !important;
  text-decoration: none;
}
.dropdown-menu .dropdown-item {
  text-transform: uppercase;
  color: #000000;
}
.dropdown-menu .dropdown-item:hover {
  text-decoration: underline;
  background: #bfbfbf;
}
.dropdown-menu .dropdown-item:focus {
  text-decoration: underline;
  background: #E5E5E5;
}
#navbarDropdownGallery,
#navbarDropdownEvents, 
#navbarDropdownMeetings {
  //display: none;
}
.dropdown .dropdown-menu {
  //display: block;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  color: #000000 !important;
  text-align: center;
}
.dropdown .dropdown-menu li {
  //padding: .15rem 0;
}
.dropdown .dropdown-item {
  //background: #bdbec0;
  padding: 1rem;

}
.dropdown-menu table {
  background: #ffffff;
}
header .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  margin-bottom: .175rem;
}
header .btn-primary {
  display: none;
  padding: .35rem 1rem .5rem 1rem;
  font-weight: 700;
  font-size: 1.05rem;
}
header .btn-primary:hover {
  text-decoration: none;
  background-color: #d1e4cf;
  border-color: #d1e4cf;
  color: #056058;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  padding-top: 18px;
  transition: 0.4s;
}
.sidebar .navbar-nav {
  padding-left: 2rem;
  padding-right: 2rem;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sidebar .navbar-nav .nav-item {
  padding: .25rem 0;
  font-size: 1rem;
  color: #3f3f3f;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
}
.sidebar .navbar-nav .nav-item .accordion button {
  background: none;
  border: 0;
  color: #0d6960;
  text-decoration: underline;
  //text-transform: uppercase;
  padding: 0.5rem 0;
  margin: 0;
  font-weight: normal;
}
.sidebar .navbar-nav .nav-item .accordion .navbar-nav {
  border-top: 1px solid #b3b3b3;
  padding: 0;
  margin-top: .25rem;
}
.sidebar .navbar-nav .nav-item .accordion .navbar-nav .nav-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar .navbar-nav .nav-item .close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  margin: 0;
  position: relative;
  top: -5px;
  right: -1px;
}
.sidebar .navbar-nav .nav-item .close-small svg {
  fill: #056058;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
#main {
  transition: margin-right .5s;
  padding: 0;
  position: relative;
  transition: ease .4s;
}
#main .blocked {
  background: #000000;
  height: 100%;
  width: 100%;
  display: none;
  opacity: .3;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* splash styles */

.splash-container {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  //padding-top: 37px;
  background: #ffffff;
}
.splash-container video {
  min-width: 100%; 
  min-height: 100%; 
  width: auto;
  height: auto;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%,-20%);
}
.splash-container img.bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: -230px;
  -webkit-animation: bubble 1ss forwards; /* Safari 4.0 - 8.0 */
  animation: bubble 1s forwards;
  /* animation-name: bubble; 
  animation-duration: 1s;
  animation-fill-mode: forwards; */

}
.splash-container img.hotel {
  width: 29.45%;
  max-width: 600px;
  height: auto;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%, 0%);
  top: 180px;
}
.splash-container img.hotel-small {
  display: block;
  min-height: 360px;
  min-width: auto;
  width: 100%;
}
.splash-container img.hotel-medium {
  display: none;
}
.splash-container img.splash {
  height: 760px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%, 0%);
}
.container-title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 75%;
  bottom: 0;
  transform: translate(0, 0);
  z-index: 20;
  margin: 0 auto 0 auto;
}
.container-title h1 {
  text-align: center;
  text-shadow: 1px 0px 10px #181818;
  color: #ffffff;
  margin: 1em 0;
  font-size: 3em;
  text-transform: capitalize;
}
.booking {
  width: 100%;
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  z-index: 1;
}
.booking .container {
  text-align: left;
  max-width: 1254px;
}
.new-booking {
  width: auto;
  height: auto;
  position: relative;
  top: initial;
  //height: 170px;
  height: auto;
}
.new-booking .container {
  text-align: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.new-booking .container .booking-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  //padding-bottom: 30px;
  //padding-bottom: 1rem;
  width: 100%;
}
.new-booking .container .booking-container form {
  width: 100%;
}
.new-booking .container .booking-container-options,
.new-booking .container .booking-container-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  flex-direction: column;
}
.new-booking .container .booking-container-options .booking-col,
.new-booking .container .booking-container-content .booking-col {
  //padding: 0 1rem;
  //min-width: 200px;
  width: 100%;
}
.new-booking .container .booking-container-content .booking-arrival-departure,
.new-booking .container .booking-container-content .booking-adults-children {
  display: flex;
}
.new-booking .container .booking-container-content .booking-arrival-departure {
  position: relative;
}
.new-booking .container .booking-container-content  .booking-arrival-departure .dash {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translate(-50%,0);
}
.new-booking .container .booking-container-content .booking-arrival {
  padding: 0;
}
.new-booking .container .booking-container-content .booking-arrival .form-control {
  border-right: 0;
  border-radius: .25rem 0 0 .25rem;
}
.new-booking .container .booking-container-content .booking-departure {
  padding: 0;
}
.new-booking .container .booking-container-content .booking-departure .form-control {
  border-left: 0;
  border-radius: 0 .25rem .25rem 0;
}
.new-booking .container .booking-container-content .booking-adults-children .booking-adults {
  padding-right: .125rem;
}
.new-booking .container .booking-container-content .booking-adults-children .booking-children {
  padding-left: .125rem;  
}
.new-booking label {
  font-size: 1.05rem;
  font-weight: 500;
  text-align: center;
  padding: .125rem;
}
.new-booking .form-control:disabled, .new-booking .form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}
.new-booking .form-control {
  border-radius: .25rem;
  padding: .5rem;
  border: 1px solid #7da4a0;
  text-align: center;
  background: #ffffff;
}
.new-booking .btn-primary {
  padding: 0.3rem 0;
  margin-top: 1rem;
  width: 100%;
  text-wrap: nowrap;
}

.container-booking {
  background: rgb(255, 255, 255); /* fallback color */
  background: rgba(255, 255, 255, 0.75);
  width: 283px;
  display: inline-block;
  margin: 246px 0 0 0;
  color: #000000;
}
.booking .interior-feature-reservations {
  font-size: .8em;
  padding: 0 1em 1em 1em;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  z-index: 55;
}
.booking .interior-feature-reservations .inline {
  display: block;
}
.booking .interior-feature-reservations .inline-50 {
  display: inline-block;
  width: 49.4%;
  box-sizing: border-box;
  float: right;
}
.booking .interior-feature-reservations .inline-50:nth-of-type(odd) {
  float: left;
}
.booking .interior-feature-reservations .inline-50 select {
  padding-right: 59px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.booking .interior-feature-reservations .inline-50 select::-ms-expand {
  display: none;
}
.booking .interior-feature-reservations input, .booking .interior-feature-reservations select {
  font-size: .9rem;
  text-align: left;
  margin: 0;
  width: auto;
}
.booking .interior-feature-reservations input {
  padding: .35em .5em;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
}
.booking .interior-feature-reservations select {
  padding: .29rem .25rem;
  width: 20%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.booking .interior-feature-reservations select::-ms-expand {
  display: none;
}
.booking .links {
  display: table;
  width: 100%;
  overflow: hidden;
  height: auto;
}
.booking .links div.link {
  font-size: 1em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 110%;
  font-weight: normal;
  //font-family: 'rawline';
  display: table-cell;
  vertical-align: middle;
  width: auto;
  overflow: hidden;
}
.booking .links div.link a {
  text-align: left;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  padding-right: 1.5em;
}
.booking .links div.link .rates-arrow {
  padding: 1em 2.1em;
}
.booking .links div.link button {
  cursor: pointer;
  text-align: right;
  font-size: 1em;
  line-height: 110%;
  background: #009183;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-right: 1.5em;
}
.booking .links div.link button:hover {
  text-decoration: underline;
}
.booking .links div.link a.flex {
  background: #b11116;
}
.booking .links div.link a.full {
  background: #000000;
  display: block;
  width: auto;
  height: auto;
  text-align: center;
}
.interior-feature-reservations {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  display: table;
  padding: 0;
  margin: 0;
  font-size: .85em;
  box-sizing: border-box;
}

/* datepicker override styles */

.datepicker td, .datepicker th {
  background: #ffffff;
}

/* interior styles */

.three-row .interior-feature-reservations {
  padding-right: .2em;
}
.interior-features .interior-feature-reservations .inline,
.reserve-check .interior-feature-reservations .inline,
.reserve-package .interior-feature-reservations .inline {
  padding: 0 .5%;
  margin: 0;
  vertical-align: bottom;
  text-align: left;
  display: table-cell;
  height: 100%;
  width: auto;
}
.interior-features .interior-feature-reservations .inline input,
.interior-features .interior-feature-reservations .inline select {
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 100%;
}
.view {
  text-transform: none;
  text-decoration: none;
  color: #000000;
  //font-family: 'rawline';
  font-weight: 700;
}
.interior-features .interior-feature-reservations .view-rates {
  padding: 0;
  width: 100%;
  background: rgb(13,105,96);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMwZDY5NjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwOTY0NWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDU2MDU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgb(13,105,96) 54%, rgb(9,100,92) 55%, rgb(5,96,88) 100%);
  background: -webkit-linear-gradient(top, rgb(13,105,96) 54%,rgb(9,100,92) 55%,rgb(5,96,88) 100%);
  background: linear-gradient(to bottom, rgb(13,105,96) 54%,rgb(9,100,92) 55%,rgb(5,96,88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6960', endColorstr='#056058',GradientType=0 );
  display: block;
  clear: both;
}
.tickets-included {
  color: #ed1c24;
  font-size: .85em;
  width: 100%;
  text-align: left;
  padding: .5em;
}
.interior-features .interior-feature-reservations .tickets {
  height: 100%;
  vertical-align: bottom;
}
.interior-features .interior-feature-reservations .tickets select {
 width: 100%;
}
.interior-feature .interior-feature-reservations .mobile {
  display: none !important;
}
.mobile {
  display: none !important;
}

.hidden-row {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
}
.visible-row {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
  visibility: visible;
}

/* splash middle nav */

.compensate-for-nav {
  position: relative;
  top: -2.9rem;  
  background: #ffffff;
  padding: 0;
  //z-index: 10;
}
.navbar-mid {
  display: none;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -2.9rem;
  z-index: 100;
  width: 100%;
  background: rgb(255, 255, 255); /* fallback color */
  background: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  padding: 0;
  line-height: .9;
}
.navbar-mid ul {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.navbar-mid ul li {
  display: inline-block;
}
.navbar-mid ul li a.nav-link {
  height: 100%;
  padding: 1rem .6rem !important;
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #000000;
  font-size: .95rem;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar-mid ul li a.nav-link:hover,
.navbar-mid ul li a.nav-link:active,
.navbar-mid ul li a.nav-link:focus {
  text-decoration: underline;
}


/* new 2022-11-08 main container styles */

.new-main-container,
.new-main-card-container {
  line-height: 1.75;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.new-main-card-container {
  padding: 0;
  display: flex;
  flex-direction: column !important;
}
.new-main-card-container a {
  font-size: 1.05rem;
}
.new-main-container .card {
  border: 0;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3rem;
}
.new-main-container .card .card-img-top {
  border-radius: 0;
}
.new-main-container .card .card-body {
  padding: 1rem;
}
.new-main-container .card .card-footer {
  background: none;
  border: 0;
}
.new-main-container .card .card-footer .btn-primary {
  border-radius: 0 !important;
  //font-family: 'rawline';
  font-weight: 400;
  font-size: 1.2rem;
  padding: .25rem 2rem;
}
h3.main {
  text-transform: uppercase;
  font-size: 1.5rem;
  //font-family: 'rawline';
  font-weight: 700;
}
h4.main {
  text-transform: uppercase;
  font-size: 1.35rem;
  margin-bottom: 1rem;
  text-align: center;
}

/* main page styles */

.main {
  padding: 0;
  clear: both;
  overflow: hidden;
  width: 100%;
}
.main-container {
  //box-sizing: border-box;
  //display: inline-block;
  //padding: 0;
  //margin: 0;
  //overflow: hidden;
  //width: 32.3%;
  //margin: 1% 0;
  //-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 6px;
  //-webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 6px;
  //box-shadow: rgba(0, 0, 0, 1) 0px 0px 6px;
  //z-index: 100;
}
.main-container:nth-child(2n+2) {
  //margin: 1% 1%;
}
.main-container a, .main-container div {
  //display: block;
  //position: relative;
  //text-align: center;
  //text-transform: uppercase;
}
.main-container a:hover .title,
.main-container a:hover .button {
  t//ext-decoration: underline;
}
.main-container a:hover img {
}
.main-container .title {
  //position: absolute;
  //top: 0;
  //width: 100%;
  //background: #000000;
  //display: block;
  //z-index: 1;
  //color: #ffffff;
  //padding: 1.25% 0;
  //font-size: 2em;
}
.main-container .button,
.main-container-full a.button {
  //margin: 0;
  //font-size: 1.15em;
  //background: #009183;
  //background: rgb(13,105,96);
  //background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMwZDY5NjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwOTY0NWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDU2MDU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  //background: -moz-linear-gradient(top, rgb(13,105,96) 54%, rgb(9,100,92) 55%, rgb(5,96,88) 100%);
  //background: -webkit-linear-gradient(top, rgb(13,105,96) 54%,rgb(9,100,92) 55%,rgb(5,96,88) 100%);
  //background: linear-gradient(to bottom, rgb(13,105,96) 54%,rgb(9,100,92) 55%,rgb(5,96,88) 100%);
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6960', endColorstr='#056058',GradientType=0 );
  //border: 1px solid #ffffff;
  //display: inline-block;
  //padding: 1.5% !important;
  //min-width: 50% !important;
}
.main-container .button {
  //z-index: 1;
  //position: absolute;
  //bottom: 0;
  //left: 50%;
  //transform: translate(-50%,0);
  //-webkit-transform: translate(-50%, 0%);
}
.main-container a img {
  //width: 100%;
  //height: auto;
  //position: relative;
}
.main-container-full {
  margin: 1em 0;
  color: #ffffff;
}
.bg-specials {
  background: url(../images/bg-specials.png) repeat;
}
.specials-container {
  display: table;
  width: 100%;
  height: 284px;
}
.specials {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  text-align: left;
  padding: 0 1%;
}
.specials:first-child {
  width: 35%;
  min-width: 35% !important;
}
.specials:last-child {
  padding: 0;
  width: 532px;
  overflow: hidden;
  position: relative;
}
.specials:last-child img {
  position: absolute;
  height: 100%;
}
.specials h2 {
  text-align: left;
  font-size: 4em;
  line-height: .95em;
  //font-family: 'rawline';
  margin-bottom: .5em;
}
.bg-concerts {
  background: url(../images/bg-concert.png) repeat;
  margin-bottom: 0;
}
.casino-concerts-container {
  display: table;
  width: 100%;
}
.casino-concerts {
  display: table-cell;
  height: 137px;
  vertical-align: top;
  text-align: left;
  padding: .75em 0;
}
.casino-concerts:first-child {
  width: 20%;
}
.casino-concerts h2 {
  text-align: left;
  font-size: 2em;
  line-height: .95em;
  //font-family: 'rawline';
  margin-bottom: .75em;
  padding-top: 0;
}
.casino-concerts a {
  display: table;
  text-transform: uppercase;
}
.casino-concerts a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.casino-concerts div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #ffffff;
}
.casino-concerts .image img {
  width: auto;
  height: 137px;
  padding-right: .75em;
}
.casino-concerts .date {
  //font-family: 'rawline';
  font-weight: 700;
}

.new-room-includes {
  text-transform: uppercase;
  font-size: .825rem;
  padding: .5rem 0;
  color: #0c534d;
}
.new-room-includes .room-includes-title {
  color: #000000;
  padding: 0 6rem .5rem 6rem;
}
.new-room-includes .room-include {
  text-align: left;
  align-items: center;
  justify-content: center;
  display: flex;
  //padding-right: 65px;
}
.new-room-includes .icon-room-suites {
  background: url(../images/icon-room-suites.png) no-repeat;
  background-size: cover;
  width: 65px;
  height: 65px;
  display: inline-block;
  margin: 0 1rem;
}
.new-room-includes .icon-suites {
  background: url(../images/icon-suites.png) no-repeat;
  background-size: cover;
  width: 65px;
  height: 65px;
  display: inline-block;
  margin: 0 .25rem 0 1rem;
}
.new-room-includes .icon-breakfast {
  background: url(../images/icon-breakfast.png) no-repeat;
  background-size: cover;
  width: 65px;
  height: 65px;
  display: inline-block;
  margin: 0 .25rem 0 1rem;
}
.new-room-includes .icon-evening {
  background: url(../images/icon-evening.png) no-repeat;
  background-size: cover;
  width: 65px;
  height: 65px;
  display: inline-block;
  margin: 0 .25rem 0 1rem;
}
.new-room-includes .icon-suites, .new-room-includes .icon-breakfast, .new-room-includes .icon-evening {
  margin-left: 0;
  //margin-right: 20px;
}

/* hotel suites include styles */ 

.includes {
  color: #1a625b;
  text-transform: uppercase;
  padding: 0;
  width: auto;
}
.includes .container {
  width: auto;
  min-width: auto;
  max-width: auto;
  display: table;
  padding: 0;
  vertical-align: middle;
  padding: 0;
}
.includes div:first-child {
  color: #1a625b;
}
.includes div {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  display: table-cell;
  height: 100%;
  color: #000000;
  padding: 0 1em;
}
.includes .suites, .includes .drinks, .includes .breakfast {
  background-image: url(../images/bg-includes.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200% auto;
  width: 40px;
  height: 40px;
  padding: 0;
}
.includes .drinks {
  background-position: 0 -40px;
}
.includes .breakfast {
  background-position: 0 -80px;
}
.includes-packages {
  padding: 1em;
  background: #d9d9d9;
  margin: 0;
}
.includes-packages .container div:first-child {
  text-align: right;
  padding: 0 1.5em;
  font-size: 1em;
}
.includes-packages .container div {
  font-size: .9em;
  padding: 0 1.75em 0 .5em;
}

.hotel-suites-info {
  color: #ffffff;
  background: #1a1a1a;
  padding: 1rem !important;
  height: 100%;
  width: 100%;
  font-size: 1rem;
  line-height: 1.25;
}
.hotel-suites-info h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.hotel-suites-info a {
  color: #00ffe6;
  text-decoration: underline;
  text-transform: none;
}

/* sign up styles */

.signup {
  background: #009183;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}
.signup .container,
.signup .form {
  background: none;
}
.signup .newsletter {
  padding-right: 0;
}
.signup .newsletter div form {
  position: relative;
  padding: 0;
  margin: 0;
}
.signup .newsletter div form input {
  padding: 0 .5em;
  border: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
}
.signup .newsletter button {
  width: 25px;
  background: #ffffff;
  color: #000000;
  text-transform: uppercase;
  //font-family: 'rawline';
  cursor: pointer;
  padding: .2em;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
}
.signup .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.75em;
  padding: 0;
  margin: 0;
  line-height: auto !important;
  display: inline-block;
  position: relative;
  top: 4px;
}
.signup .info {
  color: #ffffff;
  display: inline-block;
  font-size: 1.25em;
  line-height: auto !important;
  position: relative;
  top: 4px;
}

/* footer styles */

footer {
  background: rgba(11,84,77,1) !important;
  padding: 0;
  color: #ffffff;
  text-align: left;
  font-size: 1.1rem;
  padding-top: 1rem;
}
footer .container {
  padding-left: 15px;
  padding-right: 15px;
}
footer .container-footer-content {
  text-align: left;
  padding: 1rem 0;
  height: 100%;
}
footer .container-footer-content h1 {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 1.5rem;
}
footer .container-footer-content .title {
  margin-bottom: .75rem;
  font-family: "Gotu", sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer .title {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 1.5rem;
}
footer a {
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
}
footer .icon-reservations,
footer .icon-email,
footer .icon-address,
footer .icon-phone,
footer .icon-fax {
  height: 25px;
  width: 26px;
  max-width: 26px;
  min-width: 26px;
  background: url(../images/bg-footer-icons-mobile.png) no-repeat bottom left;
  background-repeat: no-repeat;
  vertical-align: bottom;
  display: table-cell;
  padding: 0;
}
footer .icon-email {
  background-position: -26px 0;
}
footer .icon-address {
  background-position: -52px 0;
}
footer .icon-phone {
  background-position: -78px 0;
}
footer .icon-fax {
  background-position: -144px 0;
}
footer #subscribe {
}
footer #subscribe #subscribe-form .form-row {
  margin-right: -13px;
  margin-left: -13px;
}
footer #subscribe #subscribe-form .form-row > .col,
footer #subscribe #subscribe-form .form-row > [class*="col-"] {
  padding-right: 13px;
  padding-left: 13px;
}
footer #subscribe .btn-primary {
  padding: .6875rem 2rem;
  height: 55px;
}
footer #subscribe .form-control::placeholder {
  color: #ffffff;
}
footer #subscribe .form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  width: 100%;
  height: 55px;
}
footer .newsletter {
  padding-right: 0;
}
footer .newsletter div form {
  position: relative;
  padding: 0;
  margin: 0;
}
footer .newsletter div form input {
  padding: 0 .5em;
  border: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
}
footer .newsletter button {
  width: 25px;
  background: #ffffff;
  color: #000000;
  text-transform: uppercase;
  //font-family: 'rawline';
  cursor: pointer;
  padding: .2em;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
}
footer .footer-container {
  width: 100%;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
footer .footer-container .footer-container-left {}
footer .footer-container .footer-container-right {}
footer .footer-container .footer-container-left,
footer .footer-container .footer-container-right {}
footer .footer-container .footer-address {
  padding: 0;
}
footer .footer-container .footer-address .address,
footer .footer-container .footer-address .phone,
footer .footer-container .footer-address .email {
  padding: 0;
  display: flex;
  text-align: left;
  padding: 0 0 .5rem 0;
}
footer .footer-container .footer-address .address div,
footer .footer-container .footer-address .phone div,
footer .footer-container .footer-address .email div {}
footer .footer-container .footer-address .address .address-container,
footer .footer-container .footer-address .phone .phone-container,
footer .footer-container .footer-address .email .email-container {
  padding: .25rem .5rem;
  line-height: 1.25;
}
footer .footer-container .footer-address .address .address-container {}
footer .footer-container .footer-address .address .address-container h1 {
  color: #ffffff;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-transform: none;
}
footer .logo-container {
  border-bottom: 1px dotted #ffffff;
  display: block;
  padding: 0 0 .5rem 0;
  //margin: 0 1.25rem;
  //display: flex;
  //text-align: center;
  display: inline-flex;
  width: auto;
}
footer .logo-container-new {
  padding: 3.5rem 0 0 0;
}
footer .logo-container-new div {
  padding-right: 2.5rem;
  padding-bottom: .5rem;
}
footer .logo-container-new div:last-child {
  padding-right: 1px;
}
footer .logo-container .logo {
  display: inline-block;
  padding: 0;
}
footer .logo-container .logo div {
  display: block;
  background-image: url(../images/bg-logos.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0;
  position: relative;
  line-height: 0; 
  font-size: 0;
  color: transparent;
  margin: 0;
  text-align: center;
}
footer .logo-container .logo:nth-of-type(even) {
  margin: 0 1.8em 0 2.55em;
}
footer .logo-container .logo .hilton-honors {
  width: 153px;
  height: 74px;
}
footer .logo-container .logo .caa-aaa-approved-lodging {
  background-position: -153px 0;
  width: 141px;
  height: 74px;
}
footer .logo-container .logo .tripadvisor {
  background-position: -294px 0;
  width: 112px;
  height: 74px;
}
footer ul {
  text-align: center;
  display: block !important;
  margin: .5em auto;
  font-size: 1em;
}
footer ul li {
  display: inline-block;
  list-style: none;
  padding-right: .5em;
}
footer ul.footer-nav {
  text-align: left;
  font-size: .85rem;
  margin-left: 0;
  padding-left: 0;
  margin-top: 1rem;
}
footer ul.footer-nav li {
  padding-right: 1rem;
}
footer .footer-disclaimer {
  background-color: #d1e4cf;
  color: #056058;
  font-size: .7rem;
  font-weight: 600;
}
footer .footer-disclaimer .container {
  padding: 1.45rem;
}

/* new bootstrap fluid */

.container-fluid nav.nearby {
  margin-bottom: 0;
}
.content-container {
  background: #e5e5e5;
  line-height: 1.5;
}
.content-container h1 {
  //font-family: 'rawline';
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: .5em;
}
.content-container ul {
  padding-left: 1rem;
}
.content-container .logo {
  text-align: center;
  margin: 1rem auto 1.5rem auto;
  display: inline-block;
}
.content-container .thumb a .button-gallery {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 42px;
  width: 42px;
  background: url(../images/button-gallery.png) no-repeat;
}
.restaurants .thumb a .button-gallery {
  right: 0;
}
.content-container-main {
  text-align: left;
}
.content-container-main .content-container-links {
  padding-left: 0;
}
.content-container-links {
  padding: 1rem;
}
.content-container-links a {
  //font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 0 1rem 0 0;
  //font-family: 'rawline';
  font-weight: 700;
  color: #000000;
}
.content-container-links a:hover,
.content-container-links a:focus,
.content-container-links a:active {
  text-decoration: none;
}
.content-container-links a.res {
  color: red;
}
.content-container-links a.res:hover,
.content-container-links a.res:focus,
.content-container-links a.res:active {
  text-decoration: none;
}

/* interior pages */

.interior .iframe iframe, iframe {
  border: 0;
}
.interior .iframe {
  background: #e5e5e5;
  padding: 1em 0 0 0;
}

.interior nav,
.container-fluid nav {
  background: #056057;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: .75rem;
  display: block;
  width: 100%;
}
.interior nav h1,
.container-fluid nav h1 {
  margin: 1rem 0;
  font-size: 1.25rem;
  text-align: center;
  color: #ffffff;
}
.interior nav h3,
.container-fluid nav h3 {
  margin: .75em;
}
.interior nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.interior nav ul li {
  padding: .5rem 1rem;
}
.interior nav ul, .interior nav ul li {
  display: inline-block;
}
.interior nav ul li a {
  padding: .5rem;
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.interior nav ul li a:hover,
.interior nav ul li a:focus,
.interior nav ul li a:active {
  text-decoration: underline;
}

nav.sub-nav {
  padding: 3rem;
  margin: 1.5rem 0;
}
nav.sub-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
nav.sub-nav ul li {
  padding: .5rem .75rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0d6960;
}
nav.sub-nav ul li a {
  text-transform: capitalize;
  font-weight: 400;
}
nav.restaurant-shuttle {
  background: red;
  text-transform: capitalize;
  margin: 0;
  background: repeating-linear-gradient(135deg, #772929, #772929 2px, #5f0505 2px, #5d0405 6px);
  border: 0;
  line-height: 1.5;
}
nav.restaurant-shuttle p {
  padding-top: 0;
  margin-top: 0;
  font-size: 1.15rem;
}
nav.restaurant-shuttle h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  //font-family: 'rawline';
  font-weight: 700;
}
nav.restaurant-shuttle ul li a {
  color: #ffffff;
  text-transform: capitalize;
}

.interior .interior-container {
  height: auto;
  position: relative;
  text-align: left;
  max-width: 100%;
  width: 100%;
}
.interior .interior-container .overlay-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translate(0, 0);
  display: block;
  margin: 0;
  padding: 0;
  background: rgb(26, 26, 26); /* fallback color */
  background: rgba(26, 26, 26, 0.9);
  color: #ffffff;
  width: 33.75%;
}
.interior .interior-feature .overlay-left:after {}
.interior .interior-container .overlay-left a {
  color: #ffffff;
  height: 100%;
  display: block;
}
.interior .interior-container a {
  text-transform: none;
}
.interior .interior-container a:hover {
  text-decoration: none;
}
.interior .interior-container .overlay-left .top {
  display: block;
  padding: 1rem 1rem;
  font-size: .8em;
  background: #000000;
  color: #ffffff;
  font-size: 1.15rem;
}
.interior .interior-container .overlay-left .top h2 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.5rem;
}
.interior .interior-container .overlay-left .top p:first-child {
  margin-top: 0;
}
.interior .interior-container .overlay-left ul {
  padding: 0 0 .5em 1em;
  margin: 0;
  line-height: 1.25em;
  font-size: .85em;
}
.interior .interior-container .overlay-left ul ul {
  font-size: 1em;
  margin: 0;
  padding: 0 0 0 1em;
}
.interior .interior-container .overlay-left .price {
  margin: 0 0 0 0;
  text-align: left;
}
.interior .interior-container .overlay-left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 0);
  display: table;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #ffffff;
  padding: 0;
  font-size: 1em;
  width: 33.75%;
}
.interior-features {
  font-size: .85rem;
}
.interior-feature {
  text-align: left;
  background: #d9d9d9;
  vertical-align: top;
  margin: 0 0 0 0;
  overflow: hidden;
  position: relative;
}
.interior-feature a:hover {
  text-decoration: none;
}
.blocked {
  background: rgb(26, 26, 26); /* fallback color */
  background: rgba(26, 26, 26, 0.95);
  z-index: 10;
  position: absolute;
  height: 100%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  //font-weight: 700;
  font-size: 2em;
  padding: 5em 0 0 0;
  //font-family: 'rawline';
  font-weight: 700;
}
.interior-feature .packages:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgb(26, 26, 26, 0);
  border-top-color: #1A1A1A;
  border-width: 25px 35px 0 35px;
  margin-left: -35px;
  margin-top: 0px;
  z-index: -1;
}
.grid-full {
  margin-bottom: 1em;
  border-bottom: 1em solid #ffffff;
}
.interior-feature .interior-feature-top-title {
  background: #056057;
  padding: 2%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.interior-feature .interior-feature-top {
  background: #1a1a1a;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: block;
  padding: 1rem;
  z-index: 5;
}
.interior-feature .interior-feature-top-title h2,
.interior-feature .interior-feature-top h2 {
  padding: 0;
  margin: 0;
}
.interior-feature .interior-feature-top h2 {
  padding: 0;
  margin: 0;
} 
.interior-feature .interior-feature-top h4 {
  font-size: 1em;
}
.thumb {
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  border-radius: .25rem;
}
.thumb img {
  width: 100%;
}
.thumb a .button-gallery {
  position: absolute;
  bottom: 0;
  height: 42px;
  width: 42px;
  background: url(../images/button-gallery.png) no-repeat;
}
.interior-feature .thumb a .button-deals-prev,
.interior-feature .thumb a .button-deals-next {
  position: absolute;
  top: 50%;
  transform: translate(0%,-50%);
  width: 46px;
  height: 45px;
}
.interior-feature .thumb a .button-deals-prev {
  background: url(../images/button-deals-prev.png) no-repeat;
}
.interior-feature .thumb a .button-deals-next {
  background: url(../images/button-deals-next.png) no-repeat;
  right: 0;
}
.interior-feature .interior-feature-info {
  background: #e5e5e5;
  padding: 1rem;
  display: block;
}
.interior-feature .interior-feature-info .logo {
  padding: 0 1em 1em 1em;
}
.interior-feature .interior-feature-info .logo img {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.interior-feature-info-restrict {
  height: 4.5rem;
  overflow: hidden;
}
.interior-feature-info h2 {
  margin: 0;
  padding: 0 0 .35em 0;
  font-size: 1.25rem;
  text-align: center;
}
.interior-feature-info a {
  color: #0d6960;
  text-decoration: none;
  text-transform: none;
}
h2.fireworks {
  color: #621b1f;
  text-align: left;
  font-size: 1.15em;
  margin: 0 0 .5em .25em;
  padding: 0;
}
.fireworks-calendar {
  display: table;
  width: 75% !important;
  margin: 0 auto;
}
.fireworks-calendar-indiv {
  display: table-cell;
  padding: 1em;
  vertical-align: bottom;
  width: 32%;
}
.cascades {
  margin: 0 auto;
  text-align: center;
  width: auto !important;
}
.new-calendar-container {
  display: none;
  font-size: 20pt;
  font-weight: 500;
  margin: 0 0 .5em 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.calendar-display {
  display: block;
}
.new-calendar-container-show {
  display: block;
}
.new-calendar-split {
  width: 49%;
  max-width: 675px;
  margin: 15px auto;
  display: inline-block;
}
.new-calendar {
  margin: auto;
  width: 82%;
  height: auto;
  clear: both;
}
.new-calendar .new-calendar-title {
  height: 70px;
  position: relative;
  line-height: 70px;
  font-size: 1em;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.new-calendar .new-calendar-day-title {
  height: 35px;
}
.new-calendar .new-calendar-day-title i {
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  float: left;
  width: 14.28%;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.new-calendar .new-calendar-days i {
  display: block;
  float: left;
  width: 14.28%;
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  font-style: inherit;
}
.new-calendar .highlight {
  background-image: url('../images/bg-new-calendar-highlight.png');
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
  color: #ffffff;
}

/* interior feature styles */

.interior-feature-info h3 {
  color: #056057;
  line-height: 1.5;
  padding: .5rem 0;
}
.interior-feature-info h3 br {
  display: block;
  height: 0;
  margin: .2rem 0;
}
.interior-feature-info p:nth-of-type(1) {
  padding-top: 0;
  margin-top: 0;
}
.interior-feature-info p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.interior-feature .interior-feature-info ul {
  text-align: left;
  padding: 0 0 0 1em;
  margin: 0;
  line-height: 1.5;
}
.interior-feature .interior-feature-info ul li {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.interior-feature .interior-feature-info ul.packages li a {
  //font-weight: bold;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  //font-family: 'rawline';
  font-weight: 700;
}
.interior-feature .interior-feature-info ul.packages li a:hover,
.interior-feature .interior-feature-info ul.packages li a:active {
  text-decoration: none !important;
}
.interior-feature .interior-feature-info ul.packages li ul {
  padding-left: 1em;
}
.interior-feature .interior-feature-info ul.packages li ul,
.interior-feature .interior-feature-info ul.packages li ul li {
  color: #000000 !important;
}
.packages-pop {
  display: none;
  width: 750px;
}
.packages-pop div {
  padding: .5em;
}
.packages-pop div:first-child {
  padding-top: 0;
}
.packages-pop div:last-child {
  padding-bottom: 0;
}
.interior-feature .interior-feature-info .deals {
  font-size: 1em;
  display: table-cell;
  vertical-align: top;
}
.interior-feature .interior-feature-info .deals ul {
  padding-left: 1em;
}
.interior-feature .interior-feature-info .price {
  display: table-cell;
  padding: 0 2em 0 1em;
  text-align: center;
  height: 100%;
  vertical-align: top;
}
.interior-feature .interior-feature-info .price .price-cad,
.interior-feature .interior-feature-info .price .price-usd {
  font-size: 4rem;
  display: block;
  text-align: right;
  padding-right: 30px;
  margin: .1em 0;
  background: url(../images/bg-price-cad.png) no-repeat right bottom;
  line-height: 1;
}
.interior-feature .interior-feature-info .price .price-usd {
  background: url(../images/bg-price-usd.png) no-repeat right center;
  font-size: 2.5rem;
}
.interior-feature .interior-feature-info .price .price-info {
  font-size: .85em;
  text-transform: uppercase;
  text-align: center;
  padding: 1em 0 .5em 0;
  display: block;
}
.interior-feature-info a {
  //font-weight: bold;
  font-size: .9em;
  margin: 1em 0 0 0;
  display: block;
  //font-family: 'rawline';
  font-weight: 700;
}
.interior-feature-info a:hover {
  text-decoration: underline !important;
}
.padding {
  padding-top: 1em;
}
.interior-feature .padding {
  padding-top: 3em;
}
.interior-feature .padding ul {
  margin-bottom: 1em;
}
.interior-feature .padding ul:last-child {
  margin-bottom: 0;
}
.interior-feature a.inline {
  display: inline-block !important;
}
.interior-feature .white {
  background: #ffffff !important;
}
.green {
  background: #009183 !important;
}
.interior-feature .green {
  color: #ffffff;
  font-size: 1.25em;
  padding: 3.6em 2.7em;
}
.interior-feature .green a {
  color: #ffffff;
}
.interior-feature .green .button {
  margin: 1em 0 0 0;
}
.interior-feature p.padded {
  padding: 4.17em 3.5em;
  line-height: 1.75em;
}
.interior-features .three-row {
  width: 31.07% !important;
  height: auto;
  text-align: center;
  font-size: .75rem;
  background: #e5e5e5;
  text-align: left;
  margin-bottom: 3%;
}
.interior-features .three-row-gutter {
  width: 3.4% !important;
}
.interior-features .three-row .thumb,
.interior-features .three-row .thumb-events {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 175px;
}
.interior-features .three-row .thumb img,
.interior-features .three-row .thumb-events img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  max-height: 259px;
  object-fit: cover;
}
.interior-features .three-row .thumb-events {
  height: 430px;
}
.interior-features .three-row .thumb-events img {
  max-height: 430px;
}

.three-row .book button {
  padding: .75em;
}
.package-interior {
  width: 67.5%;
  text-align: left;
  margin: 0 auto;
}
.package-interior, .package-interior  .interior-feature-info {
  background: #ffffff;
}
.package-interior h1,
.package-interior h2 {
  text-align: center;
  font-size: 2rem;
  padding-top: .75rem;
  padding-bottom: .5rem;
  //font-family: 'rawline';
  font-weight: 700;
}
.package-interior .thumb {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.package-interior .interior-feature-info h3 {
  //font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  //font-family: 'rawline';
  font-weight: 700;
}
.package-interior .interior-feature-info {
  width: 80%;
  margin: 0 auto;
}
.booking-packages {
  padding: 0;
  background: #d9d9d9;
  margin: 0;
}
.booking-packages .container {
  width: 47%;
  max-width: 47%;
  min-width: 47%;
}
.interior-features .event p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.interior-features .event br,
.calendar br {
  display: block;
  height: 0;
  margin: .2em 0;
}
.interior-features .event{
  width: 32.49%;
  margin-right: 1em;
  margin-bottom: 1em;
  font-size: .85em;
  background: #e5e5e5;
  text-align: left;
  display: inline-block;
}
.interior-features .event:nth-child(3n+3) {
  margin-right: 0;
}
.interior-bar {
  background: #262626;
  display: table;
  color: #ffffff;
  width: 100%;
  height: 100%;
  line-height: 1em;
  vertical-align: middle;
  //margin-bottom: .5rem;
}
.interior-bar .interior-bar-title {
  display: table-cell;
  text-align: left;
  height: auto;
  padding: .35em .75em;
  vertical-align: middle;
}
.interior-bar-title h2 {
  padding: 0;
  margin: 0;
}
.interior-bar .book {
  width: auto;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  float: right;
  font-size: .65em;
}
.interior-bar .book a, .interior-bar .book a.rates {
  width: auto;
  height: 100%;
  border: 1px solid white;
  border-right: 0;
  padding: 1em;
  font-size: 1.75em;
  vertical-align: middle;
  box-sizing: border-box;
  text-decoration: none !important;
  text-transform: uppercase;
}
.book a:hover,
.book a:focus,
.book a:active,
.interior-bar .book a:hover,
.interior-bar .book a:focus,
.interior-bar .book a:active,
.interior-bar .book a.rates:hover .rates-arrow,
.interior-bar .book a.rates:focus .rates-arrow,
.interior-bar .book a.rates:active .rates-arrow {
  text-decoration: underline !important;
}
.interior-bar .book a.rates .rates-arrow {
  display: inline-block;
}
.reduced {
  display: block;
  background: #f3fd09;
  color: #000000;
  text-align: center;
  //font-family: 'rawline';
  font-weight: 700;
  padding: .25em 0;
}
.book {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  font-size: .75em;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}
.book > span  {
  width: 50%;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border: 1px solid #ffffff;
  padding: .25em;
  margin: 0 -.07em;
  background: rgb(36,36,36);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMyNDI0MjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMxOTE4MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGQwZDBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgb(36,36,36) 54%, rgb(25,24,25) 55%, rgb(13,13,13) 100%);
  background: -webkit-linear-gradient(top, rgb(36,36,36) 54%,rgb(25,24,25) 55%,rgb(13,13,13) 100%);
  background: linear-gradient(to bottom, rgb(36,36,36) 54%,rgb(25,24,25) 55%,rgb(13,13,13) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#0d0d0d',GradientType=0 );
  box-sizing: border-box;
}
.book a {
  color: #ffffff;
  width: 32.7%;
  float: left;
  display: block;
  text-align: center;
  border: 1px solid #ffffff;
  padding: .25em 0;
  margin: 0;
  vertical-align: middle;
  background: rgb(36,36,36);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMyNDI0MjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMxOTE4MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGQwZDBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgb(36,36,36) 54%, rgb(25,24,25) 55%, rgb(13,13,13) 100%);
  background: -webkit-linear-gradient(top, rgb(36,36,36) 54%,rgb(25,24,25) 55%,rgb(13,13,13) 100%);
  background: linear-gradient(to bottom, rgb(36,36,36) 54%,rgb(25,24,25) 55%,rgb(13,13,13) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#0d0d0d',GradientType=0 );
}
.book span.rates {
  background: #009183;
  font-size: 1.5em;
  background: rgb(13,105,96);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMwZDY5NjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwOTY0NWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDU2MDU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgb(13,105,96) 54%, rgb(9,100,92) 55%, rgb(5,96,88) 100%);
  background: -webkit-linear-gradient(top, rgb(13,105,96) 54%,rgb(9,100,92) 55%,rgb(5,96,88) 100%);
  background: linear-gradient(to bottom, rgb(13,105,96) 54%,rgb(9,100,92) 55%,rgb(5,96,88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6960', endColorstr='#056058',GradientType=0 );
  display: block;
  width: 100%;
  border: 1px solid #000000;
}
.book a.rates, a.rates {
  border: 0;
  background: #009183;
  background: rgb(13,105,96);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMwZDY5NjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwOTY0NWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDU2MDU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgb(13,105,96) 54%, rgb(9,100,92) 55%, rgb(5,96,88) 100%);
  background: -webkit-linear-gradient(top, rgb(13,105,96) 54%,rgb(9,100,92) 55%,rgb(5,96,88) 100%);
  background: linear-gradient(to bottom, rgb(13,105,96) 54%,rgb(9,100,92) 55%,rgb(5,96,88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6960', endColorstr='#056058',GradientType=0 );
  display: block;
  width: auto;
  color: #ffffff;
  padding: 1.25em .5em;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.25em;
  margin: 0 auto;
}
.book a.starbucks {
  border: 0;
  background: none;
  color: #262626;
}
.interior-feature-info .rates, 
.interior-features .event .rates {
  font-size: 1rem;
  padding: 1rem;
  display: inline-block;
}
.center-rates {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2em;
}
.call {
  float: none !important;
  display: inline-block !important;
  padding: .75em .5em !important;
  margin: .5em auto;
}
.book button {
  background: #009183;
  font-size: 2em;
  background: rgb(13,105,96);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMwZDY5NjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwOTY0NWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDU2MDU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgb(13,105,96) 54%, rgb(9,100,92) 55%, rgb(5,96,88) 100%);
  background: -webkit-linear-gradient(top, rgb(13,105,96) 54%,rgb(9,100,92) 55%,rgb(5,96,88) 100%);
  background: linear-gradient(to bottom, rgb(13,105,96) 54%,rgb(9,100,92) 55%,rgb(5,96,88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6960', endColorstr='#056058',GradientType=0 );
  width: 100%;
  height: auto;
  color: #ffffff;
  //font-family: 'rawline';
  text-transform: uppercase;
  padding: 1.5em 10px;
  cursor: pointer;
}
.book button:hover {
  text-decoration: underline;
}
.book a.full {
  width: 100%;
  display: block;
  text-decoration: none;
}
.book a.reservations {
  border: 1px solid #ffffff;
  display: block;
  width: 85%;
  text-align: center;
  margin: .75em auto;
  font-size: 1em;
  float: none;
}
.overlay-left-bottom .book .rates {
  padding: 1rem 0;
  font-size: 1.75em;
}
form label {
  display: block;
  vertical-align: bottom;
  padding: .5em;
  text-align: left;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: .75rem;
  //font-family: 'rawline';
  font-weight: 700;
}
form button {
  padding: .5em;
  background: #0b544d;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  //font-family: 'rawline';
  font-size: 1.2em;
}
form button:disabled {
  background: #c9cacc !important;
  cursor: not-allowed;
}
form button:hover:disabled {
  text-decoration: none !important;
  background: #c9cacc !important;
}
#reservation form button:disabled,
.btn-primary:disabled {
  border-color: transparent !important;
}
.hotel-suites-rate-details {
  position: relative;
  display: flex;
  justify-content: end;
  padding-top: 1rem;
  border-bottom: 1px solid black;
  padding-bottom: 1rem;
}
.form {
  list-style: none;
  margin: 0;
  padding: 1em 20em;
  background: #e5e5e5;
}
.form li {
  text-align: left;
  padding-left: 0;
}
form li label {
  padding-left: 0;
}
.photo-gallery {
  text-align: left;
}
.photo-gallery a {
  position: relative;
}
.photo-gallery a:hover img {
  opacity: .75;
}
.photo-gallery img {
  width: 100%;
  display: inline-block;
  margin-bottom: .2em;
}
.gallery .photo-gallery img, .gallery h2 {
  display: none;
}
.sitemap ul {
  padding-left: 1rem;
}
.sitemap ul li {
  padding-right: 1rem;
}
.disclaimer,
.calendar {
  display: none;
  width: 750px;
  font-size: .75rem;
  height: auto;
  text-align: center;
  border-radius: .25rem;
}
.disclaimer-title {
  color: #0d6960;
  font-size: .75rem !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 700 !important;
  text-transform: none;
  text-decoration: none;
}
.disclaimer ul {
  margin: 0;
  padding: 0 1em;
  text-align: left;
  line-height: 1.5;
}
.disclaimer ul.padding li {
  padding: 0 0 1em 0;
  margin: 0;
}
.calendar .interior-feature-info {
  display: block;
  text-align: left;
}
.calendar img {
  float: left;
  padding: 0 1.5rem .5rem 0;
  width: 190px;
  height: auto;
}
.calendar .interior-feature-info h1, 
.calendar .interior-feature-info h2, 
.calendar .interior-feature-info h3 {
  text-align: left;
}
.deals-images {
  padding-top: 1em;
  background: #ffffff;
}
.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item {
  margin-bottom: 1em;
}
.grid-item img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.grid-sizer, .grid-item {
  height: auto;
  width: 49.5%;
}
.grid-sizer3, .grid-item3 {
  height: auto;
  width: 10.3%;
}
.gutter-sizer {
  width: 1%;
}
ul.hide li a {
  margin: 0;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.toggler-bullets {
  cursor: pointer;
}
.toggler-bullets .arrow,
.disclaimer-title .arrow {
  display: inline-block;
  font-size: .6em;
  position: relative;
  top: -.15em;
}
.toggler-bullets .arrow-down,
.disclaimer-title .arrow-down {
  -webkit-transform:rotate(-180deg);
  -moz-transform:rotate(-180deg);
  -o-transform:rotate(-180deg);
  transform:rotate(-180deg);
  ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rates-arrow {
  background: url(../images/bg-arrow.png) no-repeat right center;
  padding-right: 1em;
}
.rates-arrow-small {
  background: url(../images/bg-arrow-small.png) no-repeat right center;
  padding-right: 1em;
}
.rates-arrow-smaller {
  background: url(../images/bg-arrow-smaller.png) no-repeat;
  width: 9px;
  height: 15px;
  display: inline-block;
  position: relative;
  left: 9px;
  top: 2px;
}
.rates-arrow-small-green {
  background: url(../images/bg-arrow-small-green.png) no-repeat center center;
  width: 11px;
  height: 19px;
  display: block;
}
.rates-full {
  display: block !important;
  width: 100% !important;
  float; none;
  padding: .75em 1em .75em 2em !important;
  margin-bottom: 1em;
  box-sizing: border-box;
}
#subscribe-success {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #31708f;
  padding: .3rem;
}
/* placeholder input text */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
.timing {
  display: block;
  text-align: center;
  font-size: .6em;
  color: #1b1b1b;
}
#subscribe-success {
  display:none;
}
.anchor {
  padding-top: 130px;
}
.landing {
  padding-top: 134px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.reserve {
  padding-top: 37px;
}
.block {
  display: block;
  width: 100% !important;
}
.no-bullets {
  list-style: none;
  padding-left: 0px !important;
  margin-left: 0px !important;
}
a.inline-help {
  display: inline !important;
}
.h1-padding {
  padding: 1em 0;
}
.fallscam {
  width: 100%;
  display: table;
  padding: 1rem 0;
}
.fallscam .fc-left,
.fallscam .fc-right {
  width: 50%;
  display: table-cell;
  padding: 0 2em;
}
.fallscam .fc-left {
  padding-right: 3em;
}
.fallscam .fc-right {
}

/* packages carousel */
.carousel-caption-packages {
  right: 0%;
  bottom: 0px;
  left: 0%;
  color: #212529;
  opacity: 70%;
  font-weight: 700;
}
.reservation-package-pics  {}
.reservation-package-pics  img {
  width: 100%;
}
#package-pics, .package-pics  {
  height: 333px;
  overflow: hidden;
  margin-bottom: 2rem;
  margin: 0 1rem 0 1rem;
  border-radius: .25rem;
}
#package-pics  .carousel-control-prev,
.room-details .package-pics  .carousel-control-prev {
  justify-content: flex-start;
  padding-left: 0;
}
#package-pics  .carousel-control-next,
.room-details .package-pics  .carousel-control-next {
  justify-content: flex-end;
  padding-right: 0;
}
#package-pics  .carousel-control-prev-icon,
#package-pics  .carousel-control-next-icon,
.room-details .package-pics  .carousel-control-prev-icon,
.room-details .package-pics  .carousel-control-next-icon {
  background-color: #000000;
  border-radius: 2rem;
  width: 52px;
  height: 52px;
  background-image: url(../images/icon-carousel-left.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 2rem;
}
#package-pics  .carousel-control-next-icon,
.room-details .package-pics  .carousel-control-next-icon {
  background-image: url(../images/icon-carousel-right.png);
}
#package-pics  .carousel-indicators,
.package-pics  .carousel-indicators {
  margin-bottom: 1rem;
}
#package-pics  .carousel-indicators li,
.package-pics  .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-top: 0;
  border-bottom: 0;
  border-radius: 5px;
  box-shadow: 0 0 5px 1px #212529;
  opacity: 1;
}
#package-pics  .carousel-indicators li:hover,
.room-details .package-pics  .carousel-indicators li:hover {
  background: #000000;
}
#package-pics  .carousel-indicators li.active,
.room-details .package-pics  .carousel-indicators li.active {
  background-color: #00BE9F;
}
#package-pics  .carousel-item,
.room-details .package-pics  .carousel-item {
  position: relative;
  height: 333px;
  overflow: hidden;
}
#package-pics  .carousel-item img,
.room-details .package-pics  .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  //max-height: auto;
  //min-width: 100%;
  //width: auto !important;
  //position: absolute;
  //top: 50%;
  //left: 50%;
  //transform: translate(-50%,-50%);
}



.carousel-indicators-packages {
    margin-bottom: 0.25rem;
}

.fancybox-image {
  background: #ffffff;
  border: 10px solid #ffffff;
}
.includes-reserve {
  padding: .5em 0 !important;
  border-bottom: 2px solid #000000;
}
.reserve-rooms {
  background: #ffffff;
  display: table;
  border-bottom: 1px dotted #000000;
  padding: 1em 0;
}
.reserve-rooms h2 {
  color: #049183;
  text-transform: Capitalize;
}
.reserve-rooms h3 {
  text-transform: Capitalize;
}
.reserve-rooms-container {
  display: table-row;
}
.reserve-rooms-cell {
  display: table-cell;
  vertical-align: top;
  width: 26.5%;
  padding: 0;
}
.reserve-rooms-cell:nth-of-type(3) {
  width: 47%;
}
.reserve-rooms-cell img {
  width: 100%;
}
.reserve-rooms-info {
  background: #e6e6e5;
  padding: .25em .5em;
}
.reserve-rooms-info ul {
  padding-left: 1em;
  margin-left: 0;
}
.reserve-rooms-price {
  border-left: 1px dotted #000000;
  height: 100%;
  background: #d7d7d7;
}
.reserve-table:nth-of-type(odd) .reserve-rooms-info {
  background: #d7d7d7;
}
.reserve-table:nth-of-type(even) .reserve-rooms-price {
  background: #e6e6e5;
}
.reserve-table .reserve-rooms-price ul {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
}
.reserve-rooms-rates {
  background: #b3b3b1 !important;
  border-left: 0 !important;
  text-align: right;
  vertical-align: middle;
  padding-right: 1em;
}
ul.room-info {
  list-style: none;
  padding-left: 0;
}
.reserve-rooms-rates .price-cad {
  font-size: 4em;
}
.reserve-rooms-rates .price-usd {
  font-size: 2.5em;
  color: #4d4d4d;
}
.reserve-rooms-rates .price-cad span,
.reserve-rooms-rates .price-usd span {
  font-size: .5em;
}
.reserve-table {
  display: table;
  height: 100%;
  width: 100%;
}
.reserve-table .reserve-cell {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  width: 30%;
}
.reserve-table .reserve-cell:nth-of-type(odd) {
  width: 70%;
}
.reserve-rooms-price .cad,
.reserve-rooms-price .usd {
  display: inline-block;
  text-align: center;
  background: url(../images/bg-big-price-cad.png) no-repeat right bottom;
  height: 27px;
  width: 42px;
  padding: 0;
  margin: .5em auto;
}
.reserve-table ul li .usd {
  background: url(../images/bg-big-price-usd.png) no-repeat right center;
}
.reserve-table .book a {
  width: 23.33%;
  font-size: 1.25em;
  padding: .55em 0;
}
.reserve-table .book button {
  float: left;
  display: block;
  height: 100%;
  padding: .15em 0;
  margin: 0;
  width: 30%;
  border: 1px solid #ffffff;
}
.reserve-table .rates {
  width: auto;
  display: inline-block;
}
.reserve-package {
  background: #e6e6e5;
  margin: 0 auto;
  text-align: center;
  //font-weight: bold;
  padding: 1em 1em 1em 1em;
  display: table;
  width: 100%;
  //font-family: 'rawline';
  font-weight: 700;
}
.reserve-package .thumb {
  width: 175px;
  display: table-cell;
}
.reserve-package .thumb img {
  width: 100%;
}
.reserve-package .options {
  text-align: left;
  width: auto;
  display: table-cell;
  vertical-align: top;
  padding-left: 1em;
}
.reserve-package .options h2.alt {
  padding: 0 0 1% 0;
}
.reserve-package .options h2.alt span {
  //font-weight: bold;
  color: #18635b;
  //font-family: 'rawline';
  font-weight: 700;
}
.reserve-package .options .options-disclaimer {
  padding: 1em 0 0 1em;
  font-size: .75em;
}
ul.reservation-steps {
  list-style: none;
  padding: 0;
  margin: .5em auto;
  text-align: center;
}
ul.reservation-steps li {
  display: inline-block;
  margin: 1em .5em;
}
ul.reservation-steps li span {
  padding: .5em 3em;
  text-transform: uppercase;
  //font-weight: bold;
  background: #dedede;
  background: -moz-linear-gradient(top, #dedede 0%, #d3d3d3 50%, #cccccc 51%, #c7c7c7 100%);
  background: -webkit-linear-gradient(top, #dedede 0%,#d3d3d3 50%,#cccccc 51%,#c7c7c7 100%);
  background: linear-gradient(to bottom, #dedede 0%,#d3d3d3 50%,#cccccc 51%,#c7c7c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c7c7c7',GradientType=0 );
  //font-family: 'rawline';
  font-weight: 700;
}
ul.reservation-steps li span.selected {
  color: #ffffff;
  background: #0d6960;
  background: -moz-linear-gradient(top, #0d6960 0%, #09645c 50%, #056058 51%, #056058 100%);
  background: -webkit-linear-gradient(top, #0d6960 0%,#09645c 50%,#056058 51%,#056058 100%);
  background: linear-gradient(to bottom, #0d6960 0%,#09645c 50%,#056058 51%,#056058 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6960', endColorstr='#056058',GradientType=0 );
}
ul.reservation-steps li .select-date {
  color: #D7D7D7;
  background: repeating-linear-gradient(135deg, #226b63, #226b63 2px, #155e56 2px, #155e56 6px);
  cursor: pointer;
}
ul.reservation-steps li .select-date:hover {
  color: #ffffff;
  background: #0d6960;
  background: -moz-linear-gradient(top, #0d6960 0%, #09645c 50%, #056058 51%, #056058 100%);
  background: -webkit-linear-gradient(top, #0d6960 0%,#09645c 50%,#056058 51%,#056058 100%);
  background: linear-gradient(to bottom, #0d6960 0%,#09645c 50%,#056058 51%,#056058 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6960', endColorstr='#056058',GradientType=0 );
  text-decoration: none;
}
ol.reservation-steps {
  --default-b: #4d4d4d;
  --default-c: #000000;
  --active-b: #191919;
  --active-c: white;
  --circle: 3.5em; /* size of circle */
  --b: 5px; /* line thickness */
  display: flex;
  list-style: none;
  justify-content: space-between;
  background: 
    linear-gradient(var(--default-b) 0 0) no-repeat
    50% calc((var(--circle) - var(--b))/2)/100% var(--b);
  counter-reset: step;
  margin: 20px;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  counter-reset: step;
  overflow: hidden;
}
ol.reservation-steps li {
  display: grid;
  place-items: center;
  gap: 5px;
  font-family: sans-serif;
  position: relative;
}
ol.reservation-steps li:first-child {
  background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,.0) 50%)
}
ol.reservation-steps li:last-child {
  background: linear-gradient(90deg, rgba(255,255,255,.0) 50%, rgba(255,255,255,1) 50%)
}
ol.reservation-steps li::before {
  content: counter(step) " ";
  counter-increment: step;
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  height: var(--circle);
  border: 5px solid #fff;
  box-sizing: border-box;
  background: var(--active-b);
  color: var(--active-c);
  border-radius: 50%;
  font-family: monospace;
  z-index: 1;
}
ol.reservation-steps li.active ~ li::before{
  background: var(--default-b);
  color: var(--default-c);
}
ol.reservation-steps li.active::after {
  content: "";
  position: absolute;
  height: var(--b);
  right: 100%;
  top: calc((var(--circle) - var(--b))/2);
  width: 100vw;
  background: var(--active-b);
}

@media (max-width: 600px) {
  ol.reservation-steps {
   display: grid;
   gap: 20px;
  background: 
    linear-gradient(var(--default-b) 0 0) no-repeat
    calc((var(--circle) - var(--b))/2) 50%/ var(--b) 100%;
  }
  ol.reservation-steps li {
    display: flex;
  }
  ol.reservation-steps li.active::after {
    content: "";
    position: absolute;
    width: var(--b);
    bottom: 100%;
    left: calc((var(--circle) - var(--b))/2);
    top: auto;
    right: auto;
    height: 100vw;
    background: var(--active-b);
  }
}


:root {
  --circle-size: clamp(1.5rem, 5vw, 3rem);
  --spacing: clamp(0.25rem, 2vw, 0.5rem);
}
.wrapper {
  max-width: 900px;
  margin: 3.5rem auto 0;
}
.c-stepper {
  display: flex;
  counter-reset: step;
  padding-left: 0;
}
.c-stepper__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  &:before {
    --size: 3rem;
    content: "";
    display: block;
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    background-color: #4d4d4d;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.rem;
    opacity: 1;
    margin: 0 auto 1rem;
    content: counter(step) " ";
    counter-increment: step;
    display: grid;
    place-content: center;
    aspect-ratio: 1;
  }
  &:not(:last-child) {
    &:after {
      content: "";
      position: relative;
      top: calc(var(--circle-size) / 2);
      width: calc(100% - var(--circle-size) - calc(var(--spacing) * 2));
      left: calc(50% + calc(var(--circle-size) / 2 + var(--spacing)));
      height: 2px;
      background-image: radial-gradient(circle at 1px 1px, #c4c4c4 1px, transparent 0);
      background-size: 6px 2px;
      order: -1;
    }
  }
}
.c-stepper__title {
  font-weight: 400;
  font-size: clamp(1rem, 4vw, 1.1rem);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #888888;
}
.c-stepper__desc {
  color: #000000;
  font-size: clamp(0.85rem, 2vw, 1rem);
  padding-left: var(--spacing);
  padding-right: var(--spacing);
}
.c-stepper .stepped:before {
  background-color: #191919;
}
.c-stepper .stepped:after {
  background-image: initial;
  background-size: initial;
  background-color: #4d4d4d;
}
.c-stepper .active:before {
  background-color: #0b544d !important;
}
.c-stepper .stepped .c-stepper__title,
.c-stepper .active .c-stepper__title {
  color: #000000;
}
.c-stepper .active .c-stepper__title {
  font-weight: 700;
}




ul.reservation-selected {
  background: #d9d9d9;
  padding: 1em;
  list-style: none;
  padding: .5em;
  font-size: 1.5em;
}
ul.reservation-selected li {
  padding: .25em 0;
}
ul.reservation-selected li ul,
ul.reservation-selected li ul li,
ul.reservation-selected li ul li ul,
ul.reservation-selected li ul li ul li {
  padding: 0;
  margin: 0;
  line-height: 1rem;
}
ul.reservation-disclaimer {
  list-style: none;
  padding: 0;
  margin: .5em auto;
  text-align: center;
  font-size: .85rem;
}
ul.reservation-disclaimer li.small {
  font-size: .75em;
}
#reservation-select {
  display: none;
  //padding: 1rem;
  //max-width: 764px;
  //width: 100%;
  border-radius: .25rem;
}
#reservation-select .card .card-footer {
  padding-top: 1rem;
}
.reservation-room {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 1.5em 0;
  background: #454545;
}
.reservation-room-info,
.reservation-room-lists {
  flex: 1 100%;
  height: 100%;
}
.reservation-room-info {
  height: 100%;
  color: #ffffff;
  text-align: left;
  flex-shrink: 2.35;
}
.reservation-room-info .padding {
  padding: .5em 2em 1em 2em;
}
.reservation-room-info ul {
  padding-left: 1em;
  margin-top: 0;
}
.reservation-room-pics {}
.reservation-room-pics img {
  width: 100%;
}
.reservation-room-title {
  background: #056058;
  color: #ffffff;
  //font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.5em;
  padding: .25em .5em;
  //font-family: 'rawline';
  font-weight: 700;
}
.reservation-room-title-tagline {
  display: none;
}
.reservation-room-list-table {
  width: 100%;
}
.reservation-room-list {
  background: #d9d9d9;
  display: flex;
}
.reservation-room-list-suite-info {
  display: flex;
  padding: 0 .5em 0 0;
  position: relative;
} 
.reservation-room-list-suite-info .thumb {
  max-width: 55%;
  position: relative;
  margin-right: 1em;
  text-align: left;
}
.reservation-room-list-suite-info .thumb img {
  width: 100%;
}
.reservation-room-list-suite-info .thumb .window {
  background: #ffffff;
  padding: 1em;
  display: none;
}
.reservation-room-list-suite-floorplan .thumb .overlay-container,
.reservation-room-list-suite-info .thumb .overlay-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.reservation-room-list-suite-floorplan .thumb .overlay-container img,
.reservation-room-list-suite-info .thumb .overlay-container img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.reservation-room-list-suite-floorplan .thumb .overlay-container .overlay,
.reservation-room-list-suite-info .thumb .overlay-container .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  //background: rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 20px #000, 0px 0px 20px #000;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.reservation-room-list-suite-floorplan .thumb .overlay-container .overlay .overlay-position,
.reservation-room-list-suite-info .thumb .overlay-container .overlay .overlay-position {
  height: 100%;
  width: 100%;
  font-size: 1rem;
  margin: 0 auto;
  text-align: center;
  padding: 0em;
  color: #ffffff;
}
.reservation-room-list-suite-floorplan {
  border-left: 1px solid black;
  height: 100%;
  padding: 0 1.25em;
}
.reservation-room-list-suite-floorplan .thumb {
  width: 85%;
  margin: 0 auto;
  text-align: left;
}
.reservation-room-list-suite-floorplan img {
  width: 100%;
}
.overlay-click-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}
.reservation-room-list-suite-floorplan .thumb a:hover .overlay-container .overlay,
.reservation-room-list-suite-info .thumb a:hover .overlay-container .overlay {
  background: rgba(0, 0, 0, 0.4);
}
.reservation-room-list-suite-floorplan .thumb a:hover .overlay-click-text,
.reservation-room-list-suite-info .thumb a:hover .overlay-click-text {
  display: block;
  visibility: visible;
  opacity: 1;
}
.reservation-room-list-room-types-title,
.reservation-room-list-dates-prices-title,
.reservation-room-list-dates-prices-title-container,
.reservation-room-list-dates-title,
.reservation-room-list-cad-title,
.reservation-room-list-usd-title,
.reservation-room-list-book-title,
.reservation-room-list-room-types,
.reservation-room-list-dates-prices,
.reservation-room-list-dates,
.reservation-room-list-cad,
.reservation-room-list-usd,
.reservation-room-list-book,
.room-extras .reservation-room-list-extra-info {
  flex: 0 100%;
  border-bottom: 1px solid #000000;
  padding: .75em;
  position: relative;
  display: block;
}
.reservation-room-list-extra-info {
  display: none;
  text-align: left;
  font-size: .75em;
}
.reservation-room-list-extra-info:nth-of-type(even) {
  padding: .75em 0 !important;
}
.reservation-room-list-extra-info h2 {
  text-align: left;
  display: inline;
}
.reservation-room-list-extra-info ul {
  margin-left: 1em;
  padding-left: 0;
}
.discount-container {
  position: relative;
  left: 46%;
  transform: translate(-54%,0);
  display: inline-block;
}
.btn-primary {
  background: #e07908;
  border-color: #e07908;
  text-transform: initial;
  text-decoration: none;
  font-weight: 700;
  padding: 0.375rem 1.5rem;
  font-size: 1.1rem;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  text-decoration: underline;
}
.btn-primary:hover {
  background-color: #d1e4cf;
  border-color: #056058;
  color: #056058;
  text-decoration: none !important;
}
.btn.btn-primary:focus, .btn.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 239, 227, 0.5) !important;
}
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #d1e4cf;
  border-color: #056058;
  color: #056058;
}
.btn-secondary {
  background: #ffffff;
  border-color: #0c534d;
  color: #056058;
  text-transform: initial;
  text-decoration: none;
  font-weight: 700;
  padding: 0.375rem 1.5rem;
  font-size: 1.1rem;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  text-decoration: underline;
}
.btn-secondary:hover {
  background-color: #d1e4cf;
  border-color: #056058;
  color: #056058;
  text-decoration: none !important;
}
.btn.btn-secondary:focus, .btn.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 239, 227, 0.5) !important;
}
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #d1e4cf;
  border-color: #056058;
  color: #056058;
}
.btn-ghost {
  color: #0b544d;
  background: transparent;
  //font-family: 'rawline';
  font-weight: 700;
  font-size: 2rem;
  line-height: 1em;
  padding: 0 .75rem;
  margin: 0;
}
.btn-link:hover {
  color: #000000;
}
.btn-light {
  background: none;
  border: 0;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: none;
  background: #ffffff;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-regular {
  background: #000000;
  color: #ffffff;
  //font-weight: 700;
  padding: 0 1rem;
  text-transform: uppercase;
  //font-family: 'rawline';
  font-weight: 700;
}
.btn-discount {
  background: #b23221;
}
.btn-i {
  color: #ffffff;
  background: #b23221;
  border-radius: 2rem;
  padding: 0 .5rem;
  font-size: .75rem;
}
.btn-i:hover,
.btn-i:active,
.btn-i:focus {
  background: #851405;
}
.btn-edit,
.btn-step,
.btn-on {
  text-decoration: none;
}
.discount-info {
  display: none;
  text-align: center !important;
  margin: 0 auto;
  padding-top: 2rem !important;
  height: auto !important;
}
.reservation-room-list-dates-prices-title,
.reservation-room-list-dates-prices {
  padding: 0;
  border: 0;
}
.reservation-room-list-dates-prices-title-container,
.reservation-room-list-dates-prices-container {
  padding: 0;
  margin: 0;
  display: flex;
  height: 100%;
}
.reservation-room-list-dates-prices-container .discount {
  color: #b23221;
}
.reservation-room-list-dates-title,
.reservation-room-list-cad-title,
.reservation-room-list-usd-title,
.reservation-room-list-book-title {
  border: 0;
}
.reservation-room-list-room-types-title,
.reservation-room-list-dates-title,
.reservation-room-list-cad-title,
.reservation-room-list-usd-title,
.reservation-room-list-book-title,
.reservation-room-list-room-types,
.reservation-room-list-dates,
.reservation-room-list-cad,
.reservation-room-list-usd,
.reservation-room-list-book {}
.reservation-room-list-room-types-title,
.reservation-room-list-dates-title,
.reservation-room-list-cad-title,
.reservation-room-list-usd-title,
.reservation-room-list-book-title {
  //font-weight: bold;
  text-transform: uppercase;
  //font-family: 'rawline';
  font-weight: 700;
}
.reservation-room-list-room-types-title,
.reservation-room-list-room-types {}
.reservation-room-list-room-types .bold {
  padding-right: 1.25em;
}
.reservation-room-list-room-types-title,
.reservation-room-list-book-title {
  background: #afc1bf;
}
.reservation-room-list-book-title {
  color: #afc1bf;
}
.reservation-room-list-dates-title {}
.reservation-room-list-dates {}
.reservation-room-list-mobile {
  display: none;
}
.reservation-room-list-dates-title,
.reservation-room-list-cad-title,
.reservation-room-list-usd-title {
  background: #8c9e9d;
}
.reservation-room-list-cad-title,
.reservation-room-list-usd-title,
.reservation-room-list-cad,
.reservation-room-list-usd {
  flex: 1 0 75px;
}
.reservation-room-list-dates-title,
.reservation-room-list-dates {
  flex: 1 0 74px;
}
.reservation-room-list-book,
.reservation-room-list-book-title {
  flex: 0 0 142px;
}
.reservation-room-list-book {
  padding: .75em .5em;
}
.reservation-room-list-book-title {
  padding: .75em 1.57em;
}
.reservation-room-list-room-types-title,
.reservation-room-list-dates-title,
.reservation-room-list-room-types,
.reservation-room-list-dates {
  text-align: left;
}
.reservation-room-list-dates {
  background: #aeaeae;
}
.reservation-room-list-cad,
.reservation-room-list-usd {
  background: #aeaeae;
  font-size: 1.25em;
  min-width: 74px;
}
.reservation-room-list-cad-title .cad,
.reservation-room-list-usd-title .usd {
  display: inline-block;
  text-align: center;
  background: url(../images/bg-reservation-currency-flags.png) no-repeat;
  background-position: 0 0;
  height: 22px;
  width: 35px;
  margin: 0 auto;
  text-align: center;
  margin: 0;
  padding: 0;
  color: transparent;
}
.reservation-room-list-usd-title .usd {
  background-position: -35px 0;
}
.reservation-room-list-book {}
.reservation-room-list-extra-info {
  background: #aec1bf;
}
.slides {
  display: none;
  position: relative;
}
.slidesjs-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  width: 52px;
  height: 52px;
  background-image: url(../images/navigation.png);
  background-position: 0 0;
}
.slidesjs-previous {
  left: 5%;
  transform: translate(-5%,-50%);
  -webkit-transform: translate(-5%,-50%);
}
.slidesjs-next {
  left: 95%;
  transform: translate(-95%,-50%);
  -webkit-transform: translate(-95%,-50%);
  background-image: url(../images/navigation.png);
  background-position: 0 -52px;
}
.slidesjs-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  list-style: none;
  z-index: 10;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
}
.slidesjs-pagination li {
  float: left;
  margin: 0 0;
}
.slidesjs-pagination li a {
  display: block;
  width: 20px;
  height: 0;
  padding-top: 20px;
  background-image: url(../images/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -20px
}
.slidesjs-pagination li a:hover {
  background-position: 0 -40px
}
.reservation-room-list .seperated {
  margin: 0 .5em;
}
.room-code-helper {
  font-size: .5em;
  bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 1em;
}
.toggler-extra {
  font-size: .5em;
  bottom: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  padding-right: 1em;
  cursor: pointer;
}
.toggler-extra button {
  color: #D9D9D9;
  background: #807e7e;
  width: 24px;
  height: 24px;
  border: 0;
  position: relative;
  border-radius: 12px;
}
.toggler-extra button span {
  position: absolute;
  transition: .2s;
  background: #D9D9D9;
  border-radius: 2px;
}
.toggler-extra button span:first-of-type {
  top: 15%;
  bottom: 15%;
  width: 10%;
  left: 45%;
}
.toggler-extra button span:last-of-type {
  left: 15%;
  right: 15%;
  height: 10%;
  top: 45%;
}
.clicked button span:first-of-type {
  transform: rotate(90deg);
}
ul.steps {
  list-style: none;
  padding: 0;
  margin: .5em auto;
  width: 960px;
  text-align: center;
}
ul.steps li {
  display: inline-block;
  width: 33%;
  padding: .5em;
  background: #bbbbbb;
  color: #ffffff;
}
ul.steps li.selected {
  background: #007f71;
}
ul.info {
  list-style: none;
  padding: 0;
  margin: .5em auto;
  text-align: center;
  font-size: 1.25em;
}
ul.info li {
  display: inline-block;
  padding: .25em;
}
.reserve-check {
  background: #383837;
  color: #ffffff;
  width: 100%;
}
.reserve-check .container {
  width: 960px !important;
  display: block;
  padding: 0 1em 1em 0;
}
.reservations-padding {
  padding: 0 1em;
}
.reservations-padding input, .reservations-padding select, .reservations-padding button {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.reservations-padding button {
  margin-top: 1em;
}
.button-packages {
  display: table;
  width: 100%;
  font-size: 1rem;
}
.button-packages div {
  display: table-cell;
  width: 50%;
  color: #ffffff;
}
.button-packages div a {
  width: auto;
  display: block;
  padding: .75em;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase !important;
  cursor: pointer;
  background: rgb(13,105,96);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMwZDY5NjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwOTY0NWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDU2MDU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgb(13,105,96) 54%, rgb(9,100,92) 55%, rgb(5,96,88) 100%);
  background: -webkit-linear-gradient(top, rgb(13,105,96) 54%,rgb(9,100,92) 55%,rgb(5,96,88) 100%);
  background: linear-gradient(to bottom, rgb(13,105,96) 54%,rgb(9,100,92) 55%,rgb(5,96,88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6960', endColorstr='#056058',GradientType=0 );
  text-decoration: none;
}
.button-packages div a:hover,
.button-packages div a:active,
.button-packages div a:focus {
  text-decoration: underline !important;
}
.button-packages div:nth-of-type(1) a {
  //removed 2022-09-21 margin-right: 2%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMwZDY5NjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwOTY0NWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDU2MDU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgb(13,105,96) 54%, rgb(9,100,92) 55%, rgb(5,96,88) 100%);
  background: -webkit-linear-gradient(top, rgb(13,105,96) 54%,rgb(9,100,92) 55%,rgb(5,96,88) 100%);
  background: linear-gradient(to bottom, rgb(13,105,96) 54%,rgb(9,100,92) 55%,rgb(5,96,88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6960', endColorstr='#056058',GradientType=0 );
}
.button-packages div:nth-of-type(2) a {

  background: rgb(36,36,36);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMyNDI0MjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMxOTE4MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGQwZDBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgb(36,36,36) 54%, rgb(25,24,25) 55%, rgb(13,13,13) 100%);
  background: -webkit-linear-gradient(top, rgb(36,36,36) 54%,rgb(25,24,25) 55%,rgb(13,13,13) 100%);
  background: linear-gradient(to bottom, rgb(36,36,36) 54%,rgb(25,24,25) 55%,rgb(13,13,13) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#0d0d0d',GradientType=0 );
  //margin-left: 1%;
}
.packages-drop {
  display: none;
  padding: 0 !important;
}
.warning {
  border: .2em solid #bc0006 !important;
  color: #bc0006;
}
div.warning > div {
  padding: 1em;
  background: #ce8e8f;
  width: 100%;
  height: 100%;
}

/* enhancements */

#enhancement-container {
  text-align: left;
  min-height: 100% important;
  min-width: 100% important;
  max-height: 720px !important;
  max-width: 1080px !important;
  height: 100% !important;
  width: 100% !impotant;
  overflow: scroll;
}
#enhancement-container .header {
  height: auto;
}
#enhancement-container h1 {
  font-size: 2rem;
  padding: .5rem;
}
#enhancement-container h2 {
  padding: .5rem 1rem;
}
#enhancement-container .enhancement-list {
  min-height: 50px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: auto;
}
#enhancement-container .enhancement-option {
  padding: 1rem 0;
  margin-bottom: 1px;
}
#enhancement-container .enhancement-option-selected {
  background: #AEAEAE;
  border: 1px solid #CCCCCC;
}
#enhancement-container .footer {
  padding-top: 2rem;
  height: auto;
}
.temp-hide {
  display: none;
}







/* reservation steps */

.reservation-container {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  display: none !important;
}
#reservation-steps {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .75rem;
}
#reservation-steps .list-group-item {
  border: 1px solid #8f8f8f;
  border-radius: 0;
  margin: .5rem;
  padding: 0;
}
#reservation-steps .btn-step {
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  color: #7b7b7b;
  padding: .5rem;
}
#reservation-steps .checkmark .btn-step,
#reservation-steps .checkmark {
  //background: url(../images/icon-reservation-checkmark.png) right center no-repeat;
  color: #000000;
}
#reservation-steps .checkmark .btn-step a {
  font-weight: 600;
  text-decoration: none !important;
  color: #000000;
}
#reservation-steps .btn-on,
#reservation-steps .btn-on a {
  background: #056058;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
#reservation-steps .btn-step a:hover,
#reservation-steps .btn-step a:active,
#reservation-steps .btn-step a:focus,
button:hover,
button:active {
  text-decoration: underline !important;
}

/* reservation selection */

#reservation-selection {
  background: #e3efe2;
  font-size: .95rem;
  margin-top: 2.75rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.selection-title {
  background: #056058;
  padding: .5rem;
  color: #ffffff;
  //display: flex;
  //-webkit-box-pack: justify !important;
  //-ms-flex-pack: justify !important;
  //justify-content: space-between !important;
  //-webkit-box-align: center !important;
  //-ms-flex-align: center !important;
  //align-items: center !important;
  position: relative;
}
.selection-title .title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.45rem;
  color: #ffffff;
  text-align: center;
}
.selection-title .selection-controls {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  display: flex;
  justify-content: start;
  padding: 0 .5rem;
}
.selection-title .selection-controls a {
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  color: #ffffff;
  padding: 0 .5rem;
}
.selection-title .selection-controls a.select-date:hover,
.selection-title .selection-controls a.select-date:active {
  cursor: pointer !important;
  text-decoration: underline;
}
.selection-title .icon-edit {
  background: url(../images/icon-reservation-edit.png) no-repeat;
  width: 23px;
  height: 23px;
  display: inline-block;
  margin: 0 .25rem;
  display: none;
}
.selection-title .icon-remove {
  background: url(../images/icon-reservation-remove.png) no-repeat;
  width: 20px;
  height: 26px;
  display: inline-block;
  margin: 0 .25rem;
  display: none;
}
.selection-title .edit,
.selection-title .remove {
  //font-size: 0;
  text-transform: uppercase;
}
.selection-details {
  padding: .5rem;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  flex-direction: column;
  font-size: 1rem;
}
#reservation-selection .info-bar {
  color: #0d6960;
  padding: .5rem 0;
}
#reservation-selection .reservation-disclaimer-container  {
  display: none;
}
#reservation-selection .selection-date {
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  line-height: 1.25;
}
.selection-details .divide {
  background: none;
  margin: .5rem;
  height: 0;
  width: 0;
  //border: 1px solid #056058;
  //width: 25%;
  width: 100%;
  border-top: 3px solid #e5e5e5;
}
.selection-details .arrow {
  background: url(../images/icon-reservation-arrival-to-departure.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 40px;
  border: 0;
  margin: 0;
}
.selection-info {
  //font-size: 1.35rem;
  font-size: 1.15rem;
}
.selection-details .title {
  color: #056058;
  font-size: 1rem;
  //font-weight: 700;
  //font-family: 'rawline';
  font-weight: 800;
}
#reservation-selection .reservation-disclaimer {
  font-size: .8rem;
  line-height: 1.25;
  font-style: italic;
  display: inline-block !important;
  border-top: 3px solid #e5e5e5;
  width: auto;
  padding: .5rem 10% 0 10%;
}

/* reservation */

#reservation {
  margin-left: -7px;
  margin-right: -7px;
  padding: 0 0 1rem 0;
}
#reservation h1 {
  //font-size: 1.25rem;
  //font-weight: bold;
  //font-family: 'rawline';
  //font-weight: 700;
}
#reservation,
.room-details {
  text-align: left;
}
#reservation .bg-light,
#reservation .bg-grey,
.room-details .bg-light {
  padding: 2rem 1rem;
  margin: 1rem 0;
  background-color: #e3efe2 !important;
  position: relative;
}
#reservation .bg-grey {
  background-color: #eeeeee !important;
}
#reservation .bg-grey,
#reservation .bg-light {
  padding: 3.5rem;
}
#reservation .bg-light a,
.room-details .bg-light a {
  text-transform: none;
  text-decoration: none;
  color: #0b544d;
  font-weight: 400;
}
#reservation .bg-light a:hover,
.room-details .bg-light a:hover {
  text-decoration: underline;
}
#reservation .bg-grey .card-issuers,
#reservation .bg-light .card-issuers {
  //position: absolute !important;
  //top: 1rem !important;
  //right: 2rem !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
#reservation .bg-grey .card-issuers div,
#reservation .bg-light .card-issuers div {
  padding: 0 .15rem !important;
}

#reservation .list-group-item {
  //border-color: #054160;
  //border-radius: .25rem;
  //background: #054160;
  //color: #ffffff;
  //font-family: 'rawline';
  //font-weight: 700;
  //text-transform: uppercase;
  //margin: 0 .45rem;
  //text-decoration: none;
}
#reservation .list-group-item-active {
  //background: #ffffff;
  //color: #054160;
  //text-decoration: none;
}
#reservation .list-group-item:hover,
#reservation .list-group-item:active,
#reservation .list-group-item:focus,
#reservation .list-group-item-active:hover,
#reservation .list-group-item-active:active,
#reservation .list-group-item-active:focus {
  text-decoration: underline;
}
#reservation .title-room-choice {
  background: #eeeeee;
  //padding: 1rem 0;
}
#reservation .title-room-selection {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
#reservation .title-room-selection .flex-md-row {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
}
#reservation .title-room-selection .flex-md-row .list-group-item {
  width: 45%;
  max-width: 45%;
  min-width: 45%;
  margin-bottom: .5em;
}
#reservation .title-room-choice h1 {
  //color: #056058;
  text-align: center;
  //font-size: 1rem;
}
#reservation .title-room-type {
  padding: 2rem 0;
  text-align: center;
}
#reservation .title-room-selection h1,
#reservation .title-room-type h1 {
  color: #0b544b;
  //text-align: left;
  font-weight: 400;
  font-size: 1.45rem;
}
#reservation .card-container {
  background: #eeeeee;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
  padding-right: 0;
  padding-left: 0;
}
#reservation .room-category-container {
  //border-bottom: 15px solid #fff;
  padding-left: 0;
  padding-right: 0;
}
#reservation .room-category-container .card {
  //border: 0;
  //margin: 0 .5rem;
  //border-radius: 0;
}
#reservation .room-category-container .card .card-img {
  border-radius: 0;
}
#reservation .room-category-container .card .card-footer {
  background: #ffffff;
  padding: 1rem 0;
  justify-content: center !important;
}
#reservation .room-category-container .card .card-body h2.card-title {
  text-transform: initial;
  font-weight: 700;
  text-align: center;
  margin: 1rem 0;
}
#reservation .card {
  border: 1px solid #cccccc;
  width: 100%;
  margin: 0 .5rem .5rem .5rem;
  background: #eeeeee;
  line-height: 1.5;
}
#reservation .card-img {
  position: relative;
  min-height: 233px;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
#reservation .card-img .card-img-top {
  //position: absolute;
  //top: 50%;
  //left: 50%;
  //transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#reservation .card-img-selection {
  position: relative;
  height: 100%;
}
#reservation .card-img-selection .card-img-top {
  border-radius: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#reservation .card-img .card-overlay,
#reservation .card-img-selection .card-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}
#reservation .card-img .overlay-img,
#reservation .card-img-selection .overlay-img {
  padding: 0;
  height: 38px;
  width: 112px;
}
#reservation .card-img .overlay-img img,
#reservation .card-img-selection .overlay-img img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}
#reservation .card-selection {
  padding-bottom: 1rem;
}
#reservation .card-body {
  background: #fff;
}
.rate-details,
.room-details,
.add-on-details,
#late-checkout {
  display: none;
  width: 967px;
  //padding: 2.5rem;
  padding: 2.5rem 2.5rem;
  line-height: 1.25;
  border-radius: .25rem;
}
.room-details {
  width: 1329px;
}
#reservation .available-room .rate-details,
#reservation .selected-package .rate-details {
  display: block;
  padding: 0;
  width: 100%;
}
#reservation .available-room .border-bottom,
#reservation .selected-package .rate-details {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.rate-details .room-total,
.rate-details .price-summary a,
.rate-details .price-summary #guest-info {
  display: none;
}
.rate-details .price-summary .room-code {
  position: absolute;
  bottom: 1rem;
  left: 0;
  opacity: .25;
}
#reservation .available-room #taxes-and-fees,
#reservation .available-room #taxes-and-fees .room-title,
#reservation .available-room .room-title,
#reservation .available-room .title span,
#reservation .available-room .stay-dates,
#reservation .available-room .rate-details .price-summary #add-ons {
  display: none !important;
}
#reservation .available-room .rate-details .room-total,
#reservation .available-room .rate-details .price-summary a,
#reservation .available-room .rate-details .price-summary #guest-info {
  display: block;
}
.rate-details .room-title {
  margin: 0;
}
.rate-details .title {
  margin: 1rem 0 0 0;
}
.rate-details .room-title,
.room-details h1,
.available-room h1,
.available-room .card-title,
.selected-package h1,
.selected-package .card-title {
  text-transform: none;
  font-size: 1.675rem;
  //font-weight: 700;
  //font-family: 'rawline';
  font-weight: 700;
  color: #000000;
  font-family: inherit;
  margin-bottom: 1rem;
}
.room-details h2 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.available-room {
  line-height: 1.25;
}
.available-room .card-title {
  padding-top: 0;
}
.available-room a {
  text-decoration: none;
}
.available-room a .card-title {
  text-decoration: none;
  color: #000000;
}
.available-room .bg-light .grey,
.available-room .bg-light .grey .required,
.available-room .bg-grey .grey,
.available-room .bg-grey .grey .required {
  color: #eeeeee !important;
}
.available-room .bg-light ul,
.available-room .bg-grey ul,
.room-details .bg-light ul {
  padding-left: 1rem;
}
.available-room #room-pics,
.available-room #room-pics-d,
.available-room #room-pics-m,
.room-details .room-pics {
  height: 333px;
  overflow: hidden;
  margin-bottom: 2rem;
  //margin: 0 1rem 2rem 1rem;
  margin-bottom: 2rem;
}
.available-room #room-pics .carousel-control-prev,
.available-room #room-pics-d .carousel-control-prev,
.available-room #room-pics-m .carousel-control-prev,
.room-details .room-pics .carousel-control-prev {
  justify-content: flex-start;
  padding-left: 0;
}
.available-room #room-pics .carousel-control-next,
.available-room #room-pics-d .carousel-control-next,
.available-room #room-pics-m .carousel-control-next,
.room-details .room-pics .carousel-control-next {
  justify-content: flex-end;
  padding-right: 0;
}
.available-room #room-pics .carousel-control-prev-icon,
.available-room #room-pics-d .carousel-control-prev-icon,
.available-room #room-pics-m .carousel-control-prev-icon,
.available-room #room-pics .carousel-control-next-icon,
.available-room #room-pics-d .carousel-control-next-icon,
.available-room #room-pics-m .carousel-control-next-icon,
.room-details .room-pics .carousel-control-prev-icon,
.room-details .room-pics .carousel-control-next-icon {
  background-color: #000000;
  //border: 2rem solid #000000;
  border-radius: 2rem;
  width: 52px;
  height: 52px;
  background-image: url(../images/icon-carousel-left.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 2rem;
}
.available-room #room-pics .carousel-control-next-icon,
.available-room #room-pics-d .carousel-control-next-icon,
.available-room #room-pics-m .carousel-control-next-icon,
.room-details .room-pics .carousel-control-next-icon {
  background-image: url(../images/icon-carousel-right.png);
}
.available-room #room-pics .carousel-indicators,
.available-room #room-pics-d .carousel-indicators,
.available-room #room-pics-m .carousel-indicators,
.room-details .room-pics .carousel-indicators {
  margin-bottom: 1.5rem;
}
.available-room #room-pics .carousel-indicators li,
.available-room #room-pics-d .carousel-indicators li,
.available-room #room-pics-m .carousel-indicators li,
.room-details .room-pics .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-top: 0;
  border-bottom: 0;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px #000000;
  opacity: 1;
}
.available-room #room-pics .carousel-indicators li:hover,
.available-room #room-pics-d .carousel-indicators li:hover,
.available-room #room-pics-m .carousel-indicators li:hover,
.room-details .room-pics .carousel-indicators li:hover {
  background: #000000;
}
.available-room #room-pics .carousel-indicators li.active,
.available-room #room-pics-d .carousel-indicators li.active,
.available-room #room-pics-m .carousel-indicators li.active,
.room-details .room-pics .carousel-indicators li.active {
  background-color: #00BE9F;
}
.available-room #room-pics .carousel-item,
.available-room #room-pics-d .carousel-item,
.available-room #room-pics-m .carousel-item,
.room-details .room-pics .carousel-item {
  position: relative;
  height: 333px;
  overflow: hidden;
}
.available-room #room-pics .carousel-item img,
.available-room #room-pics-m .carousel-item img,
.room-details .room-pics .carousel-item img {
  height: auto;
  max-height: auto;
  min-width: 100%;
  width: auto !important;
  position: absolute;  
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#room-pics-d {
  display: none;
}
#room-pics-m {
  display: block
}
.available-room #room-pics .carousel-item .mobile,
.room-details .room-pics .carousel-item .mobile {
  display: block;
}
.available-room #room-pics .carousel-item .desktop,
.room-details .room-pics .carousel-item .desktop {
  display: none;
}

.book-pkg {
  display: none;
}

#reservation .offers .offer-heading, #reservation .offers .title {
  text-transform: none !important;
}

#reservation .add-on a.offer-btn {
  color: #fff;
}

#reservation .available-room .card-text {
  font-size: inherit;
}
#reservation .card-body {
  position: relative;
}
#reservation .card-text-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 .5em;
  font-size: .65rem;
  color: #C9CACC;
}
#reservation .card-footer {
  border-top: 0;
  background: #fafafa;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.available-room .room-pricing,
.room-details .room-pricing {
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  border-top: 3px solid #616161;
  padding-left: auto;
  padding-top: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.available-room .room-pricing .currency-pricing,
.room-details .room-pricing .currency-pricing,
.available-room .price-summary .currency-pricing {
  font-size: 1.5rem;
}
.available-room .room-pricing .currency-pricing a,
.room-details .room-pricing .currency-pricing a,
.available-room .price-summary .currency-pricing a {
  margin-top: .5rem;
  display: block;
  font-size: 1rem;
  text-decoration: none;
  text-transform: none;
  color: #000000;
}
.available-room .room-pricing .currency-pricing a:hover,
.available-room .room-pricing .currency-pricing a:active,
.room-details .room-pricing .currency-pricing a:hover,
.room-details .room-pricing .currency-pricing a:active,
.available-room .price-summary .currency-pricing a:hover,
.available-room .price-summary .currency-pricing a:active {
  text-decoration: underline;
}
#reservation .available-room .currency-pricing .price,
.room-details .currency-pricing .price {
  padding: 0;
  font-size: 2rem;
}
#reservation .available-room .currency-pricing .icon-usd {
  background: url(../images/icon-reservation-usd.png) no-repeat;
  background-size: cover;
  width: 30px;
  height: 20px;
  display: inline-block;
}
#reservation .price,
#reservation .card-footer .currency-pricing .price, 
#reservation .card-footer h2.card-title,
.room-details .currency-pricing .price {
  color: #0b544d;
  //font-family: 'rawline';
  font-weight: 400;
  line-height: 1;
}
#reservation .available-room .currency-pricing .price,
#reservation .card-footer .currency-pricing .price,
.room-details .currency-pricing .price {
  font-weight: 700;
}
.add-on .price {
  color: #0b544d;
  //font-family: 'rawline';
  font-weight: 400;
  text-align: right;
}
#reservation .card-footer .currency-pricing .price {
  font-size: 1.5rem;
}
#reservation .card-footer .currency-pricing {
  font-size: 1.15rem;
}
#reservation .card-footer .currency-pricing .price {
  padding: 0;
}
#reservation .card-footer h2.card-title {
  padding: 0;
  margin: 0;
}
#reservation .card-footer h2.card-title {
  text-transform: uppercase;
}
#reservation .card-footer .currency-pricing .icon-usd {
  background: url(../images/icon-reservation-usd.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 13px;
  display: inline-block;
}
#reservation .detail-links {
  font-size: 1.15rem;
  font-weight: 400;
  color: #0b544d;
  padding-top: 1rem;
  //font-family: 'rawline';
}
#reservation .detail-links a {
  color: #0b544d;
  //font-weight: 700;
  //font-family: 'rawline';
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
#reservation .detail-links a:hover,
#reservation .detail-links a:active,
#reservation .detail-links a:focus {
  text-decoration: underline;
}
.room-details form button,
#late-checkout form button,
#reservation form button {
  padding: .5rem 1rem;
  border-radius: .25rem;
  font-size: 1.15rem;
  //font-weight: 700;
  //font-family: 'rawline';
  font-weight: 700;
}
#reservation form .form-control {
  border: 0 !important;
  background: #ffffff;
  border-radius: 0.25rem !important;
  margin: 0;
  height: calc(1.5em + 0.75rem + 14px);
  text-align: left;
}
#reservation form textarea.form-control {
  height: auto;
}
.form-control::placeholder {
  color: #b3b3b3;
}
#reservation select.form-control {
  border: 1px solid red;
  background: url(../images/bg-select-black.png) no-repeat center right #ffffff !important;
}
#reservation form label {
  text-transform: none;
  font-weight: 400;
  //font-family: inherit;
  font-size: 1rem;
}
#reservation form .input-daterange .arrival {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  text-align: center;
}
#reservation form .input-daterange .departure {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  text-align: center;
}
.input-group-addon {
  background: #ffffff;
  padding: 12px .5rem;
  border-radius: 0 !important;
}
.traveldates1 {
  order: 1;
}
.traveldates2 {
  order: 2;
}
.traveldates3 {
  order: 3;
}
.numberofrooms {
  order: 4;
}
.adults {
  order: 5;
}
.children {
  order: 6;
}
.childrenage {
  order: 7;
}
#reservation .add-ons {
  background-color: #eeeeee !important;
  padding: 1rem;
  color: #4d4d4d;
}
#reservation .add-ons .title {
  text-transform: uppercase;
  font-size: 1.45rem;
  color: #000000;
  //font-family: 'rawline';
  font-weight: 700;
  position: relative;
  width: 100%;
}
#reservation .add-ons .title a,
.rate-details .price-summary .price-summary-line a {
  text-decoration: none;
}
.rate-details .price-summary .price-summary-line a {
  text-transform: none;
}
.rate-details .price-summary .price-summary-line a:hover,
.rate-details .price-summary .price-summary-line a:active,
#reservation .add-ons .title a:hover,
#reservation .add-ons .title a:active {
  text-decoration: underline;
}
#reservation .add-on {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 1rem;
  margin: 0 0 1rem 0;
}
.add-ons .add-collapse div:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#reservation .add-on .title,
.add-on-details .add-on .title {
  text-transform: uppercase;
  //font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 0;
  color: inherit;
  //font-family: 'rawline';
  font-weight: 700;
}
#reservation .add-on .price,
.add-on-details .add-on .price {
  color: inherit;
  font-size: inherit;
}
#reservation .add-on a {
  text-transform: uppercase;
  //font-family: 'rawline';
}
#reservation .add-on a,
#reservation .price-summary a {
  color: #056058;
}
.rate-details .price-summary,
#reservation .price-summary {
  font-size: 1rem;
  text-align: left;
}
.rate-details .price-summary .price-summary-top,
.rate-details .price-summary .price-summary-line,
.rate-details .price-summary .price-summary-total, 
#reservation .price-summary .price-summary-top,
#reservation .price-summary .price-summary-line,
#reservation .price-summary .price-summary-total {
  display: flex;
  justify-content: space-between !important;
  align-items: flex-end !important;
  
}
.rate-details .price-summary .price-summary-top,
#reservation .price-summary .price-summary-top {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.rate-details .price-summary .price-summary-total,
#reservation .price-summary .price-summary-total {
  align-items: start !important;
  border-bottom: 1px solid #8c8c8c !important;
  border-top: 1px solid #8c8c8c !important;
  padding: 2rem 0;
  margin-top: 1.5rem;
}
.rate-details .price-summary .price-summary-total .currency-pricing .price,
.rate-details .price-summary .price-summary-total .currency-pricing .add-price {
  font-size: 1.5rem;
  //font-family: 'rawline';
  font-weight: 700;
  color: #0b544d;
}
.rate-details .price-summary .icon-info,
#reservation .price-summary .icon-info {
  background: url(../images/icon-reservation-info.png) no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
}
.rate-details .price-summary .icon-info:hover,
#reservation .price-summary .icon-info:hover {
  cursor: pointer;
}
.rate-details .price-summary .title,
#reservation .price-summary .title {
  //text-transform: uppercase;
  color: #056058;
  font-size: 1.5rem;
  //font-weight: 700;
  //padding: 2rem 0;
  //font-family: 'rawline';
  font-weight: 400;
}
.rate-details .price-summary .add-title,
#reservation .price-summary .add-title {
  font-size: 1.35rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
.rate-details .price-summary .add-price,
#reservation .price-summary .add-price {}
#reservation .price-summary .add-price {
  font-size: 1.5rem;
  //margin-bottom: .5rem;
}
#reservation .price-summary .add-price {
  //font-weight: 700;
  //font-family: 'rawline';
  font-weight: 700;
}
.rate-details .price-summary .summary-total,
#reservation .price-summary .summary-total {
  text-transform: uppercase;
  //font-weight: 700;
  font-size: 1.5rem;
  //font-family: 'rawline';
  font-weight: 700;
}
.payment-options {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.accordion-toggle:after {
  content:"-";
  color: #0b544d;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  //border: 1px solid red;
  min-width: 17px;
  min-height: 15px;
  transition: width 2s;
}
.panel-heading.collapsed .accordion-toggle:after {
  content:"+";
}
.panel-heading:hover,
.panel-heading:active {
  text-decoration: underline;
}
#reservation-selection .reservation-includes .info-bar {
  background: #898989;
  color: #ffffff;
  padding: .5rem;
  border-top: .25rem solid #ffffff;
  font-size: .85rem;
}
#reservation-selection .reservation-includes .info-bar a {
  color: #ffffff;
  text-transform: none;
}
#reservation-selection .reservation-includes .info-bar a:hover,
#reservation-selection .reservation-includes .info-bar a:focus,
#reservation-selection .reservation-includes .info-bar a:active {
  color: #000000;
}

/* reservation styles */

#reservation-details {
  background: #bacecc;
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
#reservation-details h1 {
  width: 100%;
  background: #056058;
  color: #ffffff;
  font-size: 1.5rem;
  //font-weight: 700;
  text-align: center;
  padding: .5rem;
  //font-family: 'rawline';
  font-weight: 700;
}
#reservation-details h2 {
  padding: .75rem;
  font-size: 1.5rem;
}
#reservation-details .reservation-details-selected ul {
  width: 60%;
  margin: 0 auto;
  list-style-position: inside;
  list-style-type: none;
  box-sizing: border-box;
  padding: 1rem;
  -moz-column-count: 4;
  -moz-column-gap: 0;
  -webkit-column-count: 4;
  -webkit-column-gap: 0;
  column-count: 4;
  column-gap: 0;
}
#reservation-details .reservation-details-cost {
  background: #cfdad9;
  padding: 1rem;
  width: auto !important;
}
#reservation-details .reservation-details-cost #price-info {
  display: none;
}
#reservation-details .reservation-details-cost #price-info-btn {
  background: #92979b;
  border: 2px solid #181718;
  -webkit-border-radius: 10px;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
  -moz-border-radius: 10px;  /* Firefox 1-3.6 */
  border-radius: 10px;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  height: 20px !important;
  width: 20px !important;
  display: inline-block;
  //font-weight: 700;
  position: relative;
  top: 2px;
  //font-family: 'rawline';
  font-weight: 700;
}
#reservation-details .reservation-details-cost #price-info-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: .8rem;
}
#reservation-details .reservation-details-cost .row div:first-child {
  padding-left: 13rem;
}
.rate-details .price-summary .price-summary-total .small {
  font-size: .85rem !important;
}
#reservation-bonus {
  background: #767676;
  color: #ffffff;
  margin-bottom: .5rem;
  padding: .5rem;
  font-size: 1.25rem;
}
#reservation-bonus h3 {
  color: #ddd746;
  text-transform: uppercase;
  //font-weight: 700;
  padding: .25rem;
  //font-family: 'rawline';
  font-weight: 700;
}
#reservation-bonus div {
  padding: .5rem;
}
#reservation-bonus .small {
  font-size: .8rem;
}
#reservation-form {
  background: #eeeeee;
  margin-bottom: 2rem;
  padding: 2rem;
}
#reservation-form .reservation-form-container {
  background: #ffffff;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #d1d1d1;
  padding: 0;
  overflow: hidden;
}
#reservation-form .reservation-form-container .form-row {
  padding: 1rem;
}
#reservation-form .reservation-form-container .form-control {
  border: 1px solid #d1d1d1;
  background: #fafafa;
  border-radius: 0;
  padding: .375rem .75rem;
}
#reservation-form .reservation-form-container select.form-control {
  background: url(../images/bg-select-black.png) no-repeat center right #fafafa !important;
}
#reservation-form .reservation-form-container .required {
  padding-right: .25rem;
}
.required {
  color: #d53a25;
}
#reservation-form .reservation-form-container .hide {
  height: 34px !important;
  display: block !important;
  font-size: 0;
}
#reservation-form h1 {
  text-transform: capitalize;
  font-size: 1.25rem;
  //font-weight: 700;
  //font-family: 'rawline';
  font-weight: 700;
}
#reservation-form .form-title {
  padding-bottom: 0 !important;
}
#reservation-form .form-title-border {
  border-top: 1px solid #d1d1d1;
}
#reservation-form label {
  color: #4a4a4a;
}
#reservation-form button {
  padding: 1rem 5rem;
}
#reservation-form .credit-cards {
  background: url(../images/bg-credit-cards.png) no-repeat 75% 100%;
}
.total-price {
  font-size: 1.5rem;
  //font-weight: 700;
  text-transform: uppercase;
  color: #056058;
  //font-family: 'rawline';
  font-weight: 700;
}
.total-price-usd {
  font-weight: 300;
  font-size: 1rem;
}

/* egift cards */
#egift-cards .egift-form a {
  color: #056058;
  text-decoration: underline;
}
#egift-cards .egift-form {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}
#egift-cards .border {
  border: 1px solid #3e353e !important;
  padding: .75rem;
}
#egift-cards .egift-card-img {
  width: 100%;
  padding: .25rem 0;
}
#egift-cards h1 {
  font-size: 1.5rem;
  text-align: center;
  padding-top: 3rem;
}
#egift-cards .egift {
  color: #056058;
  //font-family: 'rawline';
  font-weight: 700;
}
#egift-cards .egift-form label {
  //font-family: 'rawline';
  text-transform: capitalize;
  font-size: 1rem;
}
#egift-cards .form-control {
  background: #f2f2f2;
  color: #b3b3b3;
  border: 0;
  border-radius: .25rem;
  padding: .75rem 1rem;
  height: auto;
}
#egift-cards select {
  background: url(../images/bg-select2.png) no-repeat right 50% #f2f2f2 !important;
}
#egift-cards .form-control::-webkit-input-placeholder { 
  /* Edge */
  color: #b3b3b3;
}
#egift-cards .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b3b3b3;
}
#egift-cards .form-control::placeholder {
  color: #b3b3b3;
}
.StripeElement {
  background-color: #F2F2F2;
  height: 48px;
  padding: 14px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #b3b3b3;
  //font-family: inherit;
}
.StripeElement--focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* blog styles */

#blog-share a {
  text-decoration: none;
  color: #6D6B6A;
  padding-bottom: 2px;
}
.share-title {
  font-size: 1.25rem;
  padding: 1rem 0;
  color: #635E5B;
}
.blog .blog-item, .blog-item {
  margin-bottom: 2rem !important;
  font-size: 1rem;
  padding-top: 0;
  line-height: 1.5;
  text-align: left;
}
.blog a,
.blog-item a {
  color: #009183;
  text-decoration: underline;
}
.blog-item .blog-date {
  color: #009183;
  line-height: 1.2;
  margin-top: 0;
  padding-top: 0;
  //font-family: 'rawline';
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: .5em;
}
.blog h1, .blog-item h1 {
  text-align: center;
  padding-top: 3rem;
  //padding-bottom: 3rem;
}
.blog-item h2 {
  padding-bottom: 1rem;
}
.blog-item h3 {
  font-size: 1rem;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 1rem;
  //font-weight: bold;
  //font-family: 'rawline';
  font-weight: 700;
}
.blog-item .blog-image {
  width: auto;
  margin: 3rem auto 2.5rem auto;
  text-align: center;
}
.blog-item .blog-image img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.blog-item .blog-image iframe {
  width: 100%;
  height: auto;
  min-height: 315px;
  max-width: 560px;
}
.blog-item .blog-image-left {
  float: left;
  width: 25%;
  margin: .5rem 1.5rem .5rem 0;
  padding: 0;
}
.blog-item .blog-image-right {
  float: right;
  margin: .5rem 0 .5rem 1.5rem;
  padding: 0;
  width: 25%;
}
.btn-share {
  background-color: #6D6B6A;
  color: #6D6B6A;
  border-radius: 23px;
  padding: 0;
  height: 45px;
  width: 45px;
  margin-right: 2px;
  display: inline-block;
}
.share-div-link {
  color: #7A7878;
  cursor: pointer;  
}
.btn-facebook {
  background: #37589B;
}
.blog-item .twitter {
  height: 37px;
  width: 37px;
  background-image: url(../images/bg-social.png);
  background-repeat: no-repeat;
  background-position: 0 -37px;
  margin-top: 5px;
  margin-left: 2px;
}
.blog-item .facebook {
  height: 37px;
  width: 37px;
  background-image: url(../images/bg-social.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
  margin-top: 5px;
  margin-left: 2px;
}
a.card-link {
  height: 100%;
  display: block;
  color: #000000;
  text-decoration: none;
}
.card-link .card {
  background: #E5E5E5;
  border: 0;
  border-radius: 0;
  height: 100%;
}
.card-link .card .card-img-top {
  border-radius: 0;
}
.card-link .card .card-title {
  color: #000000;
}
.card-link .card h2.card-title {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

#index-main .row {
  align-items: center;
  justify-content: center;
  //margin: 4rem -20px;
  margin: 0;
  padding: 1rem 0 0 0;
}
#index-main {
  //background: #f2f6f1;
  text-align: left;
  padding: 0;
}
#index-main .container {
  padding: 0;
}
#index-main .main-container {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  padding: 1rem 0 0 0;
  font-size: 1.1rem;
}
#index-sidebyside .row {
  align-items: center;
  justify-content: center;
  //margin: 4.25rem -20px;
  margin: 1rem 0;
}
#index-sidebyside {
  text-align: left;
  padding: 0;
}
#index-sidebyside .sidebyside-container {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  padding: 1rem 0;
}
#index-sidebyside .sidebyside-container h2 {
  color: #0c534d;
  font-family: "Gotu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* interior page styles */

.container-interior-h1 {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container-interior-h2 {
  text-align: left;
  padding-top: .5rem;
  padding-bottom: 1rem;
}
.container-interior-h2 h2 {
  font-weight: 700;
  font-size: 1.85rem;
}

.container-alt-title {
  text-align: left;
  font-size: 1.45rem;
  font-weight: 400;
  color: #0c534d;
}

/* default card styles */

.card-container {
  padding-top: 	22px;
  padding-bottom: 22px;
}
.card {
  border-radius: .5rem;
  height: 100%;
}
.card .card-body {
  text-align: left;
  line-height: 1.175;
  font-size: 1.02rem;
}
.card .card-body ul {
  padding-left: 1rem;
}
.card .card-body ul.list-unstyled {
  padding-left: 0;
}
.card .card-img-top {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  max-height: 233px;
  object-fit: cover;
}
.card .card-img-top-coe {
  max-height: 100% !important;
}
.card .card-body div.card-body-img {
  height: 102px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.card .card-body div.card-body-img img.card-body-img {

}
.card .card-header h2,
.card .card-body h2 {
  font-size: 1.25rem; 
  font-weight: 700;
  margin-bottom: 1rem;
}
.card .card-body .card-links,
.package-links {
  color: #0d6960;
}
.card .card-footer {
  background: none;
  border-top: 0;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  padding-bottom: 1.25rem;
}
.card .card-footer .book-now-drop {
  cursor: pointer;
}

/* suites page styles */

.container-suites-include {
  background: #f3f5f0;
  margin: 1rem 0;
  padding: 1rem;
  line-height: 1.25;
}

/* list group styles */

.list-group .list-group-item {
  border-color: #a0a0a0;
  border-width: 2px;
  border-radius: .25rem;
  background-color: #e3efe3;
  color: #161616;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 1px;
  padding: 0.5rem 0.75rem;
  min-width: 95px;
  text-align: center;
}
.list-group .list-group-item:hover {
  background-color: #ffffff;
}
.list-group .list-group-item-active {
  background-color: #ffffff;
}
.list-group .list-group-item-active:hover {
  background-color: #ffffff;
  text-decoration: none;
}

/* packages page styles */

.list-group-packages {
  padding-bottom: 1rem;
  padding-top: 1rem;
  flex-direction: row;
  justify-content: start;
}
.list-group-packages .list-group-item:first-child {
  margin-left: 0;
}
ul.packages {
  padding-left: 1rem;
  color: #0c534d;
}
ul.packages ul {
  padding-left: 1rem;
}
.package-pricing {
  color: #0c534d;
  border-left: 2px solid #0c534d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 2rem;
}
.package-pricing .price-text {
  text-align: left;
  font-weight: 500;
}
.package-pricing .price {
  text-align: center;
  padding: 1rem 0;
  line-height: 1;
  padding-top: 2rem;
}
.package-details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;  
}
.package-pricing .price-cad {
  font-size: 2.75rem;
}
.package-pricing .price-usd {
  font-size: 1.75rem;
}
.fancybox-book-now {
  display: none;
  border-radius: .25rem;
}
.container-package {
  padding-top: 1rem;
  margin-bottom: 1rem;
}

/* accordion styles */

.accordion,
.accordion-plain {
  margin-bottom: 1rem;
}
.accordion .card,
.accordion-plain .card {
  border: 0;
  border-radius: 0;
}
.accordion .card .card-header,
.accordion-plain .card .card-header {
  padding: 0;
}
.accordion .card .card-header {
  margin-bottom: 0;
  border-bottom: 2px solid #0c534d;
}
.accordion .card .card-body {
  padding: 1rem 0;
}
.accordion .card .card-body h3 {
  font-weight: 500;
}
.accordion button:focus-within,
.accordion-plain button:focus-within {
  box-shadow: 0 0 0 0;
}
.accordion button {
  display: flex;
  justify-content: space-between !important;
  align-items: start !important;
  width: 100%;
  background: #ffffff !important;
  color: #000000;
}
.accordion .btn-link {
  font-size: 1.35rem;
  font-weight: 600;
  padding: 1rem 0;
}
.accordion .collapsed .arrow {
  transform: rotate(-135deg);
}
.accordion .arrow {
  display: block;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  border-top: 2px solid #0c534d;
  border-left: 2px solid #0c534d;
  transition: all 0.2s linear;
  transform: rotate(45deg);
  position: absolute;
  right: 7px;
}
.accordion-plain .card .card-header {
  margin-bottom: 0;
  border-bottom: 0;
}
.accordion-plain .card .card-header {
  background: none;
}
.accordion-plain .card .card-header .btn {
  padding: 0;
}
.accordion-plain .card .card-header .btn-link {
  color: #000000;
  position: relative;
}
.accordion-plain .btn-link-alt {
  color: #0c534d;
}
.accordion-plain .collapsed .arrow {
  transform: rotate(135deg);
}
.accordion-plain .arrow {
  display: block;
  margin: 0;
  padding: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  transition: all 0.2s linear;
  transform: rotate(225deg);
  position: absolute;
  right: -1rem;
  top: .5rem;
  z-index: 1;
}

.accordion-plain .card .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
.accordion-plain .card .card-body ul {
  padding-left: 0;
  margin-bottom: 0;
}
.accordion-plain .card .card-header h3 {
  font-size: 1rem;
  line-height: 2.25;
}

/* Try to avoid using these old max width responsive breakpoints */

  /* Extra small devices (portrait phones, less than 576px) */
  @media (max-width: 575.98px) {
    .payment-options {
      position: relative;
      top: 0;
      right: 0;
    }


  }

  /* For smartphones */
  @media (max-width: 767.98px) {

    .includes div {
      padding: .25em 0 !important;
      display: block;
    }
    .new-room-includes .icon-suites {
      margin: 0 1rem;
    }
    .new-room-includes .icon-breakfast {
      margin: 0 1rem;
    }
    .new-room-includes .icon-evening {
      margin: 0 1rem;
    }

    .desktop {
      display: none;
    }
    .mobile {
      display: block !important;
    }
    #reservation-form button {
      padding: 1rem 1rem;
      width: 100%;
    }
    .container-title h1 {
      font-size: 1.5rem;
      margin: 0;
    }
    .form {
      padding: 1em 1em;
    }
    .form li {
      padding-left: 0;
    }

  }

  /* Medium devices (tablets, less than 992px) */
  @media (max-width: 991.98px) {
    .form {
      padding: 1em 1em;
    }

    .desktop {
      display: none;
    }
    .mobile {
      display: block !important;
    }

  }

  /* Large devices (desktops, less than 1200px) */
  @media (max-width: 1199.98px) {
    .container {
      min-width: auto;
      max-width: auto;
      width: 100%;
      padding: 0 .25em;
      //border: 1px solid green;
    }
    body {
      height: 100%;
    }
    .interior-features .interior-feature-reservations {
      width: 100%;
    }
    .interior-features .interior-feature-reservations .inline {
      padding: 0 10px !important;
    }
    .interior-features .interior-feature-reservations .inline:nth-of-type(1) {
    }
    .interior-features .interior-feature-reservations .hide-mobile,
    .interior-features .interior-feature-reservations .inline:nth-of-type(5) {
      display: none;
    }
    .interior-features .interior-feature-reservations .inline .quantity {
      width: 100%;
    }
    .interior-features .interior-feature-reservations .mobile {
      display: block !important;
      min-width: 100%;
      padding: 0 !important;
    }
    .container-title {
      transform: translate(0, 0);
      z-index: 0;
      display: none;
    }
    .container-title h1 {
      font-size: 2rem;
      margin: 0;
    }
    .interior-features {
      margin: 0;
    }
    h2 {
      padding-top: .5em;
    }
    .splash-container img.bg,
    .splash-container img.hotel {
      display: none;
    }
    .splash-container img.splash {
      height: 250px;
    }
    .container-booking {
      display: block;
      margin: 0;
      position: relative;
      width: auto;
      height: auto;
    }
    .booking {
      display: block;
      position: relative;
      background: #ffffff;
    }
    .signup .title,
    .signup .info {
      margin: 0 0 .5rem 0;
    }
    .signup .title {
      font-size: 1.25rem;
    }
    .signup .info {
      font-size: 0.75rem;
    }

    footer {
      //padding: 1em 1em 0 1em;
      margin-bottom: 0;
    }
    footer .contact {
      display: block;
      max-width: 100%;
      width: 100%;
      min-width: 100%;
      padding: 0 !important;
    }
    footer .footer-container, 
    footer .footer-container .footer-container-left,
    footer .footer-container .footer-container-right {
      width: 100%;
      display: block;
      height: 100%;
    }
    footer .newsletter {
      display: block;
      width: 100% !important;
    }
    footer .newsletter button {
      padding-top: .16em;
      padding-bottom: .16em;
    }
    footer .contact .contact-container {
      display: block;
      width: 100%;
    }
    footer .footer-container,
    footer .footer-container .footer-address,
    footer .footer-container .footer-videos,
    footer .footer-container .map {
      width: 100%;
      display: block;
    }
    footer ul, 
    footer .container .footer-container div .logo-container, 
    footer .footer-container .map,
    .footer-videos .footer-videos-container {
      display: none;
    }
    .interior .interior-container .overlay-left, .interior .interior-container .overlay-left-bottom {
      width: 100%;
      position: relative;
      background: rgb(229, 229, 229); /* fallback color */
      background: rgba(229, 229, 229, 1);
      color: #000000;
    }
    .interior .interior-container .overlay-left img, .interior .interior-container .overlay-left-bottom img {
      width: auto;
      max-width: 100%;
    }
    .interior .interior-container img {
      width: 100%;
    } 
    .main {
      margin: 2% 0;
    }
    .main-container {
      display: block;
      width: 100%;
      margin: 0 0 3% 0 !important;
    }
    .main-container-full {
      margin: 0;
    }
    .main-container-full .container {
      padding: 0;
    }
    .main-container-full .container img {
      width: 100%;
    }
    .main-container a {
      display: block;
      margin: 0;
    }
    .main-container .title {
      padding: 2.5% 0;
      font-size: 1.25em;
    }
    .specials-container,
    .casino-concerts-container {
      display: block;
      height: auto;
    }
    .specials,
    .specials:first-child,
    .casino-concerts,
    .casino-concerts:first-child {
      display: block;
      width: 100%;
    }
    .specials {
      padding: 0 1em;
    } 
    .casino-concerts {
      padding: 1em;
      height: auto;
    }
    .casino-concerts img {
      width: auto !important;
    }
    .specials:last-child {
      padding: 1em 0 0 0;
      width: 100%;
      height: auto;
    }
    .specials:last-child img {
      position: relative;
      width: 100%;
      height: auto !important;
      min-height: auto !important;
    }
    .specials h2 {
      text-align: left;
      font-size: 2.75em;
      line-height: .95em;
      //font-family: 'rawline';
      margin: 0 0 .25em 0;
    }
    .interior {
      padding: .25em 0;
    }
    .interior nav {
      padding: 1rem 0;
      margin-bottom: 1rem;
    }
    .interior nav ul, .interior nav ul li {
      display: block;
      padding: .25rem;
    }
    .interior nav ul li a {
      display: block;
      padding: 1% 0;
      color: #ffffff;
      font-size: 1em;
    }
    .interior nav h3 {
      padding: 1% 0;
    }
    .interior-feature {
      display: block;
      width: 100%;
    }
    .interior-bar {
      display: block;
    }
    .interior-bar .interior-bar-title {
      padding: .5em;
    }
    .interior-bar .book {
      width: 100%;
      display: block;
      background: #262626;
    }
    .interior-bar .book a, .interior-bar .book a.rates {
      display: block;
      width: 100%;
      text-align: center;
      padding: .5em 0;
    }
    .interior-features .interior-feature-reservations .inline {
      padding-left: 1% !important;
      padding-right: 1% !important;
      font-size: .85em;
    }
    .interior-features .interior-feature-reservations .inline .quantity {
      min-width: 50px;
    }
    .interior-features .event {
      width: 48.975%;
    }
    .interior-features .event:nth-child(3n+3) {
      margin-right: 1em;
    }
    .interior-features .event:nth-child(2n+2) {
      margin-right: 0;
    }
    .interior-feature .interior-feature-top-title {
      padding: 4% 0;
    }
    .interior-feature .interior-feature-top {
      padding: 4% 0;
    }
    .interior-feature .interior-feature-info .deals, 
    .interior-feature .interior-feature-info .price {
      display: block;
    }
    .interior-feature .interior-feature-info .price {
      padding-bottom: 5%;
    }
    .interior-feature .interior-feature-info .price .price-info {
      text-align: right;
    }
    .fallscam,
    .fallscam .fc-left,
    .fallscam .fc-right {
      display: block;
      width: 100%;
    }
    ul.reservation-steps {
      width: 100%;
    }
    ul.reservation-steps li {
      width: auto;
      display: block;
      margin: .5em 0;
    }
    .reservation-room {
      padding: 0;
      margin: .25rem 0;
    }
    .reservation-room,
    .reservation-room-info,
    .reservation-room-lists {
      display: block;
      width: 100%;
      height: auto;
    }
    .reservation-room-title {
      position: relative;
    }
    .reservation-room-list {
      display: none;
    }
    .mobile {
      display: block;
    }
    .reservation-room-list-room-types,
    .reservation-room-list-book {
      display: block;
      max-width: 100%;
      min-width: 100%;
      width: 100%;
    }
    .reservation-room-list-book {
      padding: 0;
    }
    .reservation-room-list-book form button {
      text-transform: none;
    }
    .reservation-room-pics {
      max-width: 100%;
    }
    .reservation-room-list-mobile {
      display: table;
      width: 100%;
    }
    .reservation-room-list-dates,
    .reservation-room-list-cad,
    .reservation-room-list-usd {
      display: none;
    }
    .reservation-room-list-mobile .reservation-room-list-dates,
    .reservation-room-list-mobile .reservation-room-list-cad,
    .reservation-room-list-mobile .reservation-room-list-usd {
      display: table-cell;
    }
    .reservation-room-list-row {
      display: table-row;
    }
    .reservation-room-list-book {
      border-bottom: 1em solid #ffffff;
    }
    select {
      padding: .6rem;
    }
    .package-interior {
      padding: 0;
      margin: 0;
    }
    .package-interior .thumb {
      height: auto;
    }
    .package-interior .interior-feature-info {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
    }
    .booking-packages .container {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin: 0;
      padding: 0 .5em 1em .5em;
    }
    .includes .suites, .includes .drinks, .includes .breakfast {
      display: none;
    }
    .includes .mobile-suites, .includes .mobile-drinks, .includes .mobile-breakfast {
      background-image: url(../images/bg-includes.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 200% auto;
      width: 40px;
      height: 40px;
      padding: 0;
      display: block;
      margin: 0 auto;
      text-align: center;
    }
    .includes .mobile-drinks {
      background-position: 0 -40px;
    }
    .includes .mobile-breakfast {
      background-position: 0 -80px;
    }
    .includes .container div:first-child {
      text-align: center;
    }
    .reservation-steps,
    .reservation-disclaimer,
    .reservation-room-info,
    .reservation-room-list-room-types,
    .reservation-room-list-book button {
      display: none;
    }
    ul.reservation-selected {
      font-size: 1rem; 
      margin: 0;
      margin-top: .25rem;
      padding: .5rem .25rem .25rem .25rem;
    }
    .reservation-room-title {
      background: #1A1A1A;
      font-size: 1.075rem;
      padding: .75rem;
    }
    .reservation-room-title-tagline {
      display: block;
      background: #1A1A1A;
      font-size: .75em;
      color: #ffffff;
      text-align: left;
      text-transform: none;
    }
    .reservation-room-list-book {
      border: 0;
      border-top: 1px solid #ffffff;
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
    }
    .reservation-room-list-book .mobile {
      display: block;
      width: 100%;
      padding: .75rem;
    }
    .reservation-room-list-book .mobile-container {
      font-size: .7rem;
      line-height: 1rem;
      display: table;
      width: 100%;
    }
    .reservation-room-list-book .mobile .mobile-title,
    .reservation-room-list-book .mobile .mobile-prices {
      display: table-cell;
      vertical-align: middle;
    }
    .reservation-room-list-book .mobile .mobile-title {
      text-align: left;
    }
    .reservation-room-list-book .mobile .mobile-prices {
      text-align: right;
      min-width: 125px !important;
      font-size: 1.25em;
    }
    .reservation-room-list-book .mobile .mobile-prices .cad,
    .reservation-room-list-book .mobile .mobile-prices .usd {
      display: inline-block;
      text-align: center;
      background: url(../images/bg-small-price-cad.png) no-repeat right bottom;
      height: 10px;
      width: 15px;
      padding: 0;
      margin: 0;
      font-size: 0;
    }
    .reservation-room-list-book .mobile .mobile-prices .usd {
      background: url(../images/bg-small-price-usd.png) no-repeat right center;
      padding-right: 1.5rem;
    }
    .average {
      width: 125px !important;
      font-size: .7rem;
      line-height: 1.15em;
      display: inline-block;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0,-50%);
      text-align: center;
      padding: .25rem;
    }
    .interior-features .three-row {
      width: 100% !important;
    }
    .fireworks-calendar,
    .fireworks-calendar-indiv {
      display: block;
      width: 100%;
    }
    .fireworks-calendar-indiv img {
      width: 100% !important;
      max-width: 100% !important; 
    }
    .new-calendar-split {
      width: 100%;
      max-width: 600px;
    }
    .new-calendar {
      width: 100%;
    }
    .enhancement-container ul.reservation-selected {
      display: block;
      font-size: .8rem;
    }
    .enhancement-container ul.reservation-selected li {
      padding: 0;
    }
    .enhancement-container h1,
    .enhancement-container h2 {
      font-size: .8rem;
    }
    .enhancement-container .enhancement-list {
      height: 400px;
    }
    .reservation-room-list-dates-prices-container .discount {
      color: yellow;
    }
    #enhancement-container {
      padding: 0 !important;
      padding-bottom: 22px !important;
    }
    .desktop {
      //display: none;
    }
    .mobile {
      display: block;
    }
    .mobile .discount-container {
      width: 100%;
      position: relative;
      left: 0;
      transform: translate(0,0);
      display: block;
      padding: .25rem 0 0 0;
    }
    .btn-regular {
      padding: .5rem .5rem .25rem .5rem;
    }
    #reservation-details .reservation-details-selected ul {
      -moz-column-count: 1;
      -moz-column-gap: 0;
      -webkit-column-count: 1;
      -webkit-column-gap: 0;
      column-count: 1;
      column-gap: 0;
    }
    #reservation-details .reservation-details-selected ul li {
      padding: .5rem;
    }
    #reservation-details .reservation-details-cost .row {
      padding: 1rem;
    }
    #reservation-details .reservation-details-cost .row div:first-child {
      padding-left: 0;
    }
    #reservation-form .reservation-form-container {
      width: 100%;
    }
    .interior-feature-info-restrict {
      height: auto;
    }
    .compensate-for-nav {
      top: 0;
      position: relative;
    }
    .blog-item .blog-image-left {
      float: none;
      width: 100%;
      margin: 3rem auto 2.5rem auto;
      padding: .25rem 0;
    }
    .blog-item .blog-image-right {
      float: none;
      width: 100%;
      margin: 3rem auto 2.5rem auto;
      padding: .25rem 0;
    }

    .interior-features .interior-feature-reservations .inline .datepicker {
      padding: .6rem;
    }

  }

  /* Extra large devices (desktops, larger than 1346px) */
  @media (max-width: 1346px) {
    .container {
      min-width: 100%;
      max-width: 100%;
      width: 100%;
      //border: 1px solid blue;
    }
    .splash-container img.bg {
      top: 0;
    }
    .splash-container img.hotel {
      width: 40%;
    }
    .main-container .title {
      padding: 2.5% 0;
      font-size: 1.15em;
    }
    .specials:first-child {
      width: 43%;
      min-width: 43% !important;
    }
    .specials:last-child img {
      position: absolute;
      height: 100%;
      left: 50%;
      transform: translate(-50%,0);
      -webkit-transform: translate(-50%, 0%);
    }
    .specials .includes:first-child {
      padding-top: 8%;
    }
    .interior-features .event {
      width: 32%;
    }
    .next-upcoming-event {
      font-size: .85em;
      width: auto;
      display: block;
      position: relative;
      overflow: hidden;
    }
    .upcoming-events {
      font-size: .75em;
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
    }
    .includes div {
      font-size: .9em;
    }
    footer .newsletter {
      padding-left: .25em;
    }
    footer .container .footer-container .logo-container .logo:nth-of-type(even) {
      margin: 0 2%;
    }
    .booking-packages .container {
      width: 100%;
      max -width: 100%;
      min-width: 100%;
    }
    #reservation-details .reservation-details-selected ul {
      width: 100%;
    }
  }

  /* For tablets & smart phones WEIRD */
  @media (min-width: 900px) and (max-width: 1088px) {
    .container {
      max-width: auto;
      width: auto;
      //border: 1px solid orange;
    }
    .splash-container {
      //height: 600px;
    }
    .splash-container img.splash {
      //height: 600px;
    }
    .specials:first-child {
      width: auto;
      min-width: auto !important;
    }
    .specials:last-child img {
      position: absolute;
      height: 100%;
      left: 50%;
      transform: translate(-50%,0);
      -webkit-transform: translate(-50%, 0%);
    }
    .specials h2 {
      padding: 3%;
      text-align: left;
      font-size: 4em;
      line-height: .95em;
      //font-family: 'rawline';
      margin-bottom: .5em;
    }
    .interior-features .interior-feature-reservations {
      width: 100%;
    }
    .interior-features .interior-feature-reservations .inline {
    }
    .interior-features .interior-feature-reservations .inline:nth-of-type(1) {
    }
    .interior-features .interior-feature-reservations .inline:nth-of-type(5) {
      min-width: 150px;
    }
    .interior-features .interior-feature-reservations .inline .quantity {
      width: 100%;
    }
    .interior .interior-container .overlay-left, .interior .interior-container .overlay-left-bottom {
      width: 100%;
      position: relative;
      background: rgb(229, 229, 229); /* fallback color */
      background: rgba(229, 229, 229, 1);
      color: #000000;
    }
    .interior .interior-container .overlay-left img, .interior .interior-container .overlay-left-bottom img {
      width: auto;
    }
    .interior .interior-container img {
      width: 100%;
    }
    .interior-feature {
      display: block;
      width: 100%;
    }
    .interior-features .event {
      width: 31.7%;
    }
    .grid-item {
      margin-bottom: 2%;
    }
    .includes {
      width: auto;
    }
    .includes .container {
      min-width: 100%;
      max-width: 100%;
      width: 100%;
    }
    .includes .container div div {
      width: auto;
    }
    .interior-bar {
      display: block;
    }
    .interior-bar .interior-bar-title {
      padding: .5em;
    }
    .interior-bar .book {
      width: 100%;
      display: block;
      background: #262626;
    }
    .interior-bar .book a, .interior-bar .book a.rates {
      display: block;
      width: 100%;
      text-align: center;
      padding: .5em 0;
    }
    footer {
      //padding-bottom: 0;
      margin-bottom: 0;
    }
    footer .newsletter {
      display: block;
      width: 100% !important;
    }
    footer .footer-container,
    footer .footer-container .footer-address {
      width: 100%;
      display: block;
    }
    footer .footer-container {
      padding: .25em 0;
      margin: 0;  
    }
    .footer-container, 
    .footer-container .footer-container-left, 
    .footer-container .footer-container-right {
      display: block;
    } 
    footer ul, 
    footer .container .footer-container .logo-container, 
    footer .footer-container .map,
    .footer-videos .footer-videos-container {
      display: none;
    }
    .fallscam,
    .fallscam .fc-left,
    .fallscam .fc-right {
      display: block;
      width: 100%;
    }
    .booking-packages .container {
      width: 100%;
      max -width: 100%;
      min-width: 100%;
    }
    .interior-features .three-row {
      width: 48.34%;
    }
    .interior-feature-info-restrict {
      //height: 7.5rem;
    }
  }

  /* For largest displays */
  @media (max-width: 1596px) {
    .container {
      //border: 1px solid red;
    }
    .splash-container img.bg {
      //top: -100px;
    }
    .splash-container img.hotel {
      width: 33%;
    }
    .blog-item .blog-image-left {
      margin: .5rem 1rem .5rem 0;
    }
    .blog-item .blog-image-right {
      //margin: .5rem 0 .5rem 1rem;
    }
  }
}

/* avoid above */


/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #late-checkout {
    position: relative;
    top: 0;
    transform: translate(0,0);
    left: 0;
    margin: 0;
    padding: 0;
  }
  #late-checkout .price-summary {
    padding: 1rem;
  }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .package-pricing {
    padding-top: 0;
  }
  .container-package {
    padding-top: 3rem;
    margin-bottom: 2rem;
  }

  #reservation .title-room-selection .flex-md-row {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  #reservation .title-room-selection .flex-md-row .list-group-item {
    width: auto;
    max-width: auto;
    min-width: auto;
  }

  .reservation-container {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .selection-details .arrow {
    margin: 0 1rem;
  }
  #reservation-steps {
    font-size: 1.15rem;
  }
  .selection-details .title {
    font-size: 1.05rem;
  }
  #reservation-steps .list-group-item {
    min-height: 41px;
    min-width: 212px;
    padding: 0;
  }
  #reservation-steps .list-group-item > div {
    padding: 0;
    height: 100%;
    width: 100%;
  }
  #reservation-steps .btn-step {
    padding: 0;
  }
  #reservation-steps .checkmark .btn-step,
  #reservation-steps .checkmark {
    background: url(../images/icon-reservation-checkmark.png) right center no-repeat;
  }
  .selection-title {
    padding: .5rem 1rem;
  }
  .available-room #room-pics,
  .available-room #room-pics-d,
  .available-room #room-pics-m,
  .room-details .room-pics {
    height: 456px;
  }
  .available-room #room-pics .carousel-item,
  .available-room #room-pics-d .carousel-item,
  .available-room #room-pics-m .carousel-item,
  .room-details .room-pics .carousel-item {
    height: 456px;
  }
  #room-pics-d {
    display: block
  }
  #room-pics-m {
    display: none;
  }
  .room-details .room-pics .carousel-item img {
    width: 100% !important;
  }
  .available-room #room-pics .carousel-item .mobile,
  .room-details .room-pics .carousel-item .mobile {
    display: none;
  }
  .available-room #room-pics .carousel-item .desktop,
  .room-details .room-pics .carousel-item .desktop {
    display: block;
  }
  .available-room #room-pics .carousel-control-prev,
  .available-room #room-pics-d .carousel-control-prev,
  .available-room #room-pics-m .carousel-control-prev,
  .room-details .room-pics .carousel-control-prev {
    padding-left: 1rem;
  }
  .available-room #room-pics .carousel-control-next,
  .available-room #room-pics-d .carousel-control-next,
  .available-room #room-pics-m .carousel-control-next,
  .room-details .room-pics .carousel-control-next {
    padding-right: 1rem;
  }
  .available-room .room-pricing,
  .room-details .room-pricing {
    //border-left: 3px solid #616161;
    padding-left: 3rem;
    margin: 0;
    border-top: 0;
    padding-top: 0;
  }
  #reservation .available-room .card-text {
    font-size: .85rem;
  }
  #reservation .detail-links {
    font-size: 1rem;
  }
  .splash-container img.hotel-small {
    display: none;
  }
  .splash-container img.hotel-medium {
    display: block;
    min-height: 360px;
    min-width: auto;
    width: 100%;
  }
  footer .icon-reservations,
  footer .icon-email,
  footer .icon-address,
  footer .icon-phone,
  footer .icon-fax {
    height: 35px;
    width: 36px;
    max-width: 36px;
    min-width: 36px;
    background: url(../images/bg-footer-icons.png) no-repeat left center;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: table-cell;
    padding: 0;
  }
  footer .icon-email {
    background-position: -36px 0;
  }
  footer .icon-address {
    background-position: -72px 0;
  }
  footer .icon-phone {
    background-position: -108px 0;
  }
  footer .container-footer-content {
    padding: 2rem 0;
  }

  .new-room-includes {
    display: flex;
    //justify-content: center;
    align-items: center;
    font-size: 1.25rem;
  }
  .new-room-includes .room-includes-title {
    padding-bottom: 0;
  }
  #reservation .available-room .border-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
  #reservation-selection .reservation-includes .info-bar {
    font-size: 1rem;
  }
  .traveldates1, .traveldates2, .traveldates3,
  .numberofrooms, .adults, .children, .childrenage {
    order: initial;
  }
  #package-pics, .package-pics {
    height: 456px;
  }
  #package-pics .carousel-item,
  .package-pics .carousel-item {
    height: 456px;
  }
  .package-pics .carousel-item img {
    width: 100% !important;
  }
  #package-pics .carousel-control-prev,
  .package-pics .carousel-control-prev {
    padding-left: 1rem;
  }
  #package-pics .carousel-control-next,
  .package-pics .carousel-control-next {
    padding-right: 1rem;
  }

  .new-room-includes .room-include {
    padding-right: 65px;
  }
  .new-room-includes .icon-suites, .new-room-includes .icon-breakfast, .new-room-includes .icon-evening {
    margin-right: 20px;
  }

  .package-details {
    padding-right: 3rem;
  }

  #reservation .list-group-item {
    margin: 0 .45rem;
  }

  .c-stepper__item {
    &:before {
      font-size: 1.25rem;
    }
  }

  .reorder {
    order: +1;
  }



}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  body {
      font-size: 1.1rem;
  }

  #main {
    margin-right: 0 !important;
    transform: initial !important;
    opacity: 1 !important;
  }

  .photo-gallery img {
    width: 19% !important;
  }

  .container-fluid-bg .container .row .main-container {
    padding: 0;
  }

  #reservation-select,
  .fancybox-book-now {
    max-width: 640px;
    width: 640px;
  }

  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3.main {
    font-size: 1.95rem;
  }
  h4.main {
    font-size: 1.2rem;
  }

  .content-container h1 {
    font-size: 1.55rem;
  }
  #reservation-selection {
    border: 0;
    font-size: 1rem;
    margin-right: .475rem;
    margin-left: .475rem;
  }
  .selection-details {
    display: flex;
    padding: 1rem 0;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    flex-direction: row;
  }
  #reservation-selection .selection-date {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .selection-title .title {
    text-align: left;
  }
  .selection-details > div {
    padding: 0 2.5rem;
  }
  .selection-details .selection-controls {
    padding: 0 .5rem;
  }
  .selection-details .divide {
    width: 55px;
    height: 72px;
    background: url(../images/icon-reservation-divide.png) no-repeat top center;
    border: 0;
    padding: 0;
    margin: 0;
  }
  .selection-details .arrow {
    background: url(../images/icon-reservation-arrival-to-departure.png) no-repeat center center;
    width: 55px;
    min-width: 55px;
    height: 72px;
    border: 0;
    margin: 0 2rem;
  }
  .selection-title .edit,
  .selection-title .remove {
    font-size: inherit;
    text-transform: none;
  }
  .selection-title .icon-edit,
  .selection-title .icon-remove {
    display: inline-block;
  }
  .selection-info {
    font-size: 1.25rem;
  }
  #reservation-selection .reservation-disclaimer-container  {
    display: block;
  }
  #reservation .card {
    //margin: 0 0 2rem 0;
    margin: 0;
  }
  #reservation .title-room-choice {
    background: #fff;
  }
  #reservation .card-container {
    background: #fff;
  }
  #reservation .col-lg-3 {
    //padding-left: 0;
    //padding-right: 0;
  }
  #reservation .col-lg-4 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  #reservation .col-lg-3 .card-footer h2.card-title {
    font-size: 1rem !important;
  }
  #reservation .col-lg-3 .card-footer .btn-primary {
    padding-left: .5em;
    padding-right: .5em;
  }
  #reservation .room-category-container .card .card-footer {
    padding: 2rem 1rem;
  }
  #reservation .col-lg-3 .card .card-footer {
    padding-left: .75em;
    padding-right: .75em;
  }
  #reservation .bg-grey .card-issuers,
  #reservation .bg-light .card-issuers {
    position: absolute !important;
    top: 1rem !important;
    right: 2rem !important;
  }
  #reservation .card-img {
    //max-height: 158px;
  }
  #reservation .card-img .card-img-top {
    //position: absolute;
    //height: auto;
    //width: 100%;
  }


  .includes {
    padding: 0 0 1rem 0;
  }
  #egift-cards .egift-card-img {
    width: 95%;
    padding: 1rem 0;
  }
  #egift-cards .egift-card-img-right {
    float: right;
  }
  .sitemap ul {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    padding-left: 1rem;
  }
  .sitemap ul li {
    padding-right: 4rem;
  }
  .sitemap ul.five {
    -webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
  }
  .interior .interior-container .overlay-left .top {
    font-size: .8rem;
  }
  .new-main-card-container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    flex-direction: row !important;
  }
  .order-1 {
    order: -1;
  }
  .main-text {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .new-main-container .card-deck {
    margin-left: -46px;
    margin-right: -46px;    
  }
  .new-main-container .card {
    padding-left: 46px;
    padding-right: 46px;
  }

  #index-main .main-container,
  #index-sidebyside .sidebyside-container {
    padding: 0;
  }

  .container-package {
    padding-top: 5rem;
    margin-bottom: 3rem;
  }
  .container-package h1 {
    font-size: 1.85rem;
  }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    //padding-left: 15px;
    //padding-right: 15px;
  }
  .container-fluid-bg .container .row {
    margin: 0 -20px 4rem -20px;
    padding: 0;  
  }

  .container-package {
    padding-top: 10rem;
    margin-bottom: 3rem;
  }


  .photo-gallery img {
    width: 19.7% !important;
  }

  header {
    //position: absolute;
  }
  .header-top {
    display: block;
  }
  header .navbar {
    //padding: 0;
  }
  header .navbar-toggler {
    display: none;
  }
  header .navbar .navbar-nav {
    display: flex;
  }
  header .btn-primary {
    display: block;
  }
  header .navbar-brand {
    //min-width: auto;
  }
  header .navbar-brand img {
    //width: auto;
  }
  header .navbar .nav-item {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  header .navbar-nav .nav-link {
    font-size: 1.1rem;
    background: none;
    color: #ffffff !important;
    margin: 0;
  }
  header .navbar-nav .book-now,
  header .navbar-nav .book-now-button {
    padding-right: 0;
    padding-left: 1.5rem;
  }
  header .navbar-nav .book-now .nav-link,
  header .navbar-nav .book-now-button .nav-link {
    border: 1px solid #ffffff;
    border-top: 0;
    background: url(../images/bg-book-now.png) no-repeat center top;
    width: 141px;
    height: 96px;
    margn-right: 3.25rem;
    padding-top: 3.75rem;
    text-align: center;
    font-size: 1.25em;
    //font-family: 'rawline';
    font-weight: 400;
  }
  header .navbar-nav .nav-highlight {
    color: red !important;
  }
  #navbarDropdownGallery,
  #navbarDropdownEvents, 
  #navbarDropdownMeetings {
    //display: block;
  }
  .dropdown .dropdown-menu {
    display: none;
    font-size: 1rem;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #e5e5e5;
  }
  .dropdown .dropdown-menu li {
    padding: 0;
  }
  .dropdown .dropdown-item {
    padding: 1rem;
    background: none;
  }
  .dropdown-menu .dropdown-item:hover {
    text-decoration: none;
    background: #bfbfbf;
  }
  .dropdown-menu .dropdown-item:focus {
    text-decoration: none;
    background: #E5E5E5;
  }
  header .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
  .navbar-mid {
    display: block;
  }
  .splash-container {
    //height: 675px;
    height: 735px;
  }
  .compensate-for-nav {
    //padding: .75rem 0 0 0;
  }
  footer .footer-container .footer-address {
    padding: 0 0 2em 0;
  }
  .interior .interior-container .overlay-left .top {
    background: none;
  }
  .selection-details .arrow {
    margin: 0 5rem;
  }
  #reservation .card-text-bottom {
    padding: 1em;
  }
  #reservation .card-img {
    //max-height: 174px;
  }

  .fancybox-container .new-booking .container .booking-container-options,
  .fancybox-container .new-booking .container .booking-container-content {
    flex-direction: column;
  }
  .fancybox-container .new-booking {
    padding: 0;
  }
  .fancybox-container .card-footer {
    padding: 0 1rem 1rem 1rem;
  }

  .new-booking {
    //height: 175px;
    padding-top: 3.35rem;
    padding-bottom: .75rem;
  }
  .new-booking-main {
    //height: 175px;
    padding-top: 2.75rem;
    padding-bottom: 4rem;
  }
  .new-booking .container .booking-container-options,
  .new-booking .container .booking-container-content {
    flex-direction: row;
  }
  .new-booking .container .booking-container-content .booking-col {
    padding: 0;
    //max-width: 200px;
  }
  .new-booking .container .booking-container-options .booking-col {
    padding-left: .125rem;
    padding-right: .125rem;
  }
  .new-booking .container .booking-container {
    //padding-bottom: 30px;
  }
  .new-booking .container .booking-container-content .booking-arrival-departure {
    padding-right: .125rem;
  }
  .new-booking .container .booking-container-content .booking-arrival-departure,
  .new-booking .container .booking-container-content .booking-adults-children {
    min-width: 40%;
  }
  .new-booking .container .booking-container-content .booking-arrival {
    padding: 0;
  }
  .new-booking .container .booking-container-content .booking-departure {
    padding: 0;
  }
  .new-booking .container .booking-container-content .booking-adults-children {
    padding-left: .125rem;
    padding-right: .125rem;
  }
  .new-booking .container .booking-container-content .booking-button {
    padding-left: .125rem;  
  }


  .available-room #room-pics, .room-details .room-pics,
  .available-room #room-pics-d, .room-details .room-pics,
  .available-room #room-pics-m, .room-details .room-pics,
  .available-room #room-pics .carousel-item,
  .available-room #room-pics-d .carousel-item,
  .available-room #room-pics-m .carousel-item,
  .room-details .room-pics .carousel-item {
    height: 700px;
  }

  .book-pkg {
    display: flex;
  }

  #package-pics, .package-pics,
  #package-pics .carousel-item,
   .package-pics .carousel-item {
    height: 600px;
  }

  #index-main .row {
    //margin: 4rem -20px;
    margin: 0 -20px 4rem -20px;
    padding: 0;
  }
  #index-sidebyside .row {
    margin: 4.25rem -20px;
  }

}

/* Custom extra large devices (large desktops, 1300px and up) */
@media (min-width: 1347px) {

  .new-booking .container {
    padding: 0;
  }

}

/* Custom extra large devices (large desktops, 1580px and up) */
@media (min-width: 1580px) {
  header .navbar .container {
    //width: 1580px;
    //min-width: 1580px;
    max-width: 1580px;
    padding-left: 0;
    padding-right: 0;
  }

}

/* card column */

@media (min-width: 34em) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 48em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 62em) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 75em) {
}


/* loading */

#loaderOverlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  opacity: 0.9;
  z-index: 100000;
}

#loaderDiv {
  min-height: 400px;
  padding: 8rem 0;
}
.sk-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #056058;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#loadingmessage {
  display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(startYposition);
    } 
    100% {
        opacity: 1;
        transform: translateY(endYposition);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateY(startYposition);
    } 
    100% {
        opacity: 0;
        transform: translateY(endYposition);
    }
}

/** fadeIn **/

@keyframes fadeInImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-image {
  animation: fadeInImage 3s;
}

/* Safari */
@-webkit-keyframes bubble  {
  0%   { transform:scale(1.15); opacity:0.0;}
    100% { transform:scale(1); opacity:1.0; }
}
/* Standard syntax */
@keyframes bubble  {
   0%   { transform:scale(1.15); opacity:0.0;}
    100% { transform:scale(1); opacity:1.0;}
}
