.header{
  border-bottom: 1px solid #ccc;
  box-shadow: 2px 2px 4px #ccc; 
}

.property-layout{
  width: 1200px;
  margin: 40px auto;
  overflow: hidden;
  padding-bottom: 20px;
}

.property-layout .gallery{
  width: 600px;
  float: left;
}

.property-layout .gallery .thumbnail-row img{
  height: 80px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 6px;
  margin-bottom: 8px;
}

.property-layout .property-info{
  width: 560px;
  float: right;
}

.property-layout .property-info .description{
  font-weight: normal;
}

.property-layout .property-info .property-features li{
  list-style: none;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #ccc;
  padding: 8px 12px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.property-layout .property-info .price-box a{
  margin: 12px 0px;
}

.itinerary-section h2{
  background: #222;
  color: #fff;
  padding: 8px 12px;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .property-layout{
      width: 96%;
      margin: 20px auto;
  }

    .property-layout .gallery{
      width: 100%;
    }

    .property-layout .gallery .thumbnail-row{
      width: 100%;
      margin: auto;
    }

    .property-layout .gallery .thumbnail-row img{
      margin-bottom: 8px;
    }

    .property-layout .property-info{
      width: 98%;
      margin: 10px auto;
    }
}

    