.ui-widget-content {
  color:#555;
}

#ui-datepicker-div {
  background-color:#eee !important;
}

.full-width-centered {
  text-align: center;
  width: 100%;
}
.text-underline {
  text-decoration: underline;
}

.display-inline {
  display: inline;
}

.room-section .single-item .lower-content .price {
  z-index: 1 !important;
}

.bookingaff {
  /*position: absolute;
  margin-left: -60px !important;
  margin-top: -50px !important;*/
}

.align-center {
  text-align: center;
}


.feature h3 {
  margin: 30px 0;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  color: #4a4a4a;
}

.feature p {
  margin: 0 10px 30px 10px;
  font-size: 14px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.icon-speedometer {
  background: url(../app/images/facilities/map.png) no-repeat center center;
}

.margin-top-min-20 {
  margin-top: -20px;
}

.flaticon-left-arrow-small {}

.main-slider-rooms .owl-controls .owl-nav {
  margin-top: -20px !important;
}

.main-slider-rooms .owl-controls .owl-nav .owl-prev,
.main-slider-rooms .owl-controls .owl-nav .owl-next {
  width: 40px !important;
  height: 40px !important;
  line-height: 36px !important;
  font-size: 20px !important;
}

.font-size-smaller {
  font-size: smaller;
}

.filter-section .filter-content .single-item .form-group input,
.filter-section .filter-content .single-item .form-group select {
  color: #cda274;
}

ul.abouthighlight {
  color: rgba(0, 0, 0, 0.70);
  margin-top: 5px !important;
}

/* DESKTOP */
@media screen and (min-width: 1000px) {
  h5.subtitle {
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    color: rgba(0, 0, 0, 0.84);
    margin-bottom: 5px;
    /*text-decoration: underline;*/
  }

  .text {
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
    color: rgba(0, 0, 0, 0.70);
    margin-top: 10px;
  }

  .bookdirect ul {
    margin: 33px 10px 0 0;
    padding: 0;
    width: auto;
    font-size: 20px;
    line-height: 40px;
  }

  .bookdirect ul li {
    margin: 0 4px;
    list-style-type: disc !important;
  }

  .width-100 {
    width: 100%;
  }

  .header-slider .owl-stage-outer {
    height: 800px !important;
  }

  .main-slider .slider-caption {
    background-color: rgba(0, 0, 0, 0.45);
    display: inline !important;
  }

  .main-slider .tp-title {
    /*margin-top: -600px;*/
  }

  .feature {
    border-bottom: 7px solid #cda274;
    background: url(../images/background/pattern.png);
    padding-top: 34px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 400px;
  }

  .feature .feature-icon {
    width: 142px;
    height: 142px;
    margin: 0 auto;
    border: 2px solid #cda274;
    border-radius: 71px;
    text-align: center;
    font-size: 50px;
    color: #cda274;
    line-height: 142px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .image-features {
    width: 64px;
  }

  .onlyshowinmobile {
    display: none !important;
  }

}

/* MOBILE */
@media screen and (max-width: 1000px) {
  h5.subtitle {
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    color: rgba(0, 0, 0, 0.84);
    margin-bottom: 5px;
    /*text-decoration: underline;*/
  }

  .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.70);
    margin-top: 10px;
  }

  .sumo-form-wrapper {
    display: none;
  }

  .bookdirect ul {
    margin: 33px 10px 0 0;
    padding: 0;
    width: auto;
    font-size: 18px;
    line-height: 45px;
  }

  .bookdirect ul li {
    margin: 0 4px;
    list-style-type: disc !important;
  }

  .width-100 {
    width: 100%;
  }

  .header-slider .owl-stage-outer {
    height: 300px !important;
  }

  .onlyshowindesktop {
    display: none !important;
  }

  .main-slider .slider-wrapper .image img {
    width: 100%;
    min-height: 100px !important;
  }

  .main-slider .tp-title {
    font-size: 32px !important;
    line-height: 32px !important;
  }

  .main-slider .text {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .main-slider .slider-caption {
    background-color: rgba(0, 0, 0, 0.45) !important;
  }

  .header-slider .owl-controls .owl-nav {
    margin-top: -20px !important;
  }

  .header-slider .owl-controls .owl-nav .owl-prev,
  .header-slider .owl-controls .owl-nav .owl-next {
    width: 40px !important;
    height: 40px !important;
    line-height: 36px !important;
    font-size: 20px !important;
  }

  .owl-item {
    /*width: auto !important;*/
  }

  .row-mobile {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4 {
    width: 50% !important;
    padding: 0px !important;
    margin: 0px !important;
  }

  .item-1,
  .item-3 {
    padding-left: 40px !important;
    padding-right: 10px !important;
  }

  .item-2,
  .item-4 {
    padding-left: 10px !important;
    padding-right: 40px !important;
  }

  .feature {
    /*border-bottom: 7px solid #cda274;*/
    background: url(../images/background/pattern.png);
    padding-top: 34px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 350px;
  }

  .feature .feature-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 2px solid #cda274;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    color: #cda274;
    line-height: 100px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .image-features {
    width: 40px;
  }

}