/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

html {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0;
  padding: 0;
  background: #fafafa;
  overflow-x: hidden;
  letter-spacing: .02em; }

.wc {
  max-width: 1150px;
  padding: 0 30px;
  margin: 0 auto; }
  @media (max-width: 560px) {
    .wc {
      padding: 0 20px; } }

.cf:after {
  content: "";
  display: table;
  clear: both; }

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

h1, h2, h3, h4, h5 {
  line-height: 1.1;
  color: #363636;
  margin: 0;
  padding: 0 0 1.5rem; }

h1 {
  font-size: 25px; }

h2 {
  font-size: 17px; }

p {
  font-size: 14px;
  color: #181818;
  margin: 0;
  padding: 0 0 1.5rem 0;
  letter-spacing: .02em;
  line-height: 2; }

hr {
  display: block;
  height: 1px;
  border: 0;
  background: #d1cfcf;
  margin-bottom: 2.6rem;
  margin-top: 1rem;
  clear: left; }

a {
  -webkit-transition: .3s color, .3s background;
  transition: .3s color, .3s background;
  text-decoration: none;
  color: #265c9a;
  outline: 0; }
  a:hover {
    color: #1e4a7d; }
  a:focus {
    outline: 0; }

ul, ol {
  margin: 0; }


.genisys {
  position: absolute !important;
  z-index: -1;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
  color: white;
  opacity: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 99;
  padding: 6px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  header .main-menu {
    float: left;
    margin-top: 9px; }
    @media (max-width: 820px) {
      header .main-menu {
        position: fixed;
        top: 50px;
        left: 0;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transition: .3s transform;
        transition: .3s transform; }
        header .main-menu.is-active {
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
    @media (max-width: 560px) {
      header .main-menu {
        top: 40px; } }
    header .main-menu ul {
      list-style-type: none;
      padding-left: 0; }
      header .main-menu ul li {
        display: inline-block;
        padding-right: 20px; }
        @media (max-width: 820px) {
          header .main-menu ul li {
            padding-right: 0;
            display: block;
            border-bottom: 1px solid #ececec; }
            header .main-menu ul li:last-of-type {
              border-bottom: 0; } }
        header .main-menu ul li a {
          text-decoration: none;
          color: #265c9a;
          font-size: 16px; }
          @media (max-width: 820px) {
            header .main-menu ul li a {
              display: block;
              padding: 15px 20px;
              font-size: 15px; } }
          @media (max-width: 560px) {
            header .main-menu ul li a {
              padding: 10px 20px; } }
          header .main-menu ul li a:hover {
            color: #5188c8; }
  header .mobile-nav-icon {
    float: left;
    height: 33px;
    width: 35px;
    display: block;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 8px 7px 0;
    margin-top: 7px;
    cursor: pointer;
    display: none; }
    @media (max-width: 820px) {
      header .mobile-nav-icon {
        display: block; } }
    @media (max-width: 560px) {
      header .mobile-nav-icon {
        margin-top: 3px; } }
    header .mobile-nav-icon span {
      display: block;
      background: #363636;
      width: 100%;
      height: 3px;
      margin-bottom: 3px;
      border-radius: 4px; }
  header .header-right {
    float: right; }
  header .remax {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
    @media (max-width: 560px) {
      header .remax {
        max-width: 70px; } }
    header .remax img {
      display: block; }
  header .listings-btn {
    background: #d7364c;
    display: inline-block;
    padding: 13px 28px;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    vertical-align: middle;
    text-decoration: none; }
    @media (max-width: 560px) {
      header .listings-btn {
        padding: 8px 15px; } }
    header .listings-btn:hover {
      background: #ba2d40; }

footer {
  padding: 20px 0; }
  footer p {
    font-size: 13px;
    padding-bottom: 0; }
    @media (max-width: 560px) {
      footer p {
        font-size: 10px; } }

.banner {
  background: url("../imgs/banner.jpg") no-repeat center center/cover;
  height: 546px; }
  @media (max-width: 820px) {
    .banner {
      height: 440px; } }
  @media (max-width: 560px) {
    .banner {
      height: 240px; } }
  .banner .wc {
    position: relative;
    height: 100%; }
  .banner .banner-content {
    position: absolute;
    right: 45%;
    bottom: 200px; }
    @media (max-width: 1024px) {
      .banner .banner-content {
        right: 55%; } }
    @media (max-width: 820px) {
      .banner .banner-content {
        bottom: 150px;
        right: 50%; } }
    @media (max-width: 700px) {
      .banner .banner-content {
        right: 60%; } }
    @media (max-width: 560px) {
      .banner .banner-content {
        right: 165px;
        bottom: 70px; } }
    .banner .banner-content h1 {
      color: white;
      font-size: 49px;
      text-align: right;
      padding-bottom: 0;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
      @media (max-width: 820px) {
        .banner .banner-content h1 {
          font-size: 35px; } }
      @media (max-width: 560px) {
        .banner .banner-content h1 {
          font-size: 20px; } }
    .banner .banner-content h2 {
      color: white;
      text-align: right;
      font-size: 26px;
      padding-bottom: 0;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
      font-weight: 400; }
      @media (max-width: 820px) {
        .banner .banner-content h2 {
          font-size: 20px; } }
      @media (max-width: 560px) {
        .banner .banner-content h2 {
          font-size: 14px; } }
  .banner img {
    position: absolute;
    right: 10%;
    bottom: 0; }
    @media (max-width: 820px) {
      .banner img {
        max-width: 300px; } }
    @media (max-width: 560px) {
      .banner img {
        max-width: 150px;
        right: 15px; } }

.about {
  padding: 60px 0 30px; }
  .about .about-main {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px; }
    @media (max-width: 820px) {
      .about .about-main {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0; } }
  .about .about-blocks .about-item {
    float: left;
    width: calc( (100% - 50px) / 2 );
    margin-right: 50px; }
    .about .about-blocks .about-item:nth-of-type(2n) {
      margin-right: 0; }
    @media (max-width: 820px) {
      .about .about-blocks .about-item {
        float: none;
        width: 100%;
        margin-right: 0; } }

.testimonials {
  background: #f0ecec;
  padding: 60px 0; }
  .testimonials .bx-controls {
    text-align: center; }
    .testimonials .bx-controls .bx-pager-item {
      display: inline-block;
      padding-right: 10px; }
      .testimonials .bx-controls .bx-pager-item:last-child {
        padding-right: 0; }
      .testimonials .bx-controls .bx-pager-item a {
        display: block;
        font-size: 0;
        background: white;
        border-radius: 50%;
        height: 10px;
        width: 10px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
        .testimonials .bx-controls .bx-pager-item a.active, .testimonials .bx-controls .bx-pager-item a:hover {
          background: #265c9a; }
  .testimonials ul {
    list-style-type: none;
    padding: 0; }
    .testimonials ul p {
      text-align: center;
      margin: 0;
      font-size: 16px;
      font-style: italic;
      position: relative;
      z-index: 2; }
      .testimonials ul p span {
        display: block;
        margin-top: 10px;
        font-weight: 700; }
      .testimonials ul p:before {
        content: '';
        position: absolute;
        left: -25px;
        top: 0;
        color: white;
        z-index: -1;
        height: 49px;
        width: 56px;
        background: url("../imgs/left-quote.png") center center;
        display: block;
        opacity: .5;
        display: none; }
      .testimonials ul p:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 60px;
        color: white;
        z-index: -1;
        height: 49px;
        width: 56px;
        background: url("../imgs/right-quote.png") center center;
        display: block;
        opacity: .5;
        display: none; }

.contact {
  padding: 60px 0 60px; }
  .contact .col-quarter {
    float: left;
    width: calc( (100% - 150px) / 4 );
    margin-right: 50px; }
    @media (max-width: 820px) {
      .contact .col-quarter {
        width: calc( (100% - 50px) / 2 ); }
        .contact .col-quarter:nth-of-type(2n) {
          margin-right: 0; } }
  @media (max-width: 820px) and (max-width: 560px) {
    .contact .col-quarter {
      float: none;
      width: 100%; } }

    .contact .col-quarter:nth-of-type(4n) {
      margin-right: 0; }
    .contact .col-quarter img {
      display: block;
      margin-top: 7px; }
  .contact .contact-form .col-third {
    float: left;
    width: calc((100% - 50px) * 1 / 3);
    margin-right: 50px; }
    @media (max-width: 820px) {
      .contact .contact-form .col-third {
        float: none;
        width: 100%;
        margin-right: 0; } }
  .contact .contact-form .col-two-thirds {
    float: left;
    width: calc((100% - 50px) * 2 / 3); }
    @media (max-width: 820px) {
      .contact .contact-form .col-two-thirds {
        float: none;
        width: 100%;
        margin-right: 0; } }
  .contact .contact-form input[type="text"] {
    border: 1px solid #f5f5f6;
    border-bottom: 2px solid #d8d8d8;
    background: white;
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
    font-size: 15px;
    padding: 15px 15px;
    border-radius: 3px; }
    .contact .contact-form input[type="text"].incorrect {
      border-top: 1px solid red;
      border-right: 1px solid red;
      border-left: 1px solid red;
      border-bottom: 2px solid red; }
  .contact .contact-form textarea {
    border: 1px solid #f5f5f6;
    border-bottom: 2px solid #d8d8d8;
    background: white;
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
    font-size: 15px;
    padding: 15px 15px;
    height: 211px;
    border-radius: 3px; }
    .contact .contact-form textarea.incorrect {
      border-top: 1px solid red;
      border-right: 1px solid red;
      border-left: 1px solid red;
      border-bottom: 2px solid red; }
  .contact .contact-form input[type="submit"] {
    background: #d7364c;
    display: inline-block;
    padding: 13px 28px;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    float: right;
    -webkit-transition: .3s color, .3s background;
    transition: .3s color, .3s background; }
    .contact .contact-form input[type="submit"]:hover {
      background: #ba2d40; }
    @media (max-width: 820px) {
      .contact .contact-form input[type="submit"] {
        width: 100%; } }
  .contact .success-message {
    display: none; }
    .contact .success-message :last-child {
      padding-bottom: 0; }

.listings {
  padding: 200px 0;
  background: url("../imgs/map-bg.jpg") center center/cover;
  text-align: center; }
  @media (max-width: 820px) {
    .listings {
      padding: 100px 0; } }
  .listings a {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: white;
    font-size: 20px;
    border-radius: 6px;
    font-weight: 700;
    padding: 15px 50px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.05); }
    @media (max-width: 560px) {
      .listings a {
        font-size: 14px;
        padding: 10px 25px; } }
    .listings a:hover {
      background: rgba(0, 0, 0, 0.1); }
