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

.mobile-only {
  display: none;
}

.header {
  background: #eee;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.header,
.header .header-menu,
.header .logo,
.header .contact-buttons {
  height: 75px;
}
.header .container {
  display: inline-block;
  width: calc(100% - 20px);
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
.header .vcenter {
  display: table-cell;
  vertical-align: middle;
}
.header .logo {
  width: 25%;
  float: left;
  display: table;
}
.header .logo p {
  margin: 0;
}
.header .logo img {
  margin-bottom: -5px;
  max-height: 55px;
}
.header .header-menu {
  width: 50%;
  float: left;
  display: table;
}
.header .header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .header-menu li:first-child {
  /*display: none;*/
}
.header .header-menu li {
  display: inline-block;
  margin: 0 1vw;
}
.header .header-menu li.current a {
  font-weight: 600;
  transform: translateY(0) !important;
  border-bottom-color: #fff0 !important;
}
.header .header-menu a {
  color: inherit;
  padding: 0;
  transition: .3s;
  display: block;
  line-height: 30px;
  border-bottom: solid 1px #fff0;
}
.header .header-menu a:hover {
  transform: translateY(-2px);
  border-bottom-color: #828282;
}
.header .contact-buttons {
  width: 25%;
  float: left;
  display: table;
  position: relative;
}
.header .contact-details {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 0;
  transition: .3s;
  height: 55px;
  overflow: hidden;
}
.header .contact-buttons.pop-one .contact-details,
.header .contact-buttons.pop-two .contact-details,
.header .contact-buttons.pop-three .contact-details,
.header .contact-buttons.pop-four .contact-details {
  top: 55px;
}
.header .contact-buttons.pop-one .detail.one,
.header .contact-buttons.pop-two .detail.two,
.header .contact-buttons.pop-three .detail.three,
.header .contact-buttons.pop-four .detail.four {
  width: 100%;
}
.header .contact-buttons.pop-one .contact-but.one i,
.header .contact-buttons.pop-two .contact-but.two i,
.header .contact-buttons.pop-three .contact-but.three i,
.header .contact-buttons.pop-four .contact-but.four i {
  background: #555;
}
.header .contact-details .detail {
  line-height: 55px;
  float: left;
  width: 0;
  overflow: hidden;
  display: block;
  transition: .3s;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
.header .contact-but {
  display: inline-block;
}
.header .contact-but i {
  font-size: 20px;
  padding: 0;
  border-radius: 100px;
  line-height: 39px;
  padding-top: 1px;
  width: 35px;
  margin: 0 3px;
  color: #515153;
  transition: .3s;
  cursor: pointer;
}
.header .contact-but i:hover {
  color: #000;
}
.hero {
  height: calc(100vh - 65px);
  margin-top: 65px;
}
.hero_inner {
  position: fixed;
  top: 0;
  z-index: -2;
  margin-top: 55px;
  opacity: .2;
  height: 100%;
  width: 100%;
}
.rooms-prices .hero_inner {
  background-image: url(/images/full-screen-sliders/3.jpg);
}
.location .hero_inner {
  opacity: .4;
}
.hero .overlay .custom h1 {
  margin: 0;
}
.hero .overlay .custom p {
  margin: 10px 0 15px;
  line-height: 25px;
}
.hero .overlay i {
  font-size: 30px;
  position: absolute;
  transform: translateX(-50%);
  transition: .3s;
}
.contact .hero .overlay i,
.book .hero .overlay i {
  display: none;
}
.hero .overlay i:hover {
  transform: translate(-50%, 5px);
}
.rooms-prices .hero_inner {
  filter: blur(15px);
}
.hero .overlay {
  display: table;
  width: 90%;
  max-width: 1300px;
  height: calc(100vh - 55px);
  position: relative;
  margin: 0 auto;
  color: #fff;
}
.rooms-prices .hero .overlay {
  max-width: 800px;
}
.hero .overlay .custom {
  width: 100%;
  margin-bottom: 5vh;
}
.hero .overlay .vcenter {
  display: table-cell;
  vertical-align: middle;
}
.hero .overlay .room-header {
  display: inline-block;
  margin: 0 3%;
  padding: 30px 0 40px;
  width: 35%;
  border: 3px solid #fff;
  color: #fff;
  transition: .3s;
  margin-bottom: 5vh;
  cursor: pointer;
}
.hero .overlay .room-header:hover {
  background: #fff;
  color: #000;
  transform: scale(1.05);
}
.hero .overlay .room-header a {
  text-transform: uppercase;
  border: 1px solid;
  font-size: 12px;
  padding: 0 15px;
  line-height: 28px;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  transition: .3s;
}
.hero .overlay .room-header a:hover {
  background: #fff;
  color: #000;
}
.hero .overlay .room-header h1 {
  margin-bottom: 20px;
  font-size: 28px;
}
.hero .overlay .room-header p {
  margin: 5px 0;
}
.hero .overlay .room-header p:last-child:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  margin: 10px auto 8px;
  transition: .3s;
}
.hero .overlay .room-header:hover p:last-child:before {
  background: #000;
}
div#foxcontainer_m93 {
  max-width: 800px;
  width: 80%;
}
.contact .hero .overlay .custom,
.book .hero .overlay .custom {
  display: none;
}

.mobile-menu {
  display: none;
}
@media (max-width: 1149px) {
.header, .header .header-menu, .header .logo, .header .contact-buttons {
    height: 65px;
}
.header .logo {
  display: none;
}
.header .header-menu {
  width: auto;
}
.header .contact-buttons {
  float: right;
  width: auto;
  position: inherit;
}
.header .header-menu li {
  margin: 0 10px;
}
.header .contact-details {
  text-align: right;
  padding-right: 15px;
}
.header .contact-but i:hover {
  transform: none;
}
.header .contact-but i {
  margin: 0 2px;
  background: none;
  color: #000;
  font-size: 20px;
  border: none;
}
.header .contact-buttons.pop-one .contact-but.one i,
.header .contact-buttons.pop-two .contact-but.two i,
.header .contact-buttons.pop-three .contact-but.three i,
.header .contact-buttons.pop-four .contact-but.four i {
  color: #777;
  background: none;
}
}

@media (max-width: 767px) {
.hero {
  height: calc(100vh - 50px);
  margin-top: 50px;
}
.hero_inner {
  margin-top: 50px;
}
.scrollmenu .header {
  position: fixed;
  top: 0;
}
.mobile-only {
  display: block;
}
.mobile-header-trigger {
  height: 50px;
  background: #ededed;
}
.header {
  position: absolute;
  top: auto;
}
.preheader {
  background-color: #fff;
  width: 100%;
  padding: 7vh 0;
  text-align: center;
}
.preheader img {
  margin: 0;
  max-width: 350px;
  width: 80vw;
  height: auto;
}
.header, .header .header-menu, .header .logo, .header .contact-buttons {
    height: 50px;
}
.hero .overlay .room-header {
  width: 42%;
}
.header .contact-details {
  text-align: left;
  padding-left: 15px;
}
.mobile-menu {
  display: block;
}
.mobile-menu p {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
}
.mobile-menu i {
  margin-left: 10px;
  transition: .3s;
}
.menu-pop .mobile-menu i {
  transform: rotate(90deg);
}
.header .header-menu ul {
  position: absolute;
  width: 100%;
  left: 100%;
  background: #eee;
  top: 100%;
  transition: .3s;
  text-align: right;
  padding: 15px 0;
}
.menu-pop .header .header-menu ul {
  left: 0;
}
.header .header-menu li {
  display: block;
  margin: 0;
  padding-right: 15px;
}
.header .header-menu {
  width: 100px;
  float: right;
}
.header .logo {
  width: auto;
  margin-right: 15px;
}
.header .header-menu a {
  line-height: 50px;
}
.header .header-menu a:hover {
  transform: none;
  border-bottom-color: #fff0;
}
.header .contact-buttons {
  float: left;
}
.hero .overlay .vcenter {
  padding-bottom: 15vh;
}
.rooms-prices .hero .overlay .vcenter {
  padding-bottom: 0;
}
.hero .overlay .custom h1 {
  font-size: 25px;
}
}


@media (max-width: 767px) {
  .hero .overlay .room-header {
    width: 94%;
    margin: 0 auto 5vh;
  }
  .rooms-prices .hero {
    height: auto;
    padding: 10vh 0 5vh;
    margin: 0;
  }
  .rooms-prices .hero_inner {
    filter: blur(2px);
    opacity: .5;
  }
}

.contact-buttons .contact-but.one {
  display: none !important;
}
