@font-face {
    font-family: 'GreatVibes';
    src: url('../fonts/greatvibes-regular-webfont.woff2') format('woff2'),
         url('../fonts/greatvibes-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*------------------------------------*\
    $BASE
\*------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  background-color: white;
  color: black;
  overflow-x:hidden;
}
body.showMenu {
  overflow-y: hidden;
}

.container-fluid {
  max-width: 1450px;
  padding-left:50px;
  padding-right:50px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height:auto;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: 'Libre Baskerville', serif;
  text-transform: uppercase;
  color: #2a2a2a;
  letter-spacing:-1px;
}

h3 {
  font-size: 30px;
  line-height: 30px;
}
#slider1 img {
  margin-left:auto;
  margin-right:auto;
}

#slider1 .slider-item{
    padding-left:50px;
    padding-right:50px;
}

#slider2 img {
  width:100%;
}
#about-us {
  color: #414141;
  font-size: 16px;
  line-height: 24px;
}
#about-us .logo {
  max-width: 500px;
  height: 45px;
  margin-bottom: 10px;
  background: url(../images/logo.svg) center/contain no-repeat;
}
#about-us p {
  padding-top: 20px;
}

#amenities {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #575554;
  background: url(../images/amenities-bg.png) center bottom/cover no-repeat;
}
@media (min-width: 1400px) {
  #amenities {
    background-size: 1920px;
  }
}
#amenities > div {
  min-height: 743px;
}
#amenities .icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color:#431c23;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#amenities .icon-1 {
  background-image: url(../images/icon1-1.png);
}
#amenities .icon-2 {
  background-image: url(../images/icon2-1.png);
}
#amenities .icon-3 {
  background-image: url(../images/icon3-1.png?1);
}
#amenities .icon-4 {
  background-image: url(../images/icon4-1.png?1);
  background-color:#d6aa5c;
}
#amenities .deco {
  width: 1px;
  height: 87px;
  background-color: #808080;
  margin: 40px auto 25px;
}
#locations .container-fluid {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}
#locations figure {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color:black;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  padding-bottom: 63%;
  padding-left:0;
  padding-right:0;
}
#locations figure a {
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
  text-transform: uppercase;
  color: white;
}
#locations figure a span::before {
  content:"|";
  margin-right:3px;
}
#locations figure:hover a {
  background-color: rgba(254, 91, 85, 0.8);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 24px;
  padding: 30px;
  padding-bottom:40px;
}
#locations figure:hover a span {
  display:block;
}
#locations figure:hover a span::before {
  content:none;
}
#locations figure:hover a::before {
  width: 98px;
  height: 1px;
  background-color: white;
  content: "";
  display: block;
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  #locations figure {
    padding-bottom: 31.5%;
  }
}
@media (min-width: 992px) {
  #locations figure {
    /*width: 33.333333%;
    padding-bottom: 20.75%;*/
    padding-bottom:15.75%;
  }
}

#verse {
  color:#888;
  font:50px/50px 'GreatVibes', serif;
  padding-top:80px;
}

#verse1 {
  color:#888;
  font:55px/50px 'GreatVibes', serif;
}

#contact header {
  position: relative;
}
#contact header::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #262626;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
#contact header .logo {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  height: 82px;
  background: url(../images/logo3.svg) center/contain no-repeat;
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
#contact header .logo a,
#contact figure a {
  display:block;
}
#contact figure {
  padding:2rem 2rem;
}
#contact .logo-wrap {
  max-width:1200px;margin-left:auto;margin-right:auto;
}

.slick-arrow {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color:#d6aa5c;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: url(../images/icon-arrow.png) center/contain no-repeat;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}

.slick-prev {
  left: 0;
  -moz-transform: rotate(180deg) translate(15px, 50%);
  -ms-transform: rotate(180deg) translate(15px, 50%);
  -webkit-transform: rotate(180deg) translate(15px, 50%);
  transform: rotate(180deg) translate(15px, 50%);
}

.slick-next {
  right: 0;
  -moz-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  -webkit-transform: translate(15px, -50%);
  transform: translate(15px, -50%);
}

.slick-disabled {
  display: none !important;
}

@media (min-width: 992px) {
  .slick-arrow {
    width: 88px;
    height: 88px;
  }

  .slick-prev {
    -moz-transform: rotate(180deg) translate(50%, 50%);
    -ms-transform: rotate(180deg) translate(50%, 50%);
    -webkit-transform: rotate(180deg) translate(50%, 50%);
    transform: rotate(180deg) translate(50%, 50%);
  }

  .slick-next {
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.logo a {
  display: inline-block;
}

.ph {
  position: relative;
  z-index: 100;
  background-color: white;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ph .container-fluid {
  max-width: 1920px;
  padding-left: 50px;
  padding-right: 50px;
}
.ph .logo a {
  display: block;
  background: url(../images/logo1.svg) left center/contain no-repeat;
  width: 100%;
  max-width: 152px;
  height: 36px;
}
@media (min-width: 992px) {
  .ph .logo a {
    max-width: 260px;
    height: 50px;
  }
}
.ph ul {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #050707;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ph > div {
    height: 77px;
  }
  .ph ul li {
    padding-left: 15px;
  }
  .ph ul li a {
    position: relative;
  }
  .ph ul li a::before {
    transition: 0.3s;
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background-color: #808080;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .ph ul li a:hover {
    color: #0c3f36;
  }
  .ph ul li.active a::before {
    height: 15px;
    top: -20px;
  }
}
@media (min-width: 992px) {
  .ph ul li {
    padding-left: 50px;
  }
}

.icon-menu {
  width: 70px;
  height: 50px;
  background: url(../images/menu.svg) center/24px no-repeat;
}
.showMenu .icon-menu {
  background-image: url(../images/x.svg);
}

@media (min-width: 768px) {
  .icon-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .ph > div {
    height: 50px;
    padding-right: 0;
  }
  .ph .nav {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    z-index: 10;
    top: 50px;
    right: 0;
    width:100%;
    height:100%;
    background-color: white;
    padding-top: 5rem;
    font-weight:bold;
    font-size: 1.2rem;
    transform: translateX(100%);
    text-align:center;
  }
  .ph .nav a {
    display: inline-block;
    padding: 15px 25px;
    background-color:white;
    position:relative;
  }
  .ph .nav li {
    position:relative;
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
  }
  .ph .nav li::before {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content:"";
    display:block;
    height:1px;
    position:absolute;
    left:25px;
    background-color:#0d3f35;
    top:50%;
    transform:translateY(-50%);
    width:0;
  }
  .ph .nav li.active::before {
    width:calc(100% - 50px);
    right:25px;
  }
  .ph .nav li.active,
  .ph .nav li:hover a {
    color:#0d3f35;
  }
  .showMenu .ph .nav {
    transform: translateX(0);
  }
}
.scrollHeader .ph {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
.pf {
  background-color: #002863;
  color: white;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid white;
}
.pf .logo a {
  display: inline-block;
  width: 232px;
  height: 50px;
  margin-right:30px;
  background: url(../images/logo1-footer.svg?1) center/contain no-repeat;
}
