body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .navbar-header,
  .navbar-collapse,
  .navbar-form {
    margin: 0 !important;
  }
  .navbar-collapse {
    padding: 15px !important;
  }
}
#top-header {
  z-index: 10;
  margin-bottom: 0;
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */
  border-bottom: 1px solid #ddd;
}
.navbar-brand {
  z-index: 20;
  padding-top: 0;
}
.navbar-brand img {
  padding: 10px;
  background: white;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 991px) {
  #search-field {
    width: 0;
  }
}
#top-lang {
  margin-right: 15px;
}
#top-lang li.active > a {
  background-color: #900;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  text-decoration: none;
}
#top-profile {
  margin: 0;
}
@media (max-width: 767px) {
  #top-profile {
    float: left;
    margin: 0 15px 15px 15px;
  }
}
#top-profile li a {
  padding: 0 5px 0 6px;
  margin: 10px 0 0 0;
  font-size: 18px;
  border: 2px solid #337ab7;
  border-radius: 50%;
}
div[id^="top-img-"] {
  margin-top: -50px;
  z-index: -10;
  width: 100%;
  max-width: 1920px;
  height: 250px;
  min-height: 250px;
  background: transparent url("/images/bg.png") no-repeat center center;
  background-position-y: 0;
  background-size: cover;
}
@media (max-width: 767px) {
  div[id^="top-img-"] {
    display: none;
  }
}
#top-img-site-index {
  margin: 0;
  height: 475px;
  min-height: 475px;
}
#contacts {
  float: right;
  z-index: 20;
  height: 100px;
  margin-top: -52px;
  background: white;
  -webkit-box-shadow: 0px -2px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -2px 2px 2px rgba(0, 0, 0, 0.1);
}
#contacts a {
  color: #900;
}
#contacts a img {
  width: 200px;
  padding: 10px;
  opacity: 0.75;
}
#contacts a div {
  padding: 0 0 0 10px;
  font-family: Arial;
  font-size: 25px;
  line-height: 36px;
  font-weight: bold;
}
@media (max-width: 991px) {
  #contacts {
    display: none;
  }
}
#menu {
  z-index: 10;
  min-height: 48px;
  margin: -48px 0 0 0;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 110%;
  border: 0;
  border-bottom: 1px solid #eee;
}
#menu li a,
#top-menu-mobile li a {
  padding: 14px 13px;
  font-size: 90%;
  color: #3b4144;
}
#menu li a:hover,
#top-menu-mobile li a:hover {
  background-color: rgba(200, 200, 200, 0.3);
  text-decoration: underline;
}
#menu li a i.fas,
#top-menu-mobile li a i.fas,
#menu li a i.far,
#top-menu-mobile li a i.far {
  margin-right: 8px;
}
#menu li.active > a,
#top-menu-mobile li.active > a {
  padding: 14px 16px;
  color: #eee;
  background-color: rgba(155, 0, 0, 0.9);
}
@media (max-width: 670px) {
  #top-menu-mobile li {
    width: 50%;
  }
}
@media (max-width: 400px) {
  #top-menu-mobile li {
    width: 100%;
  }
}
.home_bottom {
  margin-top: 15px;
}
footer {
  padding-top: 20px;
  color: white;
  background-color: #777;
}
footer a,
footer a:hover {
  color: #eee;
}
#copyright {
  text-align: center;
}
#bottom-main-menu i.fas,
#bottom-main-menu i.far {
  margin-right: 8px;
}
#bottom-main-menu ul:not(.dropdown-menu) > li {
  width: 50%;
}
#bottom-main-menu ul:not(.dropdown-menu) > li > a {
  margin: 0;
  padding: 0;
  font-size: 80%;
  white-space: nowrap;
  background-color: transparent;
}
#bottom-main-menu ul:not(.dropdown-menu) > li > a:hover {
  text-decoration: underline;
}
#bottom-main-menu ul:not(.dropdown-menu) > li.open > a {
  color: #eee;
}
.btitle {
  text-align: center;
  color: white;
  background-color: #900;
  font-size: 110%;
  line-height: 220%;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.items-wrapper {
  margin-bottom: 15px;
  zoom: 1;
}
.items-wrapper:before,
.items-wrapper:after {
  content: "";
  display: table;
}
.items-wrapper:after {
  clear: both;
}
@media (min-width: 992px) {
  .items-row {
    clear: both;
    display: flex;
  }
}
.item {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
  transition: box-shadow 0.3s ease-in-out;
  zoom: 1;
}
.item:hover {
  box-shadow: rgba(51, 122, 183, 0.8) 0px 0px 8px 0px;
}
.item.property {
  padding-top: 0;
}
.item.property .title {
  padding: 5px 0;
}
.item .view-img-small {
  overflow: hidden;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .item {
    width: 49.5%;
    float: left;
  }
  .item:nth-child(even) {
    margin-left: 1%;
  }
  .item:nth-child(odd) {
    clear: left;
  }
}
.item .title {
  white-space: nowrap;
  overflow: hidden;
  font-size: 110%;
  margin: 0;
}
.item .title:not(.title-condo) {
  font-family: "Roboto Condensed";
}
.item .objectid {
  position: relative;
  margin: -23px 0 0 0;
  padding: 0 0 0 5px;
  font-family: "Roboto Condensed";
  line-height: 23px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
.item .prices {
  margin: 0;
  padding: 0;
  display: grid;
}
@media (min-width: 992px) {
  .item .prices {
    display: inline;
  }
}
.item i.fas,
.item i.far {
  margin-right: 5px;
}
.item .item-info {
  margin-top: 15px;
}
.item .item-info i {
  color: #555;
}
.item .item-info > span {
  white-space: nowrap;
  padding-right: 10px;
}
.item .item-info-addon {
  margin-top: 15px;
  font-size: 80%;
  line-height: 20px;
  color: #666;
  max-height: 40px;
  overflow: hidden;
}
.item .item-info-addon > span {
  white-space: nowrap;
  padding-right: 5px;
}
.item .annotation {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dashed #ddd;
  font-size: 90%;
}
.item:before,
.item:after {
  content: "";
  display: table;
}
.item:after {
  clear: both;
}
.price-highlight,
.ppsm-highlight {
  color: #900;
}
.ppsm,
.ppsm-highlight {
  font-size: 80%;
}
.price-highlight,
.price {
  font-size: 120%;
}
.table strong.price-highlight {
  font-size: 100%;
  font-weight: normal;
}
.price-usd {
  font-size: 90%;
  color: #666;
}
.price-big {
  font-size: 110%;
  padding-bottom: 15px;
}
.front .items-row,
.nested .items-row {
  display: inline;
}
.front .item,
.nested .item {
  float: initial;
  width: 100%;
  margin: 0;
  box-shadow: none;
}
.front .item:not(:only-child),
.nested .item:not(:only-child) {
  border-top: 0px;
  border-radius: 0;
}
.nested .annotation {
  display: none;
}
.nested .sorter-wrapper {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.pagination {
  margin: 0;
}
.btn-print {
  line-height: 100%;
  padding: 5px 10px;
}
.name {
  font-family: "Roboto Condensed";
  font-size: 130%;
}
span.unpublished {
  white-space: nowrap;
  padding: 2px;
  background-color: #900;
  color: white;
  font-weight: bold;
}
.filter-home,
.filter-side {
  background: transparent;
  zoom: 1;
}
.filter-home:before,
.filter-side:before,
.filter-home:after,
.filter-side:after {
  content: "";
  display: table;
}
.filter-home:after,
.filter-side:after {
  clear: both;
}
.filter-side {
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .filter-side span.any {
    display: none;
  }
}
@media (min-width: 768px) {
  .filter-home {
    margin-top: -270px;
    margin-bottom: 175px;
    box-shadow: rgba(255, 255, 255, 0.7) 0px 0px 20px 20px;
    border-radius: 6px;
  }
}
#filter-form > div {
  padding: 0;
}
#filter-form > div.add-on {
  display: none;
}
#filter-form > div > button {
  width: 100%;
}
#filter-form > div > button.more-set {
  border: 1px solid #900 !important;
}
@media (min-width: 768px) {
  #filter-form > div:not(:first-child) > span > span > span,
  #filter-form > div > button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
  }
  #filter-form > div > span > span > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) {
  #filter-form > div {
    margin-bottom: 10px;
  }
}
#filter-form .select2-selection__arrow {
  border: 0;
}
#filter-form .dropdown-menu {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  #filter-form .dropdown-menu {
    border: 0;
  }
  #filter-form .dropdown-menu > div {
    margin-bottom: 10px;
  }
  #filter-form .dropdown-menu #facility-field {
    margin-left: 15px;
    columns: 2;
  }
}
@media (min-width: 768px) {
  #filter-form .dropdown-menu {
    left: initial;
    right: 0;
    width: 720px;
    padding: 15px 0 15px 15px;
  }
  #filter-form .dropdown-menu > div:not(:last-child),
  #filter-form .dropdown-menu #facility-field > label {
    float: left;
    width: 220px;
    margin-right: 14px;
  }
  #filter-form .dropdown-menu > div:not(:last-child) {
    margin-bottom: 14px;
  }
}
.select2-container--krajee .select2-results > .select2-results__options {
  max-height: 300px;
}
@media (min-width: 768px) {
  .select2-container--krajee .select2-results > .select2-results__options {
    max-height: none;
  }
}
.login-with label {
  line-height: 30px;
}
@media (min-width: 768px) {
  .login-with label {
    float: right;
  }
}
.sign-up {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
}
#list-your-apartment {
  float: right;
  margin: 8px 15px 0 0;
}
@media (max-width: 767px) {
  #list-your-apartment {
    display: none;
  }
}
#list-your-apartment-mobile {
  display: none;
}
#list-your-apartment-mobile > a {
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #list-your-apartment-mobile {
    display: inline;
  }
}
.user-info {
  color: #888;
  font-size: 90%;
}
@media (max-width: 767px) {
  #about-us,
  #weather-wrapper {
    display: none;
  }
}
.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:visited,
.btn-danger:focus {
  background-color: #900;
  border-color: #900;
}
/*# sourceMappingURL=allpco.css.map */