@font-face {
    font-family: 'Aspect';
    src: url('../fonts/Aspect-Bold.woff2') format('woff2'),
        url('../fonts/Aspect-Bold.woff') format('woff'),
        url('../fonts/Aspect-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aspect';
    src: url('../fonts/Aspect-Regular.woff2') format('woff2'),
        url('../fonts/Aspect-Regular.woff') format('woff'),
        url('../fonts/Aspect-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
  height: 100%;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: 'Aspect';
  margin-top: 20px;
  margin-bottom: 10px;
  color: #212121;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  text-transform: none;
}

h2 {
  font-family: 'Aspect';
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

h3 {
  font-family: 'Aspect';
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  font-family: 'Aspect';
  margin-top: 0;
  margin-bottom: 10px;
  color: #212121;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  font-family: 'Aspect';
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

h6 {
  font-family: 'Aspect';
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  color: #818181;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #0bbcc8;
  font-weight: 400;
  text-decoration: none;
}

a:hover {

  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 40px;
  font-family: 'Droid Serif', serif;
  color: #9b9b9b;
}

li {
  margin-bottom: 5px;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 2px solid #3d3d3d;
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  line-height: 26px;
}

.navigation {
  z-index: 9998;
  background-color: #fff;
}

.navigation-link {
  padding: 35px 13px 25px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #a5a5a5;
  font-weight: 500;
  text-decoration: none;
}

.navigation-link:hover {
  color: #313131;
}

.navigation-link.w--current {
  color: #313131;
}

.navigation-link.w--current:hover {
  color: #0bbcc8;
}

.brand-logo {
  margin: 10px 0;
}


.line-bottom-menu {
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background-color: #4e4e4e;
}

.banner {
  height: 80%;
}

.big-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.arrow {
  width: 70px;
  height: 70px;
  margin-left: 20px;
  border: 2px solid #fff;
  border-radius: 100%;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-size: 25px;
}

.arrow:hover {
  opacity: 1;
}

.arrow.right {
  margin-right: 20px;
}

.social-icon-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
}

.like-buttton {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  float: left;
  border: 1px solid #fff;
  border-radius: 100%;
  background-image: url('../images/fa-thumbs-up_100_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.social-icon {
  width: 30px;
  height: 40px;
  margin-right: 5px;
  float: left;
  background: #2d2d2d;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-icon.facebook {
  background-image: url('../images/fa-facebook_100_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social-icon.facebook:hover {
  background-color: #59595b;
}

.social-icon.twitter {
  background-image: url('../images/fa-twitter_100_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social-icon.twitter:hover {
  background-color: #59595b;
}

.social-icon.instagram {
  background-image: url('../images/fa-instagram_100_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social-icon.instagram:hover {
  background-color: #59595b;
}

.social-icon.pin {
  background-image: url('../images/fa-pinterest-p_100_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social-icon.pin:hover {
  background-color: #59595b;
  background-size: 14px;
}

.social-icon.no-float {
  margin-right: 2.5px;
  margin-left: 2.5px;
  float: none;
}

.section {
  position: relative;
  padding: 40px 10px 50px;
}

.section.less-pading {
  padding-top: 30px;
  padding-bottom: 0;
}

.abstract-line {
  position: absolute;
  left: 50px;
  top: 0;
  width: 10px;
  height: 100%;
  background-image: url('../images/patern.png');
  background-position: 50% 50%;
  background-repeat: repeat;
}

.align-center {
  text-align: center;
}

.align-center.line-below {
  border-bottom: 1px solid #e7e7e7;
}

.divider {
  height: 35px;
}

.tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 10px;
  background-color: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #a5a5a5;
  font-weight: 500;
}

.tab-link:hover {
  color: #313131;
}

.tab-link.w--current {
  border-bottom: 1px solid #2d2d2d;
  background-color: transparent;
  color: #313131;
}

.tabs-content {
  margin-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.lighter-paragraph {
  color: #b4b4b4;
}

.services-icon {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  float: left;
}

.services-icon.icon-1 {
  background-image: url('../images/coins.png');
  background-position: 50% 50%;
  background-size: 64px;
  background-repeat: no-repeat;
}

.services-icon.icon-2 {
  background-image: url('../images/computer.png');
  background-position: 50% 50%;
  background-size: 64px;
  background-repeat: no-repeat;
}

.services-icon.icon-4 {
  background-image: url('../images/tool.png');
  background-position: 50% 50%;
  background-size: 64px;
  background-repeat: no-repeat;
}

.services-icon.icon-5 {
  background-image: url('../images/restaurant.png');
  background-position: 50% 50%;
  background-size: 64px;
  background-repeat: no-repeat;
}

.services-wrapper {
  margin-bottom: 20px;
}

.services-content {
  overflow: hidden;
}

.footer {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #1d1d1d;
}

.footer-logo {
  margin-bottom: 30px;
}

.social-footer {
  margin-bottom: 30px;
}

.contact-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  width: 50%;
  padding: 30px 45px;
  background-color: rgba(80, 80, 80, .85);
  color: #fff !important
}

.contact-content {
  text-align: center;
}

.map {
  height: 225px;
  margin-top: 30px;
}

.button {
  padding: 14px;
  background-color: #222;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 14px;
}

.button:hover {
  border-radius: 15px;
  color: #fff;
}

.button.white-button {
  background-color: #fff;
  color: #212121;
}

.button.white-button:hover {
  border-radius: 0;
  background-color: #0bbcc8;
  color: #fff;
}

.button.white-button:active {
  background-color: #2d2d2d;
}

.button.enquire {
  padding: 15px 20px;
  border: 2px solid #2d2d2d;
  background-color: #0bbcc8;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  letter-spacing: 1px;
  font-weight:600;
}

.button.enquire:hover {
  border-radius: 0;
}

.ginput_container input, .ginput_container textarea {
  height: 40px;
  margin-bottom: 10px;
  border-style: none none none solid;
  border-width: 1px 1px 2px 2px;
  border-color: #0bbcc8;
  background-color: #fff;
  width:100% !important;
  padding-left:10px !important;
}

.ginput_container textarea {
  height: auto;
  padding-bottom: 35px;
  border-color: #0bbcc8;
  width:100% !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0;
}

.gform_button {

  display: inline-block;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;

  padding: 14px;
  background-color: #222;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 14px;

}

.gform_footer  {
  margin: 0 !important;
  padding-top: 0 !important;
  text-align: center
}

.gform_wrapper {
  max-width:100%;
}

#gform_wrapper_2 {
  margin:0;
}

#input_2_1 {
  position: static;
  width: 50% !important;
  float: left;
  border: 2px solid #2d2d2d;
  color: #2d2d2d;
  display: block;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  vertical-align: middle;
  background-color: #ffffff;
  box-shadow:none;
}

#gform_submit_button_2 {
  position: static;
  display: inline-block;
  width: 50% !important;
  margin-left: 0;
  padding-left: 0;
  float: right;
  clear: none;
  border-color: #fff;
  background-color: #2d2d2d;
  text-align: center;
  padding: 9px 15px;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  margin-top:-48px;
}


.success-message {
  background-color: #20e48e;
}

.form-paragraph {
  margin-bottom: 0;
  color: #fff;
}

.error-message {
  background-color: #f34b4b;
}

.close-contact {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border: 2px solid #a5a5a5;
  border-radius: 100%;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.close-contact:hover {
  opacity: 1;
}

.client-wrapper {
  width: 100%;
  height: 150px;
  background-image: url('../images/noimage.jpg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.client-wrapper:hover {
  opacity: 1;
}

.dynamic-projects {
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
}

.project-content {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 380px;
  max-height: 380px;
  padding: 30px;
  float: left;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
}

.project-photo {
  position: relative;
  overflow: hidden;
  width: 50%;
  float: left;
}

.project-title {
  display: block;
  margin-bottom: 15px;
  color: #212121;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.view-more-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  color: #2d2d2d;
}

.project-line {
  width: 40px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #2e2e2e;
}

.image-project {
  float: none;
}

.column-without-padding {
  padding-right: 0;
  padding-left: 0;
}

.project-page-content {
  padding: 0 25px 50px;
  border-right: 0 solid rgba(0, 0, 0, .28);
}

.project-page-content.border {
  padding-right: 30px;
  border-left: 1px solid #2d2d2d;
  border-right-width: 0;
}

.project-page-title {
  margin-bottom: 20px;
  color: #acacac;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.small-divider {
  height: 40px;
}

.project-paragraph {
  display: inline-block;
  margin-right: 14px;
  color: #0bbcc8;
  font-size: 16px;
  font-weight: 700;
}

.project-paragraph.bold {
  margin-right: 20px;
  color: #6d6d6d;
  font-weight: 400;
}


.project-paragraph.blue {
  margin-right: 37px;
  padding-top: 8px;
  font-size: 37px;
  font-weight: 400;
}

.journal-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}

.journal-wrapper.no-line {
  padding-right: 20px;
  padding-left: 20px;
}

.journal-photo {
  display: block;
  width: 350px;
  height: 350px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/noimage.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.journal-photo.bigger {
  width: 500px;
  height: 500px;
}

.journal-title {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #212121;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

.top-space {
  margin-top: 20px;
}

.w-slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}

.background-video {
  height: 100%;
  background-image: url('../images/ptn-3.png'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  background-image: url('../images/ptn-3.png'), linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  background-position: 50% 50%, 0 0;
}

.container-slider {
  position: relative;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.slider-title {
  margin-top: 0;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  text-transform: capitalize;
  text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  padding-left:30px;
  padding-right:30px;
}

.clients-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #333;
}

.white-title {
  color: #fff;
}

.testimonials-tab {
  margin-top: 20px;
  text-align: center;
}

.testimonials-photo {
  width: 100px;
  height: 100px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 100%;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.testimonials-photo:hover {
  opacity: 1;
}

.testimonials-photo.w--current {
  opacity: 1;
}

.testimonials-photo {
  background-color: transparent;
  background-image: url('../images/noimage.jpg');
  background-position: 50% 2%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-wrapper {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.homes-container {
  margin-top: 50px;
}

.call-to-action {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2d2d2d;
}

.call-to-action-nav {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #2d2d2d;
}

.call-to-action-header {
  float: left;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 34px;
  font-weight: 400;
}

.call-to-action-button {
  margin-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  float: right;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #0bbcc8;
  color: #fff;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.call-to-action-button-nav {
  margin-top: 0;
  padding: 11px 40px 10px;
  float: right;
  border-radius: 0;
  font-weight:500;
  background-color: #0bbcc8;
  color: #fff;
  text-transform: uppercase;
}

.call-to-action-button-phone {
  margin: 6px 8px 0 0;
  padding: 8px 15px 5px;
  float: right;
  color: #fff;
  background: none;
  font-weight:500;
  font-size: 14px;
  line-height:14px;
}

.call-to-action-button-phone:hover {
  color: #fff;
}

.h1 {
  font-family: 'Aspect';
  padding-bottom: 28px;
  color: #0bbcc8;
  text-align: center;
}

.h2 {
  margin: 45px 0;
  padding: 0;
  color: #0bbcc8;
  font-weight: 600;
}

hr {
  border:none;
  height:1px;
  border-top:solid 1px #e7e7e7;
}

.intro-block {
  margin-top: 20px;
  padding-bottom: 45px;
  background-color: #f2f2f2;
}

.subscribe {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #0bbcc8;
}

.subscribe-text-field {
  position: static;
  width: 50%;
  float: left;
  border: 2px solid #2d2d2d;
  color: #2d2d2d;
}

.subscribe-button {
  position: static;
  display: inline-block;
  width: 50%;
  margin-left: 0;
  padding-left: 0;
  float: right;
  clear: none;
  border-color: #fff;
  background-color: #2d2d2d;
  text-align: center;
}

.subscribe-text {
  margin-top: 16px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.footer-block {
  margin-top: 48px;
  padding-bottom: 9px;
  border-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.subscribe-form {
  margin-left: 0;
  float: none;
  text-align: right;
}

.footer-nav {
  margin-top: 23px;
  margin-right: -10px;
  padding-left: 25px;
  float: right;
  color: #fff;
}

.footer-nav:hover {
  color: #0bbcc8;
}

.footer-nav:focus {
  display: inline-block;
  overflow: visible;
  margin-right: -11px;
  margin-left: 0;
  padding-right: 0;
  padding-left: 25px;
  clear: none;
  color: #0bbcc8;
}

.copyright {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
}

.copyright:hover {
  color: #fff;
}

.footer-social {
  padding-top: 6px;
  padding-left: 5px;
}

.design-block {
  padding-top: 0;
  padding-bottom: 15px;
}

.search {
  margin-bottom: -100px;
  padding-bottom: -100px;
}

.search-box {
  position: relative;
  display: block;
  margin-top: -100px;
  margin-bottom: 40px;
  padding-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #2d2d2d;
}

.page-header {
  padding-top: 0;
  padding-bottom: 0;
  background-image: url('../images/sullivan.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header-overlay {
  height:320px;
  background-position: center;
  background-size: cover;
}

.page-header-overlay h1 {
  margin-top:150px;
}

.container {
  position: relative;
}

.page-header-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
}

.search-block {
  padding: 20px 35px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #2d2d2d #0bbcc8 #2d2d2d #2d2d2d;
}

.search-block.end {
  border-width: 0;
}

.search-title-text {
  padding-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}

.search-button {
  padding: 8px 50px 8px 30px;
  background-color: #0bbcc8;
  color: #fff;
  font-size: 15px;
  line-height:25px;
  font-weight: 600;
  letter-spacing: 2px;
  text-indent: 0;
  width:100%;
  text-align:center;
}

.search-button:hover {
  color: #fff;
}

.search-button.packages {
  margin-top: -20px;
  padding-bottom: 8px;
}

.filter-button-blue {
  margin-top: 4px;
  margin-right: 5px;
  border: 2px solid #0bbcc8;
  background-color: #0bbcc8;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search-button-hollow {
  margin-right: 5px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition-duration: 433ms;
  transition-duration: 433ms;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.search-button-hollow:hover {
  color: #0bbcc8;
}

.search-button-hollow.blue {
  margin-top: 4px;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  border-color: #0bbcc8;
  font-size: 13px;
  font-weight: 500;
}

.search-content {
  padding-bottom: 30px;
}

.image-container {
  margin-bottom: 35px;
  overflow: hidden;
}

.floorplan-button {
  padding: 15px 20px;
  border: 2px solid #2d2d2d;
  background-color: transparent;
  color: #2d2d2d;
  font-weight: 600;
}

.brand-tagline {
  margin-top: 30px;
}

.social-text {
  margin-top: -20px;
  text-align:center;
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 600;
}

.home-details-box {
  background-color: #585151;
}

.bath-icon {
  padding-bottom: 8px;
}

.icon-title {
  float: none;
  color: #fff;
  font-size: 11px;
  text-indent: 9px;
  margin-top:8px;
}

.bed-block {
  padding-left: 0;
  float: left;
  text-align: left;
}

.frontage-title {
  margin-top: 10px;
  padding-bottom: 8px;
  padding-left: 0;
  color: #ffffff;
  font-size: 27px;
  text-align: center;
  text-indent: 8px;
}

.blog-text {
  padding-right: 50px;
  padding-left: 50px;
}

.content-section {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.bed-icon {
  float: left;
}

.bed-icon.bath {
  margin-bottom: 0;
  padding-bottom: 0;
}

.icon-text {
  padding-top: 8px;
  float: left;
  color: #2d2d2d;
  font-size: 21px;
  line-height: auto;
  font-weight: 500;
}

.view-more-link {
  color: #0bbcc8 !important;
  font-weight:600;
  font-size:1.05em;
}

.content-paragraph {
  text-align: center;
}

.top-banner {
  position: fixed;
  height: 40px;
  background-color: #2d2d2d;
}

.tab-header {
  color: #2d2d2d;
  font-size: 20px;
}

.social-feed-block {
  margin-top: 25px;
}

.social-feed-image {
  height:150px;
  width:220px;
  border:solid 1px #C7C7C7;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-shadow: 3px 3px 6px #cccccc;

}

.social-feed-title {
  margin-top: 20px;
  padding-top: 0;
}

html.w-mod-js *[data-ix="initial-appearance-line-bottom-menu"] {
  width: 0%;
}

html.w-mod-js *[data-ix="initial-appearance-social-icon"] {
  opacity: 0;
  -webkit-transform: scale(0.1, 1);
  -ms-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}

html.w-mod-js *[data-ix="initial-appearance-author-content"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="initial-appearance-author-overlay"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-contact-wrapper"] {
  display: none;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="move-in-slide-text-on-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

html.w-mod-js *[data-ix="move-in-slide-text-on-hover-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

html.w-mod-js *[data-ix="move-in-slide-text-on-hover-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

#banner-enquiry{
  position:absolute;
  width:100%;
  bottom:30px;
  text-align:center;
}

 .gfield_label {
  display:none !important;
 }

 .w-nav-button {
  margin-top:15px;
 }

 .vimeo-video {
   width:100%;
   height:365px;
 }

 .mobile-only {
   display: none;
   text-align:center;
 }

 /* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.75);
    z-index:9999;
}

/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:rgba(255,255,255,0.92);
}

/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top: 0;
    right: 0;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}

.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

@media (max-width: 991px) {

  .slider-title {
    font-size: 38px;
    line-height: 42px;
  }
   .vimeo-video {
     height:280px;
   }
  .page-header-overlay {
    height:250px;
  }
  .page-header-overlay h1 {
    margin-top:110px;
  }
  .display-buttons {
    width: 100%;
    border-bottom-width: 0 !important;
  }
  .display-buttons:last-child {
    border-bottom-width: 2px !important;
  }
  .navigation {
    /*padding-bottom: 10px;
    border-bottom: solid 1px #666;*/
  }
  .navigation-link {
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
  }
  .brand-logo {

  }
  .brand-logo.w--current {

  }
  .big-slider {

  }
  .abstract-line {
    display: none;
  }
  .contact-wrapper {
    width: 100%;
  }
  .project-content {
    width: 100%;
  }
  .project-photo {
    width: 100%;
  }
  .navigation-menu {
    background-color: #f7f7f7;
  }
  .menu-button.w--open {
    background-color: #212121;
  }
  .intro-block {
    padding-right: 66px;
    padding-left: 66px;
  }
  .subscribe-text-field {
    padding-right: 0;
    float: left;
  }
  .subscribe-text {
    margin-top: 0;
    padding-left: 44px;
  }

}

@media (max-width: 767px) {

   .mobile-only {
     display: block;
   }
   .desktop-only {
     display: none;
   }
  .project-content {
   height:auto;
  }
  .view-more-wrapper {
    bottom: 15px;
  }
  .search-block {
    border:none;
    border-bottom: solid 1px #333;
  }
  .call-to-action {
   padding:0;
  }
  .call-to-action  .w-container{
   max-width:767px;
  }
  .call-to-action-header {
    display:none;
  }
  .call-to-action-button {
    width:100%;
    text-align:center;
    padding: 14px;
    font-size:1.3em;
    margin-top: 0;
  }
  .page-header-overlay {
    height:180px;
  }
  .page-header-overlay h1 {
    margin-top:70px;
    font-size:2.1em;
  }
  .header-offset {
    margin-top:40px !important;
  }
  .project-page-content.border {
    border:none;
    padding-right: 30px;
  }
  .project-page-content li {
    text-align:center;
    margin:0;
  }

  .featured-designs {
    margin-bottom:15px;
  }
  .social-feed-header {
   text-align: center;
  }
  .footer-logo {
    margin-bottom: 0;
    text-align: center;
  }
  .contact-wrapper {
    overflow: scroll;
  }
  .image-project {
    width: 100%;
    height: 100%;
  }
  .container-slider {
    padding-right: 32px;
    padding-left: 32px;
  }
  .subscribe-text {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    text-align: center;
  }
  .footer-block {
    margin-top: 13px;
    margin-bottom: -20px;
    padding-right: 29px;
    padding-left: 16px;
  }

  #banner-enquiry {
      display:none;
   }
  .w-slider-arrow-left  {
    display:none;
  }
  .w-slider-arrow-right  {
    display:none;
  }
  .social-icon-wrapper {
    display:none;
  }
    .slider-title {
    font-size: 30px;
    line-height: 36px;
  }

}

@media (max-width: 479px) {
  .w-tab-link.testimonials {
      display: inline-block !important;
  }
  .w-tab-link {
    display: block;
    border:solid 2px #2d2d2d;
    border-bottom-width: 0;
    padding: 15px 20px;
    letter-spacing: 1px;
    font-size: 14px;
    cursor: pointer;
  }
  .page-header-overlay h1 {
    font-size:2em;
    max-width:400px;
    margin-left:auto;
    margin-right:auto;
  }
  .header-offset-extra {
    margin-top:20px !important;
  }
  .image-container {
    margin-bottom:0;
  }
  .navigation {
    display: block;
  }
  .intro-block {
    padding-right: 16px;
    padding-left: 16px;
  }
  .social-icon {
    float: none;
  }
  .project-page-content {
    padding: 30px 10px;
  }
  .journal-photo {
    width: 200px;
    height: 200px;
  }
  .journal-photo.bigger {
    width: 200px;
    height: 200px;
  }
  .journal-title {
    line-height: 30px;
  }

  .subscribe-text-field {
    width: 100%;
    float: none;
  }
  .subscribe-button {
    width: 100%;
    float: none;
  }

  #input_2_1 {
    width: 100% !important;
    float: none;
  }
  .tab-link.w--current {
    border-bottom-width:0;
    background-color: #0bbcc8;
    font-weight: 600;
    color: #fff !important;
  }
  .w-tab-link:last-child {
    border-bottom-width: 2px !important;
  }
  .tab-header  {
    font-size: 14px;
  }
  .tab-link.w--current .tab-header {
    color: #fff !important;
  }

  #gform_submit_button_2 {
    width: 100% !important;
    float: none;
    margin-top:0;
  }

  .footer-block {
    text-align: center;
  }

}

.w-nav-overlay {
  z-index: 99999;
}

.unslider { position: relative; }
.unslider-arrow.prev, .unslider-arrow.next { color: rgba(255, 255, 255, 0.5); font-size: 5em; margin-top: 32%; }
.unslider-arrow.prev:hover, .unslider-arrow.next:hover { color: rgba(255, 255, 255, 1); }

.project-address { margin-bottom: 0; }
.project-price { color: #0bbcc8; }
.promo-banner {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 99;
    position: absolute;
    border-style: solid;
    border-width: 150px 150px 0 0;
    border-color: #00b9c6 transparent transparent transparent;
}
.promo-banner span {
    top: -125px;
    left: -5px;
    color: #FFF;
    width: 150px;
    display: block;
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.w-container {
    max-width: 1040px !important;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0 !important; 
    padding-right: 0 !important;
}


#header-main.scroll {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
  transition: all 0.3s ease;
}