.old-price {
  text-decoration: line-through;
}

.home-property-type-block {
  position: absolute;
  right: 15px;
  top: 20px;
}

.home-property-type-block span {
  border-radius: 4px;
}

div.home-property-wrapper-div:hover {
  box-shadow: 0px 2px 6px 1px #bfbfbf;
}

div.home-places-div-wrapper:hover {
  box-shadow: 0px 2px 6px 1px #bfbfbf;
}

div.property-info-small-block {
  display: inline-block;
  margin-right: 20px;
}

div.property-detail-small-block {
  width: 30%;
  display: inline-block;
}

li.nav-item > a.nav-link-special {
  padding-right: 0px !important;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px !important;
}

@media (min-width: 992px) {
  .nav-item {
    margin-right: 8px !important;
  }
}

@media (min-width: 1200px) {
  .nav-item {
    margin-right: 13px !important;
  }
}

@media (max-width: 991px) {
  .nav-link {
    font-size: 18px!important;
  }
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: red !important;
  border-color: red !important;
}

footer i {
  width: 13px;
  text-align: center;
  margin-right: 6px;
  color: rgb(240,249,255) !important;
}

#mainNav.is-fixed {
  top: -20px;
}

#mainNav.is-visible {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.top-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2000!important;
  display: block;
  width: 100%;
  background-color: rgba(10,10,10,0.5);
}

.top-bar a {
  font-size: 0.8em;
}

ul#breadcramps {
  list-style: none;
}

#breadcramps li {
  display: inline-block;
}

#breadcramps > li > a {
  color: rgb(255,255,255);
}

#breadcramps > li > a:hover {
  color: #fff;
}

#breadcramps > li > i {
  color: #fff;
}

#breadcramps > li:last-child > i {
  color: transparent!important;
}

#mainNav.is-fixed div.nav-item.dropdown > a {
  color: #000000;
}

#pagination_row {
  margin-top: 20px;
}

#pagination_row > #pagination_col > nav ul {
  text-align: center!important;
  display: block!important;
  float: none!important;
}

#pagination_row > #pagination_col > nav > ul > li {
  display: inline-block;
  float: none;
}

#estate-description {
  max-lines: 3;
}

.hidden {
  display: none !important;
}

#location_card_total {
  font-weight: normal!important;
}

.card-title {
  font-weight: normal!important;
}

#location_card_cell:hover {
  background-color: #007fff;
  color: white;
}

#location_link:hover {
  text-decoration: none;
}

#estate_card_photo {
  border-width: 0px;
  height: 300px;
  border-radius: 0px;
}

#estate_card_main {
  border-top-width: 0px;
  border-radius: 0px;
  border-bottom-width: 2px!important;
  border-right-width: 2px!important;
  border-left-width: 2px!important;
  border-color: #f7f7f7;
}

#type_bubble {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
  color: rgb(255,255,255);
}

#location_card_cell {
  border-radius: 0px;
}

#represent_link {
  color: white!important;
}

table#estate_table_table {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

#price_cell {
  padding-right: 0px;
  margin-right: 0px;
}

body {
  color: #333333;
}

#estate_top_price {
  font-weight: normal;
}

.contact-form-input {
  border-radius: 37px;
}

#estate_title_table {
  border: none!important;
  border-collapse: collapse!important;
}

#estate_title_table_row > td {
  border: none;
}

#mobile_language_menu {
}

#mainNav .navbar-nav > li.nav-item > a#anathesi {
  color: white;
}

@media (min-width: 576px) {
  .search-div {
    margin-top: 40px;
    margin-right: 30px;
    margin-bottom: 40px;
    margin-left: 30px;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
    background: #f7f7f7;
  }
}

@media (max-width: 575px) {
  .search-div {
    margin-top: 40px;
    margin-right: 10px;
    margin-bottom: 40px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    background: #f7f7f7;
  }
}

@media (max-width: 575px) {
  #language_mobile_bar {
    font-size: 80%;
    background: #333333;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 575px) {
  #language_mobile_bar {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (max-width: 575px) {
  .nav-item {
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .footer-item {
    text-align: left;
  }
}

.footer-sparser-list > li {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #mainNav {
    padding-top: 80px!important;
  }
}

