@media screen and (max-width: 768px) {
  * {
    box-sizing: border-box;
  }
  body {
    max-width: 100%;
    min-width: 100%;
    padding: 5px;
  }
  .wrapper {
    width:  100%;
  }
  .d-none {
    display: none;
  }

  header#main-header {
    background: none;
    background-color: #A72E2A;
    min-height: auto;
  }
  header#main-header #logo {
    width: 100%;
    height: auto;
    overflow: auto;
    position: static;
    text-align: center;
  }
  header#main-header #other-logo {
    display: none;
  }
  header#main-header #logo img{
    width: 75%;    
    margin-top: 5px;
  }
  header#main-header #top-whatsapp {
    display: none;
  }
  header#main-header #top-phone {
    display: none;
  }
  header#main-header #top-contact {
    position: static;
    width: 200px;
    background-size: 25px;
    margin-top: 15px;
    text-align: left;
    height: 40px;
    padding-top: 10px;
    padding-left: 30px;
    position: absolute;
    left: 110px;
    top: 91px;
  }
  header#main-header #mobile-menu {
    display: block;
    font-size: 18px;    
  }
  header#main-header #mobile-menu .trigger {
    padding-left: 40px;
    text-transform: uppercase;
    margin: 10px 0px;
    display:inline-block;
    color: #fff;
  }
  header#main-header #mobile-menu i {
    margin-left: -35px;
    margin-top: 10px;
  }
  header#main-header #mobile-menu i,
  header#main-header #mobile-menu i:before,
  header#main-header #mobile-menu i:after {
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
  }
  header#main-header #mobile-menu i:before {
    top: -8px;
  }
  header#main-header #mobile-menu i:after {
    bottom: -8px;
  }
  header#main-header #mobile-menu ul {
    display: none;
    background-color: #A72E2A;
    margin: 0px;
    padding: 10px;
  }
  header#main-header #mobile-menu ul.show,
  #mobile-search.show {
    display: block;
  }
  header#main-header #mobile-menu ul li a {
    color: #EBEBEB;
  }
  
  header#main-header #main-menu {
    display: none;     
  }
  
  header#main-header #main-menu li {
    display: inline-block;
    float: none;
  }  
  header#main-header #main-search {
    display: none;
  }
  #mobile-search {
    display: none;
    padding: 10px;
  }
  
  #mobile-search label {
    display: block;
    color:  #fff;
    margin-bottom: 2px;
  }
  
  #mobile-search label span {
    display: inline-block;
    width: 100px;
  }
  
  .dk_fouc select {
    position: relative;
    top: auto;
    visibility: visible;
  }

  .bullet-slider-container {
    display:  none;
  }
  #my-selection-monitor {
    display: none;
  }
  .home .arrow-slider-container {
    width: 100%;
    margin-left: 0px;
  }
  .home .arrow-slider-container .arrow-slider li {    
    width: auto;
    height: auto;
    margin: 10px;
  }
  .home .arrow-slider-container .arrow-slider li figure {
    width: 100%;
    height: auto;
  }
  .home .arrow-slider-container .arrow-slider li img {
    height: auto;
    width: 100%;
  }
  .home .arrow-slider-container .arrow-slider li p {
    height: auto;
  }
  .home .arrow-slider-container .arrow-slider li a.price {
    position: relative;
  }

  #property-filter {
    width: auto;
    float: none;
  }
  #property-filter .field_2 {
    float: none;
  }
  .property-list {
    padding: 10px;
  }
  .property-list .actions {
    float: none;
    text-align: left;
    width: auto;
    height: auto;
  }
  .property-list .actions h3 {
    text-align: left;
  }
  .property-list .actions .price {
    position: static;
    margin: 10px 0px;
    display: inline-block;
  }
  .property-list .features {
    width: 100%;
    margin: 0px;
    padding: 10px;
  }
  .property-list .actions .btn.see-more {
    margin-left: 0px;
  }
  .property-list .actions .btn.favorite {
    display: none;
  }
  .property-list .property-info {
    float: none;
    height: auto;
    width: auto;
    clear: both;
    margin: 0px;
    padding: 0px;
  }  
  .property-list img {
    float: none;
    width: 100%;
    height: auto;
  }
  .property-list .property-info .description {
    height: auto;
    overflow: auto;
  }

  #property.show #main-image {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #property .actions{
    display: none;
  }
  #property.show #property-info {
    float: none;
    width: 100%;
  }
  #property.show #property-info dd.price {
    text-align: left;
  }
  #property.show #property-info dt {
    text-align: left;
  }
  #property .arrow-slider-container {
    width: 100%;
  }

  footer#main-footer p {
    padding: 0px 20px;
    margin: 10px 0px!important;
  }
  footer#main-footer .copyright {
    float: none;
    max-width: 100%;
  }
  .modal-form {
    padding: 10px;
    width: auto;
  }
  #instagram {
    left: auto;
    right: 20px;
    top: 100px;
  }
  #instagram img {
    width: 30px;
  } 

  
  .other-properties ul li {
    border:  none;
    float: none;
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
  .other-properties img {
    max-width: 100%;
    width: auto;
  }
  .other-properties p {
    height: auto;
    overflow: show;
  }
  #contact-form {
    height: auto;
    width: auto;
  }

}