@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700);
html, body {
  margin: 0;
  padding: 0;
  background: #DDD; }

article {
  max-width: 1440px;
  margin: 0 auto; }

h1 {
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 35px;
  margin: 5px; }

h2 {
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 25px;
  padding: 0 10px;
  margin: 5px; }

h3 {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 18px;
  padding: 10px; }

h4 {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 18px;
  padding: 10px; }

p {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 14px;
  padding: 0 10px; }

input[type='text'] {
  border: none;
  padding: 5px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 200; }

input[type='text']:focus {
  border: none;
  outline: none; }

input[type='submit'] {
  border: none;
  padding: 5px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  background: #00C5CD; }

select {
  border: none;
  padding: 5px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  background: #FFF; }

textarea {
  border: none;
  padding: 5px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 100; }

nav {
  background: #333;
  position: fixed;
  width: 100%;
  box-shadow: 0px 2px 12px #000;
  z-index: 9; }
  nav ul {
    margin: 0;
    padding: 30px 0 0 0;
    font-family: "Raleway", sans-serif;
    background: #333;
    font-weight: 100;
    font-size: 14px;
    position: fixed;
    right: 60px;
    z-index: 9; }
    nav ul a {
      color: #FFF;
      text-decoration: none; }
    nav ul li {
      color: #FFF;
      display: inline-block;
      padding: 10px 8px 15px 8px;
      text-transform: uppercase;
      position: relative; }
      nav ul li ul {
        display: none;
        position: absolute;
        right: -22px;
        padding: 0 0 0 0;
        margin: 15px;
        box-shadow: 2px 2px 2px #000; }
        nav ul li ul li {
          color: #FFF;
          display: block;
          padding: 10px 10px;
          text-transform: uppercase; }
    nav ul li:hover {
      background: #00C5CD;
      font-weight: 100; }

.header-logo {
  float: left;
  padding: 23px 30px;
  position: relative;
  z-index: 10; }
  @media (max-width: 468px) {
    .header-logo {
      float: left;
      padding: 23px 60px;
      position: relative;
      z-index: 10;
      width: 150px; } }

.social {
  position: absolute;
  right: 60px;
  z-index: 10;
  background: #FFF;
  height: 29px; }
  .social .icon {
    padding: 6px; }
  @media (max-width: 468px) {
    .social {
      right: 10px; } }

#m-menu-toggle {
  position: absolute;
  left: 10px;
  top: 10px;
  color: RGBA(0, 197, 205, 0.75);
  font-size: 30px;
  z-index: 11; }

ul.mobile-menu {
  top: 40px;
  left: 0;
  right: 0;
  display: none; }

.mobile-menu li {
  display: block;
  padding-left: 15px;
  padding-right: 15px; }

.mobile-menu li ul {
  width: 100%;
  left: 0;
  right: 0;
  margin: 10px 0;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999; }

#home {
  background: url(../images/background.jpg) no-repeat;
  background-size: cover;
  min-height: 700px;
  margin-bottom: -10px; }

.title {
  position: relative;
  padding-top: 250px;
  text-align: center; }
  .title h1 {
    font-size: 80px;
    font-weight: 400;
    color: #EEE; }
  .title p {
    color: #FFF;
    font-size: 24px;
    font-weight: 200;
    margin-top: 22px; }
  .title button {
    background: #00C5CD;
    border: none;
    padding: 15px 20px;
    margin: 25px 0;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    font-weight: 100; }
    .title button:hover {
      background: RGBA(0, 197, 205, 0.75); }

.callout {
  background: RGBA(33, 33, 33, 0.6);
  margin: 350px 20px 20px 20px;
  width: 85%;
  height: 135px; }
  .callout p {
    color: #FFF;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    font-size: 14px;
    padding: 0 10px;
    margin: 5px; }
  .callout .f-address {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    background: url(../images/icon-location.png) no-repeat;
    background-size: 18px;
    padding-left: 20px;
    margin-left: 10px; }
  .callout .f-details {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: .2px;
    color: #FFF !important; }
  .callout .price {
    background: RGBA(0, 197, 205, 0.75);
    height: 135px; }
    @media (max-width: 468px) {
      .callout .price {
        height: auto; } }
    .callout .price h1 {
      font-size: 25px;
      font-weight: 100;
      text-align: center;
      padding-top: 30%; }
      @media (max-width: 468px) {
        .callout .price h1 {
          padding-top: 10px;
          padding-bottom: 10px; } }
  @media (max-width: 468px) {
    .callout {
      margin-top: 200px;
      width: 90%;
      height: 200px; } }

.f-details-open {
  background: RGBA(33, 33, 33, 0.75);
  margin: 100px 40px 20px 40px;
  width: 85%;
  height: auto;
  display: none;
  padding: 10px;
  border-left: 3px solid #00C5CD;
  position: relative;
  padding-bottom: 50px; }
  .f-details-open p {
    color: #FFF;
    line-height: 22px; }
  .f-details-open .f-address-details {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    background: url(../images/icon-location.png) no-repeat;
    background-size: 18px;
    padding-left: 20px;
    margin-left: 10px;
    line-height: 22px; }
  .f-details-open .price {
    display: inline-block;
    background: url(../images/icon-dollar-lt.png) no-repeat;
    background-size: 9px;
    padding-left: 15px;
    margin-left: 10px; }
  .f-details-open .sqft {
    display: inline-block;
    background: url(../images/icon-sqft.png) no-repeat;
    background-size: 14px;
    padding-left: 20px;
    margin-left: 10px; }
  .f-details-open .f-details-details {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: .2px;
    color: #FFF !important; }
  @media (max-width: 468px) {
    .f-details-open {
      position: absolute;
      top: 72px;
      left: 0;
      right: 0;
      margin-left: 0;
      margin-top: 0;
      width: 95%;
      background: RGBA(33, 33, 33, 0.9); } }

.tag {
  padding: 3px 10px;
  background: #8E388E;
  color: #FFF;
  width: auto;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  margin: 5px; }

.photos {
  width: 100%; }
  .photos img {
    margin-top: -37px;
    height: 250px; }

#filter {
  background: #333;
  padding: 10px;
  height: 25px;
  position: relative; }
  #filter #filter-form {
    position: absolute;
    right: 60px; }
    #filter #filter-form .filter-input {
      background: url(../images/icon-filter.png) no-repeat;
      background-position: left;
      background-size: 15px;
      padding-left: 20px;
      color: #00C5CD; }

#section-title {
  background: #333;
  text-align: center;
  padding: 15px 0;
  border-top: 2px solid #00C5CD; }
  #section-title h1 {
    color: #FFF;
    font-weight: 300;
    font-size: 22px; }

#homes-list {
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
  margin: 15px; }
  @media (max-width: 468px) {
    #homes-list {
      -moz-column-count: 1;
      -webkit-column-count: 1 !important;
      column-count: 1; } }

.house-card {
  background: #FFF;
  width: 100%;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
  padding-bottom: 60px;
  margin-top: 2px; }
  .house-card .short-desc {
    color: #222;
    font-size: 20px; }
  .house-card .address {
    background: url(../images/icon-location-blue.png) no-repeat;
    background-size: 18px;
    padding-left: 20px;
    margin-left: 10px; }
  .house-card .long-desc {
    color: #222;
    font-size: 12px;
    line-height: 20px; }
  .house-card .price {
    display: inline-block;
    background: url(../images/icon-dollar-blue.png) no-repeat;
    background-size: 9px;
    padding-left: 15px;
    margin-left: 10px; }
  .house-card .sqft {
    display: inline-block;
    background: url(../images/icon-sqft-blue.png) no-repeat;
    background-size: 14px;
    padding-left: 20px;
    margin-left: 10px; }
  .house-card .main-img {
    width: 100%;
    margin: auto;
    position: relative; }
  .house-card .main-img .shaded {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 4px;
    left: 0; }
  .house-card .symbol {
    display: none; }
  .house-card .main-img:hover .shaded {
    background: RGBA(0, 197, 205, 0.75);
    cursor: pointer; }
    .house-card .main-img:hover .shaded .symbol {
      display: block;
      margin: auto;
      position: absolute;
      bottom: 10px;
      right: 20px;
      color: #FFF;
      font-size: 60px; }
    @media (max-width: 468px) {
      .house-card .main-img:hover .shaded {
        display: none; } }
  .house-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #333;
    z-index: 3;
    display: none; }
    .house-card .overlay .prev-btn {
      margin-top: 0; }
    .house-card .overlay .next-btn {
      margin-top: 0; }
    .house-card .overlay img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .house-card .overlay .gallery-img {
      display: block; }
    .house-card .overlay .gallery-bg {
      background: #333;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

#about {
  background: #333;
  border-bottom: 1px solid #FFF;
  text-align: left; }
  #about .about-img {
    width: 100%;
    height: auto; }
  #about p {
    color: #FFF;
    margin: 15px 40px;
    line-height: 30px;
    font-size: 16px; }
  #about h3 {
    color: #FFF;
    margin: 0 25px 25px;
    padding: 0; }
  #about h4 {
    color: #FFF;
    margin: 0 55px 25px;
    padding: 0;
    font-weight: 200;
    font-size: 20px;
    line-height: 30px;
    border-left: 4px solid #00C5CD;
    padding-left: 20px; }
  #about h1 {
    margin: 25px 25px 5px; }
  #about .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
  #about .video-container iframe, #about .video-container object, #about .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#contact {
  background: #00C5CD;
  padding: 20px 10px; }
  #contact input[type='text'] {
    width: 45%;
    margin: 15px 5px;
    font-size: 12px;
    font-weight: 600; }
    @media (max-width: 468px) {
      #contact input[type='text'] {
        width: 95%; } }
  #contact .email {
    margin-top: 0 !important; }
    @media (max-width: 468px) {
      #contact .email {
        margin-top: 10px !important; } }
  #contact select {
    width: 46%;
    margin: 15px 5px;
    font-size: 12px;
    font-weight: 600; }
    @media (max-width: 468px) {
      #contact select {
        width: 98%; } }
  #contact textarea {
    width: 95%;
    margin: 15px 5px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px; }
    @media (max-width: 468px) {
      #contact textarea {
        width: 95%;
        margin-bottom: 10px; } }
  #contact input[type='submit'] {
    background: #333;
    color: #FFF;
    width: 46.6%;
    position: relative;
    padding: 4.5px;
    /* margin-top: -40px !important; */
    margin: 5px;
    font-weight: 600;
    cursor: pointer; }
    @media (max-width: 468px) {
      #contact input[type='submit'] {
        width: 98%; } }

.error {
  border: 1px solid firebrick !important; }

#copyright {
  background: #333;
  padding: 5px; }

#copyright p {
  font-weight: 800;
  font-size: 8px;
  text-align: center;
  color: #FFF; }
  #copyright p a {
    color: #00C5CD; }

.sold {
  opacity: .6; }

.sold-overlay {
  background: RGBA(204, 0, 0, 0.9);
  height: 87px;
  margin: 0 auto;
  position: absolute;
  width: 38px;
  right: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 87px;
  font-size: 35px;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  z-index: 3;
  box-shadow: 1px 1px 5px #888; }

.sold-overlay:after,
.sold-overlay:before {
  content: '';
  position: absolute;
  border-top: 20px solid RGBA(204, 0, 0, 0.9);
  height: 0;
  width: 0;
  top: 100%; }

.sold-overlay:after {
  border-left: 38px solid transparent;
  right: 0px; }

.sold-overlay:before {
  border-right: 38px solid transparent;
  left: 0px; }

.sold-overlay span {
  display: block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px; }

.sold {
  opacity: .6; }

.contract-overlay {
  background: RGBA(0, 205, 14, 0.8);
  height: 107px;
  margin: 0 auto;
  position: absolute;
  width: 38px;
  right: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 87px;
  font-size: 35px;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  z-index: 3;
  box-shadow: 1px 1px 5px #888;
  opacity: .9; }

.contract-overlay:after,
.contract-overlay:before {
  content: '';
  position: absolute;
  border-top: 20px solid RGBA(0, 205, 14, 0.8);
  height: 0;
  width: 0;
  top: 100%; }

.contract-overlay:after {
  border-left: 38px solid transparent;
  right: 0px; }

.contract-overlay:before {
  border-right: 38px solid transparent;
  left: 0px; }

.contract-overlay span {
  display: block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  width: 80px;
  margin-left: -20px;
  margin-top: 10px; }

#no-results {
  background: #FFF;
  width: 97%;
  margin: 15px;
  display: none;
  text-align: center; }
  #no-results h1 {
    color: #333;
    font-weight: 100;
    padding: 20px; }
  @media (max-width: 468px) {
    #no-results {
      width: 91%; } }

.gallery-img {
  display: none; }

.active {
  display: block; }

@media (max-width: 468px) {
  .homes-tags {
    padding-bottom: 10px; } }

/* Reusable column setup */
.col {
  border: 0 solid transparent;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important; }

/* 1. 12 Column Grid 0px - Infinity
    -----------------------------------------------------------------------------

    Span 1:    8.33333333333%
    Span 2:    16.6666666667%
    Span 3:    25.0%
    Span 4:    33.3333333333%
    Span 5:    41.6666666667%
    Span 6:    50.0%
    Span 7:    58.3333333333%
    Span 8:    66.6666666667%
    Span 9:    75.0%
    Span 10:    83.3333333333%
    Span 11:    91.6666666667%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
/*    @media screen and (min-width: 0px) {*/
.col {
  margin-left: 0;
  padding: 0; }
  @media (max-width: 468px) {
    .col {
      width: 100% !important; } }

.row .col:first-child {
  margin-left: 0; }

.span_1 {
  width: 8.33333333333%; }

.span_2 {
  width: 16.6666666667%; }

.span_2-5 {
  width: 20%; }

.span_3 {
  width: 25.0%; }

.span_4 {
  width: 33.3333333333%; }

.span_5 {
  width: 41.6666666667%; }

.span_6 {
  width: 50.0%; }

.span_7 {
  width: 58.3333333333%; }

.span_8 {
  width: 66.6666666667%; }

.span_9 {
  width: 75.0%; }

.span_10 {
  width: 83.3333333333%; }

.span_11 {
  width: 91.6666666667%; }

.span_12 {
  margin-left: 0;
  width: 100%; }

.clear {
  clear: both; }

.clear {
  clear: both; }

.desktop-only {
  display: block; }
  @media (max-width: 468px) {
    .desktop-only {
      display: none; } }

.mobile-only {
  display: none; }
  @media (max-width: 468px) {
    .mobile-only {
      display: block; } }

.more-details-btn {
  background: RGBA(0, 0, 0, 0.6);
  text-align: center;
  border-top: 2px solid #777;
  padding: 5px; }
  .more-details-btn p {
    color: #FFF;
    font-weight: 800; }

.more-details-btn:hover {
  background: RGBA(0, 197, 205, 0.75);
  text-align: center;
  cursor: pointer; }
  .more-details-btn:hover p {
    color: #333;
    font-weight: 800; }

.close {
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  float: right;
  padding: 6.5px 10px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #333; }

.next-btn {
  color: #FFF;
  background: RGBA(0, 197, 205, 0.75);
  font-size: 15px;
  width: 20px;
  padding: 10px;
  position: relative;
  z-index: 4;
  cursor: pointer;
  float: right;
  margin-top: -41px; }

.prev-btn {
  color: #FFF;
  background: RGBA(0, 197, 205, 0.75);
  font-size: 15px;
  width: 20px;
  padding: 10px;
  position: relative;
  z-index: 4;
  float: left;
  cursor: pointer;
  margin-top: -41px; }

.inquire-btn {
  font-size: 12px;
  text-transform: uppercase;
  width: 50%;
  padding: 10px;
  margin: 6px;
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #FFF;
  background: RGBA(0, 197, 205, 0.75);
  font-family: "Raleway", sans-serif;
  position: absolute;
  bottom: 5px; }
  @media (max-width: 468px) {
    .inquire-btn {
      width: 90%; } }

.inquire-btn:hover {
  background: #00C5CD; }

/*# sourceMappingURL=application.css.map */
