/**PRELOADER**/

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index: 100000;
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(../images/loading-site.gif);
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}


/****BASIC STYLES****/

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: 17px;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  color: #6e5555;
  font-weight: 300;
}

a {
	color: #6e5555;
}

a:active {
  color: #6e5555;
}

a:visited {
  color: #6e5555;
}

a:hover,
a:hover h2 {
	color: #6e5555;
  opacity: .7;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-size: 100%;
  font-family: 'Montserrat', sans-serif;
}

h1 {
  display: block;
  margin-left: calc(-50vw + 465px);
  margin-bottom: 100px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  font-size: 30px;
  position: relative;
  width: 100vw;
}

h1 span {
   padding: 20px 35px;
   background: #43807a;
   display: table;
   margin: 0 auto;
}


h2 {
  margin: 25px auto;
  font-size: 3.4rem;
  font-weight: 200;
}

img {
  max-width: 100%;
}

.container {
  margin-top: 150px;
  margin-bottom: 150px;
}

.container,
.container-fluid {
  text-align: center;
}

.container-narrow {
	max-width: 960px;
}

.container-medium {
	max-width: 1170px;
}

.container-image {
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;

}

.container-map {
   height: 0;
   padding-bottom: 44.167%;
}

.container-image h1 {
  color: #fff;
}

.container-quote {
  position: relative;
  height: auto;
  max-height: 500px;
  margin: 0 -15px;
  overflow: hidden;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.container-green {
  background: #43807a;
  color: #fff;
  font-size: 14px;
}

.container-green .container {
  margin: 50px auto;
}

.intro {
  margin-bottom: 25px;
}

.exceed {
  margin-top: 25px;
  font-size: 2.8rem;
}

.additional {
  margin-top: 20px;
}

.flavor-image {
  display: block;
  margin-top: 80px;
}

.hidden-xs {
  display: block;
}

@media screen and (max-width: 1023px) {

   h1 {
     margin-left: calc(-50vw + 360px);
   }

   h1 span {
   }

}

@media screen and (max-width: 767px) {

body {
  font-size: 15px;
}
  .flavor-image {
    margin-top: 40px;
  }

  .container-narrow {
  	max-width: 340px;
  }

  .container-image .image-left {
    display: none;
  }

  .container-image .image-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .hidden-xs {
    display: none;
  }

  h1 {
    margin-left: calc(-50vw + 155px);
    font-size: 24px;
    margin-bottom: 50px;
  }

  .container-map {
     padding-bottom: 60%;
  }

}

@media screen and (max-width: 767px) and (orientation: landscape) {

  .container-narrow {
  	max-width: 500px;
  }

  h1 {
    margin-left: calc(-50vw + 235px);
  }

}

@media screen and (max-width: 767px) and (orientation: portratit) {

   h1:after, h1:before {
      display: none;
   }

}

/* Helper: Overlay */

.overlay-container {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.375);
  z-index: 1;
}

.overlay-inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .overlay-quote h2 {
    font-size: 2.4rem;
  }
}

/* Helper: Stripes */

h1:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  height: 40px;
  width: 60px;
  background: #43807a;
  margin-top: -20px;
}

h1:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  height: 40px;
  width: 60px;
  background: #43807a;
  margin-top: -20px;
}

/* Back to Top Arrow */

.back-to-top {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 47px;
  height: 43px;
  background: url(../images/back-to-top.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 47px 43px;
  z-index: 10;
  opacity: .7;
  transition: all .25s ease-in-out;
}

.back-to-top.stick {
  bottom: 160px;
}

.back-to-top.hidden {
  opacity: 0;
  transition: all .25s ease-in-out;
}

.back-to-top:hover {
  opacity: 1;
}

@media screen and (max-width: 1399px) {

}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {
  h1 {
    line-height: 1;
  }

  .stripe-right,
  .stripe-left {
    height: 30px;
    margin: -32px 0 0 0;
  }

  .container {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .back-to-top,
  .back-to-top.stick {
    display: none;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {

}

/* Quote */

.container-quote .overlay {
  background: rgba(110,85,85,.75);
  color: #fff;
}

.container-quote .overlay h2 {
  padding: 0 20px;
  font-family: 'henderson-slab-basic', serif;
}

.container-quote .quote-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.container-quote .quote-sizer {
  width: 100%;
}

@media screen and (max-width: 767px) {

   .container-quote .quote-sizer {
     width: 150%;
     max-width: 150%;
   }

   .container-quote .overlay h2 {
      padding: 0 60px;
   }

}


/**** NAV ***/

.navbar {
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 1039;
  width: 100vw;
  height: 100px;
  background: transparent;
}

.navbar .left-color {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100px;
  background: #43807a;
  z-index: -1;
}

.navbar .right-color {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100px;
  background: #43807a;
  z-index: -1;
}


@media screen and (max-width: 767px) {

   .navbar .right-color, .navbar .left-color {
      height: 50px;
   }

}

.navbar ul {
  display: block;
  position: relative;
  height: 100px;
  float: left;
  left: calc(50% - 30px);
}

.navbar ul li {
  display: inline-block;
  position: relative;
  right: 50%;
  height: 100px;
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  text-align: center;
}

.navbar ul li:not(:last-child) {
  margin-right: 30px;
}

.navbar a {
  color: #fff;
  line-height: 100px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
}

.navbar a:focus,
.navbar a:active {
  text-decoration: none;
}

.navbar .logo {
  position: relative;
  background: #446463;
  line-height: 12px;
  height: 155px;
  transition: all .25s ease-in-out;
}

.navbar a:hover {
  text-decoration: none;
  opacity: .7;
}

.navbar .logo a:hover {
  text-decoration: none;
  opacity: 1;
}

.navbar .logo #logoNavbar {
  height: 73px;
  display: block;
  margin: 15px auto 0 auto;
  transition: all .25s ease-in-out;
}

.navbar .logo #logoTextNavbar {
  display: block;
  height: 29px;
  margin: 17px 15px 0 15px;
  padding: 0 6px;
  color: #fff;
  background: #446463;
  transition: all .25s ease-in-out;
}

.navbar .logo h1 small {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 12px;
}

#navBtn {
	display: none;
}

/* Scrolling Down */

.navbar.scrolling-down{
  top: 0;
}
.navbar.scrolling-down .logo {
  height: 115px;
}

.navbar.scrolling-down .logo #logoNavbar {
  height: 0;
  margin: 0 auto 0 auto;
}

.navbar.scrolling-down .logo #logoTextNavbar {
  margin: 44px 15px 0 15px;
}

@media screen and (max-width: 1080px) {
  .navbar {
    box-sizing: border-box;
    padding: 0 30px;
  }

  .navbar .left-color {
    background: #43807a;
  }

  .navbar ul {
    position: static;
  }

  .navbar ul li {
    position: static;
  }

  .navbar ul li:not(.logo) {
    display: none;
  }

  .navbar ul li.logo {
    position: static;
    float: left;
    margin-left: -30px;
  }

  #navBtn {
  	display: block;
    position: relative;
    top: 25px;
    float: right;
    width: 50px;
    height: 50px;
    background: url(../images/nav-icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100px 50px;
	}

	#navBtn.active {
    background-position: -50px 0;
	}

	#mainNav.open {
	}

  /* Scrolling Down */

  .navbar.scrolling-down .logo {
    height: 100px;
  }

  .navbar.scrolling-down .logo img {
    height: 0;
    margin: 0 auto 0 auto;
  }

  .navbar.scrolling-down .logo #logoTextNavbar {
    margin: 36px 15px 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    overflow: auto;
  }

  .navbar,
  .navbar ul,
  .navbar ul li {
    height: 50px;
  }

  .navbar ul li.logo #logoTextNavbar {
    margin: 11px 15px 0 15px;
  }

  .navbar .logo {
    height: 50px;
  }

  .navbar .logo #logoNavbar {
    display: none;
  }

	#navBtn {
  	top: 5px;
    height: 40px;
    width: 40px;
    background-size: 80px 40px;
	}

	#navBtn.active {
    background-position: -40px 0;
	}

	#mainNav.open {
	}

  /* Scrolling Down */

  .navbar.scrolling-down .logo {
    height: 50px;
  }

  .navbar.scrolling-down .logo #logoNavbar {
    display: none;
  }

  .navbar.scrolling-down .logo #logoTextNavbar {
    margin: 11px 15px 0 15px;
  }
}


/**** MOBILE NAV ***/

.mobile-nav {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 100px);
  background: #446463;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease-in-out;
}

.mobile-nav.open {
  opacity: 1;
  visibility: visible;
}

.mobile-nav ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.mobile-nav ul li {
  margin: 30px auto;
}

.mobile-nav ul li a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .mobile-nav {
    top: 50px;
    height: calc(100vh - 50px);
  }
}


/**** HOME SLIDES ****/

#slides {
  width: 100vw;
  height: calc(100vh - 100px);
  margin-top: 100px;
}

.slick-track {
  height: calc(100vh - 100px);
}

#slides .slide {
  position: relative;
  width: 100vw;
  height: calc(100vh - 100px);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#slides .slide p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  color: #fff;
  font-family: 'henderson-slab-basic', serif;
  font-size: 5.6rem;
  font-weight: 200;
  text-align: center;
  z-index: 3;
}

@media screen and (max-width: 1023px) {
  #slides .slide p {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  #slides,
  .slick-track,
  #slides .slide {
    height: calc(100vh - 50px);
  }

  #slides {
    margin-top: 50px;
  }

  #slides .slide p {
    width: 80%;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #slides,
  .slick-track,
  #slides .slide {
    height: calc(75vh - 50px);
  }
}

/* Navigation */

.slides-navigation {
  position: absolute;
  top: 100px;
  width: 100vw;
  height: calc(100vh - 100px);
  z-index: 6;
}

.slides-navigation .slick-arrow:hover {
  opacity: 1;
  cursor: pointer;
}

.slides-navigation .slick-prev {
  position: absolute;
  top: 50%;
  left: 75px;
  width: 28px;
  height: 48px;
  margin-top: -23px;
  background: url(../images/arrow-prev.png) center no-repeat;
  opacity: .7;
  text-indent: -9999px;
}

.slides-navigation .slick-next {
  position: absolute;
  top: 50%;
  right: 75px;
  width: 28px;
  height: 48px;
  margin-top: -23px;
  background: url(../images/arrow-next.png) center no-repeat;
  opacity: .7;
  text-indent: -9999px;
}

@media screen and (max-width: 767px) {
  .slides-navigation {
    display: none;
  }
}

/* Pagination */

.slides-pagination {
  position: absolute;
  top: 100px;
  width: 100vw;
  height: calc(100vh - 100px);
  z-index: 6;
  pointer-events: none;
}

.slides-pagination ul {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 10px);
  transform: translateX(-50%);
  pointer-events: auto;
}

.slides-pagination ul li {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #f9c16e;
  text-indent: -9999px;
}

.slides-pagination ul li.slick-active {
  background: #f9c16e;
  opacity: .5;
}

.slides-pagination ul li:not(:last-child) {
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  .slides-pagination ul {
    bottom: 15px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {

   .slides-pagination {
     height: calc(75vh - 100px);
   }

}


/**** SERVICE ****/

.amenities-intro-container {
  margin: 100px auto 100px auto ;
  text-align: left;
  font-size: 20px;
  line-height: 1.75;
}

.amenities-list-container {
  margin: 50px auto 150px auto ;
}

.list-services {
  text-align: left;
}

.list-services li {
  margin: 15px;
  list-style-type: disc;
}

.list-services li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {

   .amenities-intro-container {
     margin: 60px auto;
   }

   .amenities-list-container {
     margin: 60px auto;
   }

  .row-services [class^=col-] {
    overflow: hidden;
  }

  .list-services {
    display: block;
    position: relative;
    float: left;
    left: 50%;
    width: auto;
  }

  .list-services li {
    position: relative;
    right: 50%;
  }

  .amenities-intro-container {
    font-size: 17px;
  }
}


/**** FLOORPLANS ****/

.row-floorplans {
  margin-top: 30px;
}

.row-floorplans .for-gallery h2 {
  display: none;
}

.row-floorplan-labels h2,
.row-floorplans .for-gallery h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.1rem;
}

.row-floorplan-labels h2 small,
.row-floorplans .for-gallery h2 small {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .row-floorplans .for-gallery h2 {
    display: block;
  }

  .row-floorplans [class^="col-"]:not(:last-child) {
    margin-bottom: 50px;
  }

  .row-floorplan-labels {
    display: none;
  }
}


/****LOCATION****/

#location {margin-bottom: 50px;}

.container-map .container {
  margin-top: 0px;
}

.location-heading {
   margin-bottom: 50px;
}

.location-info {
   display: block;
   position: relative;
   margin: 0 auto;
   font-size: 24px;
}

.location-info br {
   display: none;
}


/**** BOTTOM IMAGE STRIP ****/

.bottom-strip {
  margin: 0 -15px;
}

.bottom-strip [class^="col-"] {
  padding-bottom: 25%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media screen and (max-width: 1023px) {
  .bottom-strip [class^="col-"]:nth-child(1),
  .bottom-strip [class^="col-"]:nth-child(3) {
    padding-bottom: 35%;
    width: 50%;
  }

  .bottom-strip [class^="col-"]:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 767px) {

   .location-info {
      font-size: 21px;
   }

   .location-info br {
      display: block;
   }

}


/**** FOOTER ****/

footer {
  position: relative;
  width: 100vw;
  height: 110px;
  padding: 25px;
  background: #6e5555;
  color: #fff;
  overflow: hidden;
  font-size: 14px;
}

footer p {
  float: left;
}

footer a {
  color: #fff !important;
}

footer a:hover {
  color: #fff !important;
  opacity: .7;
  text-decoration: none;
}

.logo-footer {
  float: left;
  height: 60px;
  margin: 0;
}

.footer-address {
  margin: 2px 0 0 50px;
  line-height: 3rem;
}

footer a:hover .footer-address {
  opacity: .7;
}

.footer-contact {
  margin: 2px 0 0 50px;
  line-height: 3rem;
}

.footer-nav {
  float: right;
  margin-right: 17px;
  padding: 0;
  list-style: none;
  line-height: 60px;
}

.footer-nav li {
  display: inline-block;
  margin-left: 25px;
}

@media screen and (max-width: 1299px) {
  .footer-nav {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  footer {
    height: auto;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  footer p {
    float: none;
    width: 100%;
    text-align: center;
  }

  .logo-footer {
    display: block;
    margin: 0 auto;
    float: none;
  }

  .footer-address {
    margin: 30px auto;
  }

  .footer-contact {
    margin: 0;
  }
}


/**** CONTACT ****/

.row-contact-info {
  margin: 30px 0;
}

.row-contact-info a {
  color: #6e5555;
}

.row-contact-info a:hover {
  color: #6e5555;
  opacity: .7;
}

.contact-instructions {
  opacity: .8;
  font-size: 1.4rem;
}

.form-contact input,
.form-contact select,
.form-contact textarea {
  width: 100%;
  padding: 10px 15px;
  margin-top: 20px;
  border: 2px solid #6e5555;
}
.form-contact .checkbox{
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.form-contact .checkbox input{
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 20px;
}
.form-contact .checkbox label{
  display: inline-block;
  line-height: 20px;
}
.form-contact input:focus,
.form-contact textarea:focus {
  outline: none;
  border: 2px solid #997a7a;
}

.form-contact textarea {
  height: 118px;
}

.form-contact button {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
  padding: 12px 30px;
  background: #f9c16e;
}

.form-contact button:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .row-contact-info [class^="col-"]:not(:last-child) {
    margin-bottom: 20px;
  }

  input[name="contactName"] {
    margin-top: 0;
  }
}


/**** ENVIRONMENTAL ****/

#environmental {
  margin-top: -30px;
}


.alert-bar{
  position: fixed;
  top: 0;
  background: #f9c16e;
  width: 100%;
  height: 40px;
  overflow: hidden;
  transition: height .25s ease;
}
.alert-bar.scrolling-down{
  height: 0;
  transition: height .25s ease;
}
.alert-bar.scrolling-down + .navBar.scrolling-down{
  top: 0;
}
.alert-bar:hover{
  background: #446463;
}
.alert-bar:hover a{
  color: #f9c16e;
}
  .alert-bar a{
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;

  }
