.primary-nav.slideMenu ul li a {
    padding: 8px 12px;
    font-size: 14px;
}
.header-right.right {
    width: 100%;
    float: none;
}
.header-right, .header-right .btn {
    text-transform: none;
}
.header-right .btn {
    margin: 0 0 5px 15px;
}
.header-right .btn.bigbtn {
    font-size: 15px;
    padding: 12px 40px 12px 55px;
    background-position: 20px 16px;
}
.header-right #primary-nav-id {
    float: none;
    text-align: center;
    /*height:57px;*/
    width: 100%;
}
#primary-nav-id ul {
    display: inline-block;
    margin: 0 auto;
}
#book_button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 15px 0 15px;
}
#header-logotop {
    position: relative;
    padding-top: 15px;
    text-align: center;
}
.box {
    border: 1px solid rgb(200, 200, 200);
    margin: 5px 0 15px 0;
    padding: 10px;
}
.box.red {
    border-color: rgb(216, 147, 161);
    background-color: rgb(251, 230, 242);
}
.box.yellow {
    border-color: rgb(228, 179, 27);
    background-color: rgb(251, 251, 230);
}
.box.green {
    border-color: rgb(27, 228, 27);
    background-color: rgb(230, 251, 230);
}
.box ul {
    margin-top: 5px;
    margin-bottom: 5px;
}
.box ul li {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    #header-logotop {
        padding-top: 10px;
    }

    #book_button {
        position: relative;
        padding: 0 0 10px 0;
    }

    .header-right .btn {
        margin: 0 8px 0 8px;
    }
}

.header-right .btn.booking-sticky {
    position: fixed;
    right: 0;
    top: 230px;
    z-index: 999;
    font-size: 20px;
    padding: 12px 20px 12px 50px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-right: 0;

    background-image: url('/res/homepage/images/icon-date.png');
    background-position: 20px 16px;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .header-right .btn.booking-sticky {
        margin: 0;
        font-size: 16px;
        padding: 12px 15px 12px 40px;
        background-position: 16px 15px;
    }
}
