/*
Theme Name: Marketing Designs 2
Author: Chenglin Wei

*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/* line 184, flag/*.png */
.flag-sprite, .flag-cn-16, .flag-cn-24, .flag-de-16, .flag-de-24, .flag-en-16, .flag-en-24, .flag-es-16, .flag-es-24, .flag-fr-16, .flag-fr-24, .flag-it-16, .flag-it-24, .flag-jp-16, .flag-jp-24, .flag-kr-16, .flag-kr-24, .flag-ru-16, .flag-ru-24 {
  background-image: url('/images/flag-s994bc70772.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-cn-16 {
  background-position: 0 0;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-cn-24 {
  background-position: 0 -16px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-de-16 {
  background-position: 0 -40px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-de-24 {
  background-position: 0 -56px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-en-16 {
  background-position: 0 -80px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-en-24 {
  background-position: 0 -96px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-es-16 {
  background-position: 0 -120px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-es-24 {
  background-position: 0 -136px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-fr-16 {
  background-position: 0 -160px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-fr-24 {
  background-position: 0 -176px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-it-16 {
  background-position: 0 -200px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-it-24 {
  background-position: 0 -216px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-jp-16 {
  background-position: 0 -240px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-jp-24 {
  background-position: 0 -256px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-kr-16 {
  background-position: 0 -280px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-kr-24 {
  background-position: 0 -296px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-ru-16 {
  background-position: 0 -320px;
}

/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.flag-ru-24 {
  background-position: 0 -336px;
}

/* line 11, sass/style.scss */
body {
  font-family: 'Open Sans', sans-serif;
}

/* line 15, sass/style.scss */
video {
  display: block;
}

/* line 20, sass/style.scss */
.text-center img {
  display: inline;
  margin-top: 25px;
}

/* line 26, sass/style.scss */
a {
  color: #333;
}

/* line 30, sass/style.scss */
hr.divide {
  margin-top: 30px;
  margin-bottom: 15px;
  height: 5px;
  border: 0;
  background-image: url(images/divide.jpg);
  background-repeat: repeat-x;
}

/* line 39, sass/style.scss */
.msg_info,
.msg_error,
.msg_success,
.form_sending {
  font-size: 14px;
  display: none;
}

/* line 48, sass/style.scss */
img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}
/* line 53, sass/style.scss */
img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}


/***********
*** Nav
***********/
@media (max-width: 767px) {
  /* line 65, sass/style.scss */
  .navbar-brand {
    height: auto;
  }
  /* line 68, sass/style.scss */
  .navbar-brand img {
    max-width: 230px;
  }
}
@media (min-width: 768px) {
  /* line 73, sass/style.scss */
  .navbar-brand img {
    max-width: 330px;
  }
}
@media (min-width: 992px) {
  /* line 78, sass/style.scss */
  .navbar-brand img {
    max-width: 280px;
  }
}
@media (min-width: 1200px) {
  /* line 83, sass/style.scss */
  .navbar-brand img {
    max-width: 330px;
  }
}

/* line 89, sass/style.scss */
.navbar-toggle {
  padding: 5px;
  margin-top: 15px;
  margin-right: 12px;
}

/* line 95, sass/style.scss */
nav.navbar-default {
  margin-bottom: 0;
  border: 0;
  background-color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  /* line 95, sass/style.scss */
  nav.navbar-default {
    min-height: 55px;
  }
}
@media (min-width: 1200px) {
  /* line 95, sass/style.scss */
  nav.navbar-default {
    min-height: 75px;
  }
}
/* line 106, sass/style.scss */
nav.navbar-default .container {
  position: relative;
}
/* line 109, sass/style.scss */
nav.navbar-default .navbar-nav > .active > a,
nav.navbar-default .navbar-nav > .active > a:hover,
nav.navbar-default .navbar-nav > .active > a:focus,
nav.navbar-default .navbar-nav > .current_page_parent > a,
nav.navbar-default .navbar-nav > .current_page_parent > a:hover,
nav.navbar-default .navbar-nav > .current_page_parent > a:focus {
  color: #555;
  background: none;
  border-bottom: 2px #fff solid;
}
@media (max-width: 767px) {
  /* line 109, sass/style.scss */
  nav.navbar-default .navbar-nav > .active > a,
  nav.navbar-default .navbar-nav > .active > a:hover,
  nav.navbar-default .navbar-nav > .active > a:focus,
  nav.navbar-default .navbar-nav > .current_page_parent > a,
  nav.navbar-default .navbar-nav > .current_page_parent > a:hover,
  nav.navbar-default .navbar-nav > .current_page_parent > a:focus {
    color: #555;
    font-weight: bold;
    border: none;
  }
}
@media (min-width: 768px) {
  /* line 109, sass/style.scss */
  nav.navbar-default .navbar-nav > .active > a,
  nav.navbar-default .navbar-nav > .active > a:hover,
  nav.navbar-default .navbar-nav > .active > a:focus,
  nav.navbar-default .navbar-nav > .current_page_parent > a,
  nav.navbar-default .navbar-nav > .current_page_parent > a:hover,
  nav.navbar-default .navbar-nav > .current_page_parent > a:focus {
    padding-bottom: 8px;
  }
}
/* line 127, sass/style.scss */
nav.navbar-default .navbar-nav > .open > a,
nav.navbar-default .navbar-nav > .open > a:hover,
nav.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background: none;
}
@media (max-width: 767px) {
  /* line 127, sass/style.scss */
  nav.navbar-default .navbar-nav > .open > a,
  nav.navbar-default .navbar-nav > .open > a:hover,
  nav.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
  }
}
@media (max-width: 767px) {
  /* line 136, sass/style.scss */
  nav.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #555;
  }
}
@media (max-width: 767px) {
  /* line 140, sass/style.scss */
  nav.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #555;
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  /* line 147, sass/style.scss */
  nav.navbar-default .navbar-collapse {
    background-color: #f8f8f8;
  }
}
@media (max-width: 767px) {
  /* line 152, sass/style.scss */
  nav.navbar-default .navbar-nav {
    margin: 0 -15px;
    background-color: #f8f8f8;
  }
}
@media (min-width: 768px) {
  /* line 152, sass/style.scss */
  nav.navbar-default .navbar-nav {
    margin: 6px 0;
  }
  /* line 159, sass/style.scss */
  nav.navbar-default .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  /* line 163, sass/style.scss */
  nav.navbar-default .navbar-nav > li {
    margin: 5px 10px 0;
  }
}
@media (min-width: 992px) {
  /* line 163, sass/style.scss */
  nav.navbar-default .navbar-nav > li {
    margin: 5px 5px 0;
  }
}
@media (min-width: 1200px) {
  /* line 163, sass/style.scss */
  nav.navbar-default .navbar-nav > li {
    margin: 5px 10px 0;
  }
}
/* line 173, sass/style.scss */
nav.navbar-default .navbar-nav > li > a {
  color: #555;
  text-transform: uppercase;
}
/* line 176, sass/style.scss */
nav.navbar-default .navbar-nav > li > a:hover, nav.navbar-default .navbar-nav > li > a:focus {
  color: #555;
}
@media (max-width: 767px) {
  /* line 176, sass/style.scss */
  nav.navbar-default .navbar-nav > li > a:hover, nav.navbar-default .navbar-nav > li > a:focus {
    color: #555;
  }
}
@media (max-width: 767px) {
  /* line 173, sass/style.scss */
  nav.navbar-default .navbar-nav > li > a {
    color: #555;
  }
}
@media (min-width: 768px) {
  /* line 173, sass/style.scss */
  nav.navbar-default .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  /* line 198, sass/style.scss */
  .fixed-nav nav.navbar-default {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;

	 box-shadow: 0 8px 8px rgba(0,0,0,0.3);
    background-color: #fff;
    color: #000;
    border-bottom: 2px solid #999;

  }
  /* line 204, sass/style.scss */
  .fixed-nav #lightSlider,
  .fixed-nav .page,
  .fixed-nav .page-community,
  .fixed-nav .page-contact,
  .fixed-nav .page-properties,
  .fixed-nav .page-sitemap,
  .fixed-nav .page-testimonials,
  .fixed-nav .page-about {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  /* line 216, sass/style.scss */
  .fixed-nav #lightSlider,
  .fixed-nav .page,
  .fixed-nav .page-community,
  .fixed-nav .page-contact,
  .fixed-nav .page-properties,
  .fixed-nav .page-sitemap,
  .fixed-nav .page-testimonials,
  .fixed-nav .page-about {
    margin-top: 70px;
  }
}

/* line 229, sass/style.scss */
#google_translate_element2 {
  position: absolute;
  top: 0;
  z-index: 100;
  right: 15px;
  bottom: auto;
}
@media (min-width: 768px) {
  /* line 229, sass/style.scss */
  #google_translate_element2 {
    right: 15px;
    top: 30%;
  }
}
@media (min-width: 992px) {
  /* line 229, sass/style.scss */
  #google_translate_element2 {
    right: 0;
    top: 35%;
  }
}
@media (min-width: 1200px) {
  /* line 229, sass/style.scss */
  #google_translate_element2 {
    right: 90px;
    top: 35%;
  }
}
/* line 247, sass/style.scss */
#google_translate_element2 .btn-default {
  border: none;
  background-color: transparent;
}
/* line 252, sass/style.scss */
#google_translate_element2 .translate-dropdown .flag {
  display: block;
  padding: 3px 20px 3px 0;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-indent: 20px;
}
/* line 261, sass/style.scss */
#google_translate_element2 .translate-dropdown .flag:hover {
  background-color: #f5f5f5;
}
/* line 264, sass/style.scss */
#google_translate_element2 .translate-dropdown .flag span {
  width: 16px;
  height: 16px;
  display: inline-block;
}

/* line 273, sass/style.scss */
#btn-selected {
  cursor: pointer;
}

/* line 277, sass/style.scss */
.translate-dropdown {
  left: auto;
  right: 0;
}
/* line 280, sass/style.scss */
.translate-dropdown > li {
  cursor: pointer;
}

/* line 285, sass/style.scss */
.btn-join-interest-list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 285, sass/style.scss */
  .btn-join-interest-list {
    top: 2px;
    right: 50px;
  }
}
@media (min-width: 992px) {
  /* line 285, sass/style.scss */
  .btn-join-interest-list {
    top: 3px;
    right: 10px;
  }
}
@media (min-width: 1200px) {
  /* line 285, sass/style.scss */
  .btn-join-interest-list {
    width: 101px;
    top: 15px;
    right: -15px;
  }
}
@media (min-width: 1300px) {
  /* line 285, sass/style.scss */
  .btn-join-interest-list {
    right: -35px;
  }
}

/***********
*** Slide
***********/
/* line 316, sass/style.scss */
#slideshow {
  position: relative;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  /* line 316, sass/style.scss */
  #slideshow {
    height: 300px;
  }
}
@media (min-width: 768px) {
  /* line 316, sass/style.scss */
  #slideshow {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  /* line 316, sass/style.scss */
  #slideshow {
    height: 700px;
  }
}
@media (min-width: 1500px) {
  /* line 316, sass/style.scss */
  #slideshow {
    height: 800px;
  }
}
/* line 331, sass/style.scss */
#slideshow > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 347, sass/style.scss */
#lightSlider-team > li > img {
  width: 100%;
  height: auto;
}

/* line 354, sass/style.scss */
#lightSlider {
  width: 100%;
  padding: 0;
  margin: 0;
  display: none;
  position: relative;
}
/* line 360, sass/style.scss */
#lightSlider > li {
  position: relative;
  list-style: none;
  max-height: 700px;
  overflow: hidden;
}
/* line 365, sass/style.scss */
#lightSlider > li > img {
  width: 100%;
}

@media (max-width: 770px) {
    #lightSlider > li > img {
  width: 100%;
  height: auto;
}
}

/* line 372, sass/style.scss */
#lightSlider-recent-sold {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 376, sass/style.scss */
#lightSlider-recent-sold > li {
  position: relative;
  list-style: none;
  overflow: hidden;
}
/* line 380, sass/style.scss */
#lightSlider-recent-sold > li .img {
  position: relative;
  height: 220px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 387, sass/style.scss */
#lightSlider-recent-sold > li .caption {
  color: #e44145;
  text-align: center;
}
/* line 390, sass/style.scss */
#lightSlider-recent-sold > li .caption p {
  margin: 0;
}
/* line 395, sass/style.scss */
#lightSlider-recent-sold > li a:hover {
  text-decoration: none;
}

/* line 402, sass/style.scss */
.boxes-link {
  position: fixed;
  top: 40%;
  bottom: auto;
  right: 0;
  z-index: 99;
  width: 138px;
  padding-top: 25px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 411, sass/style.scss */
.boxes-link.properties-boxes-link {
  top: 20%;
}
/* line 414, sass/style.scss */
.boxes-link img {
  cursor: pointer;
}
/* line 417, sass/style.scss */
.boxes-link a + img {
  margin-top: 10px;
}
/* line 420, sass/style.scss */
.boxes-link.collapsed {
  right: -100px;
}
/* line 422, sass/style.scss */
.boxes-link.collapsed img {
  display: none;
}
/* line 425, sass/style.scss */
.boxes-link.collapsed #btn-collapse-boxes-link {
  right: 100px;
}
/* line 429, sass/style.scss */
.boxes-link .box-shadow {
  -moz-box-shadow: 0 0 10px #888;
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}
/* line 432, sass/style.scss */
.boxes-link #btn-collapse-boxes-link {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
}

/* line 440, sass/style.scss */
.boxes-link-xs {
  padding-bottom: 8px;
  margin-bottom: 15px;
  background-image: url("images/bg-shadow.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color: #fff;
}
@media (min-width: 768px) {
  /* line 440, sass/style.scss */
  .boxes-link-xs {
    display: none;
  }
}
/* line 450, sass/style.scss */
.boxes-link-xs.affix {
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
}
/* line 456, sass/style.scss */
.boxes-link-xs .logo-youtube {
  max-width: 40px;
  margin-top: 0;
}
/* line 460, sass/style.scss */
.boxes-link-xs .logo-instagram {
  max-width: 120px;
  margin-top: 0;
}
/* line 464, sass/style.scss */
.boxes-link-xs .logo-twitter {
  max-width: 30px;
  margin-top: 0;
}
/* line 468, sass/style.scss */
.boxes-link-xs h6 {
  font-size: 1em;
  line-height: 1.5;
}
/* line 472, sass/style.scss */
.boxes-link-xs .col-xs-4 {
  color: #fff;
  background-color: #e44145;
  min-height: 56px;
  display: table;
}
/* line 477, sass/style.scss */
.boxes-link-xs .col-xs-4 h6 {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
/* line 483, sass/style.scss */
.boxes-link-xs .col-xs-8 {
  min-height: 56px;
  display: table;
}
/* line 486, sass/style.scss */
.boxes-link-xs .col-xs-8 h6 {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

/* line 495, sass/style.scss */
.page-link-area {
  width: 75%;
  height: 100%;
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  bottom: 0;
  z-index: 9999;
  cursor: pointer;
}

/* line 508, sass/style.scss */
.left-side .page-link-area {
  left: 25%;
}

/* line 514, sass/style.scss */
.right-side .page-link-area {
  right: 25%;
}

/***********
*** Home Page
***********/
/* line 524, sass/style.scss */
#yt-player-wrap {
  position: relative;
}

/* line 528, sass/style.scss */
#yt-player {
  user-select: none;
}

/* line 532, sass/style.scss */
.z-index-1 {
  z-index: -1;
}

/* line 536, sass/style.scss */
section.home-page {
  margin-top: 2px;
  margin-bottom: 2px;
}
/* line 539, sass/style.scss */
section.home-page h3 {
  font-weight: 100;
  margin-top: 20px;
  line-height: 1.5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 539, sass/style.scss */
  section.home-page h3 {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 548, sass/style.scss */
  section.home-page > div:first-child {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 553, sass/style.scss */
  section.home-page > div:last-child {
    padding-right: 0;
  }
}

/* line 561, sass/style.scss */
.home-boxes a {
  color: #fff;
}
/* line 563, sass/style.scss */
.home-boxes a[href="/testimonial/"] {
  text-decoration: none;
}
/* line 568, sass/style.scss */
.home-boxes .email a {
  color: #333;
}
/* line 573, sass/style.scss */
.home-boxes > .row > div {
  margin-bottom: 25px;
}
/* line 578, sass/style.scss */
.home-boxes.row > div {
  margin-top: 10px;
  margin-bottom: 15px;
}
/* line 583, sass/style.scss */
.home-boxes .box {
  position: relative;
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.home-boxes .box1 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 583, sass/style.scss */
  .home-boxes .box {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 355px;
  }
  .home-boxes .box1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;

  }

}
/* line 597, sass/style.scss */
.home-boxes .title {
  padding: 8px 15px;
  color: #fff;
  background-color: #494b4c;
}
/* line 601, sass/style.scss */
.home-boxes .title br {
  display: none;
}
/* line 605, sass/style.scss */
.home-boxes .player_button {
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 615, sass/style.scss */
.home-boxes .caption {
  padding-top: 5px;
  color: #333;
}
/* line 618, sass/style.scss */
.home-boxes .caption a {
  color: #333;
}
/* line 624, sass/style.scss */
.home-boxes #lightSlider-recent-sold > li .caption {
  color: #333;
}
/* line 630, sass/style.scss */
.home-boxes .lSAction > a {
  top: 45%;
}
/* line 632, sass/style.scss */
.home-boxes .lSAction > a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  /* line 630, sass/style.scss */
  .home-boxes .lSAction > a {
    width: 32px;
    height: 32px;
  }
}
/* line 640, sass/style.scss */
.home-boxes .lSAction > .lSPrev {
  background-position: 0 0;
}
/* line 643, sass/style.scss */
.home-boxes .lSAction > .lSNext {
  background-position: -32px 0;
}
/* line 647, sass/style.scss */
.home-boxes .home-testimonial-wrap {
  padding: 20px 25px;
  border-color: #494b4c;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}
@media (max-width: 767px) {
  /* line 647, sass/style.scss */
  .home-boxes .home-testimonial-wrap {
    height: auto;
  }
}
/* line 656, sass/style.scss */
.home-boxes .testimonial-item {
  display: none;
}
/* line 658, sass/style.scss */
.home-boxes .testimonial-item .quote {
  color: #E44149;
  font-size: 20px;
  font-style: italic;
}
/* line 663, sass/style.scss */
.home-boxes .testimonial-item .client {
  color: #333;
  text-align: right;
}

/* line 670, sass/style.scss */
.home-boxes-grey {
  padding-top: 35px;
  /*padding-bottom: 25px;
  margin-bottom: 50px;*/
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: #eee;
}

@media (max-width: 1199px) {
  /* line 675, sass/style.scss */
  .home-boxes-grey .box {
    height: 220px;
  }
   .home-boxes-grey .box1 {

  }

}
@media (min-width: 1200px) {
  /* line 675, sass/style.scss */
  .home-boxes-grey .box {
    height: 250px;
  }
   .home-boxes-grey .box1 {

  }

}
@media (min-width: 1300px) {
  /* line 675, sass/style.scss */
  .home-boxes-grey .box {
    height: 270px;
  }
  .home-boxes-grey .box1 {

  }

}
@media (max-width: 1199px) {
  /* line 686, sass/style.scss */
  .home-boxes-grey #lightSlider-recent-sold > li .img {
    height: 220px;
  }
    .home-boxes-grey #lightSlider-recent-sold > li .img1 {

  }
}
@media (min-width: 1200px) {
  /* line 686, sass/style.scss */
  .home-boxes-grey #lightSlider-recent-sold > li .img {
   height: 250px;
  }
   .home-boxes-grey #lightSlider-recent-sold > li .img1 {

  }
}
@media (min-width: 1300px) {
  /* line 686, sass/style.scss */
  .home-boxes-grey #lightSlider-recent-sold > li .img {
    height: 270px;
  }
    .home-boxes-grey #lightSlider-recent-sold > li .img1 {
    height: 330px;
  }
}
/* line 697, sass/style.scss */
.home-boxes-grey .col-xs-12 {
  margin-bottom: 25px;
}

@media (min-width: 1300px) {
  /* line 702, sass/style.scss */
  .container-lg {
    width: 1300px;
  }
}
@media (min-width: 1400px) {
  /* line 702, sass/style.scss */
  .container-lg {
    width: 1400px;
  }
}
/* line 711, sass/style.scss */
.home-communities {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 713, sass/style.scss */
  .home-communities > div:first-child p {
    text-align: justify;
  }
}
/* line 718, sass/style.scss */
.home-communities h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  color: #333;
}
@media (max-width: 767px) {
  /* line 718, sass/style.scss */
  .home-communities h1 {
    font-size: 23px;
  }
}
/* line 727, sass/style.scss */
.home-communities h3 {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
/* line 732, sass/style.scss */
.home-communities p {
  font-size: 1.1em;
  line-height: 1.6;
}
/* line 735, sass/style.scss */
.home-communities p a {
  color: #333;
  text-decoration: underline;
}

/* line 742, sass/style.scss */
#menu-home-community-list {
  list-style: none;
  padding: 0;
}
@media (max-width: 991px) {
  /* line 742, sass/style.scss */
  #menu-home-community-list {
    margin-top: 15px;
  }
}
/* line 748, sass/style.scss */
#menu-home-community-list li {
  padding-bottom: 8px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  /* line 748, sass/style.scss */
  #menu-home-community-list li {
    float: left;
    width: 33.3333%;
  }
}
/* line 755, sass/style.scss */
#menu-home-community-list li a {
  font-size: 17px;
  color: #494b4c;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 760, sass/style.scss */
#menu-home-community-list li a:hover {
  color: #e54045;
}

/* line 767, sass/style.scss */
.loading {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  z-index: 100;
}

/* line 776, sass/style.scss */
.sell-buy-blocks {
  margin-top: 25px;
  margin-bottom: 15px;
}
/* line 779, sass/style.scss */
.sell-buy-blocks.container {
  position: relative;
}
/* line 782, sass/style.scss */
.sell-buy-blocks h2 {
  font-size: 24px;
}
@media (min-width: 992px) {
  /* line 787, sass/style.scss */
  .sell-buy-blocks > div:nth-child(1) {
    padding-left: 0;
    padding-right: 30px;
  }
  /* line 791, sass/style.scss */
  .sell-buy-blocks > div:nth-child(2) {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  /* line 799, sass/style.scss */
  .sell-buy-blocks > .row > div:nth-child(1) {
    padding-left: 0;
    padding-right: 30px;
  }
  /* line 803, sass/style.scss */
  .sell-buy-blocks > .row > div:nth-child(2) {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  /* line 809, sass/style.scss */
  .sell-buy-blocks #home-search-box {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
  }
}
@media (min-width: 1300px) {
  /* line 809, sass/style.scss */
  .sell-buy-blocks #home-search-box {
    right: -50px;
  }
}
@media (min-width: 1400px) {
  /* line 809, sass/style.scss */
  .sell-buy-blocks #home-search-box {
    right: -80px;
  }
}
@media (min-width: 1300px) {
  /* line 824, sass/style.scss */
  .sell-buy-blocks > .row > div.col-lg-4 {
    width: 34.333333%;
  }
}
/* line 829, sass/style.scss */
.sell-buy-blocks .text-center img {
  margin: 0;
}

/* line 835, sass/style.scss */
.sell-buy-blocks-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}
/* line 838, sass/style.scss */
.sell-buy-blocks-2.container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1300px) {
  /* line 838, sass/style.scss */
  .sell-buy-blocks-2.container {
    width: 1300px;
  }
}
@media (min-width: 1400px) {
  /* line 838, sass/style.scss */
  .sell-buy-blocks-2.container {
    width: 1400px;
  }
}
/* line 847, sass/style.scss */
.sell-buy-blocks-2.container .col-xs-12 {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  /* line 852, sass/style.scss */
  .sell-buy-blocks-2 .flex-box {
    display: flex;
    justify-content: space-around;
  }
  /* line 856, sass/style.scss */
  .sell-buy-blocks-2 .flex-box > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 862, sass/style.scss */
.sell-buy-blocks-2 h2 {
  margin-top: 0;
  font-size: 26px;
}
@media (max-width: 1280px) {
  /* line 862, sass/style.scss */
  .sell-buy-blocks-2 h2 {
    font-size: 20px;
  }
}
/* line 870, sass/style.scss */
.sell-buy-blocks-2 .text-center img {
  margin-top: 0;
}
@media (max-width: 1280px) {
  /* line 870, sass/style.scss */
  .sell-buy-blocks-2 .text-center img {
    width: 32px;
  }
}
/* line 877, sass/style.scss */
.sell-buy-blocks-2 .link-red > a {
  display: block;
  padding: 10px 18px;
  color: #fff;
  background-color: #e44145;
}
@media (min-width: 1200px) {
  /* line 877, sass/style.scss */
  .sell-buy-blocks-2 .link-red > a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  /* line 886, sass/style.scss */
  .sell-buy-blocks-2 .block-search-home {
    width: auto;
  }
}

/* line 893, sass/style.scss */
.link-grey {
  margin-top: 20px;
  margin-bottom: 35px;
}
/* line 896, sass/style.scss */
.link-grey a {
  padding: 10px 18px;
  color: #fff;
  background-color: #e44145;
}
@media (max-width: 767px) {
  /* line 896, sass/style.scss */
  .link-grey a {
    display: block;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 896, sass/style.scss */
  .link-grey a {
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  /* line 912, sass/style.scss */
  .home-dev #menu-home-community-list li {
    width: 100%;
  }
}
/* line 916, sass/style.scss */
.home-dev #menu-home-community-list li a {
  color: #6a6a6a;
}
/* line 921, sass/style.scss */
.home-dev .home-communities {
  margin-top: 20px;
  color: #6a6a6a;
}
@media (min-width: 1200px) {
  /* line 924, sass/style.scss */
  .home-dev .home-communities > div:first-child {
    padding-right: 108px;
  }
}
@media (min-width: 1200px) {
  /* line 929, sass/style.scss */
  .home-dev .home-communities > div:last-child {
    padding-left: 0;
  }
}
/* line 934, sass/style.scss */
.home-dev .home-communities p {
  font-size: 14px;
}

/* line 940, sass/style.scss */
.touch {
  padding-top: 15px;
  margin-bottom: 25px;
  border-top: 1px solid #eee;
}
@media (min-width: 1200px) {
  /* line 940, sass/style.scss */
  .touch {
    width: 40%;
  }
}

/* line 950, sass/style.scss */
section.flip-communities {
  margin-top: 15px;
  color: #fff;
  background-color: #e54045;
  background-clip: content-box;
}
@media (max-width: 767px) {
  /* line 950, sass/style.scss */
  section.flip-communities {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 959, sass/style.scss */
  section.flip-communities .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 959, sass/style.scss */
  section.flip-communities .col-xs-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  /* line 969, sass/style.scss */
  section.flip-communities h3 {
    font-size: 14px;
  }
}
/* line 974, sass/style.scss */
section.flip-communities p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 974, sass/style.scss */
  section.flip-communities p {
    font-size: 12px;
  }
}

/***********
*** Footer
***********/
/* line 987, sass/style.scss */
footer {
  padding-top: 25px;
  padding-bottom: 15px;
}

/* line 993, sass/style.scss */
footer .logo {
  width: 350px;
  max-width: 100%;
  margin: 0;
}
/* line 998, sass/style.scss */
footer .logo-apr {
  max-width: 135px;
}
/* line 1001, sass/style.scss */
footer .tel {
  font-size: 1.3em;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1001, sass/style.scss */
  footer .tel {
    padding-right: 0;
  }
}

/* line 1011, sass/style.scss */
#footer-menu a {
  color: #333;
  font-size: .9em;
}
/* line 1015, sass/style.scss */
#footer-menu .menu-primary-menu-container > ul,
#footer-menu ul#menu-primary-menu-1,
#footer-menu ul#menu-primary-menu-2 {
  padding-left: 0;
}
/* line 1019, sass/style.scss */
#footer-menu .menu-primary-menu-container > ul > li,
#footer-menu ul#menu-primary-menu-1 > li,
#footer-menu ul#menu-primary-menu-2 > li {
  list-style: none;
  padding-bottom: 15px;
  float: left;
}
@media (max-width: 767px) {
  /* line 1019, sass/style.scss */
  #footer-menu .menu-primary-menu-container > ul > li,
  #footer-menu ul#menu-primary-menu-1 > li,
  #footer-menu ul#menu-primary-menu-2 > li {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  /* line 1019, sass/style.scss */
  #footer-menu .menu-primary-menu-container > ul > li,
  #footer-menu ul#menu-primary-menu-1 > li,
  #footer-menu ul#menu-primary-menu-2 > li {
    width: 14.2857%;
  }
}
@media (min-width: 992px) {
  /* line 1019, sass/style.scss */
  #footer-menu .menu-primary-menu-container > ul > li,
  #footer-menu ul#menu-primary-menu-1 > li,
  #footer-menu ul#menu-primary-menu-2 > li {
    width: 13%;
  }
  /* line 1033, sass/style.scss */
  #footer-menu .menu-primary-menu-container > ul > li:first-child,
  #footer-menu ul#menu-primary-menu-1 > li:first-child,
  #footer-menu ul#menu-primary-menu-2 > li:first-child {
    margin-left: 5%;
  }
}
@media (min-width: 1200px) {
  /* line 1019, sass/style.scss */
  #footer-menu .menu-primary-menu-container > ul > li,
  #footer-menu ul#menu-primary-menu-1 > li,
  #footer-menu ul#menu-primary-menu-2 > li {
    width: 12%;
  }
  /* line 1039, sass/style.scss */
  #footer-menu .menu-primary-menu-container > ul > li:first-child,
  #footer-menu ul#menu-primary-menu-1 > li:first-child,
  #footer-menu ul#menu-primary-menu-2 > li:first-child {
    margin-left: 8%;
  }
}
/* line 1043, sass/style.scss */
#footer-menu .menu-primary-menu-container > ul > li > a,
#footer-menu ul#menu-primary-menu-1 > li > a,
#footer-menu ul#menu-primary-menu-2 > li > a {
  text-transform: uppercase;
  font-weight: bold;
}
/* line 1047, sass/style.scss */
#footer-menu .menu-primary-menu-container > ul > li > ul,
#footer-menu ul#menu-primary-menu-1 > li > ul,
#footer-menu ul#menu-primary-menu-2 > li > ul {
  padding-left: 0;
  padding-top: 5px;
}
/* line 1050, sass/style.scss */
#footer-menu .menu-primary-menu-container > ul > li > ul > li,
#footer-menu ul#menu-primary-menu-1 > li > ul > li,
#footer-menu ul#menu-primary-menu-2 > li > ul > li {
  list-style: none;
}

/* line 1058, sass/style.scss */
#footer-info {
  font-size: 12px;
}
/* line 1060, sass/style.scss */
#footer-info p {
  margin-bottom: 5px;
}
/* line 1063, sass/style.scss */
#footer-info a {
  color: #333;
  text-decoration: underline;
}

/* line 1070, sass/style.scss */
.social-icons .fa {
  display: inline-block;
  font-size: 25px;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  /* line 1070, sass/style.scss */
  .social-icons .fa {
    margin: 15px 3px 15px;
  }
}
@media (min-width: 768px) {
  /* line 1070, sass/style.scss */
  .social-icons .fa {
    margin: 15px 5px 0;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  /* line 1070, sass/style.scss */
  .social-icons .fa {
    margin: 15px 10px 0;
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  /* line 1070, sass/style.scss */
  .social-icons .fa {
    margin: 15px 15px 0;
  }
}
@media (max-width: 767px) {
  /* line 1069, sass/style.scss */
  .social-icons {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1093, sass/style.scss */
  .social-icons .tel {
    display: block;
  }
}

/* line 1099, sass/style.scss */
.fa-youtube:hover {
  color: #e52d27;
}

/* line 1103, sass/style.scss */
.fa-facebook:hover {
  color: #3b5998;
}

/* line 1107, sass/style.scss */
.fa-twitter:hover {
  color: #55acee;
}

/* line 1111, sass/style.scss */
.fa-linkedin:hover {
  color: #0077b5;
}

/* line 1115, sass/style.scss */
.fa-yelp:hover {
  color: #af0606;
}

/* line 1119, sass/style.scss */
.fa-instagram:hover {
  color: #125688;
}

/* line 1123, sass/style.scss */
#footer-blocks {
  font-size: 12px;
}
@media (min-width: 1200px) {
  /* line 1125, sass/style.scss */
  #footer-blocks.container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
/* line 1131, sass/style.scss */
#footer-blocks .footer-block {
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 1131, sass/style.scss */
  #footer-blocks .footer-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 1139, sass/style.scss */
#footer-blocks .title {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 1145, sass/style.scss */
#footer-blocks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 1149, sass/style.scss */
#footer-blocks ul li {
  padding-bottom: 5px;
}
/* line 1154, sass/style.scss */
#footer-blocks .agent-info-block .agent-info {
  margin-bottom: 10px;
}
/* line 1157, sass/style.scss */
#footer-blocks .agent-info-block .name {
  text-transform: uppercase;
  font-weight: 600;
}
/* line 1165, sass/style.scss */
#footer-blocks #subscribe_form label,
#footer-blocks #mc4wp-form-1 label,
#footer-blocks #rainmaker_form_1631 label {
  font-weight: normal;
}
/* line 1168, sass/style.scss */
#footer-blocks #subscribe_form .form-group,
#footer-blocks #mc4wp-form-1 .form-group,
#footer-blocks #rainmaker_form_1631 .form-group {
  margin-bottom: 5px;
}
/* line 1171, sass/style.scss */
#footer-blocks #subscribe_form .subscribe_email,
#footer-blocks #mc4wp-form-1 .subscribe_email,
#footer-blocks #rainmaker_form_1631 .subscribe_email {
  background-color: #ddd;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 1177, sass/style.scss */
#footer-blocks #subscribe_form .btn-subscribe,
#footer-blocks #mc4wp-form-1 .btn-subscribe,
#footer-blocks #rainmaker_form_1631 .btn-subscribe {
  color: #fff;
  background-color: #e54045;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 1186, sass/style.scss */
.rm_form_container {
  width: 100% !important;
  padding: 0 !important;
}

/* line 1191, sass/style.scss */
.rm_form_el_set {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 1196, sass/style.scss */
.rm_form_label {
  display: none !important;
}

/* line 1200, sass/style.scss */
.rm_form_el_email .rm_form_field {
  border: 0;
  background-color: #ddd;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 1213, sass/style.scss */
.rm_form_el_button .rm_form_field {
  float: right;
  color: #fff;
  background-color: #e54045;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
}

/* line 1231, sass/style.scss */
.rm_form_message {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/***********
*** Properties Listing Page
***********/
/* line 1246, sass/style.scss */
.page-properties {
  padding-top: 15px;
  padding-bottom: 30px;
}
/* line 1249, sass/style.scss */
.page-properties .panel {
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 1252, sass/style.scss */
.page-properties .panel .panel-title {
  padding: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  /* line 1257, sass/style.scss */
  .page-properties .panel .panel-body .filter-type {
    margin-bottom: 15px;
  }
}
/* line 1262, sass/style.scss */
.page-properties .panel .panel-body h5 {
  margin-top: 0;
  font-weight: bold;
}
/* line 1266, sass/style.scss */
.page-properties .panel .panel-body .checkbox-inline {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  /* line 1266, sass/style.scss */
  .page-properties .panel .panel-body .checkbox-inline {
    min-width: 110px;
  }
}
/* line 1271, sass/style.scss */
.page-properties .panel .panel-body .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
/* line 1277, sass/style.scss */
.page-properties .item {
  padding-top: 0;
  padding-bottom: 20px;
}
/* line 1281, sass/style.scss */
.page-properties .property-item {
  padding-bottom: 50px;
  margin-bottom: 25px;
  background-size: auto 5px;
  background-image: url(images/divide.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
}
/* line 1289, sass/style.scss */
.page-properties h3 {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 1292, sass/style.scss */
.page-properties h3 .open-house {
  color: #e44145;
  font-size: .7em;
  padding-left: 8px;
  text-transform: none;
}
/* line 1299, sass/style.scss */
.page-properties .address {
  color: #e44145;
  font-size: 1.3em;
  padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1299, sass/style.scss */
  .page-properties .address {
    padding-top: 0;
  }
}

/* line 1310, sass/style.scss */
.page-properties .title {
  font-size: 1.5em;
  line-height: 1.5;
  padding-top: 8px;
}
/* line 1315, sass/style.scss */
.page-properties ul.details {
  list-style: none;
  padding-left: 0;
}
/* line 1318, sass/style.scss */
.page-properties ul.details li {
  padding-top: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1318, sass/style.scss */
  .page-properties ul.details li {
    padding-top: 0;
  }
}
/* line 1324, sass/style.scss */
.page-properties ul.details .field {
  font-size: 1.2em;
}
/* line 1327, sass/style.scss */
.page-properties ul.details .value {
  font-size: 1.6em;
  padding-left: 8px;
}
/* line 1332, sass/style.scss */
.page-properties .link {
  padding-top: 25px;
  font-size: 1.2em;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1332, sass/style.scss */
  .page-properties .link {
    padding-top: 0;
  }
}
/* line 1338, sass/style.scss */
.page-properties .link .fa {
  color: #e44145;
}
/* line 1342, sass/style.scss */
.page-properties hr:last-child {
  display: none;
}
/* line 1345, sass/style.scss */
.page-properties .open_house_text,
.page-properties .day {
  display: inline-block;
}
/* line 1349, sass/style.scss */
.page-properties .day {
  text-transform: none;
}
/* line 1353, sass/style.scss */
.page-properties .sold-item {
  padding-top: 15px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  /* line 1353, sass/style.scss */
  .page-properties .sold-item {
    background-image: url(images/divide.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
@media (min-width: 1200px) {
  /* line 1362, sass/style.scss */
  .page-properties .sold-item.item-odd {
    padding-right: 100px;
  }
  /* line 1365, sass/style.scss */
  .page-properties .sold-item.item-even {
    padding-left: 100px;
  }
}
/* line 1369, sass/style.scss */
.page-properties .sold-item h3 {
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
}
@media (max-width: 991px) {
  /* line 1373, sass/style.scss */
  .page-properties .sold-item h3 .sold-text {
    font-size: 80%;
  }
}
/* line 1379, sass/style.scss */
.page-properties .sold-item .address {
  padding-top: 10px;
}
/* line 1382, sass/style.scss */
.page-properties .sold-item .img-wrap {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  /* line 1382, sass/style.scss */
  .page-properties .sold-item .img-wrap {
    background: none;
  }
}
@media (min-width: 768px) {
  /* line 1382, sass/style.scss */
  .page-properties .sold-item .img-wrap {
    min-height: 186px;
  }
}
@media (min-width: 992px) {
  /* line 1382, sass/style.scss */
  .page-properties .sold-item .img-wrap {
    min-height: 248px;
  }
}
@media (min-width: 1200px) {
  /* line 1382, sass/style.scss */
  .page-properties .sold-item .img-wrap {
    min-height: 256px;
  }
}
/* line 1399, sass/style.scss */
.page-properties .sold-item .img-wrap img {
  display: none;
}
@media (max-width: 767px) {
  /* line 1399, sass/style.scss */
  .page-properties .sold-item .img-wrap img {
    display: block;
  }
}
/* line 1407, sass/style.scss */
.page-properties .sold-item ul.details li {
  padding-top: 0;
}
@media (min-width: 1200px) {
  /* line 1407, sass/style.scss */
  .page-properties .sold-item ul.details li {
    width: 50%;
    float: left;
  }
}
/* line 1415, sass/style.scss */
.page-properties .sold-item .link {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  /* line 1421, sass/style.scss */
  .page-properties .property-divide {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 1421, sass/style.scss */
  .page-properties .property-divide {
    width: 100%;
    height: 5px;
    float: left;
    background-image: url(images/divide.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
/* line 1434, sass/style.scss */
.page-properties .per-page-wrap {
  display: inline-block;
}
/* line 1439, sass/style.scss */
.page-properties #sortby-year {
  padding-top: 15px;
  padding-bottom: 10px;
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1439, sass/style.scss */
  .page-properties #sortby-year {
    padding-top: 25px;
  }
}
/* line 1446, sass/style.scss */
.page-properties #sortby-year li {
  cursor: pointer;
}
/* line 1450, sass/style.scss */
.page-properties #sortby-year .dropdown-menu li {
  padding: 5px 20px;
  font-size: 1.2em;
}
/* line 1453, sass/style.scss */
.page-properties #sortby-year .dropdown-menu li:hover {
  background-color: #f1f1f1;
}
/* line 1458, sass/style.scss */
.page-properties #sortby-year #select-year {
  font-weight: bold;
}
/* line 1463, sass/style.scss */
.page-properties .pagination a {
  cursor: pointer;
}

/* line 1469, sass/style.scss */
#btn-go-top {
  position: fixed;
  left: 10px;
  top: 80px;
  z-index: 99;
  padding: 10px 15px;
  color: #fff;
  background-color: #e44145;
  cursor: pointer;
  -moz-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
@media (max-width: 991px) {
  /* line 1469, sass/style.scss */
  #btn-go-top {
    display: none !important;
  }
}

/* line 1484, sass/style.scss */
.loading-request {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  padding-top: 30%;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 1497, sass/style.scss */
.is-loading {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  z-index: 9999;
  background-color: #f1f1f1;
}

/***********
*** Properties Details Page
***********/
/* line 1508, sass/style.scss */
.property-details {
  position: relative;
  padding-top: 10px;
}
/* line 1511, sass/style.scss */
.property-details .breadcrumb {
  margin-bottom: 20px !important;
}
/* line 1514, sass/style.scss */
.property-details .sub-nav {
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  /* line 1514, sass/style.scss */
  .property-details .sub-nav {
    position: relative;
    background: none;
  }
}
@media (min-width: 767px) {
    .affix-top .container {
        padding: 0;
    }
}

/* line 1534, sass/style.scss */
.property-details .sub-nav.affix {
  top: 0;
  position: fixed;
  border: 1px #f1f1f1 solid;
}
@media (max-width: 767px) {
  /* line 1534, sass/style.scss */
  .property-details .sub-nav.affix {
    position: relative;
  }
}
/* line 1542, sass/style.scss */
.property-details .sub-nav .status {
  float: left;
  display: inline-block;
  line-height: 1.5;
  padding: 8px 15px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #e54045;
}
@media (max-width: 767px) {
  /* line 1542, sass/style.scss */
  .property-details .sub-nav .status {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* line 1555, sass/style.scss */
.property-details .sub-nav .status .day {
  display: inline-block;
  min-width: 38px;
  text-indent: 5px;
  text-transform: none;
}
/* line 1562, sass/style.scss */
.property-details .sub-nav .address {
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  /* line 1562, sass/style.scss */
  .property-details .sub-nav .address {
    padding: 0;
    line-height: 1.5;
  }
}
/* line 1574, sass/style.scss */
.property-details .sub-nav ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 1579, sass/style.scss */
.property-details .sub-nav ul li {
  display: inline-block;
  padding: 9px 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 1579, sass/style.scss */
  .property-details .sub-nav ul li {
    padding: 5px;
  }
}
/* line 1589, sass/style.scss */
.property-details #lightSlider {
  display: block;
}
/* line 1591, sass/style.scss */
.property-details #lightSlider li {
  cursor: pointer;
}
/* line 1595, sass/style.scss */
.property-details h2.address {
  margin-top: 40px;
  font-size: 28px;
  font-weight: 100;
}
/* line 1600, sass/style.scss */
.property-details h3 {
  font-weight: 100;
}
/* line 1603, sass/style.scss */
.property-details .properties-details-fields {
  text-align: center;
}
/* line 1605, sass/style.scss */
.property-details .properties-details-fields span {
  padding: 10px 40px;
  display: inline-block;
  font-size: 1.8em;
  font-weight: 100;
}
/* line 1610, sass/style.scss */
.property-details .properties-details-fields span strong {
  text-transform: uppercase;
  display: block;
  font-size: .6em;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1605, sass/style.scss */
  .property-details .properties-details-fields span {
    padding: 10px 25px;
  }
}
/* line 1621, sass/style.scss */
.property-details .properties-details-summary-bullets {
  width: 100%;
  float: left;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  /* line 1626, sass/style.scss */
  .property-details .properties-details-summary-bullets ul:nth-child(odd) {
    padding-left: 100px;
  }
}
@media (min-width: 1200px) {
  /* line 1631, sass/style.scss */
  .property-details .properties-details-summary-bullets ul:nth-child(even) {
    padding-right: 100px;
  }
}
/* line 1636, sass/style.scss */
.property-details .properties-details-summary-bullets ul li {
  font-size: 1.1em;
  padding-bottom: 8px;
}
/* line 1642, sass/style.scss */
.property-details .properties-details-summary-paragraph,
.property-details .properties-details-bullets,
.property-details .properties-details-floor-plans {
  width: 100%;
  float: left;
  padding-top: 30px;
}
/* line 1650, sass/style.scss */
.property-details .properties-details-bullets h3 {
  margin-bottom: 25px;
}
/* line 1653, sass/style.scss */
/*
.property-details .properties-details-bullets ul {
  list-style: none;
}
*/
/* line 1655, sass/style.scss */
.property-details .properties-details-bullets ul:nth-child(even) {
  padding-left: 140px;
}

.property-details .properties-details-bullets ul:nth-child(odd) {
  padding-left: 30px;
}
.property-details .properties-details-bullets ul:nth-child(odd) {
  padding-right: 100px;
}
.property-details .properties-details-bullets ul li {
  padding-bottom: 10px;
  font-size: 1.1em;
}


/* line 1661, sass/style.scss */
.property-details .properties-details-floor-plans {
  text-align: center;
}
/* line 1663, sass/style.scss */
.property-details .properties-details-floor-plans img {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 1669, sass/style.scss */
.property-details .properties-details-community {
  width: 100%;
  float: left;
  padding-top: 15px;
  background-color: #e6e6e7;
  font-size: 1.1em;
}
/* line 1675, sass/style.scss */
.property-details .properties-details-community h3 {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  /* line 1678, sass/style.scss */
  .property-details .properties-details-community .text-block {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1200px) {
  /* line 1678, sass/style.scss */
  .property-details .properties-details-community .text-block {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/* line 1687, sass/style.scss */
.property-details .properties-details-community .text-block p {
  line-height: 1.6;
}
/* line 1690, sass/style.scss */
.property-details .properties-details-community .text-block p:nth-child(1)::first-letter {
  float: left;
  margin-right: 15px;
  margin-top: -15px;
  margin-bottom: -15px;
  font-size: 4em;
}
@media (min-width: 992px) {
  /* line 1700, sass/style.scss */
  .property-details .properties-details-community .map-block {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1200px) {
  /* line 1700, sass/style.scss */
  .property-details .properties-details-community .map-block {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/* line 1710, sass/style.scss */
.property-details .properties-details-community .link {
  padding: 15px;
  line-height: 36px;
}
/* line 1713, sass/style.scss */
.property-details .properties-details-community .link img {
  margin: 0;
}
/* line 1718, sass/style.scss */
.property-details .properties-details-schools {
  width: 100%;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6e7;
}
/* line 1724, sass/style.scss */
.property-details .properties-details-schools h3 {
  margin-bottom: 25px;
}
/* line 1727, sass/style.scss */
.property-details .properties-details-schools .item {
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  /* line 1727, sass/style.scss */
  .property-details .properties-details-schools .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 1734, sass/style.scss */
.property-details .properties-details-schools .item img {
  display: inline-block;
}
/* line 1737, sass/style.scss */
.property-details .properties-details-schools .item .name {
  font-size: 1.1em;
}
/* line 1740, sass/style.scss */
.property-details .properties-details-schools .item .link {
  padding-top: 15px;
  padding-bottom: 30px;
}

/***********
*** About Page
***********/
/* line 1753, sass/style.scss */
.page-about {
  padding-top: 15px;
  padding-bottom: 30px;
}
/* line 1756, sass/style.scss */
.page-about .breadcrumb {
  margin-bottom: 20px !important;
}
/* line 1759, sass/style.scss */
.page-about .nav-side {
  position: relative;
}
@media (min-width: 992px) {
  /* line 1759, sass/style.scss */
  .page-about .nav-side {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  /* line 1759, sass/style.scss */
  .page-about .nav-side {
    padding-right: 45px;
  }
}
/* line 1767, sass/style.scss */
.page-about .nav-side #navbar-sub-wrap {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  /* line 1767, sass/style.scss */
  .page-about .nav-side #navbar-sub-wrap {
    position: relative !important;
  }
}
@media (min-width: 768px) {
  /* line 1767, sass/style.scss */
  .page-about .nav-side #navbar-sub-wrap {
    width: 267px;
  }
}
@media (min-width: 992px) {
  /* line 1767, sass/style.scss */
  .page-about .nav-side #navbar-sub-wrap {
    width: 278px;
  }
}
@media (min-width: 1200px) {
  /* line 1767, sass/style.scss */
  .page-about .nav-side #navbar-sub-wrap {
    width: 330px;
  }
}
/* line 1781, sass/style.scss */
.page-about .nav-side #navbar-sub-wrap.affix-top {
  position: relative;
}
@media (min-width: 768px) {
  /* line 1784, sass/style.scss */
  .page-about .nav-side #navbar-sub-wrap.affix {
    position: fixed !important;
  }
}
/* line 1789, sass/style.scss */
.page-about .nav-side #navbar-sub-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 1796, sass/style.scss */
  .page-about .about-content {
    background-image: url("images/divide-3.jpg");
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 5px;
  }
}
@media (min-width: 992px) {
  /* line 1796, sass/style.scss */
  .page-about .about-content {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  /* line 1796, sass/style.scss */
  .page-about .about-content {
    padding-left: 45px;
  }
}
/* line 1809, sass/style.scss */
.page-about .about-content .agent-info {
  width: 100%;
  display: block;
  float: left;
}
/* line 1813, sass/style.scss */
.page-about .about-content .agent-info h1 {
  margin-top: 0;
  color: #e44145;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 24px;
}
/* line 1820, sass/style.scss */
.page-about .about-content .agent-info .img-agent {
  float: left;
  margin-right: 15px;
  width: auto;
  height: auto;
  max-height: 150px;
}
/* line 1827, sass/style.scss */
.page-about .about-content .agent-info .phone,
.page-about .about-content .agent-info .email,
.page-about .about-content .agent-info .license {
  font-size: 16px;
}
/* line 1832, sass/style.scss */
.page-about .about-content .agent-info .license {
  font-size: 12px;
}
/* line 1835, sass/style.scss */
.page-about .about-content .agent-info .agent-video {
  margin-top: 25px;
}
/* line 1842, sass/style.scss */
.page-about .about-content h2 {
  font-size: 20px;
}
/* line 1846, sass/style.scss */
.page-about .about-video-wrap {
  max-width: 400px;
}

/* line 1851, sass/style.scss */
.content-wrap,
.content-wrap-lg {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 1858, sass/style.scss */
.content-wrap .above-transition,
.content-wrap-lg .above-transition {
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("images/bg.png");
  background-position: left bottom;
  background-repeat: repeat-x;
}

/* line 1872, sass/style.scss */
.content-wrap-lg {
  height: 480px;
}
@media (max-width: 991px) {
  /* line 1872, sass/style.scss */
  .content-wrap-lg {
    height: auto !important;
  }
  /* line 1876, sass/style.scss */
  .content-wrap-lg .above-transition {
    display: none;
  }
}

/* line 1882, sass/style.scss */
.btn-collapse,
.btn-collapse-lg {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #0072bc;
  text-align: right;
  font-weight: bold;
  cursor: pointer;
}

/* line 1892, sass/style.scss */
.btn-collapse-lg {
  padding-top: 0;
}
@media (max-width: 991px) {
  /* line 1892, sass/style.scss */
  .btn-collapse-lg {
    display: none;
  }
}

/* line 1899, sass/style.scss */
.link-readmore {
  margin-top: 10px;
  font-size: 90%;
  font-weight: 600;
}
@media (min-width: 992px) {
  /* line 1899, sass/style.scss */
  .link-readmore {
    width: 70%;
  }
}
/* line 1905, sass/style.scss */
.link-readmore a {
  color: #337ab7;
  text-decoration: underline;
}

/* line 1913, sass/style.scss */
.page-about .nav-menu,
.page-testimonials .nav-menu {
  list-style: none;
  padding-left: 0;
  padding-top: 30px;
  text-align: right;
}
/* line 1918, sass/style.scss */
.page-about .nav-menu li,
.page-testimonials .nav-menu li {
  padding-bottom: 15px;
  padding-right: 30px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 1923, sass/style.scss */
.page-about .nav-menu li span,
.page-testimonials .nav-menu li span {
  font-size: 1.4em;
}
/* line 1926, sass/style.scss */
.page-about .nav-menu li a,
.page-testimonials .nav-menu li a {
  padding: 0;
  color: #333;
}
/* line 1929, sass/style.scss */
.page-about .nav-menu li a:hover, .page-about .nav-menu li a:focus, .page-about .nav-menu li a:active,
.page-testimonials .nav-menu li a:hover,
.page-testimonials .nav-menu li a:focus,
.page-testimonials .nav-menu li a:active {
  background: none;
}
/* line 1935, sass/style.scss */
.page-about .nav-menu li.active,
.page-testimonials .nav-menu li.active {
  color: #e44145;
  background-image: url("images/bg-arrow.jpg");
  background-repeat: no-repeat;
  background-position: right 2px;
}
/* line 1940, sass/style.scss */
.page-about .nav-menu li.active a,
.page-testimonials .nav-menu li.active a {
  color: #e44145;
}
/* line 1942, sass/style.scss */
.page-about .nav-menu li.active a:hover, .page-about .nav-menu li.active a:focus, .page-about .nav-menu li.active a:active,
.page-testimonials .nav-menu li.active a:hover,
.page-testimonials .nav-menu li.active a:focus,
.page-testimonials .nav-menu li.active a:active {
  background: none;
}

/***********
*** Testimonials
***********/
/* line 1958, sass/style.scss */
.page-testimonials {
  padding-top: 15px;
}
/* line 1960, sass/style.scss */
.page-testimonials .breadcrumb {
  margin-bottom: 20px !important;
}
@media (min-width: 1200px) {
  /* line 1963, sass/style.scss */
  .page-testimonials .nav-side {
    width: 23%;
  }
}
/* line 1967, sass/style.scss */
.page-testimonials .nav-side h4 {
  padding-bottom: 15px;
  font-size: 18px;
  background-image: url("images/divide-4.jpg");
  background-repeat: repeat-x;
  background-position: right bottom;
}
@media (min-width: 768px) {
  /* line 1967, sass/style.scss */
  .page-testimonials .nav-side h4 {
    float: right;
    width: 100%;
    margin-right: 30px;
    text-align: right;
  }
}
/* line 1981, sass/style.scss */
.page-testimonials .nav-menu {
  padding-top: 0;
}
@media (max-width: 767px) {
  /* line 1981, sass/style.scss */
  .page-testimonials .nav-menu {
    text-align: left;
  }
}
/* line 1986, sass/style.scss */
.page-testimonials .nav-menu li {
  padding-top: 3px;
  padding-bottom: 10px;
  cursor: pointer;
}
/* line 1990, sass/style.scss */
.page-testimonials .nav-menu li span {
  font-size: 18px;
}
/* line 1995, sass/style.scss */
.page-testimonials .agent-info {
  width: 100%;
  display: block;
  float: left;
  font-size: 16px;
}
/* line 2000, sass/style.scss */
.page-testimonials .agent-info h1 {
  margin-top: 0;
  color: #e44145;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 24px;
}
/* line 2007, sass/style.scss */
.page-testimonials .agent-info .img-agent {
  float: left;
  margin-right: 15px;
  width: auto;
  height: auto;
  max-height: 150px;
}
/* line 2014, sass/style.scss */
.page-testimonials .agent-info .license {
  font-size: 12px;
}
/* line 2018, sass/style.scss */
.page-testimonials .link-readmore {
  margin-top: 10px;
  font-size: 90%;
}
/* line 2021, sass/style.scss */
.page-testimonials .link-readmore a {
  color: #337ab7;
  text-decoration: underline;
}
/* line 2026, sass/style.scss */
.page-testimonials .first {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 2026, sass/style.scss */
  .page-testimonials .first {
    padding-left: 30px;
    background-image: url("images/divide-3.jpg");
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 5px;
  }
}
@media (min-width: 1200px) {
  /* line 2026, sass/style.scss */
  .page-testimonials .first {
    padding-left: 45px;
    width: 77%;
  }
}
@media (min-width: 992px) {
  /* line 2039, sass/style.scss */
  .page-testimonials .first .link-readmore {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  /* line 2039, sass/style.scss */
  .page-testimonials .first .link-readmore {
    width: 50%;
  }
}
/* line 2048, sass/style.scss */
.page-testimonials .other {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 45px;
  background-image: url("images/divide-4.jpg");
  background-repeat: repeat-x;
  background-position: left top;
}
@media (min-width: 992px) {
  /* line 2055, sass/style.scss */
  .page-testimonials .other .link-readmore {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  /* line 2055, sass/style.scss */
  .page-testimonials .other .link-readmore {
    width: 35%;
  }
}
/* line 2064, sass/style.scss */
.page-testimonials .item {
  margin-bottom: 45px;
}
/* line 2067, sass/style.scss */
.page-testimonials .testimonial-wrap {
  margin-bottom: 0;
}
/* line 2069, sass/style.scss */
.page-testimonials .testimonial-wrap h4 {
  margin-top: 15px;
}
/* line 2072, sass/style.scss */
.page-testimonials .testimonial-wrap img {
  max-width: 300px;
  width: auto;
  float: right;
  margin: 15px 0 15px 15px;
}
@media (max-width: 767px) {
  /* line 2072, sass/style.scss */
  .page-testimonials .testimonial-wrap img {
    float: none;
    max-width: 100%;
    width: auto;
    margin: 0;
    display: block;
  }
}
/* line 2085, sass/style.scss */
.page-testimonials .testimonial-wrap .fa {
  color: #666;
}
/* line 2089, sass/style.scss */
.page-testimonials .testmonial-video-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 400px;
}

/* line 2096, sass/style.scss */
#testmonial-video-wraps,
#about-video-wraps {
  margin-top: 15px;
  margin-left: -5px;
  margin-right: -10px;
}
/* line 2101, sass/style.scss */
#testmonial-video-wraps > div,
#about-video-wraps > div {
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
}
/* line 2106, sass/style.scss */
#testmonial-video-wraps > div .cover,
#about-video-wraps > div .cover {
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* line 2115, sass/style.scss */
#testmonial-video-wraps > div .cover:hover,
#about-video-wraps > div .cover:hover {
  cursor: pointer;
}

/* line 2122, sass/style.scss */
.yelp-reward {
  margin-bottom: 25px;
  width: 140px;
}
@media (min-width: 768px) {
  /* line 2122, sass/style.scss */
  .yelp-reward {
    width: 160px;
    float: right;
    margin-right: 30px;
  }
}

/***********
*** Contact Page
***********/
/* line 2137, sass/style.scss */
.page-contact {
  padding-top: 15px;
  padding-bottom: 30px;
}
/* line 2140, sass/style.scss */
.page-contact .breadcrumb {
  margin-bottom: 20px !important;
}
/* line 2143, sass/style.scss */
.page-contact .contact-info {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 2px;
  line-height: 1.5;
  font-size: 1.2em;
  background-color: #e6e6e7;
}
@media (min-width: 1200px) {
  /* line 2150, sass/style.scss */
  .page-contact .contact-info > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 2156, sass/style.scss */
.page-contact .contact-info .contact-email {
  padding-bottom: 15px;
}
/* line 2160, sass/style.scss */
.page-contact .contact-address p {
  text-align: left !important;
}
/* line 2163, sass/style.scss */
.page-contact .google-map {
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  /* line 2166, sass/style.scss */
  .page-contact .form-wrap {
    padding-left: 45px;
  }
}
/* line 2171, sass/style.scss */
.page-contact form {
  font-size: 1.2em;
}
/* line 2173, sass/style.scss */
.page-contact form .form-title {
  padding-bottom: 15px;
}
/* line 2176, sass/style.scss */
.page-contact form label {
  font-weight: normal;
}
/* line 2179, sass/style.scss */
.page-contact form .form-control {
  border: 1px solid #333;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 2183, sass/style.scss */
.page-contact form .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 2188, sass/style.scss */
.page-contact form .btn {
  padding: 6px 24px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 2192, sass/style.scss */
.page-contact form .btn-danger {
  background-color: #e54045;
}

/***********
*** Community Page
***********/
/* line 2203, sass/style.scss */
.page-community {
  padding-top: 15px;
}
/* line 2205, sass/style.scss */
.page-community h3 {
  border-bottom: 1px #ddd solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* line 2210, sass/style.scss */
.page-community .content {
  font-size: 1.2em;
}
/* line 2212, sass/style.scss */
.page-community .content img.img-responsive {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 2216, sass/style.scss */
.page-community .content a {
  color: red;
  cursor: pointer;
}

/***********
*** Site Map Page
***********/
/* line 2230, sass/style.scss */
.page-sitemap #sitemap > ul {
  list-style: none;
}
/* line 2232, sass/style.scss */
.page-sitemap #sitemap > ul > li {
  padding-bottom: 15px;
}
/* line 2234, sass/style.scss */
.page-sitemap #sitemap > ul > li a {
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
}
/* line 2239, sass/style.scss */
.page-sitemap #sitemap > ul > li > ul {
  padding-top: 5px;
  list-style: none;
}
/* line 2242, sass/style.scss */
.page-sitemap #sitemap > ul > li > ul li {
  font-weight: normal;
}
/* line 2244, sass/style.scss */
.page-sitemap #sitemap > ul > li > ul li:before {
  font: normal normal normal 18px/1 FontAwesome;
  content: "\f105";
}
/* line 2248, sass/style.scss */
.page-sitemap #sitemap > ul > li > ul li a {
  padding-left: 8px;
  color: #337ab7;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
}

/***********
*** News Page
***********/
/* line 2267, sass/style.scss */
.page-news {
  padding-top: 15px;
  padding-bottom: 30px;
}
/* line 2270, sass/style.scss */
.page-news h4 {
  text-transform: uppercase;
}
/* line 2273, sass/style.scss */
.page-news h1 {
  font-size: 24px;
  margin-top: 0;
}
/* line 2277, sass/style.scss */
.page-news .breadcrumb {
  margin-bottom: 20px !important;
}
/* line 2280, sass/style.scss */
.page-news .sidebar {
  text-align: right;
}
@media (min-width: 768px) {
  /* line 2280, sass/style.scss */
  .page-news .sidebar {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  /* line 2280, sass/style.scss */
  .page-news .sidebar {
    padding-right: 60px;
    width: 26%;
  }
}
/* line 2289, sass/style.scss */
.page-news .sidebar ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 15px;
  margin-bottom: 25px;
  background-image: url("images/divide-4.jpg");
  background-repeat: repeat-x;
  background-position: right bottom;
}
/* line 2297, sass/style.scss */
.page-news .sidebar ul li {
  padding-bottom: 8px;
}
/* line 2302, sass/style.scss */
.page-news .latest_post {
  margin-bottom: 20px;
  text-align: center;
}
/* line 2305, sass/style.scss */
.page-news .latest_post h5 {
  margin-bottom: 5px;
}
/* line 2308, sass/style.scss */
.page-news .latest_post .post_date {
  font-size: 85%;
  color: #666;
}
/* line 2312, sass/style.scss */
.page-news .latest_post img {
  display: inline;
}
@media (min-width: 768px) {
  /* line 2316, sass/style.scss */
  .page-news .news-list {
    padding-left: 30px;
    background-image: url("images/divide-3.jpg");
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 5px;
  }
}
@media (min-width: 1200px) {
  /* line 2316, sass/style.scss */
  .page-news .news-list {
    padding-left: 75px;
    width: 74%;
  }
}
/* line 2328, sass/style.scss */
.page-news .news-list .news-item {
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
/* line 2331, sass/style.scss */
.page-news .news-list .news-item div {
  width: auto;
  max-width: 100%;
}
/* line 2335, sass/style.scss */
.page-news .news-list .news-item img {
  height: auto;
  max-width: 100%;
}
/* line 2339, sass/style.scss */
.page-news .news-list .news-item table {
  max-width: 100%;
  width: auto;
}
/* line 2343, sass/style.scss */
.page-news .news-list .news-item table td p {
  margin: 0;
}
/* line 2348, sass/style.scss */
.page-news .news-list .news-item a {
  color: #2195ff;
  text-decoration: underline;
}
/* line 2353, sass/style.scss */
.page-news .news-list .news-item h1 a {
  color: #333;
}
/* line 2357, sass/style.scss */
.page-news .news-list .news-item .btn-collapse {
  color: #e54045;
  text-align: left;
}
/* line 2363, sass/style.scss */
.page-news .social-btns > div {
  display: inline-block;
  width: auto;
  vertical-align: middle !important;
}
/* line 2369, sass/style.scss */
.page-news .btn-back-to-news a {
  color: #337ab7;
  text-decoration: underline;
}

/***********
*** Button
***********/
/* line 2381, sass/style.scss */
.btn-details {
  font-size: 1.2em;
  border: 2px solid #333;
  padding: 5px 15px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 2387, sass/style.scss */
.btn-details:hover {
  color: #fff;
  border-color: #e44145;
  background-color: #e44145;
}

/***********
*** Icon
***********/
/* line 2399, sass/style.scss */
.icon-book {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

/************
  Pagination
************/
/* line 2410, sass/style.scss */
.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > span,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #e54045;
}
/* line 2420, sass/style.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #e54045;
  border-color: #e54045;
}

/* Breadcrumb */
/* line 2436, sass/style.scss */
#breadcrumbs.breadcrumb {
  margin-bottom: 0;
}
/* line 2439, sass/style.scss */
#breadcrumbs a {
  color: #e44145;
}

.mybox{padding:5px!important}
.padd0{padding:0px!important}

@media screen and (min-width: 100px) {
.martp{margin-top:0px}
.location-preview{height:225px}
.home-boxes-grey #lightSlider-recent-sold > li .img1 {
  height:225px
  }
    .home-boxes .box1 {
  height:225px;
}
}

@media screen and (min-width: 400px) {
.martp{margin-top:0px}
.location-preview{height:280px}
.home-boxes-grey #lightSlider-recent-sold > li .img1 {
  height:280px
  }
    .home-boxes .box1 {
  height:280px;
}
}
@media screen and (min-width: 500px) {
.martp{margin-top:0px}
.location-preview{height:350px}
.home-boxes-grey #lightSlider-recent-sold > li .img1 {
  height:350px
  }
    .home-boxes .box1 {
  height:350px;
}
}

@media screen and (min-width: 600px) {
.martp{margin-top:0px}
.location-preview{height:380px}
.home-boxes-grey #lightSlider-recent-sold > li .img1 {
  height:380px
  }
    .home-boxes .box1 {
  height:380px;
}
}

@media (min-width: 776px) {
.martp{margin-top:130px}
.location-preview{height:270px}
.home-boxes-grey #lightSlider-recent-sold > li .img1 {
  height:280px;
  }
    .home-boxes .box1 {
  height:280px;
}
}
@media (min-width: 1024px) {
.martp{margin-top:90px}
.location-preview{height:270px}
.home-boxes-grey #lightSlider-recent-sold > li .img1 {
  height:270px
  }
    .home-boxes .box1 {
  height:270px;
}
}
@media (min-width: 1100px) {
.martp{margin-top:70px}
.location-preview{height:300px}
.home-boxes-grey #lightSlider-recent-sold > li .img1 {
  height:300px
  }
    .home-boxes .box1 {
  height:300px;
}
}
@media (min-width: 1200px) {
.martp{margin-top:88px}
.location-preview{height:300px}
.home-boxes-grey #lightSlider-recent-sold > li .img1 {
  height:300px
  }
    .home-boxes .box1 {
  height:300px;
}
}

@media (min-width: 1400px) {
.martp{margin-top:100px}
.location-preview{height:350px}
.home-boxes-grey #lightSlider-recent-sold > li .img1 {
  height:370px
  }
  .home-boxes .box1 {
  height:350px;
}
}
@media (min-width: 1601px) {
.martp{margin-top:100px}
.location-preview{height:410px}
.home-boxes-grey #lightSlider-recent-sold > li .img1 {
  height:410px
  }
  .home-boxes .box1 {
  height:410px;
}
}
@media (min-width: 1801px) {
.martp{margin-top:100px}
.location-preview{height:500px}
.home-boxes-grey #lightSlider-recent-sold > li .img1 {
  height:500px
  }
  .home-boxes .box1 {
  height:500px;
}
}



.location-preview{overflow:hidden;position:relative;color:#fff;z-index:1; display: -webkit-flex;;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%}
.location-preview:before{content:'';width:100%;height:100%;background:#151515;display:block;position:absolute;top:0;left:0;z-index:2;opacity:.5;transition:opacity .4s ease}
.location-preview:hover:before{opacity:.1}
.location__img{position:absolute;width:100%;height:100%; }

.location__img img{width:100%;height:auto}

.location__address{display:block;margin:0 auto;text-align:center;position:absolute;z-index:3;left:0%;top:40%;max-width:100%;width:100%;}



/*.location__address {
   position: absolute;
    top:50%;
    text-align:center;
    color:#fff;
    z-index:3;
   transform: translate(-50%, -50%);
    webkit-transform: translate(-50%, -50%);
}*/
.home-boxes-grey #lightSlider-recent-sold > li .img1 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.home-boxes-grey #lightSlider-recent-sold > li .img1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;

  }
.content-area {
    padding: 20px 0;
}
.nopad{padding:0px!important}
.padbtm{display:table;padding-bottom:10px!important}
.homelefpad{
 padding-left:5px!important;
 padding-right:0px;
 padding-bottom:0px;
 padding-top:0px}
.homerigpad{
 padding-left:0px;
 padding-right:5px!important;
 padding-bottom:0px;
 padding-top:0px}
.cenleft {
    position: absolute;
    bottom: 10%;
    left:2%;
  width:auto;
z-index:1;
  /*  transform: translate(-50%, -50%);*/
}
@media screen and (min-width:1500px){.cenleft h1{font-size:44px}}
@media screen and (max-width:1500px){.cenleft h1{font-size:38px}}
.cenleft h1{color:#fff}
.centop {
    position: absolute;
    top: 10%;
   text-align:center;
  width:100%;
z-index:1;
  /*  transform: translate(-50%, -50%);*/
}
.centop h1{color:#fff;width:100%;text-decoration:underline;text-transform:uppercase}
@media screen and (max-width:767px){.homemartp{margin-top:0px;}}
@media screen and (min-width:768px) and (max-width:991px){.homemartp{margin-top:120px;}}
@media screen and (min-width:991px) and (max-width:1199px){.homemartp{margin-top:70px;}}
@media screen and (min-width:1200px){.homemartp{margin-top:75px;}}

@media screen and (min-width: 100px) {
.salehmblk{height:288px;}
.salehmblkimg{height:288px;width:100%;object-fit: cover;display:table;}
.location-preview12{height:325px}
.mttbox{height:325px}
.mttboximg{height:325px;width:100%;object-fit: cover;display:table;}
}
@media screen and (min-width: 400px) {
.salehmblk{height:370px;}
.salehmblkimg{height:370px;width:100%;object-fit: cover;display:table;}
.location-preview12{height:380px}
.mttbox{height:380px}
.mttboximg{height:380px;width:100%;object-fit: cover;display:table;}
}
@media screen and (min-width: 500px) {
.salehmblk{height:325px;}
.salehmblkimg{height:325px;width:100%;object-fit: cover;display:table;}
.location-preview12{height:450px}
.mttbox{height:450px}
.mttboximg{height:450px;width:100%;object-fit: cover;display:table;}
}
@media screen and (min-width: 600px) {
	.salehmblk{height:520px;}
	.salehmblkimg{height:520px;width:100%;object-fit: cover;display:table;}
.location-preview12{height:480px}
.mttbox{height:480px}
.mttboximg{height:480px;width:100%;object-fit: cover;display:table;}
}


@media (min-width: 768px) {
	.salehmblk{height:455px;}
	.salehmblkimg{height:455px;width:100%;object-fit: cover;display:table;}
.location-preview12{height:370px}
.mttbox{height:370px}
.mttboximg{height:370px;width:100%;object-fit: cover;display:table;}
}
@media (min-width: 1024px) {
	.salehmblk{height:455px;}
	.salehmblkimg{height:455px;width:100%;object-fit: cover;display:table;}
.location-preview12{height:370px}
.mttbox{height:370px}
.mttboximg{height:370px;width:100%;object-fit: cover;display:table;}
}
@media (min-width: 1100px) {
	.salehmblk{height:500px;}
	.salehmblkimg{height:500px;width:100%;object-fit: cover;display:table;}
.location-preview12{height:400px}
.mttbox{height:400px}
.mttboximg{height:400px;width:100%;object-fit: cover;display:table;}
}
@media (min-width: 1200px) {
	.salehmblk{height:500px;}
	.salehmblkimg{height:500px;width:100%;object-fit: cover;display:table;}
.location-preview12{height:400px}
.mttbox{height:400px}
.mttboximg{height:400px;width:100%;object-fit: cover;display:table;}
}

@media (min-width: 1400px) {
	.salehmblk{height:575px;}
	.salehmblkimg{height:575px;width:100%;object-fit: cover;display:table;}
.location-preview12{height:450px}
.mttbox{height:450px}
.mttboximg{height:450px;width:100%;object-fit: cover;display:table;}
}
@media (min-width: 1601px) {
	.salehmblk{height:665px;}
.salehmblkimg{height:665px;width:100%;object-fit: cover;display:table;}
.location-preview12{height:510px}
.mttbox{height:510px}
.mttboximg{height:510px;width:100%;object-fit: cover;display:table;}
}
@media (min-width: 1801px) {
	.salehmblk{height:785px;}
	.salehmblkimg{height:785px;width:100%;object-fit: cover;display:table;}
.location-preview12{height:590px}
.mttbox{height:590px}
.mttboximg{height:590px;width:100%;object-fit: cover;display:table;}
}
@media (min-width: 2001px) {
	.salehmblk{height:950px;}
	.salehmblkimg{height:950px;width:100%;object-fit: cover;display:table;}
.location-preview12{height:700px}
.mttbox{height:700px}
.mttboximg{height:700px;width:100%;object-fit: cover;display:table;}
}

@media screen and (min-width:1100px){
.threebysix{padding-left:100px;padding-right:100px}
.fourbysix{padding-left:30px;padding-right:30px}
}

@media screen and (max-width:1099px){
.threebysix{padding-left:15px;padding-right:15px
.fourbysix{padding-left:15px;padding-right:15px}
}}

.mttboximg {
    display: table;
}
@media (min-width: 769px) {
    .mobile-only {
        display: none;
    }
}
@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
}
/*
@-webkit-keyframes flick {
    0% { opacity: 1; }
    49.99% { opacity: 1;}
    50% { opacity: 0;}
    99.99% { opacity: 0;}
}

@-moz-keyframes flick {
    0% { opacity: 1; }
    49.99% { opacity: 1; }
    50% { opacity: 0; }
    99.99% { opacity: 0; }
}

@-ms-keyframes flick {
    0% { opacity: 1; }
    49.99% { opacity: 1; }
    50% { opacity: 0; }
    99.99% { opacity: 0; }
}

@-o-keyframes flick {
    0% { opacity: 1; }
    49.99% { opacity: 1; }
    50% { opacity: 0; }
    99.99% { opacity: 0; }
}

@keyframes flick {
    0% { opacity: 1; }
    49.99% { opacity: 1; }
    50% { opacity: 0; }
    99.99% { opacity: 0; }
}

.typing {
    width: 2px;
    text-indent: -999em;
    -webkit-animation: flick 1s infinite;
    -moz-animation: flick 1s infinite;
    -ms-animation: flick 1s infinite;
    -o-animation: flick 1s infinite;
    animation: flick 1s infinite;
}
*/
.location-preview12{overflow:hidden;position:relative;color:#fff;z-index:1; display: -webkit-flex;;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%}
.location-preview12:before{content:'';width:100%;height:100%;background:#151515;display:block;position:absolute;top:0;left:0;z-index:2;opacity:.5;transition:opacity .4s ease}
.location-preview12:hover:before{opacity:.1}



.overlaypanel12{overflow:hidden;position:relative;color:#fff;z-index:1; display: -webkit-flex;;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.overlaypanel12:before{content:'';width:100%;height:100%;background:#151515;display:block;position:absolute;top:0;left:0;z-index:2;opacity:.5;transition:opacity .4s ease}
.overlaypanel12:hover:before{opacity:.1}

.overlaypanel122{overflow:hidden;position:relative;color:#fff;z-index:1; display: -webkit-flex;;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.overlaypanel122:after{content:'';width:100%;height:100%;background:#151515;display:block;position:absolute;top:0;left:0;z-index:2;opacity:.1;transition:opacity .4s ease}
.overlaypanel122:hover:after{opacity:.5}


 /* Make the image fully responsive */
  .carousel-inner img {
      width: 100%;
      height: 100%;
  }
.carousel-caption{text-align:left;left:3%;right:auto;background-color:#444;opacity:0.8;border-radius:3px;border:1px solid #333;padding:15px 10px 10px}
  /* GLOBAL STYLES */


/* DEMO-SPECIFIC STYLES */
.typewriter h3 {
  color: #fff;
 margin:0px;

  text-transform:uppercase;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .08em solid #fff; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */

  letter-spacing: .07em; /* Adjust as needed */
  animation:
    typing 3.5s steps(30, end),
    blink-caret .2s step-end infinite;
}
@media screen and (max-width:991px) {.typewriter h3 {font-size:15px}}
/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  0% { border-color: white}
}

.txtwhite{color:#fff!important}
.txtwhite:hover{color:#fff!important}

div.container6 {
    height: auto;
    position: relative }
div.container6 span {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
	font-size: 15px;
    transform: translate(-50%, -50%) }
.panelhom2blk1{padding:0px 2px 0px 0px;}
.panelhom2blk2{padding:0px 0px 0px 2px;}
.panelhom5blk1{padding:0px 2px 0px 0px;text-align: center}
.panelhom5blk2{padding:0px 0px 0px 2px;text-align: center}
.btmmarpanel{margin-bottom:4px}
@media screen and (max-width:768px){
.panelhom2blk1,.panelhom2blk2,.panelhom5blk1,.panelhom5blk2{padding:0px 0px 0px 0px;margin-bottom:4px}

}

#sb_instagram{padding-bottom:25px!important;overflow-y: scroll;}
@media screen and (min-width:100px) and (max-width: 767px) {
#sb_instagram{height:500px;}
}
@media (min-width: 768px) {
#sb_instagram{height:342px;}
}
@media (min-width: 1024px) {
#sb_instagram{height:342px;}
}
@media (min-width: 1100px) {
#sb_instagram{height:388px;}
}
@media (min-width: 1200px) {
#sb_instagram{height:413px;}
}
@media (min-width: 1400px) {
#sb_instagram{height:488px;}
}
@media (min-width: 1601px) {
#sb_instagram{height:578px;}
}
@media (min-width: 1801px) {
#sb_instagram{height:697px;}
}
@media (min-width: 2001px) {
#sb_instagram{height:863px;}
}
.navbar-default .navbar-toggle {
    border-color: #555!important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #555!important;
}

.padbtmtp{padding-bottom:15px}

    @media (min-width: 768px){
        .navbar-default .navbar-nav {
            top: 35%;
        }   
    }
    .navbar-default{
        margin-bottom:0px;
    }

    .navbar-brand img{
			width: 150px;
		}
		@media (min-width: 992px){
            .navbar-brand {
                padding: 20px 0 0;
            }			
		}
        @media (min-width: 768px) and (max-width: 991px){
			
			.navbar-collapse.collapse{
				padding-bottom: 30px;
			}
			.navbar-default .navbar-nav{
				top:65%;
			}
		}
		.navbar-default .navbar-toggle .icon-bar{
			background-color:#333;
		}
		.navbar-default .navbar-toggle{
			border-color: #333;
		}
		
    .navbar-default .navbar-nav li a {
        font-size: 1em;
        color: #00215a;
        font-weight: 600;
    }
     .navbar-default .navbar-nav li a:hover {
    
        color: #00215a;

    }
        .navbar-default .navbar-nav li a:focus {
    
        color: #00215a;

    } 

    
    .navbar-default .navbar-nav > .active > a{
        color: #00215a;
        background: none;
        text-decoration:underline;
    }
    .navbar-default .navbar-nav > .active > a:hover{
        color: #00215a;
    }    
    
    .navbar-default .container{
        background-color: white;
    }
    
    .navbar-default{
        background-color: white;
    }

	.navbar-brand-text{
		padding-top: 10px;
		color: #555;
		font-size: 16px;
		font-weight: 600;
		
	}
	.row{
	    margin-left:0;
	    margin-right:0;
	}
	
	body{
	    font-size:16px;
	}