/************************************
    Fontface
*************************************/
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
        url('../fonts/opensans-regular-webfont.woff') format('woff'),
        url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
        url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/opensans-semibold-webfont.woff') format('woff'),
        url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
        url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************************************
    Common
*************************************/
body {
    background-color: #642004;
    font-family: 'open_sansregular';
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.wrapper > .container {
    position: relative;
    background: #FFF;
    padding: 0;
    margin-bottom: 30px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .75);
    box-shadow: 0 0 15px rgba(0, 0, 0, .75);
}
a {
    color: #91320B;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #222;
}
a, a:focus  { outline: none;}
img { border: none;}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bitter', serif;
    margin: 0;
    padding: 0;
    line-height: normal;
}
h1 {
    color: #91320B;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
.innerpage h1 { color: #222;}
h2 {
    color: #222;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
}
h3 {
    color: #222;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
h4 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.attraction h4 { margin-top: 20px;}
h5 {
    color: #222;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.heading3 {
    color: #91320B;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.heading5 {
    color: #222;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
p {
    line-height: 24px;
    color: #666;
}
.moreLink {
    font-weight: 600;
    text-decoration: none;
}
.moreLink .fa { margin-right: 10px;}
.textContent { margin-bottom: 20px;}
.heading2 { position: relative;}
.heading2 h2 {
    margin: 20px 0 20px 10px;
    background-color: #FFF;
    padding: 0 10px;
    display: table;
    position: relative;
    z-index: 1;
}
.heading2 .headSep {
    width: 100%;
    height: 4px;
    border-top: 1px solid #91320B;
    border-bottom: 1px solid #91320B;
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
}


/************************************
    topbar
*************************************/
.topbar {
    color: #FFF;
    padding: 10px 0;
}
.topbar .contactInfo p { margin-bottom: 0; color: #FFF;}
.topbar .contactInfo p span {
    background-color: #FFF;
    color: #000;
    width: 24px;
    height: 24px;
    line-height: 24px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.topbar a { color: #FFF;}
.topbar a:hover,
.topbar a:focus { color: #f1637a;}
.topbar .social { float: right;}
.topbar .social a {
    background-color: #FFF;
    color: #000;
    width: 24px;
    height: 24px;
    line-height: 24px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-left: 5px;
}
.topbar .social a:first-child { margin-left: 0;}
.topbar .social a:hover,
.topbar .social a:focus {
    background-color: #91320B;
    color: #FFF;
}
.topbar .social a .fa {
    font-size: 14px;
    line-height: 24px;
}


/************************************
    headerSection
*************************************/
.headerSection {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #91320B;
}
.logo {
    display: block;
    margin: 0;
}
.logo img { max-width: 100%;}
.navbar {
    /*margin-top: 13px;*/
	margin-top: 43px;
    margin-bottom: 0;
    border-radius: 0;
    font-family: 'Bitter', serif;
    min-height: auto;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav > li { margin-left: 1px;}
.navbar-default .navbar-nav > li:first-child { margin-left: 0;}
.navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 12px 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #91320B;
    color: #FFF;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: #91320B;
    color: #FFF;
}
.navbar-brand {
    display: none;
    text-transform: uppercase;
}
.navbar-default .navbar-toggle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border:0;
    background-color: #91320B;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover { background-color: #FFF;}
.navbar-default .navbar-toggle .icon-bar { background-color: #FFF;}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar { background-color: #252c35;}
.navbar-nav { margin-top: 0; margin-bottom: 0;}


/************************************
    homeBannerSection
*************************************/
.homeBannerSection { padding: 2px; margin-bottom: 20px;}
.homeBannerSection .col-lg-4 { padding-left: 2px;}
.homeBannerSection .col-lg-8 { padding-right: 0;}

/* hotelCarousel */
#hotelCarousel {
    max-height: 228px;
    overflow: hidden;
}
.reservation #hotelCarousel {
    max-height: 220px;
    overflow: hidden;
}
#hotelCarousel .item { margin: 0;}
#hotelCarousel .item img {
    display: block;
    width: 100%;
    height: auto;
}
#hotelCarousel.owl-theme .owl-controls {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    width: 12px;
}
#hotelCarousel.owl-theme .owl-controls .owl-page span {
    margin: 0;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255, 255, 255, .6);
    background: transparent;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}
#hotelCarousel.owl-theme .owl-controls .owl-page.active span {
    border: 0px solid rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .8);
}
/* End: hotelCarousel */

/* hotelBanner */
#hotelBanner {
    max-height: 432px;
    overflow: hidden;
}
#hotelBanner.owl-theme .owl-controls .owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    width: 100%;
}
#hotelBanner.owl-theme .owl-controls .owl-page span {
    margin: 0 3px;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    position: relative;
}
#hotelBanner.owl-theme .owl-controls .owl-page.active span {
    background: rgba(255, 255, 255, .8);
    width: 16px;
    height: 16px;
    top:3px;
}
#hotelBanner .owl-buttons {
    position: absolute;
    top:50%;
    width: 100%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next  {
    width: 40px;
    height: 41px;
    margin: 0;
    padding: 0;
    line-height: 100%;
    display: block;
    text-indent: -9999px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url(../images/prev.png) no-repeat 0 0;
    left: 0;
    float: left;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    background: url(../images/next.png) no-repeat 0 0;
    right: 0;
    float: right;
}
/* End: hotelBanner */

/* bookingForm */
.bookingForm {
    margin: 2px 0 0;
    background:#91320B;
    height: 220px;
    display: block;
    position: relative;
    padding: 20px 40px;
}
.bookingForm .image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.bookingForm .image img {
    max-width: 100%;
    width: 100%;
    opacity: .2;
}
.bookingContent {
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
}
.bookingContent h3 {
    margin: 0 0 30px;
    font-family: 'Bitter', serif;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 3px 3px rgba(0, 0, 0, .4);
}
.bookingForm .form-control {
    border: 0;
    color: #000;
    font-family: 'open_sansregular';
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.bookingForm .form-group { margin-bottom: 10px;}
.btn-custom {
    background: #000;
    border: 0;
    color: #FFF;
    font-family: 'open_sansregular';
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 12px;
}
.btn-custom:hover,
.btn-custom:focus {
    background: #222;
    color: #FFF;
}
.bookingContent .col-lg-6,
.bookingContent .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}
.calendarIcon {
    position: relative;
    z-index: 1;
    display: block;
}
.calendarIcon::before {
    color: #000;
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 8px;
}
/* End: bookingForm */


/************************************
    Date Picker CSS
*************************************/
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{ border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; -o-border-radius:0; -ms-border-radius:0;}
.ui-widget-header                            { border:0 none; background:#91320B;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{ color:#48382d;}
.ui-datepicker .ui-datepicker-prev{ left:3px;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{ top: 3px;}
.ui-datepicker .ui-datepicker-prev-hover     { left: 3px; }
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover     { top: 3px;}
.ui-datepicker .ui-datepicker-next            { right:3px;}
.heapBox div.heap { border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; -o-border-radius:0; -ms-border-radius:0;}
.heapBox .heap .heapOptions .heapOption a.selected {background:#91320B;}
/* End: DatePicker CSS */


/************************************
    Grid List
*************************************/
.homeFeatures { margin-bottom: 40px;}
.gridList .image {
    margin-bottom: 20px;
    position: relative;
}
.gridList .image img {
    max-width: 100%;
    width: 100%;
}
.gridList .image .trans {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 10px solid rgba(255, 255, 255, .3);
    width: 92%;
    height: 92%;
    display: block;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gridList .image:hover .trans {
    top: 0;
    width: 100%;
    height: 100%;
    border-color: rgba(255, 255, 255, .2);
}
.gridList h3 { color: #91320B;}
.gridList:hover h3 { color: #222;}
.gridList .readMore {
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #666;
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 10px;
    display: table;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.gridList:hover .readMore {
    color: #FFF;
    background-color: #91320B;
    border: 1px solid #91320B;
}
.gridList:hover .readMore:hover {
    color: #FFF;
    background-color: #222;
    border: 1px solid #222;
}
.gridList .bottom {
    position: relative;
}
.gridList .sep {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #DDD;
    left: 0;
    top: 50%;
    display: block;
}
.gridList:hover .sep { background-color: #91320B;}
/* End: gridList */

.mapContainer {
    border: 1px solid #DDD;
    background-color: #FFF;
    padding: 4px;
    display: block;
    position: relative;
    height: 210px;
}
.mapContainer img,
.mapContainer iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}
.homeGallery img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
    display: block;
}
.homeBottom { margin-bottom: 40px;}


/************************************
    Footer Section
*************************************/
.footerSection {
    background: #222;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFF;
    margin-top: 30px;
}
.footerSection h3 {
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 2px 1px rgba(0, 0, 0, .3);
    position: relative;
}
.footerSection h3:after {
    content: "";
    height: 1px;
    display: block;
    margin: 3px 0 20px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.footerSection address { margin-bottom: 0;}
.footerSection p {
    color: #FFF;
    margin-bottom: 5px;
}
.footerSection a { color: #FFF;}
.footerSection a:hover { text-decoration:underline;}
.footerSection p strong {
    font-weight: 700;
}
.footerLinks { margin-bottom: 6px;}
.footerLinks a {
    color: #FFF;
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
    line-height: 100%;
    position: relative;
}
/*.footerLinks a:hover,
.footerLinks a:focus { color: #f1637a;}
.footerLinks a:after {
    content: "";
    position: relative;
    top: 2px;
    display: block;
    height: 2px;
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #FFF;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.footerLinks a:hover:after,
.footerLinks a:focus:after {
    width: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
}*/
.footerSocial a {
    float: left;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    background-color: #FFF;
    color: #91320B;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.footerSocial a:last-child { margin-right: 0;}
.footerSocial a .fa {
    font-size: 20px;
    line-height: 36px;
}
.footerSocial a:hover,
.footerSocial a:focus {
    background-color: #91320B;
    color: #FFF;
}
.footerBottom {
    background-color: #000;
    color: #aaa;
    padding-top: 10px;
    padding-bottom: 10px;
	border-top:1px solid #444;
}
.footerBottom a { color: #FFF;}
.footerBottom a:hover { color: #FFF; text-decoration: underline;}
.footerRight { text-align: right;}
/* End: footerSection */


/************************************
    Scroll Top
*************************************/
.scrollToTop {
    text-decoration: none;
    position: fixed;
    z-index: 10;
    bottom: 14%;
    right: 8%;
    display: none;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #222;
    background-color: #FFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .5;
    filter:alpha(opacity=50);
}
.scrollToTop:hover,
.scrollToTop:focus {
    opacity: 1;
    filter:alpha(opacity=100);
}
.scrollToTop .fa {
    font-size: 18px;
    line-height: 32px;
}
/* End: scrollTop */

/************************************
    Loader Main
*************************************/
.loaderMain {
    position: fixed;
    background: rgba(255, 255, 255, .9);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100;
}
.ball-spin-fade-loader > div { background-color: rgba(0, 0, 0, .7);}
.loaderMain .loader {
    display: table;
    margin: 25% auto 0;
}
/* End: loaderMain */


/************************************
    Inner Page
*************************************/
.innerpage .bookingForm { margin: 0;}
#innerBanner { overflow: hidden;}
.bulletList {
    padding: 0 0 0 20px;
    margin: 0 0 40px;
}
.bulletList li {
    list-style-image: url(../images/bullet.png);
    margin: 0 30px 10px 0;
    float: left;
    width: 45%;
}
.bulletList li:nth-child(even) { margin-right: 0;}
.attraction .bulletList {
    padding: 0 0 0 20px;
    margin: 20px;
}
.attraction .bulletList li {
    list-style-image: url(../images/bullet.png);
    margin: 0 30px 10px 0;
    float: left;
    width: 45%;
}

.adabulletList li {
    list-style-image: url(../images/bullet.png);
    margin: 0 30px 10px 0;
    float: left;
    width: 100%;
}
.adabulletList {
    padding: 0 0 0 20px;
    margin: 0 0 40px;
}
.adabulletList li:nth-child(even) { margin-right: 0;}
.adabulletList {
    padding: 0 0 0 20px;
    margin: 20px;
}
.attraction .bulletList li:nth-child(even) { margin-right: 0;}
.amenityGrid .col-lg-3:nth-of-type(4n+1) { clear: left;}

.amenityList {
    border-bottom: 2px solid #CCC;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.amenityGrid .bulletList2 {
    padding: 0 0 0 20px;
    margin: 0;
}
.amenityGrid .bulletList2 li {
    list-style-image: url(../images/bullet2.png);
    margin: 0 0 5px 0;
    line-height: 18px;
    color: #666;
}
.amenityGrid .bulletList2 li a { color: #666;}
.amenityGrid .bulletList2 li a:hover,
.amenityGrid .bulletList2 li a:focus { color: #222;}
.imgShadow {
    position: relative;
    background: url(../images/image_shadow.png) no-repeat bottom center / contain;
    max-width: 100%;
    width: 100%;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 10px;
}
/* End: innerpage */


/************************************
    Gallery
*************************************/
.galleryTab { margin: 0 10px 30px;}
.galleryTab a {
    color: #222;
    padding: 10px;
    margin: 0 5px 8px 0;
    line-height: 100%;
    background-color: #FFF;
    display: inline-block;
}
.galleryTab a:hover {
    color: #222;
    background-color: rgba(0, 0, 0, .1);
}
.galleryTab a:focus,
.galleryTab a.active {
    color: #FFF;
    background-color: #91320B;
}
.imgContainer {
    display: inline-block;
    margin: 0 7px 14px;
}
.imgContainer img {
    border: 2px solid #FFF;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
}
.imgContainer:hover img { box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .4);}
.homeGallery { position: relative;}
.homeGallery .viewall {
    position: absolute;
    right: 25px;
    top: 23px;
    background-color: #91320B;
    padding: 5px 10px;
    line-height: 100%;
    color: #FFF;
}
.homeGallery .viewall:hover {
    background-color: #222;
}
/* End: Gallery */


/************************************
    Contact
*************************************/
.contactDetails { margin-bottom: 40px;}
.contactDetails .bulletList {
    padding: 0 0 0 30px;
    margin: 0;
}
.contactDetails .bulletList li {
    list-style-image: url(../images/bullet.png);
    margin: 0 0 10px;
    float: none;
    width: auto;
}
.contactAddress { margin-bottom: 30px;}
.contactAddress p {
    font-family: 'Bitter', serif;
    font-size: 16px;
    margin-bottom: 5px;
}
.contactAddress h4 { margin-bottom: 10px;}
.contactDetails .mapContainer { height: 400px;}
.reservattion #hotelCarousel { max-height: 220px;}
/* End: Contact */

.infoText .well p { color: #222;}
.infoText .well p:last-child { margin-bottom: 0;}
.topText {
    text-align: right;
    /*font-family: 'Dancing Script', cursive;
    font-size: 20px;*/
}
.bottom-wheel {   
    border: 1px solid #642004;
    padding: 10px;
	float: left;
    margin-top: 40px;
	margin-left: -40px;
	color: #642004;
}
/*.bottom-wheel {   
    border: 1px solid #642004;
    padding: 8px;
	float: right;
    margin-top: 4px;
	margin-right: 18px;
	color: #642004;
}*/

.booking-btn {
    padding: 10px 20px;
    background: #91320b;
    border-radius: 2px;
    color: #fff;
    position: absolute;
    top: 41px;
    left: 34px;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}

.booking-btn:hover {
    background: #000;
    color: #ffff;
}

.label-remove {
    display: block !important;
    margin-bottom: 0 !important; 
}