body, html {
  height: 100%; }

@media (max-width: 600px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }

a {
  text-decoration: none; }

h1, h2, h3, h4 {
  font-family: "adobe-caslon-pro",serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  line-height: 1.1em; }

p, ul {
  font-family: "futura-pt",sans-serif;
  font-size: 18px;
  font-weight: 300; }

.button-container {
  padding: 20px 0; }
  .button-container--double {
    padding-top: 40px; }

.double-button-container {
  padding: 50px 0;
  overflow: auto;
  display: block; }
  .double-button-container .button {
    margin: 0 5px; }

.d-button-holder {
  position: absolute;
  bottom: 0;
  width: 100%; }
  @media (max-width: 767px) {
    .d-button-holder {
      position: relative;
      width: 100%;
      text-align: center; } }

.button {
  font-family: "futura-pt",sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 25px 10px 25px;
  font-size: 14px;
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease; }
  .button--d {
    display: block;
    margin-top: 7px;
    width: 90%;
    padding: 13px 0;
    border: 1px solid #beae8e; }
    @media (max-width: 767px) {
      .button--d {
        width: 100%; } }
  .button--gold {
    background: #beae8e;
    border: 1px solid #beae8e;
    color: #fff; }
    .button--gold:hover {
      background: #a29270;
      border: 1px solid #a29270; }
  .button--goldlight {
    background: #e6e1d5;
    border: 1px solid #e6e1d5;
    color: #000; }
    .button--goldlight:hover {
      background: #d6d1c6;
      border: 1px solid #d6d1c6; }
  .button--outlined {
    background: none;
    color: #beae8e;
    border: 1px solid #beae8e; }
    .button--outlined:hover {
      background: #beae8e;
      color: #fff; }
  .button--outlinedwhite {
    background: none;
    color: #fff;
    border: 1px solid #fff; }
    .button--outlinedwhite:hover {
      background: #fff;
      color: #25211e; }
  .button--small {
    font-size: 12px; }

.center {
  text-align: center; }

.blue {
  color: #25211e; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 700px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 22;
  padding: 60px 0 0; }
  .site-header .logo {
    width: 220px;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease; }
    @media (max-width: 400px) {
      .site-header .logo {
        width: 180px; } }
    .site-header .logo img {
      width: 100%; }
  .site-header .nav-main ul {
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .site-header .nav-main ul li {
      display: inline-block;
      margin-left: 15px; }
      .site-header .nav-main ul li a {
        color: #fff;
        text-decoration: none; }
  @media (max-width: 767px) {
    .site-header .nav-main {
      position: fixed;
      background: #2d2d2d;
      right: 0;
      top: 0;
      left: auto;
      bottom: 0;
      width: 300px;
      max-width: 90%;
      z-index: 22;
      transition: 0.4s all ease;
      -webkit-transition: 0.4s all ease;
      -moz-transition: 0.4s all ease;
      transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%); }
      .site-header .nav-main ul {
        padding: 20px;
        margin: 40px 0 0; }
        .site-header .nav-main ul li {
          display: block;
          text-align: center;
          margin: 0; }
          .site-header .nav-main ul li a {
            padding: 20px 0;
            display: block;
            border-bottom: 1px solid #444; } }

.nav-main-show {
  transform: translateX(0%) !important;
  -webkit-transform: translateX(0%) !important;
  -moz-transform: translateX(0%) !important; }

.menu-icon {
  display: none; }
  @media (max-width: 767px) {
    .menu-icon {
      background: url(../img/menu.png) center no-repeat;
      cursor: pointer;
      width: 40px;
      height: 40px;
      float: right;
      display: block;
      background-size: contain;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      margin-top: -10px; } }

.close-icon {
  display: none; }
  @media (max-width: 767px) {
    .close-icon {
      background: url(../img/cancel.png) center no-repeat;
      cursor: pointer;
      width: 20px;
      height: 20px;
      float: right;
      display: block;
      position: absolute;
      top: 30px;
      right: 30px;
      background-size: contain;
      -webkit-background-size: contain;
      -moz-background-size: contain; } }

.fixed-menu {
  position: fixed;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #25211e; }
  @media (max-width: 500px) {
    .fixed-menu {
      display: none; } }
  .fixed-menu .nav-fix ul {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .fixed-menu .nav-fix ul li {
      display: inline-block;
      transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      -moz-transition: 0.5s all ease;
      padding: 14px 12px; }
      .fixed-menu .nav-fix ul li a {
        color: #fff;
        text-decoration: none; }
      .fixed-menu .nav-fix ul li:hover {
        background: #beae8e; }

.fixed-menu-close {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%); }

.fixed-menu-open {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%); }

.logo-fade {
  opacity: 0.5; }

.home-slider {
  background: #222;
  width: 100%;
  position: relative;
  height: 100vh;
  max-height: 700px;
  color: #fff; }

.slider-inner {
  position: relative;
  z-index: 2;
  display: table;
  height: 100vh;
  max-height: 700px;
  width: 600px; }
  @media (max-width: 650px) {
    .slider-inner {
      width: 90%; } }
  .slider-inner--cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center; }
    .slider-inner--cell h2 {
      font-size: 36px;
      margin-bottom: 0; }
    .slider-inner--cell p {
      font-size: 18px;
      margin: 0; }

.slider-content-one__img {
  background: url(../img/seabrook-20.jpg) center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0; }

.slider-mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6); }

.project-logo {
  width: 200px; }

.link-arrow-img {
  width: 20px;
  padding-top: 31px;
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease; }

.link-arrow {
  position: relative;
  max-width: 150px;
  margin: 0 auto;
  text-align: center; }
  .link-arrow span {
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    font-family: "futura-pt",sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px); }
  .link-arrow:hover span {
    visibility: visible;
    opacity: 1;
    transform: translateX(-34px);
    -webkit-transform: translateX(-34px);
    -moz-transform: translateX(-34px); }
  .link-arrow:hover .link-arrow-img {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px); }

.slick-dots {
  position: absolute;
  text-align: center;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none; }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .slick-dots li button {
      width: 40px;
      height: 3px;
      padding: 0;
      background: rgba(255, 255, 255, 0.4);
      border: none;
      font-size: 0px;
      outline: 0;
      transition: 0.6s all ease;
      -webkit-transition: 0.6s all ease;
      -moz-transition: 0.6s all ease; }
      .slick-dots li button:hover {
        background: white; }
    .slick-dots li.slick-active button {
      background: white; }

.section-title {
  padding: 10px 0; }

.logo-strip {
  background: #f6f6f6;
  padding: 40px 0;
  overflow: auto;
  text-align: center; }
  .logo-strip__logo {
    width: 50%; }

.section-inner {
  width: 95%;
  margin: 0 auto; }

.home-content--one {
  padding: 80px 0; }
  .home-content--one__image {
    width: 95%; }
    @media (max-width: 992px) {
      .home-content--one__image {
        width: 100%; } }
  .home-content--one__content {
    padding-top: 20px; }
    .home-content--one__content h2 {
      margin-left: -30px;
      font-size: 42px;
      line-height: 1.1em;
      color: #25211e;
      margin-bottom: 0; }
      @media (max-width: 992px) {
        .home-content--one__content h2 {
          margin-left: 0; } }

.home-recent {
  background: #f6f6f6;
  padding: 40px 0 50px 0;
  overflow: auto; }
  .home-recent h3 {
    font-size: 24px; }
  .home-recent .recent-single {
    background: #fff;
    overflow: auto;
    position: relative;
    width: 97%;
    margin: 0 auto;
    text-align: center; }
    .home-recent .recent-single .p-image {
      height: 250px;
      width: 100%;
      background: #999;
      position: absolute;
      left: 0;
      top: 0;
      right: 0; }
    .home-recent .recent-single p {
      font-size: 16px;
      padding: 0 20px; }
  .home-recent__inner {
    margin-top: 250px; }
    .home-recent__inner h3 {
      padding: 30px 0 0 0;
      font-size: 24px;
      color: #25211e;
      margin-bottom: 1px; }
    .home-recent__inner ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .home-recent__inner ul li {
        padding: 10px 0;
        border-bottom: 1px solid #ededed;
        width: 90%;
        margin: 0 auto; }

.signup {
  background: #25211e;
  color: #fff;
  padding: 30px 0 34px; }
  .signup h3 {
    font-size: 24px;
    margin: 0; }
  .signup p {
    margin: 0;
    font-size: 16px; }

.footer-main {
  background: #171615;
  color: #fff;
  padding: 20px 0 30px; }
  .footer-main h4 {
    padding-bottom: 5px;
    border-bottom: 1px solid #333; }
  .footer-main a {
    color: #fff; }
  .footer-main p {
    font-size: 13px; }
  .footer-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px; }
    .footer-main ul li {
      margin-bottom: 5px; }
  .footer-main .footer-dark {
    background: #25211e;
    padding: 20px;
    min-height: 200px; }

.development-features {
  overflow: auto;
  background: #f6f6f6; }
  @media (max-width: 767px) {
    .development-features {
      overflow: visible; } }
  .development-features .features {
    padding: 40px 0;
    text-align: center; }
    .development-features .features h3 {
      color: #25211e;
      margin: 0;
      font-size: 24px; }
    .development-features .features p {
      margin: 0;
      font-size: 16px; }
  .development-features .request {
    background: #25211e;
    transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    padding: 40px; }
    .development-features .request:hover {
      background: #000; }
    @media (max-width: 767px) {
      .development-features .request {
        text-align: center; } }
    .development-features .request h3 {
      color: #fff;
      margin: 0;
      font-size: 24px; }
    .development-features .request p {
      margin: 0;
      color: #fff;
      font-size: 16px; }
    .development-features .request .request-inner {
      display: table;
      height: 100%;
      width: 100%; }
      .development-features .request .request-inner .request-left {
        display: table-cell;
        vertical-align: middle; }
      .development-features .request .request-inner .request-right {
        display: table-cell;
        text-align: right;
        vertical-align: middle; }
        .development-features .request .request-inner .request-right img {
          width: 40px; }
  @media (max-width: 767px) {
    .development-features__feature {
      padding: 20px 0; } }

.nav-tabs .nav-item {
  margin-bottom: -1px; }
  @media (max-width: 1050px) {
    .nav-tabs .nav-item {
      margin-bottom: 14px; } }

.nav-tabs .nav-link {
  color: #333; }

.nav-tabs .nav-link.disabled {
  color: #333;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background: #beae8e; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #0275d8; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.show {
  opacity: 1; }

.tab-content {
  min-height: 500px;
  padding: 10px 0 80px 0; }
  .tab-content .tab-pane {
    padding-top: 30px; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.development-tabs {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  text-align: center;
  font-size: 18px; }
  .development-tabs li {
    color: #999;
    display: inline-block;
    margin: 0 4px; }
    @media (max-width: 650px) {
      .development-tabs li {
        display: block;
        margin: 0 0 14px 0; } }
    .development-tabs li a {
      padding: 6px 16px 8px; }

.tab-container {
  padding-top: 60px; }

.tab-desc {
  margin-left: -30px;
  color: #999;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-family: "futura-pt",sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px; }
  @media (max-width: 767px) {
    .tab-desc {
      margin-left: 0px; } }

.tab-content--heading {
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
  font-size: 36px;
  color: #25211e;
  margin: 0 0 20px 0; }

.map {
  width: 100%;
  height: 400px;
  background: #ccc; }

#houses {
  background: #f6f6f6;
  padding: 20px 0; }

.houses-single {
  background: #fff;
  overflow: auto;
  position: relative;
  width: 97%;
  margin: 13px auto;
  text-align: center; }
  .houses-single .p-image {
    height: 250px;
    width: 100%;
    background: #999;
    position: absolute;
    left: 0;
    top: 0;
    right: 0; }
  .houses-single h3 {
    font-size: 24px; }
  .houses-single__inner {
    margin-top: 250px; }
    .houses-single__inner h3 {
      padding: 30px 0 0 0;
      font-size: 24px;
      color: #25211e;
      margin-bottom: 1px; }
    .houses-single__inner ul {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 14px; }
      .houses-single__inner ul li {
        padding: 10px 0;
        border-bottom: 1px solid #ededed;
        width: 90%;
        margin: 0 auto; }

.d-a {
  padding: 40px 0; }

.line-up {
  height: 10px;
  border-bottom: 1px solid #dedede; }

.d-single {
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
  text-align: center; }
  @media (max-width: 767px) {
    .d-single {
      border-bottom: 0;
      padding: 15px 20px; } }
  .d-single .col-four {
    border-right: 1px solid #dedede; }
    @media (max-width: 767px) {
      .d-single .col-four {
        border-right: 0; } }

.col-d {
  position: relative; }
  .col-d .d-single-title {
    padding: 100px 20px 0; }
    @media (max-width: 767px) {
      .col-d .d-single-title {
        padding: 30px 0 0; } }
    .col-d .d-single-title h2 {
      font-size: 36px;
      margin: 0; }
    .col-d .d-single-title h4 {
      margin: 0;
      font-family: "futura-pt",sans-serif;
      font-size: 18px;
      font-weight: 300; }
    .col-d .d-single-title p {
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 1px;
      font-size: 16px;
      color: #beae8e;
      position: absolute;
      bottom: 5px;
      left: 20px;
      right: 20px;
      padding: 10px 0 5px;
      margin: 0; }
      @media (max-width: 767px) {
        .col-d .d-single-title p {
          position: relative;
          left: auto;
          right: auto;
          padding: 30px 0 0; } }

@media (max-width: 767px) {
  .col-d-two {
    clear: both;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    padding-bottom: 10px; } }

.col-d-two p {
  font-size: 16px; }

.d-single-img {
  width: 100%;
  height: 300px; }

.development-banner {
  position: relative;
  min-height: 700px; }
  @media (max-width: 650px) {
    .development-banner {
      min-height: 600px; } }
  .development-banner .d-slider-inner {
    position: relative;
    z-index: 3;
    display: table;
    min-height: 700px;
    width: 600px; }
    @media (max-width: 650px) {
      .development-banner .d-slider-inner {
        width: 90%;
        min-height: 600px; } }
    .development-banner .d-slider-inner--cell {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      text-align: center;
      position: relative;
      z-index: 1;
      color: #fff; }
      .development-banner .d-slider-inner--cell h2 {
        font-size: 36px;
        margin-bottom: 0;
        color: #fff; }
      .development-banner .d-slider-inner--cell p {
        font-size: 18px;
        margin: 0;
        color: #fff; }

.development-banner-two {
  position: relative;
  background: url(../img/blue-sky-20.jpg) center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  min-height: 500px; }
  .development-banner-two .d-slider-inner {
    position: relative;
    z-index: 3;
    display: table;
    min-height: 500px;
    width: 600px; }
    @media (max-width: 650px) {
      .development-banner-two .d-slider-inner {
        width: 90%; } }
    .development-banner-two .d-slider-inner--cell {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      text-align: center;
      position: relative;
      z-index: 1;
      color: #fff; }
      .development-banner-two .d-slider-inner--cell h2 {
        font-size: 36px;
        margin-bottom: 0;
        color: #fff; }
      .development-banner-two .d-slider-inner--cell p {
        font-size: 18px;
        margin: 0;
        color: #fff; }

.pa-table {
  width: 100%;
  font-family: "futura-pt",sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .pa-table ul {
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0; }
  .pa-table .empty {
    width: 10px; }
  .pa-table .th-row .pa-th {
    padding: 14px 0;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    font-weight: 300; }
    .pa-table .th-row .pa-th--left {
      text-align: left;
      padding-left: 10px;
      padding-right: 10px; }
  .pa-table .pa-row .pa-td {
    padding: 20px 0;
    border-bottom: 1px solid #dedede; }
  .pa-table .pa-row .pa-img {
    width: 20%; }
    .pa-table .pa-row .pa-img .pa-img-img {
      width: 90%;
      height: 150px;
      margin: 0 auto; }
  .pa-table .pa-row .pa-bed, .pa-table .pa-row .pa-bath {
    text-align: center;
    width: 7%; }
  .pa-table .pa-row .pa-details, .pa-table .pa-row .pa-features {
    width: 16%;
    padding: 10px; }
  .pa-table .pa-row .pa-guide {
    width: 16%;
    text-align: center; }
  .pa-table .pa-row .pa-status {
    width: 18%;
    text-align: center;
    font-weight: bold; }

.u_site_map {
  width: 100%; }

.unit-banner {
  position: relative;
  min-height: 500px; }
  .unit-banner .d-slider-inner {
    position: relative;
    z-index: 3;
    display: table;
    min-height: 500px;
    width: 600px; }
    @media (max-width: 650px) {
      .unit-banner .d-slider-inner {
        width: 90%; } }
    .unit-banner .d-slider-inner--cell {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      text-align: center;
      position: relative;
      z-index: 1;
      color: #fff; }
      .unit-banner .d-slider-inner--cell h2 {
        font-size: 36px;
        margin-bottom: 0;
        color: #fff; }
      .unit-banner .d-slider-inner--cell p {
        font-size: 18px;
        margin: 0;
        color: #fff; }

.page-content {
  padding: 60px 0; }

.page-mask,
.page-mask-two {
  position: fixed;
  z-index: 21;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease; }

.page-mask-show {
  visibility: visible;
  opacity: 1; }

.space-item {
  width: 100%;
  height: 650px;
  background: #666; }
  @media (max-width: 767px) {
    .space-item {
      height: 400px; } }

.carousel {
  position: relative; }

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

.carousel-item {
  position: relative;
  display: none;
  width: 100%; }

@media (-webkit-transform-3d) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; } }

@supports (-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0)) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@supports (-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  opacity: 1;
  font-family: "futura-pt",sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase; }
  .carousel-control-prev span,
  .carousel-control-next span {
    background: #25211e;
    padding: 25px; }

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }
  .carousel-control-prev span {
    background: #25211e url(../img/prev.png) center no-repeat;
    background-size: 30% auto; }

.carousel-control-next {
  right: 0; }
  .carousel-control-next span {
    background: #25211e url(../img/next.png) center no-repeat;
    background-size: 30% auto; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  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"); }

.carousel-control-next-icon {
  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"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5); }

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.enquiry-form {
  position: fixed;
  z-index: 23;
  background: #ededed;
  min-height: 300px;
  bottom: 0;
  width: 100%;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%); }
  .enquiry-form .gform_footer {
    margin: 0 !important;
    padding: 12px 0 !important; }

.enquiry-form-show {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%); }

.close-enquiry {
  margin: 20px auto 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../img/close-gold.png) center no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain; }

#gform_fields_2 {
  padding: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  width: 960px;
  max-width: 100%; }
  @media (max-width: 1214px) {
    #gform_fields_2 {
      width: 100%; } }
  #gform_fields_2 .e-input {
    width: 33.3%;
    display: inline-block;
    margin-top: 5px;
    padding: 0 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    @media (max-width: 767px) {
      #gform_fields_2 .e-input {
        width: 100%; } }
    #gform_fields_2 .e-input label {
      display: none; }
    #gform_fields_2 .e-input input {
      width: 100%;
      background: #fff;
      outline: none;
      color: #25211e;
      padding: 10px 15px;
      border: none;
      box-shadow: none;
      -webkit-appearance: none;
      border-radius: 0;
      -webkit-border-radius: 0; }
    #gform_fields_2 .e-input .gfield_select {
      width: 100%;
      background: #fff;
      outline: none;
      color: #25211e;
      padding: 8px 15px;
      border: none;
      box-shadow: none;
      -webkit-appearance: none;
      border-radius: 0;
      -webkit-border-radius: 0; }

#gform_submit_button_2 {
  width: 950px;
  max-width: 98%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  margin: 0 5px;
  background: #beae8e;
  border: 1px solid #beae8e; }

#gform_fields_3 {
  padding: 0;
  width: 100%;
  margin: 0;
  text-align: left; }
  #gform_fields_3 .e-input, #gform_fields_3 #field_3_11 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    #gform_fields_3 .e-input label, #gform_fields_3 #field_3_11 label {
      display: none; }
    #gform_fields_3 .e-input input, #gform_fields_3 #field_3_11 input {
      width: 80%;
      background: #fff;
      outline: none;
      color: #25211e;
      padding: 10px 15px;
      border: 1px solid #dedede;
      box-shadow: none;
      -webkit-appearance: none;
      border-radius: 0;
      -webkit-border-radius: 0; }
    #gform_fields_3 .e-input .textarea, #gform_fields_3 #field_3_11 .textarea {
      width: 100%;
      background: #fff;
      outline: none;
      color: #25211e;
      padding: 8px 15px;
      border: 1px solid #dedede;
      box-shadow: none;
      -webkit-appearance: none;
      border-radius: 0;
      -webkit-border-radius: 0; }

#gform_submit_button_2 {
  width: 950px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  background: #beae8e;
  border: 1px solid #beae8e; }

#gform_submit_button_3 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  margin: 0 5px;
  background: #beae8e;
  border: 1px solid #beae8e; }

.validation_error {
  border-bottom: 0 !important;
  border-top: 0 !important;
  font-family: "futura-pt",sans-serif;
  font-size: 21px;
  font-weight: 300 !important;
  margin: 0 !important; }

li.gfield_error {
  border-bottom: 0 !important;
  border-top: 0 !important;
  text-align: left !important; }
  li.gfield_error .validation_message {
    font-weight: 300 !important; }
