*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

.sitecontainer {
  padding-left: 90px;
  background-color: #fff;
}

.main-menu {
  width: 90px;
  position: fixed;
  height: 100%;
  background-color: #14242b;
  z-index: 101;
}

.primary-links {
  padding: 0;
  margin: 0;
}

.primary-links li {
  display: block;
  text-align: center;
  height: 80px;
  position: relative;
  border-top: 1px solid #000000;
  padding: 0;
  margin: 0;
}

.primary-links li:last-child {
  border-bottom: 1px solid #000000;
}

.primary-links li:hover .menu-text {
  opacity: 1;
  left: 100%;
  right: auto;
  background: #3fb9be;
}

.primary-links li:hover .menu-icon {
  background-color: #3fb9be;
  color: #fff;
}

.primary-links li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.primary-links li a .menu-text {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 40px;
  left: -20em;
  right: auto;
  background-color: #ddd;
  line-height: 80px;
  font-family: 'Bebas Neue', cursive;
  font-size: 24px;
  white-space: nowrap;
  font-weight: 300;
}

.primary-links li a .menu-icon {
  -webkit-transition: background-color 0.6s ease, color 0.6s ease;
  transition: background-color 0.6s ease, color 0.6s ease;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  color: #3fb9be;
  line-height: 80px;
  font-size: 22px;
}

.section {
  background-color: #fff;
  overflow: hidden;
  float: left;
  width: 100%;
}

#home {
  height: 100vh;
  position: relative;
}

.sitelogo {
  position: absolute;
  z-index: 999;
  right: 70px;
  top: 20px;
}

.sitelogo img {
  max-width: 200px;
  max-height: 100px;
}

.full-bg {
  background-size: cover !important;
  overflow: hidden;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  z-index: 1;
  background-color: #fff;
  background-position: 50% 50%;
}

#overview,
#photos {
  padding: 80px 0px;
}

.bg-pattern-1 {
  background-color: #fff;
  background-image: url("../images/pattern-1.svg");
  background-attachment: fixed;
}

.bg-pattern-2 {
  background-color: #fff;
  background-image: url("../images/pattern-2.svg");
  background-attachment: fixed;
}

#overview .overview-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.overview-header {
  color: #3fb9be;
  font-size: 24px;
  font-family: "Droid Serif", "Times", "Times New Roman", serif;
  font-style: italic;
}

.section-title {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Bebas Neue", "Arial Black", "Arial Bold", Gadget, sans-serif;
  color: #000;
  margin-bottom: 10px;
}

.section-title.white {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .section-title .section-title {
    line-height: 60px;
    font-size: 56px;
  }
}

@media screen and (min-width: 768px) {
  .section-title .section-title {
    font-size: 48px;
    line-height: 54px;
  }
}

.property-description {
  padding-left: 30px;
  margin-top: 10px;
  line-height: 24px;
}

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

.lg-title {
  background-color: #14232a;
  color: #426d6f;
  padding: 40px;
  font-size: 36px;
  border-right: 2px solid #3fb9be;
  float: left;
  text-align: center;
  width: 100%;
  color: #3fb9be;
  font-family: 'Bebas Neue', cursive;
  text-transform: uppercase;
}

.property-details-wrapper {
  width: 100%;
  margin-top: 50px;
}

.group-property-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.group-property-details .prop-detail {
  width: 25%;
  background-color: #14232a;
  border-right: 1px solid #3fb9be;
  padding: 20px;
  height: 110px;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.group-property-details .prop-detail .count {
  font-size: 38px;
  color: #3fb9be;
  font-family: 'Bebas Neue', cursive;
  display: block;
}

.group-property-details .prop-detail .field-suffix {
  font-family: "Droid Serif", "Times", "Times New Roman", serif;
  font-style: italic;
  color: #fff;
  text-transform: capitalize;
  display: block;
}

.view-property-docs {
  background: #14232a;
  display: inline-block;
  width: 100%;
  padding: 20px 40px;
}

.view-property-docs .view-content .views-field {
  width: auto;
  display: inline-block;
  margin: 10px 10px 10px 0;
  float: left;
  position: relative;
}

.view-property-docs .view-content .views-field a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  width: 100%;
}

.view-property-docs .view-content .views-field a .fa {
  color: #3fb9be;
  margin-right: 10px;
}

#amenities {
  padding-top: 25px;
  padding-bottom: 100px;
}

#amenities .amenities-inner {
  max-width: 1200px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

#amenities .content-image {
  position: relative;
  margin-right: -80px;
  margin-top: 80px;
}

#amenities .content-txt {
  background: rgba(20, 35, 42, 0.84);
  padding: 30px;
}

.amenity-item-list {
  padding: 0px;
  margin: 0px;
}

.amenity-item-list li {
  list-style: none;
  margin: 5px 0 5px 40px;
  line-height: 160%;
  font-size: 18px !important;
  font-family: "Droid Serif", "Times", "Times New Roman", serif;
  display: block !important;
  padding: 0 !important;
  color: #fff;
  position: relative;
}

.amenity-item-list li:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: -25px;
  background: #3fb9be;
}

.gallery-carousel.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #14232a;
  padding: 9vw 40px !important;
  color: #fff;
  font-style: italic;
  text-transform: capitalize;
  font-family: "Droid Serif", "Times", "Times New Roman", serif;
  opacity: 1;
  font-size: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0px;
  border-radius: 0px;
}

.gallery-carousel.owl-carousel .owl-nav button:hover {
  background-color: #14232a;
  opacity: 1;
}

.gallery-carousel.owl-carousel .owl-nav button i {
  color: #3fb9be;
}

.gallery-carousel.owl-carousel .owl-nav button:after {
  content: 'PHOTO';
  display: block;
  font-size: 28px;
  font-style: normal;
  font-family: 'Bebas Neue', cursive;
}

.gallery-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -135px;
  text-align: right;
}

.gallery-carousel.owl-carousel .owl-nav button.owl-next {
  right: -135px;
  text-align: left;
}

@media screen and (min-width: 1200px) {
  .owl-container {
    max-width: 72%;
  }
}

.video-wrapper {
  float: left;
  width: 100%;
  padding: 60px 0px;
}

.video-image-thumbnail {
  position: relative;
}

.video-image-thumbnail:after {
  content: "";
  padding-top: 56.25%;
  display: block;
  width: 100%;
}

.video-image-thumbnail .bg-image-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-size: cover;
}

.video-image-thumbnail .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 90px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  cursor: pointer;
}

#contact {
  padding-top: 60px;
  padding-bottom: 150px;
}

.text-center {
  text-align: center;
}

.view-contact {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px 40px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  counter-reset: #000000;
}

.view-contact h2 {
  text-transform: uppercase;
  color: #000000;
  margin: 0px 0px 15px 0px;
}

.view-contact .text-content {
  color: #000000;
  font-size: 18px;
}

#map {
  background-image: url("../images/map.jpg");
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  overflow: visible;
}

.lead-form {
  background: rgba(20, 35, 42, 0.84);
  display: block;
  padding: 40px 50px;
  position: absolute;
  top: -120px;
  right: 7%;
  width: 490px;
  z-index: 9;
}

.lead-form h2 {
  font-size: 60px;
  letter-spacing: 3px;
  line-height: 120%;
  font-family: 'Bebas Neue', cursive;
  text-transform: uppercase;
  color: #eee;
  margin: 0px 0px 10px 0px;
}

.lead-form label {
  display: block !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #afafaf;
  letter-spacing: 3px;
  margin-bottom: 5px;
}

.lead-form .form-control {
  border-radius: 0;
  border: 1px solid #666;
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
}

.lead-form textarea {
  border-radius: 0;
  border: 1px solid #666;
  display: block;
  width: 100%;
  height: 100px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
}

.lead-form .btn-send {
  width: 100%;
  text-align: center;
  background: transparent;
  border: 3px solid #3fb9be;
  padding: 10px 20px;
  letter-spacing: 3px;
  color: #cecece;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  margin: 5px 0px;
  cursor: pointer;
}

.lead-form .btn-send:hover {
  background-color: #fff;
  color: #3fb9be;
}

.property-banner {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 90;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.property-banner .property-address {
  text-align: center;
  font-family: 'Bebas Neue', cursive;
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  text-shadow: 0px 3px 17px rgba(0, 0, 0, 0.76);
}

.banner-scroll {
  position: absolute;
  bottom: 10px;
  z-index: 90;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 20px;
  font-size: 20px;
  letter-spacing: 3px;
}

.banner-scroll .active {
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Bebas Neue", "Arial Black", "Arial Bold", Gadget, sans-serif;
}

.banner-scroll .active .fa {
  display: block;
}
/*# sourceMappingURL=style.css.map */