

/*<-------- sidemenu ------->*/
body .cd-primary-nav-trigger, body .sound {
    background-color: rgba(0, 0, 0, 0.51);
    /* bottom: auto; */
    height: 30px;
    line-height: 30px;
    border: 2px solid #FFF;
    padding-left: 16px;
    position: fixed;
    right: 25px;
    top: 10px;
    width: 40px;
    z-index: 9999999;
}

.cd-primary-nav-trigger .cd-menu-icon::before {
    top: -5px;
}

.cd-primary-nav-trigger .cd-menu-icon::after {
    top: 5px;
}

.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s;
}

.cd-primary-nav-trigger .cd-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: white;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.st-container.st-menu-open {
    z-index: 10001;
}

.st-container {
    position: relative;
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu {
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.st-menu {
    position: fixed;
    top: 0;
    right: 0;
    padding: 32px 0;
    z-index: 100;
    visibility: hidden;
    width: 260px;
    overflow-y: scroll;
    height: 100%;
    background: none repeat scroll 0 0 rgba(39, 38, 43, 0.8);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sidemenu {
    /*background-color:rgba(113, 111, 111, 0.55);*/
    background: none repeat scroll 0 0 rgba(50, 56, 60, 0.5);
    /*border:0.5px solid #f4f4f4;*/
    padding: 10px;
    margin-bottom: 10px;
    float: none;
}

    .sidemenu:hover {
        background: none repeat scroll 0 0 #999;
    }

.ulsize {
    color: #fff;
    padding: 20px 0px;
    list-style: none;
    color: #fff;
}

    .ulsize .litext {
        color: #fff;
    }

body .cd-primary-nav-trigger.is-clicked, body .cd-primary-nav-trigger:hover, body .sound:hover, .modify .top:hover {
    opacity: 0.8;
}
/*<-------- sidemenu ------->*/



/*------------------ Plus and minus inputbox ------------*/

.count-input {
    position: relative;
    width: 100%;
    max-width: 110px;
}

    .count-input input {
        width: 100%;
        height: 34px;
        border: 1px solid #ccc;
        border-radius: 0px;
        background: none;
        text-align: center;
        color: #050505;
        font-size: 18px;
        font-weight: 600;
    }

        .count-input input:focus {
            outline: none;
        }

    .count-input .incr-btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        font-size: 18px;
        font-weight: 300;
        text-align: center;
        line-height: 30px;
        top: 50%;
        right: 0;
        margin-top: -15px;
        text-decoration: none;
        color: #A6a6a6;
    }

        .count-input .incr-btn:first-child {
            right: auto;
            left: 0;
            top: 46%;
        }

    .count-input.count-input-sm {
        max-width: 125px;
    }

        .count-input.count-input-sm input {
            height: 36px;
        }

    .count-input.count-input-lg {
        max-width: 200px;
    }

        .count-input.count-input-lg input {
            height: 70px;
            border-radius: 3px;
        }

/*------------------ Plus and minus inputbox ------------*/




@media (max-width:1280px) {
    .contentright {
        float: left;
        width: 65%;
        margin-top: 20px;
    }

    .ratebtn {
        font-size: 18px;
    }

    .btnbooking {
        padding: 8px 32px;
    }

    .rightside3 {
        min-height: 260px;
    }
}

@media (max-width:1024px) {
    .rightside3 {
        min-height: 285px;
    }
}


@media (max-width:960px) {
    .contentleft {
        width: 95%;
    }

    .contentright {
        width: 95%;
        margin: 20px;
    }

    .leftsummary {
        float: left;
        font-size: 14px;
        width: auto;
        min-width: 50%;
        height: auto text-align:center;
        padding-top: 10px;
        padding-bottom: 8px;
        border-right: 1px solid #ddd;
    }

    .rightsummary {
        font-size: 14px;
        width: auto;
        min-width: 50%;
        height: auto text-align:center;
        padding-top: 10px;
        padding-bottom: 8px;
    }

    .txtwelcome {
        padding-top: 15px;
    }

    .txthoteldetails {
        padding-bottom: 20px;
    }
}

@media (max-width:700px) {
    .btnbooking {
        font-size: 12px;
        padding: 8px 32px;
    }

    .tblhead1 {
        font-size: 12px;
    }
}


@media (max-width:600px) {
    .btnbooking {
        font-size: 10px;
        padding: 8px 32px;
    }

    .hotelcolrate {
        font-size: 13px;
    }

    .tblhead1 {
        font-size: 12px;
        width: 6%;
    }

    .tblhead2 {
        font-size: 12px;
        width: 14%;
    }

    .qty {
        width: 30px;
        height: 23px;
        text-align: center;
    }

    input.qtyplus {
        width: 23px;
        height: 23px;
    }

    input.qtyminus {
        width: 23px;
        height: 23px;
    }
}

@media (max-width:480px) {
    .myoffer {
        width: 10px;
        display: none;
    }

    .tblhead1 {
        font-size: 11px;
        width: 5%;
    }

    .tblhead2 {
        font-size: 11px;
        width: 16%;
    }

    input.qtyplus {
        width: 18px;
        height: 20px;
    }

    input.qtyminus {
        width: 18px;
        height: 20px;
    }

    .qty {
        width: 20px;
        height: 20px;
        text-align: center;
    }

    .norooms {
        font-size: 8px;
    }

    .rightside2 {
        min-height: 120px;
    }

    .imgpoweredby {
        float: right;
        margin-right: 20px;
        padding-top: 15px;
    }

    .totalprice {
        text-align: right;
        padding-right: 0px;
    }
}

@media (max-width:360px) {
    .tblhead1 {
        font-size: 11px;
        width: 4%;
    }

    .tblhead2 {
        font-size: 11px;
        width: 18%;
    }

    .hotelcoldata {
        font-size: 11px;
    }

    .hotelcolrate {
        font-size: 11px;
    }

    .btnbooking {
        font-size: 10px;
        padding: 8px 32px;
    }

    .shout_box {
        background: #493f84;
        width: 240px;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        right: 0%;
        z-index: 9;
    }
}
