.mobile .mobile-navbar-button{
    display: inline-block;
    float: left;
    width: 25%;
}


.mobile .navbar-booking-wrap.dropdown {
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 0;
    width: 240px;
    height: 42px;
}

.mobile .navbar-booking-wrap.dropdown .btn.btn-primary.dropdown-toggle {
    height: 42px;
     width: 240px;
}
.mobile .navbar-booking-wrap.dropdown ul.dropdown-menu.show {
    animation: fadeIn 0.5s 1;
}
.mobile .navbar-booking-wrap.dropdown ul.dropdown-menu {
    padding: 10px 0;
    background-color: #6ea3af;
    top: 43px;
    border-radius: 0px;
    width: 240px !important;
    margin-left: 0px;
    opacity: 0.9;
}

.mobile .navbar-booking-wrap.dropdown .btn-full-width {
    display: block;
    background-color: white;
    width: 85%;
    padding: 10px 0px;
    margin: 15px auto;
    font-size: 12px;
}

.mobile .modal-content {
    border-radius: 0!important;
    border: none;
    box-shadow: none;
    width: 95%;
    max-width: 600px;
    height: inherit;
    margin: 35% auto;
    pointer-events: all;
    text-align: left;
    font-size: 16px;
    padding: 30px;
}
.mobile .modal-header {
    height: 10%;
    width: 100%;
    /*border-bottom: 1px solid #e6e4e5;*/
    margin-bottom: 5px;
    padding: 10px;
}
.mobile .close-wrap .close {
    font-size: 40px;
    font-weight: lighter;
    color: #665853;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
}
.mobile .sm_booking_form li {
    list-style: none;
    padding: 15px 10px;
    text-align: center;
    display: block;
    width: 100%;
}

.mobile .sm_booking_form a.btn.btn-full-width {
    width: 100%;
    padding: 10px;
}
.mobile .modal-header button.close {
    font-size: 22px;
    color: grey;
    position: absolute;
    right: 15px;
    top: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
/*logo*/
.mobile .navbar-logo .logo-inner img{
    max-height:56px !important;
}



