.default-transition {
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
.default-shadow {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
html,
body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  background: #fff;
}
body.homepage .header .logo-text {
  color: #fff;
}
body.homepage .header.affix .logo-text {
  color: #000;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 300;
}
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 400;
}
.h1.article-title,
.h2.article-title,
.h3.article-title,
.h4.article-title,
.h5.article-title,
.h6.article-title,
h1.article-title,
h2.article-title,
h3.article-title,
h4.article-title,
h5.article-title,
h6.article-title {
  text-transform: none !important;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}
.giant-text {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}
.giant-subtext {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.article-style {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .article-style {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.article-style p {
  font-size: 16px;
  line-height: 190%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .article-style p {
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 25px;
  }
}
.article-style ul {
  margin-bottom: 30px;
}
.article-style ul li {
  line-height: 170%;
  margin-bottom: 10px;
}
.bordered-center {
  position: relative;
  margin: 0px 0 40px;
  text-align: center;
  font-size: 38px;
}
@media only screen and (max-width: 767px) {
  .bordered-center {
    font-size: 30px;
  }
}
.bordered-center:before,
.bordered-center:after {
  content: '';
  border-bottom: 1px solid #d7d7d7;
  position: absolute;
  top: 50%;
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .bordered-center:before,
  .bordered-center:after {
    width: 15%;
  }
}
.bordered-center:before {
  left: 0;
}
.bordered-center:after {
  right: 0;
}
.section-title {
  padding: 20px 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-title {
    padding: 20px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-title {
    padding: 20px 30px;
  }
}
.section-body {
  padding: 20px 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-body {
    padding: 0px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-body {
    padding: 20px 30px;
  }
}
.section-body p {
  line-height: 160%;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .section-body p {
    font-size: 16px;
  }
}
a {
  color: #009688;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: #00635a;
}
@media only screen and (min-width: 1600px) {
  .container {
    min-width: 1360px;
  }
}
@media only screen and (min-width: 1600px) {
  .xlg-padding {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1600px) {
  .xlg-padding.left {
    padding-right: 0px;
    padding-left: 70px;
  }
}
.header-placeholder {
  height: 95px;
}
.header-placeholder.homepage {
  height: 0 !important;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 25;
  background: #fff;
  padding: 14px 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0;
  }
}
.header .logo {
  float: left;
  margin-right: 50px;
}
.header.homepage {
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header.homepage.affix {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border-bottom: 0;
}
.header.homepage .navigation a {
  color: #fff;
}
.header.affix {
  background: #fff;
  z-index: 25;
  color: #000;
  padding: 0;
}
.header.affix .navigation a {
  color: #000;
}
.navigation {
  float: right;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  position: relative;
}
.navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation ul li.dropdown-right > ul {
  right: 0;
}
.navigation ul li > ul {
  position: absolute;
  background: #fff;
  width: 200px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  display: none;
}
.navigation ul li > ul li {
  display: block;
}
.navigation ul li > ul li a {
  padding: 12px 20px;
  color: #000 !important;
  font-size: 12px;
}
.navigation ul li > ul li a:hover,
.navigation ul li > ul li a:focus {
  color: #009688 !important;
}
.navigation ul li:hover ul {
  display: block;
}
.navigation li {
  position: relative;
  display: inline-block;
}
.navigation a {
  display: block;
  color: #000;
  padding: 25px 20px;
  font-size: 12px;
  transition: color ease-in-out 125ms;
}
.navigation a:hover,
.navigation a:focus {
  color: #009688;
}
.navigation .mobile-menu-btn-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 27;
  font-size: 14px;
  padding: 22px 3px;
}
.navigation .mobile-menu-btn-container .mobile-menu-btn {
  padding: 22px 3px;
}
.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #000;
  transition: background 0s 0.2s;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
.cmn-toggle-switch span::before {
  top: -6px;
  transition-property: top, transform;
}
.cmn-toggle-switch span::after {
  bottom: -6px;
  transition-property: bottom, transform;
}
.cmn-toggle-switch.active span {
  background: none;
}
.cmn-toggle-switch.active span::before,
.cmn-toggle-switch.active span::after {
  transition-delay: 0s, 0.2s;
}
.cmn-toggle-switch.active span::before {
  top: 0;
  transform: rotate(45deg);
}
.cmn-toggle-switch.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.mobile-nav {
  position: fixed;
  top: 66px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  overflow-y: hidden;
  opacity: 0;
  transform: translateX(-115%);
  -webkit-transform: translateX(-115%);
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
.mobile-nav.active {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  z-index: 1000;
}
.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  padding: 12px 20px;
  color: #000;
}
.mobile-nav ul li a:hover,
.mobile-nav ul li a:focus {
  color: #fff;
  background: #009688;
}
.mobile-nav ul li ul a {
  padding-left: 40px;
}
.logo-text {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  padding: 16px 0;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
.page-title {
  background: url('../images/page-header.jpg');
  background-size: cover;
  color: #fff;
  padding: 85px 0 30px;
  border-bottom: 7px solid #009688;
}
.page-title.article {
  padding: 280px 0 0;
  position: relative;
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  .page-title.article {
    padding-top: 180px;
  }
}
.page-title.article .h1,
.page-title.article .h2,
.page-title.article .h3,
.page-title.article .h4,
.page-title.article .h5,
.page-title.article .h6,
.page-title.article h1,
.page-title.article h2,
.page-title.article h3,
.page-title.article h4,
.page-title.article h5,
.page-title.article h6 {
  padding: 0;
  margin: 0;
  font-size: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-title.article .h1,
  .page-title.article .h2,
  .page-title.article .h3,
  .page-title.article .h4,
  .page-title.article .h5,
  .page-title.article .h6,
  .page-title.article h1,
  .page-title.article h2,
  .page-title.article h3,
  .page-title.article h4,
  .page-title.article h5,
  .page-title.article h6 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title.article .h1,
  .page-title.article .h2,
  .page-title.article .h3,
  .page-title.article .h4,
  .page-title.article .h5,
  .page-title.article .h6,
  .page-title.article h1,
  .page-title.article h2,
  .page-title.article h3,
  .page-title.article h4,
  .page-title.article h5,
  .page-title.article h6 {
    font-size: 20px;
  }
}
.page-title.article .h1 span,
.page-title.article .h2 span,
.page-title.article .h3 span,
.page-title.article .h4 span,
.page-title.article .h5 span,
.page-title.article .h6 span,
.page-title.article h1 span,
.page-title.article h2 span,
.page-title.article h3 span,
.page-title.article h4 span,
.page-title.article h5 span,
.page-title.article h6 span {
  display: block;
  font-size: 26px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-title.article .h1 span,
  .page-title.article .h2 span,
  .page-title.article .h3 span,
  .page-title.article .h4 span,
  .page-title.article .h5 span,
  .page-title.article .h6 span,
  .page-title.article h1 span,
  .page-title.article h2 span,
  .page-title.article h3 span,
  .page-title.article h4 span,
  .page-title.article h5 span,
  .page-title.article h6 span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title.article .h1 span,
  .page-title.article .h2 span,
  .page-title.article .h3 span,
  .page-title.article .h4 span,
  .page-title.article .h5 span,
  .page-title.article .h6 span,
  .page-title.article h1 span,
  .page-title.article h2 span,
  .page-title.article h3 span,
  .page-title.article h4 span,
  .page-title.article h5 span,
  .page-title.article h6 span {
    font-size: 16px;
  }
}
.page-title.wide {
  padding: 470px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-title.wide {
    padding-top: 125px;
  }
}
.page-title.wide .h1,
.page-title.wide .h2,
.page-title.wide .h3,
.page-title.wide .h4,
.page-title.wide .h5,
.page-title.wide .h6,
.page-title.wide h1,
.page-title.wide h2,
.page-title.wide h3,
.page-title.wide h4,
.page-title.wide h5,
.page-title.wide h6 {
  padding: 0;
  margin: 0;
  font-size: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-title.wide .h1,
  .page-title.wide .h2,
  .page-title.wide .h3,
  .page-title.wide .h4,
  .page-title.wide .h5,
  .page-title.wide .h6,
  .page-title.wide h1,
  .page-title.wide h2,
  .page-title.wide h3,
  .page-title.wide h4,
  .page-title.wide h5,
  .page-title.wide h6 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title.wide .h1,
  .page-title.wide .h2,
  .page-title.wide .h3,
  .page-title.wide .h4,
  .page-title.wide .h5,
  .page-title.wide .h6,
  .page-title.wide h1,
  .page-title.wide h2,
  .page-title.wide h3,
  .page-title.wide h4,
  .page-title.wide h5,
  .page-title.wide h6 {
    font-size: 24px;
  }
}
.page-title.wide .h1 span,
.page-title.wide .h2 span,
.page-title.wide .h3 span,
.page-title.wide .h4 span,
.page-title.wide .h5 span,
.page-title.wide .h6 span,
.page-title.wide h1 span,
.page-title.wide h2 span,
.page-title.wide h3 span,
.page-title.wide h4 span,
.page-title.wide h5 span,
.page-title.wide h6 span {
  display: block;
  font-size: 26px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-title.wide .h1 span,
  .page-title.wide .h2 span,
  .page-title.wide .h3 span,
  .page-title.wide .h4 span,
  .page-title.wide .h5 span,
  .page-title.wide .h6 span,
  .page-title.wide h1 span,
  .page-title.wide h2 span,
  .page-title.wide h3 span,
  .page-title.wide h4 span,
  .page-title.wide h5 span,
  .page-title.wide h6 span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title.wide .h1 span,
  .page-title.wide .h2 span,
  .page-title.wide .h3 span,
  .page-title.wide .h4 span,
  .page-title.wide .h5 span,
  .page-title.wide .h6 span,
  .page-title.wide h1 span,
  .page-title.wide h2 span,
  .page-title.wide h3 span,
  .page-title.wide h4 span,
  .page-title.wide h5 span,
  .page-title.wide h6 span {
    font-size: 18px;
  }
}
.page-title .h1,
.page-title .h2,
.page-title .h3,
.page-title .h4,
.page-title .h5,
.page-title .h6,
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6 {
  font-size: 36px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.page-title span {
  font-weight: 400;
}
.agent-avatar-title {
  position: absolute;
  top: 35px;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
@media only screen and (max-width: 767px) {
  .agent-avatar-title {
    top: 15px;
  }
}
.agent-avatar-title img {
  border-radius: 300px;
  width: 225px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .agent-avatar-title img {
    width: 150px;
  }
}
.the-title {
  position: relative;
  padding: 20px 40px;
  background: #009688;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .the-title {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .the-title {
    padding: 20px 20px;
  }
}
.the-title .subtitle {
  font-size: 22px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .the-title .subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .the-title .subtitle {
    font-size: 16px;
    line-height: 120%;
    margin-top: 14px;
  }
}
.additional-detail {
  display: flex;
  align-items: center;
  align-content: stretch;
  justify-content: space-around;
  text-transform: uppercase;
  min-height: 67px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .additional-detail {
    min-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-detail {
    min-height: 46px;
    margin-top: 15px;
  }
}
.additional-detail .price-detail {
  flex: 1;
  text-align: right;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .additional-detail .price-detail {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-detail .price-detail {
    font-size: 20px;
  }
}
.additional-detail .price-detail span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.additional-detail .gallery-detail {
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.additional-detail .gallery-detail:hover .fa,
.additional-detail .gallery-detail:focus .fa {
  padding: 0px 0 5px;
}
.additional-detail .gallery-detail .fa {
  display: block;
  font-size: 36px;
  line-height: 1.1;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  padding: 5px 0 0;
  height: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .additional-detail .gallery-detail .fa {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-detail .gallery-detail .fa {
    font-size: 20px;
    height: 26px;
  }
}
.footer {
  position: relative;
  background: #2D2D2D;
  border-top: 7px solid #009688;
  padding: 45px 0;
}
.footer .logo-text {
  color: #fff;
  padding: 0;
}
.copyright {
  margin-top: 12px;
  color: #aaa;
}
.copyright a {
  color: #fff;
}
.copyright a:hover,
.copyright a:focus {
  text-decoration: underline;
}
.footer-right {
  text-align: right;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .footer-right {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-right {
    padding: 10px 10px 10px 0;
  }
}
.back-to-top {
  position: absolute;
  top: -25px;
  left: 50%;
  padding: 9px;
  margin-left: -25px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #009688;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
.back-to-top:hover,
.back-to-top:focus {
  padding: 5px;
  color: #fff;
}
.footer-nav {
  display: inline-block;
  padding: 0;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .footer-nav {
    display: block;
    width: 100%;
    margin: 0 0 25px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-nav {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }
}
.footer-nav li {
  display: inline-block;
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .footer-nav li {
    display: inline-block;
    margin: 0 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-nav li {
    margin: 0 0 0 20px;
  }
}
.footer-nav a {
  display: inline-block;
  color: #fff;
}
.social-nav {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  line-height: 140%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .social-nav {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.social-nav li {
  display: inline-block;
  margin: 0 1px;
}
.social-nav a {
  display: inline-block;
  color: #fff;
  background: #222222;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  padding: 9px;
  text-align: center;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
.social-nav a.facebook:hover,
.social-nav a.facebook:focus {
  background: #3b5998;
}
.social-nav a.twitter:hover,
.social-nav a.twitter:focus {
  background: #00aced;
}
.social-nav a.google-plus:hover,
.social-nav a.google-plus:focus {
  background: #dd4b39;
}
.social-nav a.linkedin:hover,
.social-nav a.linkedin:focus {
  background: #007bb5;
}
.social-nav a.instagram:hover,
.social-nav a.instagram:focus {
  background: #125688;
}
.social-nav a.pinterest:hover,
.social-nav a.pinterest:focus {
  background: #cb2027;
}
.main-section {
  padding: 80px 0;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .main-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-section {
    padding: 40px 0;
  }
}
.section-general {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .section-general {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-general {
    padding: 60px 0;
  }
}
.section-general.white {
  background: #fff;
}
.section-general.gray {
  background: #efefef;
}
.search-section {
  background: #fafafa;
  padding: 55px 0;
}
@media only screen and (max-width: 767px) {
  .search-section {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .search-section {
    padding: 35px 0;
  }
}
.search-section .section-title {
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}
.quote-section {
  background: url('../images/bg-quote.jpg') fixed center center;
  background-size: cover;
  padding: 150px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .quote-section {
    padding: 60px 30px;
  }
}
.quote-section .the-quote {
  font-size: 38px;
  font-weight: 100;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .quote-section .the-quote {
    font-size: 22px;
  }
}
.quote-section .the-quote h1,
.quote-section .the-quote h2,
.quote-section .the-quote h3,
.quote-section .the-quote h4,
.quote-section .the-quote h5,
.quote-section .the-quote h6,
.quote-section .the-quote p {
  margin: 0;
  line-height: 150%;
  font-weight: 100;
}
.mini-quote-section {
  background: #fafafa;
  background-size: cover;
  padding: 70px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mini-quote-section {
    padding: 40px 30px;
  }
}
.mini-quote-section .the-quote {
  font-size: 28px;
  font-weight: 100;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .mini-quote-section .the-quote {
    font-size: 22px;
  }
}
.mini-quote-section .the-quote h1,
.mini-quote-section .the-quote h2,
.mini-quote-section .the-quote h3,
.mini-quote-section .the-quote h4,
.mini-quote-section .the-quote h5,
.mini-quote-section .the-quote h6,
.mini-quote-section .the-quote p {
  margin: 0;
  line-height: 150%;
  font-weight: 100;
}
.widget {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .widget {
    margin-top: 20px;
    margin-bottom: 45px;
  }
}
.widget .widget-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  margin-top: 8px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 4px solid #f0f0f0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .widget .widget-title {
    font-size: 20px;
  }
}
.widget .widget-title span {
  font-weight: bold;
  font-weight: 400;
}
.widget-content ul {
  list-style: none;
  padding: 0;
}
.widget-content ul li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.widget-content .social-nav li {
  border-bottom: 0;
}
.widget-post {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.widget-post:after {
  content: '';
  display: table;
  clear: both;
}
.widget-post header {
  padding: 5px 0;
  margin-left: 100px;
}
.widget-post .post-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 7px;
  padding: 0;
}
.widget-post .simple-share {
  margin: 0;
}
.widget-post-thumb {
  float: left;
}
.widget-post-thumb img {
  max-width: 100%;
  width: 80px;
  border-radius: 5px;
}
.tag-cloud {
  font-size: 0;
}
.tag-cloud a {
  display: inline-block;
  padding: 10px;
  margin: 0 8px 8px 0;
  background: #f0f0f0;
  color: #333;
  font-size: 15px;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
@media only screen and (max-width: 767px) {
  .tag-cloud a {
    font-size: 13px;
    padding: 8px;
  }
}
.tag-cloud a:hover,
.tag-cloud a:focus {
  background: #009688;
  color: #fff;
}
.btn {
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 12px 25px;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
.btn:hover,
.btn:focus {
  outline: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.btn:active {
  outline: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.btn.btn-fat {
  padding-left: 55px;
  padding-right: 55px;
}
@media only screen and (min-width: 1600px) {
  .btn.btn-fat {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.btn.btn-default {
  background: #333333;
  color: #fff;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  background: #464646;
  color: #fff;
}
.btn.btn-default:active {
  background: #202020;
  color: #fff;
  outline: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.btn.btn-primary {
  background: #009688;
  color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #00bcab;
  color: #fff;
}
.btn.btn-primary:active {
  background: #007065;
  color: #fff;
  outline: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.blog-card {
  display: block;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
.blog-card:hover,
.blog-card:focus {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.blog-card:hover .blog-image:after,
.blog-card:focus .blog-image:after {
  opacity: 1;
}
.blog-card.cardless {
  margin-bottom: 40px;
}
.blog-card.cardless .blog-image {
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .blog-card.cardless .blog-image {
    height: 175px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-card.cardless .blog-image {
    height: 275px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-card.cardless .blog-image {
    height: 300px;
  }
}
.blog-card .blog-image {
  height: 240px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-card .blog-image {
    height: 175px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-card .blog-image {
    height: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-card .blog-image {
    height: 185px;
  }
}
.blog-card .blog-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
.blog-card .blog-image img {
  position: absolute;
  z-index: -1;
  width: 0;
}
.blog-card .blog-content {
  padding: 30px;
  line-height: 180%;
  border: 1px solid #eee;
  border-bottom-width: 3px;
}
@media only screen and (max-width: 767px) {
  .blog-card .blog-content {
    padding: 23px 20px;
    line-height: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .blog-card .blog-content {
    padding: 22px;
    line-height: 150%;
  }
}
.blog-card .blog-content h1,
.blog-card .blog-content h2,
.blog-card .blog-content h3,
.blog-card .blog-content h4,
.blog-card .blog-content h5,
.blog-card .blog-content h6 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .blog-card .blog-content h1,
  .blog-card .blog-content h2,
  .blog-card .blog-content h3,
  .blog-card .blog-content h4,
  .blog-card .blog-content h5,
  .blog-card .blog-content h6 {
    font-size: 15px;
  }
}
.blog-card .blog-content p {
  font-size: 14px;
  font-weight: 300;
  color: #888;
}
.blog-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
  color: #aaa;
}
.blog-meta li .fa,
.blog-meta li i {
  display: inline-block;
  width: 20px;
}
#masonry {
  position: relative;
}
#masonry .item {
  position: relative;
  float: left;
  width: 46%;
  margin: 10px 3.5% 20px 0;
}
@media only screen and (max-width: 767px) {
  #masonry .item {
    width: 100%;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #masonry .item {
    margin: 10px 3.5% 15px 0;
  }
}
label {
  color: #9e9e9e;
  font-weight: 300;
}
.form-horizontal .form-control {
  padding: 6px 0px;
}
.form-control {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  padding: 10px 0;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .form-control {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .form-control {
    font-size: 14px;
  }
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #009688;
}
.form-control::-webkit-input-placeholder {
  color: #d0d0d0;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #d0d0d0;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #d0d0d0;
}
.form-control:-ms-input-placeholder {
  color: #d0d0d0;
}
.form-search-homepage {
  position: relative;
  z-index: 1;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  padding: 60px;
  max-width: 100%;
  width: 450px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .form-search-homepage {
    padding: 25px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .form-search-homepage {
    padding: 30px;
  }
}
.form-search-homepage.white {
  background: #fff;
}
.form-search-homepage.white label {
  color: #9e9e9e;
}
.form-search-homepage.white .form-control {
  color: #000;
  border-bottom-color: #e0e0e0;
}
.form-search-homepage.white .form-control::-webkit-input-placeholder {
  color: #d0d0d0;
}
.form-search-homepage.white .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #d0d0d0;
}
.form-search-homepage.white .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #d0d0d0;
}
.form-search-homepage.white .form-control:-ms-input-placeholder {
  color: #d0d0d0;
}
.form-search-homepage label {
  color: #fff;
}
.form-search-homepage .form-control {
  color: #fff;
  font-size: 12px;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.form-search-homepage .form-control:focus {
  border-color: #009688;
}
.form-search-homepage .form-control::-webkit-input-placeholder {
  color: #555;
}
.form-search-homepage .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
}
.form-search-homepage .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
}
.form-search-homepage .form-control:-ms-input-placeholder {
  color: #555;
}
.form-search-homepage .form-control option {
  color: #000;
}
.agent {
  position: relative;
  display: block;
  background: #fff;
  padding-bottom: 100px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .agent {
    padding-bottom: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .agent {
    padding-bottom: 84px;
  }
}
.agent:hover .agent-hidden-info,
.agent:focus .agent-hidden-info {
  max-height: 175px;
}
.agent-photo {
  background-size: cover;
  background-position-x: center;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .agent-photo {
    height: 275px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .agent-photo {
    height: 230px;
  }
}
.agent-photo img {
  position: absolute;
  z-index: -1;
  max-width: 100%;
  height: auto;
}
.agent-detail {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .agent-detail {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .agent-detail {
    padding: 20px;
  }
}
.agent-detail .agent-hidden-info {
  max-height: 0;
  overflow: hidden;
  transition: all ease-in-out 1000ms;
  -webkit-transition: all ease-in-out 1000ms;
}
.agent-detail .agent-hidden-info .social-nav {
  margin-top: 15px;
}
.agent-title .name {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.agent-title .job {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  margin-top: -4px;
  display: block;
}
.managed-properties {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
  margin: 50px 0 30px;
}
.agent-chips {
  margin-bottom: 45px;
}
.agent-chips:after {
  clear: both;
  content: '';
  display: table;
}
.agent-chips .agent-photo {
  width: 125px;
  height: 125px;
  border-radius: 125px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .agent-chips .agent-photo {
    display: block;
    margin: 0 auto;
  }
}
.agent-chips .agent-photo img {
  position: relative;
  z-index: 0;
  max-width: 100%;
  height: auto;
}
.agent-chips .agent-title {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .agent-chips .agent-title {
    display: block;
    margin: 15px auto 0;
    text-align: center;
  }
}
.filters {
  margin-bottom: 5px;
}
.toggleable {
  background: #EFEFEF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  padding: 3px;
  display: inline-block;
}
.toggleable .btn-toggle {
  color: #aaa;
  padding: 5px 10px;
  background: transparent;
  border: 0;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
@media only screen and (max-width: 767px) {
  .toggleable .btn-toggle {
    padding: 4px 8px;
    font-size: 16px;
  }
}
.toggleable .btn-toggle.active {
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  color: #009688;
}
.toggleable .btn-toggle:hover,
.toggleable .btn-toggle:focus {
  background: #fff;
  outline: none;
  box-shadow: none;
}
.filter-form label {
  margin-right: 15px;
}
.filter-form label,
.filter-form .form-control {
  display: inline-block;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .filter-form label {
    padding: 0;
    margin: 0;
  }
  .filter-form .form-control {
    margin: 0;
  }
}
.listings {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 767px) {
  .listings.listing-carousel {
    margin-left: 0;
    margin-right: 0;
  }
}
.listings:before,
.listings:after {
  box-sizing: border-box;
  content: "";
  display: table;
  clear: both;
}
.listings.columns-2 .listing {
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .listings.columns-3.list-view .listing {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .listings.columns-3.list-view .listing {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 1600px) {
  .listings.columns-3.list-view .listing {
    width: 50%;
    float: left;
  }
}
.listings.columns-3 .listing {
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .listings.columns-3 .listing {
    width: 50%;
  }
}
.listings.list-view .listing {
  float: none;
  display: block;
  width: 100%;
}
.listings.list-view .listing-content {
  display: table;
  width: 100%;
}
.listings.list-view .image {
  display: table-cell;
  vertical-align: top;
  width: 300px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .listings.list-view .image {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .listings.list-view .image {
    width: 225px;
  }
}
.listings.list-view .details {
  display: table-cell;
  vertical-align: top;
}
.listings.list-view .pricing {
  color: #000;
  background: #EBEBEB;
}
.listings.list-view .price span {
  color: #777;
}
.listings:after {
  clear: both;
  display: table;
  content: '';
}
.listing {
  float: left;
  padding: 0 15px;
}
.listing.full-width {
  width: 100%;
  padding: 0;
}
.listing-type {
  position: absolute;
  top: 15px;
  left: -3px;
  padding: 5px 10px;
  font-size: 10px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-left: 3px solid #009688;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
.listing-content {
  position: relative;
  display: block;
  margin-bottom: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow ease-in-out 200ms;
  -webkit-transition: box-shadow ease-in-out 200ms;
}
.listing-content:hover,
.listing-content:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.listing-content:hover .listing-type,
.listing-content:focus .listing-type {
  background: #009688;
}
.listing-content .image {
  background-size: cover;
  background-position: center center;
  height: 265px;
}
@media only screen and (max-width: 767px) {
  .listing-content .image {
    height: 145px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .listing-content .image {
    height: 175px;
  }
}
.listing-content .image img {
  position: absolute;
  z-index: -1;
  opacity: 0;
  max-width: 100%;
  height: auto;
}
.listing-content .details {
  background: #fff;
}
.listing-content .address {
  padding: 20px;
  color: #000;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 767px) {
  .listing-content .address {
    padding: 15px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .listing-content .address {
    padding: 15px;
    font-size: 16px;
    letter-spacing: 0;
  }
}
.listing-content .address .state {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #111;
  text-transform: uppercase;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  .listing-content .address .state {
    font-size: 13px;
    margin-top: -3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .listing-content .address .state {
    font-size: 14px;
    margin-top: -3px;
  }
}
.listing-content .highlights {
  border-top: 1px solid #ddd;
}
.listing-content .highlight {
  text-align: center;
  float: left;
  width: 25%;
  padding: 15px 0;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .listing-content .highlight {
    width: 50%;
    padding: 8px 8px;
    font-size: 12px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .listing-content .highlight {
    width: 50%;
    padding: 12px 15px;
    font-size: 12px;
    text-align: left;
  }
}
.listing-content .highlight span {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .listing-content .highlight span {
    font-size: 11px;
  }
}
.listing-content .highlight img {
  display: inline-block;
  width: 20px;
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .listing-content .highlight img {
    width: 12px;
    margin-right: 2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .listing-content .highlight img {
    width: 16px;
  }
}
.listing-content .pricing {
  position: relative;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 15px;
}
@media only screen and (max-width: 767px) {
  .listing-content .pricing {
    padding: 15px;
  }
}
.listing-content .pricing:after {
  content: " ";
  display: table;
  clear: both;
}
.listing-content .price {
  float: left;
  font-weight: 900;
  font-size: 28px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .listing-content .price {
    float: none;
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .listing-content .price {
    font-size: 22px;
    line-height: 26px;
  }
}
.listing-content .price span {
  color: #eee;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 100%;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .listing-content .price span {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .listing-content .price span {
    font-size: 12px;
  }
}
.listing-content .cta {
  font-weight: 900;
  font-size: 22px;
  float: right;
  padding: 6px 0;
}
@media only screen and (max-width: 767px) {
  .listing-content .cta {
    float: none;
    font-size: 15px;
    border-top: 2px solid #444;
    margin-top: 15px;
    padding-top: 15px;
  }
}
.listing-carousel {
  position: relative;
}
.listing-carousel .owl-nav {
  position: absolute;
  top: -105px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .listing-carousel .owl-nav {
    top: -66px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .listing-carousel .owl-nav {
    top: -75px;
  }
}
.listing-carousel .owl-nav .owl-prev,
.listing-carousel .owl-nav .owl-next {
  display: inline-block;
  padding: 5px 25px;
  font-size: 24px;
  background: #fff;
  color: #555;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
@media only screen and (max-width: 767px) {
  .listing-carousel .owl-nav .owl-prev,
  .listing-carousel .owl-nav .owl-next {
    padding: 5px 15px;
  }
}
.listing-carousel .owl-nav .owl-prev:hover,
.listing-carousel .owl-nav .owl-next:hover,
.listing-carousel .owl-nav .owl-prev:focus,
.listing-carousel .owl-nav .owl-next:focus {
  outline: none;
  color: #009688;
}
.listing-carousel .owl-nav .owl-prev .fa,
.listing-carousel .owl-nav .owl-next .fa {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .listing-carousel .owl-nav .owl-prev .fa,
  .listing-carousel .owl-nav .owl-next .fa {
    font-size: 24px;
  }
}
.listing-detail {
  font-size: 16px;
  line-height: 175%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .listing-detail {
    font-size: 14px;
  }
}
.listing-detail h3 {
  font-weight: 800;
}
.listing-detail .features {
  list-style-type: none;
  list-style-position: inside;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-bottom: 40px;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .listing-detail .features {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.listing-detail .features li {
  line-height: 175%;
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .listing-detail .features li {
    font-size: 14px;
  }
}
.listing-detail .highlights {
  padding: 10px 0;
  margin-bottom: 40px;
}
.listing-detail .highlights:after {
  clear: both;
  display: table;
  content: " ";
}
.listing-detail .highlights .highlight {
  float: left;
  width: 23%;
  padding: 50px 10px;
  background: #2D2D2D;
  color: #f0f0f0;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  margin: 0 1%;
  text-align: center;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 300;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .listing-detail .highlights .highlight {
    padding: 25px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .listing-detail .highlights .highlight {
    min-height: 147px;
  }
}
@media only screen and (max-width: 767px) {
  .listing-detail .highlights .highlight {
    width: 48%;
    padding: 25px 10px;
    margin-bottom: 5px;
  }
}
.listing-detail .highlights .highlight:hover,
.listing-detail .highlights .highlight:focus {
  background: #444;
}
.listing-detail .highlights .highlight span {
  color: #fff;
  display: block;
  font-size: 45px;
  font-weight: 700;
  line-height: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .listing-detail .highlights .highlight span {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .listing-detail .highlights .highlight span {
    font-size: 36px;
  }
}
.article-tags {
  margin: 15px 0 45px;
  text-transform: uppercase;
}
.article-tags a {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 3px;
  background: #f0f0f0;
  color: #333;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
@media only screen and (max-width: 767px) {
  .article-tags a {
    padding: 8px;
    font-size: 13px;
  }
}
.article-tags a:hover,
.article-tags a:focus {
  color: #fff;
  background: #009688;
}
.article-author-info {
  background: #f0f0f0;
  padding: 45px;
  margin: 15px 0 45px;
}
@media only screen and (max-width: 767px) {
  .article-author-info {
    padding: 30px 20px;
  }
}
.article-author-info .author-avatar {
  float: left;
}
@media only screen and (max-width: 767px) {
  .article-author-info .author-avatar {
    float: none;
    text-align: center;
  }
}
.article-author-info .author-avatar img {
  border-radius: 100px;
  width: 125px;
  height: 125px;
}
.article-author-info .author-page-desc {
  margin-left: 165px;
  line-height: 190%;
}
@media only screen and (max-width: 767px) {
  .article-author-info .author-page-desc {
    margin-left: 0;
  }
}
.article-author-info .social-nav {
  margin-top: 15px;
}
.comments-title {
  margin: 0 0 15px;
}
.comments-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 35px;
}
.comments-list .children {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .comments-list .children {
    margin-left: -70px;
  }
}
.comment {
  position: relative;
  margin-left: 110px;
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #f0f0f0;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
@media only screen and (max-width: 767px) {
  .comment {
    margin-left: 70px;
    padding: 20px;
  }
}
.comment:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.comment-meta {
  margin-bottom: 20px;
}
.comment-author-name {
  font-weight: bold;
}
.comment-avatar {
  position: absolute;
  top: 15px;
  left: -110px;
}
@media only screen and (max-width: 767px) {
  .comment-avatar {
    left: -70px;
  }
}
.comment-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .comment-avatar img {
    width: 60px;
    height: 60px;
  }
}
.comment-time {
  float: right;
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .comment-time {
    display: block;
    float: none;
  }
}
.comment-content {
  line-height: 190%;
}
@media only screen and (max-width: 767px) {
  .comment-content {
    font-size: 12px;
    line-height: 180%;
  }
}
.comment-reply {
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
}
.comment-form {
  margin: 20px 0 40px;
}
.leave-a-comment {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .leave-a-comment {
    text-align: left;
  }
}
.homepage-start {
  position: relative;
  background: url('../images/page-header.jpg');
  background-size: cover;
  color: #fff;
  padding: 175px 0 125px;
  border-bottom: 7px solid #009688;
  min-height: 700px;
}
@media only screen and (max-width: 767px) {
  .homepage-start {
    padding: 105px 0 55px;
    min-height: 400px;
  }
}
.homepage-start.wide {
  padding: 550px 0 0;
  position: relative;
}
.homepage-start.wide h1,
.homepage-start.wide h2,
.homepage-start.wide h3,
.homepage-start.wide h4,
.homepage-start.wide h5,
.homepage-start.wide h6 {
  padding: 20px 40px;
  background: #009688;
  font-size: 40px;
}
.homepage-start.wide h1 span,
.homepage-start.wide h2 span,
.homepage-start.wide h3 span,
.homepage-start.wide h4 span,
.homepage-start.wide h5 span,
.homepage-start.wide h6 span {
  display: block;
  font-size: 28px;
  font-weight: 500;
}
.homepage-start h1,
.homepage-start h2,
.homepage-start h3,
.homepage-start h4,
.homepage-start h5,
.homepage-start h6 {
  font-size: 36px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.homepage-start span {
  font-weight: 400;
}
.homepage-slick-carousel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 0;
}
.homepage-slick-carousel div {
  height: 100%;
}
.homepage-slick-carousel .item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 185px 0;
}
@media only screen and (max-width: 767px) {
  .homepage-slick-carousel .item {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .homepage-slick-carousel .item {
    padding: 155px 0;
  }
}
.homepage-slick-carousel .item:focus {
  outline: none;
  box-shadow: none;
}
.homepage-slick-carousel .item-text {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 1px 1px 20px #000;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .homepage-slick-carousel .item-text {
    font-size: 28px;
    line-height: 26px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .homepage-slick-carousel .item-text {
    font-size: 38px;
    line-height: 36px;
  }
}
.homepage-slick-carousel .item-text span {
  display: block;
  font-weight: 500;
  font-size: 52px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .homepage-slick-carousel .item-text span {
    font-size: 28px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .homepage-slick-carousel .item-text span {
    font-size: 38px;
    line-height: 36px;
  }
}
.homepage-slick-carousel .slick-next,
.homepage-slick-carousel .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: auto;
  height: auto;
  color: #fff;
  opacity: 0.35;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
@media only screen and (max-width: 767px) {
  .homepage-slick-carousel .slick-next,
  .homepage-slick-carousel .slick-prev {
    display: none !important;
  }
}
.homepage-slick-carousel .slick-next:before,
.homepage-slick-carousel .slick-prev:before {
  font-size: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .homepage-slick-carousel .slick-next:before,
  .homepage-slick-carousel .slick-prev:before {
    font-size: 40px;
  }
}
.homepage-slick-carousel .slick-next {
  right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .homepage-slick-carousel .slick-next {
    right: 15px;
  }
}
.homepage-slick-carousel .slick-next:hover,
.homepage-slick-carousel .slick-next:focus {
  opacity: 1;
}
.homepage-slick-carousel .slick-prev {
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .homepage-slick-carousel .slick-prev {
    left: 15px;
  }
}
.homepage-slick-carousel .slick-prev:hover,
.homepage-slick-carousel .slick-prev:focus {
  opacity: 1;
}
.intro-carousel .item {
  padding: 185px 0;
}
@media only screen and (max-width: 767px) {
  .intro-carousel .item {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .intro-carousel .item {
    padding: 155px 0;
  }
}
.notice-text {
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .notice-text {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .notice-text {
    font-size: 18px;
    line-height: 22px;
  }
}
.notice-text span {
  display: block;
  font-weight: 500;
  font-size: 52px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .notice-text span {
    font-size: 24px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .notice-text span {
    font-size: 36px;
    line-height: 34px;
  }
}
.gmap {
  width: 100%;
  height: 650px;
}
@media only screen and (max-width: 767px) {
  .gmap {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .gmap {
    height: 450px;
  }
}
.gmap.smaller {
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .gmap.smaller {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .gmap.smaller {
    height: 325px;
  }
}
.contact-detail {
  margin-bottom: 30px;
}
.contact-detail .contact-title {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 40px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #eee;
}
.contact-detail .contact-title i,
.contact-detail .contact-title .fa {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 35px;
  font-size: 16px;
  text-align: center;
  color: #009688;
}
.contact-detail .contact-desc {
  padding-top: 0px;
  padding-left: 40px;
  line-height: 170%;
}
.contact-form-container {
  margin-bottom: 30px;
}
.floating-image-container {
  position: relative;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .floating-image-container {
    height: 330px;
  }
}
.custom-floating-image {
  position: absolute;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
.custom-floating-image.img-1 {
  top: -200px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .custom-floating-image.img-1 {
    width: 190px;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-floating-image.img-1 {
    width: 280px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-floating-image.img-1 {
    width: 320px;
  }
}
.custom-floating-image.img-2 {
  top: 120px;
  right: 300px;
}
@media only screen and (max-width: 767px) {
  .custom-floating-image.img-2 {
    width: 170px;
    top: 140px;
    right: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-floating-image.img-2 {
    width: 250px;
    top: 65px;
    right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-floating-image.img-2 {
    width: 250px;
    top: 65px;
    right: 200px;
  }
}
.custom-floating-image.img-3 {
  top: 220px;
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .custom-floating-image.img-3 {
    width: 150px;
    top: 190px;
    right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-floating-image.img-3 {
    width: 230px;
    top: 295px;
    right: 35px;
  }
}
.alert {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-left: 3px solid;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.pagination {
  margin-left: auto;
  margin-right: auto;
}
.pagination > li > a,
.pagination > li > span {
  color: #009688;
  padding: 10px 15px;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  background: #00bcab;
  border-color: #00bcab;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #009688;
  border-color: #009688;
}
.hidden-gallery {
  background: #ddd;
  box-shadow: inset 3px 2px 8px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  right: 0;
  z-index: -100;
  visibility: hidden;
  overflow: hidden;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
.hidden-gallery.initialized {
  position: relative;
  z-index: 0;
  left: auto;
  right: auto;
  visibility: visible;
  max-height: 0px;
}
.hidden-gallery.initialized.active {
  max-height: 240px;
}
.photo-container {
  position: relative;
  display: block;
  width: 300px;
  height: 170px;
  border: 15px solid #fff;
  background-color: #aaa;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  margin: 30px 0;
  transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}
@media only screen and (max-width: 767px) {
  .photo-container {
    width: 225px;
    height: 150px;
    margin: 15px 0;
    border-width: 12px;
  }
}
.photo-container:hover,
.photo-container:focus {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.photo-container img {
  position: absolute;
  z-index: -1;
}
.demo-element {
  margin-bottom: 100px;
}
.demo-element .demo-title {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
}
.demo-element h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}
.panel-group .panel {
  border: 0;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.panel-group .panel > .panel-heading {
  padding: 20px 17px;
  background: transparent;
}
.panel-group .panel > .panel-heading + .panel-collapse > .panel-body {
  border-top: 2px solid #009688;
}
.panel-group .panel .panel-title {
  text-transform: none;
  font-weight: 700;
}
