/*
 book now 
<div class="bn-trigger">Book Now</div>
*/
.sml {
  color: white;
  /* line-height: 20px; */
  /* height: 20px; */
  margin-top: 16px;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  background: #00b2a9;
}


/* custome header style */
.pages #logo {
  /* width: 135px; */
  /* box-shadow: none; */
}
.pages #wrapper {
  padding-top: 90px;
}

.vc {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.pp {
  padding: 16px;
}

.gal-title {
  padding: 30px 0;
}

.mb-32 {
  margin-bottom: 32px;
}

.gallery-page .img-responsive:hover {
  opacity: 0.9;
  transform: rotate(-0.9deg);
  transition: all 200ms;
}
.gallery-page h4 {
  padding: 0 0 16px 10px;
}

@media  (max-width: 1000px) {
  .gallery-page .col-sm-6 {
    text-align: center;
    margin-bottom: 32px;
  }
}
