.page-wrapper,
#contactspage {
  background: #1f1f1f;
}
.navbar-default {
  background: #2b2b2b;
}
@media screen and (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.switch-btns {
  display: flex;
  width: 520px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1000;
  align-items: flex-end;
}
.switch-btn {
  display: flex;
  width: 50%;
  background: #fff;
  height: 60px;
  text-transform: uppercase;
  font-family: "AkrobatBlack";
  font-size: 23px;
  justify-content: center;
  align-items: center;
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-property: height,color;
}
.switch-btn.sale-active {
  background: #343434;
  color: #ed1c24;
  height: 70px;
}
.switch-btn:hover {
  text-decoration: none;
  color: #ed1c24;
}
.search-wrapper {
  background: #343434;
}
h2 {
  color: #9d9d9d;
}
#stories-container {
  margin-top: 0;
}
.filters .btn {
  background: #343434;
  color: #7a7a7a;
  border-color: #ccc;
}
.icon_page *,
.icon_sundial *,
.icon_people *,
.icon_mask * {
  fill: #000;
  -webkit-transition: fill 0.5s ease-in-out;
  -moz-transition: fill 0.5s ease-in-out;
  -ms-transition: fill 0.5s ease-in-out;
  -o-transition: fill 0.5s ease-in-out;
  transition: fill 0.5s ease-in-out;
}
#advice-container .thumb:hover .icon_page *,
#advice-container .thumb:hover .icon_sundial *,
#advice-container .thumb:hover .icon_people *,
#advice-container .thumb:hover .icon_mask * {
  fill: #fff;
}
.navbar-brand.logo {
  background-image: url('../images/logo_white.png');
}
#galleryModal .navbar-brand.logo {
  background-image: url('../images/logo_black.png');
}
.tab-content .bg {
  background: #1f1f1f;
}
.mCSB_buttonDown {
  background-image: -moz-linear-gradient(top, rgba(31, 31, 31, 0.01) 0%, #1f1f1f 48%);
  background-image: -webkit-linear-gradient(top, rgba(31, 31, 31, 0.01) 0%, #1f1f1f 48%);
  background-image: linear-gradient(to bottom, rgba(31, 31, 31, 0.01) 0%, #1f1f1f 48%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#031f1f1f', endColorstr='#1f1f1f', GradientType=0);
}
#offers-container {
  background: #272727;
  padding-bottom: 40px;
}
#offers-container.rents-section {
  background: #f7f7f7;
  margin-top: 0;
}
#offers-container.rents-section .offer .features {
  background: #fff;
}
#offers-container.rents-section .offer .price {
  background: #fff;
}
#offers-container.rents-section .top-properties.flexslider .flex-direction-nav a.flex-next {
  background: url('../images/icon_gt_lgrey.png') center no-repeat;
}
#offers-container.rents-section .top-properties.flexslider .flex-direction-nav a.flex-prev {
  background: url('../images/icon_lt_dgrey.png') center no-repeat;
}
#offers-container .offer .features {
  background: #161616;
}
#offers-container .offer .price {
  background: #161616;
}
.nav-tabs > li > a {
  background: #1f1f1f;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #1f1f1f;
}
.nav-tabs > li.active > a {
  background: #1f1f1f;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #1f1f1f;
}
#innerpage .addition {
  background: #3b3b3b;
}
#innerpage #info-container {
  background: #1f1f1f;
}
#innerpage #info-container .icons .icon img.out {
  filter: brightness(1.5);
}
#innerpage #offers-container {
  background: #333;
}
#innerpage .main {
  background: #1f1f1f;
}
#innerpage .info-sm {
  background: #1f1f1f;
}
#innerpage .info-sm h3 {
  color: #939393;
}
#innerpage #slider {
  background: #1f1f1f;
}
#innerpage .addition .flex-direction-nav a.flex-next {
  background: url('../images/icon_gt_lgrey.png') center no-repeat;
}
#innerpage .addition .flex-direction-nav a.flex-prev {
  background: url('../images/icon_lt_dgrey.png') center no-repeat;
}
.extras .icon {
  filter: brightness(1.5);
}
.addition .flexslider {
  background: #3b3b3b;
}
#listpage .search-tabs {
  background: #333;
}
#listpage .search-tabs .btn {
  color: #4c4c4c;
}
#listpage .search-tabs .btn.active {
  background: #222;
  color: #fff;
}
#listpage .search-tabs .btn.active:hover {
  color: #fff;
}
#listpage .search-tabs .btn:hover {
  color: #ed1c24;
}
#listpage .search-wrapper .shadow {
  background: #222;
}
@media screen and (max-width: 767px) {
  .switch-btns {
    width: 320px;
    max-width: 100%;
  }
  .switch-btn {
    height: 45px;
    font-size: 20px;
  }
  .switch-btn.sale-active {
    height: 50px;
  }
}
