@import url("https://fonts.googleapis.com/css?family=Heebo:400,700");
/*==========================================================================

		Template Elements Stylesheet
		____________________________________________________________

		Client:		ClientName
		Date:		Date
		Author:		Edge Marketing Solutions

===========================================================================*/
/* [Global Variables] - http://sass-lang.com/guide */
/*=========================================================================*/
/* [Global Template Styles] */
body {
  color: #58595b;
  font-family: 'Heebo', sans-serif;
}

a {
  transition: all 150ms ease-in-out;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  color: #0061af;
}

p.lead {
  margin: 3rem 0;
}

.subpage-banner {
  margin-bottom: 3rem;
}

.text-orange {
  color: #f7901e;
}

.btn-orange, .btn-orange:hover, .btn-orange:focus {
  background: #f7901e;
  color: #ffffff;
}

.btn-outline-blue, .btn-outline-blue:hover, .btn-outline-blue:focus {
  border-color: #0061af;
  color: #0061af;
}

img {
  max-width: 100%;
}

img[data-size-ratio^="0"],
.clear-height {
  background: #ffffff url(../images/loading.gif) no-repeat 50% 50%;
}

img.svg-responsive {
  width: 100% \9;
}

.real-estate-icons {
  font-size: 1rem;
  font-weight: 500;
  color: #58595b;
  vertical-align: middle;
}

.real-estate-icons img.real-estate-icon {
  width: 100% \9;
  max-width: 28px;
  vertical-align: sub;
  margin: 0 0.5rem 0 1.5rem;
}

.real-estate-icons img.real-estate-icon:first-of-type {
  margin: 0 0.5rem 0 0;
}

.real-estate-icons.real-estate-icons-block {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/*OPTIONAL FULL WIDTH NAVIGATION - Add nav-justified to <ul class="nav navbar-nav">*/
.navbar-nav.nav-justified > li {
  float: none !important;
}

/* Generated by Glyphter (http://www.glyphter.com) on Tue Sep 06 2016*/
@font-face {
  font-family: 'social icons';
  src: url("../fonts/social-icons.eot");
  src: url("../fonts/social-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/social-icons.woff") format("woff"), url("../fonts/social-icons.ttf") format("truetype"), url("../fonts/social-icons.svg#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="social-icon-"]::before, [class*=" social-icon-"]::before {
  display: inline-block;
  font-family: 'social icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-icon-square-facebook::before {
  content: '\0041';
}

.social-icon-square-google-plus::before {
  content: '\0042';
}

.social-icon-square-linkedin::before {
  content: '\0043';
}

.social-icon-square-pinterest::before {
  content: '\0044';
}

.social-icon-square-twitter::before {
  content: '\0045';
}

.social-icon-square-youtube::before {
  content: '\0046';
}

.social-icon-circle-facebook::before {
  content: '\0047';
}

.social-icon-circle-google-plus::before {
  content: '\0048';
}

.social-icon-circle-linkedin::before {
  content: '\0049';
}

.social-icon-circle-pinterest::before {
  content: '\004a';
}

.social-icon-circle-twitter::before {
  content: '\004b';
}

.social-icon-circle-youtube::before {
  content: '\004c';
}

.social-icon-rounded-facebook::before {
  content: '\004d';
}

.social-icon-rounded-google-plus::before {
  content: '\004e';
}

.social-icon-rounded-linkedin::before {
  content: '\004f';
}

.social-icon-rounded-pinterest::before {
  content: '\0050';
}

.social-icon-rounded-twitter::before {
  content: '\0051';
}

.social-icon-rounded-youtube::before {
  content: '\0052';
}

[class^="social-icon-circle-"]::before, [class*=" social-icon-circle-"]::before {
  border-radius: 100%;
}

[class^="social-icon-rounded-"]::before, [class*=" social-icon-rounded-"]::before {
  border-radius: 15%;
}

.swiper-container {
  width: 100%;
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .d-xs-none {
    display: none;
  }
}

/*=========================================================================*/
/* [Header Template Styles] */
#header {
  background: #0061af;
}

#header .h-logo {
  padding: 0.25rem 1rem;
}

#header .h-logo img {
  max-width: 200px;
}

#header .header-phone {
  padding: 0.25rem 1rem 0;
}

#header .header-phone a, #header .header-phone a:hover, #header .header-phone a:focus {
  font-weight: 700;
  font-size: 1.25rem;
  color: #ffffff;
}

.front #header {
  background: transparent;
  position: absolute;
  z-index: 1000;
  width: 100%;
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/*=========================================================================*/
/* [Navigation Template Styles] */
.navbar .nav-item {
  margin-left: 1.5rem;
}

.navbar .nav-item .nav-link, .navbar .nav-item .nav-link:hover {
  color: #ffffff;
  font-weight: 700;
}

.navbar-toggler {
  border: 1px solid #1697ff;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.front-show-xs {
  display: none;
}

/* Large desktop */
/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav-item {
    margin-left: 1rem;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .nav-item {
    margin-left: 0;
    font-size: 0.9rem;
  }
  .navbar .nav-item .nav-link {
    padding-left: .42rem;
    padding-right: .42rem;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .navbar {
    text-align: right;
  }
  .navbar .navbar-toggler {
    margin-left: auto;
  }
  .navbar .nav-item {
    margin-left: 0;
  }
  .header-front .navbar-collapse {
    background: #0061af;
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.3);
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 575px) {
  .navbar {
    text-align: center;
  }
  .navbar .navbar-toggler {
    width: 100%;
    display: block;
  }
  #header.header-front .front-hide-xs {
    display: none;
  }
  #header.header-front .front-show-xs {
    display: inline;
  }
  #header.header-front .header-phone {
    padding: 0;
  }
  #header.header-front .navbar-toggler {
    width: auto;
    display: inline-block !important;
  }
}

/*=========================================================================*/
/* [Slider Template Styles] */
.swiper-container .swiper-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  box-shadow: inset 0 12rem 12rem -12rem rgba(0, 0, 0, 0.75);
}

.swiper-container .swiper-slide .slider-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20vw;
  height: 20vw;
  transform: translate(-50%, -50%);
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/*=========================================================================*/
/* [Page Template Styles] */
.grey-block {
  padding: 20px;
  background: rgba(241, 242, 242, 0.7);
}

.row.tight-gutter {
  margin-right: -10px;
  margin-left: -10px;
}

.row.tight-gutter [class|="col"], .row.tight-gutter [class*=" col"] {
  padding-right: 10px;
  padding-left: 10px;
}

.profile-img {
  max-width: 100px;
}

.profile-img-lg {
  max-width: 150px;
}

.profile-body {
  display: none;
}

.profile-placeholder {
  border-bottom: 1px solid #d1d3d4;
}

.profile-placeholder.border-top {
  border-top: 1px solid #d1d3d4;
}

.profile-open .before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.profile-open .media {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  max-width: 90%;
  max-height: 80%;
  background: #ffffff;
  transform: translate(-50%, -50%);
  z-index: 1010;
  padding: 1rem;
  overflow: auto;
  transition: all 300ms;
}

/* Large desktop */
/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .profile-img {
    max-width: 100px;
  }
}

/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phone to portrait tablet */
@media (max-width: 575px) {
  .show-profile {
    display: none;
  }
  .profile-placeholder .close.close-profile {
    display: none;
  }
  .profile-placeholder .media {
    padding: 0 1rem;
    display: block;
  }
  .profile-placeholder .media .media-body {
    display: block;
  }
  .profile-open .media {
    padding: 1rem;
  }
}

/*=========================================================================*/
/* [Listing Page Template Styles] */
.top-address-bar {
  background: #0061af;
  color: #ffffff;
  text-align: center;
  padding: 1rem 0;
  margin-bottom: 2rem;
  box-shadow: inset 0 20px 12px -20px rgba(0, 0, 0, 0.4);
}

.listing-gallery .listing-gallery-image {
  display: block;
  width: 100%;
  background: none no-repeat 50% 50%;
  background-size: cover;
  height: 200px;
  margin-bottom: 20px;
}

.listing-gallery .listing-gallery-more {
  display: block;
  width: calc(100% - 20px);
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  text-align: center;
  padding: 0.5rem;
}

.listing-gallery .listing-gallery-more:hover, .listing-gallery .listing-gallery-more:focus {
  text-decoration: none;
}

.listing-gallery .listing-gallery-left .listing-gallery-image {
  height: 640px;
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .listing-gallery .listing-gallery-image {
    height: 150px;
  }
  .listing-gallery .listing-gallery-left .listing-gallery-image {
    height: 490px;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .listing-gallery .listing-gallery-image, .listing-gallery .listing-gallery-more {
    display: none;
  }
  .listing-gallery .listing-gallery-left .listing-gallery-image {
    display: block;
    height: 320px;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 575px) {
  .listing-gallery .listing-gallery-left .listing-gallery-image {
    height: 55vw;
  }
}

/*=========================================================================*/
/* [Listing Template Styles] */
.listing .listing-price .real-estate-icons {
  white-space: nowrap;
}

.listing a, .listing a:hover, .listing a:focus {
  color: inherit;
  text-decoration: none;
}

.listing a:hover, .listing a:focus, .listing a:hover:hover, .listing a:hover:focus, .listing a:focus:hover, .listing a:focus:focus {
  color: inherit;
  text-decoration: none;
}

.listing a > .media, .listing a:hover > .media, .listing a:focus > .media {
  box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.1);
  transition: all 150ms;
  margin: 1rem 0;
}

.listing a > .media:hover, .listing a > .media:focus, .listing a:hover > .media:hover, .listing a:hover > .media:focus, .listing a:focus > .media:hover, .listing a:focus > .media:focus {
  box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.1);
  transform: translate(0, -1px);
}

.listing a > .media .listing-image, .listing a:hover > .media .listing-image, .listing a:focus > .media .listing-image {
  margin: 1rem 2rem 1rem 1rem;
  width: 250px;
}

.listing a > .media > .media-body, .listing a:hover > .media > .media-body, .listing a:focus > .media > .media-body {
  margin: 1.5rem 1rem 1.5rem 0.5rem;
}

.listing a > .media > .media-body .listing-address, .listing a:hover > .media > .media-body .listing-address, .listing a:focus > .media > .media-body .listing-address {
  margin: 1rem 0 2rem;
}

.listing a > .media > .media-body h6, .listing a:hover > .media > .media-body h6, .listing a:focus > .media > .media-body h6 {
  color: inherit;
}

.listing a > .media .listing-agent-image, .listing a:hover > .media .listing-agent-image, .listing a:focus > .media .listing-agent-image {
  max-width: 54px;
}

.listing a > .media .listing-agent-body, .listing a:hover > .media .listing-agent-body, .listing a:focus > .media .listing-agent-body {
  margin: 0 1rem;
}

.listing a > .media .listing-agent-body h6, .listing a:hover > .media .listing-agent-body h6, .listing a:focus > .media .listing-agent-body h6 {
  margin: 0;
  color: #0061af;
}

/* Large desktop */
@media (min-width: 1200px) {
  .listing .listing-price {
    white-space: nowrap;
  }
  .listing .listing-price .real-estate-icons {
    margin-left: 1.5rem;
  }
  .listing a > .media .listing-image, .listing a:hover > .media .listing-image, .listing a:focus > .media .listing-image {
    width: 400px;
  }
}

/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .listing .listing-price {
    white-space: nowrap;
  }
  .listing .listing-price .real-estate-icons {
    margin-left: 1.5rem;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .listing .listing-price .real-estate-icons {
    display: block;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .listing .listing-price .real-estate-icons {
    display: block;
  }
  .listing a > .media .listing-image, .listing a:hover > .media .listing-image, .listing a:focus > .media .listing-image {
    width: auto;
    max-width: 200px;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 575px) {
  .listing .listing-price .real-estate-icons {
    display: block;
  }
  .listing a > .media, .listing a:hover > .media, .listing a:focus > .media {
    display: block;
  }
  .listing a > .media .listing-image, .listing a:hover > .media .listing-image, .listing a:focus > .media .listing-image {
    width: auto;
    max-width: calc(100% - 2rem);
    margin: 1rem;
  }
  .listing a > .media > .media-body, .listing a:hover > .media > .media-body, .listing a:focus > .media > .media-body {
    display: inline-block;
    margin: 1rem;
  }
}

/*=========================================================================*/
/* [Front Page Template Styles] */
.quick-nav {
  background: #0061af;
  padding: 1.5rem 1rem;
}

.quick-nav .nav-item {
  margin: 0 1.5rem;
}

.quick-nav .nav-item a, .quick-nav .nav-item a:hover, .quick-nav .nav-item a:focus {
  color: #ffffff;
  text-decoration: none;
}

#search_form {
  margin: 4rem 0 0;
}

.front-lead {
  margin: 6rem 0;
  font-size: 1.125rem;
}

.feature-nav {
  margin: 4rem 0;
}

.feature-nav .feature-nav-item {
  position: relative;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
}

.feature-nav .feature-nav-item img {
  position: relative;
  z-index: -1;
  transition: transform 200ms;
}

.feature-nav .feature-nav-item::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(247, 144, 30, 0.5);
}

.feature-nav .feature-nav-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature-nav .feature-nav-item:hover img, .feature-nav .feature-nav-item:focus img {
  transform: scale(1.1);
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .front-lead {
    margin: 5rem 0;
    font-size: 1rem;
  }
  .feature-nav {
    margin: 3rem 0;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .front-lead {
    margin: 4rem 0;
    font-size: 1rem;
  }
  .feature-nav {
    margin: 2rem 0;
  }
}

/*=========================================================================*/
/* [Footer Template Styles] */
.footer {
  font-size: 13px;
  margin: 1.5rem 0 3rem;
}

.footer a, .footer a:hover, .footer a:focus {
  color: #58595b;
  text-decoration: none;
}

.footer [class^="social-icon-"] {
  font-size: 20px;
  color: #bcbec0;
  margin-left: 4px;
}

.footer .footer-link {
  margin-top: 1.5rem;
}

.footer .footer-link a, .footer .footer-link a:hover, .footer .footer-link a:focus {
  color: #bcbec0;
  text-decoration: none;
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/*=========================================================================*/
/* [Table as row override Styles] */
table.table-as-row > tbody > tr:before,
table.table-as-row > tbody > tr:after {
  content: " ";
  display: table;
  clear: both;
}

table.table-as-row > tbody > tr {
  height: auto !important;
}

table.table-as-row,
table.table-as-row > tbody,
table.table-as-row > tbody > tr {
  display: block;
  width: auto;
}

table.table-as-row > tbody > tr {
  display: block;
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
}

table.table-as-row > tbody > tr > td[class*=col-] {
  display: block;
  height: auto !important;
  margin-bottom: 20px;
}

/* col-lg */
@media (min-width: 1200px) {
  table.table-as-row > tbody > tr > td[class*=col-lg-] {
    float: left;
  }
}

/* col-md */
@media (min-width: 992px) {
  table.table-as-row > tbody > tr > td[class*=col-md-] {
    float: left;
  }
}

/* col-sm */
@media (min-width: 768px) {
  table.table-as-row > tbody > tr > td[class*=col-sm-] {
    float: left;
  }
}

/* col-xs */
table.table-as-row > tbody > tr > td[class*=col-xs-] {
  float: left;
}

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