.mt-5{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}

.boxed-widget{background:#f6871f;border-radius: 15px;}
.boxed-widget h3{color:white;}
.opening-hours ul li{color:white}
#booking-widget-anchor input[type="submit"]{background-color: #5b5b5b;margin-top:10px}
.time-slot input ~ label:hover,.time-slot input ~ label.active{background-color: #5b5b5b;}
.time-slot input:empty ~ label.active,.time-slot label.active span{color:white;}
.slotinput.active {border: 3px solid white;}
.mapBlock {height: 300px;width: 100%;}
.mapBlock #map-container{height: 300px;}
.panel-dropdown.wide .panel-dropdown-content {width: 280px;}
.alert{color:black}


.facilities img {width: 20px;}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.fright{float:right}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.headertag {
  color: white;
  margin-left: 10px;
  font-size: 15px;
  display: inline-flex;
}

.categories{
  height: 400px;
  overflow:scroll;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}