﻿html, body, form {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif,Tahoma,"Segoe UI",Segoe,Arial,Verdana,;
    height: 100%;
    width: 100%;
    font-size: 13px;
    font-family: sans-serif !Important;
    /*min-width: 1350px;*/
}

ul {
    margin: 0px;
    padding: 0px;
}

.resultfont {
    color: #C1212E;
}

#top-header {
    /*width: 100%;*/
    /*min-width: 1050px;*/
    /*height: 40px;
    padding: 5px 30px 5px 30px;*/
    /*background-color: #f2eeee;*/
    /*position: fixed;
    top: 0px;
    z-index: 1001;
    background-image: linear-gradient(rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%);*/
    border-bottom: 1px solid rgba(85, 85, 85, 0.15);
}

    #top-header div.logo {
        float: left;
        margin-right: 50px;
        margin-top: 8px;
    }

@media (max-width:800) {
    .tourimgHolder {
        width: 155px;
        Padding-top: 0px
    }
}



.tourimgHolder {
    width: 155px;
    Padding-top: 30px
}

.tourloadingHolder {
    justify-content: center;
    display: flex;
}

@media (max-width:430px) {
    #top-header div.logo {
        float: none;
        margin-right: 0px;
        margin-top: 8px;
        padding: 0px 5px 0px 5px;
    }

        #top-header div.logo img {
            float: left;
            margin-top: 8px;
            width: 70%;
            /*height: 100%;*/
        }
}

#top-header div.header-link {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-left: 20px;
}

#top-header div.header-user-link {
    float: right;
    margin-left: 30px;
    margin-top: 5px;
    color: #FFFFFF;
}

#top-header a {
    /*color: #282828;*/
    /*color: #FFFFFF;*/
    color: #282828;
    /*font-size: 12px;*/
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 700;
}

    /*#top-header a:hover {
            color: #cf2828;
            font-size: 12px;
            text-decoration: none;
            cursor: pointer;
            text-transform: uppercase;
        }*/

    #top-header a.clicked {
        color: #cf2828;
        /*font-size: 12px;*/
        font-size: 14px;
        text-decoration: none;
        cursor: pointer;
        text-transform: capitalize;
        font-weight: 700;
    }


/*///////////////////////////christ added at 28/12/2017 */
.FilterBylocationDivClass {
    padding-left: 70%;
    margin-bottom: 30px;
}


.btnClassDest {
    margin-bottom: 10px;
    display: block;
    float: left;
}


/*//////////////////////////////////////////*/

@media (min-width:850px) {

    #framelivechat {
        width: 232px !important;
        height: 147px !important;
    }

    #divLiveChat {
        background-color: rgba(255, 255, 255, 0) !important;
        padding: 0px !important;
    }

    #top-header div.login-box {
        /*width: 300px;
        height: 250px;*/
        /*background-image: linear-gradient(rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%);*/
        background-color: #000000;
        display: none;
        position: absolute;
        z-index: 1001;
        padding: 10px 15px 20px 15px;
    }

    #top-header div.lang-box {
        /*width: 300px;
        height: 250px;*/
        background-image: linear-gradient(rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%);
        display: none;
        position: absolute;
        z-index: 1001;
        padding: 10px 15px 20px 15px;
    }
}

@media (max-width:850px) {
    #top-header div.login-box {
        width: 100%;
        /*background-image: linear-gradient(rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%);*/
        background-color: #6D778E;
        display: none;
        position: relative;
        z-index: 1001;
        padding: 10px 15px 20px 15px;
        top: 0px !Important;
        left: 0px !Important;
    }

    #top-header div.lang-box {
        width: 100%;
        background-image: linear-gradient(rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%);
        display: none;
        position: relative;
        z-index: 1001;
        padding: 10px 15px 20px 15px;
        top: 0px !Important;
        left: 0px !Important;
    }
}

#top-header div.login-box .title {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
}

#top-header div.login-box .field-title {
    font-size: 14px;
    color: #FFFFFF;
}

#top-header div.login-box .btn {
    border: 0px;
    border-radius: 0px;
    background-color: #cf2828;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 20px 5px 20px;
    float: right;
    margin-top: 10px;
}

    #top-header div.login-box .btn:hover {
        border: 0px;
        border-radius: 0px;
        /*background-color: #f2eeee;*/
        /*color: #282828;*/
        background-color: #8e1818;
        color: #FFFFFF;
        font-size: 16px;
        cursor: pointer;
        padding: 5px 20px 5px 20px;
        float: right;
        margin-top: 10px;
    }

#top-header div.login-box .input {
    font-size: 12px;
}

#top-header div.login-box .link-small {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 11px;
}

    #top-header div.login-box .link-small:hover {
        text-decoration: underline;
        color: #FFFFFF;
        font-size: 11px;
    }

#top-header div.login-box .error-msg {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

#top-header div.login-box div.login-nav {
    margin-bottom: 20px;
}

#top-header div.login-box a.login-type {
    background-color: #555; /*rgba(107,107,107,0.3);*/
    color: #ffffff !Important;
    font-weight: bold;
    display: block;
    border-radius: 0.26666667em;
    padding: 0.4em;
    text-decoration: none;
    width: 100px;
    display: inline;
    font-size: 12.5px;
}

    #top-header div.login-box a.login-type:hover {
        background-color: #8e1818;
        color: #ffffff !Important;
        font-weight: bold;
        display: block;
        border-radius: 0.26666667em;
        padding: 0.4em;
        text-decoration: none;
        width: 100px;
        display: inline;
        font-size: 12.5px;
    }

#top-header div.login-box a.login-type-active {
    background-color: #cf2828;
    color: #ffffff !Important;
    font-weight: bold;
    display: block;
    border-radius: 0.26666667em;
    padding: 0.4em;
    text-decoration: none;
    width: 100px;
    display: inline;
    font-size: 12.5px;
}





#top-header div.login-box a.sub-login-type {
    background-color: #555; /*rgba(107,107,107,0.3);*/
    color: #ffffff !Important;
    font-weight: bold;
    display: block;
    border-radius: 0.26666667em;
    padding: 0.4em;
    text-decoration: none;
    width: 100px;
    display: inline;
    font-size: 11.5px;
}

    #top-header div.login-box a.sub-login-type:hover {
        background-color: #8e1818;
        color: #ffffff !Important;
        font-weight: bold;
        display: block;
        border-radius: 0.26666667em;
        padding: 0.4em;
        text-decoration: none;
        width: 100px;
        display: inline;
        font-size: 11.5px;
    }

#top-header div.login-box a.sub-login-type-active {
    /*background-color: #cf2828;*/
    color: #ffffff !Important;
    font-weight: bold;
    display: block;
    border-radius: 0.26666667em;
    padding: 0.4em;
    text-decoration: none;
    width: 100px;
    display: inline;
    font-size: 12.5px;
}

.progress {
    background: url(../images/LoadingProgress.gif) no-repeat #FFFFFF;
    width: 66px;
    height: 14px;
}

.clearfix {
    clear: both;
}




#home-main, .home-main {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 50px; /* the bottom margin is the negative value of the footer's height */
    background-image: url(../Images/home-bg.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#main {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

.home-bg {
    width: 100%;
    height: 100%;
    background-image: url(../Images/home-bg.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    top: 0px;
}

.ui-helper-hidden-accessible {
    display: none;
}

@media (min-width:1100px) {
    .search-container {
        padding: 0px 18% 0px 12%;
        margin-top: 130px;
        /*width: 1350px;*/
    }
}

@media (max-width:1100px) {
    .search-container {
        padding: 0px 10px 0px 10px;
        margin-top: 30px;
        /*width: 1350px;*/
    }
        /*.affsearch-container {
                    padding:0px !important;
                    margin-top:0px !important;
                }*/
        .search-container div.field {
            float: left;
            margin-right: 10px;
            top: 0px !Important;
        }

        .search-container .roomHolder {
            top: 0px !Important;
        }
}

.search-container div.field {
    float: left;
    margin-right: 10px;
}

.search-container div.field-title {
    float: left;
    margin: 10px 0px 10px 0px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}

.search-container div.field-subtitle {
    float: left;
    color: #FFFFFF;
    font-size: 13px;
    font-family: Tahoma;
}


.search-container .bg {
    background-color: rgba(0, 0, 0, 0.70);
    /*background-color:  rgba(0,0,0,0.4);*/
    border-radius: 0.3em;
    padding: 15px;
    /*position: relative;*/
}

ul.search-direct-menu {
    float: left;
    list-style: none;
    margin-bottom: 30px;
}

    ul.search-direct-menu li {
        float: left;
        text-align: center;
        min-width: 5em;
        margin-right: .5em;
        padding-bottom: 0.4em;
    }

    ul.search-direct-menu a {
        background-color: rgba(107,107,107,0.7);
        color: #ffffff;
        font-weight: bold;
        display: block;
        border-radius: 0.26666667em;
        padding: 0.6em;
        text-decoration: none;
    }

        ul.search-direct-menu a.on {
            background-color: #cf2828;
            color: #ffffff;
            font-weight: bold;
            display: block;
            border-radius: 0.26666667em;
            padding: 0.6em;
            text-decoration: none;
        }

        ul.search-direct-menu a:hover {
            background-color: #8e1818;
            color: #ffffff;
            font-weight: bold;
            display: block;
            border-radius: 0.26666667em;
            padding: 0.6em;
            text-decoration: none;
        }

        ul.search-direct-menu a.sub {
            /*background-color: rgba(107,107,107,0.5);*/
            background-color: rgba(0,0,0,0.5);
            color: #ffffff;
            font-weight: bold;
            display: block;
            border-radius: 0.26666667em;
            padding: 0.4em;
            text-decoration: none;
        }

            ul.search-direct-menu a.sub:hover {
                background-color: #8e1818;
                color: #ffffff;
                font-weight: bold;
                display: block;
                border-radius: 0.26666667em;
                padding: 0.4em;
                text-decoration: none;
            }
/*new added by hicham for mobile version*/
.destination {
    display: none;
}

.lbli_from {
    display: none;
}

.lbli_to {
    display: none;
}

.lblFilter {
    display: none;
}

@media (max-width:400px) {
    .no-display {
        display: none;
    }
}

@media (max-width:500px) {

    #divFilterdetails {
        /*position: relative;
    top: 40px;*/
    }


    #divFilterOptions #FilterBy--Span {
        display: none;
    }

    #divFilterOptions #btnPrice {
        padding: 0 !important;
        margin: 0 !important;
        width: 30px;
    }

    #divFilterOptions #btnHotelClass {
        width: 91px;
        padding: 0 !important;
        margin: 0 !important;
    }

    #divFilterOptions #btnFacilities {
        width: 73px;
        padding: 0 !important;
        margin: 0 !important;
    }

    #divFilterOptions #btnChains {
        width: 100px;
        padding: 0 !important;
        margin: 0 !important;
    }





    #divFilterOptions {
        display: none;
    }

    .resultfont {
        display: none;
    }

    /*it is used in the hotelsearch results for summary
        .resultfont {
        display: none;
         width: 50%;
    } */

    .sort {
        display: none;
    }

    .ProgressCenterBackground {
        margin-left: 20%;
        width: 50%;
    }

    .font_2 {
        font-size: 17px;
    }

    #lblProcess {
    }


    .page-container div.side-section {
        display: none;
    }

    .destination {
        display: block;
    }

    .lbli_from {
        display: block;
    }

    .lbli_to {
        display: block;
    }

    ul.search-direct-menu a.on {
        background-color: #cf2828;
        color: #ffffff;
        font-weight: bold;
        display: block;
        border-radius: 0.26666667em;
        padding: 0.6em;
        text-decoration: none;
    }

    .lblFilter {
        display: inline;
        /*float: right;*/
        margin-top: 0%;
        text-decoration: none;
        color: black;
        border: 1px solid;
        /*background-color:#cf2828;*/
        font-weight: 600;
        font-size: 14px;
        padding: 1px 50px 1px 50px;
    }

        .lblFilter:link, .lblFilter:visited {
            color: black;
            /*position: absolute;*/
            right: 0;
            margin-right: 6%;
        }

    .subtitle #lblHotel {
        color: rgb(85, 85, 85);
        font-size: 28px;
    }

    .divProgress table tr .tdProgressFooter img {
        width: 75px;
        height: 75px;
    }
}

/***********************/

.search-direct {
    display: none;
}

.search-direct-on {
    display: block;
}

.input {
    border: 1px solid #d5d2d2;
    padding: 0px 8px 0px 8px;
}

.home-search-btn {
    border: 0px;
    border-radius: 0px;
    background-color: #cf2828;
    color: #FFFFFF;
    width: 100px;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
}

    .home-search-btn:hover {
        border: 0px;
        border-radius: 0px;
        /*background-color: #f2eeee;*/
        /*color: #282828;*/
        background-color: #8e1818;
        color: #FFFFFF;
        width: 100px;
        height: 40px;
        font-size: 16px;
        cursor: pointer;
    }

.home-search-link, .home-search-link:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #cf2828;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
}


.highlights-container {
    width: 100%;
    position: absolute;
    bottom: 0px;
    margin-bottom: 40px;
}

    .highlights-container .arrows {
        position: absolute;
        top: -45px;
        padding-left: 100px;
    }

    .highlights-container .collapse-btn {
        background-image: url(../Images/featured-hotels-arrows.png);
        width: 32px;
        height: 32px;
        background-position: -33px 0;
    }

    .highlights-container .expand-btn {
        background-image: url(../Images/featured-hotels-arrows.png);
        width: 32px;
        height: 32px;
        position: absolute;
        top: -10px;
    }

    .highlights-container .highlights-bg {
        width: 100%;
        /*min-width: 1650px;*/
        /*height: 200px;*/
        /*background-image: linear-gradient(rgba(0,0,0,.5) 0,rgba(0,0,0,.3) 100%);*/
        background-color: #FFFFFF;
        padding: 15px 30px 20px 30px;
        overflow: hidden !Important;
    }

        .highlights-container .highlights-bg .live-chat {
            float: right;
            margin-top: 20px;
        }

    .highlights-container .highlights-loader {
        text-align: center;
        margin-top: 30px;
    }

        .highlights-container .highlights-loader img {
            width: 80px;
            height: 80px;
        }

.featured-hotels {
    float: left;
    width: 100%;
}

    .featured-hotels .title-holder {
        margin-bottom: 10px;
    }

    .featured-hotels .title-red {
        color: #cf0021;
        font-size: 20px;
        font-weight: bold;
    }

    .featured-hotels .title-white {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
    }



#bottom-footer {
    width: 100%;
    /*min-width: 1300px;*/
    height: 55px;
    padding: 5px 30px 5px 30px;
    /*background-color: #f2eeee;*/
    background-color: #ededed;
    position: absolute;
    bottom: 0px;
    color: #282828;
    font-size: 12px;
}

@media (min-width:1300px) {
    #bottom-footer .right-part {
        margin-top: 6px;
        float: right;
        margin-right: 5%;
    }

        #bottom-footer .right-part div {
            float: left;
            /*margin-top: 5px;*/
        }

    #bottom-footer .left-part {
        float: left;
    }

        #bottom-footer .left-part div {
            float: left;
            margin-top: 5px;
            font-size: 11px;
        }

    #bottom-footer a {
        color: #282828;
        font-size: 12px;
        text-decoration: none;
        cursor: pointer;
    }

        #bottom-footer a:hover {
            color: #cf2828;
            font-size: 12px;
            text-decoration: none;
            cursor: pointer;
        }

        #bottom-footer a.highlighted, span.highlighted {
            color: #cf2828;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            cursor: pointer;
        }
}

@media (max-width:1300px) {
    #bottom-footer .left-part {
        display: none;
    }

        #bottom-footer .left-part div {
            display: none;
        }
}

@media (min-width:850px) and (max-width:1300px) {
    #bottom-footer .right-part {
        float: none;
    }

        #bottom-footer .right-part div {
            float: left;
            /*margin-top: 5px;*/
        }

    #bottom-footer a {
        color: #282828;
        font-size: 12px;
        text-decoration: none;
        cursor: pointer;
    }

        #bottom-footer a:hover {
            color: #cf2828;
            font-size: 12px;
            text-decoration: none;
            cursor: pointer;
        }

        #bottom-footer a.highlighted, span.highlighted {
            color: #cf2828;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            cursor: pointer;
        }
}

.swiper-button-next, .swiper-button-prev {
    margin-top: 20px !important;
}


/*.bgNone {
 background-image:none !important;}*/
@media (max-width:1225px) {
    #home-main, .home-main {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /*margin: 0 auto 50px;*/ /* the bottom margin is the negative value of the footer's height */
        background-image: url(../Images/home-bg.jpg);
        background-attachment: fixed;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #main {
        /*min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -100px;*/ /* the bottom margin is the negative value of the footer's height */
    }

    .highlights-container {
        width: 100%;
        position: absolute;
        bottom: 0px;
        margin-bottom: 50px;
    }

    #bottom-footer {
        width: 100%;
        height: 80px;
        padding: 0px;
        background-color: #f2eeee;
        /*position: absolute;
        bottom: 0px;*/
        color: #282828;
        font-size: 12px;
    }

        #bottom-footer .right-part {
            float: none;
            text-align: center;
        }

            #bottom-footer .right-part div {
                float: none;
                display: inline-block;
                text-align: center;
                /*padding: 0px;
                width: 100%;
                text-align: center;
                height: 25px;
                cursor: pointer;*/
            }

        /*#bottom-footer .right-part div:hover {
                    float: none;
                    padding: 0px;
                    width: 100%;
                    text-align: center;
                    height: 25px;
                    /*background-color: #cf2828;
                    background-image: linear-gradient(rgba(255,57,57,.2) 0,rgba(255,57,57,.2) 100%);
                    cursor: pointer;
                }*/

        #bottom-footer a {
            color: #282828;
            font-size: 12px;
            text-decoration: none;
            cursor: pointer;
            padding: 5px 0px 5px 0px;
        }

            #bottom-footer a:hover {
                /*color: #FFFFFF;*/
                color: #282828;
                font-size: 12px;
                text-decoration: none;
                cursor: pointer;
                padding: 5px 0px 5px 0px;
            }

            #bottom-footer a div {
                padding: 5px !Important;
            }

            #bottom-footer a.highlighted, span.highlighted {
                color: #cf2828;
                font-size: 12px;
                font-weight: bold;
                text-decoration: none;
                cursor: pointer;
            }

    .push {
        z-index: -1;
    }

    .footer, .push {
        position: relative;
        height: 100px; /* .push must be the same height as .footer */
    }

    .foot-menu-separator {
        /*display: none;*/
    }
}

.red-link {
    color: #cf0021;
    text-decoration: none;
    font-size: 11px;
}

    .red-link:hover, .red-link:focus {
        color: #cf0021;
        text-decoration: none;
        font-size: 11px;
    }

.padding3 {
    padding: 3px;
}

.padding8 {
    padding: 8px;
}

.padding10 {
    padding: 10px;
}


/* For AutoComplete and Prediction List */
.CompletionList {
    background-color: window;
    border: 1px solid #c7c8ca;
    font-family: verdana;
    font-size: 12px;
    /*color: #cf2828;*/
    color: #444;
    list-style: none;
    padding: 0px;
    margin: 0px;
    /*width: 100%;*/
    box-shadow: 0 1px 10px rgba(0,0,0,0.8);
    z-index: 1001;
    max-height: 280px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.CompletionListItem {
    text-align: left;
    background-color: White;
    list-style: none;
    padding: 8px;
}

.HighlightedItem {
    /*background-color: #cf2828;*/
    /*background-image: linear-gradient(rgba(255,57,57,.3) 0,rgba(255,57,57,.3) 100%);*/
    background-color: #eee;
    /*color: #cf2828;*/
    color: #444;
    font-family: verdana;
    font-size: 12px;
    list-style: none;
    padding: 8px;
}

.prediction-field {
    float: left;
    position: relative;
    top: -10px;
}

.prediction-title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
}
#divNewSearch .prediction-title {
    color: #636363;
 
}

.prediction-title-1 {
    color: #636363;
    font-weight: normal;
    font-size: 16px;
}

.prediction-link {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    padding: 8px;
}

    .prediction-link:hover {
        color: #cf2828;
        font-size: 16px;
        text-decoration: none;
        padding: 8px;
    }

.prediction-link-1 {
    color: #636363;
    font-size: 14px;
    text-decoration: none;
    padding: 8px;
}

    .prediction-link-1:hover {
        color: #cf2828;
        font-size: 14px;
        text-decoration: none;
        padding: 8px;
    }
/*******************************************/

/* Featured Hotels Carousel */
div.overlay {
    background: #7e7e7e;
    width: 256px;
}

div.overlay-relative {
    position: relative;
    z-index: 1001;
}

    div.overlay-relative .whitebg {
        background: #FFFFFF;
        overflow: hidden;
        width: 250px;
    }

    div.overlay-relative .title-red {
        color: #cf0021;
        font-size: 14px;
        font-weight: bold;
    }

    div.overlay-relative a {
        text-decoration: initial;
    }

    div.overlay-relative .description {
        color: #282828;
        font-size: 12px;
        font-weight: normal;
        text-decoration: initial;
    }

div.overlay-holder {
    display: none;
    position: absolute;
    left: 0;
    top: -300px;
    width: 80px;
    z-index: 1001;
}

.item {
    float: left;
    width: 145px;
}

.thumbnail {
    border: 1px solid transparent;
    padding: 3px;
}

.links-list3 a {
    display: block;
    font-size: 12px;
    color: #FFFFFF;
    /*background: url(../images/arrow-icon.gif) no-repeat left 4px;*/
    padding-left: 3px;
    text-decoration: none;
}

    .links-list3 a:hover {
        color: #cf0021;
    }

    .links-list3 a div {
        font-weight: normal;
    }

.carousel-holder {
    /*width: 1250px;*/
    width: 100%;
}

/****************************/

@media (min-width:851px) {
    /*#txtSortDestination {
        width:28%;
        margin-top:1%;
    }*/
    .push {
        z-index: -1;
    }

    .footer, .push {
        position: relative;
        height: 100px; /* .push must be the same height as .footer */
    }
}

.page-container {
    position: relative;
}

    /******************* Search Results ********************/

    .page-container div.search-results-holder {
        margin-left: 20px;
        margin-right: 20px;
        max-width: 650px;
    }

    .page-container div.search-results-holder-flight {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 650px;
    }

div.search-results-holder div.filter {
    max-width: 650px;
    clear: both;
}

div.search-results-holder.tourResult div.filter {
    max-width: 850px;
}

div.search-results-holder div.filter .button {
    padding-left: 4px !important;
    margin-left: 0 !important;
    font-weight: normal !important;
    font-size: 14px !important;
    /*font: inherit !important;*/
    color: #636363 !important;
    background: none !important;
    border: none !important;
    padding: 0 4px 0 3px !important;
    margin: 0 2px 0 3px !important;
    /*max-width: 130px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
}

    div.search-results-holder div.filter .button div {
        opacity: 0.8;
        height: 10px;
        width: 12px;
        overflow: hidden;
        background: url(../Images/grey-arrow.png) -0px -0px no-repeat;
        background-size: 8px 8px;
        float: right;
        position: relative;
        margin-top: 10px;
        margin-left: 6px;
    }

    div.search-results-holder div.filter .button span {
        height: 27px;
        line-height: 27px;
        font-weight: normal !important;
        font-size: 14px !important;
        /*font: inherit !important;*/
        /*color: #636363 !important;*/
    }

    div.search-results-holder div.filter .button:disabled {
        padding-left: 4px !important;
        margin-left: 0 !important;
        font-weight: normal !important;
        font-size: 14px !important;
        /*font: inherit !important;*/
        color: #c4c4c4 !important;
        background: none !important;
        border: none !important;
        padding: 0 4px 0 3px !important;
        margin: 0 2px 0 3px !important;
        /*max-width: 130px;*/
        overflow: hidden;
        text-overflow: ellipsis;
        outline: none;
    }

div.search-results-holder div.filter .search-button {
    display: inline-block;
    height: 38px;
    margin-right: 8px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    padding: 0 8px;
    min-width: 54px;
    box-sizing: content-box;
    font-size: 11px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    cursor: pointer;
    border-color: rgba(0, 0, 0, 0.1);
    color: #444;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
}

div.search-results-holder div.sort {
    background: white;
    max-width: 650px;
    margin-top: 10px;
    position: relative;
    font-size: 13px;
    line-height: 30px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #ebebeb;*/
    border-bottom: 3px solid #ebebeb;
}

div.search-results-holder .button, div.search-results-holder-flight .button {
    display: inline-block;
    height: 38px;
    margin-right: 8px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    padding: 0 8px;
    min-width: 54px;
    box-sizing: content-box;
    font-size: 11px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    cursor: pointer;
}

    div.search-results-holder .button span.fav-icon, div.search-results-holder-flight .button span.fav-icon {
        background-image: url(../Images/fav-icon.png);
        background-repeat: no-repeat;
        padding-left: 20px;
    }

    div.search-results-holder .button span.map-icon, div.search-results-holder-flight .button span.map-icon {
        background-image: url(../Images/map-icon.png);
        background-repeat: no-repeat;
        background-position: 0px 2px;
        padding-left: 20px;
    }

.bookbtn {
    margin-right: 0px !Important;
    background-color: #CF2828 !Important;
    color: #FFF !Important;
    background-image: none !Important;
}

div.search-results-holder .button-bg, div.search-results-holder-flight .button-bg {
    border-color: rgba(0, 0, 0, 0.1);
    color: #444;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
}

    div.search-results-holder .button-bg:hover, div.search-results-holder-flight .button-bg:hover {
        border-color: rgba(0, 0, 0, 0.2);
        color: #444;
        background-image: -webkit-linear-gradient(top, #f5f5f5, #f8f8f8);
        background-image: -moz-linear-gradient(top, #f5f5f5, #f8f8f8);
        background-image: -ms-linear-gradient(top, #f5f5f5, #f8f8f8);
        background-image: -o-linear-gradient(top, #f5f5f5, #f8f8f8);
    }

div.search-results-holder .button-bg-on, div.search-results-holder-flight .button-bg-on {
    border-color: #ccc;
    color: #444;
    background-image: -webkit-linear-gradient(top, #eee, #e0e0e0);
    background-image: -moz-linear-gradient(top, #eee, #e0e0e0);
    background-image: -ms-linear-gradient(top, #eee, #e0e0e0);
    background-image: -o-linear-gradient(top, #eee, #e0e0e0);
}

div.search-results-holder .back-button-bg {
    border-color: #bf2020;
    background-color: #cf2828;
    background-image: url(../Images/backtoresults.png);
    background-repeat: no-repeat;
    background-position: 8px 12px;
    background-size: 14px;
    color: white;
    padding-left: 30px;
}


div.search-results-holder .button div, div.search-results-holder-flight .button div {
    height: 10px;
    width: 12px;
    overflow: hidden;
    background: url(../Images/grey-arrow.png) -0px -0px no-repeat;
    background-size: 8px 8px;
    float: right;
    position: relative;
    margin-top: 12px;
    margin-left: 7px;
}

.filter-popup {
    z-index: 1001;
    margin-top: -1px;
    display: none;
    overflow: visible;
    position: absolute;
    min-width: 200px;
}

    .filter-popup .menu-holder {
        padding-bottom: 6px;
        border: 1px solid #bbb;
        background-color: white;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-size: 13px;
        display: none;
        max-height: 300px;
        overflow-y: scroll;
    }

        .filter-popup .menu-holder table {
            width: 100%;
        }

        .filter-popup .menu-holder td {
            color: #222;
            -webkit-transition: background-color 0.13s;
            -moz-transition: background-color 0.13s;
            -o-transition: background-color 0.13s;
            transition: background-color 0.13s;
            cursor: default;
            -webkit-user-select: none;
            -moz-user-select: none;
            white-space: nowrap;
            padding: 0 30px 0 40px;
            height: 29px;
            line-height: 29px;
        }

            .filter-popup .menu-holder td:hover {
                color: #222;
                -webkit-transition: background-color 0.13s;
                -moz-transition: background-color 0.13s;
                -o-transition: background-color 0.13s;
                transition: background-color 0.13s;
                cursor: default;
                -webkit-user-select: none;
                -moz-user-select: none;
                white-space: nowrap;
                padding: 0 30px 0 40px;
                height: 29px;
                line-height: 29px;
                background-color: #F1F1F1;
            }

            .filter-popup .menu-holder td.selected {
                color: #222;
                -webkit-transition: background-color 0.13s;
                -moz-transition: background-color 0.13s;
                -o-transition: background-color 0.13s;
                transition: background-color 0.13s;
                cursor: default;
                -webkit-user-select: none;
                -moz-user-select: none;
                white-space: nowrap;
                padding: 0 30px 0 40px;
                height: 29px;
                line-height: 29px;
                background-image: url(../Images/checkmark.png);
                background-position: 8px 6px;
                background-size: 20px 20px;
                background-repeat: no-repeat;
            }

.page-container div.map-holder {
    margin: 0 20px 20px 20px;
    right: 0;
    max-width: 454px;
    width: 454px;
    height: 500px;
    position: absolute;
    top: 0;
    background-color: #CCCCCC;
    display: block;
    left: 670px;
}

    .page-container div.map-holder .back-results-container {
        display: none;
    }

.page-container div.map-holder-fixed {
    position: fixed !Important;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    margin: 0;
    /*max-width: inherit;*/
    width: 100% !Important;
    height: inherit;
    z-index: 1;
}

    .page-container div.map-holder-fixed .back-results-container, div#divSelectedHotelLargeMapHolder .back-results-container {
        display: inline-block;
        position: fixed;
        left: 0;
        top: 200px;
        z-index: 10;
    }

        .page-container div.map-holder-fixed .back-results-container .back-results, div#divSelectedHotelLargeMapHolder .back-results-container .back-results {
            color: white;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
            display: inline-block;
            height: 100%;
            width: auto;
            vertical-align: top;
            padding: 8px 8px 8px 40px;
            opacity: 0.65;
            background-color: #222;
            margin-right: 4px;
            cursor: pointer;
            background-image: url(../Images/backtoresultsmap.png);
            background-position: 12px 17px;
            background-repeat: no-repeat;
            background-size: 16px;
        }

            .page-container div.map-holder-fixed .back-results-container .back-results:hover, div#divSelectedHotelLargeMapHolder .back-results-container .back-results:hover {
                color: white;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
                display: inline-block;
                height: 100%;
                width: auto;
                vertical-align: top;
                padding: 8px 8px 8px 40px;
                opacity: 0.8;
                background-color: #222;
                margin-right: 4px;
                cursor: pointer;
                background-image: url(../Images/backtoresultsmap.png);
                background-position: 12px 17px;
                background-repeat: no-repeat;
                background-size: 16px;
            }

div.search-results-holder .search-results {
    position: relative;
    background: white;
    max-width: 650px;
}

    div.search-results-holder .search-results .item-holder {
        /*border-bottom: 1px solid #ebebeb;*/
        /*height: 154px;*/
        /*height: 145px;*/
        /*background-color: #fff;*/
        border-left: 0;
        border-right: 0;
        cursor: default !important;
        /*   z-index: 1;
        position: relative;*/
        min-height: 120px;
        padding: 15px;
        padding-bottom: 0px;
    }


        div.search-results-holder .search-results .item-holder .details {
            /*  top: 20px;
            bottom: 22px;
            right: 170px;
            position: absolute;*/
            background-color: inherit;
            /*left: 10px;*/
            display: inline-block;
            width: 55%;
            vertical-align: top;
        }

        div.search-results-holder .search-results .item-holder .hotel-title-holder {
            white-space: pre-line;
            cursor: pointer;
            /*width: 70%;*/
        }

            div.search-results-holder .search-results .item-holder .hotel-title-holder .title {
                font-weight: 500;
                color: #C1212E;
                font-size: 20px;
                font-family: Tahoma;
            }

        div.search-results-holder .search-results .item-holder .details .title-holder {
            /*     position: absolute;
                top: 0;
                left: 0;*/
            /*overflow: hidden;*/
            white-space: pre-line;
            cursor: pointer;
            width: 70%;
            /*right: 145px;*/
        }

            div.search-results-holder .search-results .item-holder .details .title-holder .title {
                display: inline-block;
                /*overflow: hidden;*/
                font-weight: 500;
                /*color: #cf2828;*/
                color: #C1212E;
                font-size: 20px;
                /*text-overflow: ellipsis;*/
                /*max-width: 380px;*/
                font-family: Tahoma;
            }

        div.search-results-holder .search-results .item-holder .price-holder {
            /*  position: absolute;
                top: 44px;
                right: 0;*/
            display: inline-block;
            font-family: "VelociraptorHotelsFont", Arial, sans-serif;
            font-weight: bold;
            /*font-size: 18px;*/
            font-size: 24px;
            color: #333;
            vertical-align: top;
            padding-top: 30px;
            height: 108px;
            width: 20%;
        }

            div.search-results-holder .search-results .item-holder .price-holder span {
                font-size: 14px;
            }

        div.search-results-holder .search-results .item-holder .price-desc {
            /*   position: absolute;
                top: 71px;
                right: 0;*/
            color: #777;
            font-weight: normal;
            font-size: 13px;
        }

        div.search-results-holder .search-results .item-holder .details .category {
            /*position: absolute;*/
            color: #636363;
            overflow: hidden;
            /*top: 27px;*/
            /*top: 5px;
                left: 60%;
                right: 75px;*/
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: normal;
            font-size: 13px;
            padding-left: 10px;
        }

        div.search-results-holder .search-results .item-holder .details .reviews {
            /* left: 0;
                position: absolute;*/
            font-weight: normal;
            /*max-width: 310px;*/
            /*overflow: hidden;*/
            /*top: 26px;*/
            /*width: 77%;*/
            color: grey;
            font-size: 14px;
            margin-top:10px;
        }

        div.search-results-holder .search-results .item-holder .details .desc {
            /*     position: absolute;
                top: 55px;
                left: 0;
                right: 115px;*/
            color: #636363;
            overflow: hidden;
            font-weight: normal;
            font-size: 13px;
            text-transform: capitalize;
            padding-top: 15px;
        }

        div.search-results-holder .search-results .item-holder .details .facilities {
            /* position: absolute;
                bottom: 12px;
                left: 0;*/
            color: #636363;
            font-size: 13px;
            font-weight: bold;
            text-align: left;
            width: 54%;
            max-width: 240px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-top: 5px;
        }

        div.search-results-holder .search-results .item-holder .details .button {
            /*  position: absolute;
                bottom: 0;
                right: 0;*/
            height: 27px;
            font-size: 13px;
        }

        div.search-results-holder .search-results .item-holder .pic-holder {
            /*    position: absolute;
            right: 10px;
            top: 18px;*/
            /*  width: 140px;
            height: 108px;*/
            /*float:right;*/
            display: inline-block;
        }

            div.search-results-holder .search-results .item-holder .pic-holder img {
                cursor: pointer;
                /*display: block;*/
                background-color: white;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
                -moz-user-select: none;
                width: 140px;
                height: 108px;
            }


        div.search-results-holder .search-results .item-holder .pic-holder-transfer {
            position: absolute;
            right: 10px;
            top: 54px;
            width: 140px;
            height: 61px;
        }

            div.search-results-holder .search-results .item-holder .pic-holder-transfer img {
                cursor: pointer;
                display: block;
                background-color: white;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
                -moz-user-select: none;
                width: 150px;
                height: 75px;
            }

    div.search-results-holder .search-results .items-container {
        position: relative;
        box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
        border-left: 1px solid #ebebeb;
        border-top: 1px solid #eee;
        /*width: 100%;*/
        width: 99.8%;
        top: 15px;
    }

        div.search-results-holder .search-results .items-container .title {
            font-size: 16px;
            color: #555;
            font-weight: bold;
            padding: 8px 16px 8px 16px;
        }

        div.search-results-holder .search-results .items-container .items {
            max-height: 20000px;
            opacity: 1;
            overflow: auto;
            transition: max-height 3s, opacity 1s cubic-bezier(0, 0, 0.2, 1);
            -moz-transition: max-height 3s, opacity 1s cubic-bezier(0, 0, 0.2, 1);
            -o-transition: max-height 3s, opacity 1s cubic-bezier(0, 0, 0.2, 1);
            -webkit-transition: max-height 3s, opacity 1s cubic-bezier(0, 0, 0.2, 1);
        }

        div.search-results-holder .search-results .items-container .result-item-holder {
            padding-bottom: 8px;
            padding-left: 16px;
            position: relative;
        }

            div.search-results-holder .search-results .items-container .result-item-holder::before {
                /*border-top: 1px dashed #ebebeb;
                content: "";
                display: block;
                margin-left: 24px;
                padding-bottom: 8px;*/
            }

            div.search-results-holder .search-results .items-container .result-item-holder .item-type {
                display: inline-block;
                padding-right: 1em;
                vertical-align: middle;
                width: 55%;
                padding-left: 20px;
                text-transform: capitalize;
            }

            div.search-results-holder .search-results .items-container .result-item-holder .item-price {
                display: inline-block;
                padding-right: 1em;
                vertical-align: middle;
                width: 35%;
                color: gray;
                overflow: hidden;
            }

                div.search-results-holder .search-results .items-container .result-item-holder .item-price .price {
                    color: black;
                    font-weight: bold;
                }

            div.search-results-holder .search-results .items-container .result-item-holder .item-select {
                display: inline-block;
                text-align: right;
                vertical-align: middle;
                width: 5%;
            }

        div.search-results-holder .search-results .items-container .button-holder {
            text-align: right;
            background-color: #F6F6F6;
        }

            div.search-results-holder .search-results .items-container .button-holder .button {
                position: relative;
                bottom: 5px;
                right: 5px;
                margin-top: 10px;
                height: 30px;
            }

        div.search-results-holder .search-results .items-container .lessrooms {
            color: gray;
            -webkit-transition: background-color 0.13s;
            -moz-transition: background-color 0.13s;
            -o-transition: background-color 0.13s;
            transition: background-color 0.13s;
            cursor: default;
            -webkit-user-select: none;
            -moz-user-select: none;
            white-space: nowrap;
            height: 29px;
            line-height: 29px;
            border-top: 1px solid #ebebeb;
            border-bottom: 1px solid #ebebeb;
            border-left: none;
            border-right: none;
            cursor: pointer;
            font-weight: bold;
            font-size: 12px;
        }

            div.search-results-holder .search-results .items-container .lessrooms:hover {
                color: gray;
                -webkit-transition: background-color 0.13s;
                -moz-transition: background-color 0.13s;
                -o-transition: background-color 0.13s;
                transition: background-color 0.13s;
                cursor: default;
                -webkit-user-select: none;
                -moz-user-select: none;
                white-space: nowrap;
                height: 29px;
                line-height: 29px;
                background-color: #F1F1F1;
                border-top: 1px solid #ebebeb;
                border-bottom: 1px solid #ebebeb;
                border-left: none;
                border-right: none;
                cursor: pointer;
                font-weight: bold;
                font-size: 12px;
            }

            div.search-results-holder .search-results .items-container .lessrooms td {
                padding-left: 20px;
                border: none;
            }

        div.search-results-holder .search-results .items-container .morerooms {
            color: gray;
            -webkit-transition: background-color 0.13s;
            -moz-transition: background-color 0.13s;
            -o-transition: background-color 0.13s;
            transition: background-color 0.13s;
            cursor: default;
            -webkit-user-select: none;
            -moz-user-select: none;
            white-space: nowrap;
            height: 29px;
            line-height: 29px;
            border-top: 1px solid #ebebeb;
            border-bottom: 1px solid #ebebeb;
            border-left: none;
            border-right: none;
            cursor: pointer;
            font-weight: bold;
            font-size: 12px;
        }

            div.search-results-holder .search-results .items-container .morerooms:hover {
                color: gray;
                -webkit-transition: background-color 0.13s;
                -moz-transition: background-color 0.13s;
                -o-transition: background-color 0.13s;
                transition: background-color 0.13s;
                cursor: default;
                -webkit-user-select: none;
                -moz-user-select: none;
                white-space: nowrap;
                height: 29px;
                line-height: 29px;
                background-color: #F1F1F1;
                border-top: 1px solid #ebebeb;
                border-bottom: 1px solid #ebebeb;
                border-left: none;
                border-right: none;
                cursor: pointer;
                font-weight: bold;
                font-size: 12px;
            }

            div.search-results-holder .search-results .items-container .morerooms td {
                padding-left: 20px;
                border: none;
            }

.hotel-details-holder {
    position: relative;
    background-color: white;
    min-height: 600px;
    width: 100%;
}

    .hotel-details-holder .photo-gallery-holder {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 -1px;
        height: 220px;
    }

        .hotel-details-holder .photo-gallery-holder .photo-gallery-sample {
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            cursor: pointer;
            box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
            border-left: 1px solid #ebebeb;
            border-top: 1px solid #eee;
            height: 220px;
        }

        .hotel-details-holder .photo-gallery-holder .photo-gallery-sample-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 50%;
            border-right: 1px solid white;
            overflow: hidden;
            background-position: center;
            background-size: 100% 220px;
            background-repeat: no-repeat;
            background-color: #636363;
        }

        .hotel-details-holder .photo-gallery-holder .photo-gallery-sample-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 50%;
            overflow: hidden;
            border-left: 1px solid white;
            background-position: center;
            background-size: 100% 220px;
            background-repeat: no-repeat;
        }

            .hotel-details-holder .photo-gallery-holder .photo-gallery-sample-right .top {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 110px;
                overflow: hidden;
                border-bottom: 1px solid white;
                background-position: center;
                background-size: 100% 110px;
                background-repeat: no-repeat;
                z-index: 1001;
            }

            .hotel-details-holder .photo-gallery-holder .photo-gallery-sample-right .bottom {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 110px;
                overflow: hidden;
                border-top: 1px solid white;
                background-position: center;
                background-size: 100% 110px;
                background-repeat: no-repeat;
                z-index: 1001;
            }

        .hotel-details-holder .photo-gallery-holder .photo-gallery-sample ul.gallery li {
            list-style: none;
        }

        .hotel-details-holder .photo-gallery-holder .see-all {
            position: absolute;
            right: 0;
            bottom: 1px;
            padding: 8px 16px;
            z-index: 1001;
            font-size: 14px;
            color: white;
            background: black;
            -webkit-transition: all 0.218s;
            -moz-transition: all 0.218s;
            -o-transition: all 0.218s;
            transition: all 0.218s;
            opacity: 0.8;
            -webkit-user-select: none;
            -moz-user-select: none;
            cursor: pointer;
        }

        .hotel-details-holder .photo-gallery-holder .see-all-highlighted {
            position: absolute;
            right: 0;
            bottom: 1px;
            padding: 8px 16px;
            z-index: 1001;
            font-size: 14px;
            color: white;
            background: black;
            -webkit-transition: all 0.218s;
            -moz-transition: all 0.218s;
            -o-transition: all 0.218s;
            transition: all 0.218s;
            opacity: 1;
            -webkit-user-select: none;
            -moz-user-select: none;
            cursor: pointer;
        }

    .hotel-details-holder .main-details-holder {
        position: relative;
        box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
        border-left: 1px solid #ebebeb;
        border-top: 1px solid #eee;
        margin-top: 0px !Important;
    }

    .hotel-details-holder .main-details {
        position: relative;
        width: 100%;
    }

        .hotel-details-holder .main-details .hotel-name {
            font-weight: normal;
            font-size: 25px;
            padding: 16px 16px 8px 16px;
            color: #333;
        }

        .hotel-details-holder .main-details .reviews {
            position: relative;
            display: inline-block;
            color: #333;
            font-weight: normal;
            height: 18px;
            padding-bottom: 7px;
            padding-left: 16px;
            margin-right: 40px;
            width: 260px;
        }

        .hotel-details-holder .main-details .category {
            position: relative;
            display: inline-block;
            font-size: 13px;
            color: gray;
            top: 0;
            /*margin-right: 20px;*/
            padding-left: 10px;
        }

        .hotel-details-holder .main-details .save {
            display: inline-block;
            text-align: right;
            color: #777;
            font-weight: bold;
            float: right;
            margin-top: 2px;
            margin-right: 20px;
            margin-left: 10px;
            font-size: 13px;
        }

            .hotel-details-holder .main-details .save:hover {
                display: inline-block;
                text-align: right;
                color: #343434;
                font-weight: bold;
                float: right;
                margin-top: 2px;
                margin-right: 20px;
                margin-left: 10px;
                font-size: 13px;
            }

            .hotel-details-holder .main-details .save .false {
                overflow: hidden;
                background: url(../Images/save-hotel-icon.png) -0px -0px no-repeat;
                background-position: left bottom;
                background-size: 16px 16px;
                width: auto;
                height: auto;
                display: inline-block;
                padding-left: 22px;
                cursor: pointer;
            }

        .hotel-details-holder .main-details .desc-holder {
            padding-bottom: 16px;
            padding-top: 5px;
            margin-right: 20px;
            margin-left: 16px;
        }

        .hotel-details-holder .main-details .desc {
            position: relative;
            font-size: 13px;
            text-transform: capitalize;
        }

        .hotel-details-holder .main-details .desc-new {
            position: relative;
            font-size: 13px;
        }

    .hotel-details-holder .amenities-holder {
        position: relative;
        box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
        border-left: 1px solid #ebebeb;
        border-top: 1px solid #eee;
        margin-top: 20px;
    }

        .hotel-details-holder .amenities-holder .title {
            font-size: 18px;
            color: #555;
            font-weight: bold;
            margin: 16px 16px 12px 16px;
        }

        .hotel-details-holder .amenities-holder .amenity-item {
            display: inline-block;
            margin-bottom: 3px;
            margin-right: 16px;
            white-space: inherit;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: top;
            width: 186px;
        }

    .hotel-details-holder .reviews-holder {
        position: relative;
        box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
        border-left: 1px solid #ebebeb;
        border-top: 1px solid #eee;
        margin-top: 70px;
    }

        .hotel-details-holder .reviews-holder .title {
            font-size: 18px;
            color: #555;
            font-weight: bold;
            margin: 16px 16px 12px 16px;
            border-top: 1px solid #eee;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
            position: absolute;
            top: -60px;
            left: -17px;
            width: 180px;
            height: 45px;
            padding: 8px 0px 0px 17px;
            background-color: #FFFFFF;
        }

        .hotel-details-holder .reviews-holder .reviews-avg {
            display: inline-block;
            font-size: 32px;
            color: #e7711b;
        }

        .hotel-details-holder .reviews-holder .stars {
            display: inline-block;
            margin-left: 6px;
            font-size: 11px;
            color: #888;
        }

        .hotel-details-holder .reviews-holder .reviews-list {
            margin: 25px 0px;
        }

        .hotel-details-holder .reviews-holder .reviews-item {
            position: relative;
            padding-bottom: 15px;
            min-height: 30px;
        }

        .hotel-details-holder .reviews-holder .reviews-profile {
            position: absolute;
            top: 2px;
            left: 0;
            width: 30px;
            height: 30px;
            border-radius: 2px;
        }

        .hotel-details-holder .reviews-holder .reviews-item-summary {
            position: relative;
            margin-left: 41px;
        }

        .hotel-details-holder .reviews-holder .reviews-item-by {
            margin-right: 10px;
            font-weight: bold;
            font-size: 13px;
            padding-bottom: .5px;
        }

        .hotel-details-holder .reviews-holder .reviews-item-stars {
            display: inline-block;
            height: 12px;
            margin-right: 10px;
        }

        .hotel-details-holder .reviews-holder .reviews-item-date {
            display: inline-block;
            height: 12px;
            color: #777;
            font-size: 12px;
        }

        .hotel-details-holder .reviews-holder .reviews-item-details {
            position: relative;
            margin-left: 41px;
            padding-top: 3.5px;
            font-size: 13px;
            line-height: 16px;
            color: #636363;
        }

    .hotel-details-holder .details-map-holder {
        position: relative;
        width: 100%;
        box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
        border-left: 1px solid #ebebeb;
        border-top: 1px solid #eee;
        height: 250px;
        margin-top: 20px;
    }

        .hotel-details-holder .details-map-holder .map {
            position: absolute;
            top: 0;
            left: 0;
            right: 207px;
            bottom: 0;
            background-color: #F8F8F8;
        }

        .hotel-details-holder .details-map-holder .map-details {
            position: absolute;
            vertical-align: top;
            top: 0;
            right: 0;
            width: 206px;
        }

div.review-full {
    overflow: hidden;
    background: url(../Images/star-full.png) -0px -0px no-repeat;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    height: 12px;
    width: 12px;
    margin-right: 1px;
    display: inline-block;
    float: left;
}

div.review-half {
    overflow: hidden;
    background: url(../Images/star-half.png) -0px -0px no-repeat;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    height: 12px;
    width: 12px;
    margin-right: 1px;
    display: inline-block;
    float: left;
}

@media (max-width:700px) {



    #divHotelChainsFilter {
        display: block;
        position: relative;
        right: 60%;
        max-width: 300px;
    }

    .Arrow_Span {
        position: relative;
        bottom: 67px;
        float: right;
    }



    .closeHref {
        position: absolute;
        right: 0px;
        bottom: 5px;
        width: 32px;
        height: 32px;
        opacity: 0.3;
    }

    #btnAllHotels {
        height: 38px;
        margin-top: 2%;
        margin-bottom: 2%;
    }




    .search-results {
        top: 60px;
    }

    #btncurr {
        margin: 0;
    }


    div.search-results-holder div.sort {
        /*padding-bottom: 10px !important;
       top:20px;*/
    }


    div.search-results-holder .search-results .item-holder {
        /*border-bottom: 1px solid #ebebeb;*/
        /*background-color: #fff;*/
        /*height: 100%;*/
        border-left: 0;
        border-right: 0;
        cursor: default !important;
        padding: 0px;
        padding-bottom: 0px;
    }

        /*div.search-results-holder .search-results .item-holder .pic-holder {
            position: static;
            left: 0px;
            top: 24px;
            width: 140px;
            height: 80px;
            clear: both;
        }

            div.search-results-holder .search-results .item-holder .pic-holder img {
                cursor: pointer;
                display: block;
                background-color: white;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
                -moz-user-select: none;*/
        /*  width: 88px;
                height: 61px;*/
        /*position: relative!important;
            }*/

        div.search-results-holder .search-results .item-holder .pic-holder-transfer {
            position: static;
            left: 0px;
            bottom: 0px;
            width: 106px;
            height: 61px;
            clear: both;
        }

            div.search-results-holder .search-results .item-holder .pic-holder-transfer img {
                cursor: pointer;
                display: block;
                background-color: white;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
                -moz-user-select: none;
                width: 88px;
                height: 61px;
            }

        div.search-results-holder .search-results .item-holder .details {
            background-color: inherit;
            display: inline-block;
            width: 55%; /*left: 10px;*/
            vertical-align: top;
            /*position: static;*/
        }

        div.search-results-holder .search-results .item-holder .hotel-title-holder {
            overflow: hidden;
            white-space: pre-line;
            cursor: pointer;
            /*position: static;*/
            margin-top: 5px;
            /*width: 70%;*/
        }

            div.search-results-holder .search-results .item-holder .hotel-title-holder .title {
                display: inline-block;
                overflow: hidden;
                font-weight: 500;
                /* color: #cf2828; */
                color: #C1212E;
                font-size: 18px;
                text-overflow: ellipsis;
                /*max-width: 280px;*/
                font-family: Tahoma;
            }

        div.search-results-holder .search-results .item-holder .details .title-holder {
            overflow: hidden;
            white-space: pre-line;
            cursor: pointer;
            /*position: static;*/
            margin-top: 5px;
            width: 70%;
        }

            div.search-results-holder .search-results .item-holder .details .title-holder .title {
                display: inline-block;
                overflow: hidden;
                font-weight: 500;
                /* color: #cf2828; */
                color: #C1212E;
                font-size: 18px;
                text-overflow: ellipsis;
                max-width: 280px;
                font-family: Tahoma;
            }

        div.search-results-holder .search-results .item-holder .details .price-holder {
            /*position: absolute;*/
            /* top: 130px;
                right: 70px;*/
            font-family: "VelociraptorHotelsFont", Arial, sans-serif;
            font-weight: bold;
            font-size: 20px;
            color: #333;
            float: right;
            clear: both;
            width: 10%;
        }

        div.search-results-holder .search-results .item-holder .price-holder {
            display: inline-block;
            font-family: "VelociraptorHotelsFont", Arial, sans-serif;
            font-weight: bold;
            /* font-size: 18px; */
            font-size: 12px;
            color: #333;
            vertical-align: top;
            padding-top: 30px;
            height: 108px;
            width: 16%;
        }

            div.search-results-holder .search-results .item-holder .price-holder span {
                font-size: 8px;
            }

        div.search-results-holder .search-results .item-holder .price-desc {
            color: #777;
            font-weight: normal;
            font-size: 10px;
        }

        div.search-results-holder .search-results .item-holder .details .price-desc {
            /*  position: absolute;
                top: 135px;
                right: 10px;*/
            color: #777;
            font-weight: normal;
            font-size: 13px;
            float: right;
            clear: both;
        }

        div.search-results-holder .search-results .item-holder .details .category {
            /*position: static;*/
            color: #636363;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: normal;
            font-size: 13px;
            margin-bottom: 5px;
        }

        div.search-results-holder .search-results .item-holder .details .reviews {
            /*  left: 0;
                position: static;
                top: 26px;*/
            font-weight: normal;
            font-size: 12px;
            /*max-width: 270px;*/
            /* overflow: hidden;
                width: 57%;*/
        }

        div.search-results-holder .search-results .item-holder .details .desc {
            /* position: static;
                top: 48px;
                left: 0;
                right: 115px;*/
            color: #636363;
            overflow: hidden;
            font-weight: normal;
            font-size: 12px;
            margin: 5px 0px 5px 0px;
            text-transform: capitalize;
            padding-top: 5px;
        }

        div.search-results-holder .search-results .item-holder .pic-holder img {
            width: 100px;
            height: 90px;
        }



        div.search-results-holder .search-results .item-holder .details .facilities {
            /*    position: static;
                bottom: 2px;
                left: 0;*/
            color: #636363;
            font-size: 13px;
            font-weight: bold;
            text-align: left;
            width: 54%;
            max-width: 240px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-top: 5px;
        }

        div.search-results-holder .search-results .item-holder .details .button {
            /*    position: static;
                bottom: 0;
                right: 0;*/
            height: 27px;
            font-size: 13px;
            width: 100%;
            margin: 10px 0px 10px 0px !Important;
            padding: 0px !Important;
        }
}

@media (max-width:680px) {
    div.search-results-holder div.sort .button {
        display: inline-block;
        height: 38px;
        margin: 0px 0px 8px 0px !Important;
        -webkit-user-select: none;
        -moz-user-select: -moz-none;
        -o-user-select: none;
        user-select: none;
        padding: 0px !Important;
        box-sizing: content-box;
        font-size: 11px;
        font-weight: bold;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
        cursor: pointer;
        width: 100%;
        clear: both;
    }
    /*christ*/
    .FilterBylocationDivClass {
        padding-left: 0;
        margin-bottom: 10px;
    }
}

@media (min-width:1320px) {
    .page-container div.search-results-holder {
        margin-left: 174px;
        margin-right: 20px;
        max-width: 650px;
        border: 1px;
    }

    .page-container div.search-results-holder-flight {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 650px;
        border: 1px;
    }

    .page-container div.map-holder {
        margin: 0 20px 20px 20px;
        right: 0;
        max-width: 700px;
        width: 100% !Important;
        height: 500px;
        position: absolute;
        top: 0;
        background-color: #CCCCCC;
        display: block;
        left: 824px;
    }
}

@media (min-width:1321px) and (max-width:1565px) {

    .page-container div.map-holder {
        margin: 0 20px 20px 20px;
        right: 0;
        max-width: 454px;
        width: 454px;
        height: 500px;
        position: absolute;
        top: 0;
        background-color: #CCCCCC;
        display: block;
        left: 824px;
    }
}

@media (max-width:1160px) {
    .page-container div.map-holder {
        display: none;
    }
}

@media (max-width:550px) {
    div.search-results-holder .search-results .items-container .title {
        font-size: 17px;
        color: #555;
        font-weight: bold;
        padding: 8px 12px 8px 12px;
    }

    div.search-results-holder .search-results .items-container .result-item-holder .item-type {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        padding-left: 0px;
    }

    div.search-results-holder .search-results .items-container .result-item-holder .item-price {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        overflow: hidden;
    }

    div.search-results-holder .search-results .items-container .result-item-holder .item-select {
        position: absolute;
        top: 35%;
        right: 5%;
    }
}

@media (max-width:500px) {
    .hotel-details-holder .main-details .reviews {
        position: relative;
        display: block;
        color: #333;
        font-weight: normal;
        height: 18px;
        padding-bottom: 7px;
        padding-left: 16px;
        margin-right: 0px;
        width: 100%;
    }

    .hotel-details-holder .main-details .category {
        position: relative;
        display: block;
        font-size: 13px;
        color: gray;
        font-weight: normal;
        height: 18px;
        padding-bottom: 7px;
        padding-left: 16px;
    }

    .hotel-details-holder .main-details .save {
        display: inline-block;
        text-align: left;
        color: #777;
        font-weight: bold;
        margin-top: 2px;
        margin-right: 0px;
        margin-left: 0px;
        font-size: 13px;
        padding-bottom: 7px;
        padding-left: 16px;
        float: none;
    }

        .hotel-details-holder .main-details .save:hover {
            display: inline-block;
            text-align: left;
            color: #343434;
            font-weight: bold;
            float: right;
            margin-top: 2px;
            margin-right: 0px;
            margin-left: 0px;
            font-size: 13px;
            float: none;
        }

    .hotel-details-holder .details-map-holder .map {
        position: absolute;
        top: 0;
        left: 0;
        right: 0px;
        bottom: 0;
    }

    .hotel-details-holder .details-map-holder .map-details {
        display: none;
    }
}

.pager-button {
    display: none;
    background-color: #CF2828;
    padding: 3px;
    color: #FFFFFF;
    border-radius: 3px;
    text-decoration: none;
}

    .pager-button:hover {
        display: none;
        background-color: #6d0000;
        padding: 3px;
        color: #FFFFFF;
        border-radius: 3px;
        text-decoration: none;
    }


a.pager-link {
    font-size: 14px;
    color: #cf2828;
    padding: 2px 4px;
    text-decoration: none;
    border-radius: 3px;
    margin: 0px 2px;
}

    a.pager-link:hover {
        font-size: 14px;
        color: #FFFFFF;
        padding: 2px 4px;
        text-decoration: none;
        border-radius: 3px;
        background-color: #6d0000;
        margin: 0px 2px;
    }

a.pager-link-active {
    font-size: 14px;
    color: #ffffff;
    background-color: #cf2828;
    padding: 2px 4px;
    text-decoration: none;
    border-radius: 3px;
    margin: 0px 2px;
}
/*******************************************************/


/********* Subpage *********/
.page-container div.main-section {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 850px;
}

.pageCheckBookings div.main-section {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 1150px;
}

.flightConfirmContainer div.main-section {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 750px;
}

.page-container div.main-section h1 {
    font-size: 28px;
    color: #333;
}

    .page-container div.main-section h1.UpdateStyle {
        font-size: 20px !important;
        margin: 0px !important;
    }

.page-container div.main-section .content {
    padding: 20px 20px 20px 10px;
}

.reduceTopContent div.main-section .content {
    padding: 20px 20px 20px 10px !important;
}

.page-container div.side-section {
    margin: 0 20px 20px 20px;
    right: 0;
    max-width: 254px;
    width: 254px;
    height: 500px;
    position: absolute;
    top: 0;
    background-color: rgb(182, 206, 250);
    /*display: block;*/
    left: 870px;
}

.page-container div.side-section-flight {
    margin: 0 20px 20px 20px;
    right: 0;
    max-width: 254px;
    width: 254px;
    height: 500px;
    position: absolute;
    top: 0;
    /*background-color: rgb(182, 206, 250 );*/
    background-color: #f8f8f8 !important;
    border: 1px solid #e0e0e0;
    display: block;
    left: 870px;
}

.page-container div.side-section-transfer {
    margin: 0 20px 20px 20px;
    right: 0;
    max-width: 254px;
    width: 254px;
    /*height: 500px;*/
    position: absolute;
    top: 0;
    background-color: rgb(182, 206, 250);
    /*display: block;*/
    left: 870px;
}



@media (min-width:1300px) {





    /*christ*/









    .page-container div.main-section {
        margin-left: 174px;
        margin-right: 20px;
        max-width: 850px;
        border: 1px;
    }

    .pageCheckBookings div.main-section {
        margin-left: 174px;
        margin-right: 20px;
        max-width: 1150px;
        border: 1px;
    }

    .flightConfirmContainer div.main-section {
        margin-left: 174px;
        margin-right: 20px;
        max-width: 750px;
        border: 1px;
    }

    .page-container div.side-section {
        margin: 0 20px 20px 20px;
        right: 0;
        max-width: 254px;
        width: 254px;
        height: 500px;
        position: absolute;
        top: 0;
        background-color: rgb(182, 206, 250);
        display: block;
        left: 1024px;
    }

    .page-container div.side-section-transfer {
        margin: 0 20px 20px 20px;
        right: 0;
        max-width: 360px;
        width: 360px;
        /*height: 500px;*/
        position: absolute;
        top: 0;
        background-color: rgb(182, 206, 250);
        display: block;
        left: 1024px;
    }

    .page-container div.side-section-flight {
        margin: 0 20px 20px 20px;
        right: 0;
        max-width: 354px;
        width: 354px;
        /*height: 500px;*/
        position: absolute;
        top: 70px;
        background-color: rgb(182, 206, 250);
        display: block;
        left: 924px;
    }
}

@media (max-width:1160px) {
    /*.page-container div.side-section {
        display: none;
    }*/

    .page-container div.side-section-transfer {
        display: none;
    }

    /*.page-container div.side-section-flight {
        display: none;
    }*/
    .page-container div.side-section-flight div.divSideFlightInfo {
        display: none;
    }
}

/***************************/
.bullet {
    background: url(../images/red-bullet.gif) no-repeat left 7px;
    padding-left: 10px;
}

.grey-line {
    background: url(../images/grey-dot.gif) repeat-x left center;
    height: 15px;
}

.top, .topsub {
    color: #000000;
    font-weight: bold;
    background: #FFF url(../images/arrow-top.gif) no-repeat 5px 6px;
    padding-left: 15px;
    float: right;
}

.paging {
    border: 1px solid #cfcfcf;
    /*background: url(../images/paging-bg.gif) repeat-x left top;*/
    background-image: linear-gradient(rgba(225,225,200,.1) 0,rgba(225,225,225,1) 100%);
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 8px;
    font-weight: bold;
    min-height: 33px;
    /*height: 33px; !important;*/
    margin-bottom: 5px;
}

.red {
    color: #cf0021;
}

.divULPos ul { /*position of ul in text inside subpages */
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    padding: 0 0 0 40px !important;
}



/*******************TOURS*******************/
/*******************************************/

.roomsStyle {
    margin-top: -10px;
}

.col-search-btn .btn1, .col-search-btn .btn2 {
    margin-bottom: 10px;
}


@media (max-width:300px) {

    .col-search-btn .btn1, .col-search-btn .btn2 {
        display: block;
    }
}


.tourContainer div.search-results-holder .search-results .item-holder .details .desc {
    top: 45px !important;
    right: 0px !important;
    text-transform: inherit;
}


.tourContainer div.search-results-holder .search-results .item-holder .details .title-holder, .transferContainer div.search-results-holder .search-results .item-holder .details .title-holder {
    white-space: normal !important;
}

.tourContainer .tourDates {
    color: #555;
    font-weight: normal;
    font-size: 13px;
}



.tourContainer .button, .divButton .button, .divButton .bookbtn {
    display: inline-block;
    height: 38px;
    margin-right: 8px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    padding: 0 8px;
    min-width: 54px;
    box-sizing: content-box;
    font-size: 11px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    cursor: pointer;
}

    .tourContainer .button span.fav-icon, .divButton .button span.fav-icon {
        background-image: url(../Images/fav-icon.png);
        background-repeat: no-repeat;
        padding-left: 20px;
    }

    .tourContainer .button span.map-icon, .divButton .button span.map-icon {
        background-image: url(../Images/map-icon.png);
        background-repeat: no-repeat;
        background-position: 0px 2px;
        padding-left: 20px;
    }




.tourContainer .button-holder .button, .divButton .button-holder .button, .transferContainer .button-holder .button {
    position: relative;
    bottom: 5px;
    /*right: 5px;*/
    margin-top: 10px;
    height: 30px;
    margin-right: 0px !Important;
}


@media (max-width:350px) {

    .divButton .button-holder .button {
        width: 100% !important;
        right: 5px;
    }

    .divButtonNoRight .button-holder .button {
        right: 0px !important;
    }
}


.tourContainer .button-holder, .divButton .button-holder {
    text-align: right;
}

/*.transferContainer .button-holder, .divButton .button-holder {
    text-align: right;
}
*/
.divButton .button-holder-Top {
    border-bottom: 1px solid #ebebeb;
}

.divButton .button-holder-Top {
    border-bottom: 1px solid #ebebeb;
}


.tourContainer .button-bg, .divButton .button-bg {
    border-color: rgba(0, 0, 0, 0.1);
    color: #444;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
}

    .tourContainer .button-bg:hover, .divButton .button-bg:hover {
        border-color: rgba(0, 0, 0, 0.2);
        color: #444;
        background-image: -webkit-linear-gradient(top, #f5f5f5, #f8f8f8);
        background-image: -moz-linear-gradient(top, #f5f5f5, #f8f8f8);
        background-image: -ms-linear-gradient(top, #f5f5f5, #f8f8f8);
        background-image: -o-linear-gradient(top, #f5f5f5, #f8f8f8);
    }

.tourContainer .button-bg-on, .divButton .button-bg-on {
    border-color: #ccc;
    color: #444;
    background-image: -webkit-linear-gradient(top, #eee, #e0e0e0);
    background-image: -moz-linear-gradient(top, #eee, #e0e0e0);
    background-image: -ms-linear-gradient(top, #eee, #e0e0e0);
    background-image: -o-linear-gradient(top, #eee, #e0e0e0);
}


.divButtonRed .button-bg {
    color: #FFFFFF !important;
    background-color: #cf2828 !important;
    background-image: none !important;
}

    .divButtonRed .button-bg:hover {
        color: #FFFFFF !important;
        background-color: #B22121 !important;
        background-image: none !important;
    }

.divButtonRed .button-bg-on {
    color: #FFFFFF !important;
    background-color: #B22121 !important;
    background-image: none !important;
}






.tourContainer div.search-results-holder .search-results .result-item-holder {
    padding-bottom: 8px;
    padding-left: 16px;
    position: relative;
}


    .tourContainer div.search-results-holder .search-results .result-item-holder .item-type {
        display: inline-block;
        padding-right: 1em;
        vertical-align: middle;
        width: 55%;
        padding-left: 20px;
    }

    .tourContainer div.search-results-holder .search-results .result-item-holder .item-price {
        display: inline-block;
        padding-right: 1em;
        vertical-align: middle;
        width: 35%;
        color: gray;
        overflow: hidden;
    }

    .tourContainer div.search-results-holder .search-results .result-item-holder .item-select {
        display: inline-block;
        text-align: right;
        vertical-align: middle;
        width: 5%;
    }


    .tourContainer div.search-results-holder .search-results .result-item-holder .item-price .price {
        color: black;
        font-weight: bold;
    }

.groupBorders {
    border: 1px solid #555555;
}

ul.chkListTourDates {
    list-style: none;
}

.chkListTourDates li {
    float: left;
    margin-right: 10px;
}

    .chkListTourDates li label {
        margin-left: 3px;
    }

.tourItemDates {
    padding: 15px 5px;
}

@media (max-width:550px) {


    .tourContainer div.search-results-holder .search-results .result-item-holder .item-type {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        padding-left: 0px;
    }

    .tourContainer div.search-results-holder .search-results .result-item-holder .item-price {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        overflow: hidden;
    }

    .tourContainer div.search-results-holder .search-results .result-item-holder .item-select {
        position: absolute;
        top: 35%;
        right: 5%;
    }
}


.redLink {
    color: #cf2828 !important;
}

    .redLink:hover, .redLink:active, .redLink:visited, .redLink:focus {
        color: #cf2828 !important;
        text-decoration: none !important;
    }


/*****Tour Details**/


.divTourDetails .title {
    padding: 8px 10px 8px 10px !important;
}

.groupBorders {
    border: 1px solid #555555;
}

.divTourDetails .result-item-holder::before {
    border-top: 0px !important;
}



.blockBorder {
    position: relative;
    box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #eee;
    margin-top: 20px;
    background-color: #FFF;
}



    .blockBorder .title {
        font-size: 18px;
        color: #555;
        font-weight: bold;
        margin: 16px 16px 12px 16px;
    }

    .blockBorder .subtitle {
        font-size: 12px;
    }

    .blockBorder .blockBorderContent {
        padding: 0 16px 16px 16px;
    }



/*.fontTitle {
    font-size: 28px;
    color: #333;
    font-weight: 500;
    line-height: 1.1;
}*/



.divFormStyleLabels {
    width: 100%;
}

    .divFormStyleLabels table {
        width: 100%;
        /*padding: 5px;*/
    }


    .divFormStyleLabels div {
        display: inline-block;
    }

    .divFormStyleLabels table tr td {
        padding-bottom: 5px;
    }


        .divFormStyleLabels table tr td .firstDiv {
            width: 150px;
            /*font-weight: 600;*/
            vertical-align: top;
        }

.divTourConfirmBooking .divFormStyleLabels table tr td .firstDiv, .transferConfirmContainer .divFormStyleLabels table tr td .firstDiv {
    color: rgb(202, 19, 37);
}


@media (max-width:540px) {

    .divFormStyleLabels div {
        display: block;
    }

    .divFormStyleLabels input[type=text], .divFormStyleLabels select, .divFormStyleLabels input[type=password], .divFormStyleLabels textarea {
        width: 100% !important;
    }
}



/* divFormStyleWithCalendar */
.divFormStyleWithCalendar {
    width: 100%;
}

.divRegister .form-control {
    display: inline-block !important;
}

.divFormStyleWithCalendar table {
    width: 100%;
    padding: 5px;
}

.divFormStyleWithCalendar .divForm {
    float: left;
}

.divFormStyleWithCalendar table tr td {
    padding-bottom: 10px;
}

.divFormStyleWithCalendar table tr .tdCalendar table tr td {
    padding-bottom: 0px !important;
}

.divFormStyleWithCalendar table tr td .divFirst {
    width: 150px;
}


.divFormStyleWithCalendar input[type=text], .divFormStyleWithCalendar input[type=password], .divFormStyleWithCalendar select {
    width: 260px;
}


.divFormStyleWithCalendar .divBtnLogin {
    width: 300px;
    text-align: right;
}


@media (max-width:991px) {

    .divFormStyleWithCalendar .divForm {
        float: none;
        width: 100%;
    }

    .divFormStyleWithCalendar table tr td .divFirst {
        width: 100% !Important;
    }

    .divFormStyleWithCalendar input[type=text], .divFormStyleWithCalendar input[type=password], .divFormStyleWithCalendar select {
        width: 100%;
    }


    .divFormStyleWithCalendar .divBtnLogin {
        width: 100%;
        text-align: right;
    }
}


.divtblPackage div:only-child {
    display: block;
    width: 100%;
}

.trTourPackages .divtblPackage {
    width: 75%;
}


.tourGroupGrid .result-item-holder {
    padding-bottom: 8px;
    padding-left: 16px;
    position: relative;
}


.tourGroupGrid .search-results .result-item-holder .item-price .price {
    color: black;
    font-weight: bold;
}



.tourGroupGrid .result-item-holder .price {
    color: black;
    font-weight: bold;
}


.tourGroupGrid .result-item-holder .item-type {
    display: inline-block;
    padding-right: 1em;
    vertical-align: middle;
    width: 50%;
    padding-left: 20px;
}

.tourGroupGrid .result-item-holder .item-price {
    display: inline-block;
    padding-right: 1em;
    vertical-align: middle;
    width: 20%;
    color: gray;
    overflow: hidden;
}

.tourGroupGrid .result-item-holder .item-select {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 25%;
}

.tourDoneGrid {
    border: 1px solid gray;
}

    .tourDoneGrid .title {
        font-weight: 700;
        color: #555555;
    }

    .tourDoneGrid .result-item-holder {
        padding-bottom: 8px;
        padding-left: 16px;
        position: relative;
    }


        .tourDoneGrid .result-item-holder .div1 {
            display: inline-block;
            padding-right: 1em;
            vertical-align: middle;
            width: 23%;
            color: gray;
            padding-left: 20px;
            text-align: center;
        }

        .tourDoneGrid .result-item-holder .div2 {
            display: inline-block;
            padding-right: 1em;
            vertical-align: middle;
            width: 35%;
            color: gray;
            overflow: hidden;
            text-align: center;
        }

        .tourDoneGrid .result-item-holder .div3 {
            display: inline-block;
            padding-right: 1em;
            vertical-align: middle;
            width: 22%;
            color: gray;
            color: gray;
            overflow: hidden;
            text-align: center;
        }

        .tourDoneGrid .result-item-holder .div4 {
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            color: gray;
            width: 16%;
        }

.flighResultGrid .title {
    font-weight: 700;
    color: #555555;
}

.flight-row {
    border-radius: .4em;
    /*background-color: rgba(0, 0, 0, 0.04);*/
    margin-bottom: 8px;
    border: 1px solid #cccccc;
}


.flighResultGrid .result-item-holder {
    padding-bottom: 8px;
    /*padding-left: 16px;*/
    position: relative;
    min-height: 80px;
}

    .flighResultGrid .result-item-holder .row0 {
        font-size: 14px;
        color: #1f1f1f;
    }

    .flighResultGrid .result-item-holder .row1 {
        font-size: 13px;
        color: #6b6b6b;
    }

    .flighResultGrid .result-item-holder .div0 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        /*width: 15%;*/
        position: absolute;
        /*left: 10px; 
         text-align: left;*/
        padding-left: 0px;
        left: -20px;
        text-align: center;
    }

    .flighResultGrid .result-item-holder .div1 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        /*width: 20%;*/
        position: absolute;
        left: 110px;
        padding-left: 0px;
        text-align: left;
    }

    .flighResultGrid .result-item-holder .div2 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        /*width: 15%;*/
        position: absolute;
        left: 270px;
        overflow: hidden;
        text-align: left;
    }

    .flighResultGrid .result-item-holder .div3 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        /*width: 15%;*/
        position: absolute;
        left: 390px;
        overflow: hidden;
    }

    .flighResultGrid .result-item-holder .div4 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        /*width: 25%;*/
        position: absolute;
        right: 0px;
        overflow: hidden;
        text-align: right;
    }

    .flighResultGrid .result-item-holder .div5 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        /*width: 20%;*/
        position: absolute;
        left: 110px;
        top: 40px;
        padding-left: 0px;
        text-align: left;
    }

        .flighResultGrid .result-item-holder .div5 a:hover, .flighResultGrid .result-item-holder .div5 a:visited {
            text-decoration: none;
        }

.divMoreInfoFlight {
    position: relative;
    min-height: 180px;
}

    .divMoreInfoFlight .div0 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        width: 100%;
        padding-left: 0px;
        text-align: left;
    }

    .divMoreInfoFlight .div1 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        padding-left: 0px;
        text-align: left;
        position: relative;
        top: 10px;
        left: 185px;
        color: #6b6b6b;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }


    .divMoreInfoFlight .div2 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        width: 56%;
        padding-left: 0px;
        text-align: left;
    }

    .divMoreInfoFlight .timing {
        font-size: 18px;
        color: #1f1f1f;
    }

@media (max-width:555px) {
    .divMoreInfoFlight .div1 {
        display: inline-block;
        padding-right: 3em;
        vertical-align: top;
        padding-left: 0px;
        text-align: left;
        position: relative;
        top: 20px;
        left: 10px;
        color: #6b6b6b;
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width:550px) {
    .tourGroupGrid .items-container .title {
        font-size: 16px;
        color: #555;
        font-weight: bold;
        padding: 8px 12px 8px 12px;
    }

    .tourGroupGrid .result-item-holder .item-type {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        padding-left: 0px;
    }

    .tourGroupGrid .result-item-holder .item-price {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
    }

    .tourGroupGrid .result-item-holder .item-select {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        overflow: hidden;
        text-align: left;
    }



    .tourDoneGrid .result-item-holder .div1 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        overflow: hidden;
        text-align: left;
        color: gray;
        padding-left: 0px;
    }

    .tourDoneGrid .result-item-holder .div2 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        overflow: hidden;
        text-align: left;
    }

    .tourDoneGrid .result-item-holder .div3 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        color: gray;
        overflow: hidden;
        text-align: left;
    }

    .tourDoneGrid .result-item-holder .div4 {
        display: block;
        text-align: left;
        vertical-align: middle;
        width: 100%;
        width: 15%;
    }


    .trTourPackages .divtblPackage {
        width: 100%;
    }


    .divMoreInfoFlight .div1 {
        display: block;
        padding-right: 1em;
        vertical-align: top;
        width: 100%;
        padding-left: 0px;
        text-align: left;
    }


    .divMoreInfoFlight .div2 {
        display: block;
        padding-right: 1em;
        vertical-align: top;
        width: 100%;
        padding-left: 0px;
        text-align: left;
    }
}

@media (max-width:720px) and (min-width:600px) {
    .flighResultGrid .result-item-holder .div1 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        /*width: 20%;*/
        position: absolute;
        left: 130px;
        padding-left: 0px;
        text-align: left;
    }

    .flighResultGrid .result-item-holder .div2 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        /*width: 15%;*/
        position: absolute;
        left: 250px;
        overflow: hidden;
        text-align: left;
    }

    .flighResultGrid .result-item-holder .div3 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        /*width: 15%;*/
        position: absolute;
        left: 340px;
        overflow: hidden;
    }

    .flighResultGrid .result-item-holder .div5 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        /*width: 20%;*/
        position: absolute;
        left: 130px;
        padding-left: 0px;
        text-align: left;
    }
}


@media (max-width:600px) {

    .flighResultGrid .result-item-holder .div0 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        padding-left: 0px;
        text-align: left;
        position: relative;
        left: 0px;
    }

    .flighResultGrid .result-item-holder .div1 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        padding-left: 0px;
        text-align: left;
        position: relative;
        left: 10px;
        width: 100px;
    }

    .flighResultGrid .result-item-holder .div2 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        overflow: hidden;
        text-align: left;
        position: relative;
        left: 10px;
    }

    .flighResultGrid .result-item-holder .div3 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        overflow: hidden;
        text-align: left;
        position: relative;
        left: 10px;
    }

    .flighResultGrid .result-item-holder .div4 {
        display: block;
        padding-right: 1em;
        vertical-align: top;
        overflow: hidden;
        text-align: right;
        margin-top: 5px;
        position: relative;
        right: 0px;
    }

    .flighResultGrid .result-item-holder .div5 {
        display: block;
        padding-right: 1em;
        vertical-align: top;
        width: 100%;
        padding-left: 0px;
        text-align: left;
        position: relative;
        left: 10px;
        top: 0px;
        display: none;
    }
}

@media (max-width:390px) {
    .flighResultGrid .result-item-holder .div0 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: top;
        padding-left: 0px;
        text-align: left;
        position: relative;
        left: 0px;
        width: 100%;
    }
}

.gridPassenger {
    width: 100%;
}


    .gridPassenger tr td {
        padding: 5px 0px 5px 5px;
    }


    .gridPassenger .result-item-holder .div1 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: middle;
        width: 10%;
        padding-left: 20px;
    }

    .gridPassenger .result-item-holder .div2 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: middle;
        width: 35%;
        color: gray;
    }

    .gridPassenger .result-item-holder .div3 {
        display: inline-block;
        text-align: right;
        vertical-align: middle;
        width: 35%;
    }

    .gridPassenger .result-item-holder .div4 {
        display: inline-block;
        text-align: right;
        vertical-align: middle;
        width: 15%;
    }



@media (max-width:700px) {

    .gridPassenger .result-item-holder .div1 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        padding-left: 0px;
    }

    .gridPassenger .result-item-holder .div2 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        overflow: hidden;
    }

    .gridPassenger .result-item-holder .div3 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        overflow: hidden;
    }


    .gridPassenger .result-item-holder .div4 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        overflow: hidden;
        text-align: left;
    }


    .gridPassenger select, .gridPassenger input[type=text] {
        width: 100% !important;
        margin-top: 5px;
    }
}


.divPackages {
    background-color: #FFFFFF;
    width: 180px;
    padding: 5px !important;
    border: 1px solid gray;
    z-index: 200;
}


/*  Form Style TextBox DropDown*/
.inlinectrlForm {
    width: 200px;
    height: 25px;
}

.ctrlForm {
    display: block;
    width: 200px;
    height: 25px;
}


/* Div Loader Attributes */
div.dropmenu-hold2 {
    display: none;
    position: absolute;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

div.SubLayer {
    background-color: #e8e7e7;
    color: #0056A0;
}

.SubLayer td {
    color: #0056A0;
}

.popUpTitleFont {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}


.popupwindow {
    z-index: 1;
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: White;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}



.popupbg {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.PassengerItem .popupNew {
    width: 160px;
    min-height: 25px;
    padding-right: 0 !important;
    vertical-align: middle;
    padding-left: 0px !important;
    font-size: 12px;
}


    .PassengerItem .popupNew div {
        padding-left: 0px !important;
    }


.Opacity {
    filter: alpha(opacity=25);
    moz-opacity: .25;
    opacity: .25;
    khtml-opacity: .25;
}

.ErrorBorder {
    border: 1px solid gray;
    margin-top: 10px;
    padding: 10px;
}

.subtitle {
    /*font-size: 18px;*/
    color: #000;
    /*font-weight: bold;*/
    padding: 16px 0px 12px 0px;
    font-family: Tahoma,"Segoe UI",Segoe,Arial,Verdana,sans-serif;
    font-size: 26px;
}

.subtitleParentDiv .subtitle {
    font-size: 18px !important;
    padding: 0px !important;
}

.subtitleWithoutPadding {
    font-size: 18px;
    color: #555;
    font-weight: bold;
}

.subtitleWithoutTopPadding {
    font-size: 20px;
    color: #555;
    /*font-weight: bold;*/
    padding: 0px 0px 12px 0px;
}


.subtitle14Red {
    font-size: 14px;
    color: #CA1325;
    font-weight: bold;
}


.margintop10 {
    margin-top: 10px;
}


tr.bold11redvoucher th {
    background: #f8f6f7;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000000;
    font-weight: bold;
    color: #cf0021;
    font-size: 11px;
}


.tourContainer div.search-results-holder .search-results {
    position: relative;
    background: white;
    max-width: 850px;
}

.tourContainer .col-datepicker-2, .transferContainer .col-datepicker-2 {
    float: left;
    margin-right: 15px;
    width: 200px;
}

.button-holder-Left {
    float: left;
}

@media (max-width:650px) {
    .button-holder-Left {
        float: none;
        width: 100%;
        text-align: right;
    }
}




@media (max-width:650px) {
    .tourContainer .col-datepicker-2 {
        width: 100% !important;
        float: none;
    }

    .transferContainer .col-datepicker-2 {
        width: 100% !important;
        float: none;
    }
}


/*******************TRANSFERS*******************/
/***********************************************/

.ulTabs {
    list-style: none;
    margin-bottom: 10px !important;
    /*position: absolute;*/
    top: 15px;
    right: 0;
}

    .ulTabs li {
        float: left;
    }

.inlineBlock {
    display: inline-block !important;
}


a.active {
    background-color: #cf2828 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    display: block !important;
    border-radius: 0.26666667em !important;
    padding: 0.6em !important;
    text-decoration: none !important;
}

.fieldWidth {
    width: 90px;
}

.fieldLargeWidth {
    width: 150px;
}

@media (max-width:1100px) {
    .fieldResponsive {
        float: none;
        width: 100%;
        display: block;
    }

        .fieldResponsive input[type=text], .fieldResponsive select, .fieldResponsive .container {
            width: 100% !important;
        }
}


.fieldResponsiveSmall {
    padding-bottom: 10px;
}


@media (max-width:780px) {
    .ulTabs {
        position: relative !important;
        top: 0px;
    }
}

/*@media (max-width:510px) {
    .ulTabs li {
        float: none!important;
        margin-left: 0px!important;
    }
}*/


.transferContainer div.search-results-holder .search-results .item-holder .details .desc {
    top: 5px !important;
    right: 0px !important;
    position: relative !important;
}

.page-container div.right-holder {
    margin: 0 20px 20px 20px;
    right: 0;
    max-width: 454px;
    width: 454px;
    height: 500px;
    position: absolute;
    top: 0;
    border: 1px solid gray;
    display: block;
    left: 824px;
}


@media (max-width:1160px) {
    .page-container div.right-holder {
        display: none;
    }
}

.transferContainer div.search-results-holder .search-results {
    position: relative;
    background: white;
    max-width: 850px;
}



.transferGrid .title {
    font-weight: 700;
    color: #555555;
}

.transferGrid .result-item-holder {
    padding-bottom: 8px;
    padding-left: 16px;
    position: relative;
    border: 1px solid #ebebeb;
    margin-bottom: 25px
}

    .transferGrid .result-item-holder .item-list-div, .transferGrid .result-item-holder .item-list-div input, select {
        display: inline-block;
        padding-right: 1em;
        color: gray;
        vertical-align: top;
        padding-top: 5px;
    }

    .transferGrid .result-item-holder .item-list-div80 {
        display: inline-block;
        padding-right: 1em;
        color: gray;
        width: 75%;
    }

    .transferGrid .result-item-holder .item-list-div50 img {
        float: right;
    }

    .transferGrid .result-item-holder .servicelist {
        max-width: 450px;
    }


    .transferGrid .result-item-holder .text {
        vertical-align: top;
        padding-top: 5px;
    }

    .transferGrid .result-item-holder .highlight {
        color: #0062B3;
        font-size: 11px;
    }

    .transferGrid .result-item-holder .title {
        font-weight: 500;
        color: #C1212E;
        font-size: 20px;
    }

.transferGrid .title2 {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    margin: 12px 0px 5px 0px;
}

.transferGrid .result-item-holder .sub-title {
    font-weight: 500;
    color: #C1212E;
    font-size: 14px;
    padding-top: 5px;
    width: 110px;
}

.transferGrid .result-item-holder .sub-title-long {
    font-weight: 500;
    color: #C1212E;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.transferGrid .result-item-holder .item-list-div.price {
    float: right;
    vertical-align: middle;
    padding-top: 35px;
    font-weight: 500;
    padding-right: 0.5em;
    color: black;
    font-size: 20px;
}



.loungeGrid .title {
    font-weight: 700;
    color: #555555;
}

.loungeGrid .result-item-holder {
    padding-bottom: 8px;
    padding-left: 16px;
    position: relative;
    border: 1px solid #ebebeb;
    position: relative;
    margin-bottom: 5px
}

    .loungeGrid .result-item-holder .item-list-div, .loungeGrid .result-item-holder .item-list-div input, select {
        display: inline-block;
        padding-right: 1em;
        color: gray;
        vertical-align: top;
        padding-top: 5px;
    }

    .loungeGrid .result-item-holder .item-list-div80 {
        display: inline-block;
        padding-right: 1em;
        color: gray;
        width: 75%;
    }

    .loungeGrid .result-item-holder .item-list-div50 img {
        float: right;
    }

    .loungeGrid .result-item-holder .servicelist {
        max-width: 450px;
    }


    .loungeGrid .result-item-holder .text {
        vertical-align: top;
        padding-top: 5px;
    }

    .loungeGrid .result-item-holder .highlight {
        color: #0062B3;
        font-size: 11px;
    }

    .loungeGrid .result-item-holder .title {
        font-weight: 500;
        color: #C1212E;
        font-size: 20px;
    }

.loungeGrid .title2 {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    margin: 12px 0px 5px 0px;
}

.loungeGrid .result-item-holder .sub-title {
    font-weight: 500;
    color: #C1212E;
    font-size: 14px;
    padding-top: 5px;
    width: 110px;
}

.loungeGrid .result-item-holder .sub-title-long {
    font-weight: 500;
    color: #C1212E;
    font-size: 14px;
    padding-top: 5px;
}

.loungeGrid .result-item-holder .item-list-div.price {
    float: right;
    vertical-align: middle;
    padding-top: 35px;
    font-weight: 500;
    padding-right: 0.5em;
    color: black;
    font-size: 20px;
}

/* Car Rental*/

.CarRentalGrid .title {
    font-weight: 700;
    color: #555555;
}

.CarRentalGrid .result-item-holder {
    padding-bottom: 8px;
    padding-left: 16px;
    position: relative;
    border: 1px solid #ebebeb;
    position: relative;
    margin-bottom: 5px
}

    .CarRentalGrid .result-item-holder .item-list-div, .loungeGrid .result-item-holder .item-list-div input, select {
        display: inline-block;
        padding-right: 1em;
        color: gray;
        vertical-align: top;
        padding-top: 5px;
    }

    .CarRentalGrid .result-item-holder .item-list-div80 {
        display: inline-block;
        padding-right: 1em;
        color: gray;
        width: 75%;
    }

    .CarRentalGrid .result-item-holder .item-list-div50 img {
        float: right;
    }

    .CarRentalGrid .result-item-holder .servicelist {
        max-width: 450px;
    }


    .CarRentalGrid .result-item-holder .text {
        vertical-align: top;
        padding-top: 5px;
    }

    .CarRentalGrid .result-item-holder .highlight {
        color: #0062B3;
        font-size: 11px;
    }

    .CarRentalGrid .result-item-holder .title {
        font-weight: 500;
        color: #C1212E;
        font-size: 20px;
    }

.CarRentalGrid .title2 {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    margin: 12px 0px 5px 0px;
}

.CarRentalGrid .result-item-holder .sub-title {
    font-weight: 500;
    color: #333333;
    font-size: 14px;
    padding-top: 5px;
    width: 110px;
}

.CarRentalGrid .result-item-holder .sub-title-long {
    font-weight: 500;
    color: #C1212E;
    font-size: 14px;
    padding-top: 5px;
}

.CarRentalGrid .result-item-holder .item-list-div.price {
    float: right;
    vertical-align: middle;
    padding-top: 35px;
    font-weight: 500;
    padding-right: 0.5em;
    color: black;
    font-size: 20px;
}



@media (max-width:900px) {
    .transferGrid .result-item-holder .item-list-div.price {
        padding-top: 0px;
        font-size: 14px;
    }

    .loungeGrid .result-item-holder .item-list-div.price {
        padding-top: 0px;
        font-size: 17px;
    }

    .CarRentalGrid .result-item-holder .item-list-div.price {
        padding-top: 0px;
        font-size: 17px;
    }
}


.transferGrid .result-item-holder .item-list-div.select {
    vertical-align: top;
    padding-top: 30px;
}

.transferGrid .result-item-holder .div1 {
    padding-right: 1em;
    vertical-align: middle;
    width: 45%;
    color: gray;
    /*padding-left: 20px;*/
    text-align: left;
}

.transferGrid .result-item-holder .div2 {
    display: inline-block;
    padding-right: 1em;
    vertical-align: middle;
    width: 45%;
    color: gray;
    overflow: hidden;
    text-align: left;
}

.transferGrid .result-item-holder .div3 {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 5%;
}

.loungeGrid .result-item-holder .item-list-div.select {
    vertical-align: top;
    padding-top: 30px;
}

.loungeGrid .result-item-holder .div1 {
    padding-right: 1em;
    vertical-align: middle;
    width: 45%;
    color: gray;
    /*padding-left: 20px;*/
    text-align: left;
}

.loungeGrid .result-item-holder .div2 {
    display: inline-block;
    padding-right: 1em;
    vertical-align: middle;
    width: 45%;
    color: gray;
    overflow: hidden;
    text-align: left;
}

.loungeGrid .result-item-holder .div3 {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 5%;
}


.CarRentalGrid .result-item-holder .item-list-div.select {
    vertical-align: top;
    padding-top: 30px;
}

.CarRentaGrid .result-item-holder .div1 {
    padding-right: 1em;
    vertical-align: middle;
    width: 45%;
    color: gray;
    /*padding-left: 20px;*/
    text-align: left;
}

.CarRentaGrid .result-item-holder .div2 {
    display: inline-block;
    padding-right: 1em;
    vertical-align: middle;
    width: 45%;
    color: gray;
    overflow: hidden;
    text-align: left;
}

.CarRentaGrid .result-item-holder .div3 {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 5%;
}



@media (max-width:450px) {

    .transferGrid .result-item-holder .div1 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        padding-left: 0px;
        text-align: left;
    }

    .transferGrid .result-item-holder .div2 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        overflow: hidden;
        text-align: left;
    }

    .loungeGrid .result-item-holder .div3 {
        position: absolute;
        top: 10%;
        right: 5%;
    }

    .loungeGrid .result-item-holder .div1 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        padding-left: 0px;
        text-align: left;
    }

    .loungeGrid .result-item-holder .div2 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        overflow: hidden;
        text-align: left;
    }

    .loungeGrid .result-item-holder .div3 {
        position: absolute;
        top: 10%;
        right: 5%;
    }


    /*Car Rental*/

    .CarRentalGrid .result-item-holder .div3 {
        position: absolute;
        top: 10%;
        right: 5%;
    }

    .CarRentalGrid .result-item-holder .div1 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        padding-left: 0px;
        text-align: left;
    }

    .CarRentalGrid .result-item-holder .div2 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        overflow: hidden;
        text-align: left;
    }

    .CarRentalGrid .result-item-holder .div3 {
        position: absolute;
        top: 10%;
        right: 5%;
    }


    .subtitle {
        font-size: 16px !important;
    }

    .transferGrid .result-item-holder .item-list-div.price {
        padding-top: 0px;
        font-size: 10px;
    }

    .loungeGrid .result-item-holder .item-list-div.price {
        padding-top: 0px;
        font-size: 10px;
    }

    .CarRentalGrid .result-item-holder .item-list-div.price {
        padding-top: 0px;
        font-size: 16px;
    }
}

@media (max-width:320px) {
    .transferGrid .result-item-holder .div3 {
        right: 10%;
    }

    .loungeGrid .result-item-holder .div3 {
        right: 5%;
    }

    .CarRentalGrid .result-item-holder .div3 {
        right: 5%;
    }
}



.transferContainer .side-section, .tourContainer .side-section, .divTourConfirmBooking .side-section, .transferConfirmContainer .side-section, .flightContainer .side-section, .flightConfirmContainer .side-section, .flightConfirmContainer .side-section-flight {
    /*background-color: rgba(0, 0, 0, 0.09)!important;*/
    background-color: rgb(182, 206, 250) !important;
    padding: 10px !important;
    height: 400px !important;
    line-height: 1.7em;
}

.transferContainer .side-section-transfer, .transferConfirmContainer div.side-section-transfer {
    background-color: rgb(182, 206, 250) !important;
    padding: 10px !important;
    line-height: 1.7em;
}

.divChangeDateTop {
    padding: 5px;
    background-color: rgb(92 93 94) !important;
    min-height: 50px;
}


@media (max-width: 1160px) {
    /*and (min-width:700px)*/
    .transferContainer div.side-section, .tourContainer div.side-section, .divTourConfirmBooking div.side-section, .transferConfirmContainer div.side-section, .flightContainer div.side-section, .flightConfirmContainer div.side-section, .flightConfirmContainer div.side-section-flight {
        display: block !important;
        position: relative;
        width: 100%;
        height: 100% !important;
        padding-left: 30px !important;
        margin-right: 20px;
        max-width: 850px;
        left: 0px !important;
        margin-left: 0px !important;
    }

    .transferContainer div.side-section-transfer, .transferConfirmContainer div.side-section-transfer {
        display: block !important;
        position: relative;
        width: 100%;
        height: 100% !important;
        padding-left: 30px !important;
        margin-right: 20px;
        max-width: 850px;
        left: 0px !important;
        margin-left: 0px !important;
    }
}


.gridTransferPassenger {
    width: 100%;
}


    .gridTransferPassenger tr td {
        padding: 5px 0px 5px 5px;
    }


    .gridTransferPassenger .result-item-holder .div1 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: middle;
        width: 15%;
        padding-left: 20px;
    }

    .gridTransferPassenger .result-item-holder .div2 {
        display: inline-block;
        padding-right: 1em;
        vertical-align: middle;
        width: 38%;
        color: gray;
    }

    .gridTransferPassenger .result-item-holder .div3 {
        display: inline-block;
        vertical-align: middle;
        padding-right: 1em;
        width: 42%;
        color: gray;
    }


@media (max-width:700px) {

    .gridTransferPassenger .result-item-holder .div1 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        padding-left: 0px;
    }

    .gridTransferPassenger .result-item-holder .div2 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        overflow: hidden;
    }

    .gridTransferPassenger .result-item-holder .div3 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        overflow: hidden;
    }

    .gridTransferPassenger select, .gridTransferPassenger input[type=text] {
        width: 100% !important;
        margin-top: 5px;
    }
}

.colorRed {
    font-weight: 600;
    color: rgb(202, 19, 37);
}

.divTravelInfo .divFormStyleLabels {
    width: 49% !important;
    display: inline-block;
}

    .divTravelInfo .divFormStyleLabels table div {
        display: block;
    }

    .divTravelInfo .divFormStyleLabels table tr td {
        padding-bottom: 5px;
    }

        .divTravelInfo .divFormStyleLabels table tr td .firstDiv {
            width: 250px;
            /*font-weight: 600;*/
            vertical-align: top;
            color: rgb(202, 19, 37);
        }


@media (max-width:730px) {

    .divTravelInfo .divFormStyleLabels {
        width: 100% !important;
        display: block;
    }


        .divTravelInfo .divFormStyleLabels div {
            display: block;
        }

        .divTravelInfo .divFormStyleLabels input[type=text], .divTravelInfo .divFormStyleLabels select {
            width: 100% !important;
        }

        .divTravelInfo .divFormStyleLabels table tr td .firstDiv {
            width: 100% !important;
        }
}

@media (max-width:330px) {
    .transferConfirmContainer .blockBorder .title {
        font-size: 14px;
    }
}


.transferDoneGrid {
    border: 1px solid gray;
}

    .transferDoneGrid .title {
        font-weight: 700;
        color: #555555;
    }

    .transferDoneGrid .result-item-holder {
        padding-bottom: 5px;
        padding-left: 16px;
        position: relative;
    }


        .transferDoneGrid .result-item-holder .div1 {
            display: inline-block;
            padding-right: 1em;
            vertical-align: middle;
            width: 33%;
            color: gray;
            padding-left: 20px;
            text-align: left;
        }

        .transferDoneGrid .result-item-holder .div2 {
            display: inline-block;
            padding-right: 1em;
            vertical-align: middle;
            width: 42%;
            color: gray;
            overflow: hidden;
            text-align: left;
        }


        .transferDoneGrid .result-item-holder .div3 {
            display: inline-block;
            text-align: left;
            vertical-align: middle;
            color: gray;
            width: 23%;
        }







@media (max-width:700px) {

    .transferDoneGrid .result-item-holder .div1 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        overflow: hidden;
        text-align: left;
        color: gray;
        padding-left: 0px;
    }

    .transferDoneGrid .result-item-holder .div2 {
        display: block;
        padding-right: 1em;
        vertical-align: middle;
        width: 100%;
        color: gray;
        overflow: hidden;
        text-align: left;
    }


    .transferDoneGrid .result-item-holder .div3 {
        display: block;
        text-align: left;
        vertical-align: middle;
        width: 100%;
    }

    .transferDoneGrid .title {
        display: block;
        width: 100%;
    }
}



/*******************MemberArea*******************/
/************************************************/

.divEditProfile .divFormStyleLabels table tr td .firstDiv {
    width: 250px;
}

@media (max-width:610px) {

    .divEditProfile .divFormStyleLabels table tr td .firstDiv {
        width: 100%;
    }

    .divEditProfile .divFormStyleLabels div {
        display: block;
    }

    .divEditProfile .divFormStyleLabels input[type=text], .divEditProfile .divFormStyleLabels select, .divEditProfile .divFormStyleLabels input[type=password], .divEditProfile .divFormStyleLabels textarea {
        width: 100% !important;
        margin-bottom: 5px;
    }

    .button-holder .button {
        width: 45%
    }
}



.tblDesign {
    border: 1px solid white;
}

    .tblDesign th {
        background-color: #555555;
        color: #FFF;
        text-align: center;
        font-weight: normal;
    }

    .tblDesign tr {
        background-color: #F4F4F4;
    }

    .tblDesign td {
        text-align: center;
    }


.divCheckBookingDetails {
    width: 85px;
}

/*.Whitebg , .Whitebg th ,.Whitebg td {
      background-color: #FFFFFF !important;
}*/
.accomodation-table, .accomodation-table, .accomodation-table th, .accomodation-table td {
    background-color: #FFFFFF !important;
}

    .accomodation-table td, .accomodation-table th {
        text-align: left !important;
    }

    .accomodation-table th {
        color: #cf0021 !important;
    }

/******** Responsive Tables ********/


.tblResponsive {
    border: 1px solid white;
    border-spacing: 1px;
}

    .tblResponsive th {
        background-color: #555555;
        color: #FFF;
        text-align: center;
        font-weight: normal;
    }

        .tblResponsive th a {
            color: #FFF !important;
        }

    .tblResponsive tr {
        background-color: #F4F4F4;
    }

    .tblResponsive td {
        text-align: center;
    }

.tblResponsiveCentral {
    border: 1px solid white;
    border-spacing: 1px;
}

    .tblResponsiveCentral th {
        background-color: #D8D7D7;
        color: #4D0016;
        text-align: center;
        font-weight: normal;
    }

.tblResponsiveCentralth a {
    color: #FFF !important;
}

.tblResponsiveCentraltr {
    background-color: #F4F4F4;
}

.tblResponsiveCentraltd {
    text-align: center;
}




@media (max-width:300px) {
    .tblHorizontalResponsive th, .tblHorizontalResponsive td {
        display: block;
    }
}
/*hicham*/
@media (min-width:301px) and (max-width:500px) {
    .tblHorizontalResponsive th:nth-of-type(3) {
        display: block;
    }
}

.tblResponsiveCheapestFlight, .tblResponsiveCheapestFlight thead, .tblResponsiveCheapestFlight tbody, .tblResponsiveCheapestFlight th, .tblResponsiveCheapestFlight td, .tblResponsiveCheapestFlight tr {
    display: block;
}

    .tblResponsiveCheapestFlight td {
        float: left;
    }

.divCheapestFlightTitle {
    width: 82px;
    height: 25px;
    padding-top: 2px;
}

.divCheapestFlight {
    width: 80px;
    height: 25px;
    border: 1px solid gray;
    text-align: center;
    background-color: #FFFFFF;
}


@media print {
    td, tr {
        font-size: 11px;
    }

    .tblResponsive {
        display: table;
    }

        .tblResponsive thead {
            display: table-header-group;
        }

        .tblResponsive tbody {
            display: table-row-group;
        }

        .tblResponsive th, .tblResponsive td {
            display: table-cell;
        }

        .tblResponsive tr {
            display: table-row;
        }

    .tblHorizontalResponsive .hidetd {
        display: none;
    }

    .tblResponsive th {
        position: relative;
        top: 0px;
        left: 0px;
    }

    .tblResponsive tr {
        border: 1px solid #838080;
    }


    .tblResponsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #DEDEDE;
        position: relative;
        padding-left: 0;
        text-align: center;
    }

    .divcurr {
        display: none;
    }
}

@media (min-width:600px) and (max-width: 760px) {

    /*Common*/
    .tblResponsive.tblVoucherrooms, .tblResponsive.tblVoucherrooms tbody {
        display: table;
    }

        .tblResponsive.tblVoucherrooms thead, .tblResponsive.tblVoucherrooms th {
            display: table-cell;
        }


        .tblResponsive.tblVoucherrooms tr {
            display: table-row;
        }

        .tblResponsive.tblVoucherrooms td {
            display: table-cell;
            border: 1px solid black;
        }

        .tblResponsive.tblVoucherrooms .tblResponsiveInline td {
            border: none;
        }

        .tblResponsive.tblVoucherrooms .tblResponsiveInline {
            border-collapse: revert !important;
        }

        .tblResponsive.tblVoucherrooms th {
            position: relative;
            top: unset;
            left: unset;
        }



        .tblResponsive.tblVoucherrooms td {
            /* Behave  like a "row" */
            /*   border: none;
            border-bottom: 1px solid #DEDEDE;*/
            position: relative;
            /*      padding-left: 0%;
            text-align: center;*/
        }
}


@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* for table like form ex:FlightPrevBookingDetails*/
    .tblHorizontalResponsive, .tblHorizontalResponsive thead, .tblHorizontalResponsive tbody, .tblHorizontalResponsive tr {
        display: block;
    }

        .tblHorizontalResponsive .hidetd {
            display: block;
        }


    /*if we have table with lable fields right and left (4 columns)*/
    .tblTableLabels, .tblTableLabels thead, .tblTableLabels tbody, .tblTableLabels th, .tblTableLabels td, .tblTableLabels tr {
        display: block;
    }

    /*Common*/
    .tblResponsive, .tblResponsive thead, .tblResponsive tbody, .tblResponsive th, .tblResponsive td, .tblResponsive tr {
        display: block;
    }

        .tblResponsive th {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .tblResponsive tr {
            border: 1px solid #838080;
        }


        .tblResponsive td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #DEDEDE;
            position: relative;
            padding-left: 0%;
            text-align: center;
        }


    /*Common*/
    .tblResponsiveCentral, .tblResponsiveCentral thead, .tblResponsiveCentral tbody, .tblResponsiveCentral th, .tblResponsiveCentral td, .tblResponsiveCentral tr {
        display: block;
    }

        .tblResponsiveCentral th {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .tblResponsiveCentral tr {
            border: 1px solid #838080;
        }


        .tblResponsiveCentral td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #DEDEDE;
            position: relative;
            /*padding-left: 50%;
            text-align: center;*/
        }

    .accomodation-table td {
        /* Behave  like a "row" */
        border: none !important;
    }

    .tblGuestUser td {
        padding-left: 0px;
    }

    .accomodation-table tr {
        /* Behave  like a "row" */
        border: none !important;
    }

    .tblResponsive td:before {
        /* Now like a table header */
        /*position: absolute;*/
        /* Top/left values mimic padding */
        /*top: 6px;*/
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 700;
        color: #333;
    }

    .tblResponsiveCentral td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 700;
        color: #333;
    }


    /*if we have table inside the main table*/
    .tblResponsiveInline {
        width: 100%;
    }

        .tblResponsiveInline td {
            padding-left: 0%;
        }

            .tblResponsiveInline td:before {
                width: 0%;
                /*' display: none;*/
                position: relative;
                top: 0px;
                left: 0px;
                width: 0%;
            }

    .tblHideTdBefore td:before {
        display: none !Important;
    }

    /*FlightModifyBooking*/
    .tblFlightPassengers input[type=text], .tblFlightPassengers td {
        width: 100% !important;
    }

    .divCheckBookingDetails {
        width: 100%;
    }

    /*Responsive Header Titles*/

    /*.tblResponsive.tblRoomDates {
        height:100px
    }*/

    /*Hotel Confirm Booking */
    .tblResponsive.tblRoomDates td:nth-of-type(1):before {
        content: "Dates"; /*"Room Type";*/
        font-weight: normal;
        color: #cf0021;
    }

    .tblResponsive.tblRoomDates td:nth-of-type(2):before {
        content: "Price"; /*"Adults";*/
        font-weight: normal;
        color: #cf0021;
    }

    .tblResponsive.tblRoomDates td:nth-of-type(3):before {
        content: "Status"; /*"Children";*/
        color: #cf0021;
        font-weight: normal;
    }

    .tblResponsive.tblRoomDates td:nth-of-type(4):before {
        content: "Units";
        color: #cf0021;
        font-weight: normal;
    }

    .tblResponsive.tblRoomDates td:nth-of-type(5):before {
        content: "Rooms";
        color: #cf0021;
        font-weight: normal;
    }
    /*.tblResponsive.tblRoomDates td:nth-of-type(6):before {
        content: "Client Names";
        color: #cf0021;
        font-weight: normal;
    }*/


    .tblResponsive1.tblRoomDates1 {
        display: none;
    }

    /*.tblResponsive.tblClientNames td:nth-of-type(1):before {
        content: "Client Names";
        font-weight: normal;
        color: #cf0021;
        margin-top:-5px
    }*/


    /*Transfer Booking Done*/
    .tblResponsive.tblTransferBookingDone td:nth-of-type(1):before {
        content: "Date";
    }

    .tblResponsive.tblTransferBookingDone td:nth-of-type(2):before {
        content: "Terminal Time";
    }

    .tblResponsive.tblTransferBookingDone td:nth-of-type(3):before {
        content: "From";
    }

    .tblResponsive.tblTransferBookingDone td:nth-of-type(4):before {
        content: "To";
    }

    .tblResponsive.tblTransferBookingDone td:nth-of-type(5):before {
        content: "Price";
    }



    /*Tour Booking Done*/

    .tblResponsive.tblTourBookingDone td:nth-of-type(1):before {
        content: "Tour Date";
    }

    .tblResponsive.tblTourBookingDone td:nth-of-type(2):before {
        content: "Name";
    }

    .tblResponsive.tblTourBookingDone td:nth-of-type(3):before {
        content: "Price";
    }

    .tblResponsive.tblTourBookingDone td:nth-of-type(4):before {
        content: "Status";
    }


    /*SubAgentList*/

    .tblResponsive.tblSubAgentList td:nth-of-type(1):before {
        content: "Username";
    }

    .tblResponsive.tblSubAgentList td:nth-of-type(2):before {
        content: "FirstName";
    }

    .tblResponsive.tblSubAgentList td:nth-of-type(3):before {
        content: "LastName";
    }

    .tblResponsive.tblSubAgentList td:nth-of-type(4):before {
        content: "Email";
    }

    .tblResponsive.tblSubAgentList td:nth-of-type(5):before {
        content: " ";
    }


    /*SubAgentGroupList*/

    .tblResponsive.tblSubAgentGroupList td:nth-of-type(1):before {
        content: "Name";
    }

    .tblResponsive.tblSubAgentGroupList td:nth-of-type(2):before {
        content: "Description";
    }

    .tblResponsive.tblSubAgentGroupList td:nth-of-type(3):before {
        content: "";
    }

    .tblResponsive.tblSubAgentGroupList td:nth-of-type(4):before {
        content: "";
    }

    .tblResponsive.tblSubAgentGroupList td:nth-of-type(5):before {
        content: " ";
    }


    /*AgentCountryList*/

    .tblResponsive.tblAgentCountryList td:nth-of-type(1):before {
        content: "Country";
    }


    /*AgentStatAccount gvServicesSummary*/

    .tblResponsive.tblServicesSummary td:nth-of-type(1):before {
        content: "Booking #";
    }

    .tblResponsive.tblServicesSummary td:nth-of-type(2):before {
        content: "Client Name";
    }

    .tblResponsive.tblServicesSummary td:nth-of-type(3):before {
        content: "Total Amount";
    }

    /*AgentStatAccount GVStatement*/

    .tblResponsive.tblStatement td:nth-of-type(1):before {
        content: "Confirm Date";
    }

    .tblResponsive.tblStatement td:nth-of-type(2):before {
        content: "Check in date";
    }

    .tblResponsive.tblStatement td:nth-of-type(3):before {
        content: "Check out date";
    }

    .tblResponsive.tblStatement td:nth-of-type(4):before {
        content: "File Nb";
    }

    .tblResponsive.tblStatement td:nth-of-type(5):before {
        content: "Booking Locator";
    }

    .tblResponsive.tblStatement td:nth-of-type(6):before {
        content: "Description";
    }

    .tblResponsive.tblStatement td:nth-of-type(7):before {
        content: "Sale Amount";
    }

    .tblResponsive.tblStatement td:nth-of-type(8):before {
        content: "Payment";
    }

    .tblResponsive.tblStatement td:nth-of-type(9):before {
        content: "Remaining";
    }

    .tblResponsive.tblStatement td:nth-of-type(10):before {
        content: "Currency";
    }

    /*Check Bookings*/

    .tblResponsive.tblCheckBookings td:nth-of-type(1):before {
        content: "Agency Ref.";
    }

    .tblResponsive.tblCheckBookings td:nth-of-type(2):before {
        content: "Booking Locator";
    }

    .tblResponsive.tblCheckBookings td:nth-of-type(3):before {
        content: "Hotel";
    }

    .tblResponsive.tblCheckBookings td:nth-of-type(4):before {
        content: "Total Amount";
    }

    .tblResponsive .tblCheckBookings td:nth-of-type(5):before {
        content: "Sales Amount";
    }

    .tblResponsive.tblCheckBookings td:nth-of-type(6):before {
        content: "Confirmation Date";
    }

    .tblResponsive.tblCheckBookings td:nth-of-type(7):before {
        content: "Client Name";
    }

    .tblResponsive.tblCheckBookings td:nth-of-type(8):before {
        content: "Date from";
    }

    .tblResponsive.tblCheckBookings td:nth-of-type(9):before {
        content: "Date To";
    }


    /*Check Bookings-Room Details*/
    .tblResponsive.tblRoomsDetails td:nth-of-type(1):before {
        content: "Room Type";
    }

    .tblResponsive.tblRoomsDetails td:nth-of-type(2):before {
        content: "Rooms";
    }

    .tblResponsive.tblRoomsDetails td:nth-of-type(3):before {
        content: "Adults";
    }

    .tblResponsive.tblRoomsDetails td:nth-of-type(4):before {
        content: "Children";
    }

    .tblResponsive.tblRoomsDetails td:nth-of-type(5):before {
        content: "Amount per date range ";
    }


    /* Tour Check Bookings  */

    .tblResponsive.tblTourCheckBookings td:nth-of-type(1):before {
        content: "Agency Ref.";
    }

    .tblResponsive.tblTourCheckBookings td:nth-of-type(2):before {
        content: "Total Amount";
    }

    .tblResponsive.tblTourCheckBookings td:nth-of-type(3):before {
        content: "Confirmation Date";
    }

    .tblResponsive.tblTourCheckBookings td:nth-of-type(4):before {
        content: "Booking Locator";
    }

    .tblResponsive.tblTourCheckBookings td:nth-of-type(5):before {
        content: "Tour Name";
    }

    .tblResponsive.tblTourCheckBookings td:nth-of-type(6):before {
        content: "Tour Start Date";
    }



    /*TourPrevBookingDetails*/

    .tblResponsive.tblToursDetails td:nth-of-type(1):before {
        content: "File Number";
    }

    .tblResponsive.tblToursDetails td:nth-of-type(2):before {
        content: "Tour Date";
    }

    .tblResponsive.tblToursDetails td:nth-of-type(3):before {
        content: "Name";
    }

    .tblResponsive.tblToursDetails td:nth-of-type(4):before {
        content: "Price";
    }

    .tblResponsive.tblToursDetails td:nth-of-type(5):before {
        content: "Status";
    }


    .tblResponsive.tblTourPackages td:nth-of-type(1):before {
        content: "Package Name	";
    }

    .tblResponsive.tblTourPackages td:nth-of-type(2):before {
        content: "Quantity";
    }

    .tblResponsive.tblTourPackages td:nth-of-type(3):before {
        content: "Price";
    }

    /* TourCancelBooking */

    .tblResponsive.tblTourCancellation td:nth-of-type(1):before {
        content: "Tour Name";
    }


    .tblResponsive.tblTourCancellation td:nth-of-type(2):before {
        content: "Cancellation Fee";
    }


    /*TourModifyBookings*/


    .tblResponsive.tblModifyTourPassenger .tdFName:before {
        content: "First Name";
    }


    .tblResponsive.tblModifyTourPassenger .tdLName:before {
        content: "Last Name";
    }

    .tblResponsive.tblModifyTourPassenger .tdAge:before {
        content: "Age";
    }

    /* TransferCheckBookings  */


    .tblResponsive.tblTransferCheckBokings td:nth-of-type(1):before {
        content: "Agency Ref.";
    }

    .tblResponsive.tblTransferCheckBokings td:nth-of-type(2):before {
        content: "Total Amount";
    }

    .tblResponsive.tblTransferCheckBokings td:nth-of-type(3):before {
        content: "Client Name";
    }

    .tblResponsive.tblTransferCheckBokings td:nth-of-type(4):before {
        content: "Booking Locator";
    }

    .tblResponsive.tblTransferCheckBokings td:nth-of-type(5):before {
        content: "Direction";
    }

    .tblResponsive.tblTransferCheckBokings td:nth-of-type(6):before {
        content: "Confirmation Date";
    }

    .tblResponsive.tblTransferCheckBokings td:nth-of-type(7):before {
        content: "Car";
    }

    .tblResponsive.tblTransferCheckBokings td:nth-of-type(8):before {
        content: "Arrival Date";
    }

    .tblResponsive.tblTransferCheckBokings td:nth-of-type(9):before {
        content: "Departure Date";
    }


    /*TransferPrevBookingDetails*/

    .tblResponsive.tblArrivalDetails td:nth-of-type(1):before {
        content: "Date";
    }

    .tblResponsive.tblArrivalDetails td:nth-of-type(2):before {
        content: "Time";
    }

    .tblResponsive.tblArrivalDetails td:nth-of-type(3):before {
        content: "From Terminal";
    }

    .tblResponsive.tblArrivalDetails td:nth-of-type(4):before {
        content: "To Hotel";
    }

    .tblResponsive.tblArrivalDetails td:nth-of-type(5):before {
        content: "Price";
    }



    .tblResponsive.tblDepartureDetails td:nth-of-type(1):before {
        content: "Date";
    }

    .tblResponsive.tblDepartureDetails td:nth-of-type(2):before {
        content: "Time";
    }

    .tblResponsive.tblDepartureDetails td:nth-of-type(3):before {
        content: "From Hotel";
    }

    .tblResponsive.tblDepartureDetails td:nth-of-type(4):before {
        content: "To Terminal";
    }

    .tblResponsive.tblDepartureDetails td:nth-of-type(5):before {
        content: "Price";
    }


    /*TransferSearchResults*/


    .tblResponsive.tblTransferResultsPackage td:nth-of-type(1):before {
        content: "Package Name";
    }

    .tblResponsive.tblTransferResultsPackage td:nth-of-type(2):before {
        content: "Adults";
    }

    .tblResponsive.tblTransferResultsPackage td:nth-of-type(3):before {
        content: "Children";
    }

    .tblResponsive.tblTransferResultsPackage td:nth-of-type(4):before {
        content: "Infants";
    }

    .tblResponsive.tblTransferResultsPackage td:nth-of-type(5):before {
        content: "Price/Package";
    }

    /*FlightCheckBookings*/


    .tblResponsive.tblFlightReservation td:nth-of-type(1):before {
        content: "PNR";
    }

    .tblResponsive.tblFlightReservation td:nth-of-type(2):before {
        content: "Passenger Name";
    }

    .tblResponsive.tblFlightReservation td:nth-of-type(3):before {
        content: "Agent";
    }

    .tblResponsive.tblFlightReservation td:nth-of-type(4):before {
        content: "Departure Flight";
    }

    .tblResponsive.tblFlightReservation td:nth-of-type(5):before {
        content: "Departure Date";
    }

    .tblResponsive.tblFlightReservation td:nth-of-type(6):before {
        content: "Reservation Status";
    }

    .tblResponsive.tblFlightReservation td:nth-of-type(7):before {
        content: "Total Amount";
    }

    .tblResponsive.tblFlightReservation td:nth-of-type(8):before {
        content: "Journey Type";
    }

    .tblResponsive.tblFlightReservation td:nth-of-type(9):before {
        content: "Confirmation Date";
    }


    /*FlightPrevBookingDetails*/

    .tblResponsive.tblTicketSegments td:nth-of-type(1):before {
        content: "Departure";
    }

    .tblResponsive.tblTicketSegments td:nth-of-type(2):before {
        content: "Arrival";
    }

    .tblResponsive.tblTicketSegments td:nth-of-type(3):before {
        content: "Departure Date";
    }

    .tblResponsive.tblTicketSegments td:nth-of-type(4):before {
        content: "Departure time";
    }

    .tblResponsive.tblTicketSegments td:nth-of-type(5):before {
        content: "Flight number";
    }

    .tblResponsive.tblTicketSegments td:nth-of-type(6):before {
        content: "Duration";
    }


    /*CheckCentralBookings*/

    .tblResponsive.tblCentralHotel td:nth-of-type(1):before {
        content: "Agency Ref.";
    }

    .tblResponsive.tblCentralHotel td:nth-of-type(2):before {
        content: "Sales Amount";
    }

    .tblResponsive.tblCentralHotel td:nth-of-type(3):before {
        content: "Hotel";
    }

    .tblResponsive.tblCentralHotel td:nth-of-type(4):before {
        content: "Booking Locator";
    }

    .tblResponsive.tblCentralHotel td:nth-of-type(5):before {
        content: "Date from";
    }

    .tblResponsive.tblCentralHotel td:nth-of-type(6):before {
        content: "Date To";
    }


    .tblResponsiveCentral.tblCentralHotel td:nth-of-type(1):before {
        content: "Confirmation Date";
    }

    .tblResponsiveCentral.tblCentralHotel td:nth-of-type(2):before {
        content: "Booking Locator";
    }

    .tblResponsiveCentral.tblCentralHotel td:nth-of-type(3):before {
        content: "Hotel";
    }

    .tblResponsiveCentral.tblCentralHotel td:nth-of-type(4):before {
        content: "From";
    }

    .tblResponsiveCentral.tblCentralHotel td:nth-of-type(5):before {
        content: "To";
    }

    .tblResponsiveCentral.tblCentralHotel td:nth-of-type(6):before {
        content: "Amount";
    }

    .tblResponsiveCentral.tblCentralHotel td:nth-of-type(7):before {
        content: "Booked By";
    }

    .tblResponsiveCentral.tblCentralHotel td:nth-of-type(8):before {
        content: "Status";
    }


    .tblResponsive.tblCentralFlight td:nth-of-type(1):before {
        content: "PNR";
    }

    .tblResponsive.tblCentralFlight td:nth-of-type(2):before {
        content: "Passenger Name";
    }

    .tblResponsive.tblCentralFlight td:nth-of-type(3):before {
        content: "Agent";
    }

    .tblResponsive.tblCentralFlight td:nth-of-type(4):before {
        content: "Departure Flight";
    }

    .tblResponsive.tblCentralFlight td:nth-of-type(5):before {
        content: "Departure Date";
    }

    .tblResponsive.tblCentralFlight td:nth-of-type(6):before {
        content: "Reservation Status";
    }

    .tblResponsive.tblCentralFlight td:nth-of-type(7):before {
        content: "Total Amount";
    }

    .tblResponsive.tblCentralFlight td:nth-of-type(8):before {
        content: "Journey Type";
    }

    .tblResponsive.tblCentralFlight td:nth-of-type(8):before {
        content: "Confirmation Date";
    }

    .tblResponsive.tblCentralTour td:nth-of-type(1):before {
        content: "Tour Name";
    }

    .tblResponsive.tblCentralTour td:nth-of-type(2):before {
        content: "Total Amount";
    }

    .tblResponsive.tblCentralTour td:nth-of-type(3):before {
        content: "Tour Start Date";
    }



    .tblResponsive.tblCentralTransfer td:nth-of-type(1):before {
        content: "Car";
    }

    .tblResponsive.tblCentralTransfer td:nth-of-type(2):before {
        content: "Total Amount";
    }

    .tblResponsive.tblCentralTransfer td:nth-of-type(3):before {
        content: "Direction";
    }

    .tblResponsive.tblCentralTransfer td:nth-of-type(4):before {
        content: "Booking Locator";
    }

    .tblResponsive.tblCentralTransfer td:nth-of-type(5):before {
        content: "Arrival Date";
    }

    .tblResponsive.tblCentralTransfer td:nth-of-type(6):before {
        content: "Departure Date";
    }

    .tblResponsive.tblCentralTransfer td:nth-of-type(7):before {
        content: "Agency Ref.";
    }


    .tblResponsive.tblCentralAdditionalService td:nth-of-type(1):before {
        content: "Service Name";
    }

    .tblResponsive.tblCentralAdditionalService td:nth-of-type(2):before {
        content: "Sales Amount";
    }

    .tblResponsive.tblCentralAdditionalService td:nth-of-type(3):before {
        content: "Passengers";
    }

    .tblResponsive.tblCentralAdditionalService td:nth-of-type(4):before {
        content: "Booking Locator";
    }

    .tblResponsive.tblCentralAdditionalService td:nth-of-type(5):before {
        content: "Date from";
    }

    .tblResponsive.tblCentralAdditionalService td:nth-of-type(6):before {
        content: "Date To";
    }

    .tblResponsive.tblFlightBookingDone td:nth-of-type(1):before {
        content: "Passenger Name";
    }

    /* GSA */
    .tblResponsive.tblGSAAgentBalance td:nth-of-type(1):before {
        content: "Agent";
    }

    .tblResponsive.tblGSAAgentBalance td:nth-of-type(2):before {
        content: "Balance";
    }

    .tblResponsive.tblGSAAgentBalance td:nth-of-type(3):before {
        content: "Credit Limit";
    }

    /**/

    .tblResponsive.tblGSAReport td:nth-of-type(1):before {
        content: "Country";
    }

    .tblResponsive.tblGSAReport td:nth-of-type(2):before {
        content: "Destination";
    }

    .tblResponsive.tblGSAReport td:nth-of-type(3):before {
        content: "Log Date";
    }

    .tblResponsive.tblGSAReport td:nth-of-type(4):before {
        content: "Date From";
    }


    .tblResponsive.tblGSAReport td:nth-of-type(5):before {
        content: "Date To";
    }

    .tblResponsive.tblGSAReport td:nth-of-type(6):before {
        content: "Rooms NB";
    }


    .tblResponsive.tblGSAReport td:nth-of-type(7):before {
        content: "Rooms";
    }



    .tblResponsive.tblGSAReport td:nth-of-type(8):before {
        content: "Agent";
    }
}


.colorGreen {
    background-color: #a3deb5 !important;
}

.paddingTopBot10 {
    padding: 10px 0px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.RedButtonSingle.filter {
    width: 80px;
}

.RedButtonSingle {
    width: 30px;
    color: #FFFFFF !important;
    background-color: #cf2828 !important;
    background-image: none !important;
    height: 30px;
    border-color: rgba(0, 0, 0, 0.1);
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    font-size: 11px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: top;
}

    .RedButtonSingle:hover {
        color: #FFFFFF !important;
        background-color: #B22121 !important;
        background-image: none !important;
    }

.divCommissionfloatRight {
    float: right;
}

@media (max-width:350px) {
    .RedButtonSingle {
        width: 100% !important;
        display: block;
    }

    .divCommissionfloatRight {
        float: none;
    }

        .divCommissionfloatRight .pnlComm {
            margin-top: 10px;
        }

            .divCommissionfloatRight .pnlComm input[type=text] {
                width: 100% !important;
                display: block;
            }
}






/*check booking Top Search*/

.contactForm ul {
    list-style: none;
    padding: 0px;
}

.contactForm li {
    width: 270px;
    float: left;
}

.contactForm .liSearchBy {
    width: 370px;
}

.contactForm input[type="text"], .contactForm select {
    width: 200px;
    height: 25px;
    margin-bottom: 20px;
}


.contactForm input[type="radio"] {
    margin: 3px 3px 0px 5px;
}

.contactForm .labelSearch {
    margin-bottom: 10px;
    display: block !Important;
}


.contactForm .chk label {
    font-weight: 100 !important;
}

/*.contactForm select {
    width: 60px;
}*/

.contactForm textarea {
    width: 500px;
    height: 150px;
}


@media (max-width:710px) {
    .contactForm li {
        width: 100%;
        display: block;
    }

    .contactForm .liSearchBy {
        width: 100%;
        display: block;
    }

    .contactForm input[type="text"], .contactForm select {
        width: 100% !important;
    }

    .contactForm .chk label {
        width: 85% !important;
    }

    .contactForm .chk {
        display: block;
    }
}

.divCheckHotelNewest {
    float: left;
}

.divColors {
    float: right;
    padding-top: 5px;
}

    .divColors ul {
        list-style: none;
    }

        .divColors ul li {
            float: left;
            margin-right: 10px;
            color: #3d3b3c;
        }

            .divColors ul li:last-child {
                margin-right: 0px !important;
            }

.chkboxLabel label, .rdbLabel label {
    font-weight: normal !important;
}

@media (max-width:400px) {

    .rdbLabel {
        display: block;
    }


    .divCheckHotelNewest {
        float: none;
    }

    .divColors {
        float: none;
    }

        .divColors ul li {
            float: none;
            display: block;
            margin-right: 0px;
        }
}

.divGrayLine {
    width: 100%;
    height: 2px;
    background-color: #ebebeb;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*Pagination*/

.pagination li a:first-child.next[disabled] {
    color: #CFCFCF !important;
    background-color: #fff !important;
}

.pagination li a:last-child.next[disabled] {
    color: #CFCFCF !important;
    background-color: #fff !important;
}

a.next[disabled] {
    background-color: #CF2828 !important;
    color: #fff !important;
    display: none;
}

.row.paging-container {
    text-align: center;
}

@media (max-width:400px) {
    .pagination > li > a, .pagination > li > span {
        padding: 3px 3px !important;
    }

    .tblResponsive td {
        font-size: 11px;
    }

    .tblResponsiveCentral td {
        font-size: 11px;
    }
}


.textAlignCenter {
    text-align: center !important;
}


@media (max-width:1100px) {
    div.fields {
        float: left;
        margin-right: 10px;
        top: 0px !Important;
    }
}

div.fields {
    float: left;
    margin-right: 10px;
}

div.fields-title {
    float: left;
    margin: 10px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold;
}

div.fields-subtitle {
    float: left;
    font-size: 14px;
    font-family: Tahoma;
}


@media (max-width:400px) {
    div.fields {
        float: none;
        width: 100%;
    }
}



.divFlightModifyPassengers .contactForm ul {
    list-style: none;
    padding: 0px;
}

.divFlightModifyPassengers .contactForm li:first-child {
    width: 110px !important;
}


.divFlightDate li {
    width: 360px;
}

.divFlightDate .liFirstDiv {
    width: 100px;
    display: inline-block;
}

.divFlightDate .liSecDiv {
    width: 210px;
    display: inline-block;
}


@media (max-width:710px) {
    .divFlightDate li {
        width: 100% !important;
    }

    .divFlightDate .liFirstDiv {
        width: 100%;
        display: block;
    }

    .divFlightDate .liSecDiv {
        width: 100%;
        display: block;
    }

    .divFlightModifyPassengers .contactForm li:first-child {
        width: 100% !important;
    }
}

.divFormStyleLabels div.hasDatepickerBlock div {
    display: block;
}

@media (max-width:350px) {

    .tblCentralFiles select {
        width: 100% !important;
    }
}


.divFormOneLine .div1 {
    float: left;
    width: 90px;
    padding-top: 2px;
}

.divFormOneLine .div2 {
    float: left;
    width: 210px;
    margin-right: 10px;
}

@media (max-width:650px) {
    .divFormOneLine .div1 {
        float: none;
        width: 100%;
        padding-top: 0px;
    }

    .divFormOneLine .div2 {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .divFormOneLine .button-holder-Left {
        margin-top: 5px !important;
    }
}


.divPopup .divFullScreenBackground {
    background-color: #cccccc;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1001;
}

.divPopup .divCenterBackground {
    position: fixed;
    top: 15%;
    left: 30%;
    width: 40%;
    min-width: 500px;
    min-width: 450px;
    min-height: 200px;
    border: 5px solid #cccccc;
    background-color: #FFFFFF;
    z-index: 1001;
    line-height: 1.7em;
}


@media (max-width:700px) {

    .divPopup .divCenterBackground {
        left: 15%;
    }
}

@media (max-width:570px) {

    .divPopup .divCenterBackground {
        left: 5%;
    }
}


@media (max-width:500px) {

    .divPopup .divCenterBackground {
        left: 0%;
        width: 100%;
        min-width: 100%;
    }
}


.lineHeight1Pt7 {
    line-height: 1.7em;
}


.divPasssengerData .divFormStyleLabels table tr td .firstDiv {
    vertical-align: initial;
}

@media (max-width:610px) {

    .divPasssengerData .divFormStyleLabels .ctrlWidth {
        width: 100% !important;
        margin-bottom: 5px;
    }
}


.divPasssengerData .passengerTitle {
    padding: 0px !important;
}

.divFlightPopup h3 {
    margin: 0 0 20px;
    padding: 5px 10px;
    border-bottom: 1px solid #bbb;
    font-size: 1.5em;
    font-weight: normal;
}

.divFlightPopup h4 {
    padding: 5px 10px;
    font-size: 1.1em;
    font-weight: normal;
}

.divFlightPopup a {
    padding: 5px 10px;
}

.divFlightPopup p {
    padding: 5px 10px;
    margin: 5px 0;
}

@media (max-width:500px) {

    .divPopup .divCenterBackground {
        left: 0%;
        width: 100%;
        min-width: 100%;
        top: 15%;
    }
}

.divPasssengerData div.dropmenu-hold2 {
    display: none;
    position: absolute;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    z-index: 1;
}

@media (max-width:920px) {
    .divPasssengerData div.dropmenu-hold2 {
        left: 40% !important;
    }
}

.divPasssengerData .inputBorder {
    border: 1px solid #d5d2d2;
}

@media (max-width:515px) {
    .divPasssengerData div.dropmenu-hold2 {
        left: 0% !important;
        width: 100%;
    }

    .divPasssengerData .inputBorder {
        border: 1px solid #d5d2d2;
        padding: 0px 8px 0px 8px;
    }
}

.divPopupheader {
    width: 220px;
    background-color: #ebebeb;
    padding: 5px;
    border: 1px solid #ebebeb;
    min-height: 30px;
    display: block !important;
}

    .divPopupheader .divPopupheaderTitle {
        color: #cf0021 !Important;
        font-size: 12px;
        font-weight: bold;
    }

    .divPopupheader .divPopupheaderClose {
        float: right;
        background-color: #EB1219;
        min-width: 20px;
        max-width: 20px;
        text-align: center;
    }

        .divPopupheader .divPopupheaderClose .linkClose {
            color: #fff;
            font-weight: 600;
            background-color: #EB1219;
            min-width: 20px;
            max-width: 20px;
        }

            .divPopupheader .divPopupheaderClose .linkClose:hover {
                text-decoration: none;
            }

.divPopupContent {
    margin: 0px;
    width: 220px;
    min-height: 250px;
    background-color: #ffffff;
}

@media (max-width:400px) {

    .divPopupheader {
        width: 100%;
    }

    .divPopupContent {
        width: 100%;
    }
}

.marginRight0 {
    margin-right: 0px !important;
}

/*------------------------Loading Progress--------------------------*/
.divProgress .ProgressFullBackground {
    background-color: #000000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10001;
}

.divProgress .ProgressCenterBackground {
    position: fixed;
    top: 25%;
    left: 28%;
    z-index: 10001;
}

.divProgress table tr .tdProgressHeader {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    height: 15px;
    background-color: #555555;
}

.divProgress table tr .tdProgressFooter {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #ededed;
}


.divProgress table tr .tdProgressCenterLogo {
    background-color: #ededed;
    height: 60px;
}

.divProgress table tr .tdProgressFooter img {
    width: 600px;
    height: 344px;
}


@media (max-width:800px) {
    .divProgress .ProgressCenterBackground {
        left: 28%;
    }
}

@media (max-width:600px) {
    .divProgress .ProgressCenterBackground {
        left: 20%;
    }
}


@media (max-width:520px) {
    .divProgress .ProgressCenterBackground {
        left: 5%;
        right: 5%;
    }

    .ProgressCenterBackground table {
        width: 100% !important;
    }

    .divProgress table tr .tdProgressCenterLogo img {
        width: 100% !important;
    }

    .divProgress table tr .tdProgressCenterLogo {
        padding: 0px 5px !important;
    }

    .divProgress table tr .tdProgressFooter img {
        width: 100% !important;
    }
}



/*------------------------End Loading Progress--------------------------*/

/*----------------- New added styles for search results page------------------*/
.divFullErrorBox {
    background-color: #cccccc;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1001;
}

@media (max-width:700px) {
    .DivErrorCenterBox {
        width: 70% !important;
    }
}

.DivErrorCenterBox {
    position: fixed;
    width: 35%;
    /*  min-width: 500px;
    min-width: 450px;*/
    height: 200px;
    border: 5px solid #cccccc;
    background-color: #FFFFFF;
    z-index: 1001;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.divErrorCenterBoxHeader {
    float: right;
    background-color: #cf2828;
    min-width: 20px;
    max-width: 20px;
    text-align: center;
}

    .divErrorCenterBoxHeader a {
        color: #FFFFFF;
        font-weight: 600;
        background-color: #cf2828;
        min-width: 20px;
        max-width: 20px;
    }

.divErrorCenterBoxContent {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
}

@media (min-width:700px) {
    .hotel-item-holder {
        border-bottom: 2px solid #ccc;
        /*padding-bottom: 25px;*/
        /*position: relative;*/
    }

        .hotel-item-holder:hover {
            border-bottom: 2px solid #ccc;
            /*padding-bottom: 25px;*/
            /*position: relative;*/
            background-color: #f6f6f6;
        }

    .hotel-item-holder-selected {
        border-bottom: 2px solid #ccc;
        padding-bottom: 25px;
        /*position: relative;*/
        background-color: #f6f6f6;
    }
}

@media (max-width:700px) {
    .hotel-item-holder {
        border-bottom: 2px solid #ccc;
        padding-bottom: 10px;
        /*position: relative;*/
    }

        .hotel-item-holder:hover {
            border-bottom: 2px solid #ccc;
            padding-bottom: 50px;
            /*position: relative;*/
            background-color: #f6f6f6;
        }

    .hotel-item-holder-selected {
        border-bottom: 2px solid #ccc;
        padding-bottom: 50px;
        /*position: relative;*/
        background-color: #f6f6f6;
    }
}

.hotel-name-filter .field {
    height: 23px;
    border: 1px solid #d5d2d2;
    text-align: left;
    color: #000;
    font-size: 14px;
    padding: 0px 55px 0px 10px;
    width: 100%;
}

.direction-options-holder {
    padding: 0px;
    font-size: 14px;
    font-family: Arial;
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    z-index: 10;
    top: 9px;
    left: 110px;
    /*left: 102px;*/
}

.direction-options {
    /* background: rgba(107,107,107,0.3); */
    background-color: #ffffff;
    padding: 1px 12px 1px 2px;
    font-size: 14px;
    font-family: Arial;
    border: 1px solid #ccc;
    /* box-shadow: 0 2px 2px rgba(107,107,107,0.1); */
    position: absolute;
    z-index: 10;
    /* width: 320px; */
    top: -1px;
    font-size: 11px;
}

    .direction-options input {
        border: 1px solid #636363;
        font-size: 11px;
        color: #000;
        width: 250px;
        height: 20px;
        padding-left: 5px;
    }

    .direction-options select {
        border: none;
        font-size: 11px;
        color: #000;
        height: 20px;
    }

    .direction-options div.filter .button {
        padding-left: 4px !important;
        margin-left: 0 !important;
        font-weight: normal !important;
        font-size: 14px !important;
        /*font: inherit !important;*/
        color: #636363 !important;
        background: none !important;
        border: none !important;
        padding: 0 4px 0 3px !important;
        margin: 0 2px 0 3px !important;
        /*max-width: 130px;*/
        overflow: hidden;
        text-overflow: ellipsis;
        outline: none;
    }

        .direction-options div.filter .button div {
            opacity: 0.8;
            height: 10px;
            width: 12px;
            overflow: hidden;
            background: url(../Images/grey-arrow.png) -0px -0px no-repeat;
            background-size: 8px 8px;
            float: right;
            position: relative;
            margin-top: 10px;
            margin-left: 6px;
        }

.directions-panel {
    background-color: #FFFFFF;
    margin-top: 8px;
    padding: 8px 5px 5px 5px;
    font-weight: bold;
    text-align: center;
    border: 0px;
    border-radius: .5em;
}

@media (max-width:700px) {
    .hotel-name-filter {
        position: relative;
        overflow: visible;
        width: 100%;
    }

    .btncurr {
        width: -1% !important;
        float: right !important;
        height: inherit !important;
        width: 33%;
        margin: 0 !important;
    }

        .btncurr div {
            margin: 5% 0% 0% 0% !important;
            padding: 0 0 0 0 !important;
        }

    #divCurrenciesFilter {
        width: 115px;
    }
}

@media (min-width:701px) {


    .closeHref {
        position: absolute;
        right: 0px;
        top: 4px;
        width: 32px;
        height: 32px;
        opacity: 0.3;
    }


    .btnSortType {
        height: 20px !important;
        padding: 0px 0px 10px 5px !important;
    }






    /*google autocomplete*/
    div.pac-container.pac-logo {
        width: 300px;
    }

    #DivSpecifyLocations {
        width: 413px;
        float: right;
        /*margin-right: 15%;*/
    }

    #lblSpecifyLocation {
        margin-left: 11%;
    }

    #txtSortDestination {
        height: 32px;
        border: 1px solid #d5d2d2;
        text-align: left;
        color: #000;
        font-size: 14px;
        /*padding: 0px 0px 0px 70px;*/
        width: 100%;
        /*margin-top:2%;*/
    }

    .hotel-name-filter {
        position: relative;
        overflow: visible;
        /*width: 310px;*/
        /*width: 450px;*/
        /*width: 250px;*/
        width: 215px;
        display: inline-block;
    }



    .btncurr {
        margin: 0% 0 0 0;
        padding: 1% 0 1% 0 !important;
        float: right !important;
        height: inherit !important;
        width: 18% !important;
    }

        .btncurr div {
            margin: 5% 0% 0 0 !important;
        }
}


@media (min-width:700px) {
    div.view-hide-rooms {
        /*  position: absolute;
            top: 115px;
            left: 0px;
            z-index: 1001;*/
        font-weight: bold;
        cursor: pointer;
    }
}

@media (max-width:701px) {


    #txtSortDestination {
        display: block;
        width: 100%;
    }

    div.view-hide-rooms {
        /*position: absolute;*/
        /* bottom: 10px;
            right: 20px;
            z-index: 1001;*/
        font-weight: bold;
        cursor: pointer;
    }
}

@media (min-width:523px) {
    .request-item-input-holder {
        float: left;
        width: 50%;
        margin: 10px;
    }
}

@media (max-width:522px) {
    .request-item-input-holder {
        width: 100%;
        padding: 10px;
    }
}

.request-item-input-holder input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 2px 5px;
}

@media (min-width:700px) {
    .room-conditions {
        position: absolute;
        top: 15px;
        right: 80px;
    }
}

@media (max-width:700px) {
    .room-conditions {
        /*position: absolute;
        top: 0px;
        right: 60px;*/
        display: none;
    }
}

div.dropmenu-hold2 {
    display: none;
    position: absolute;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    z-index: 1002;
}

.layer-div-title {
    color: #ffffff;
    background: #C92A2A;
    font-size: 25px;
    font-size: 12px;
}

.layer-div-title-td {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.layer-loader {
    height: 212px;
    background-color: #e8e7e7;
    display: block;
    text-align: center;
    font-size: 16px;
}

.layer-frame {
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin: 0px;
    height: 212px;
    background-color: #ffffff;
    display: none;
}

@media (max-width:650px) {
    .layer-div-title {
        width: 200px;
    }

    .layer-div-title-td {
        width: 201px;
    }

    .layer-loader {
        width: 200px;
    }

    .layer-frame {
        width: 200px;
    }

    .layer-content {
        width: 180px;
    }
}

@media (min-width:650px) {
    .layer-div-title {
        width: 370px;
    }

    .layer-div-title-td {
        width: 371px;
    }

    .layer-loader {
        width: 370px;
    }

    .layer-frame {
        width: 370px;
    }

    .layer-content {
        width: 350px;
    }
}

.room-name {
    padding-top: 20px;
}

@media (max-width:320px) {
    .room-name {
        width: 100%;
        padding-bottom: 10px;
    }
}

.google-map-link {
    color: #C1212E;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    /*font-weight: bold;*/
}
/*-----------------------------------------------------------------------------*/


.gridSubTitle {
    color: #555555;
}

@media (min-width:350px) {
    .flight-buttons-holder {
        position: relative;
    }

    .flight-buttons {
        position: absolute;
        right: 0px;
        bottom: 10px;
    }
}

.filter-btn-holder {
    display: none;
    width: 80%
}

div.filter-box {
    /*background-color: rgba(0, 0, 0, 0.09)!important;*/
    /*background-color: rgba(243, 99, 99, 0.11)!important;*/
    background-color: rgb(182, 206, 250) !important;
    padding: 10px !important;
    line-height: 1.7em;
    margin: 0 20px 20px 20px;
    right: 0;
    max-width: 254px;
    width: 254px;
    position: absolute;
    top: 220px;
    display: block;
    left: 870px;
}

    div.filter-box .header-sub {
        margin: 0.8em 0 0.4em;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.2;
        color: #23527c;
    }

        div.filter-box .header-sub .from-text {
            font-size: 14px;
            line-height: 1.5000000000000002em;
            float: right;
        }

    div.filter-box label.check {
        display: table;
        /*width: 100%;*/
        width: inherit;
        margin-bottom: 0px;
    }

        div.filter-box label.check .inline-label {
            display: table-cell;
            position: relative;
            margin-right: 0.92307692em;
            padding-right: 0;
            color: #6b6b6b;
            text-transform: none;
            font-weight: normal;
            vertical-align: top;
            margin: 0px;
            padding-left: 5px;
        }

        div.filter-box label.check .from-price {
            text-align: right;
        }

        div.filter-box label.check .filter-list {
            margin: 0 0 0.92307692em;
        }

.nobullet {
    list-style: none;
}

@media (min-width:1160px) {
    div.filter-box {
        /*background-color: rgba(0, 0, 0, 0.09)!important;*/
        /*background-color: rgba(243, 99, 99, 0.11)!important;*/
        background-color: rgb(182, 206, 250) !important;
        padding: 10px !important;
        line-height: 1.7em;
        margin: 0 20px 20px 20px;
        right: 0;
        max-width: 254px;
        width: 254px;
        position: absolute;
        top: 300px !Important;
        display: block;
        left: 870px;
        z-index: 1;
    }
}

@media (min-width:1300px) {
    div.filter-box {
        /*background-color: rgba(0, 0, 0, 0.09)!important;*/
        /*background-color: rgba(243, 99, 99, 0.11)!important;*/
        background-color: rgb(182, 206, 250) !important;
        padding: 10px !important;
        line-height: 1.7em;
        margin: 0 20px 20px 20px;
        right: 0;
        max-width: 254px;
        width: 254px;
        position: absolute;
        top: 300px !Important;
        display: block;
        left: 1024px;
        z-index: 1;
    }
}

@media (max-width:1160px) {
    div.filter-box {
        display: none;
        left: 10px;
        max-width: 234px;
        /*background-color: rgb(232, 232, 232)!important;*/
        background-color: rgb(182, 206, 250) !important;
        z-index: 1;
    }

    .filter-btn-holder {
        display: inline;
        text-align: left;
    }
}

.change-date-btn {
    display: inline-block;
    height: 38px;
    margin-right: 8px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    padding: 0 8px;
    min-width: 54px;
    box-sizing: content-box;
    font-size: 11px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    cursor: pointer;
    border-color: rgba(0, 0, 0, 0.1);
    color: #444;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
}


.divMoreInfoFlight1 .div1 {
    display: inline-block;
    padding-right: 1em;
    vertical-align: top;
    width: 42%;
    padding-left: 0px;
    text-align: left;
}


.divMoreInfoFlight1 .div2 {
    display: inline-block;
    padding-right: 1em;
    vertical-align: top;
    width: 56%;
    padding-left: 0px;
    text-align: left;
}

@media (max-width:550px) {


    .divMoreInfoFlight1 .div1 {
        display: block;
        padding-right: 1em;
        vertical-align: top;
        width: 100%;
        padding-left: 0px;
        text-align: left;
    }


    .divMoreInfoFlight1 .div2 {
        display: block;
        padding-right: 1em;
        vertical-align: top;
        width: 100%;
        padding-left: 0px;
        text-align: left;
    }
}



/*.container-reasons {
    display: table;
    width: 100%;
    padding-left: 25em;
    margin-top: 60px;
    padding-right: 20em;
}*/

.container-reasons {
    display: table;
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
}


/*.ul-container-reasons {
    display: table-row;
    list-style-type: none;
}

    .ul-container-reasons li {
        display: table-cell;
        padding: 0;
    }

.container-reasons li {
    width: 33%;
}

.ul-container-reasons .symbol {
    display: inline-block;
    vertical-align: middle;
}

    .ul-container-reasons .symbol img {
        width: 40px;
        height: 40px;
    }

.ul-container-reasons span, .ul-container-reasons a {
    color: #00355f;
    text-decoration: none !important;
}

.ul-container-reasons .reason {
    display: inline-block;
    width: 74%;
    vertical-align: middle;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-left: 5px;
}

.ul-container-reasons span, .ul-container-reasons a {
    color: #FFFFFF;
    text-decoration: none !important;
}*/

.container-reasons {
    display: table;
    width: 100%;
    padding-left: 22em;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-right: 20em;
}

.ul-container-reasons {
    display: table-row;
    list-style-type: none;
}

    .ul-container-reasons li {
        display: table-cell;
        padding: 0;
    }

.container-reasons li {
    width: 33%;
}

.ul-container-reasons .symbol {
    display: block;
    vertical-align: middle;
    text-align: center;
}

    .ul-container-reasons .symbol img {
        width: 60px;
        height: 60px;
    }

.ul-container-reasons .symbolmedium {
    display: block;
    vertical-align: middle;
    text-align: center;
}

    .ul-container-reasons .symbolmedium img {
        width: 240px;
        height: 180px;
    }

.ul-container-reasons span, .ul-container-reasons a {
    color: #00355f;
    text-decoration: none !important;
}

.ul-container-reasons .reason {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-size: 1.4em;
    line-height: 1.3em;
    margin-left: 5px;
    color: #000000;
    text-align: center;
}

.ul-container-reasons span, .ul-container-reasons a {
    color: #FFFFFF;
    text-decoration: none !important;
}

@media (max-width:1100px) {


    /*.container-reasons li {
        width: 100%;
    }

    .ul-container-reasons li {
        display: BLOCK;
        padding: 0 0 4px 0;
    }

    .container-reasons {
        margin-top: 0px;
    }*/
    .container-reasons li {
        width: 100%;
    }

    .ul-container-reasons li {
        display: BLOCK;
        padding: 0 0 4px 0;
    }

    .container-reasons {
        margin-top: 0px;
    }
}


@media (max-width:690px) {

    .container-reasons {
        display: block;
        width: 100%;
        padding-left: 0em;
        padding-right: 0em;
        text-align: center;
    }

    .ul-container-reasons .symbol img {
        width: 40px;
        height: 40px;
    }

    .ul-container-reasons li {
        float: left;
    }

    .ul-container-reasons .symbolmedium img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width:450px) {
    /*.ul-container-reasons .reason {
        font-size: 1.0em;
    }

    .ul-container-reasons .symbol img {
        width: 20px;
        height: 20px;
    }*/
    .ul-container-reasons .reason {
        font-size: 1.0em;
    }

    .ul-container-reasons .symbol img {
        width: 40px;
        height: 40px;
    }

    .ul-container-reasons .symbolmedium img {
        width: 80px;
        height: 80px;
    }
}


.home .search-container .bg .field-subtitle {
    font-size: 15px !important;
}

@media (min-width: 650px) {
    .divWidth {
        width: 182px !important;
    }
}

.ulFlightSort {
    float: right;
    width: 260px;
}

@media (max-width:650px) {
    .ulFlightSort {
        float: none;
        width: 100%;
        display: block;
        padding-top: 10px;
    }

    .RedButtonSingle.filter {
        width: 100%;
        display: block;
    }
}


.ActiveRedBtn {
    color: #FFFFFF !important;
    background-color: #B22121 !important;
    background-image: none !important;
}




/******************Background Slider***********************/


.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../img/a21.png) center center no-repeat;
    overflow: hidden;
}

.jssora21l {
    background-position: -3px -33px;
}

.jssora21r {
    background-position: -63px -33px;
}

.jssora21l:hover {
    background-position: -123px -33px;
}

.jssora21r:hover {
    background-position: -183px -33px;
}

.jssora21l.jssora21ldn {
    background-position: -243px -33px;
}

.jssora21r.jssora21rdn {
    background-position: -303px -33px;
}



#home-mainTest {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
    /*background-image: url(../Images/home-bg.jpg);*/
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (max-width:1100px) {
    #home-mainTest {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto 350px; /* the bottom margin is the negative value of the footer's height */
        /*background-image: url(../Images/home-bg.jpg);*/
        /*background-attachment: fixed;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;*/
    }
}

#home-mainTest .home {
    position: relative;
}

.filterdetails {
    padding-top: 20px;
    padding-bottom: 20px;
}

.filter-name-bg {
    background-image: -webkit-linear-gradient(top, #eee, #e0e0e0);
    border-color: rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    font-size: 11px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    cursor: pointer;
    padding: 5px 10px;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    text-transform: capitalize;
}

    .filter-name-bg:after {
        content: 'x';
        font-weight: bold;
        color: #444;
        float: right;
        margin-left: 15px;
    }







.mobile-hide {
}

@media (max-width:895px) {
    .mobile-hide {
        display: none !Important;
    }
}

.jssorb21 {
    position: absolute;
    bottom: 100px !Important;
}

    .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
        position: absolute;
        /* size of bullet elment */
        width: 19px;
        height: 19px;
        text-align: center;
        line-height: 19px;
        color: white;
        font-size: 12px;
        background: url(../images/b21.png) no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

    .jssorb21 div {
        background-position: -5px -5px;
    }

        .jssorb21 div:hover, .jssorb21 .av:hover {
            background-position: -35px -5px;
        }

    .jssorb21 .av {
        background-position: -65px -5px;
    }

    .jssorb21 .dn, .jssorb21 .dn:hover {
        background-position: -95px -5px;
    }



.map-close {
    font-size: 18px;
    color: #A5A5A5;
}

    .map-close:hover {
        font-size: 18px;
        color: #A5A5A5;
        text-decoration: none;
    }

.map-buttons {
    border-color: #F0F0F0;
    color: #444;
    /*background-image: -webkit-linear-gradient(top, #eee, #e0e0e0);*/
    display: inline-block;
    height: 25px;
    margin-right: -5px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    padding: 4px 8px 0px 8px;
    /*min-width: 54px;*/
    box-sizing: content-box;
    font-size: 11px;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    cursor: pointer;
    background: #FFFFFF;
    border-bottom: 2px solid #D3D1CA;
}

    .map-buttons:hover {
        border-color: #F0F0F0;
        border-top: #FFFFFF;
        color: #444;
        /*background-image: -webkit-linear-gradient(top, #eee, #e0e0e0);*/
        display: inline-block;
        height: 24px;
        margin-right: -5px;
        -webkit-user-select: none;
        -moz-user-select: -moz-none;
        -o-user-select: none;
        user-select: none;
        padding: 4px 8px 0px 8px;
        /*min-width: 54px;*/
        box-sizing: content-box;
        font-size: 11px;
        font-weight: normal;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
        cursor: pointer;
        background-color: rgb(235, 235, 235);
        border-bottom: 2px solid #D3D1CA;
    }

    .map-buttons label {
        font-weight: normal;
    }

.map-buttons-on {
    font-weight: bold;
}

    .map-buttons-on label {
        font-weight: bold;
    }

.direction-options-holder {
    border: none !Important;
}


.tourContainer div.search-results-holder .search-results .item-holder .pic-holder img {
    width: 100px !important; /*140px;*/
    height: 75px !important; /*108px;*/
    position: absolute;
    right: 0px;
}

.tourContainer div.search-results-holder .search-results .item-holder .price-holder {
    position: absolute;
    top: 110px;
    right: 10px;
    font-family: "VelociraptorHotelsFont", Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    width: 15%;
}

.tourContainer div.search-results-holder .search-results .item-holder .price-desc {
    position: absolute;
    top: 130px;
    right: 10px;
    color: #777;
    font-weight: normal;
    font-size: 13px;
}

.item-list-title40 {
    width: 40%;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 10px;
    color: #C1212E;
}

@media (max-width:700px) {
    .item-list-title40 {
        width: 100%;
    }

    .tourContainer div.search-results-holder .search-results .item-holder .price-holder {
        position: static !important;
    }

    .tourContainer div.search-results-holder .search-results .item-holder .price-desc {
        position: static !important;
    }

    .tourContainer div.search-results-holder .search-results .item-holder .details {
        left: 0px !important;
    }


    .transferGrid .result-item-holder .item-list-div, .transferGrid .result-item-holder .item-list-div input, select {
        display: block;
    }
}

.tourContainer div.search-results-holder .search-results .item-holder .details .title-holder {
    position: relative !important;
}

.tourContainer div.search-results-holder .search-results .item-holder .details .desc {
    position: relative !important;
    top: 10px !important;
    left: 0px !important;
    right: 0px !important;
}


.tourContainer div.search-results-holder .search-results .item-holder {
    /*border-bottom: 1px solid #ebebeb;*/
    height: 100% !important;
    min-height: 155px !important;
    border-left: 0;
    border-right: 0;
    cursor: default !important;
    z-index: 1;
    position: relative;
}


    .tourContainer div.search-results-holder .search-results .item-holder .details {
        top: 0px !important;
        bottom: 0px !important;
        right: 0px !important;
        position: relative;
        background-color: inherit;
        left: 10px;
        width: 80%;
        min-height: 85px;
    }

/*.tourContainer .hotel-item-holder {
    padding-bottom: 10px;
}*/


.PgrStyle tr td {
    background-color: #cf2828;
    color: #ffffff;
    width: 20px;
    text-align: center;
}


    .PgrStyle tr td:hover {
        background-color: #cf2828;
        cursor: pointer;
    }

    .PgrStyle tr td a, .PgrStyle tr td span {
        color: #ffffff !important;
    }

    .PgrStyle tr td a {
        background-color: #808080;
        display: block;
    }


.flight-advanced {
    font-size: 14px;
    color: #FFFFFF;
}


.tblDistanceOptionsHolder {
    width: 490px;
}

.tblDistanceOptionsHolder-from {
    float: left;
    width: 210px;
    margin-bottom: 0px;
}

.tblDistanceOptionsHolder-to {
    float: left;
    width: 200px;
    margin-bottom: 0px;
}

.tblDistanceOptionsHolder-from-title {
    float: left;
    width: 40px;
}

.tblDistanceOptionsHolder-to-title {
    float: left;
    width: 30px;
}


@media (max-width:1567px) {
    .tblDistanceOptionsHolder {
        width: 230px;
    }

    .tblDistanceOptionsHolder-from {
        float: left;
        width: 230px;
        margin-bottom: 5px;
    }

    .tblDistanceOptionsHolder-to {
        float: left;
        width: 230px;
        margin-bottom: 5px;
    }

    .tblDistanceOptionsHolder-from-title {
        float: left;
        width: 40px;
    }

    .tblDistanceOptionsHolder-to-title {
        float: left;
        width: 40px;
    }
}



/*div accomodation part in group booking*/
.divAccomodation div.divlinkBeside {
    margin-left: 20px;
}

.divAccomodation .rooms-holder {
    padding-bottom: 10px;
}

.divAccomodation div.divlinkBeside .form-control {
    display: inline-block !important;
    padding: 0px !Important;
}


.divAccomodation .divlinkBeside.divFirstLabel {
    width: 110px;
}


.divAccomodation .rooms-holder.divAcomodationchk div {
    width: 105px;
}


.divAccomodation .divlinkBeside:first-child {
    margin-left: 0px !important;
}


@media (max-width:658px) {

    .divAccomodation .rooms-holder {
        border: 1px solid gray;
        margin-bottom: 5px;
    }

    .divAccomodation div.divlinkBeside {
        /*display: block;*/
        padding-bottom: 10px;
    }
}


.divAccomodation div.divlinkBeside select {
    width: 35px;
}

@media (max-width:425px) {

    .divAccomodation div.divlinkBeside select {
        width: 90%;
    }

    .divAccomodation .divlinkBeside:first-child {
        margin-left: 20px !important;
    }
}


/*under accomodation part in group booking*/

.divlinkBeside {
    display: inline-block;
}


.divGroupInfo div.divlinkBeside {
    margin-left: 20px;
    padding-top: 2px;
}

.divGroupInfo .rooms-holder {
    padding-bottom: 10px;
}

.divGroupInfo div.divlinkBeside .form-control {
    display: inline-block !important;
    padding: 0px !Important;
}


.divGroupInfo .divlinkBeside.divFirstLabel {
    width: 120px;
}

.divGroupInfo .divlinkBeside.divSecondLabel {
    width: 80px;
}


.divGroupInfo .divlinkBeside:first-child {
    margin-left: 0px !important;
}


.divGroupInfo .inputControl {
    width: 200px;
}


.divGroupInfo div.divlinkBeside select {
    width: 35px;
}


.divGroupInfo div.divPaxCtrl select {
    width: 60px;
}

@media (max-width:658px) {

    .divGroupInfo .rooms-holder {
        border: 1px solid gray;
        margin-bottom: 5px;
    }


    .divGroupInfo div.divlinkBeside select {
        width: 100%;
    }

    .divGroupInfo .divlinkBeside:first-child {
        margin-left: 5px !important;
        margin-right: 5px;
    }

    .divGroupInfo div.divlinkBeside {
        margin-left: 5px;
        margin-right: 5px;
        display: block;
        padding-bottom: 10px;
    }

        .divGroupInfo div.divlinkBeside .form-control {
            display: block !important;
            padding: 0px !Important;
        }

    .divGroupInfo div.divPaxCtrl select {
        width: 100%;
    }
}


.ctrlFormHeight {
    height: 25px !important;
}


.direct-access-item {
    float: left;
    margin-right: 60px;
    margin-bottom: 20px;
    background-color: #555; /*rgba(107,107,107,0.3);*/
    color: #ffffff !Important;
    font-weight: bold;
    display: block;
    border-radius: 0.26666667em;
    padding: 0.2em;
    text-decoration: none;
    display: inline;
    font-size: 12.5px;
}

    .direct-access-item:hover {
        float: left;
        margin-right: 60px;
        margin-bottom: 20px;
        background-color: #8e1818;
        color: #ffffff !Important;
        font-weight: bold;
        display: block;
        border-radius: 0.26666667em;
        padding: 0.2em;
        text-decoration: none;
        display: inline;
        font-size: 12.5px;
    }

.direct-access-item-list {
    content: '>';
    float: left;
    background-color: #CF2828;
    width: 25px;
    text-align: center;
    height: 30px;
    border-top-left-radius: .4em;
    border-bottom-left-radius: .4em;
    color: #FFFFFF;
    font-size: 22px;
}

.direct-access-item .direct-access-buttons {
    width: 250px;
    height: 30px;
    /*background-color: #F1F1F1;
            border: 1px solid #CCCACA;*/
    background-color: transparent;
    border: none;
    outline: none;
}

.module-service-list label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
}


/* Custom Tour Gallery */

.TourGallery {
    max-width: 100% !important;
    display: none;
}

/************/


.divTourLeft {
    float: left;
    width: 85%;
}

.divTourRight {
    float: right;
    width: 15%;
    margin-top: -35px;
    margin-right: 5px;
}


@media (max-width:500px) {

    .divTourLeft {
        width: 100% !important;
        display: block !important;
    }

    .divTourRight {
        float: none !important;
        width: 100% !important;
        display: block !important;
        margin-top: 0px;
        margin-right: 0px;
    }

        .divTourRight button {
            width: 100% !important;
            display: block !important;
        }
}



.flightContainer .hideControl {
    display: none;
}

.flightContainer .marginTopUpdate {
    margin-top: 0px !important;
}

.flightContainer .margintopMinus {
    margin-top: -10px !important;
}


.divFlightInfoStyle .divFloat {
    width: 100%;
}

    .divFlightInfoStyle .divFloat .col1 {
        width: 15em;
        padding-top: 1.05882353em;
        padding-bottom: 0;
    }

    .divFlightInfoStyle .divFloat .col {
        float: left;
        position: relative;
    }

    .divFlightInfoStyle .divFloat .datee {
        font-size: 20px;
    }

    .divFlightInfoStyle .divFloat .fdp-direction {
        color: #616161;
        width: 78px;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
    }

    .divFlightInfoStyle .divFloat .fdp-location {
        padding-bottom: 0;
        font-size: .8823529411764706em;
        font-weight: bold;
    }


.divFlightInfoStyle .divTime .col {
    float: left;
    position: relative;
}


.divFlightInfoStyle .divTime .col1 {
    width: 15em;
    padding-bottom: .70588235em;
    padding-left: 5px;
}

.divFlightInfoStyle .divTime .col2 {
    width: 132px;
}

.divFlightInfoStyle .divTime .col {
    float: left;
    position: relative;
}


.divFlightInfoStyle .divTime .divTime1 {
    color: #1f1f1f;
    line-height: 24px;
    white-space: nowrap;
    font-size: 18px;
}


.divFlightInfoStyle .divTime .divDest {
    color: #6b6b6b;
    font-size: 15px;
    line-height: 1.4;
}

.divFlightInfoStyle .divTime .colimg {
    width: 78px;
}

.h1flightTitle {
    font-size: 22px !important;
}

.divSideFlightTitle {
    border-bottom: 1px solid #555;
    padding-bottom: 5px;
}

.divSideFlightblockTop {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.divSideFlightblock {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 15px;
}

.ocat {
    font-size: 12px;
    color: #F0C030;
    font-style: italic;
    font-weight: bold;
}

div.search-results-holder .search-results .items-container .listing-rooms-holder {
    background-color: #F6F6F6;
}

.rooms-table {
    background-color: #F6F6F6;
}


div.search-results-holder .search-results .items-container .searchrooms-holder {
    text-align: right;
    background-color: #F6F6F6;
    float: left;
}

    div.search-results-holder .search-results .items-container .searchrooms-holder .searchrooms {
        position: relative;
        /*bottom: 5px;*/
        left: 5px;
        /*margin-top: 10px;*/
        margin-left: 30px;
        height: 30px;
        border-style: none;
        background-color: #F6F6F6 !Important;
        color: #0065B8;
        font-size: 12px;
    }




.pointer {
    cursor: pointer !important;
}

#divSortFilter {
    overflow: hidden;
}




.Arrow_Span img {
    width: 10px;
}





.InputsValueRange {
    width: 48px;
    border: 1px solid #d5d2d2 !important;
    margin-right: 1px;
    -moz-box-shadow: 3px 3px 3px 3px #f7f7f7;
    -webkit-box-shadow: 3px 3px 3px 3px #f7f7f7;
    box-shadow: 3px 3px 3px 3px #f7f7f7;
}

#divPriceFilter {
    overflow: hidden;
}


.closeHref:hover {
    opacity: 1;
}

.closeHref:before, .closeHref:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #333;
}

.closeHref:before {
    transform: rotate(45deg);
}

.closeHref:after {
    transform: rotate(-45deg);
}






.Redborder:focus {
    border-color: rgba(173, 50, 50, 2) !important;
    box-shadow: 0 1px 1px rgba(173, 50, 50, 2) inset, 0 0 8px rgba(173, 50, 50, 2) !important;
    outline: 0 none !important;
}




























.pg-after:after {
    position: absolute;
    right: 0;
    display: block;
    content: '';
    width: 10%;
    height: 3px;
    -webkit-box-shadow: 0 0 8px rgba(255,139,0,0.8);
    -moz-box-shadow: 0 0 8px rgba(255,139,0,0.8);
    box-shadow: 0 0 8px rgba(255,139,0,0.8);
}

.pg-bar {
    direction: ltr;
    display: block;
    width: 0%;
    height: 3px;
    background-color: #e42f2a;
    /*-webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;*/
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    position: relative;
}

pg-bar:after {
    position: absolute;
    right: 0;
    display: block;
    content: '';
    width: 10%;
    height: 3px;
    -webkit-box-shadow: 0 0 8px rgba(255,139,0,0.8);
    -moz-box-shadow: 0 0 8px rgba(255,139,0,0.8);
    box-shadow: 0 0 8px rgba(255,139,0,0.8);
}

.pg-inactive {
    height: 0;
    opacity: 0;
    margin: 0;
}

.progressContainer {
    position: relative;
}


.progressit {
    height: 3px;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    position: absolute;
    top: -3px;
    width: 100%;
}

/*christ testing ***********************/
@media (max-width: 2000px) and (min-width: 1321px) {
    .page-container div.map-holder-transfer {
        margin: 0 20px 20px 20px;
        right: 0;
        max-width: 360px;
        top: 350px;
        background-color: #CCCCCC;
        width: 100%;
        position: absolute;
        left: 1024px;
        display: inline !important;
    }



    #linkViewMap_Transfer {
        display: none;
    }
}


@media (max-width:1320px) {

    #divMapHolder {
        display: none;
        margin: 0 0 10px 0;
    }

    #linkViewMap_Transfer {
        display: block;
    }
}




.cursorPointer {
    cursor: pointer;
}


#linkViewMap_Transfer {
    float: right;
}




.transferGrid .result-item-holder .transterspansResults span {
    margin: 1%;
    display: inline-table;
}





/*autocomploye styling for transfer section*/

@media (max-width:850px) {
    ul#TransferSearchDirect1_AutoCompleteExtender2_completionListElem, ul#TransferSearchDirect1_AutoCompleteExtender1_completionListElem {
        width: 100% !important;
    }


        ul#TransferSearchDirect1_AutoCompleteExtender2_completionListElem li, ul#TransferSearchDirect1_AutoCompleteExtender1_completionListElem li {
            padding: 3px !important;
            background-color: #FFFFFF !important;
            font-family: sans-serif !important;
            font-size: 10px !important;
            cursor: pointer !important;
            line-height: 15px !important;
        }
}








ul#TransferSearchDirect1_AutoCompleteExtender2_completionListElem, ul#TransferSearchDirect1_AutoCompleteExtender1_completionListElem, ul#TransferSearchDirect1_AutoCompleteExtender3_completionListElem, ul#TransferSearchDirect1_AutoCompleteExtender4_completionListElem {
    /*width: 400px;*/
    /*position: absolute !important;*/
    /*top: 50px !important;*/
    /*left: 0px !important;*/
    width: 400px !important;
    border: 2px solid #ff0000 !important;
    border-radius: .4em !important;
    padding: 10px !important;
    background-color: #FFFFFF !important;
    z-index: 1 !important;
}

    ul#TransferSearchDirect1_AutoCompleteExtender2_completionListElem li, ul#TransferSearchDirect1_AutoCompleteExtender1_completionListElem li, ul#TransferSearchDirect1_AutoCompleteExtender3_completionListElem li, ul#TransferSearchDirect1_AutoCompleteExtender4_completionListElem li {
        padding: 3px !important;
        background-color: #FFFFFF !important;
        font-family: sans-serif !important;
        font-size: 16px !important;
        cursor: pointer !important;
        line-height: 25px !important;
    }



a.MoreRooms, a.LessRooms {
    color: white;
    background-color: #cf2828;
    -webkit-transition: background-color 0.13s;
    -moz-transition: background-color 0.13s;
    -o-transition: background-color 0.13s;
    transition: background-color 0.13s;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
    padding: 5px;
}


    a.MoreRooms:hover, a.LessRooms:hover {
        font-weight: 500;
        color: #cf2828;
        background-color: white;
    }


.p5px {
    padding: 5px;
}


.applyminstay-warning-container {
    /*padding: 5px;
    border: 1px solid #dddddd;*/
}

    .applyminstay-warning-container label span {
        color: #C1212E;
        font-weight: bold;
    }



    .applyminstay-warning-container label {
        text-align: left;
        margin: 0;
    }


.StaticDiscount img {
    max-width: 200px;
    display: inline;
    padding: 2px;
}

.StaticDiscount .text {
    display: inline;
    width: 400px;
    float: right;
    vertical-align: middle;
    font-size: 14px;
    color: #C1212E;
    line-height: 25px;
    margin-top: 20px;
    padding: 5px;
}

.StaticDiscount {
    font-weight: bold;
    border-color: #f7f7f7;
    color: #444;
    background-color: #f6f6f6;
    margin-bottom: 20px;
    padding: 5px;
}

.whatsapp-searchresults {
    line-height: 20px;
    background-color: #f6f6f6;
    padding: 20px;
}

/* end transfer search engine classes 4/3/2023*/
.input-group-addon {
    background: none;
    border: none;
}

.form-group-sub1 .subinput1 {
    /*width: 30%;*/
    border-right: 0px !important;
}

.form-group-sub1 .subinput3 {
    width: 50%;
}

.form-group-sub1 .subinput2 {
    /*    width:70%;*/
    border-left: 0px !important;
}

.form-group-sub1 .input-label {
    position: relative;
    /*   width: 25%;
    color: white;
    padding-top: 10px;*/
}

    .form-group-sub1 .input-label .form-control {
        padding-left: 100px !important;
    }

        .form-group-sub1 .input-label .form-control.datepicker {
            padding-left: 150px !important;
        }

label.Loungefrom {
    position: relative;
    line-height: 40px;
    position: absolute;
    padding-left: 10px;
    top: 0;
    bottom: 0;
    -moz-transition: .3s right ease;
    -ms-transition: .3s right ease;
    -o-transition: .3s right ease;
    -webkit-transition: .3s right ease;
    transition: .3s right ease;
    z-index: 0;
}

.form-group-sub .subinput1 {
    width: 30%;
}

.form-group-sub .subinput3 {
    width: 50%;
}

.form-group-sub .subinput2 {
    width: 70%;
}

.form-group-sub, .form-group-sub1 {
    display: flex;
    /*width: 100% !important;*/
}

.input-group-sub {
    display: flex;
    width: 50%;
}

@media (max-width: 1100px) {
    .form-group-sub, .form-group-sub1 {
        display: block !important;
    }

    .input-group-sub {
        display: block !important;
        width: 100% !important;
    }

    .containerdata {
        width: 100% !important;
    }
}

.form-group-sub .input-label {
    position: relative;
    width: 25%;
    color: white;
    padding-top: 10px;
}


    .form-group-sub .input-label input + label {
        position: relative;
        line-height: 40px;
        position: absolute;
        padding-left: 10px;
        top: 0;
        bottom: 0;
        -moz-transition: 0.3s right ease;
        -ms-transition: 0.3s right ease;
        -o-transition: 0.3s right ease;
        -webkit-transition: 0.3s right ease;
        transition: 0.3s right ease;
        z-index: 0;
    }

/* .input-label .form-control {
                padding-left: 100px !important;
            }*/
/*    .input-label .form-control.datepicker {
    padding-left: 150px !important;
}*/
.form-group .form-control {
    color: black;
}

.form-group-sub .input-label input:focus {
    background-color: rgba(255, 255, 255, .8);
}

.datetimer {
    width: 30%;
}

.form-group-sub .input-label.date-form {
    width: 70%;
}
/*  .containerlink
        {
            background-color:white;
            font-weight:bold
        }*/
.containerdata {
    display: none;
    width: 50%;
    position: relative;
}

.closex {
    position: absolute;
    background: red;
    color: white;
    top: -10px;
    right: -10px;
}

/* end transfer search engine classes*/


.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #8e8e90;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #8e8e90;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.GridCenter th:first-child {
    text-align: left !important;
}

.GridCenter th, GridCenter tr {
    text-align: center !important;
}

.lessinfo {
    background-color: #8080807a;
    margin-left: -16px;
    padding: 7px;
    margin-bottom: -10px;
    color: white;
    cursor: pointer;
}

.summarytitle hr {
    border-top: 1px solid #eee;
    margin-bottom: 10px;
    margin-left: 30px;
}

.fa-taxi {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-top: -10px;
    height: 10px;
}
/*autocomplete-layer*/
.autocomplete-layer li {
    padding: 3px;
    background-color: #FFFFFF;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    line-height: 25px;
}

.Didyoumean-layer .close {
    display: none;
}

.autocomplete-item {
    cursor: pointer;
    padding: 6px;
    /* padding: 3px;
    background-color: #FFFFFF;
    font-family: sans-serif;
    font-size: 16px;
  
    line-height: 25px;*/
}

    .ui-autocomplete .ui-state-active, .autocomplete-item:hover {
        background-color: #80808014 !important;
        /*  padding: 3px;
      
        font-family: sans-serif;
        font-size: 16px;
        cursor: pointer;
        line-height: 25px;
        border: none;
        color: black;*/
    }

.autocomplete-item-sub {
    padding: 6px 6px 6px 20px;
    background-color: #FFFFFF;
    /*font-family: sans-serif;*/
    font-size: small;
    cursor: pointer;
    /*line-height: 25px;*/
}

    .autocomplete-item-sub:hover {
        cursor: pointer;
        padding: 6px 6px 6px 20px;
        background-color: #80808014 !important;
        /*  
        background-color: rgba(255, 0, 0, 0.08);
        font-family: sans-serif;
        font-size: 14px;*/
        /*line-height: 25px;*/
    }

.autocomplete-flag {
    float: left;
    padding: 6px;
}

.autocomplete-layer {
    /*width: 400px;*/
    position: absolute;
    top: 50px;
    left: 0px;
    border: 1px solid #d5d2d2;
    /*border: 2px solid #ff0000;*/
    /*border-radius: .4em;*/
    /*padding: 10px;*/
    background-color: #FFFFFF;
    z-index: 1;
    max-height: 280px;
    overflow-y: auto;
}

.Didyoumean-layer {
    color: red;
}

.Didyoumean-datalayer {
    height: 250px;
    overflow-y: auto;
    background: #FCCFE1;
    padding: 2px;
    border: 2px solid #FFFFFF;
    width: 100%;
    color: #DE0D0D;
    font-weight: bold;
}

/* ######### Autocomplete CarRental ############# */
.autocompleteCar-layer li {
    padding: 3px;
    background-color: #FFFFFF;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    line-height: 25px;
}

.DidyoumeanCar-layer .close {
    display: none;
}

.autocompleteCar-item {
    padding: 3px;
    background-color: #FFFFFF;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    line-height: 25px;
}

    .ui-autocompleteCar .ui-state-active, .autocompleteCar-item:hover {
        padding: 3px;
        background-color: rgba(255, 0, 0, 0.08) !important;
        font-family: sans-serif;
        font-size: 16px;
        cursor: pointer;
        line-height: 25px;
        border: none;
        color: black;
    }

.autocompleteCar-item-sub {
    padding: 3px 3px 3px 20px;
    background-color: #FFFFFF;
    font-family: sans-serif;
    font-size: 14px;
    cursor: pointer;
    line-height: 25px;
}

    .autocompleteCar-item-sub:hover {
        padding: 3px 3px 3px 20px;
        background-color: rgba(255, 0, 0, 0.08);
        font-family: sans-serif;
        font-size: 14px;
        cursor: pointer;
        /*line-height: 25px;*/
    }

.autocompleteCar-flag {
    float: left;
    padding: 6px;
}

.autocompleteCar-layer {
    width: 400px;
    position: absolute;
    top: 50px;
    left: 0px;
    border: 2px solid #ff0000;
    border-radius: .4em;
    padding: 10px;
    background-color: #FFFFFF;
    z-index: 1;
    max-height: 280px;
    overflow-y: scroll;
}

.DidyoumeanCar-layer {
    color: red;
}

.DidyoumeanCar-datalayer {
    height: 250px;
    overflow-y: auto;
    background: #FCCFE1;
    padding: 2px;
    border: 2px solid #FFFFFF;
    width: 100%;
    color: #DE0D0D;
    font-weight: bold;
}
/* ############################### */


/* ######### Autocomplete Train ############# */
.autocompleteTrain-layer li {
    padding: 3px;
    background-color: #FFFFFF;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    line-height: 25px;
}

.DidyoumeanTrain-layer .close {
    display: none;
}

.autocompleteTrainRegion-item {
    padding: 3px;
    background-color: #FFFFFF;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    line-height: 25px;
}


    .ui-autocompleteTrain .ui-state-active, .autocompleteTrainRegion-item:hover {
        padding: 3px;
        background-color: rgba(255, 0, 0, 0.08) !important;
        font-family: sans-serif;
        font-size: 16px;
        cursor: pointer;
        line-height: 25px;
        border: none;
        color: black;
    }

.autocompleteTrain-item-sub {
    padding: 3px 3px 3px 20px;
    background-color: #FFFFFF;
    font-family: sans-serif;
    font-size: 14px;
    cursor: pointer;
    line-height: 25px;
}

    .autocompleteTrain-item-sub:hover {
        padding: 3px 3px 3px 20px;
        background-color: rgba(255, 0, 0, 0.08);
        font-family: sans-serif;
        font-size: 14px;
        cursor: pointer;
        /*line-height: 25px;*/
    }

.autocompleteTrain-flag {
    float: left;
    padding: 6px;
}

.autocompleteTrain-layer {
    width: 400px;
    position: absolute;
    top: 50px;
    left: 0px;
    border: 2px solid #ff0000;
    border-radius: .4em;
    padding: 10px;
    background-color: #FFFFFF;
    z-index: 1;
    max-height: 280px;
    overflow-y: scroll;
}

.DidyoumeanTrain-layer {
    color: red;
}

.DidyoumeanTrain-datalayer {
    height: 250px;
    overflow-y: auto;
    background: #FCCFE1;
    padding: 2px;
    border: 2px solid #FFFFFF;
    width: 100%;
    color: #DE0D0D;
    font-weight: bold;
}
/* ############################### */


/* ######## Responsive table with grey boundries ###### */
/* Basic styling for the table */
.responsive-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border: 2px solid #ddd;
}

    .responsive-table th, .responsive-table td {
        border: none;
        padding: 5px;
        text-align: left;
    }

    .responsive-table th {
        background-color: #f4f4f4;
    }

    .responsive-table tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .responsive-table tr:hover {
        background-color: #f1f1f1;
    }

/* Make the table horizontally scrollable on small screens * /
/*To be set on the holding div */
.responsive-table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

/* Responsive adjustments for smaller screens */
@media screen and (max-width: 600px) {
    .responsive-table th, .responsive-table td {
        padding: 12px; /* Increase padding for better readability */
    }

    .responsive-table th {
        font-size: 14px !important; /* Smaller font for table headers */
    }

    .responsive-table td {
        font-size: 12px !important; /* Smaller font for table data */
    }
}
/* Styling for the td that contains the checkboxes */
td.checkbox-cell {
    display: flex;
    flex-direction: row; /* Default to horizontal layout */
    gap: 10px;
    align-items: center;
}

.loungeselect {
    min-width: 250px;
}


/* Media query to stack checkboxes vertically on mobile */
@media screen and (max-width: 600px) {
    td .checkbox-cell {
        flex-direction: column; /* Stack vertically on smaller screens */
        align-items: flex-start; /* Align checkboxes to the left */
    }
}


/*.summary-fixed {
    display: none;
    
}
.divButton {*/
/*  text-align: center;
    color: #FFFFFF !important;*/
/*}
    .summary-fixed-wrapper .button {
   width:100% !important;
    }*/
.tblVoucher {
    width: 655px;
    font-size: 13px;
}

    .tblVoucher td {
        font-size: 13px;
    }

.Voucher-info1 {
    display: inline-block;
}

.Voucher-infoline {
    padding-bottom: 10px;
    clear: both;
}

    .Voucher-infoline span {
        padding-right: 5px;
    }

    .Voucher-infoline.HighlightRed {
        text-align: center;
        color: red;
    }

.Voucher-info2 {
    display: inline-block;
    width: 30%;
    float: right
}


@media screen and (max-width: 600px) {

    /*tblVoucherrooms*/
    .tblResponsive.tblVoucherrooms td:nth-of-type(1):before {
        content: "Room Type";
    }

    .tblResponsive.tblVoucherrooms td:nth-of-type(2):before {
        content: "Adults";
    }

    .tblResponsive.tblVoucherrooms td:nth-of-type(3):before {
        content: "Children";
    }

    .tblResponsive.tblVoucherrooms td:nth-of-type(4):before {
        content: "Rooms Number	";
    }

    .tblResponsive.tblVoucherrooms td:nth-of-type(5):before {
        content: "Client Name ";
    }


    .tblResponsive.tblVoucherAddService td:nth-of-type(1):before {
        content: "Other Services";
    }

    .tblResponsive.tblVoucherAddService td:nth-of-type(2):before {
        content: "Passengers";
    }





    .tblVoucher {
        width: 100%;
    }

    .Voucher-info2 {
        display: block;
        float: unset;
        padding-bottom: 10px;
        padding-top: 15px;
        width: 80%;
    }

    .divButton {
        display: block;
        z-index: 1000;
        position: relative;
    }

    /* .summary-fixed img {
            cursor: pointer;
        }

  .fixed-wrapper-img {
        position: absolute;
        left: 50%;
        top: -20px;
        margin-left: -18px;
    }*/

    .button-holder {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 20;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

        .button-holder.InRow {
            position: unset !important;
        }


        .button-holder.item-result {
            position: relative;
        }

        .button-holder.voucher {
            position: relative;
        }

            .button-holder.voucher .button {
                margin-right: 5px !important;
                width: 27%;
            }

        .button-holder .bookbtn {
            width: 100% !important;
            text-align: center;
        }

    #DivBooktop, .hideForMob {
        display: none;
    }

    .datetimer {
        width: 100%;
    }
}

.filterSection {
    float: left;
    padding-bottom: 5px;
    clear: both
}

.filterOption label {
    font-weight: normal;
}

/*Loading progress load in middle of page javacript*/
/* The overlay (grey background with fade effect) */
/* The loader (overlay with spinner) */
#middle-loader {
    position: fixed; /* Fixed position to keep it on the screen even when scrolling */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent grey background */
    z-index: 9999; /* Ensure it is on top of all other content */
    display: flex; /* Flexbox to center the content */
    justify-content;
}


/* Grey background overlay */
#middle-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
}

/* Loader image */
#middle-loader img {
    width: 90px; /* Adjust the size of the spinner */
    height: 90px; /* Adjust the size of the spinner */
    z-index: 10000; /* Ensure it's above the overlay */
}

#middle-loaderContent {
    background-color: rgb(255, 255, 255); /* Semi-transparent grey background */
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
}
/*End Loading progress load in middle of page*/


#home-main, .home-main {
    min-height: 75% !important;
}

#bottom-footer {
    position: relative !important;
}

.swiper-container {
    /*width: 80%;*/
    padding-left: 10px;
    padding-right: 10px;
    height: 400px; /* Adjust the height as needed */
    /*padding-top: 40px;*/
    /*margin-bottom: 40px;*/
    overflow: hidden;
}

.swiper-header {
    margin-left: 10px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: unset !important;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.swiperimg {
    width: 200px;
    /*max-width: 150px;*/ /* Adjust the image size */
    height: 150px;
    margin-bottom: 10px;
}

.border-wrapper {
    border: 2px solid #eae7e7; /* Border color and thickness */
    border-radius: 15px; /* Rounded corners */
    overflow: hidden; /* Ensure contents stay within the rounded borders */
}

.search-container.NoMargin {
    margin-top: 0px !important;
}

#top-header .login-box.option-div {
    position: unset;
}

.optiontab {
    display: block;
    padding: 12px 25px;
    background-color: #cf2828;
    margin-bottom: 10px;
    margin-top: 10px;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .optiontab:hover {
        background-color: #f1f1f1;
        color: black;
    }

    .optiontab:focus {
        outline: none;
    }

/* Responsive adjustments */
.option-div {
    display: none;
    padding: 20px;
    margin-top: 10px;
    background-color: #f1f1f1;
    border-radius: 8px;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .optiontab {
        /*   width: 90%;*/
        padding: 15px;
        font-size: 18px;
    }

    .option-div {
        width: 90%;
    }
}

.clientarea .padding10 {
    padding: 0px;
}


/* Style for each link */
.clientarea .link-small {
    display: block; /* Stack links vertically */
    font-size: 18px;
    color: black; /* red color for links */
    text-decoration: none;
    position: relative;
    padding-left: 25px; /* Space for the arrow */
}

    /* Create an arrow before each link */
    .clientarea .link-small::before {
        content: '→'; /* Right arrow (Unicode) */
        position: absolute;
        left: 0;
        font-size: 20px; /* Size of the arrow */
        top: 50%;
        transform: translateY(-50%); /* Center vertically */
        color: #cf2828; /* Color of the arrow */
    }

    /* Hover effect to move the arrow slightly */
    .clientarea .link-small:hover::before {
        transform: translateY(-50%) translateX(5px); /* Move the arrow on hover */
    }

    /* Hover effect for link text */
    .clientarea .link-small:hover {
        color: #cf2828; /* Darker red on hover */
    }

/* hotel listing */

/* Each individual hotel item */
.hotel {
    background-color: #fff;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
    width: 23%; /* This allows 4 items per row */
    height: auto;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #eae7e7;
    border-radius: 15px;
    margin-bottom: 20px; /* Add space at the bottom of each hotel */
}

/* Style the image */
.hotel-image {
    width: 100%; /* Ensure the image takes full width */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px;
    margin-bottom: 10px; /* Space between the image and title */
}

/* Hotel title style */
.hotel-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    /*white-space: nowrap;*/ /* Prevent text from wrapping to the next line */
    /*overflow: hidden;*/ /* Hide the overflowing content */
    /*text-overflow: ellipsis;*/ /* Show ellipsis (...) when text overflows */
    display: -webkit-box; /* Enable multi-line flexbox behavior */
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical; /* Ensure the text is treated vertically */
    overflow: hidden; /* Hide anything beyond the two lines */
    text-overflow: ellipsis; /* Display ellipsis (...) for overflowed text */
    height: 35px;
    width: 100%; /* Ensure it takes the full width available */
}

/* Hotel link style */
.hotel-link {
    color: #cf2828;
    text-decoration: none;
}

/* Responsive design for smaller screens */
@media (max-width: 1200px) {
    .hotel {
        width: 48%; /* 2 items per row on medium-sized screens */
    }
}

@media (max-width: 768px) {
    .hotel {
        width: 100%; /* 1 item per row on small screens */
    }
}
