@font-face {
  font-family: Gotham Medium;
  src: url("../fonts/GothamRnd-Medium.otf"); }

@font-face {
  font-family: Gotham Light;
  src: url("../fonts/GothamRnd-Light.otf"); }

.row {
  max-width: 75rem; }

.button {
  background: #d19c7f;
  font-family: "Gotham Medium";
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.button:hover {
  background: #907960;
}

.gap-top {
  padding-top: 20px;
}
.gap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.textoverlay {
  position: absolute;
  width: 600px;
  height: 60px;
  text-align: center;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.textoverlay h1{
  color: #ffffff;
  font-family: "Gotham Medium";
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
header {
  height: 80px;
  margin-top: 90px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8f7960), color-stop(24%, #c0a181), color-stop(59%, #b48970), to(#d19c7f));
  background-image: -webkit-linear-gradient(left, #8f7960, #c0a181 24%, #b48970 59%, #d19c7f);
  background-image: -o-linear-gradient(left, #8f7960, #c0a181 24%, #b48970 59%, #d19c7f);
  background-image: linear-gradient(to right, #8f7960, #c0a181 24%, #b48970 59%, #d19c7f); }
  header .align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  header ul.align-center {
    width: 100%;
    height: 80px; }
    header ul.align-center li {
      height: 100%; }
      header ul.align-center li a {
        height: 100%;
        font-size: 18px;
        line-height: 3.5;
        color: #071733;
        font-family: "Gotham Medium";
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        text-transform: uppercase; }
        header ul.align-center li a:hover {
          background: rgba(255, 255, 255, 0.65); }
    header ul.align-center li.active a {
      background: rgba(255, 255, 255, 0.65);
      color: #071733; }
    header ul.align-center li.logo {
      margin-left: 30px;
      margin-right: 30px; }
    header ul.align-center li.logo a:hover {
      background: transparent; }

section.burger_icon ul > li > a {
  background: transparent;
  margin-bottom: 0 !important;
  font-family: "Gotham Medium";
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  color: #fff; }

section.burger_icon {
  background-image: -webkit-gradient(linear, left top, right top, from(#8f7960), color-stop(24%, #c0a181), color-stop(59%, #b48970), to(#d19c7f));
  background-image: -webkit-linear-gradient(left, #8f7960, #c0a181 24%, #b48970 59%, #d19c7f);
  background-image: -o-linear-gradient(left, #8f7960, #c0a181 24%, #b48970 59%, #d19c7f);
  background-image: linear-gradient(to right, #8f7960, #c0a181 24%, #b48970 59%, #d19c7f);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  padding: 10px;
  border-bottom: 2px solid #fff;
  z-index: 999; }

section.burger_icon .burger {
  height: auto; }

section.burger_icon .burgerbar {
  background: transparent; }

section.burger_icon .burger_holder {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 999;
  position: absolute;
  top: 10px;
  right: 0; }

section.burger_icon .burger a {
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-decoration: none; }

section.burger_icon .burger a span {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 4px;
  border-radius: 0px;
  background: #071733;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

section.burger_icon .burger span::before, section.burger_icon .burger a span::after {
  content: '';
  width: 32px;
  height: 4px;
  background: #071733;
  border-radius: 0px;
  position: absolute;
  left: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

section.burger_icon .burger a span::before {
  top: -9px; }

section.burger_icon .burger a span::after {
  bottom: -9px; }

section.burger_icon .burger a.active_bar span {
  background: transparent; }

section.burger_icon .burger a.active_bar span::before {
  top: 0;
  -webkit-transform: rotateZ(135deg);
  -moz-transform: rotateZ(135deg);
  -ms-transform: rotateZ(135deg);
  -o-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
  background: #071733; }

section.burger_icon .burger a.active_bar span::after {
  bottom: 0;
  -webkit-transform: rotateZ(-135deg);
  -moz-transform: rotateZ(-135deg);
  -ms-transform: rotateZ(-135deg);
  -o-transform: rotateZ(-135deg);
  transform: rotateZ(-135deg);
  background: #071733; }

section.sec_nav {
  background: #00adee; }

section.sec_nav_mobile {
  background-color: rgba(10, 23, 49, 0.78);
  border-top: 2px solid #fff;
  z-index: 998;
  position: fixed;
  height: 100vh;
  bottom: 0;
  left: -1000px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transition: .45s ease-in-out;
  -o-transition: .45s ease-in-out;
  transition: .45s ease-in-out; }

section.sec_nav_mobile_in-view {
  left: 0; }

ul.menu.vertical li a {
  color: #fff;
  font-family: "Gotham Light";
  font-size: 18px; }

ul.menu.vertical li.active a {
  background: transparent;
  color: #d19c7f;
  font-family: "Gotham Medium"; }

section.sec_nav_mobile ul {
  -webkit-overflow: scroll;
  -moz-overflow: scroll;
  -o-overflow: scroll;
  -ms-overflow: scroll;
  overflow: scroll; }

section.hero {
  background: #f2f2f2; }
  section.hero .slider {
    height: auto;
    max-height: calc(100vh - 170px);
    width: 100%;
    margin: 0 auto;
    overflow: hidden; }
    section.hero .slider .inner_slide {
      position: relative;
      height: auto; }
      section.hero .slider .inner_slide .overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(10, 23, 49, 0.35);
        z-index: 0;
        /*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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;*/ }
        section.hero .slider .inner_slide .overlay a {
          background: transparent;
          border: 2px solid #fff;
          border-radius: 0;
          font-family: "Gotham Medium";
          text-transform: uppercase;
          letter-spacing: .5px;
          font-size: 1.5rem; }
    section.hero .slider img {
      width: 100%; }
  section.hero .row {
    position: relative;
    background: #fff; }
  section.hero .img_holder {
    background: url("../assets/home_hero.png");
    background-size: cover;
    background-position: center center; }
    section.hero .img_holder .inner {
      background: transparent; }
  section.hero .text_top {
    position: relative;
    padding-top: 70px; }
    section.hero .text_top span {
      display: block;
      width: 25px;
      height: 4px;
      background: #d19c7f;
      margin-bottom: 16px; }
    section.hero .text_top h1 {
      font-family: "Gotham Medium";
      font-size: 32px;
      font-weight: 500;
      font-style: italic;
      text-align: left;
      color: #071733; }
    section.hero .text_top h4, section.hero .text_top p.bold {
      font-family: "Gotham Medium";
      font-weight: 500;
      font-size: 16px;
      font-weight: 500;
      text-align: left;
      color: #071733;
      margin-bottom: 0; }
      section.hero .text_top h3 {
      font-family: "Gotham Medium";
      font-weight: 500;
      font-size: 14px;
      font-weight: 500;
      text-align: left;
      color: #d19c7f;
      margin-bottom: 0;
      margin-top: 20px; }
    section.hero .text_top p {
      font-family: "Gotham Light";
      font-weight: 300;
      font-size: 14px;
      text-align: left;
      color: #071733;
      padding-bottom: 10px; }
    section.hero .text_top p.top_para {
      padding-bottom: 16px; }
  section.hero .extra_pad_top {
    padding-top: 130px; }
  section.hero .heading {
    background-image: -webkit-gradient(linear, right top, left top, from(#a8a7a7), color-stop(#eeeeee), to(#fff));
    background-image: -webkit-linear-gradient(right, #a8a7a7, #eeeeee, #fff);
    background-image: -o-linear-gradient(right, #a8a7a7, #eeeeee, #fff);
    background-image: linear-gradient(to left, #a8a7a7, #eeeeee, #fff);
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    margin-top: 45px; }
    section.hero .heading .offset_block {
      background-color: rgba(10, 23, 49, 0.78);
      float: right;
      margin-right: -40px;
      padding: 13px 18px; }
      section.hero .heading .offset_block h4 {
        font-family: "Gotham Medium";
        font-weight: 500;
        font-size: 24px;
        font-weight: 500;
        text-align: left;
        color: #d19c7f;
        margin-bottom: 0; }
        section.hero .heading .offset_block h4 span {
          color: #fff; }

section.portfolio {
  background: #f2f2f2; }
  section.portfolio .row {
    background: #fff; }
  section.portfolio .items {
    padding-top: 85px;
    padding-bottom: 85px; }
  section.portfolio .heading {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    margin-top: 45px; }
    section.portfolio .heading .offset_block {
      background-color: rgba(10, 23, 49, 0.78);
      width: 200px;
      padding: 13px 18px;
      margin-left: -15px; }
      section.portfolio .heading .offset_block h4 {
        font-family: "Gotham Medium";
        font-weight: 500;
        font-size: 24px;
        font-weight: 500;
        text-align: left;
        color: #d19c7f;
        margin-bottom: 0; }
        section.portfolio .heading .offset_block h4 span {
          color: #fff; }
  section.portfolio .home_img img {
    width: 100%;
    height: auto; }
  section.portfolio .house_info {
    padding-top: 20px;
    position: relative;
    height: auto; }
    section.portfolio .house_info.news {
    padding-top: 20px;
    position: relative;
    height: auto;
    padding-bottom: 20px; }
    section.portfolio .house_info span.border {
      background-image: -webkit-gradient(linear, left top, right top, from(#8f7960), color-stop(24%, #c0a181), color-stop(59%, #b48970), to(rgba(209, 156, 127, 0)));
      background-image: -webkit-linear-gradient(left, #8f7960, #c0a181 24%, #b48970 59%, rgba(209, 156, 127, 0));
      background-image: -o-linear-gradient(left, #8f7960, #c0a181 24%, #b48970 59%, rgba(209, 156, 127, 0));
      background-image: linear-gradient(to right, #8f7960, #c0a181 24%, #b48970 59%, rgba(209, 156, 127, 0)); }
    section.portfolio .house_info .offset_block {
      background-color: rgba(10, 23, 49, 0.78);
      margin-left: -80px;
      padding: 14px 32px;
      width: 60%; }
       section.portfolio .house_info .offset_block.news {
      width: 100% !important; }
      section.portfolio .house_info .offset_block h5 {
        font-family: "Gotham Medium";
        font-size: 18px;
        font-weight: 500;
        text-align: left;
        color: #fff;
        margin-bottom: 0; }
        section.portfolio .house_info .offset_block h6 {
        font-family: "Gotham Medium";
        font-size: 16px;
        font-weight: 300;
        text-align: left;
        color: #d19c7f;
        margin-bottom: 0; }
    section.portfolio .house_info:after {
      content: " ";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 6px;
      background-image: -webkit-gradient(linear, left top, right top, from(#8f7960), color-stop(24%, #c0a181), color-stop(59%, #b48970), to(rgba(209, 156, 127, 0)));
      background-image: -webkit-linear-gradient(left, #8f7960, #c0a181 24%, #b48970 59%, rgba(209, 156, 127, 0));
      background-image: -o-linear-gradient(left, #8f7960, #c0a181 24%, #b48970 59%, rgba(209, 156, 127, 0));
      background-image: linear-gradient(to right, #8f7960, #c0a181 24%, #b48970 59%, rgba(209, 156, 127, 0)); }
    section.portfolio .house_info p {
      font-family: "Gotham Light";
      font-size: 16px;
      font-weight: 300;
      text-align: left;
      color: #0a1731;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 10px; }
    section.portfolio .house_info p.date {
      padding-bottom: 0;
      color: #d19c7f;
      font-weight: 700;
      font-style: italic; }

section.about .img_holder {
  background: url("../assets/about_hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  section.about .img_holder span.border {
    background-image: -webkit-gradient(linear, left top, right top, from(#8f7960), color-stop(24%, #c0a181), color-stop(59%, #b48970), to(rgba(209, 156, 127, 0)));
    background-image: -webkit-linear-gradient(left, #8f7960, #c0a181 24%, #b48970 59%, rgba(209, 156, 127, 0));
    background-image: -o-linear-gradient(left, #8f7960, #c0a181 24%, #b48970 59%, rgba(209, 156, 127, 0));
    background-image: linear-gradient(to right, #8f7960, #c0a181 24%, #b48970 59%, rgba(209, 156, 127, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    width: 100%; }

section.about .offset_block {
  background-color: rgba(10, 23, 49, 0.78);
  position: absolute;
  top: 70px;
  width: 240px;
  left: 0;
  margin-right: -40px;
  padding: 13px 18px;
  z-index: 990; }
  section.about .offset_block h4 {
    font-family: "Gotham Medium";
    font-weight: 500;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #d19c7f;
    margin-bottom: 0; }
    section.about .offset_block h4 span {
      color: #fff; }
  section.about .offset_block p {
    font-family: "Gotham Light";
    font-weight: 300;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #d19c7f;
    margin-bottom: 0;
    margin-top: -6px;
    font-style: italic; }

section.about .mob_head {
  background-color: #0a1731;
  padding: 13px 18px; }
  section.about .mob_head h4 {
    font-family: "Gotham Medium";
    font-weight: 500;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #d19c7f;
    margin-bottom: 0; }
    section.about .mob_head h4 span {
      color: #fff; }
  section.about .mob_head p {
    font-family: "Gotham Light";
    font-weight: 300;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #d19c7f;
    margin-bottom: 0;
    margin-top: -6px; }

section.about .mini_row {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 30px; }

section.about .profilers {
  display: inline-block;
  vertical-align: middle;
  background: #071733;
  width: 25%;
  position: relative;
  border: 5px solid #fff;
  float: left;
  overflow: hidden; }
  section.about .profilers .color_block {
    width: 100%;
    height: 100%;
    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; }
    section.about .profilers .color_block h5 {
      font-family: "Gotham Medium";
      font-weight: 500;
      font-size: 24px;
      font-weight: 500;
      text-align: left;
      color: #d19c7f;
      margin-bottom: 0; }
      section.about .profilers .color_block h5 span {
        color: #fff; }
  section.about .profilers a {
    background-color: rgba(10, 23, 49, 0.58);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
    section.about .profilers a:hover {
      background-color: rgba(10, 23, 49, 0.18); }
      section.about .profilers a:hover span {
        opacity: 1; }
    section.about .profilers a span {
      width: 100%;
      height: 32px;
      line-height: 32px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      margin: auto;
      color: #ffffff;
      opacity: .5;
      font-family: "Gotham Medium";
      font-size: 14px;
      letter-spacing: 2px;
      -webkit-transition: .35s ease-in-out;
      -o-transition: .35s ease-in-out;
      transition: .35s ease-in-out;}

.mob_head {
  background-color: #0a1731;
  padding: 13px 18px; }
  .mob_head h4 {
    font-family: "Gotham Medium";
    font-weight: 500;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #d19c7f;
    margin-bottom: 0; }
    .mob_head h4 span {
      color: #fff; }
  .mob_head p {
    font-family: "Gotham Light";
    font-weight: 300;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #d19c7f;
    margin-bottom: 0;
    margin-top: -6px; }

section.sean .img_holder {
  background: url("../assets/sean_hero.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

section.nicole .img_holder {
  background: url("../assets/nicole_hero.png") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important; }

section.nicole .inner {
  padding-top: 100px; }

section.david .img_holder {
  background: url("../assets/david_hero.png") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important; }

section.david .inner {
  padding-top: 200px; }

section.ciaran .img_holder {
  background: url("../assets/ciaran_hero.png") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important; }

section.ciaran .inner {
  padding-top: 200px; }

section.john .img_holder {
  background: url("../assets/john_hero.png") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important; }

section.john .inner {
  padding-top: 200px; }

section.mark .img_holder {
  background: url("../assets/mark_hero.png") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important; }

section.mark .inner {
  padding-top: 200px; }

section.thomas .img_holder {
  background: url("../assets/thomas_hero.png") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important; }

section.thomas .inner {
  padding-top: 200px; }

section.sean .img_holder {
  background: url("../assets/gary_hero.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

section.sean .inner {
  padding-top: 200px; }

section.gary .img_holder {
  background: url("../assets/gary_hero.png") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important; }

section.gary .inner {
  padding-top: 200px; }

section.our_homes .img_holder {
  background: url("../assets/hero_contact.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  section.our_homes .img_holder span.border {
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-image: -webkit-gradient(linear, left top, right top, from(#8f7960), color-stop(24%, #c0a181), color-stop(59%, #b48970), to(rgba(209, 156, 127, 0)));
    background-image: -webkit-linear-gradient(left, #8f7960, #c0a181 24%, #b48970 59%, rgba(209, 156, 127, 0));
    background-image: -o-linear-gradient(left, #8f7960, #c0a181 24%, #b48970 59%, rgba(209, 156, 127, 0));
    background-image: linear-gradient(to right, #8f7960, #c0a181 24%, #b48970 59%, rgba(209, 156, 127, 0));
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  section.our_homes .img_holder .offset_block {
    background-color: rgba(10, 23, 49, 0.78);
    position: absolute;
    top: 70px;
    right: 0;
    width: 290px;
    padding: 13px 18px;
    z-index: 997; }
    section.our_homes .img_holder .offset_block h4 {
      font-family: "Gotham Medium";
      font-weight: 500;
      font-size: 24px;
      font-weight: 500;
      text-align: right;
      color: #d19c7f;
      margin-bottom: 0; }
      section.our_homes .img_holder .offset_block h4 span {
        color: #fff; }

section.our_homes .formy {
  padding-top: 10px;
  padding-bottom: 30px; }
  section.our_homes .formy input, section.our_homes .formy textarea {
    border: 0;
    border-bottom: 1px solid #071733;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    background: transparent;
    color: #071733;
    font-family: "Gotham Medium";
    font-size: 16px; }
  section.our_homes .formy p.form_p {
    padding-top: 15px;
    padding-bottom: 15px; }
  section.our_homes .formy textarea {
    border: 1px solid #071733;
    padding-left: 8px; }
  section.our_homes .formy ::-webkit-input-placeholder {
    color: #071733; }
  section.our_homes .formy ::-moz-input-placeholder {
    color: #071733;
    opacity: 1; }
  section.our_homes .formy input.button {
    border: 1px solid #071733;
    background: #071733;
    color: #d19c7f;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
    section.our_homes .formy input.button:hover {
      background: #0d2b60;
      color: #deb9a5; }
  section.our_homes .formy label {
    font-family: "Gotham Medium";
    font-size: 16px; }

section.our_homes .mini_row {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 30px; }

section.our_homes .profilers {
  display: inline-block;
  vertical-align: middle;
  background: #071733;
  border: 5px solid #fff;
  float: left;
  overflow: hidden; }
  section.our_homes .profilers .color_block {
    width: 100%;
    height: 100%;
    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; }
    section.our_homes .profilers .color_block h5 {
      font-family: "Gotham Medium";
      font-weight: 500;
      font-size: 24px;
      font-weight: 500;
      text-align: left;
      color: #d19c7f;
      margin-bottom: 0; }
      section.our_homes .profilers .color_block h5 span {
        color: #fff; }

section.our_homes .mini_block img {
  width: 100%; }

section.our_homes .mini_block p {
  font-family: "Gotham Light";
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #0a1731;
  margin-bottom: 16px; }

section.our_homes .mini_block_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 750px; }

section.contact_page .profilers, section.our_homes .profilers, section.portfolio .profilers {
  display: inline-block;
  vertical-align: middle;
  background: #071733;
  width: 25%;
  position: relative;
  border: 5px solid #fff;
  float: left;
  overflow: hidden; }
  section.contact_page .profilers .color_block, section.our_homes .profilers .color_block, section.portfolio .profilers .color_block {
    width: 100%;
    height: 100%;
    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; }
    section.contact_page .profilers .color_block h5, section.our_homes .profilers .color_block h5, section.portfolio .profilers .color_block h5 {
      font-family: "Gotham Medium";
      font-weight: 500;
      font-size: 24px;
      font-weight: 500;
      text-align: left;
      color: #d19c7f;
      margin-bottom: 0; }
      section.contact_page .profilers .color_block h5 span, section.our_homes .profilers .color_block h5 span, section.portfolio .profilers .color_block h5 span {
        color: #fff; }
  section.contact_page .profilers a, section.our_homes .profilers a, section.portfolio .profilers a {
    background-color: rgba(10, 23, 49, 0.58);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
    section.contact_page .profilers a:hover, section.our_homes .profilers a:hover, section.portfolio .profilers a:hover {
      background-color: rgba(10, 23, 49, 0.18); }
      section.contact_page .profilers a:hover span, section.our_homes .profilers a:hover span, section.portfolio .profilers a:hover span {
        opacity: 1; }
    section.contact_page .profilers a span, section.our_homes .profilers a span, section.portfolio .profilers a span {
      width: 100%;
      height: 32px;
      line-height: 32px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      margin: auto;
      color: #ffffff;
      opacity: .5;
      font-family: "Gotham Medium";
      font-size: 14px;
      letter-spacing: 2px;
      -webkit-transition: .35s ease-in-out;
      -o-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      text-transform: uppercase; }

section.portfolio .mini_row {
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }

section.contact_page .img_holder {
  background: url("../assets/hero_contact.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

section.about .heading_lower {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  margin-top: 10px; }
  section.about .heading_lower .offset_block_lower {
    background-color: rgba(10, 23, 49, 0.78);
    padding: 13px 18px;
    width: 200px;
    margin-left: -15px; }
    section.about .heading_lower .offset_block_lower h4 {
      font-family: "Gotham Medium";
      font-weight: 500;
      font-size: 24px;
      font-weight: 500;
      text-align: left;
      color: #d19c7f;
      margin-bottom: 0; }
      section.about .heading_lower .offset_block_lower h4 span {
        color: #fff; }

.heading_lower {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  margin-top: 10px; }
  .heading_lower .offset_block_lower {
    background-color: rgba(10, 23, 49, 0.78);
    padding: 13px 18px;
    width: 200px; }
    .heading_lower .offset_block_lower h4 {
      font-family: "Gotham Medium";
      font-weight: 500;
      font-size: 24px;
      font-weight: 500;
      text-align: left;
      color: #d19c7f;
      margin-bottom: 0; }
      .heading_lower .offset_block_lower h4 span {
        color: #fff; }

footer {
  background: #f2f2f2; }
  footer .row {
    background: #071733;
    padding-top: 30px;
    padding-bottom: 30px; }
  footer p {
    text-align: center;
    padding-top: 70px;
    color: #d19c7f;
    font-family: "Gotham Light";
    margin-bottom: 8px;
    font-size: 14px; }
  footer ul {
    list-style: none; }
    footer ul p {
      font-family: "Gotham Medium";
      color: #fff;
      text-align: left;
      font-size: 16px;
      margin-bottom: 5px;
      padding-top: 0; }
    footer ul span {
      display: block;
      width: 50%;
      height: 2px;
      background: #d19c7f;
      margin-bottom: 16px; }
    footer ul li a {
      font-family: "Gotham Light";
      font-size: 14px;
      color: #fff; }
      footer ul li a:hover {
        color: #d19c7f; }

.offset_block_lower {
  margin-left: -15px; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  section.sean .heading_lower .offset_block_lower, section.portfolio .heading .offset_block {
    display: block !important;
    float: none !important;
    margin-right: 0;
    background-color: rgba(10, 23, 49, 0.78); }
  section.portfolio .house_info {
    margin-top: -53px;
    padding-top: 0; }
  section.portfolio .house_info .offset_block {
    margin-left: 0;
    width: 100%; }
  .profilers {
    width: 100% !important;
    height: auto;
    margin-bottom: 15px;
    border: 0;
    overflow: hidden; }
    .profilers img {
      width: 100%; }
  section.portfolio .house_info:after {
    position: relative;
    display: block !important; }
  section.hero .slider {
    width: 100%; }
  .slider, .inner_slide {
    height: auto !important; }
  section.hero .slider .inner_slide .overlay a {
    font-size: 16px; }
  section.our_homes .img_holder .offset_block {
    display: block;
    float: none;
    position: relative;
    width: auto;
    top: 0; }
  section.our_homes .mini_block p {
    padding-top: 30px; }
  section.about .heading_lower .offset_block_lower {
    margin-right: 0;
    width: auto;
    position: relative;
    float: none !important; }
  section.about .offset_block {
    width: auto;
    position: relative;
    margin-right: 0;
    top: 0; }
  section.hero .text_top {
    background: rgba(255, 255, 255, 0.6); }
  section.portfolio .home_img img {
    height: auto; }
  section.mark .img_holder, section.david .img_holder, section.gary .img_holder, section.john .img_holder, section.nicole .img_holder, section.ciaran .img_holder, section.thomas .img_holder, section.sean .img_holder {
    background-size: cover !important;
    background-position: center left !important;
    background-repeat: no-repeat !important; }
  section.mark .inner, section.david .inner, section.gary .inner, section.john .inner, section.nicole .inner, section.ciaran .inner, section.thomas .inner, section.sean .inner {
    padding-top: 0; }
  section.hero .row {
    padding-top: 0; }
  span.border {
    background-image: -webkit-gradient(linear, left top, right top, from(#8f7960), color-stop(24%, #c0a181), color-stop(59%, #b48970), to(rgba(209, 156, 127, 0)));
    background-image: -webkit-linear-gradient(left, #8f7960, #c0a181 24%, #b48970 59%, rgba(209, 156, 127, 0));
    background-image: -o-linear-gradient(left, #8f7960, #c0a181 24%, #b48970 59%, rgba(209, 156, 127, 0));
    background-image: linear-gradient(to right, #8f7960, #c0a181 24%, #b48970 59%, rgba(209, 156, 127, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px; }
  section.our_homes .img_holder {
    background-position: center right !important; }
  .mini_row {
    padding-left: 10px;
    padding-right: 10px; }
  footer ul span {
    width: 33.3333%; } }

/* Medium and up */
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  section.hero .slider {
    width: 100%; }
  .slider, .inner_slide {
    height: auto !important; }
  section.hero .slider .inner_slide .overlay a {
    font-size: 16px; }
  .mini_block img {
    height: 100%; }
  .mini_block, .mini_block_right {
    height: 500px !important; }
  section.portfolio .house_info {
    height: auto;
    padding-top: 0; }
  section.portfolio .house_info .offset_block {
    margin-left: 0;
    width: 100%; }
  section.portfolio .home_img {
    max-height: 310px;
    overflow: hidden; }
  section.portfolio .home_img img {
    height: auto; }
  section.portfolio .heading .offset_block {
    margin-right: 0; }
  section.hero .text_top {
    background: rgba(255, 255, 255, 0.7); }
  section.hero .img_holder .inner {
    padding-top: 0; }
  section.hero .row {
    padding-top: 0; }
  section.burger_icon .burger a {
    margin-right: -70px; } }

/* Large and up */
/* Large only */
