@charset "UTF-8";

/* CSS Document */
/* GLOBAL TAGS
-------------------------------------------------- */
/*
html[data-useragent*='Chrome/40.0'] body {
    background-color: tan;
}
html[data-useragent*='Firefox/35.0'] body {
    background-color: salmon;
}
html[data-useragent*='Safari/600.3'] body {
    background-top: deepskyblue;
}
html[data-useragent*='Android'] body {
    background-color: silver;
}
html[data-useragent*='Android/2.1'] body {
    background-color: peachpuff;
}
html[data-platform*='MacIntel']  {
    border-top: 1em solid khaki;
}
html[data-platform*='Win32']  {
    border-top: 1em solid blue;
}
html[data-platform*='Win16']  {
    border-top: 1em solid green;
}
html[data-platform*='WinCE']  {
    border-top: 1em solid black;
}
html[data-platform*='Linux i686']  {
    border-top: 1em solid teal;
}
html[data-platform*='Linux armv7l']  {
    border-top: 1em solid darkturquoise;
}
html[data-platform*='Mac68K']  {
    border-top: 1em solid lime;
}
html[data-platform*='MacPPC']  {
    border-top: 1em solid cyan;
}*/
/*html[data-platform='Safari/604.1'] body .banner .carousel-caption, .banner .banner-caption {
    top: calc(100vh - 142px);*/
/* } */
/*html[data-platform='iPhone']
.banner .carousel-caption, .banner .banner-caption {
    bottom: 144px;
}*/
/* combine useragent and platform selector */
html[data-useragent*='Safari/602.1'][data-platform='iPhone']#myCarousel {
  height: calc(100vh - 106px);
}

#awardImage {
  max-width: 50%;
}

.position-fixed {
  position: fixed !important;
  animation-delay: 4s;
}

#caption {
  top: calc(100vh - 156px);
}

#control2 {
  top: calc(100vh - 126px);
}

html[data-useragent*='Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A356 Safari/604.1']#myCarousel {
  height: calc(100vh - 106px);
}

#caption {
  top: calc(100vh - 156px);
}

#control2 {
  top: calc(100vh - 126px);
}

html[data-useragent*='Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1'][data-platform='MacIntel'] #myCarousel {
  height: calc(100vh - 106px);
}

#caption {
  top: calc(100vh - 156px);
}

#control {
  top: calc(100vh - 126px);
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'din-2014', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
  letter-spacing: .05em;
  color: #164c65;
}

.lock-scroll {
  overflow: hidden;
  position: fixed;
}

.overlay-pop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: rgba(22, 76, 101, .9); */
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  visibility: hidden;
  animation: overlay-show .8s ease forwards;
  animation-delay: 4s;
  overflow: scroll;
  z-index: 1031;
}

.overlay-pop-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(22, 76, 101, .9);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  visibility: hidden;
  animation: overlay-show .8s ease forwards;
  animation-delay: 4s;
  overflow: scroll;
  z-index: 1031;
}
.overlay-pop-s {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  visibility: hidden;
  animation: overlay-show .8s ease forwards;
  overflow: scroll;
  z-index: 1031;
}
.overlay-pop-bg-s {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(22, 76, 101, .9);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  animation: overlay-show .8s ease forwards;
  overflow: scroll;
  z-index: 1031;
}
.overlay-hide {
  animation: overlay-hide 0.8s ease forwards;
  display: none;
}

@keyframes overlay-show {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes overlay-hide {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

#popup1 .card {
  border: none;
}

#popup1 .card-body {
  padding: 0;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}

#popup1 ul {
  list-style: none;
}

#popup1 hr {
  width: 50%;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 0px;
  width: 50%;
  position: relative;
  z-index: 1033;
  /* transition: all 5s ease-in-out; */
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  /* font-size: 30px; */
  font-weight: bold;
  text-decoration: none;
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1;
  color: #dc0000;
  text-shadow: none;
  opacity: 1;
  border: none;
  background: none;
}

.popup .close:hover {
  transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
}

.popup .btn-primary {
  margin-top: 1.5rem;
}

#ToggleSpecials .popup {
  margin: 20px auto;
  padding: 10px;
  background: transparent;
  border-radius: 0px;
  width: 50%;
  position: relative;
  z-index: 1033;
}

#ToggleSpecials .popup h2 {
  color: #FFF;
}

@media (max-width:768px) {
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 0px;
    width: 90%;
    position: relative;
    transition: all 5s ease-in-out;
  }

  #ToggleSpecials .popup {
    margin: 20px auto;
    padding: 20px;
    background: transparent;
    border-radius: 0px;
    width: 90%;
    position: relative;
    transition: all 5s ease-in-out;
  }
}

.page-amenities, .page-activities {
  overflow-x: hidden;
}

.banner-caption h1 {
  font-size: 13px !important;
}

#galleries .gallery-one img, #galleries .gallery-two img, #galleries .gallery-three img, #galleries .gallery-four img {
  display: block;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: -5px;
}

label {
  display: flex;
  align-items: center;
}

select {
  color: #495057;
}

.fs-12 {
  font-size: 12px;
  font-weight: 400;
}

.h-200 {
  height: 200px;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 1em;
  padding: 0;
}

h1 {
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .3em;
  text-transform: uppercase;
}

h2 {
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 900;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .075em;
  text-transform: uppercase;
}

h3 {
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 1.4em;
  text-transform: uppercase;
}

h4 {
  font-family: 'din-2014', arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
}

p {}

ul {
  padding: 0;
}

a, a img, .btn, button, .btn-link {
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

a {
  /*color: #ff183e;*/
  color: #eb0000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: .6;
}

button:hover {
  cursor: pointer;
}

a.btn-link {
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #eb0000;
  text-decoration: underline;
}

a.btn-link:focus, a.btn-link:hover {
  color: #eb0000;
  opacity: .7;
  text-decoration: none;
}

a.btn-primary, button.btn-primary {
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  padding: 5px 20px;
  background-color: #dc0000;
  border: none;
  border-radius: 0;
}

a.btn-primary:focus, a.btn-primary:hover, button.btn-primary:focus, button.btn-primary:hover {
  background-color: #eb0000;
}

a.btn-secondary {
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 900;
  color: #dc0000;
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  padding: 5px 20px;
  background-color: transparent;
  border: #dc0000;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  margin: 1em 0;
}

a.btn-thethird {
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  padding: 5px 20px;
  background-color: transparent;
  border: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  margin: 1em 0;
}

a.btn-thefourth {
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  padding: 5px 20px;
  background-color: transparent;
  border: #dc0000;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  margin: 1em 0;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #dc0000;
  border-color: #dc0000;
}

.btn-thethird:hover {
  color: #dc0000;
  background-color: #fff;
  border-color: #fff;
}

.btn-thefourth:hover {
  color: #fff;
  background-color: #dc0000;
  border-color: #fff;
}

#homePage .btn-primary, #homePage .btn-secondary, #homePage .btn-thethird {
  margin: 0 auto;
}

.fa-close {
  font-size: 24px;
  color: #dc0000;
}

.text-white a.btn-link:focus, .text-white a.btn-link:hover {
  color: #fff;
}

.vh {
  height: 100vh;
}

.p-twenty p {
  padding: 0 20%;
}

.toggler {
  position: relative;
  height: auto;
  left: 0;
  padding: 0;
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1;
  color: #dc0000;
  border: none;
  background: none;
}

.toggler:hover {
  color: #fff;
}

.bg-white .toggler:hover {
  color: #164c65;
}

/* GLOBAL STYLES
-------------------------------------------------- */
#UD button:focus {
  outline: none;
}

.hamburglar {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin: 40px auto;
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  background: #158fef;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.path-burger {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 68px;
  -webkit-mask: url(#mask);
  mask: url(#mask);
  -webkit-mask-box-image: url(https://raygun.io/upload/mask.svg);
}

.animate-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.path-rotation {
  height: 34px;
  width: 34px;
  margin: 34px 34px 0 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.path-rotation:before {
  content: '';
  display: block;
  width: 30px;
  height: 34px;
  margin: 0 4px 0 0;
  background: #fff;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  40% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  40% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.hamburglar.is-open .path {
  -webkit-animation: dash-in 0.6s linear normal;
  animation: dash-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hamburglar.is-open .animate-path {
  -webkit-animation: rotate-in 0.6s linear normal;
  animation: rotate-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hamburglar.is-closed .path {
  -webkit-animation: dash-out 0.6s linear normal;
  animation: dash-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hamburglar.is-closed .animate-path {
  -webkit-animation: rotate-out 0.6s linear normal;
  animation: rotate-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round;
}

@-webkit-keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }

  40% {
    stroke-dashoffset: 240;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }

  40% {
    stroke-dashoffset: 240;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }

  40% {
    stroke-dashoffset: 240;
  }

  100% {
    stroke-dashoffset: 240;
  }
}

@keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }

  40% {
    stroke-dashoffset: 240;
  }

  100% {
    stroke-dashoffset: 240;
  }
}

.burger-icon {
  position: absolute;
  padding: 20px 16px;
  height: 68px;
  width: 68px;
}

.burger-container {
  position: relative;
  height: 28px;
  width: 36px;
}

.burger-bun-top,
.burger-bun-bot,
.burger-filling {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: #fff;
}

.burger-bun-top {
  top: 0;
  -webkit-transform-origin: 34px 2px;
  -ms-transform-origin: 34px 2px;
  transform-origin: 34px 2px;
}

.burger-bun-bot {
  bottom: 0;
  -webkit-transform-origin: 34px 2px;
  -ms-transform-origin: 34px 2px;
  transform-origin: 34px 2px;
}

.burger-filling {
  top: 12px;
}

.burger-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.svg-ring {
  width: 68px;
  height: 68px;
}

.hamburglar.is-open .burger-bun-top {
  -webkit-animation: bun-top-out 0.6s linear normal;
  animation: bun-top-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hamburglar.is-open .burger-bun-bot {
  -webkit-animation: bun-bot-out 0.6s linear normal;
  animation: bun-bot-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-bun-top {
  -webkit-animation: bun-top-in 0.6s linear normal;
  animation: bun-top-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-bun-bot {
  -webkit-animation: bun-bot-in 0.6s linear normal;
  animation: bun-bot-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  20% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  80% {
    left: -5px;
    top: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }

  100% {
    left: -5px;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  20% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  80% {
    left: -5px;
    top: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }

  100% {
    left: -5px;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes bun-bot-out {
  0% {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  20% {
    left: 0;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  80% {
    left: -5px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }

  100% {
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes bun-bot-out {
  0% {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  20% {
    left: 0;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  80% {
    left: -5px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }

  100% {
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }

  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  100% {
    left: 0;
    bot: 1px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }

  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  100% {
    left: 0;
    bot: 1px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes bun-bot-in {
  0% {
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }

  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  100% {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes bun-bot-in {
  0% {
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }

  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  100% {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.hamburglar.is-open .burger-filling {
  -webkit-animation: burger-fill-out 0.6s linear normal;
  animation: burger-fill-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-filling {
  -webkit-animation: burger-fill-in 0.6s linear normal;
  animation: burger-fill-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }

  40% {
    width: 0;
    left: 40px;
  }

  80% {
    width: 36px;
    left: -6px;
  }

  100% {
    width: 36px;
    left: 0px;
  }
}

@keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }

  40% {
    width: 0;
    left: 40px;
  }

  80% {
    width: 36px;
    left: -6px;
  }

  100% {
    width: 36px;
    left: 0px;
  }
}

@-webkit-keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }

  20% {
    width: 42px;
    left: -6px;
  }

  40% {
    width: 0;
    left: 40px;
  }

  100% {
    width: 0;
    left: 36px;
  }
}

@keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }

  20% {
    width: 42px;
    left: -6px;
  }

  40% {
    width: 0;
    left: 40px;
  }

  100% {
    width: 0;
    left: 36px;
  }
}

#versante .u-horizontal-scrollbar .review.island.island-light {
  min-width: 200px !important;
}

.pad-top-10 {
  padding-top: 10px;
}

.pad-4 {
  padding: 4em;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0px rgba(0, 123, 255, .5);
  box-shadow: 0 0 0 0px rgba(0, 123, 255, .5);
}

.ui-datepicker .ui-datepicker-buttonpane button, .ui-widget.ui-widget-content, .ui-datepicker .ui-datepicker-title {
  font-family: 'din-2014', sans-serif;
  border: none;
  border-radius: 0;
}

.ui-datepicker.ui-widget.ui-widget-content {
  border: none;
  background: rgba(255, 255, 255, .85);
  padding: 0;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header {
  background-color: rgba(22, 76, 101, .85);
  color: #fff;
  font-weight: 400;
  border: none;
  border-radius: 0;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-title {
  font-family: 'Montserrat', verdana, sans-serif;
  line-height: 2em;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: .2em;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar th {
  padding: .5em .3em;
  font-size: .8em;
  font-weight: 400;
  color: #164c65;
  text-transform: uppercase;
}

.ui-datepicker-trigger {
  border: none;
  background: none;
  margin-top: 12px;
  position: absolute;
  right: 5px;
  text-align: right;
  width: 20px;
  padding: 0;
}

#meetings-and-events .ui-datepicker-trigger {
  border: none;
  background: none;
  margin-top: -45px;
  position: absolute;
  right: 45px;
  text-align: right;
  width: 20px;
  padding: 0;
}

@media (max-width: 991px) {
  .ui-datepicker-trigger {
    display: none;
  }
}

.fixedPosition {
  position: fixed;
}

.ui-icon {
  height: 10px;
  width: 10px;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev, .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next {
  position: absolute;
  margin-top: .2em;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev span {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  background-position: 0px 0px !important;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next span {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  background-position: 0px 0px !important;
  margin-left: 0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev-hover, .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next-hover {
  top: 2px;
  border: none;
  background: none;
  font-weight: normal;
  color: #ffffff;
  opacity: .6;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next-hover {
  right: 2px;
}

.ui-state-default, .ui-datepicker.ui-widget.ui-widget-content .ui-state-default {
  border: 1px solid rgba(22, 76, 101, .25);
  background: #ffffff;
  font-weight: normal;
  color: #164c65;
}

.ui-state-highlight, .ui-datepicker.ui-widget.ui-widget-content .ui-state-highlight {
  border: 1px solid rgba(22, 76, 101, .85);
  background: rgba(22, 76, 101, .85);
  color: #fff;
  opacity: 1;
}

.ui-state-hover, .ui-datepicker.ui-widget.ui-widget-content .ui-state-hover {
  opacity: .6;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-state-hover.ui-state-highlight {
  opacity: 1;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-state-hover.ui-state-highlight:hover {
  opacity: .6;
}

.ui-state-active, .ui-datepicker.ui-widget.ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #dc0000;
  background: #dc0000;
  color: #ffffff;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-buttonpane {
  border: none;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-priority-secondary {
  opacity: .8;
  filter: Alpha(Opacity=80);
}

button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all, button.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all {
  background: none;
  border: 0;
  margin-left: 0;
  font-family: 'Montserrat', verdana, sans-serif;
  text-transform: uppercase;
  font-size: .8em;
  line-height: 1.5;
}

button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
  border: 0;
}

button.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all {
  color: #dc0000;
  font-weight: 900;
  border-bottom: 1px solid #dc0000;
  padding: 0;
}

.ui-state-checked {
  border: 1px solid rgba(22, 76, 101, .5);
  background: rgba(22, 76, 101, .25);
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #eb0000;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #eb0000;
  background: #efefef;
  color: #eb0000;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #eb0000;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #eb0000;
}

#header {
  height: 0;
  position: fixed;
  z-index: 1020;
  width: 100%;
}

#header:after {
  content: '';
  display: block;
  width: 100%;
  height: 166px;
  position: absolute;
  top: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  opacity: .42;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+20,0.5+50,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(20%, rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

.row.container {
  margin-left: auto;
  margin-right: auto;
}

.collapse.show {
  z-index: 1100;
  height: 100%;
  overflow: scroll;
}

/* .position-fixed {
  position: fixed;
} */
/* .specials {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    border-radius: 50%;
    text-align: center;
    text-decoration:none;
    border:1px solid #fff;
    box-shadow: 0px 0px 0px 3px #06F;
} */
.navbar {
  /*height: 55px;*/
  padding: 0;
}

li.nav-item h1 {
  font-family: 'Lato', verdana, sans-serif;
  font-size: 36px;
  letter-spacing: .1em;
  margin-bottom: .5vh;
  font-weight: 900;
}

.bg-primary {
  background-color: rgba(22, 76, 101, .85) !important;
}

@media (min-width: 415px) {
  .bg-primary {
    background-color: rgba(22, 76, 101, .9) !important;
  }
}

@media (max-width: 414px) {
  li.nav-item h1 {
    font-size: 6.5vw;
    padding: 0;
    line-height: 1.1 !important;
    margin-bottom: .9em !important;
  }

  .bg-primary {
    background-color: rgba(22, 76, 101, .9) !important;
  }
}

.navbar-toggler {
  height: 55px;
  padding: 0;
  font-size: 1.25rem;
  background-color: #dc0000;
  border: none;
  border-radius: 0;
}

@media (min-width: 900px) {
  #nav-button:hover {
    background-color: #164c65;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
  }
}

#peaks-picks .navbar-toggler {
  height: 55px;
  padding: 0;
  font-size: 1.25rem;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.nav-main.navbar-toggler {
  position: relative;
  left: calc(50% - 465px);
  width: 90px;
}

.nav-main.navbar-toggler .icon-bar, #peaks-picks .icon-bar {
  display: block;
  width: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 3px;
  border-radius: 1px;
  margin: 4px auto;
  background-color: #fff;
}

/* ANIMATED X */
.nav-toggler {
  position: relative;
  height: auto;
  left: 0;
  padding: 4vh 0;
  font-size: 6em;
  letter-spacing: 0;
  line-height: 1;
  color: #dc0000;
  border: none;
  background: none;
}

button.nav-toggler:hover {
  color: #fff !important;
}

.nav-main.navbar-toggler .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 5px 50% 0;
  -ms-transform-origin: 5px 50% 0;
  transform-origin: 5px 50% 0;
}

.nav-main.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.nav-main.navbar-toggler .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 5px 50% 0;
  -ms-transform-origin: 5px 50% 0;
  transform-origin: 5px 50% 0;
}

/* ANIMATED X COLLAPSED */
.nav-main.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.nav-main.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav-main.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* END ANIMATED X */
.specials.navbar-toggler {
  position: absolute;
  top: 0;
  left: calc(50% + 375px);
  background-color: rgba(22, 76, 101, 0);
  width: auto;
  height: 50px;
  white-space: nowrap;
  padding: 28px 0 1px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 400;
  letter-spacing: .3em;
  border-bottom: 1px solid #eb0000;
  z-index: 100;
}

#ToggleSpecials.collapse {
  position: relative;
  /* max-height: none; */
  min-height: 100vh;
  padding: 0;
  margin: 0;
}

#ToggleSpecials ul {
  list-style: none;
  max-width: 500px;
  height: 100%;
  margin: auto;
  padding-top: 4vh;
}

#ToggleSpecials ul li {
  padding: 4vh 0;
}

#ToggleSpecials a:hover {
  font-size: 11px;
  padding: 7px 22px;
}

#ToggleSpecials button:hover {
  font-size: 3.5em;
}

#ToggleAnnouncement ul {
  list-style: none;
  max-width: 400px;
  margin: auto;
  padding: 0;
}

#ToggleAnnouncement ul li {
  padding: 1vh 0;
  margin-top: -20px;
}

#ToggleSpecials ul li h4, #ToggleSpecials ul li p, #ToggleAnnouncement ul li h4, #ToggleAnnouncement ul li p {
  font-size: 12px;
  line-height: 2;
}

#ToggleAnnouncement {
  height: 100%;
  width: 100%;
}

#ToggleAnnouncement .close.nav-specials.navbar-toggler {
  position: relative;
  height: auto;
  left: 0;
  font-size: 2em;
  letter-spacing: 0;
  color: #eb0000;
  border-bottom: none;
  padding: 0;
  float: none;
  text-shadow: none;
  opacity: 1;
}

#ToggleAnnouncement .close.nav-specials.navbar-toggler:hover {
  color: #fff;
}

#ToggleAnnouncement.modal .modal-dialog {
  top: calc(50vh - 250px);
  width: 600px;
  max-width: 600px;
  height: 300px;
  margin: 0 auto;
}

#ToggleAnnouncement div.bg-primary {
  height: 300px;
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent !important;
  background: url('/img/Peaks-diamond-bg.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.navbar ul {
  padding: 2em 0;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 900;
  line-height: 2;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  /*left: -50%;*/
}

.navbar ul li.small {
  font-size: 28px;
  line-height: 1.2;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

a.nav-link {
  color: #dc0000;
  padding: .25rem .5rem;
}

.navbar ul li.small a.nav-link {
  color: #fff;
  /*padding: .125rem .5rem;*/
  /*opacity: .4;*/
}

a.nav-link:hover {
  text-decoration: underline;
}

.navbar hr {
  width: 70%;
  height: 3px;
  min-height: 3px;
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: 1px;
  /*opacity: .3;*/
}

.bookingbar {
  position: absolute;
  display: block;
  width: 650px;
  height: 55px;
  top: 0;
  left: 50%;
  margin-left: -325px;
  padding: 0 10px;
  font-size: 11px;
  letter-spacing: .2em;
  background-color: rgba(255, 255, 255, .85);
  z-index: 1020;
}

.bookingbar .form-group {
  height: 30px;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.bookingbar .form-group>div {
  padding: 0 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
}

.bookingbar .form-group div.date-picker, .bookingbar .form-group div.go {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.bookingbar .form-group div.date-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bookingbar input.form-control, .bookingbar select.form-control {
  font-family: 'din-2014', arial, sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  padding: 14px 0 1px;
  margin-top: 0;
  height: 30px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #164c65;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #164c65;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*.bookingbar .date-picker:after,*/
.bookingbar .rooms-select:after {
  position: absolute;
  top: -2px;
  right: 5px;
  content: '\f00a';
  font-family: 'FontAwesome';
  font-weight: normal;
  padding: 14px 0 1px;
  margin-top: 0;
  font-size: 10px;
  color: #164c65;
  border: none;
}

.bookingbar .rooms-select:after {
  content: '\f0dc';
}

.bookingbar .form-group div.rooms-select select.form-control {
  height: 30px;
  padding-right: 20px;
  text-indent: 0;
  padding-top: 13px;
}

@-moz-document url-prefix() {
  .bookingbar .form-group div.rooms-select select.form-control {
    text-indent: -2px;
  }
}

.bookingbar .form-group div.rooms-select select.form-control option {
  padding-left: 0;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-inline-start: 0;
  text-indent: 0;
}

input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: #164c65;
}

input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: #164c65;
}

input.form-control::-ms-input-placeholder, textarea.form-control::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: #164c65;
}

input.form-control::placeholder, textarea.form-control::placeholder {
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: #164c65;
}

input.form-control:focus, textarea.form-control:focus {
  outline: none;
}

input.form-control:focus::-webkit-input-placeholder, textarea.form-control:focus::-webkit-input-placeholder {
  opacity: .3;
}

input.form-control:focus:-ms-input-placeholder, textarea.form-control:focus:-ms-input-placeholder {
  opacity: .3;
}

input.form-control:focus::-ms-input-placeholder, textarea.form-control:focus::-ms-input-placeholder {
  opacity: .3;
}

input.form-control:focus::placeholder, textarea.form-control:focus::placeholder {
  opacity: .3;
}

.bookingbar .btn-primary {
  width: 100%;
  height: 57px;
  line-height: 75px;
  top: 0;
  left: 0;
  margin-top: -22px;
}

.bookingbar .btn-primary:hover {
  /*color: #fff;*/
  cursor: pointer;
  background-color: #164c65;
}

.bookingbar .form-group>div:last-child p {
  margin: 0;
  line-height: 42px;
}

.ribbon {
  position: relative;
  width: 100%;
  height: 100px;
  margin: -100px 0 0;
  padding: 0;
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/grunge-wide-wht-min.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  opacity: .85;
  z-index: 10;
}

.tri-up {
  position: absolute;
  width: 75px;
  height: 35px;
  top: -35px;
  left: 50%;
  margin-left: -37.5px;
  background: url('https://peaks-hotel.herokuapp.com/img/blue-tri-up-min.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 30px;
  text-align: center;
}

.tri-up a {
  color: #dc0000;
  -webkit-animation: pulse ease-in-out 1.5s;
  animation: pulse ease-in-out 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: block;
}

.tri-up a:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  color: #fff;
  opacity: 1;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  50% {
    -webkit-transform: translate(0px, 1px);
    transform: translate(0px, 1px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  50% {
    -webkit-transform: translate(0px, 1px);
    transform: translate(0px, 1px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.logo {
  margin: -90px auto 20px;
  width: 175px;
  display: block;
  position: relative;
  z-index: 101;
}

.main .row {
  min-height: 25rem;
}

.main .row:first-child {
  margin-top: -1px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-type-home h3 {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1.1em;
  line-height: 1em;
}

/* FOOTER
------------------------- */
.si-content-wrapper {
  width: 100%;
  max-width: 50%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff;
}

.si-frame {
  -webkit-box-shadow: 0 1px 3px 0 #FFF;
  box-shadow: 0 1px 3px 0 #FFF;
}

.map-canvas {
  width: 100%;
  height: 240px;
  border: none;
}

#footer {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 2;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

#footer .ribbon {
  height: 50px;
  padding: 20px 0;
  margin: 0;
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/grunge-aqua_1400x800-min.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  opacity: 1;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .225em;
  z-index: 9;
}

#footer .ribbon .container.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#footer .ribbon a {
  color: #fff;
}

#footer .ribbon a:hover {
  color: #13a3a2;
  text-decoration: none;
  opacity: 1;
}

#footer p.social {
  margin-top: -5px;
  padding: 0;
  font-size: 10px;
}

#footer .social a {
  display: inline-block;
  margin: 0 1em;
}

#footer a:hover {
  opacity: .6;
}

#mc_embed_signup {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}

#mc_embed_signup form {
  display: block;
  width: 100%;
  padding: 0;
  margin: -5px 0 0;
  text-align: left;
}

#mc_embed_signup form input {
  padding: 0;
  margin: 0;
  width: 60%;
  display: inline-block;
  font-size: 9px;
  letter-spacing: .4em;
  line-height: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-indent: 5px;
}

#mc_embed_signup input::-webkit-input-placeholder {
  color: #fff;
}

#mc_embed_signup input:-ms-input-placeholder {
  color: #fff;
}

#mc_embed_signup input::-ms-input-placeholder {
  color: #fff;
}

#mc_embed_signup input::placeholder {
  color: #fff;
}

#mc_embed_signup form .button {
  margin-bottom: 0;
  background: none;
  top: 0;
  left: 0;
  background: none;
}

#mc_embed_signup form .button:hover {
  color: #fff;
  cursor: pointer;
}

#mc_embed_signup #mce-EMAIL, #mc_embed_signup #mc-embedded-subscribe-form #submit {
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}

.mc-response {
  margin: 25px 0;
  -webkit-animation: fadeIn .6s ease both;
  animation: fadeIn .6s ease both
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.mc-success form {
  color: green
}

.mc-error form {
  color: red;
  -webkit-animation: formError .4s ease both;
  animation: formError .4s ease both
}

@-webkit-keyframes formError {
  0%, 50% {
    left: -3em
  }

  25%, 75% {
    left: 3em
  }

  100% {
    left: 0
  }
}

@keyframes formError {
  0%, 50% {
    left: -3em
  }

  25%, 75% {
    left: 3em
  }

  100% {
    left: 0
  }
}

/*input[type="email"].email ::-webkit-input-placeholder {
  color: #fff;
}*/
#mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe {
  width: 30%;
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 400;
  font-size: 8px;
  color: #fff;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: .4em;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe:hover {
  background-color: #13a3a2;
  color: #164c65;
  text-decoration: none;
  opacity: 1;
}

.alert {
  width: 400px;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0;
  display: none;
}

@media (max-width:1100px) {
  .main #mce-EMAIL {
    width: 60%;
  }
}

@media (max-width:768px) {
  .main #mce-EMAIL {
    width: 70%;
  }

  .main #mc-embedded-subscribe-form #mc-embedded-subscribe {
    width: 25%;
  }

  .flex-text-footer {
    width: 100%;
  }

  .mobile-center {
    text-align: center;
    margin-bottom: 0
  }

  .main {
    /*margin-bottom: -20px;*/
    /*width: 80%*/
  }

  .alert {
    width: 100%;
  }
}

.bg-footer-left {
  padding: 2em 3em !important;
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/grunge-footer-texture_700x500-min.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 15rem;
}

.bg-footer-right {
  background: #fff url('https://peaks-hotel.herokuapp.com/img/map-min.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 15rem;
}

#footer .bg-footer-left div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

#footer h4 {
  font-size: 12px;
  margin: 0;
  line-height: 2;
}

#footer p {
  margin-bottom: .5em;
}

#footer p.small {
  font-size: 90%;
  margin: 2em 0 0;
}

#footer p.small+p.small {
  margin-top: 1em;
}

#footer .bg-footer-left div:last-child p:last-child {
  letter-spacing: .4em;
}

.banner {
  height: 100vh;
}

/* HOME
-------------------------------------------------- */
/* Carousel base class */
.carousel {}

.banner .carousel-caption, .banner .banner-caption {
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 50%;
  margin: 0 5% 0 50px;
  padding: 0px;
  color: #fff;
  text-align: left;
  z-index: 100;
}

.banner .carousel-inner, .banner .banner-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner .carousel-item, .banner .banner-item {
  height: 100vh;
  background-color: #000;
}

.banner .carousel-item:after, .banner .banner-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 216px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: .8;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+45,0.8+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(45%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
}

.banner .carousel-item>img, .banner .banner-item img {
  position: absolute;
  /*top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100vh;*/
  width: 100%;
  min-width: 100vw;
  min-height: 0;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner .carousel-control-next {
  width: 5%;
  top: 0;
  bottom: 100px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 1em;
  color: #fff !important;
  line-height: 1.4;
}

.banner .carousel-control-prev {
  display: none;
}

.banner .carousel-control-next a:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  color: #fff;
  opacity: 1;
}

/*.carousel-control-next {
    left: 95vw;
    width: auto;
  }*/
.banner .carousel-item a.btn-link {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  padding: 0 0 1px;
  letter-spacing: .3em;
  border-bottom: 1px solid #eb0000;
  line-height: inherit;
}

.banner .btn-outline-light:hover {
  color: #eb0000;
  background-color: #fff;
  border-color: #fff;
  opacity: .7;
}

.page-home .main .row:first-child {
  min-height: 0;
}

.bg-white {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2em 2em 1em;
  background: #ffffff url('https://peaks-hotel.herokuapp.com/img/grunge-cream_1400x800-min.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

.bg-type-home {
  padding: 2em 2em 1em !important;
  background: #ffffff url('https://peaks-hotel.herokuapp.com/img/bg-type-home-min.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

.bg-type-home p {
  padding: 0 20%;
}

.bg-blue {
  padding: 0;
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/grunge-aqua_700x500-min.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

img.d-block {
  margin-bottom: 2em;
}

.picks {
  max-width: 83px;
}

.bg-rooms-home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 20rem;
}

.bg-picks-home {
  /*padding: 2em 2em 1em !important;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 20rem;
}

img.author-avatar {
  position: absolute;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  right: -50px;
  z-index: 1;
  border: 1px solid #fff;
}

/* AMENITIES
-------------------------------------------------- */
.page-amenities {
  /*overflow-x: hidden;*/
}

.bg-christy-amenities {
  /*background: #ffffff url('/img/Monarch-Loveland-Season-Rentals-min.jpg');*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 25rem;
}

.bg-christy-type-amenities {
  padding: 2em 2em 1em !important;
  background: #ffffff url('https://peaks-hotel.herokuapp.com/img/christys-bg_1400x1000@1x.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-christy-type-amenities p {
  padding: 0 20%;
}

img.author-avatar#logo {
  width: 140px;
  height: auto;
  border: none;
  right: -70px;
}

.page-amenities .col-lg-12, .page-activities .col-lg-12 {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-amenities .col-lg-12:before, .page-activities .col-lg-12:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
}

.page-amenities .row.no-gutters, .page-activities .row.no-gutters {
  border-bottom: 10px solid #fff;
}

.page-amenities .row.no-gutters:first-child, .page-activities .row.no-gutters:first-child {
  border-top: 10px solid #fff;
}

.page-amenities .no-gutters button.btn-primary, .page-activities .no-gutters button.btn-primary {
  width: auto;
  margin: auto;
  padding: 7px 22px;
  font-size: 18px;
  font-weight: 400;
  z-index: 1;
}

.page-amenities .no-gutters button.btn-primary:hover, .page-amenities .no-gutters button.btn-primary:focus, .page-activities .no-gutters button.btn-primary:hover, .page-activities .no-gutters button.btn-primary:focus {
  padding: 9px 25px;
}

.overlay {
  z-index: 2;
  position: absolute;
  width: 0;
  min-height: 25rem;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  display: none !important;
  border-bottom: 10px solid #fff;
}

.overlay.bg-blue {
  background: rgba(22, 76, 101, 0.85) url('https://peaks-hotel.herokuapp.com/img/grunge-aqua_1400x800-min.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

.overlay.bg-white {
  background: rgba(255, 255, 255, 0.85) url('https://peaks-hotel.herokuapp.com/img/grunge-cream_1400x800-min.png') !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

.overlay>div {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

.overlay .toggler {
  margin-bottom: 1em;
}

.overlay>div button, .overlay>div p {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    opacity: .5;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    opacity: .5;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  60% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  75% {
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }

  90% {
    opacity: 1;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  60% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  75% {
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }

  90% {
    opacity: 1;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.reveal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  -webkit-animation: fadeInRight 300ms ease-in;
  animation: fadeInRight 300ms ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.reveal>div button, .reveal>div p {
  -webkit-animation: fadeInRight 300ms ease 100ms;
  animation: fadeInRight 300ms ease 100ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.reveal>div p:nth-of-type(1) {
  -webkit-animation: bounceInRight 400ms ease-in 100ms;
  animation: bounceInRight 400ms ease-in 100ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOutRight {
  100% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(70%);
    -ms-transform: translateX(70%);
    transform: translateX(70%);
    opacity: .5;
  }

  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeOutRight {
  100% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(70%);
    -ms-transform: translateX(70%);
    transform: translateX(70%);
    opacity: .5;
  }

  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.conceal {
  -webkit-animation: fadeOutRight 300ms ease-out;
  animation: fadeOutRight 300ms ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.amenities-mercato {
  /*background: #164c65 url('/img/banner-mercato2.jpg');*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.amenities-pool {
  /*background: #164c65 url('/img/amenities-page-pool-image.jpg');*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.amenities-fitness {
  /*background: #164c65 url('/img/banner-fitness-center.jpg');*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#amenities .carousel {
  background: #FFF;
}

#amenities .carousel img {
  display: block;
  height: 375px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.flickity-prev-next-button {
  height: 30px;
  width: 30px;
  background-color: hsla(199, 64%, 24%, 0.75);
}

.flickity-prev-next-button:hover {
  background-color: hsla(199, 64%, 24%, 0.95);
}

.flickity-prev-next-button .arrow {
  fill: #dc0000;
}

@media screen and (min-width: 768px) {
  #amenities .carousel img {
    display: block;
    min-height: 375px;
    height: 375px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
  }
}

#amenities #hover-button:hover>#cafe {
  padding: 9px 25px;
  background-color: #eb0000;
}

#amenities #hover-button:hover>#pool {
  padding: 9px 25px;
  background-color: #eb0000;
}

#amenities #hover-button:hover>#fitness {
  padding: 9px 25px;
  background-color: #eb0000;
}

.main .row.gallery-strip {
  min-height: 0;
  height: 308px;
}

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

.main .row.gallery-strip .container-fluid .row {
  min-height: 0;
}

.gallery-strip .carousel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

/*.gallery-strip .carousel-item {
    height: 300px;
    width: auto;
    margin: 0 5px;
    background-color: transparent;
  }*/
.gallery-strip .carousel-item {
  width: auto;
  margin: 0;
  background-color: transparent;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: none;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.gallery-strip .carousel-item>img {
  position: relative;
  padding: 0 !important;
  margin: 0;
  height: 300px;
  width: auto;
}

.gallery-strip .carousel-control-prev {
  width: 20px;
  font-size: 20px;
  color: #dc0000 !important;
  opacity: 1;
  /*background: transparent url('/img/button-left-min.png');*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

.gallery-strip .carousel-control-next {
  width: 20px;
  font-size: 20px;
  color: #dc0000 !important;
  opacity: 1;
  /*background: transparent url('/img/button-right-min.png');*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.gallery-strip .carousel-control-next:hover, .gallery-strip .carousel-control-prev:hover {
  color: #164c65;
  opacity: .9;
}

#amenities .card {
  float: left;
  width: 100%;
  border: none;
  border-radius: 0;
}

#amenities .card .img-holder {
  width: auto;
  padding-right: 10px;
}

#amenities .card img {
  display: block;
  margin: 0;
  width: auto;
  max-width: none !important;
  height: 300px;
}

#amenities .card-text {
  font-size: 85%;
}

#amenities .modal-backdrop {
  background: rgba(255, 255, 255, 0.85) url(https://peaks-hotel.herokuapp.com/img/grunge-cream_1400x800-min.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

#amenities .modal-content {
  width: 100%;
  background: transparent;
  border: none;
}

#amenities .modal {
  background: rgba(255, 255, 255, .85) url(https://peaks-hotel.herokuapp.com/img/grunge-cream_1400x800-min.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: right top;
  overflow: hidden;
}

#amenities .modal-dialog {
  max-width: none;
}

#amenities .modal-body {
  padding: 0 15px;
  text-align: center;
  margin-top: 10vh;
}

#amenities .col-12 {
  margin-top: 3em;
}

#amenities .modal .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(60vh - 60px);
  width: 100%;
}

#amenities .modal .header h2 {
  margin: 0;
}

#amenities .modal .close {
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px;
  color: #eb0000;
  text-shadow: none;
  opacity: 1;
  margin-right: 15vw;
}

#amenities .close:hover {
  text-decoration: underline;
}

#amenities .col-12 a {
  padding: 0 10px 0 10px;
}

#amenities .col-12 a:hover {
  color: #13a3a2;
  text-decoration: none;
  opacity: 1;
}

.modal-icon {
  color: #164c65;
}

.modal-icon:hover {
  color: #eb0000;
}

#amenities .modal .meta {
  color: darkgray;
  font-size: 12px;
}

#amenities .modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0); // IE9 only
  transform: translate(0, 0);
}

@media (min-width: 768px) {

  /* show 3 items */
  #amenities .carousel-inner .active, #amenities .carousel-inner .active+.carousel-item, #amenities .carousel-inner .active+.carousel-item+.carousel-item {
    display: block;
    padding: 0;
  }

  #amenities .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), #amenities .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item, #amenities .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item, #amenities .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #amenities .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  #amenities .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  #amenities .active.carousel-item-left+.carousel-item-next.carousel-item-left, #amenities .carousel-item-next.carousel-item-left+.carousel-item, #amenities .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item, #amenities .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item, #amenities .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  #amenities .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  #amenities .active.carousel-item-right+.carousel-item-prev.carousel-item-right, #amenities .carousel-item-prev.carousel-item-right+.carousel-item, #amenities .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item, #amenities .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item, #amenities .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

/* ROOMS
-------------------------------------------------- */
.page-rooms {
  overflow-x: hidden;
}

.bg-christy-rooms {
  background: #ffffff url('https://peaks-hotel.herokuapp.com/img/Monarch-Loveland-Season-Rentals-min.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 25rem;
}

.bg-christy-type-rooms {
  padding: 2em 2em 1em !important;
  background: #ffffff url('https://peaks-hotel.herokuapp.com/img/christys-bg_1400x1000@1x.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-christy-type-rooms p {
  padding: 0 20%;
}

img.author-avatar#logo {
  width: 140px;
  height: auto;
  border: none;
  right: -70px;
}

.page-rooms .col-lg-12 {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-rooms .col-lg-12:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
}

.page-rooms .row.no-gutters {
  border-bottom: 10px solid #fff;
}

.page-rooms .row.no-gutters:first-child {
  border-top: 10px solid #fff;
}

.page-rooms .no-gutters button.btn-primary {
  width: auto;
  margin: auto;
  padding: 7px 22px;
  font-size: 18px;
  font-weight: 400;
  z-index: 1;
}

.page-rooms .no-gutters button.btn-primary:hover, .page-rooms .no-gutters button.btn-primary:focus {
  padding: 9px 24px;
}

#rooms .overlay {
  z-index: 2;
  position: absolute;
  width: 0;
  min-height: 25rem;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  display: none !important;
  border-bottom: 10px solid #fff;
}

#rooms .overlay.bg-blue {
  background: rgba(22, 76, 101, 0.85) url('https://peaks-hotel.herokuapp.com/img/grunge-aqua_1400x800-min.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

#rooms .overlay.bg-white {
  background: rgba(255, 255, 255, 0.85) url('https://peaks-hotel.herokuapp.com/img/grunge-cream_1400x800-min.png') !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

#rooms .overlay>div {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

#rooms .overlay .toggler {
  margin-bottom: 1em;
}

#rooms .overlay>div button, .overlay>div p {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    opacity: .5;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  60% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  75% {
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }

  90% {
    opacity: 1;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

#rooms .reveal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  -webkit-animation: fadeInRight 300ms ease-in;
  animation: fadeInRight 300ms ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#rooms .reveal>div button, .reveal>div p {
  -webkit-animation: fadeInRight 300ms ease 100ms;
  animation: fadeInRight 300ms ease 100ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#rooms .reveal>div p:nth-of-type(1) {
  -webkit-animation: bounceInRight 400ms ease-in 100ms;
  animation: bounceInRight 400ms ease-in 100ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fadeOutRight {
  100% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(70%);
    -ms-transform: translateX(70%);
    transform: translateX(70%);
    opacity: .5;
  }

  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

#rooms .conceal {
  -webkit-animation: fadeOutRight 300ms ease-out;
  animation: fadeOutRight 300ms ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#rooms .rooms-king {
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/rooms-assets/kingroom.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#rooms .rooms-queen {
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/rooms-assets/two-queen.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#rooms .rooms-king-suite {
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/rooms-assets/king-suite.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#rooms .carousel {
  background: #FFF;
}

#rooms .carousel img {
  display: block;
  min-height: 375px;
  height: 375px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#rooms .flickity-prev-next-button {
  height: 30px;
  width: 30px;
  background-color: hsla(199, 64%, 24%, 0.75);
}

#rooms .flickity-prev-next-button:hover {
  background-color: hsla(199, 64%, 24%, 0.95);
}

#rooms .flickity-prev-next-button .arrow {
  fill: #dc0000;
}

@media screen and (min-width: 768px) {
  #rooms.carousel img {
    height: 400px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
  }
}

#rooms #hover-button:hover>#cafe {
  padding: 9px 25px;
  background-color: #eb0000;
}

#rooms #hover-button:hover>#pool {
  padding: 9px 25px;
  background-color: #eb0000;
}

#rooms #hover-button:hover>#king-suite {
  padding: 9px 25px;
  background-color: #eb0000;
}

#rooms .main .row.gallery-strip {
  min-height: 0;
  height: 308px;
}

#rooms .main .row.gallery-strip .container-fluid {
  padding: 0;
}

#rooms .main .row.gallery-strip .container-fluid .row {
  min-height: 0;
}

#rooms .gallery-strip .carousel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

#rooms .gallery-strip .carousel-item {
  width: auto;
  margin: 0;
  background-color: transparent;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: none;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

#rooms .gallery-strip .carousel-item>img {
  position: relative;
  padding: 0 !important;
  margin: 0;
  height: 300px;
  width: auto;
}

#rooms .gallery-strip .carousel-control-prev {
  width: 20px;
  font-size: 20px;
  color: #dc0000 !important;
  opacity: 1;
  /*background: transparent url('/img/button-left-min.png');*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

#rooms .gallery-strip .carousel-control-next {
  width: 20px;
  font-size: 20px;
  color: #dc0000 !important;
  opacity: 1;
  /*background: transparent url('/img/button-right-min.png');*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

#rooms .gallery-strip .carousel-control-next:hover, .gallery-strip .carousel-control-prev:hover {
  color: #164c65;
  opacity: .9;
}

#rooms .card {
  float: left;
  width: 100%;
  border: none;
  border-radius: 0;
}

#rooms .card .img-holder {
  width: auto;
  padding-right: 10px;
}

#rooms .card img {
  display: block;
  margin: 0;
  width: auto;
  max-width: none !important;
  height: 300px;
}

#rooms .card-text {
  font-size: 85%;
}

#rooms .modal-backdrop {
  background: rgba(255, 255, 255, 0.85) url(/img/grunge-cream_1400x800-min.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

#rooms .modal-content {
  width: 100%;
  background: transparent;
  border: none;
}

#rooms .modal {
  background: rgba(255, 255, 255, .85) url(/img/grunge-cream_1400x800-min.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: right top;
  overflow: hidden;
}

#rooms .modal-dialog {
  max-width: none;
}

#rooms .modal-body {
  padding: 0 15px;
  text-align: center;
  margin-top: 10vh;
}

#rooms .col-12 {
  margin-top: 3em;
}

#rooms .modal .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(60vh - 60px);
  width: 100%;
}

#rooms .modal .header h2 {
  margin: 0;
}

#rooms .modal .close {
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px;
  color: #eb0000;
  text-shadow: none;
  opacity: 1;
  margin-right: 15vw;
}

#rooms .close:hover {
  text-decoration: underline;
}

#rooms .col-12 a {
  padding: 0 10px 0 10px;
}

#rooms .col-12 a:hover {
  color: #13a3a2;
  text-decoration: none;
  opacity: 1;
}

#rooms .modal-icon {
  color: #164c65;
}

#rooms .modal-icon:hover {
  color: #eb0000;
}

#rooms .modal .meta {
  color: darkgray;
  font-size: 12px;
}

#rooms .modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0); // IE9 only
  transform: translate(0, 0);
}

@media (min-width: 768px) {

  /* show 3 items */
  #rooms .carousel-inner .active, #rooms.carousel-inner .active+.carousel-item, #rooms .carousel-inner .active+.carousel-item+.carousel-item {
    display: block;
    padding: 0;
  }

  #rooms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), #rooms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item, #rooms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item, #rooms.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  #rooms .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  #rooms .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  #rooms .active.carousel-item-left+.carousel-item-next.carousel-item-left, #rooms .carousel-item-next.carousel-item-left+.carousel-item, #rooms .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item, #rooms .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item, #rooms .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  #rooms .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  #rooms .active.carousel-item-right+.carousel-item-prev.carousel-item-right, #rooms .carousel-item-prev.carousel-item-right+.carousel-item, #rooms .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item, #rooms .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item, #rooms .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

/* PEAKS-PICKS
-------------------------------------------------- */
.page-peaks-picks {
  overflow-x: hidden;
  overflow-y: scroll;
}

#peaks-picks h1 {
  color: #FFF;
}

#peaks-picks h3 {
  color: #164c65;
  margin-left: 4em;
  font-family: "Montserrat";
  font-size: 12px;
  letter-spacing: .75em;
}

#peaks-picks .bottom-center {
  font-size: 18px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.498;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding-top: 2.5em;
  margin-left: 0;
}

#peaks-picks .peaks-pickers {
  height: 90%;
}

#peaks-picks .bg-type-home {
  min-height: 25rem;
  padding: 3em 3em 4em !important;
}

#peaks-picks .bg-type-picks {
  /*padding: 1em 1em 1em !important;*/
}

#peaks-picks .bg-picks-home {
  min-height: 25rem;
  padding: 4em 3em 3em !important;
}

#peaks-picks .peaks-picks-icon {}

#peaks-picks .local-spots {
  background: #164c65 url(https://peaks-hotel.herokuapp.com/img/peaks-picks-assets/grunge-aqua.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 10%;
  height: 100px;
  width: 100%;
}

#peaks-picks .local-spots-button {
  background: #164c65 url(https://peaks-hotel.herokuapp.com/img/peaks-picks-assets/grunge-aqua.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 10%;
  width: 100%;
  text-align: center;
  margin-top: -1em;
}

#peaks-picks .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

#peaks-picks section, #peaks-picks aside {
  color: #555;
  padding: 0;
  margin: 10px 0;
}

#peaks-picks section {
  background-color: rgb(235, 235, 235);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#peaks-picks aside {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#peaks-picks .row {
  margin-right: 0;
  margin-left: 0;
}

#peaks-picks .container {
  -webkit-display: -webkit-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#peaks-picks ul {
  width: 100%;
  height: auto;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
}

#peaks-picks ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  white-space: nowrap;
  padding: 2vh;
  font-size: 1em;
}

#peaks-picks li {
  border-bottom: white;
  border-color: white;
  border-style: solid;
  border-width: 1px;
}

#peaks-picks li>a>* {
  display: inline-block;
}

#peaks-picks .nav-pills>li.active h3 {
  color: #eb0000 !important;
  font-size: 105%;
}

#peaks-picks .nav-pills>li.active img {
  color: #eb0000 !important;
  opacity: .7;
}

#peaks-picks .navbar {
  display: block;
}

@media screen and (min-width: 768px) {
  #peaks-picks .collapse {
    display: inline;
  }

  #peaks-picks .local-spots-button {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  #peaks-picks .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #peaks-picks .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #peaks-picks section {
    margin-right: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  #peaks-picks .bottom-center {
    font-size: 16px;
  }

  #peaks-picks h3 {
    margin-left: 1em;
  }

  #peaks-picks .nav-pills>li.active h3 {
    color: #eb0000 !important;
    font-size: 100%;
  }

  #peaks-picks .nav-pills>li.active .fa-caret-up {
    color: #eb0000 !important;
  }
}

/* EMPLOYMENT
-------------------------------------------------- */
#employment {
  background-color: rgb(241, 237, 232);
}

#employment .container-fluid {
  margin: 100px;
}

#contactPage .form-control {
  margin: 1em;
  border-radius: 0;
}

.spacer {
  min-height: 3em;
}

@media screen and (max-width: 769px) {
  #employment .container-fluid {
    margin: 0;
  }

  #employment .justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* CONTACT
-------------------------------------------------- */
#contactPage {
  background-color: rgb(241, 237, 232);
}

#contactPage .container-fluid {
  padding: 100px;
  background-color: rgb(241, 237, 232);
}

#contactPage .form-control {
  margin: 1em;
  border-radius: 0;
}

.spacer {
  min-height: 3em;
}

@media screen and (max-width: 769px) {
  #contactPage .container-fluid {
    padding: 0;
  }

  #contactPage .justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* GALLERIES
-------------------------------------------------- */
.page-galleries {
  overflow-x: hidden;
}

#galleries .gallery {
  /*background: #FFF;*/
}

.flickity-page-dots {
  display: none;
}

#galleries .gallery img, #galleries .gallery-two img, #galleries .gallery-three img, #galleries .gallery-four img {
  display: block;
  min-height: 375px;
  height: 375px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#galleries .flickity-prev-next-button {
  top: 110%;
  height: 30px;
  width: 30px;
  background-color: transparent;
  z-index: 2000;
}

#galleries .flickity-prev-next-button.previous {
  left: 30%;
}

#galleries .flickity-prev-next-button.next {
  right: 30%;
}

#galleries .flickity-prev-next-button:hover {
  opacity: .7;
}

#galleries .flickity-prev-next-button .arrow {
  fill: #dc0000;
}

@media screen and (min-width: 768px) {
  #galleries.gallery img {
    height: 400px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
  }
}

.bg-christy-rooms {
  background: #ffffff url('https://peaks-hotel.herokuapp.com/img/Monarch-Loveland-Season-Rentals-min.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 25rem;
}

.bg-christy-type-rooms {
  padding: 2em 2em 1em !important;
  background: #ffffff url('https://peaks-hotel.herokuapp.com/img/christys-bg_1400x1000@1x.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-christy-type-rooms p {
  padding: 0 20%;
}

img.author-avatar#logo {
  width: 140px;
  height: auto;
  border: none;
  right: -70px;
}

.page-galleries .col-lg-12 {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-galleries .col-lg-12:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
}

.page-galleries .row.no-gutters {
  border-bottom: 10px solid #fff;
}

.page-galleries .row.no-gutters:first-child {
  border-top: 10px solid #fff;
  border-bottom: 0;
}

.page-galleries .no-gutters button.btn-primary {
  width: auto;
  margin: auto;
  padding: 7px 22px;
  font-size: 18px;
  font-weight: 400;
  z-index: 1;
}

.page-galleries .no-gutters button.btn-primary:hover, .page-galleries .no-gutters button.btn-primary:focus {
  padding: 9px 24px;
}

#galleries .overlay {
  z-index: 2;
  position: absolute;
  width: 0;
  min-height: 25rem;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  display: none !important;
  border-bottom: 10px solid #fff;
}

#galleries .overlay.bg-blue {
  background: rgba(22, 76, 101, 0.85) url('https://peaks-hotel.herokuapp.com/img/grunge-aqua_1400x800-min.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

#galleries .overlay.bg-white {
  background: rgba(255, 255, 255, 0.85) url('https://peaks-hotel.herokuapp.com/img/grunge-cream_1400x800-min.png') !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

#galleries .overlay>div {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

#galleries .overlay .toggler {
  margin-bottom: 1em;
}

#galleries .overlay>div button, .overlay>div p {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    opacity: .5;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  60% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  75% {
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }

  90% {
    opacity: 1;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

#galleries .reveal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  -webkit-animation: fadeInRight 300ms ease-in;
  animation: fadeInRight 300ms ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#galleries .reveal>div button, .reveal>div p {
  -webkit-animation: fadeInRight 300ms ease 100ms;
  animation: fadeInRight 300ms ease 100ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#galleries .reveal>div p:nth-of-type(1) {
  -webkit-animation: bounceInRight 400ms ease-in 100ms;
  animation: bounceInRight 400ms ease-in 100ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fadeOutRight {
  100% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(70%);
    -ms-transform: translateX(70%);
    transform: translateX(70%);
    opacity: .5;
  }

  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

#galleries .conceal {
  -webkit-animation: fadeOutRight 300ms ease-out;
  animation: fadeOutRight 300ms ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#galleries .rooms-king {
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/galleries-assets/kingroom.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#galleries .rooms-queen {
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/galleries-assets/amenities.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#galleries .rooms-king-suite {
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/galleries-assets/dining.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#galleries .meetings-events {
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/galleries-assets/meetings.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

#galleries .modal-backdrop {
  background: rgba(255, 255, 255, 0.85) url(https://peaks-hotel.herokuapp.com/img/grunge-cream_1400x800-min.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

#galleries .modal-content {
  width: 100%;
  background: transparent;
  border: none;
}

#galleries .modal {
  background: rgba(255, 255, 255, .85) url(https://peaks-hotel.herokuapp.com/img/grunge-cream_1400x800-min.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: right top;
  overflow: hidden;
}

#galleries .modal-dialog {
  max-width: none;
}

#galleries .modal-body {
  padding: 0 15px;
  text-align: center;
  margin-top: 10vh;
}

#galleries .col-12 {
  margin-top: 2.5em;
}

#galleries .col-12 {
  text-transform: uppercase;
}

#galleries .modal .header h2 {
  margin: 0;
}

#galleries .modal .title {
  float: left;
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px;
  color: #164c65;
  text-shadow: none;
  opacity: 1;
  margin-left: 15vw;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

#galleries .title:hover {
  text-decoration: underline;
}

#galleries .modal .close {
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px;
  color: #eb0000;
  text-shadow: none;
  opacity: 1;
  margin-right: 15vw;
}

#galleries .close:hover {
  text-decoration: underline;
}

#galleries .col-12 a {
  padding: 0 10px 0 10px;
}

#galleries .col-12 a:hover {
  opacity: .7;
  text-decoration: none;
}

#galleries .modal-icon {
  color: #eb0000;
}

#galleries .modal-icon:hover {
  opacity: .7;
}

#galleries .modal .meta {
  color: darkgray;
  font-size: 12px;
}

#galleries .modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0); // IE9 only
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  #galleries .modal-body {
    padding: 0 15px;
    text-align: center;
    margin-top: 2vh;
  }

  #galleries .flickity-prev-next-button.previous {
    left: 10px;
  }

  #galleries .flickity-prev-next-button.next {
    right: 10px;
  }

  #galleries .col-12 {
    margin-top: 2em;
  }

  #galleries .modal .title {
    margin-left: 5px;
  }

  #galleries .modal .close {
    margin-right: 5px;
  }
}

/* WEDDINGS
-------------------------------------------------- */
/* .floorplan-overlay {
  width:100%;
  height: 100%;
  background-color: #164c65;
  opacity: .5;
} */
#meetings-and-events #wedding-page ul {
  list-style-type: none;
}

#meetings-and-events #wedding-page section.aspen {
  background-size: cover !important;
  width: 100% !important;
}

#meetings-and-events #wedding-page section.spruce {
  background-size: cover !important;
  width: 100% !important;
}

#meetings-and-events #wedding-page section.catering {
  background-size: cover !important;
  width: 100% !important;
}

#meetings-and-events aside.weddings-aside {
  padding: 0 !important;
  min-width: 350px;
}

.pad-top-40 {
  padding-top: 40px;
}

@media (max-width: 768px) {
  #meetings-and-events #wedding-page section.aspen, #meetings-and-events #wedding-page section.spruce {
    text-align: center;
    color: #FFF;
    padding: 4em 1.5em;
    margin: 0;
    text-shadow: .2px .2px .2px #164c65, 0 0 .001em #164c65, 0 0 0.002em #164c65;
  }
}

/* MEETINGS AND EVENTS
-------------------------------------------------- */
.page-meetings-and-events {
  overflow-x: hidden;
}

.buy-now h2 {
  font-size: 13.5px;
}

#meetings-and-events .wrap {
  margin: 0 auto;
  padding-bottom: 10px;
}

#meetings-and-events section {
  text-align: center;
  color: #FFF;
  padding: 8em 1.5em;
  margin: 0;
}

#meetings-and-events aside {
  background: url('https://peaks-hotel.herokuapp.com/img/meetings-events-assets/form-bg.jpg') center no-repeat;
  background-size: cover;
  padding: 3em 1.5em;
  margin: 10px 0 0;
}

#meetings-and-events .main-body {
  padding: 0;
  margin: 10px 0 0 0;
}

#meetings-and-events .container {
  min-width: 100vw;
  padding: 0;
}

#meetings-and-events section.events {
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/meetings-events-assets/grunge-aquaonblue.png') center no-repeat;
  background-size: cover;
  width: 100%;
}

#meetings-and-events #meetings-page section.aspen {
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/meetings-events-assets/aspen.jpg') center no-repeat;
  background-size: cover;
  width: 100%;
}

#meetings-and-events #meetings-page section.spruce {
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/meetings-events-assets/spruce.jpg')center no-repeat;
  background-size: cover;
  width: 100%;
}

#meetings-and-events #meetings-page section.catering {
  background: url('https://peaks-hotel.herokuapp.com/img/meetings-events-assets/catering-bg.jpg')no-repeat;
  background-size: cover;
  width: 100%;
}

#meetings-and-events aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 500px;
  flex: 1 0 500px;
}

#meetings-and-events .floorplans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#meetings-and-events .center-me {
  margin: 0 auto;
}

#meetings-and-events h1 {
  font-family: "Montserrat";
  font-size: 18px;
}

#meetings-and-events aside h1 {
  font-size: 16px;
}

#meetings-and-events .aspen h1, #meetings-and-events .spruce h1 {
  font-size: 20px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.absolute-center {
  margin: auto;
  position: absolute;
  top: 25%;
  left: 0;
  bottom: 0;
  right: 0;
}

#meetings-and-events .aspen h2, #meetings-and-events .spruce h2 {
  font-size: 16px;
  font-family: "din-2014";
  font-weight: 400;
  margin: 0;
  text-decoration: underline;
  text-transform: uppercase;
}

#meetings-and-events .catering {
  min-height: 268px;
}

#meetings-and-events .catering img {
  display: block;
  margin-bottom: 2.5vh;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#meetings-and-events .message-box {
  padding-left: 8px;
  font-size: 10px;
  font-family: "Montserrat";
  color: rgb(119, 119, 119);
  text-transform: uppercase;
  border-width: 1px;
  border-color: rgb(172, 172, 172);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  margin-bottom: 2em;
  width: 300px;
  height: 238px;
  z-index: 103;
}

#meetings-and-events .contact-text {
  padding-left: 8px;
  font-size: 10px;
  font-family: "Montserrat";
  /* color: rgb(119, 119, 119); */
  text-transform: uppercase;
  border-width: 1px;
  border-color: rgb(172, 172, 172);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  margin-bottom: 2em;
  width: 100%;
  height: 28px;
  z-index: 102;
}

input:focus:invalid {
  -webkit-box-shadow: 0 0 5px 1px #ff183e;
  box-shadow: 0 0 5px 1px #ff183e;
}

input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select {
  background-color: white;
  border-radius: 0px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select:focus {
  -webkit-box-shadow: #164c65;
  box-shadow: #164c65;
}

select.minimal {
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #ff183e 50%), -webkit-linear-gradient(315deg, #ff183e 50%, transparent 50%), -webkit-linear-gradient(left, #ccc, #ccc);
  background-image: -o-linear-gradient(45deg, transparent 50%, #ff183e 50%), -o-linear-gradient(315deg, #ff183e 50%, transparent 50%), -o-linear-gradient(left, #ccc, #ccc);
  background-image: linear-gradient(45deg, transparent 50%, #ff183e 50%), linear-gradient(135deg, #ff183e 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
  border-radius: 0;
}

select.minimal:focus {
  background-image: -webkit-linear-gradient(45deg, #ff183e 50%, transparent 50%), -webkit-linear-gradient(315deg, transparent 50%, #ff183e 50%), -webkit-linear-gradient(left, #ccc, #ccc);
  background-image: -o-linear-gradient(45deg, #ff183e 50%, transparent 50%), -o-linear-gradient(315deg, transparent 50%, #ff183e 50%), -o-linear-gradient(left, #ccc, #ccc);
  background-image: linear-gradient(45deg, #ff183e 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ff183e 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

#meetings-and-events .container {
  -webkit-display: -webkit-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#meetings-and-events a.btn-primary, #meetings-and-events button.btn-primary {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.23;
  padding: 5px 20px;
  font-size: 15.5px;
  font-weight: 400;
  z-index: 1;
}

#meetings-and-events a.btn-primary:hover, #meetings-and-events button.btn-primary:hover {
  width: auto;
  margin: auto;
  padding: 7px 22px;
  font-size: 15.5px;
  font-weight: 400;
  z-index: 1;
}

#meetings-and-events .carousel {
  background: #FFF;
}

#meetings-and-events .carousel img {
  display: block;
  height: 375px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#meetings-and-events .flickity-prev-next-button {
  height: 30px;
  width: 30px;
  background-color: hsla(199, 64%, 24%, 0.75);
}

#meetings-and-events .flickity-prev-next-button:hover {
  background-color: hsla(199, 64%, 24%, 0.95);
}

#meetings-and-events .flickity-prev-next-button .arrow {
  fill: #dc0000;
}

#meetings-and-events .card {
  float: left;
  width: 100%;
  border: none;
  border-radius: 0;
}

#meetings-and-events .card .img-holder {
  width: auto;
  padding-right: 10px;
}

#meetings-and-events .card img {
  display: block;
  margin: 0;
  width: auto;
  max-width: none !important;
  height: 300px;
}

#meetings-and-events .card-text {
  font-size: 85%;
}

#meetings-and-events .modal-backdrop {
  background: rgba(255, 255, 255, 0.85) url(/img/grunge-cream_1400x800-min.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

#meetings-and-events .modal-content {
  width: 100%;
  background: transparent;
  border: none;
}

#meetings-and-events .modal {
  background: rgba(255, 255, 255, .85) url(/img/grunge-cream_1400x800-min.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: right top;
  overflow: hidden;
}

#meetings-and-events .modal-dialog {
  max-width: none;
}

#meetings-and-events .modal-body {
  padding: 0 15px;
  text-align: center;
  margin-top: 10vh;
}

#meetings-and-events .col-12 {
  margin-top: 3em;
}

#meetings-and-events .modal .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(60vh - 60px);
  width: 100%;
}

#meetings-and-events .modal .header h2 {
  margin: 0;
}

#meetings-and-events .modal .close {
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px;
  color: #eb0000;
  text-shadow: none;
  opacity: 1;
  margin-right: 15vw;
}

#meetings-and-events .close:hover {
  text-decoration: underline;
}

#meetings-and-events .col-12 a {
  padding: 0 10px 0 10px;
}

#meetings-and-events .col-12 a:hover {
  color: #13a3a2;
  text-decoration: none;
  opacity: 1;
}

#meetings-and-events .modal-icon {
  color: #164c65;
}

#meetings-and-events .modal-icon:hover {
  color: #eb0000;
}

#meetings-and-events .modal .meta {
  color: darkgray;
  font-size: 12px;
}

#meetings-and-events .modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  #meetings-and-events.carousel img {
    height: 400px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #meetings-and-events .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #meetings-and-events section {
    margin-right: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.weddings-perfect p {
  max-width: 650px;
  text-align: left;
}

/* @media screen and (max-width: 768px) {
  .weddings-perfect p {
    padding-left: 4rem;
    padding-right: 4rem;
  }
} */
/* DINING
  -------------------------------------------------- */
#versante .banner .carousel-item>img, .banner .banner-item img {
  position: absolute;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#versante iframe {
  padding-top: 20px;
  margin-bottom: -25px;
}

.page-versante {
  overflow-x: hidden;
  overflow-y: scroll;
}

.logo-versante {
  position: relative;
  width: 250px;
  display: block;
  margin: auto;
  padding-bottom: 1em;
}

.pad-1 {
  padding: 1em 0;
}

.banner .logo-versante {
  position: absolute;
  width: 250px;
  top: calc(50vh - 75px);
  left: calc(50vw - 125px);
  z-index: 51;
  -webkit-filter: drop-shadow(0px 0px 100px #1e1e1e);
  filter: drop-shadow(0px 0px 100px #1e1e1e);
}

.banner .logo-versante img {
  -webkit-filter: drop-shadow(0px 0px 100px #1e1e1e);
  filter: drop-shadow(0px 0px 100px #1e1e1e);
}

.buy-now h2 {
  font-size: 13.5px;
}

#versante .main {
  font-family: rift-soft, sans-serif;
  font-weight: 600;
}

#versante .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
  /* padding-bottom: 10px; */
}

#versante section {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  color: #FFF;
  background-color: rgb(241, 237, 232);
  /*margin-top: 5px;
  margin-bottom: 5px;*/
}

#versante .versante-image {
  max-height: 400px;
}

#versante aside {
  padding: 0 4em;
}

#versante aside h1 {
  letter-spacing: normal;
  color: #d32424;
}

#versante .versante-container {
  padding: .5em;
}

#versante section.aspen {
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/meetings-events-assets/aspen.jpg') center no-repeat;
  background-size: cover;
  width: 100%;
}

#versante section.spruce {
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/meetings-events-assets/spruce.jpg')center no-repeat;
  background-size: cover;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #versante .carousel-indicators {
    bottom: -20px;
    left: 0;
  }
}

@media screen and (min-width: 769px) {
  #versante .carousel-indicators {
    left: -260%;
  }
}

.versante-section-1 {
  min-height: 400px;
}

#versante .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.3);
}

#versante aside>div>div {
  margin: 10px auto;
}

#versante section a {
  width: 100%;
}

#versante aside .this-week-interior h2, #versante aside .this-week-interior h3 {
  text-align: left;
  color: #000;
}

#versante aside .this-week-interior h1 {
  font-family: rift-soft, sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.6;
}

#versante aside .this-week-interior h2 {
  font-family: rift-soft, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: .75;
}

#versante aside .this-week-interior h3 {
  font-family: rift-soft, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: .75;
}

.This_is_the_best____My_husband_and_I_specifical {
  font-size: 18px;
  font-family: "Rift Soft";
  color: rgb(241, 237, 233);
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  left: 2654.009px;
  top: 1246.638px;
  width: 265px;
  height: 94px;
  z-index: 129;
}

#versante aside .this-week-interior h1:before {
  content: " ";
  display: block;
  width: 100%;
  margin: 10px 0 10px 0;
  height: 9px;
  background: url('/images/dining-assets-r2/blue-dot-stroke2.png') center no-repeat;
  background-size: cover;
}

#versante aside .this-week-interior h1:after {
  content: " ";
  display: block;
  width: 100%;
  margin: 10px 0 10px 0;
  height: 9px;
  background: url('/images/dining-assets-r2/blue-dot-stroke2.png') center no-repeat;
  background-size: cover;
}

#versante aside .no-deco h1, #versante aside .no-deco h2, #versante aside .no-deco h3 {
  text-align: center;
  color: #000;
  font-family: rift-soft, sans-serif;
  font-weight: 400;
  margin-bottom: .35em;
  line-height: 1.333;
}

#versante aside .no-deco h1:before {
  content: " ";
  display: none;
  background: none;
}

#versante aside .no-deco h1:after {
  content: " ";
  display: none;
  background: none;
}

#sidebar-message h1 {
  color: #d32424 !important;
}

#sidebar-message h2 {
  font-family: 'Montserrat', verdana, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-transform: none !important;
}

#sidebar-message h2 a {
  font-family: 'Montserrat', verdana, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-transform: none !important;
  color: #000 !important;
}

#sidebar-message h2 a:hover {
  font-family: 'Montserrat', verdana, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-transform: none !important;
  color: #d32424 !important;
}

#chef p {
  font-family: rift-soft, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: .75 !important;
  color: #000 !important;
  text-transform: none !important;
}

.blue-outline {
  border-style: solid;
  border-color: #92cfe0;
  padding: 15px 20px;
  margin: -1.5em !important;
}

.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}

.order-sm-1 {
  order: 2 !important;
}

.order-sm-2 {
  order: 1 !important;
}

.m-top-2 {
  margin-top: 2em !important;
}

.m-top-4 {
  margin-top: 4em !important;
}

@media (max-width: 768px) {
  .blue-outline {
    border-style: solid;
    border-color: #92cfe0;
    padding: 0 !important;
    margin: 0 !important;
  }

  .w-60 {
    width: 100% !important;
  }

  .yelp-section {
    padding: 4em;
  }

  .insta {
    min-height: 0 !important;
  }

  #insta .w-50 {
    width: 100% !important;
  }

  .h-400 {
    min-height: 0 !important;
  }

  .w-50 {
    width: 90% !important;
  }

  .w-50 img {
    width: 100% !important;
    min-height: 1px !important;
  }

  .w-40 {
    width: 100% !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }
}

.img-versante {
  max-width: 80%;
  transform: rotate(-5deg);
}

.h-400 {
  min-height: 400px;
  object-fit: cover;
}

#yelp {
  background-color: #d32424;
}

#yelp .yelp-section {
  max-height: 400px;
}

#yelp .rating {
  color: #92cfe0;
}

#yelp .yelp-logo {
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 25px;
  font-size: .5em;
}

#yelp .yelp-section h2 {
  font-family: rift-soft, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  /* letter-spacing: .05em; */
  text-transform: uppercase;
  font-style: normal;
}

#insta .versante-snippet {
  padding: 0;
}

.cover {
  object-fit: cover;
}

.insta {
  width: 100%;
  min-height: 400px;
  padding: 4em;
  background: url('/images/dining-assets-r2/instagram-bg.jpg') center no-repeat;
  background-size: cover;
}

.background-one {
  /* border: #fff;
  border-style: solid;
  border-width: 1px; */
  background: #f1ede8 url('/images/dining-assets-r2/menui-items@3x.png') center no-repeat;
  background-size: cover;
}

/* .versante-section-1 {
  border: #fff;
  border-style: solid;
  border-width: 1px;
  background: #164c65 url('https://peaks-hotel.herokuapp.com/img/meetings-events-assets/grunge-aquaonblue.png') center no-repeat;

} */
.versante-section-2 {
  /* background-color: rgb(241, 237, 232);
  padding-bottom: 0; */
}

#versante aside {
  background-image: url('/images/dining-assets-r2/large-party@3x.png'), url('/images/dining-assets-r2/events@3x.png');
  background-position: left bottom, right 63rem;
  background-size: 300px, 200px, contain;
  background-color: rgb(241, 237, 232);
  background-repeat: no-repeat, no-repeat;
}

.versante-snippet {
  padding: 4em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  color: #FFF;
}

.versante-snippet h1 {
  color: #FFF;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #versante .align-self-end {
    align-self: center !important;
  }
}

#yelp a h2 {
  color: #92cfe0;
}

#yelp a h2:hover {
  color: #f1ede9;
}

#yelp .yelp-logo a:hover {
  color: #92cfe0;
}

#yelp .insta a.modal-icon:hover {
  color: #92cfe0;
}

.yelp-section {
  margin: auto;
  position: relative;
  /* width: 70%; */
}

.yelp-section .center-me {
  margin-bottom: 3em;
}

/* .yelp-logo {
  margin: auto;
  position: absolute;
  top: 5%;
  left: 50px;
  bottom: 0;
} */
.yelp-section h2 {
  font-size: 17px;
  font-style: italic;
  color: #FFF;
  /*text-decoration: underline;*/
  /*text-decoration-width: 1px;*/
  /*text-decoration-color: rgb(109, 207, 246);
  text-decoration-style: dashed;*/
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.yelp-quote {
  font-size: 14px;
  color: #FFF;
}

.yelp-author {
  color: #FFF;
  margin: 0;
  font-style: italic;
}

.yelp-section .versante-snippet {
  padding: 2em;
}

.versante-snippet>span {
  padding: 10px;
}

.menu-image {
  color: #FFF;
}

.this-week {
  margin: 5px;
}

.this-week h1 {
  font-size: 18px;
  color: #164c65;
  ;
}

.this-week h2 {
  font-size: 16px;
  color: #dc0000;
}

.this-week h3 {
  font-size: 14px;
  letter-spacing: normal;
  color: #164c65;
}

.this-week p {
  font-size: 12px;
  letter-spacing: normal;
  color: #164c65;
}

.this-week .this-week-interior {
  min-width: 100%;
  /* padding: 10px 10px; */
}

.ot-title {
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 900;
  font-size: 11px !important;
  line-height: 1.2;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #000;
}

.ot-dtp-picker {
  width: 100% !important;
  padding: 0;
  border-radius: 0 !important;
}

.ot-dtp-picker-form {
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 900;
  font-size: 11px !important;
  line-height: 2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #777;
}

.ot-dtp-picker-selector {
  border-bottom: none !important;
  margin-bottom: 1em !important;
  background-color: #ebebeb !important;
  border-radius: 1px;
}

.ot-dtp-picker-selector-link {
  color: #777 !important;
}

.ot-dtp-picker-selector select {
  color: #777 !important;
  font-size: 11px !important;
}

.ot-dtp-picker .ot-dtp-picker-button {
  border-radius: 1px !important;
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 900;
  font-size: 11px !important;
  /*line-height: 2;*/
  letter-spacing: .3em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 0 1px #dc0000;
  box-shadow: 0 0 0 1px #dc0000;
  background-color: #dc0000;
}

#versante .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#versante .main-body {
  padding: 0;
  margin: 10px;
}

#versante .container {
  max-width: 1200px;
  width: 100%;
  padding: 0;
}

.parent {
  width: 33%;
  height: 300px;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
}

.child {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

#versante .child h1 {
  color: #FFF;
}

/* Several different images */
.bg-one {
  background: url(https://peaks-hotel.herokuapp.com/img/dining-assets/lunchdinner.png) center no-repeat;
  background-size: cover;
}

.bg-two {
  background: url(https://peaks-hotel.herokuapp.com/img/dining-assets/brunch.png) center no-repeat;
  background-size: cover;
  ;
}

.bg-three {
  background: url(https://peaks-hotel.herokuapp.com/img/dining-assets/drinks.png) center no-repeat;
  background-size: cover;
}

.parent:hover .child, .parent:focus .child {
  /*-ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);*/
}

.parent:hover .child:before, .parent:focus .child:before {
  display: block;
  background-color: rgba(0, 0, 0, 0.65);
  transition: ease;
}

.parent:hover a, .parent:focus a, .parent:hover h1, .parent:focus h1, {
  display: block;
}

#versante .child a {
  display: block;
  font-size: 16px;
  color: #ffffff !important;
  font-family: "Montserrat";
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 25%;
  height: 15%;
  cursor: pointer;
  line-height: 2;
  font-style: italic;
}

#versante .child .btn-thethird:hover {
  display: block;
  font-size: 16px;
  color: #164c65 !important;
  font-family: "Montserrat";
}

.scrolled-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 100;
}

.child:before {
  content: "";
  /*display: none;*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  transition: ease;
}

.child:after {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

#versante .carousel-indicators>li {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  z-index: 2001;
}

#versante .carousel-indicators .active {
  background-color: red;
}

/* Media Queries */
@media screen and (max-width: 960px) {
  #versante .child a {
    width: 35%;
    height: 25%;
    white-space: normal;
  }
}

#versante section {
  /*margin: 10px;*/
}

.fa-caret-up {
  opacity: 0;
}

.fa-caret-down {
  opacity: 0;
}

#versante .floorplans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#versante .versante-snippet h1 {
  font-family: rift-soft, sans-serif;
  font-weight: 600;
  font-size: 21px;
  font-weight: 600;
}

#versante .versante-snippet h2 {
  font-family: rift-soft, sans-serif;
  font-weight: 400 !important;
  font-size: 18px;
  font-weight: 600;
}

#versante .banner .carousel-caption h1, #versante .banner .banner-caption h1 {
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .3em;
  text-transform: uppercase;
}

#versante aside h1 {
  font-size: 16px;
}

.menu-h1 {
  margin: auto;
  position: relative;
  padding-top: 50%;
}

#versante .aspen h2, #versante .spruce h2 {
  font-size: 16px;
  font-family: "din-2014";
  font-weight: 400;
  margin: 0;
  text-decoration: underline;
  text-transform: uppercase;
}

#versante .catering {
  min-height: 268px;
}

#versante .catering img {
  display: block;
  margin-bottom: 2.5vh;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#versante .message-box {
  padding-left: 8px;
  font-size: 10px;
  font-family: "Montserrat";
  color: rgb(119, 119, 119);
  text-transform: uppercase;
  border-width: 1px;
  border-color: rgb(172, 172, 172);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  margin-bottom: 2em;
  width: 300px;
  height: 238px;
  z-index: 103;
}

#versante .contact-text {
  padding-left: 8px;
  font-size: 10px;
  font-family: "Montserrat";
  color: rgb(119, 119, 119);
  text-transform: uppercase;
  border-width: 1px;
  border-color: rgb(172, 172, 172);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  margin-bottom: 2em;
  width: 300px;
  height: 28px;
  z-index: 102;
}

input:focus:invalid {
  -webkit-box-shadow: 0 0 5px 1px #ff183e;
  box-shadow: 0 0 5px 1px #ff183e;
}

input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select {
  background-color: white;
  border-radius: 0px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select:focus {
  -webkit-box-shadow: #164c65;
  box-shadow: #164c65;
}

select.minimal {
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #ff183e 50%), -webkit-linear-gradient(315deg, #ff183e 50%, transparent 50%), -webkit-linear-gradient(left, #ccc, #ccc);
  background-image: -o-linear-gradient(45deg, transparent 50%, #ff183e 50%), -o-linear-gradient(315deg, #ff183e 50%, transparent 50%), -o-linear-gradient(left, #ccc, #ccc);
  background-image: linear-gradient(45deg, transparent 50%, #ff183e 50%), linear-gradient(135deg, #ff183e 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
  border-radius: 0;
}

select.minimal:focus {
  background-image: -webkit-linear-gradient(45deg, #ff183e 50%, transparent 50%), -webkit-linear-gradient(315deg, transparent 50%, #ff183e 50%), -webkit-linear-gradient(left, #ccc, #ccc);
  background-image: -o-linear-gradient(45deg, #ff183e 50%, transparent 50%), -o-linear-gradient(315deg, transparent 50%, #ff183e 50%), -o-linear-gradient(left, #ccc, #ccc);
  background-image: linear-gradient(45deg, #ff183e 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ff183e 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

#versante .container {
  -webkit-display: -webkit-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#versante a.btn-primary, #versante button.btn-primary {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.23;
  padding: 5px 20px;
  font-size: 15.5px;
  font-weight: 400;
  z-index: 1;
}

#versante a.btn-primary:hover, #versante button.btn-primary:hover {
  width: auto;
  margin: auto;
  padding: 7px 22px;
  font-size: 15.5px;
  font-weight: 400;
  z-index: 1;
}

#versante .carousel {
  background: #FFF;
}

#versante .carousel img {
  display: block;
  height: 375px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#versante .flickity-prev-next-button {
  height: 30px;
  width: 30px;
  background-color: hsla(199, 64%, 24%, 0.75);
}

#versante .flickity-prev-next-button:hover {
  background-color: hsla(199, 64%, 24%, 0.95);
}

#versante .flickity-prev-next-button .arrow {
  fill: #dc0000;
}

#versante .yelp-container .modal-icon, #versante .versante-section-1 .modal-icon {
  font-size: 4.2em;
  color: #FFF;
}

#versante .versante-section-1 .insta .modal-icon {
  font-size: 4.2em;
  color: #d32424;
}

#versante .yelp-container .yelp-logo a {
  position: -webkit-sticky;
  position: sticky;
}

.rating {
  color: #dc0000;
}

.rating>span {
  padding: 5px;
  font-size: 22px;
}

.rating>span:before {
  fill: #dc0000;
  content: "\2605";
  position: absolute;
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}

#versante .col-12 {
  margin-top: 3em;
}

#versante .modal-backdrop {
  background: rgba(255, 255, 255, 0.85) url(https://peaks-hotel.herokuapp.com/img/grunge-cream_1400x800-min.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

#versante .modal-content {
  width: 100%;
  background: transparent;
  border: none;
}

#versante .modal {
  background: rgba(255, 255, 255, .85) url(https://peaks-hotel.herokuapp.com/img/grunge-cream_1400x800-min.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: right top;
  overflow: hidden;
}

#versante .modal-dialog {
  max-width: none;
}

#versante .modal-body {
  padding: 0 15px;
  text-align: center;
  margin-top: 10vh;
}

/*#versante .col-12 {
  margin-top: 3em;
}*/
#versante .modal .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(60vh - 60px);
  width: 100%;
}

#versante .modal .header h2 {
  margin: 0;
}

#versante .modal .close {
  font-family: 'Montserrat', verdana, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px;
  color: #eb0000;
  text-shadow: none;
  opacity: 1;
  margin-right: 15vw;
}

#versante .close:hover {
  text-decoration: underline;
}

#versante .col-12 a {
  padding: 0 10px 0 10px;
}

#versante .col-12 a:hover {
  color: #13a3a2;
  text-decoration: none;
  opacity: 1;
}

#versante .modal-icon {
  color: #164c65;
}

#versante .modal-icon:hover {
  color: #eb0000;
}

#versante .modal-icon h2 {
  color: #d32424;
}

#versante .modal-icon:hover h2 {
  color: #eb0000;
}

#versante .icon-versante {
  display: -webkit-inline-box;
}

#versante .modal .meta {
  color: darkgray;
  font-size: 12px;
}

#versante .modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0); // IE9 only
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  #versante .carousel img {
    max-height: 300px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .versante-image {
    /*padding-left: 10px;*/
  }

  .insta-image {
    /*padding-right: 10px;*/
  }

  .yelp-container {
    position: relative;
  }

  .yelp-section {
    /*overflow-y: scroll;*/
    /*height: 400px;*/
    padding: 3em;
  }
}

@media screen and (max-width: 1200px) {
  #versante section {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    min-width: 50%;
  }

  #versante aside {
    width: 100%;
    max-width: 30%;
  }

  #versante .versante-container-insta {
    /*flex-direction: column;*/
  }

  #versante .pad-4 {
    padding: 0;
  }

  #versante .this-week {
    padding: .5em;
  }

  #versante .carousel {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1040px) {
  .versante-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .fa-caret-up {
    opacity: 1;
    font-size: 24px;
    float: right;
    color: #164c65;
  }

  .fa-caret-up:active a {
    opacity: 1;
    font-size: 24px;
    float: right;
    color: #eb0000;
  }

  .fa-caret-down {
    opacity: 1;
    font-size: 24px;
    float: right;
    color: #164c65;
  }

  .fa-caret-down:active a {
    opacity: 1;
    font-size: 24px;
    float: right;
    color: #eb0000;
  }

  #versante .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #versante .carousel img {
    height: 300px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
  }

  #versante .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  #versante .dinner, #versante .lunch, #versante .drinks {
    margin: 0 0 10px 0;
  }

  #versante aside {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 100%;
  }

  #versante .this-week h1 {
    margin: 0;
    font-size: 15px;
  }

  #versante .this-week h1 {
    -webkit-appearance: none;
  }

  #versante .home-load img {
    min-height: 300px;
  }

  #versante .home-load a img {
    min-height: 1px;
  }

  .versante-section-1 {
    border: none;
  }

  .yelp-section h2 {
    padding-top: 1em;
    margin: 0;
  }

  .fa-plus {
    color: #dc0000;
    padding-left: 5px;
    font-size: 15px;
  }

  .fa-minus {
    color: #dc0000;
    padding-left: 5px;
    font-size: 15px;
  }

  .versante-snippet h1 {
    padding-top: 10px;
  }

  .versante-image {
    /*max-width: 333px;*/
    padding-left: 0;
  }

  .insta-image {
    padding-right: 0;
  }

  .pad-4 {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #versante section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .this-week .this-week-interior {
    text-align: center;
  }

  .absolute-center-h1 {
    margin-top: 10em;
  }

  .versante-snippet {
    padding: 2em;
  }

  .yelp-logo {
    /* margin: auto;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0; */
  }

  #versante .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #versante section {
    margin: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #versante .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }

  .banner .logo-versante {
    position: absolute;
    width: 60vw;
    display: block;
    top: calc(50vh - 75px);
    left: 20vw;
    -webkit-filter: drop-shadow(0px 0px 70px #000);
    filter: drop-shadow(0px 0px 70px #000);
  }

  .menu-image {
    padding-bottom: 1em;
  }
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .banner .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

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

@media (min-width: 991px) {
  .desktop-hide {
    display: none;
  }

  #bookingform.collapse {
    display: block;
  }
}

@media (max-width: 991px) {
  #meetings-and-events .modal, #rooms .modal, #amenities .modal, #versatne .modal {
    width: 100%;
    overflow: auto;
  }

  #rooms .modal .col-12, #meetings-and-events .modal .col-12, #versante .modal .col-12 {
    margin-top: 0;
  }

  #rooms .modal .close, #meetings-and-events .modal .close, #versante .modal .close {
    margin-top: 0;
    margin-right: 0;
    line-height: 1;
    padding: 10px 0 0;
    margin-right: 0;
  }

  .mobile-hide {
    display: none !important;
  }

  #header:after {
    height: 100px;
  }

  .navbar#nav {
    top: auto;
    bottom: 0;
  }

  .navbar ul {
    height: 80vh;
    margin-top: 10px;
    font-size: 6.75vw;
  }

  .navbar ul li.small {
    font-size: 5.25vw;
  }

  .navbar ul li button {
    font-size: 7vw !important;
  }

  .nav-main.navbar-toggler {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 70px;
    background-color: transparent;
    z-index: 1101;
  }

  #navbarToggleNav>div {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }

  .navbar#mobile {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: rgba(255, 255, 255, .85);
  }

  .navbar#mobile button {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .mobile-specials.navbar-toggler {
    position: relative;
    width: 25%;
    height: 100%;
    line-height: 55px;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    white-space: nowrap;
    padding: 0;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', verdana, sans-serif;
    font-weight: 400;
    letter-spacing: .3em;
    color: #dc0000;
    -webkit-appearance: none;
  }

  .mobile-specials.navbar-toggler:before {
    position: absolute;
    content: '\f0a3';
    width: 100%;
    background-color: transparent;
    color: #dc0000;
    font-size: 40px;
    font-family: 'FontAwesome';
    font-weight: normal;
    -webkit-appearance: none;
    opacity: .15;
    left: 0;
  }

  .mobile-specials.navbar-toggler:hover {
    color: #164c65;
    opacity: 1;
  }

  a.btn-link.mobile-call {
    position: relative;
    width: 25%;
    background-color: transparent;
    color: #dc0000;
    font-size: 10px;
    font-family: 'FontAwesome';
    font-weight: normal;
    -webkit-appearance: none;
  }

  a.btn-link.mobile-call:hover {
    color: #164c65;
    opacity: 1;
  }

  #ToggleSpecials ul li {
    padding: 2vh 0;
  }

  #ToggleSpecials ul,   #ToggleSpecials ul li, #ToggleSpecials ul li button  {
  font-size: 12px !important;
}

  .mobile-booking.navbar-toggler {
    position: relative;
    width: 50%;
    background-color: #dc0000;
    white-space: nowrap;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', verdana, sans-serif;
    font-weight: 400;
    letter-spacing: .3em;
  }

  .mobile-booking.navbar-toggler:hover, .mobile-booking.navbar-toggler:active {
    color: #fff;
    background-color: #164c65;
  }

  .bookingbar {
    /*position: relative;*/
    width: 100%;
    height: 100vh;
    left: 0;
    margin-left: 0;
    font-size: 14px;
    padding: 100px 0;
  }

  .bookingbar h3 {
    letter-spacing: .5em;
  }

  .bookingbar img {
    display: block;
    max-height: 75px;
    margin: 0 auto 2em;
  }

  .bookingbar .form-group {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .bookingbar .form-group>div {
    margin-bottom: 1em;
  }

  .bookingbar input.form-control, .bookingbar select.form-control {
    font-size: 12px;
    width: 70%;
    margin: 0 auto;
  }

  .bookingbar .date-picker:after {
    position: absolute;
    top: -2px;
    right: 9px;
    content: '\f00a';
    font-family: 'FontAwesome';
    font-weight: normal;
    padding: 14px 0 1px;
    margin-top: 0;
    font-size: 10px;
    color: #164c65;
    border: none;
  }

  .bookingbar .date-picker::after, .bookingbar .rooms-select::after {
    right: 17%;
  }

  .bookingbar .btn-primary {
    display: block;
    width: 70%;
    margin: 2em auto -1em;
    font-size: 14px;
    line-height: 50px;
  }

  #ToggleAnnouncement {
    top: 30px;
    left: calc(50vw - 400px);
    height: auto;
    width: 800px;
  }

  #ToggleAnnouncement.modal .modal-dialog {
    width: 800px;
    max-width: 800px;
    height: 400px;
  }

  #ToggleAnnouncement div.bg-primary {
    height: 400px;
    width: 800px;
  }

  #ToggleAnnouncement ul {
    max-width: 80vw;
  }

  .ribbon {
    height: 70px;
    position: fixed;
    bottom: 0;
  }

  .tri-up {
    position: fixed;
    top: auto;
    bottom: 70px;
  }

  .logo {
    width: 120px;
    bottom: 10px;
    left: 50%;
    margin: 0;
    margin-left: -60px;
    position: fixed;
  }

  #footer .ribbon {
    height: auto;
    position: relative;
  }

  #awardImage {
    max-width: 30%;
    margin-bottom: 1.5rem;
  }

  #footer .ribbon .col-3, #footer .ribbon .col-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1em 0;
  }

  #footer p.social {
    margin: 0;
    font-size: 18px;
    line-height: 2;
  }

  .banner .carousel-caption, .banner .banner-caption {
    /*bottom: 35px;*/
    top: calc(100vh - 142px);
    /*position: -webkit-sticky;
    position: sticky;*/
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    left: 0;
    margin-left: 0;
    text-align: center;
  }

  /*.banner, .main {
        transform: translate3d(0px,-70px,0px);
  }*/
  .banner .carousel-control-next, .banner .carousel-control-prev {
    bottom: calc(0 + 105px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}

/*
@media (max-width: 768px) {
  .navbar ul {
    font-size: 7vw;
    padding: 0;
  }
  .navbar ul li.small {
    font-size: 4.5vw;
  }
}*/
@media (max-width: 768px) {
  #meetings-and-events a.btn-thefourth {
    padding: 5px;
  }

  h1 {
    -webkit-font-stroke: .25px;
  }

  .navbar ul {
    font-size: 7vw;
    /* padding: 0; */
  }

  .navbar ul li.small {
    font-size: 4.5vw;
  }

  a.nav-link {
    padding: .125rem .5rem;
  }

  .text-right {
    text-align: center !important;
  }

  .mobile-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .mobile-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .bg-footer-left {
    padding-bottom: 120px !important;
  }

  .banner {
    overflow: hidden;
  }

  .banner .carousel-inner .container, .banner .banner-inner .container {
    height: 100%;
  }

  .banner .carousel-caption, .banner .banner-caption {
    margin: 0;
  }

  .banner .carousel-caption, .banner .banner-caption {
    margin: 0;
  }

  .banner .carousel-item>img, .banner .banner-item img {
    min-width: 100vw;
    min-height: 0;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .85;
  }

  #versante .banner .carousel-item>img, #versante .banner .banner-item img {
    min-width: 100vw;
    min-height: 0;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .85;
  }

  #versante .banner .banner-item .logo-versante img {
    min-width: 100%;
    width: 100%;
    min-height: 0;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .85;
  }

  #versante iframe {
    margin-bottom: 0;
  }

  .img-versante {
    max-width: 70%;
  }

  .bg-type-home p {
    padding: 0;
  }

  .bg-type-home {
    padding: 60px 1em 1em !important;
  }

  img.author-avatar {
    top: -50px;
    right: calc(50% - 50px);
  }

  .bg-christy-type-amenities {
    padding-top: 80px !important;
    padding-bottom: 30px !important;
  }

  .bg-christy-type-amenities p {
    padding: 0;
  }

  img.author-avatar#logo {
    top: calc(100% - 38px);
    right: calc(50% - 70px);
  }

  .overlay>div {
    width: 90%;
    max-width: none;
  }

  .toggler {
    font-size: 2em;
  }

  .overlay .toggler {
    margin-bottom: .5em;
  }

  .gallery-strip .carousel-control-prev, .gallery-strip .carousel-control-next {
    width: 45px;
  }

  .gallery-strip .carousel-control-prev {
    padding-right: 10px;
  }

  .gallery-strip .carousel-control-next {
    padding-left: 10px;
  }

  #amenities .modal .close {
    line-height: 1;
    padding: 10px 0 0;
    margin-right: 0;
  }

  #amenities .modal .close p {
    margin: 0;
  }

  #amenities .col-12 {
    margin-top: .25em;
  }
}
