@import url("https://fonts.googleapis.com/css?family=Bitter:400,400i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("../plugins/bootstrap-4.0.0-beta-dist/css/bootstrap.min.css");
@import url("../plugins/bootstrap-4.0.0-beta-dist/css/bootstrap-grid.min.css");
@import url("../plugins/slick-1.6.0/slick/slick.css");
@import url("../plugins/font-awesome-pro-master/css/font-awesome-core.css");
@import url("../plugins/font-awesome-pro-master/css/font-awesome-brands.css");
@import url("../plugins/font-awesome-pro-master/css/font-awesome-light.css");
@import url("../plugins/font-awesome-pro-master/css/font-awesome-regular.css");
@import url("../plugins/font-awesome-pro-master/css/font-awesome-solid.css");
body {
  font-family: "Calibri";
  color: #222222;
  font-size: 16px;
  padding: 0;
  margin: 0; }

a, a:before, a:after, a *, button, button:before, button:after, button *, input, textarea {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

h1 {
  font-family: "Bitter";
  font-weight: 400;
  margin: 0 0 25px;
  font-size: 45px; }

h2 {
  font-family: "Bitter";
  font-weight: 400;
  margin: 0 0 20px;
  font-size: 30px; }

h3 {
  font-family: "Bitter";
  font-weight: 400;
  margin: 0 0 20px;
  font-size: 25px; }

h4 {
  font-family: "Bitter";
  font-weight: 400;
  margin: 0 0 20px;
  font-size: 20px; }

article, .content-block {
  padding: 50px 0; }

p {
  font-family: Calibri, Arial;
  margin: 0 0 15px;
  font-size: 16px; }

@-webkit-keyframes stickyNav {
  from {
    top: -130px; }
  to {
    top: 10px; } }
@-moz-keyframes stickyNav {
  from {
    top: -130px; }
  to {
    top: 10px; } }
@-o-keyframes stickyNav {
  from {
    top: -130px; }
  to {
    top: 10px; } }
@keyframes stickyNav {
  from {
    top: -130px; }
  to {
    top: 10px; } }
header {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  top: 30px;
  left: 0; }
  header li, header ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  header .container {
    -webkit-box-shadow: 0 0 10px rgba(34, 34, 34, 0.55);
    -moz-box-shadow: 0 0 10px rgba(34, 34, 34, 0.55);
    -ms-box-shadow: 0 0 10px rgba(34, 34, 34, 0.55);
    -o-box-shadow: 0 0 10px rgba(34, 34, 34, 0.55);
    box-shadow: 0 0 10px rgba(34, 34, 34, 0.55);
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    background-color: #ffffff;
    max-width: 1100px;
    padding: 15px 30px; }
  header ul {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    margin-top: 10px;
    font-size: 14px; }
    header ul li {
      margin-left: 30px; }
      header ul li:first-child {
        margin-left: 0; }
    header ul a {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -o-flex;
      display: flex; }
  header .fa, header .fas, header .far, header .fal, header .fab {
    margin-right: 10px; }
  header .header-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
  header nav {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    -o-align-self: flex-end;
    align-self: flex-end;
    margin-bottom: 10px;
    font-weight: 100; }
    header nav a {
      margin-left: 50px;
      display: inline-block;
      font-size: 27px;
      line-height: 1; }
      header nav a:first-child {
        margin-left: 0; }
  header.nav-scrolled {
    -webkit-animation: stickyNav 1s;
    -moz-animation: stickyNav 1s;
    -ms-animation: stickyNav 1s;
    -o-animation: stickyNav 1s;
    animation: stickyNav 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: fixed;
    z-index: 99999;
    top: 10px; }
    header.nav-scrolled ul, header.nav-scrolled .header-left {
      display: none; }
    header.nav-scrolled nav {
      margin-bottom: 0; }
  header a {
    text-decoration: none;
    color: #4D4C4C; }
    header a:hover {
      text-decoration: none;
      color: #47748A; }

footer {
  background-color: #47748A;
  color: #ffffff;
  text-align: center;
  padding: 15px 0; }
  footer a {
    text-decoration: underline;
    color: #ffffff; }
    footer a:hover {
      color: rgba(255, 255, 255, 0.6); }

.form-inline {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }

.input-group-addon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #CECECE;
  border-color: #CECECE;
  min-width: 110px; }

.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-color: #CECECE; }

.input-group {
  margin: 0 0 20px; }

.btn {
  cursor: pointer; }

.banner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  background-image: url("../images/banner.jpg");
  min-height: 860px;
  background-position: top center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1; }
  .banner .bordered-text {
    border: solid 3px rgba(255, 255, 255, 0.7);
    line-height: 55px;
    font-size: 55px;
    font-family: "Open Sans";
    display: inline-block;
    color: #ffffff;
    padding: 25px 40px;
    font-weight: 900; }
  .banner .sub-text {
    line-height: 40px;
    font-size: 40px;
    font-family: "Bitter";
    display: inline-block;
    margin: 25px 0 70px; }
  .banner .banner-slides {
    min-height: 100%; }
  .banner .banner-slide {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    height: 100%;
    width: 100%; }
  .banner .banner-slide {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
  .banner .slick-list, .banner .slick-track {
    height: 100%; }
  .banner:after {
    background-color: rgba(77, 76, 76, 0.3);
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
    top: 0; }
  .banner * {
    position: relative;
    z-index: 2; }
  .banner .buttons .btn {
    margin: 0 10px; }
  .banner .slick-prev, .banner .slick-next {
    margin-top: -17.5px;
    line-height: 35px;
    font-size: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    position: absolute;
    background: none;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0;
    z-index: 3;
    top: 50%; }
  .banner .slick-prev {
    left: 15px; }
  .banner .slick-next {
    right: 15px; }

.property {
  margin: 0 0 30px; }
  .property img {
    -webkit-box-shadow: 0 4px 4px rgba(34, 34, 34, 0.25);
    -moz-box-shadow: 0 4px 4px rgba(34, 34, 34, 0.25);
    -ms-box-shadow: 0 4px 4px rgba(34, 34, 34, 0.25);
    -o-box-shadow: 0 4px 4px rgba(34, 34, 34, 0.25);
    box-shadow: 0 4px 4px rgba(34, 34, 34, 0.25);
    position: relative;
    display: block;
    width: 100%;
    z-index: 2; }
  .property .property-info {
    padding: 30px; }
  .property .buttons {
    padding: 10px 0 0; }
  .property h3 {
    margin: 0 0 15px; }

.responsive-img {
  max-width: 100%;
  height: auto;
  width: auto; }

.no-margin {
  margin: 0; }

.buttons .btn {
  margin-right: 10px; }
  .buttons .btn:last-child {
    margin-right: 0; }

.bg-blue {
  background-color: #47748A; }

.text-blue {
  color: #47748A; }
  .text-blue a {
    color: #47748A; }
    .text-blue a:hover {
      color: #365868; }

.btn-blue {
  color: #ffffff;
  background-color: #47748A; }
  .btn-blue:hover {
    color: #ffffff;
    background-color: #365868; }

.btn-default-blue {
  background-color: transparent;
  border: 1px solid rgba(71, 116, 138, 0.4);
  color: #47748A; }
  .btn-default-blue:hover {
    background-color: rgba(71, 116, 138, 0.08);
    color: #47748A; }

.bg-white {
  background-color: #ffffff; }

.text-white {
  color: #ffffff; }
  .text-white a {
    color: #ffffff; }
    .text-white a:hover {
      color: #e6e6e6; }

.btn-white {
  color: #ffffff;
  background-color: #ffffff; }
  .btn-white:hover {
    color: #ffffff;
    background-color: #e6e6e6; }

.btn-default-white {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff; }
  .btn-default-white:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff; }

.bg-black {
  background-color: #222222; }

.text-black {
  color: #222222; }
  .text-black a {
    color: #222222; }
    .text-black a:hover {
      color: #090909; }

.btn-black {
  color: #ffffff;
  background-color: #222222; }
  .btn-black:hover {
    color: #ffffff;
    background-color: #090909; }

.btn-default-black {
  background-color: transparent;
  border: 1px solid rgba(34, 34, 34, 0.4);
  color: #222222; }
  .btn-default-black:hover {
    background-color: rgba(34, 34, 34, 0.08);
    color: #222222; }

.bg-grey {
  background-color: #4D4C4C; }

.text-grey {
  color: #4D4C4C; }
  .text-grey a {
    color: #4D4C4C; }
    .text-grey a:hover {
      color: #333333; }

.btn-grey {
  color: #ffffff;
  background-color: #4D4C4C; }
  .btn-grey:hover {
    color: #ffffff;
    background-color: #333333; }

.btn-default-grey {
  background-color: transparent;
  border: 1px solid rgba(77, 76, 76, 0.4);
  color: #4D4C4C; }
  .btn-default-grey:hover {
    background-color: rgba(77, 76, 76, 0.08);
    color: #4D4C4C; }

.bg-light-grey {
  background-color: #CECECE; }

.text-light-grey {
  color: #CECECE; }
  .text-light-grey a {
    color: #CECECE; }
    .text-light-grey a:hover {
      color: #b5b5b5; }

.btn-light-grey {
  color: #ffffff;
  background-color: #CECECE; }
  .btn-light-grey:hover {
    color: #ffffff;
    background-color: #b5b5b5; }

.btn-default-light-grey {
  background-color: transparent;
  border: 1px solid rgba(206, 206, 206, 0.4);
  color: #CECECE; }
  .btn-default-light-grey:hover {
    background-color: rgba(206, 206, 206, 0.08);
    color: #CECECE; }

.btn-white {
  color: #47748A; }
  .btn-white:hover {
    color: #365868; }

.btn {
  font-size: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Bitter";
  font-weight: normal;
  padding: 15px 30px; }

.fa, .fas, .far, .fal, .fab {
  line-height: unset; }

.info-bar {
  margin: 0 0 30px;
  background-color: #47748A;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  color: #ffffff;
  padding: 10px 15px;
  width: 100%; }
  .info-bar li {
    margin: 0 30px 0 0;
    list-style: none;
    padding: 0; }
  .info-bar a {
    text-decoration: none;
    color: #ffffff; }
  .info-bar .fa {
    display: inline-block;
    margin-right: 5px; }
