@media only screen and (min-width: 600px) {
    img[src$=".gif"], img[src$=".png"] {
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: bicubic;
    }
}

@charset "utf-8";

* {
    font-family: Lato,sans-serif;
}

.none {
    display: none!important;
}

body {
    margin: 0;
    padding: 0;
    font-family: Lato,sans-serif!important;
    -webkit-overflow-scrolling: touch;
}

    body#flights {
        background: #fff!important;
    }

img {
    border: 0;
}

a {
    color: #aa3238;
}

.uppercase {
    text-transform: uppercase;
}

.no-margin {
    margin: 0!important;
}

.no-border {
    border: none!important;
}

.float-left {
    float: left!important;
}

.float-right {
    float: right!important;
}

.circle {
    border-radius: 100%;
}

.gray-text {
    color: #999;
}

.wrapper {
    width: 100%;
}

.containar {
    width: 976px;
    margin: auto;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    display: block;
    backface-visibility: hidden;
    z-index: 999;
}

.banner .RadGrid_MetroTouch, .banner .RadGrid_MetroTouch .rgMasterTable, .banner .RadGrid_MetroTouch .rgDetailTable, .banner .RadGrid_MetroTouch .rgGroupPanel table, .banner .RadGrid_MetroTouch .rgCommandRow table, .banner .RadGrid_MetroTouch .rgEditForm table, .banner .RadGrid_MetroTouch .rgPager table {
    font-weight: 300;
}

.search_box input[type=button] {
    cursor: pointer;
}

    .search_box input[type=button]:hover {
        opacity: .7;
    }

.fist_section {
    width: 100%;
    min-height: 35px;
    background-color: #25282a;
    border-bottom: 3px solid #25282a;
    clear: both;
}

.second_section {
    width: 100%;
    height: 100px;
    background: #fff;
    clear: both;
}

.shadow {
    width: 100%;
    height: 8px;
    background-image: url(/../../images/dummy_img.png);
    background-repeat: repeat-x;
    opacity: .5;
}

.sections {
    float: left;
    width: 52.3%;
    height: 35px;
    text-align: center;
}

    .sections h4 span {
        float: left;
        margin-top: 6px;
        margin-left: 4px;
        margin-right: 4px;
    }

        .sections h4 span a {
            color: #fff;
        }

            .sections h4 span a:hover {
                color: #ccc;
            }

    .sections h4 img {
        float: left;
        width: 25px;
        padding: 3px 10px 3px 0;
    }

    .sections h4 {
        font-size: 13px;
        color: #fff;
        font-weight: 400;
        float: left;
        padding-left: 10px;
        margin-top: 5px;
    }

    .sections ul {
        display: inline-block;
    }

        .sections ul li {
            float: left;
            margin: 11px 0 0;
        }

            .sections ul li a {
                padding: 5px 8px;
                color: #FFF;
                font-size: 12px;
                text-transform: uppercase;
                background-image: url(menu_sep.jpg);
                background-repeat: no-repeat;
                background-position: right;
                margin-right: -2px;
            }

                .sections ul li a.here, .sections ul li a:hover {
                    background-color: #aa3238;
                    background-image: none;
                }

.sections_social {
    float: right;
    padding: 8px 0 0;
}

    .sections_social div:hover {
        opacity: .6;
    }

.containar.continer_logopart {
    /*padding: 20px 20px;*/
    width: 100%;
    box-sizing: border-box;
    max-width: 1090px;
    margin: auto;
}

.logo_part {
    float: left;
    width: 175px;
}

.menu_hide {
    display: none;
}

.menu_part {
    padding: 0 15px;
    height: 70px;
}

    .menu_part ul li {
        float: left;
        font-size: 13px;
        padding: 12px;
        text-transform: uppercase;
        margin: 17px 0 0;
    }

        .menu_part ul li a {
            color: #565d67;
        }

.logo_part img {
    float: left;
}

.search_part {
    float: right;
}

.search_box {
    float: right;
    margin: 18px 0 0;
}

#ticker dd:last-child {
    border: none!important;
}

#loginContainer {
    position: relative;
    float: right;
    font-size: 12px;
    margin: 15px 20px 0 0;
    margin: 20px 20px 0 0;
    width: 82px;
    box-sizing: border-box;
    display: inline-block;
    transition: opacity .3s ease;
}

#loginButton {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 30;
    cursor: pointer;
}

    #loginButton span {
        color: #445058;
        font-size: 11px;
        display: block;
        background-image: url(arrow_lang.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
        z-index: 999;
    }

#loginBox {
    position: relative;
    top: 15px;
    right: 0;
    display: none;
    z-index: 29;
}

#loginButton.active {
    border-radius: 0;
    margin: 0;
}

    #loginButton.active em {
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -1px;
    }

#loginForm {
    width: 78px;
    height: 100px;
}

    #loginForm fieldset {
        margin: 0 0 12px;
        display: block;
        border: 0;
        padding: 0;
        float: right;
    }

.lng_arrow {
    width: 78px;
    height: 9px;
    background-image: url(lang_box_arrow.png);
    background-repeat: no-repeat;
}

.lng_links {
    width: 100%;
    height: 46px;
    background-color: #2d2d2d;
    padding: 8px;
    float: right;
    margin-top: -2px;
}

    .lng_links a {
        font-size: 13px;
        color: #ccc;
        line-height: 23px;
        text-decoration: none;
    }

        .lng_links a:hover {
            color: #fff;
        }

#loginContainer1 {
    position: relative;
}

#loginButton1 {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 30;
    cursor: pointer;
}

#loginBox1 {
    position: relative;
    top: 15px;
    right: 0;
    display: none;
    z-index: 29;
    height: 20px;
}

#loginButton1.active {
    border-radius: 3px 3px 0 0;
}

    #loginButton1.active em {
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -1px;
    }

#loginbox1 {
    margin: 0 0 12px;
    display: block;
    border: 0;
    padding: 0;
}

.lng_arrow1 {
    width: 17px;
    margin-left: 39px;
    height: 6px;
    background-image: url(trip_popup_arrow.png);
    background-repeat: no-repeat;
}

.lng_links1 {
    width: 128px;
    height: 34px;
    background-color: #d1d3d4;
    padding: 8px;
    position: absolute;
    margin: 0 0 0 -52px;
}

    .lng_links1 img {
        float: left;
        margin: 4px;
    }

        .lng_links1 img:hover {
            opacity: .7;
        }

    .lng_links1 a {
        width: 31px!important;
        height: 35px!important;
        font-size: 13px;
        color: #ccc;
        line-height: 23px;
        text-decoration: none;
        padding-top: 0!important;
    }

#loginButton1 span {
    padding: 9px 25px!important;
}

.lng_links1 a:hover {
    color: #fff;
    background: none!important;
}

#ticker-previous {
    float: left;
    width: 100%;
    height: 19px;
    background-image: url(trip_p_top_arw.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -24px;
    z-index: 999;
    position: relative;
}

#ticker-next {
    float: left;
    width: 100%;
    height: 19px;
    background-image: url(trip_p_btm_arw.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -21px;
}

#ticker-previous1 {
    float: left;
    width: 100%;
    height: 19px;
    background-image: url(trip_p_top_arw.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -21px;
    z-index: 999;
    position: relative;
}

#ticker-next1 {
    float: left;
    width: 100%;
    height: 19px;
    background-image: url(trip_p_btm_arw.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -21px;
}

#vertical-ticker, #vertical-ticker1 {
    height: auto!important;
}

.icon0 {
    background-position: 0 0;
    height: 22px;
    width: 22px;
    background-image: url(social_mediea_icon.png);
    float: left;
}

.icon1 {
    background-position: 0 0;
    height: 22px;
    width: 22px;
    float: left;
    background-size: 100%;
    margin: 0 1px!important;
}

.header .icon1 {
    background: 0 0;
}

.icon1 img {
    width: 100%;
}

.icon2 {
    background-position: -22px 0;
    height: 22px;
    width: 22px;
    background-image: url(social_mediea_icon.png);
    float: left;
}

.icon3 {
    background-position: 132px 0;
    height: 22px;
    width: 22px;
    background-image: url(social_mediea_icon.png);
    float: left;
}

.icon4 {
    background-position: 110px 0;
    height: 22px;
    width: 22px;
    background-image: url(social_mediea_icon.png);
    float: left;
}

.icon5 {
    background-position: 88px -22px;
    height: 22px;
    width: 22px;
    background-image: url(social_mediea_icon.png);
    float: left;
}

.icon6 {
    background-position: -110px -22px;
    height: 22px;
    width: 22px;
    background-image: url(social_mediea_icon.png);
    float: left;
}

.icon7 {
    background-position: -132px -22px;
    height: 22px;
    width: 22px;
    background-image: url(social_mediea_icon.png);
    float: left;
}

.icon8 {
    background-position: -154px -22px;
    height: 22px;
    width: 22px;
    background-image: url(social_mediea_icon.png);
    float: left;
}

.banner {
    padding-top: 114px;
    position: absolute;
    z-index: -999;
    clear: both;
    left: 0;
    right: 0;
}

.banner_gradient {
    background: linear-gradient(to bottom,#fff 0,#eee 400px,#fff 1000px);
}

.banner_box_container {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 30px 0 0;
}

.banner_box {
    text-align: center;
}

.sec_second {
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
}

.webwidget_scroller_tab {
    font-size: 12px;
    width: 300px;
    margin: 25px 0 0;
}

.tabContainer {
    width: 100%;
    background: url(../images/tab.gif) repeat-x bottom;
    overflow: hidden;
}

    .tabContainer li {
        float: left;
        margin-right: 2px;
        background: url(../images/tabOff_right.gif) right top no-repeat;
    }

        .tabContainer li a {
            display: block!important;
            display: inline-block;
            padding: 5px 0;
            height: 27px;
            text-align: center;
            width: 98px;
            line-height: 27px;
            text-transform: uppercase;
        }

.webwidget_scroller_tab .tabHead {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.webwidget_scroller_tab .tabBody {
    height: 150px;
    overflow: hidden;
    width: 498px;
    position: relative;
}

    .webwidget_scroller_tab .tabBody ul, li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .webwidget_scroller_tab .tabBody ul {
        width: 1500px;
        position: absolute;
    }

        .webwidget_scroller_tab .tabBody ul li {
            float: left;
            width: 500px;
        }

.webwidget_scroller_tab .tabHead li a {
    text-decoration: none;
    color: #58595b;
    background-color: #d1d3d4;
}

.webwidget_scroller_tab .tabCot {
    float: left;
}

    .webwidget_scroller_tab .tabCot p {
        margin: 0;
        padding: 5px;
    }

.webwidget_scroller_tab .tabContainer li.currentBtn {
    background-color: #d1d3d4;
}

    .webwidget_scroller_tab .tabContainer li.currentBtn a {
        height: 27px;
        background-color: #a8353a;
        color: #FFF;
    }

.webwidget_scroller_tab .modA {
    margin: 10px;
}

.webwidget_scroller_tab .modBody {
    border-left: #dbdbdb solid 1px;
    border-right: #dbdbdb solid 1px;
    background-color: #fff;
}

.webwidget_scroller_tab .modTop h3 {
    padding: 0;
    margin: 0;
    height: 28px;
    background: url(../images/modAT.gif) left top repeat-x;
    color: #2C6A78;
    font-size: 12px;
    line-height: 25px;
}

.modTop span.modATL, .modTop span.modATR {
    float: left;
    width: 4px;
    height: 28px;
    background: url(../images/bg.gif) left top no-repeat;
    overflow: hidden;
}

.modTop span.modATR {
    float: right;
    background: url(../images/bg.gif) -4px top no-repeat;
}

.modA #sideNav dd a:hover {
    background-color: #a8353a;
    color: #FFF;
    text-decoration: none;
}

.webwidget_scroller_tab .modBottom {
    width: 100%;
    height: 4px;
    background: url(../images/modAB.gif) left top repeat-x;
    overflow: hidden;
}

    .modBottom span.modABR, .modTopB span.modATL, .modTopB span.modATR, .webwidget_scroller_tab .modBottom span.modABL {
        float: left;
        width: 4px;
        height: 4px;
        background: url(../images/bg.gif) left -28px no-repeat;
        overflow: hidden;
    }

    .webwidget_scroller_tab .modBottom span.modABR {
        float: right;
        background: url(../images/bg.gif) -4px -28px no-repeat;
    }

#horizontalTab1 {
    width: 100%!important;
    float: left;
}

.resp-tabs-list1 li {
    font-weight: 400!important;
    font-size: 12px!important;
    padding: 8px 0!important;
    width: 93px!important;
    margin: 0 1px!important;
    text-align: center!important;
    border: none!important;
    background-color: #d1d3d4;
}

.resp-tabs-container1 {
    float: left;
    margin: 0;
    padding: 10px 0 15px!important;
}

ul.resp-tabs-list1 {
    margin: 20px auto 0!important;
}

.resp-tabs-container1 table tr td label {
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    padding: 8px 5px;
    float: left;
    margin-top: 6px;
}

.rgt_side_form li input[type=button] {
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    background: #a8353a;
    padding: 10px 20px;
    margin: 21px 0 0!important;
    cursor: pointer;
}

    .rgt_side_form li input[type=button]:hover {
        background-color: #d23d43;
    }

.logo_part img {
    width: 174px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: bicubic;
}

.sec_third {
    width: 100%;
    overflow: hidden;
}

.form_containar {
    float: left;
    width: 302px;
    margin: 95px 0 0;
    position: absolute;
}

    .form_containar h2 {
        font-family: Lato,Abel,sans-serif!important;
        font-size: 37px;
        text-transform: uppercase;
        font-weight: 400;
        color: #FFF;
    }

.sec_forth {
    width: 100%;
    overflow: hidden;
}

.sec_fifth {
    width: 100%;
    text-align: center;
}

    .sec_fifth img {
        height: 100%;
        margin: auto;
    }

    .sec_fifth h2 {
        width: 100%;
        text-align: center;
        font-size: 42px;
        color: #a8353a;
        font-weight: 400;
        padding: 18px 0;
        background-image: url(showmorw_bg.png);
        background-repeat: repeat;
        bottom: 0;
        position: absolute;
    }

        .sec_fifth h2 a {
            color: #a8353a;
            text-transform: uppercase;
        }

            .sec_fifth h2 a:hover {
                color: #cf3d43;
            }

            .sec_fifth h2 a strong {
                font-weight: normal;
            }

.sec_sixth {
    width: 100%;
    height: 100%;
}

.sec_seven {
    width: 100%;
}

.sec_seven_description_box {
    width: 100%;
    height: 450px;
    margin: auto;
}

    .sec_seven_description_box p {
        font-size: 16px;
        color: #fff;
        text-align: left;
        width: 554px;
        background-image: url(bg2.png);
        background-repeat: repeat;
        padding: 15px;
        margin: 15px 0;
        border-radius: 3px;
        line-height: 1.3;
    }

        .sec_seven_description_box p a {
            color: #fff;
        }

.more_btn {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background-color: #a8353a;
    padding: 11px 26px;
    float: left;
}

    .more_btn:hover {
        background-color: #be393e;
    }

.sec_eight {
    width: 100%;
}

    .sec_eight h3 {
        font-size: 48px;
        color: #fff;
        text-align: center;
        font-weight: 400;
        padding: 13px 0;
        background-color: #24282b;
        text-transform: uppercase;
    }

        .sec_eight h3 span {
            font-weight: 700;
            color: #a8353a;
        }

.sec_nine {
    width: 100%;
}

.footer {
    width: 100%;
    background-color: #25282a;
    clear: both;
    overflow: hidden;
    text-align: initial;
}

    .footer .containar {
        overflow: hidden;
    }

    .footer h3 {
        font-family: Lato,Abel,sans-serif!important;
        font-size: 40px;
        color: #fff;
        text-align: center;
        padding: 15px 0 0;
        font-weight: 400;
        text-transform: uppercase;
    }

        .footer h3 span {
            font-weight: 700;
            color: #a8353a;
        }

.footer_sec1 {
    float: left;
    width: 25%;
    margin-top: 35px;
}

    .footer_sec1 ul li a {
        font-size: 13px;
        color: #fff;
        line-height: 20px;
    }

        .footer_sec1 ul li a:hover {
            color: #979797;
        }

    .footer_sec1 ul li span {
        font-size: 13px;
        color: #aa3238;
        line-height: 20px;
        text-transform: uppercase;
    }

.address {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

    .address a {
        color: #FFF;
    }

    .address img {
        width: 60%;
    }

    .address a:hover {
        color: #979797;
    }

.footer_social {
    width: 100%!important;
    float: left!important;
}

    .footer_social div:hover {
        opacity: .6;
    }

.footer_sec1 h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

    .footer_sec1 h4 span {
        font-weight: 700;
    }

.app_img {
    float: left;
}

    .app_img li {
        margin: 15px 0 0;
    }

        .app_img li img:hover {
            opacity: .7;
        }

.footer_app_last {
    padding-left: 5%;
    width: 20%;
}

.last_footer_left {
    float: left;
    width: 50%;
    padding: 30px 0 0;
}

    .last_footer_left span {
        font-size: 13px;
        color: #fff;
        line-height: 20px;
    }

        .last_footer_left span a {
            color: #fff;
            margin: 0 3px;
        }

            .last_footer_left span a:hover {
                color: #adadad;
            }

.last_footer_right {
    float: left;
    width: 50%;
    height: 90px;
    padding: 0;
    text-align: right;
}

    .last_footer_right img {
        max-width: 183px;
    }

        .last_footer_right img:hover {
            opacity: .7;
        }

.sbHolder {
    background: 0 0;
    border: 1px solid #c5c6c6;
    font-family: Lato,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    position: relative;
    width: 295px;
    display: block;
}

.sbSelector {
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 100%;
}

    .sbSelector:hover, .sbSelector:link, .sbSelector:visited {
        color: #a6a6a6;
        outline: 0;
        text-decoration: none;
    }

.sbToggle {
    background: url(select-icons.png) 0 -116px no-repeat;
    display: block;
    height: 30px;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

    .sbToggle:hover {
        background: url(select-icons.png) 0 -167px no-repeat;
    }

.sbToggleOpen {
    background: url(select-icons.png) 0 -16px no-repeat;
}

    .sbToggleOpen:hover {
        background: url(select-icons.png) 0 -66px no-repeat;
    }

.sbHolderDisabled {
    background-color: none;
    border: 1px solid #515151;
}

.sbOptions {
    background-color: #212121;
    border: 1px solid #c5c6c6;
    width: 295px!important;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    z-index: 1;
}

    .sbOptions li {
        padding: 0 7px;
        width: 282px!important;
    }

    .sbOptions a {
        border-bottom: dotted 1px #515151;
        display: block;
        outline: 0;
        padding: 7px 0 7px 3px;
        width: 292px!important;
    }

        .sbOptions a:link, .sbOptions a:visited {
            color: #ddd;
            text-decoration: none;
            width: 292px!important;
        }

        .sbOptions a.sbFocus, .sbOptions a:focus, .sbOptions a:hover {
            color: #a8353a;
        }

    .sbOptions li.last a {
        border-bottom: none;
    }

    .sbOptions .sbDisabled {
        border-bottom: dotted 1px #515151;
        color: #999;
        display: block;
        padding: 7px 0 7px 3px;
        width: 292px!important;
    }

    .sbOptions .sbGroup {
        border-bottom: dotted 1px #515151;
        color: #a8353a;
        display: block;
        font-weight: 700;
        padding: 7px 0 7px 3px;
    }

    .sbOptions .sbSub {
        padding-left: 17px;
    }

.half_select_box div {
    width: 135px!important;
}

.form_containar input[type=button] {
    font-size: 13px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #ba1a36;
    border: 1px solid #fff;
    padding: 7px 26px;
    margin: 15px auto;
    cursor: pointer;
}

    .form_containar input[type=button]:hover {
        background-color: #BE393E;
    }

div.selectBox {
    position: relative;
    display: inline-block;
    cursor: default;
    text-align: left;
    line-height: 30px;
    clear: both;
    color: #888;
}

.selectBox {
    overflow: hidden;
    position: relative;
}

    .selectBox .select_arrow {
        background: url(select-arrow.png) 100% 50% no-repeat;
        position: absolute;
        right: 0;
        width: 32px;
        height: 29px;
        border: 1px solid #ccc;
        border-left: 0;
        cursor: pointer;
        pointer-events: none;
    }

    .selectBox select {
        height: 31px;
        max-height: 31px;
        min-width: 100px;
        color: #666;
        border: 1px solid #ccc;
        outline: 0;
        background: 0 0;
        -webkit-appearance: none;
        cursor: pointer;
        padding-left: 5px;
    }

span.selected {
    width: 258px;
    text-indent: 7px;
    border: 1px solid #b5b7b8;
    border-right: none;
    background: 0 0;
    overflow: hidden;
    color: #a6a6a6;
    font-size: 14px;
    margin-left: 3px;
}

span.selectArrow {
    width: 30px;
    border: 1px solid #b5b7b8;
    text-align: center;
    font-size: 20px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: 0 0;
}

span.selectArrow, span.selected {
    float: left;
    height: 30px;
    z-index: 1;
}

div.selectOptions {
    position: absolute;
    top: 31px;
    left: 0;
    width: 289px;
    border: 1px solid #b5b7b8;
    overflow: scroll;
    background: #fff;
    padding-top: 2px;
    display: none;
    z-index: 9999999;
    height: 95px;
    margin-left: 3px;
}

span.selectOption {
    display: block;
    width: 88%;
    line-height: 20px;
    padding: 3px 6px;
    font-size: 14px;
}

    span.selectOption:hover {
        color: #f6f6f6;
        background: #a8353a;
    }

.width_adj {
    width: 95px!important;
}

.width_adj1 {
    width: 120px!important;
}

.selectone {
    margin-right: 7px!important;
}

.select_width_adj1 {
    width: 100%!important;
}

.select_width_adj2 {
    width: 126px!important;
    margin-left: 3px;
}

.select_width_adj3 {
    width: 151px!important;
    margin-left: 3px;
}

.inner_container {
    width: 1046px;
    margin: 0 auto 40px;
    clear: both;
    overflow: hidden;
    background-repeat: repeat-x;
    background-position: top;
    padding: 0 28px 20px 28px;
    box-sizing: border-box;
    background: #fff;
}

.mashmap_container.inner_container {
    width: 100%;
    padding: 0;
}

.breadcrumbs {
    width: 100%;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 30px 0 15px 0;
}

.mashmap_container .breadcrumbs {
    float: none;
    margin: 30px auto;
    max-width: 1046px;
    overflow: hidden;
}

.breadcrumbs ul li {
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    padding: 10px 20px 9px 10px;
    background-image: url(breadcrumbs_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

    .breadcrumbs ul li a {
        color: #333;
    }

        .breadcrumbs ul li a:hover {
            color: #aa3238;
        }

        .breadcrumbs ul li a.selected, .breadcrumbs ul li.selected {
            color: #aa3238;
            background: 0 0;
        }

.inner_left_side {
    float: left;
    width: 673px;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.mashmap_container .inner_left_side {
    padding: 0;
}

.inner_left_side ul {
    float: left;
    width: 100%;
}

    .inner_left_side ul.options {
        float: none;
    }

.inner_left_side h2 {
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 0 3px;
    margin: 0 0 10px;
    line-height: 1.4;
    clear: both;
}

.mashmap_container .inner_left_side h2 {
    max-width: 1046px;
    margin: 0 auto;
}

.inner_left_side h2 a {
    color: #333;
}

.inn_slider_tab {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.links_sty_red {
    color: #aa3238;
    text-decoration: none;
}

    .links_sty_red:hover {
        color: #f3323b;
    }

ul.img-list {
    list-style-type: none;
    margin: 25px 0 15px;
    padding: 0 0 25px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    float: left;
}

    ul.img-list li {
        height: 199px;
        margin: 0 0 1px 1px;
        position: relative;
        float: left;
    }

        ul.img-list li img {
            width: 100%;
            height: 100%;
        }

span.text-content {
    z-index: 9999999;
}

    span.text-content span {
        text-align: center;
        vertical-align: middle;
        color: #58595b;
        text-transform: uppercase;
        font-size: 12px;
    }

        span.text-content span.smal_text {
            font-size: 12px;
            color: #58595b;
            text-align: center;
            float: none;
        }

ul.img-list li:hover span.text-content {
    opacity: 1;
}

span.text-content {
    background: #fff;
    color: #fff;
    cursor: pointer;
    display: table;
    height: 40px;
    padding: 10px 0;
    left: 0;
    position: absolute;
    top: inherit;
    width: 100%;
    bottom: 0;
}

.arrow_img_top {
    position: absolute;
    z-index: 9999999;
    margin: -6px 0 0 -6px;
    left: 50%;
    top: 0;
    width: 12px!important;
    height: 6px!important;
}

.seealso_links {
    float: left;
    width: 50%;
}

    .seealso_links li {
        font-size: 13px;
        text-decoration: none;
        background-image: url(points_arrow.png);
        background-repeat: no-repeat;
        background-position: center left;
        padding: 6px 0 6px 15px;
        margin-left: 10px;
        text-align: left;
        float: left;
        width: 43%;
    }

        .seealso_links li a {
            color: #333;
        }

            .seealso_links li a:hover {
                color: #aa3238;
            }

.liksbox {
    width: 100%;
    overflow: hidden;
    padding: 0 0 25px;
    border-bottom: 1px solid #e5e5e5;
}

.facebook_comments {
    width: 100%;
    overflow: hidden;
}

.date_sty {
    font-size: 12px!important;
    line-height: 16px!important;
    color: #959595!important;
}

.date_sty_h {
    font-size: 12px!important;
    line-height: 16px!important;
    color: #eeeeee!important;
}

.para a {
    color: #aa3238;
}

.para.businessdesc {
    clear: both;
    padding-top: 15px;
}

.para a:hover {
    color: #c3353c;
}

.clear_filter {
    color: #A8353A;
    margin-left: 10px;
}

.para ul li {
    list-style-type: square;
    margin: 10px 20px;
}

.para ol li {
    list-style-type: decimal;
    margin: 10px 20px;
}

.para table tr:hover td {
    background-color: #f6f6f6;
}

.para table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    vertical-align: middle;
}

.para table {
    width: 100%;
}

.inner_right_side {
    float: right;
    width: 297px;
    padding-left: 20px;
    margin-bottom: 0;
    overflow: hidden;
}

    .inner_right_side h2 {
        font-size: 20px;
        color: #333;
        text-transform: uppercase;
        border-bottom: 1px solid #e5e5e5;
        padding: 14px 0 7px;
        margin: 0 0 10px;
    }

        .inner_right_side h2 a {
            color: #333;
        }

            .inner_right_side h2 a:hover {
                color: #000;
            }

.twoside_boder {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0!important;
    float: left;
    width: 100%;
}

.seedo_links {
    float: left;
    margin: 0 0 5% -12px;
    width: 100%;
}

    .seedo_links li {
        float: left;
        padding: 1px 0 0 4%;
        width: 80%;
    }

        .seedo_links li a {
            font-size: 13px;
            text-decoration: none;
            margin-left: 0;
            color: #333;
            float: left;
            padding: 6px 4% 6px 4%;
            min-width: 80%;
            text-align: initial;
        }

        .seedo_links li:hover {
            background-image: url(points_arrow.png);
            background-repeat: no-repeat;
            background-position: center left;
        }

        .seedo_links li a:hover {
            color: #666;
        }

        .seedo_links li.selected {
            background-image: url(points_arrow.png);
            background-repeat: no-repeat;
            background-position: center left;
        }

        .seedo_links li a.selected {
            color: #fff;
            background-color: #8c211b;
        }

.news_box {
    float: left;
    width: 100%;
    overflow: hidden;
}

#tickerContainer {
    overflow: hidden;
}

.resp-tabs-container2 table tr td label {
    color: #58595b!important;
}

.selectArrow1 {
    color: #a8353a!important;
    cursor: pointer;
}

    .selectArrow1 img {
        margin: 11px 0 0;
    }

.innere_slide_box {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.innere_r_img_box {
    float: left;
    width: 100%;
    background-color: #aa3238;
    margin: 20px 0;
    position: relative;
}

    .innere_r_img_box img {
        width: 100%;
    }

    .innere_r_img_box h4 {
        position: absolute;
        margin-top: -36px;
        width: 96%;
        padding: 9px 2%;
        background-image: url(img_head_bg.png);
        background-repeat: repeat;
        font-size: 15px;
        color: #fff;
        left: 0;
    }

        .innere_r_img_box h4 a {
            color: #fff;
        }

            .innere_r_img_box h4 a:hover {
                color: #B1B1B1;
            }

    .innere_r_img_box p {
        font-size: 14px;
        color: #fff;
        margin: 15px 10px;
    }

        .innere_r_img_box p a {
            color: #fff;
        }

            .innere_r_img_box p a:hover {
                color: #E6E1E1;
            }

ul.resp-tabs-list2 {
    padding: 0;
}

.resp-tabs-list2 li {
    padding: 0!important;
    margin: 0 -1px 0 0!important;
    background-color: #a7a9ac;
    border: none!important;
}

.resp-tabs-container_inner {
    padding: 0!important;
}

.tab_description {
    font-size: 13px;
    color: #666;
    padding: 5px;
    overflow: hidden;
    line-height: 1.3;
}

.video_box {
    float: left;
    width: 500px;
    height: 400px;
}

.lft_adjst {
}

.lft_adjst_bdr {
    border-top: 1px solid #e5e5e5!important;
}

.hotel_list_form {
    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: left;
}

    .hotel_list_form ul {
        width: 49%;
    }

        .hotel_list_form ul li {
            padding: 3px 0;
        }

.top_form_list {
    float: left;
    width: 292px;
}

.hotel_list_form ul li input[type=text] {
    width: 289px;
    height: 27px;
    border: 1px solid #d1d3d4;
    background: 0 0;
    padding: 0 10px;
    color: #a6a6a6;
    font-size: 14px;
}

.h_list_sele {
    margin: 0!important;
    width: 270px!important;
}

.hotel_list_form input[type=submit] {
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    background: #a8353a;
    padding: 10px 20px;
    margin: 0 auto 10px;
    cursor: pointer;
    overflow: hidden;
    display: block;
    border-top: 10px solid #fff;
}

    .hotel_list_form input[type=submit]:hover {
        background-color: #d23d43;
    }

.hotel_list_form input[type=button] {
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    background: #a8353a;
    padding: 10px 20px;
    margin: 0 auto 10px;
    cursor: pointer;
    overflow: hidden;
    display: block;
}

    .hotel_list_form input[type=button]:hover {
        background-color: #d23d43;
    }

.inner_left_side h4 {
    font-size: 15px;
    color: #58595b;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0 12px;
    margin: 0 0 10px;
}

.search_list {
    float: left;
    width: 104%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin: 0 -11px;
}

.hotel_list_con {
    float: left;
    width: 310px;
    background-color: #fafbfb;
    margin-bottom: 20px;
    margin-left: 8px;
    margin-right: 8px;
    border: 2px solid #fff;
}

    .hotel_list_con img {
        float: left;
        width: 100%;
    }

.hotel_list_con_head {
    float: left;
    width: 290px;
    background-color: #dfe4e6;
    font-size: 17px;
    color: #58595b;
    text-align: center;
    font-weight: 700;
    padding: 10px;
    vertical-align: text-bottom!important;
}

    .hotel_list_con_head a {
        color: #58595B;
    }

        .hotel_list_con_head a:hover {
            color: #A8353A;
        }

    .hotel_list_con_head h5 {
        font-size: 17px;
        position: relative;
        top: 20%;
        transform: translateY(-20%);
    }

.hotel_list_con_details {
    float: left;
    width: 100%;
    height: 100%;
}

    .hotel_list_con_details ul {
        margin: 10px 0 0;
    }

        .hotel_list_con_details ul li {
            font-size: 14px;
            line-height: 20px;
            color: #58595b;
            padding: 4px 15px;
        }

            .hotel_list_con_details ul li a {
                color: #58595b;
            }

            .hotel_list_con_details ul li span, .hotel_list_con_details ul li span a {
                color: #a8353a;
            }

                .hotel_list_con_details ul li span a:hover {
                    color: #94262B;
                }

.fist_no {
    float: right;
    width: 54px;
    border: 1px solid #d1d3d4;
    font-size: 16px;
    color: #58595b;
    text-align: center;
    padding: 9px 0 8px;
}

.pagination_container img {
    float: right;
}

.exta_sty {
    border-top: 1px solid #e5e5e5;
}

.boxlinks_conr {
    width: auto;
    height: 56px;
    position: relative;
    float: right;
}

.box_link {
    float: left;
    font-size: 12px;
    color: #58595b;
    background-color: #efefef;
    padding: 13px;
    margin-right: 3px;
    text-transform: uppercase;
    position: relative;
    z-index: 9999999;
    margin-bottom: 15px;
}

    .box_link:hover {
        background-color: #aa3238;
        color: #fff;
    }

.exp_tags .box_link:hover {
    background-color: #efefef;
    color: #58595b;
}

.divAddTripPlanner {
    float: right;
    font-size: 12px;
    color: #971011;
    background-color: #efefef;
    background-image: url(tripplaner_icon.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 0 0 0 45px;
    text-transform: uppercase;
    background-size: 40px;
}

.tripplaner_btn {
    float: right;
    font-size: 12px;
    color: #971011;
    background-position: left center;
    padding: 13px 12px 13px 12px;
    text-transform: uppercase;
}

    .tripplaner_btn:hover {
        background-color: #971011;
        background-color: #ABABAB;
        color: #fff;
    }

a.tripplaner_btn p {
    float: left;
    background-color: #737373!important;
    color: #fff;
}

.resp-tabs-list3 li {
    font-size: 12px!important;
    font-weight: 400!important;
    padding: 9px 34px!important;
    margin: 0 2px;
    list-style: none;
    cursor: pointer;
    float: left;
    text-transform: uppercase;
    border: 1px solid #efefef!important;
    background-color: #efefef;
}

ul.resp-tabs-list3 {
    margin: -54px auto 0!important;
    padding: 0;
    width: auto!important;
    float: right!important;
}

.detals_tab_hotel {
    width: 100%;
    background-color: #fff;
    padding: 0 0 15px;
    overflow: hidden;
}

.hotel_details_tab {
    padding: 20px 0!important;
}

.hotel_dtls_border {
    margin: 15px 0 0!important;
    padding: 15px 0!important;
}

.detals_tab_hotel ul {
    float: left;
    width: 50%;
}

    .detals_tab_hotel ul li {
        font-size: 14px;
        color: #333;
        line-height: 30px;
    }

        .detals_tab_hotel ul li h6 {
            font-size: 14px;
            color: #333;
            line-height: 30px;
            float: left;
            margin-right: 5px;
        }

        .detals_tab_hotel ul li span {
            color: #aa3238;
        }

            .detals_tab_hotel ul li span a:hover {
                color: #751015;
            }

        .detals_tab_hotel ul li a {
            color: #aa3238;
        }

            .detals_tab_hotel ul li a:hover {
                color: #333;
            }

.btn {
    float: left;
    font-size: 11px;
    color: #FFF!important;
    text-transform: uppercase;
    background: #a8353a;
    background: #c30e2e;
    padding: 0 14px;
    margin: 10px 0 0!important;
    cursor: pointer;
    line-height: 30px;
}

    .btn:hover {
        opacity: 0.9;
    }

.color_chang {
    color: #aa3238;
    text-align: left;
    line-height: 22px;
    padding: 15px 0;
    font-size: 13px;
}

    .color_chang a {
        color: #aa3238;
    }

        .color_chang a:hover {
            color: #751015;
        }

.daining_container {
    width: 100%;
    padding: 0 0 10px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.daining_inn_box {
    float: left;
    width: 44%;
    padding: 8px 3% 8px 0;
    text-align: left;
}

    .daining_inn_box h5 {
        font-weight: 400;
        font-size: 16px;
        background-image: url(daining_arrow.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding: 4px 0 4px 15px;
    }

        .daining_inn_box h5 a {
            color: #333;
        }

            .daining_inn_box h5 a:hover {
                color: #520000;
                text-decoration: underline;
            }

    .daining_inn_box span {
        font-size: 14px;
        color: #aa3238;
        padding: 0 0 0 15px;
    }

        .daining_inn_box span a {
            color: #aa3238;
        }

            .daining_inn_box span a:hover {
                color: #751015;
            }

.social_like {
    width: 100%;
    padding: 15px 0;
    float: left;
}

.top_hide_show {
    margin: 35px auto 11px;
    width: 100%;
    text-align: center;
    background-image: url(hide_show_bg.jpg);
    background-repeat: repeat-x;
}

.click-header {
    padding: 0 10px 0 60px;
    background: url(hide_show_arrow_btm.jpg) 50% 50% no-repeat;
    cursor: pointer;
}

.expanded-header {
    padding: 0 10px 0 60px;
    background: url(hide_show_arrow_top.jpg) 50% 50% no-repeat;
    cursor: pointer;
}

.hidden-content {
    display: none;
    text-align: center;
    margin: 13px 0;
    overflow: hidden;
}

.gridder img:hover {
    opacity: .7;
}

.gridder-show .content a {
    position: relative;
    display: block;
}

.social_like_dft {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    float: none!important;
}

.detals_tab_spa ul {
    float: left;
    width: 50%!important;
    margin-top: 15px;
}

    .detals_tab_spa ul li {
        width: 50%;
        float: left;
    }

        .detals_tab_spa ul li span {
            color: #aa3238;
        }

.image_w_full {
    width: 100%!important;
    margin: 0!important;
}

    .image_w_full li {
        line-height: 19px!important;
        padding: 0!important;
    }

        .image_w_full li span {
            color: #58595b!important;
        }

.events_list_ser {
    float: left;
    width: 100%;
    padding: 0 0 20px;
}

    .events_list_ser ul {
        float: right;
        padding: 11px 0 10px;
    }

        .events_list_ser ul li {
            float: left;
            padding-left: 5px;
        }

    .events_list_ser input[type=button] {
        font-size: 13px;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 700;
        background: #a8353a;
        padding: 8px 20px;
        margin: 0 auto 0 3px!important;
        cursor: pointer;
        float: right;
    }

        .events_list_ser input[type=button]:hover {
            background-color: #d23d43;
        }

    .events_list_ser input[type=submit] {
        font-size: 13px;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 700;
        background: #a8353a;
        padding: 8px 20px;
        margin: 0 auto 0 3px!important;
        cursor: pointer;
        float: right;
    }

        .events_list_ser input[type=submit]:hover {
            background-color: #d23d43;
        }

.name_box {
    position: absolute;
    padding: 3px 12px;
    text-align: center;
    background-color: #60549f;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    right: 0;
    top: 15px;
    z-index: 99999999;
}

.event_sty {
    position: relative;
}

.detail_dscptn {
    width: 94%;
    padding: 10px 3%;
    background-color: #F1F1F1;
    margin-bottom: 22px;
    overflow: hidden;
}

    .detail_dscptn ul li {
        color: #4d4d4f;
        font-size: 16px;
        line-height: 25px;
    }

        .detail_dscptn ul li a {
            color: #aa3238;
        }

.event_d_top_bordr {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 20px;
    margin-top: 25px;
}

.address_conr {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    line-height: 22px;
    line-height: 1.5;
}

    .address_conr a {
        color: #aa3238;
    }

        .address_conr a:hover {
            color: #751015;
        }

.contact_form {
    float: left;
    width: 100%;
    padding: 15px 0;
}

    .contact_form ul {
        float: left;
        width: 50%;
    }

        .contact_form ul li {
            width: 100%;
            float: left;
            margin-bottom: 10px;
        }

            .contact_form ul li label {
                float: left;
                min-width: 30%;
                font-size: 14px;
                vertical-align: text-bottom;
                line-height: 30px;
                color: #333;
            }

            .contact_form ul li input[type=text] {
                float: left;
                width: 61%;
                height: 32px;
                border: 1px solid #d1d3d4;
                font-size: 14px;
                padding: 0 2%;
                color: #a6a6a6;
            }

            .contact_form ul li input[type=checkbox], .contact_form ul li input[type=radio] {
                float: left;
                margin: 8px;
            }

            .contact_form ul li input[type=button] {
                padding: 0 29px;
                clear: both;
                cursor: pointer;
                position: relative;
                margin: 2px 0 10px 0;
                float: left;
                background-color: #983434;
                border: 1px solid #fff;
                border-radius: 0;
                box-shadow: none;
                color: #FFF!important;
                text-align: center;
                font-size: 13px;
                text-transform: uppercase;
                height: 24px;
            }

            .contact_form ul li input[type=submit] {
                padding: 10px 20px;
                clear: both;
                cursor: pointer;
                position: relative;
                margin: 10px 0 0;
                float: left;
                background-color: #983434;
                border: 1px solid #fff;
                border-radius: 0;
                box-shadow: none;
                color: #FFF!important;
                text-align: center;
                font-size: 13px;
                text-transform: uppercase;
            }

            .contact_form ul li textarea {
                font-family: Lato,Arial,Helvetica,sans-serif;
                float: left;
                width: 61%;
                height: 50px;
                border: 1px solid #d1d3d4;
                font-size: 14px;
                padding: 5px 2%;
                color: #a6a6a6;
            }

.gender_cnr {
    width: 32%;
    height: 23px;
    float: left;
    padding-top: 7px;
}

    .gender_cnr span {
        font-size: 14px;
        color: #333;
        float: left;
    }

.width_adj_cont {
    width: 177px!important;
    border-top: 1px solid #d1d3d4!important;
    border-left: 1px solid #d1d3d4!important;
    border-bottom: 1px solid #d1d3d4!important;
    border-right:: 0!important;
    margin: 0!important;
}

.selectArrowcont {
    border: 1px solid #d1d3d4!important;
}

.select_width_adj_cont_l {
    width: 209px!important;
    border-top: 1px solid #d1d3d4!important;
    margin: 0!important;
}

.names_dtl {
    font-size: 14px;
}

.cont_sub {
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    background: #a8353a;
    padding: 10px 20px;
    margin: 10px 0 0 96px!important;
    cursor: pointer;
}

    .cont_sub:hover {
        background-color: #d23d43;
    }

.int_offoce {
    float: left;
    width: 100%;
}

    .int_offoce ul li strong {
        line-height: 15px;
    }

    .int_offoce ul li {
        color: #333;
        font-size: 16px;
        padding: 10px 0;
        line-height: 1.5;
    }

        .int_offoce ul li a {
            color: #aa3238;
        }

            .int_offoce ul li a:hover {
                color: #751015;
            }

.file_input_textbox {
    height: 24px;
    width: 36%!important;
    float: left;
}

.file_input_div {
    position: relative;
    width: 80px;
    height: 34px;
    overflow: hidden;
}

.file_input_button {
    width: 80px;
    position: absolute;
    top: 0;
    border-top: 1px solid #d1d3d4!important;
    border-right: 1px solid #d1d3d4!important;
    border-bottom: 1px solid #d1d3d4!important;
    border-left: 0!important;
    padding: 2px 8px;
    font-weight: 700;
    height: 34px;
    margin: 0 5px 0 0;
    background: none!important;
    color: #333;
}

.file_input_button_hover {
    color: #a8353a;
}

.file_input_hidden {
    font-size: 45px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.adjest_form_top {
    margin-top: 31px;
}

.currency_converter {
    float: left;
    width: 100%;
    padding: 0 0 20px;
}

    .currency_converter ul {
        width: 47.5%;
        float: left;
    }

        .currency_converter ul li {
            padding: 3px 0;
        }

            .currency_converter ul li label {
                font-size: 14px;
                color: #58595b;
                font-weight: 700;
                margin: 5px 0 10px;
                float: left;
                text-transform: uppercase;
            }

            .currency_converter ul li input[type=text] {
                width: 281px;
                height: 30px;
                border: 1px solid #d1d3d4;
                background: 0 0;
                padding: 0 10px;
                color: #a6a6a6;
                font-size: 14px;
            }

    .currency_converter input[type=button] {
        font-size: 13px;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 700;
        background: #a8353a;
        padding: 10px 20px;
        margin: 20px auto 0 0!important;
        cursor: pointer;
    }

        .currency_converter input[type=button]:hover {
            background-color: #d23d43;
        }

.disclaimer {
    float: left;
    text-align: left;
    font-size: 15px;
    padding: 35px 0;
    color: #777;
}

.personal_info_container {
    float: left;
    width: 100%;
    padding: 35px 0;
    border-bottom: 1px solid #d1d3d4;
}

    .personal_info_container h6 {
        font-size: 15px;
        border-bottom: 1px solid #d1d3d4;
        padding-bottom: 6px;
        margin-bottom: 20px;
        font-weight: 700;
    }

.personal_info_container_left {
    float: left;
    width: 355px;
}

    .personal_info_container_left ul {
        float: left;
        width: 100%;
    }

        .personal_info_container_left ul li {
            float: left;
            width: 100%;
            padding: 5px 0;
        }

            .personal_info_container_left ul li label {
                float: left;
                width: 90px;
                font-size: 14px;
                vertical-align: text-bottom;
                line-height: 30px;
                color: #333;
            }

            .personal_info_container_left ul li input[type=text] {
                float: left;
                width: 207px;
                height: 27px;
                border: 1px solid #d1d3d4;
                font-size: 14px;
                padding: 0 2%;
                color: #a6a6a6;
            }

.width_adj_newsletter {
    width: 177px!important;
    border-top: 1px solid #d1d3d4!important;
    border-left: 1px solid #d1d3d4!important;
    border-bottom: 1px solid #d1d3d4!important;
    border-right: 0!important;
    margin: 0!important;
}

.personal_info_container_left ul li input[type=submit] {
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    background: #a8353a;
    padding: 10px 20px;
    margin: 10px 0 0 91px!important;
    cursor: pointer;
}

.personal_info_container_left ul li input[type=radio] {
    margin: 2px 5px 0;
    float: left!important;
}

.sub_news {
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    background: #a8353a;
    padding: 10px 20px;
    margin: 10px 0 0 91px!important;
    cursor: pointer;
    float: left;
}

.personal_info_container_right {
    float: left;
    width: 287px;
}

    .personal_info_container_right ul {
        float: left;
        width: 100%;
    }

        .personal_info_container_right ul li {
            float: left;
            width: 100%;
            padding: 8px 0;
        }

            .personal_info_container_right ul li label {
                float: left;
                width: 200px;
                font-size: 14px;
                vertical-align: text-bottom;
                line-height: 15px;
                color: #333;
                margin: 0 0 0 15px;
                text-align: initial;
            }

            .personal_info_container_right ul li input[type=checkbox] {
                float: left;
                border: 1px solid #000!important;
                border-radius: 0;
            }

.prayer_time_container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 35px;
    border-bottom: 1px solid #d1d3d4!important;
    margin-top: 30px;
}

.prayer_time_box {
    float: left;
    width: 170px;
    background-color: #f1f2f2;
    overflow: hidden;
    padding-bottom: 8px;
    margin-right: 15px;
}

    .prayer_time_box:last-child {
        margin-right: 0;
    }

    .prayer_time_box h2 {
        color: #fff;
        background: #a8353a;
        padding: 10px 0;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .prayer_time_box ul {
        width: 100%;
    }

        .prayer_time_box ul li {
            float: left;
            padding: 5px 6%;
            width: 88%;
        }

            .prayer_time_box ul li span {
                font-size: 15px;
                float: left;
                color: #414042;
                width: 50%;
            }

.prayer_time_slct_clr {
}

.weather_container {
    width: 94%;
    background-color: #f1f2f2;
    margin-bottom: 35px;
    padding: 25px 3%;
    overflow: hidden;
}

.sct1_wether {
    float: left;
    width: 32%;
    height: 190px;
}

    .sct1_wether h3 {
        color: #58595b;
        font-size: 20px;
    }

    .sct1_wether span {
        color: #58595b;
        font-size: 16px;
    }

    .sct1_wether h6 {
        font-size: 18px;
        color: #58595b;
        font-weight: 400;
    }

    .sct1_wether h2 {
        font-size: 83px;
        color: #58595b;
        font-weight: 700;
        margin: 0!important;
        padding: 0!important;
        border: none;
    }

    .sct1_wether img {
        width: 90%;
        text-align: center;
    }

.wether_head_s {
    font-weight: 700;
    color: #58595b;
    font-size: 18px;
}

.weather_container ul {
    float: none;
    width: 12%;
    border-right: 1px solid #d1d3d4;
    padding: 0 2%;
    display: inline-block;
}

    .weather_container ul li {
        padding: 4px 0;
        width: 100%;
        float: left;
        text-align: center;
    }

        .weather_container ul li img {
            width: 75%;
        }

.inner_ctr {
    width: 100%!important;
    padding-right: 0!important;
}

.map_container {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

    .map_container ul li {
        float: left;
        padding: 1px 9px 1px 0;
        margin-right: 8px;
    }

        .map_container ul li img {
            float: left;
            padding: 0 7px;
        }

        .map_container ul li span {
            float: left;
            margin: 9px 0 0;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
        }

.color_bg1 {
    background-color: #5c5c77;
}

.color_bg2 {
    background-color: #b44a29;
}

.color_bg3 {
    background-color: #006f78;
}

.color_bg4 {
    background-color: #4f7697;
}

.color_bg5 {
    background-color: #95a13a;
}

.color_bg6 {
    background-color: #8a1f03;
}

.map_area {
    float: left;
    width: 100%;
    height: 800px;
    margin: 15px 0 25px;
}

.name_details {
    position: absolute;
    padding: 5px 15px;
    text-align: center;
    background-color: #d1d3d4;
    color: #a8353a;
    font-size: 12px;
    text-transform: uppercase;
    top: 182px;
    left: 0;
    z-index: 99;
}

.tags_container {
    width: 100%;
    overflow: hidden;
    padding: 15px 0 10px;
    border-bottom: 1px solid #d1d3d4;
    margin-bottom: 30px;
}

    .tags_container ul li {
        float: left;
    }

        .tags_container ul li a {
            float: left;
            padding: 9px 11px;
            font-size: 12px;
            text-transform: uppercase;
            color: #58595b;
            background-color: #efefef;
            margin: 9px 9px 0 0;
        }

            .tags_container ul li a:hover {
                background-color: #a8353a;
                color: #fff;
            }

.acc_content h5 {
    font-size: 14px;
    padding: 5px 0;
    color: #aa3238;
}

.acc_content p {
    font-size: 12px;
    padding: 10px;
    background-color: #fff;
    color: 14px;
    line-height: 18px;
}

.search_list_con_style {
    float: left;
}

    .search_list_con_style ul {
        margin: 10px 0 0;
    }

        .search_list_con_style ul li {
            font-size: 14px;
            color: #58595b;
            line-height: 18px;
            padding: 4px 15px;
            font-weight: 400;
        }

            .search_list_con_style ul li a {
                color: #58595b;
            }

            .search_list_con_style ul li b, .search_list_con_style ul li strong {
                color: #58595b;
                font-weight: 400;
            }

.search_list_sty {
    border-bottom: 1px solid #d1d3d4;
    margin-bottom: 45px;
    padding-bottom: 30px;
}

span.roll {
    background: #000;
    height: 207px;
    position: absolute;
    width: 150px;
    z-index: 10;
    -webkit-box-shadow: 0 0 4px #000;
    -moz-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
    text-align: center;
}

    span.roll img {
        position: absolute;
        z-index: 250;
    }

.dow_con1 {
    margin: 34px 0 0 49px;
}

.pre_con1 {
    margin: 140px 0 0 55px;
}

.download_container {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    float: left;
}

.imageOuter {
    width: 150px;
    height: 272px;
    margin: 0 4px 10px;
    float: left;
}

.imgborder {
    width: 100%;
}

.img_captn {
    float: left;
    width: 100%;
    height: 40px;
    background-color: #fff;
    padding-top: 5px;
}

    .img_captn h5 {
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 2px;
    }

        .img_captn h5 a {
            color: #58595b;
            font-size: 12px;
        }

            .img_captn h5 a:hover {
                color: #666;
            }

    .img_captn p {
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
    }

.arrow_cap_bnd {
    z-index: 500;
    margin: -6px 0 0 65px;
    float: none;
}

.line_style_down {
    width: 100%;
    float: left;
    background-image: url(line_img.jpg);
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
}

    .line_style_down h5 {
        font-size: 15px;
        color: #58595b;
        padding: 5px 15px;
        background-color: #fff;
        text-align: center;
        margin: 0 auto;
        text-transform: uppercase;
        display: inline-block;
    }

.down_mapsection {
    width: 200px!important;
    height: 134px!important;
    margin: 0 5px 15px;
}

span.roll1 {
    background: #333;
    width: 200px!important;
    height: 134px!important;
}

span.roll2 {
    background: #333;
    width: 149px!important;
    height: 199px!important;
}

.sty114 h5 {
    font-size: 10px;
    color: #fff;
    margin-top: 110px;
}

.dow_2_b_hor {
    height: 50%!important;
    width: 100%;
    text-align: center;
}

    .dow_2_b_hor:hover {
        background-color: #000!important;
    }

    .dow_2_b_hor img {
        width: 23%;
        position: static!important;
        margin-top: 5%;
    }

    .dow_2_b_hor h5 {
        font-size: 10px;
        color: #fff;
    }

.dow_3_b_hor {
    height: 50%!important;
    width: 50%!important;
    text-align: center;
    float: left;
}

    .dow_3_b_hor:hover {
        background-color: #000!important;
    }

    .dow_3_b_hor img {
        position: static!important;
        margin-top: 25%;
    }

.dow_2_b_hor4 {
    height: 50%!important;
    width: 100%;
    text-align: center;
}

    .dow_2_b_hor4:hover {
        background-color: #000!important;
    }

    .dow_2_b_hor4 img {
        width: 23%;
        position: static!important;
        margin-top: 24%;
    }

    .dow_2_b_hor4 h5 {
        font-size: 10px;
        color: #fff;
    }

.pre_con2 {
    margin: 83px 0 0 -18px;
    left: 50%;
}

.trip_planner_container {
    width: 100%;
    overflow: hidden;
}

.trip_fst_section {
    width: 100%;
    padding: 30px 0 37px;
    float: left;
}

    .trip_fst_section ul {
        width: auto;
    }

        .trip_fst_section ul li {
            float: right;
            padding-right: 10px;
        }

            .trip_fst_section ul li label {
                font-size: 12px;
                color: #333;
                padding-left: 8px;
            }

            .trip_fst_section ul li input[type=text] {
                width: 270px;
                height: 28px;
                border: 1px solid #d1d3d4;
                background: 0 0;
                padding: 0 10px;
                color: #a6a6a6;
                font-size: 14px;
            }

.button_top {
    float: right!important;
    margin-top: 17px;
}

    .button_top li {
        float: left;
        padding: 0 0 0 10px!important;
    }

        .button_top li a {
            float: left;
            width: 93px;
            height: 23px;
            color: #6c6e6f;
            background-color: #d1d3d4;
            text-align: center;
            font-size: 12px;
            text-transform: uppercase;
            padding-top: 10px;
        }

            .button_top li a:hover {
                color: #fff;
                background-color: #a8353a;
            }

.trip_head_sub {
    border-top: 1px solid #d1d3d4;
    margin-top: 10px;
    clear: both;
}

.trip_s_cap {
    font-size: 14px;
    color: #333;
    margin: 10px 0 0;
    float: left;
}

.trip_cont_section {
    width: 100%;
    overflow: hidden;
}

.trip_left_sec {
    width: 275px;
    float: left;
}

.trip_right_sec {
    width: 665px;
    float: right;
}

.trip_lft_red {
    float: left;
    width: 100%;
    height: 52px;
    background-color: #a8353a!important;
    margin-bottom: 5px;
}

    .trip_lft_red h3 {
        float: left;
        font-size: 22px;
        color: #fff;
        font-weight: 400;
        margin: 6px 25px 0 15px;
        text-transform: uppercase;
        text-align: center;
    }

.trip_r_no {
    float: right!important;
}

.trip_lft_red h6 {
    float: left;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin: 0 15px 5px;
    text-transform: uppercase;
}

.trip_r_sub {
    float: right!important;
    font-size: 12px;
}

.trip_lft_srl {
    float: left;
    width: 100%;
    height: 296px;
}

    .trip_lft_srl ul li {
        float: left;
        width: 100%;
        height: 94px;
        background-color: #e6e7e8;
        margin: 0 0 6px;
    }

        .trip_lft_srl ul li img {
            float: left;
        }

        .trip_lft_srl ul li span {
            float: left;
            width: 132px;
            padding: 20px 0;
            text-align: center;
            font-size: 11px;
            color: #333;
            text-transform: uppercase;
        }

.trip_right_sec ul {
    float: left;
}

    .trip_right_sec ul li {
        float: left;
        width: 100%;
    }

.trip_rgt_head {
    width: 100%;
    overflow: hidden;
}

.trip_rgt_head_lft {
    display: inline;
    float: left;
    width: 75%;
    height: 52px;
    padding: 0 0 0 2%;
    background-color: #d1d3d4;
}

    .trip_rgt_head_lft h3 {
        font-size: 22px;
        padding: 5px 0 0;
        color: #6c6e6f;
    }

    .trip_rgt_head_lft span {
        font-size: 14px;
        color: #6c6e6f;
    }

.trip_rgt_head_showmap {
    float: right;
    width: 23%;
    height: 42px;
}

    .trip_rgt_head_showmap a {
        float: right;
        width: 100%;
        height: 36px;
        background-color: #a8353a;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        padding: 16px 0 0;
    }

        .trip_rgt_head_showmap a:hover {
            background-color: #61090d;
        }

.drag_box {
    float: left;
    min-height: 115px;
    width: 97.2%;
    border: 2px solid #d1d3d4;
    margin: 5px 0;
    padding: 6px 1%;
}

    .drag_box1, .drag_box:hover {
        border: 2px dashed #d1d3d4!important;
    }

    .drag_box p {
        width: 100%;
        text-align: center;
        font-size: 10px;
        color: #333;
        margin-top: 49px;
        text-transform: uppercase;
    }

.trip_hide_head {
    padding: 0!important;
    margin-bottom: 6px!important;
    margin-top: 4px!important;
    border-radius: 0!important;
    position: static!important;
    color: #fff;
}

    .trip_hide_head img {
        margin: 23px 10px 0 0;
        float: right;
    }

    .trip_hide_head .acc_icon_expand {
        display: none!important;
    }

.trip_hide_cnt {
    padding: 0!important;
    margin-bottom: 0!important;
    border-radius: 0!important;
}

.trp_acco_cont {
    padding-bottom: 0!important;
    border: 0!important;
    border-radius: 0!important;
}

.trip_head_sec {
    margin-top: 15px!important;
    margin-right: 5px!important;
    border-right: 1px solid #fff;
    padding-right: 10px;
}

.trip_lft_red h5 {
    font-size: 11px;
    font-weight: 400;
    margin: 21px 0 0;
    float: left!important;
    text-transform: uppercase;
}

.trip_arrow_hide {
    position: static!important;
}

.input_1 {
    width: 140px!important;
}

.trip_plr_drg_sec {
    width: 100%;
    overflow: hidden;
    min-height: 114px;
    background-color: #e6e7e8;
}

.trip_plr_drg_sec_img_con {
    float: left;
    width: 30%;
    position: relative;
}

    .trip_plr_drg_sec_img_con a {
        padding: 0!important;
    }

    .trip_plr_drg_sec_img_con img {
        width: 100%;
    }

.trip_plr_drg_sec_inn_ctr {
    float: left;
    width: 56%;
    padding: 10px 2%;
}

    .trip_plr_drg_sec_inn_ctr h5 {
        font-size: 14px;
        text-transform: uppercase;
    }

    .trip_plr_drg_sec_inn_ctr p {
        margin-top: 5px;
        text-align: left;
        line-height: 16px;
    }

.trip_plr_drg_sec_inn_rgt {
    float: left;
    width: 10%;
    height: 90px;
    background-color: #a7a9ac;
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 24px;
}

.clse_btn {
    width: 30px!important;
    height: 25px!important;
    position: absolute;
    opacity: .7;
    left: 0;
}

    .clse_btn:hover {
        opacity: .9;
    }

.trip_plr_retri_left {
    width: 275px;
    padding: 5px;
    border: 2px solid #d6d8d9;
}

.trip_plr_retri_right {
    width: 655px;
    padding: 5px;
    border: 2px solid #d6d8d9;
}

.trip_lke_sec {
    float: left;
    width: 100%;
    border-top: 1px solid #d1d3d4;
    padding-top: 20px;
    margin-top: 40px;
}

.save_trip {
    width: 100%;
    text-align: left;
    min-height: 320px;
}

    .save_trip h1 {
        font-size: 26px;
        color: #a8353a;
        font-weight: 400;
        text-transform: uppercase;
        border-bottom: 1px solid #d1d3d4;
        margin-bottom: 9px;
    }

    .save_trip p {
        font-size: 16px;
        color: #333;
        margin-bottom: 9px;
    }

        .save_trip p span {
            color: #a8353a;
        }

.save_trip_btn {
    float: left;
    background-color: #a8353a;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 15px;
    margin: 20px 10px 0 0;
}

    .save_trip_btn:hover {
        background-color: #d03c43;
    }

.save_trip label {
    width: 100%;
    color: #333;
    font-size: 14px;
    padding-top: 40px;
    margin-bottom: 5px;
    float: left;
}

.save_trip input[type=text] {
    width: 301px;
    height: 33px;
    border: 2px solid #d1d3d4;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
}

.save_trip input[type=button] {
    width: 93px;
    height: 36px;
    font-size: 13px;
    color: #fff;
    background-color: #a8353a;
    cursor: pointer;
}

    .save_trip input[type=button]:hover {
        background-color: #d03c43;
    }

.retrive_sub_popup_conr li {
    width: 46%;
    float: left;
    margin: 20px 4% 0 0;
}

.retrive_sub_popup {
    width: 100%;
    height: 70px;
    background-color: #e6e7e8;
    padding-top: 20px;
}

    .retrive_sub_popup h6 {
        font-size: 16px;
        color: #333;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 3px;
    }

    .retrive_sub_popup h5 {
        font-size: 13px;
        color: #333;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
    }

.close_btn_sub {
    position: absolute;
    margin: -27px 0 0 40%;
}

.trip_share_label {
    padding-top: 11px!important;
}

.trip_map_cnr {
    display: none;
    width: 100%;
    height: 400px;
    background-color: #ccc;
    float: left;
    margin-top: 5px;
}

.trip_pop_plan {
    display: none;
    width: 250px;
    position: absolute;
    right: 0;
    z-index: 999999999999999;
    top: 40px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

    .trip_pop_plan ul {
        float: left;
    }

        .trip_pop_plan ul li {
            padding: 8px 0;
            float: left;
            border-bottom: 1px solid #e5e5e5;
        }

            .trip_pop_plan ul li p {
                font-size: 12px;
                line-height: 14px;
                float: left;
                width: 177px;
                padding: 0 5px;
                color: #333;
            }

                .trip_pop_plan ul li p a {
                    color: #333;
                }

                    .trip_pop_plan ul li p a:hover {
                        color: #821419;
                        text-decoration: none!important;
                    }

            .trip_pop_plan ul li img {
                float: left;
                margin-right: 10px;
            }

.close_btn_add_tr {
    margin: 2px 0 0!important;
}

.reviewyourtrip_btn {
    float: none;
    font-size: 12px;
    color: #fff;
    background-color: #aa3238;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 7px 12px;
    text-transform: uppercase;
    margin: 8px 0 0;
    display: inline-block;
}

    .reviewyourtrip_btn:hover {
        background-color: #d23d43;
    }

.trip_pop_plan_cnr {
    float: left;
    text-align: center;
    width: 100%;
    min-height: 10ppx;
}

#recomend {
    display: none;
}

.trip_lft_srl1 {
    float: left;
    width: 100%;
    height: 200px;
    overflow-y: auto;
}

    .trip_lft_srl1 ul li {
        float: left;
        width: 100%;
        height: auto;
        background-color: #fff;
        margin: 0 0 6px;
    }

    .trip_lft_srl1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 0;
        background-color: #F5F5F5;
    }

    .trip_lft_srl1::-webkit-scrollbar {
        width: 4px;
        background-color: #F5F5F5;
    }

    .trip_lft_srl1::-webkit-scrollbar-thumb {
        border-radius: 0;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #aa3238;
    }

.breadcrumbs_big {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
}

    .breadcrumbs_big ul li {
        font-size: 24px;
        text-transform: uppercase;
        float: left;
        padding: 10px 20px 9px 10px;
        background-image: url(breadcrumbs_arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

        .breadcrumbs_big ul li a {
            color: #333;
        }

            .breadcrumbs_big ul li a:hover {
                color: #aa3238;
            }

            .breadcrumbs_big ul li a.selected, .breadcrumbs_big ul li.selected {
                color: #aa3238;
                background: 0 0;
            }

.downlod_btn {
    margin: 0;
    float: right;
}

.tri_html_container {
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
}

.trip_html_conr {
    width: 100%;
    background-color: #fff;
    padding: 0 6%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.trip_html_conr_left {
    float: left;
    width: 35%;
}

    .trip_html_conr_left img {
        margin-bottom: 1px;
        width: 100%;
    }

.trip_html_conr_right {
    float: left;
    width: 61%;
    text-align: left;
    padding: 0 2%;
}

    .trip_html_conr_right h3 {
        font-size: 22px;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .trip_html_conr_right p {
        font-size: 15px;
        color: #333;
        line-height: 20px;
        margin-bottom: 20px;
    }

        .trip_html_conr_right p span {
            margin-left: 100px;
        }

.tri_html_right_1_part {
    float: left;
    width: 100%;
    min-height: 378px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.slider6Content .item {
    height: 413px!important;
}

.message {
    width: 100%;
    height: 413px;
    background-color: #e5e5e5;
    overflow: auto;
}

    .message p {
        padding: 3%;
        font-size: 13px;
    }

    .message h3 {
        padding: 3% 3% 0;
        font-size: 18px;
    }

.resp-tab-content iframe {
    height: 413px;
}

.img_thmp {
    width: 212px;
    height: 141px;
    overflow: hidden;
}

    .img_thmp img {
        -webkit-transform: scale(1);
        -webkit-transition-timing-function: ease-in-out;
        -webkit-transition-duration: 200ms;
        -moz-transform: scale(1);
        -moz-transition-timing-function: ease-in-out;
        -moz-transition-duration: 200ms;
        position: relative;
    }

        .img_thmp img:hover {
            -webkit-transform: scale(1.05);
            -webkit-transition-timing-function: ease-in-out;
            -webkit-transition-duration: 200ms;
            -moz-transform: scale(1.05);
            -moz-transition-timing-function: ease-in-out;
            -moz-transition-duration: 200ms;
            position: relative;
            z-index: 9999999;
        }

.img_thmp2 {
    width: 310px;
    height: 206px;
    overflow: hidden;
}

    .img_thmp2 img {
        -webkit-transform: scale(1,1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 150ms;
        -moz-transform: scale(1,1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 150ms border-bottom: 1px solid transparent;
    }

        .img_thmp2 img:hover {
            -webkit-transform: scale(1.05,1.07);
            -webkit-transition-timing-function: ease-out;
            -webkit-transition-duration: 150ms;
            -moz-transform: scale(1.05,1.07);
            -moz-transition-timing-function: ease-out;
            -moz-transition-duration: 150ms;
            position: relative;
            z-index: 9999999;
        }

.img_thmp3 {
    width: auto;
    height: auto;
    overflow: hidden;
}

    .img_thmp3 a, .img_thmp3 img {
        overflow: hidden;
        display: block;
    }

        .img_thmp3 a.cboxElement {
            -webkit-box-shadow: 0 0 2px 0 #333;
            box-shadow: 0 0 2px 0 #333;
        }

    .img_thmp3 img {
        -webkit-transform: scale(1,1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 150ms;
        -moz-transform: scale(1,1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 150ms;
    }

        .img_thmp3 img:hover {
            -webkit-transform: scale(1.05,1.07);
            -webkit-transition-timing-function: ease-out;
            -webkit-transition-duration: 150ms;
            -moz-transform: scale(1.05,1.07);
            -moz-transition-timing-function: ease-out;
            -moz-transition-duration: 150ms;
            position: relative;
            z-index: 9999999;
        }

.trip_p_res {
    height: auto!important;
}

.popup_cnr {
    z-index: 999999;
    background-image: url(bg_black2.png);
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.popups {
    width: 70%!important;
    margin: 64px auto 0;
    z-index: 9999;
    background-color: #fff;
    padding: 25px 5%;
    overflow: hidden;
}

    .popups ul {
        margin-bottom: 15px;
    }

        .popups ul li {
            padding: 10px 0;
            border-bottom: 1px solid #ccc;
        }

.trip_p_res ul li a {
    padding: 0!important;
}

.popups ul li a {
    color: #666;
    padding: 0!important;
}

.popups a {
    padding: 0!important;
}

.popups h3 {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
}

.cancel_btn {
    font-size: 18px;
    padding: 5px 10px!important;
    background-color: #751a03;
    color: #fff;
    float: left;
    font-weight: 400;
}

#myHeader {
    font-size: 13px;
    color: #666;
    background-color: #fff;
    background-image: url(hide_show_arrow_top.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 35px;
    padding-left: 10px;
    text-transform: uppercase;
}

#sidenav {
    margin-bottom: 10px;
}

.sidenav-fixed {
    position: fixed;
    top: 0;
    margin: 115px 0 0;
}

.box_color {
    height: auto!important;
}

.gridder-list .gridder-thumb .overlay {
    background: #f3f3f3!important;
}

.hdr_banner_text_c h3 {
    font-weight: 300!important;
}

.slider3 {
    height: 540px!important;
}

a.next2, a.prev2 {
    margin-top: -209px!important;
}

.name_box_inx {
    position: absolute;
    padding: 3px 12px;
    text-align: center;
    background-color: #60549f;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    right: 0;
    top: 15px;
    z-index: 99999999;
}

.RadComboBox_Default .rcbArrowCell {
    border: 1px solid #ccc!important;
    background-image: url(select_box_vertical_arrow.png)!important;
    background-position: center!important;
    padding: 0 5px!important;
    float: left!important;
    height: 27px!important;
}

.RadComboBox_Default .rcbInputCell {
    background: #fff!important;
}

.RadComboBoxDropDown_Default {
    border-color: #d1d3d4!important;
    width: 289px!important;
}

.RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbItem {
    padding: 5px 6px!important;
}

    .RadComboBoxDropDown .rcbHovered > label, .RadComboBoxDropDown .rcbItem > label {
        font-size: 13px!important;
    }

.RadComboBoxDropDown .rcbCheckBox {
    margin: 1px 10px!important;
    float: left!important;
}

.RadComboBox table td.rcbInputCell {
    padding: 0!important;
}

.RadComboBox_Default .rcbReadOnly .rcbInput {
    width: 241px!important;
}

.rcbReadOnly input[type=text] {
    border: none!important;
    width: 270px!important;
}

.RadComboBoxDropDown_Metro {
    width: 230px!important;
}

.lgn_cnr_bg #loginContainer {
    opacity: 0;
    width: 82px!important;
}

    .lgn_cnr_bg #loginContainer.newloginContainer {
        width: auto!important;
        margin: 16px 20px 0 0;
    }

    .lgn_cnr_bg #loginContainer table {
        width: 82px!important;
    }

    .lgn_cnr_bg #loginContainer input[type=text] {
        width: 53px!important;
    }

.lgn_cnr_bg .RadComboBox_Metro .rcbFocused .rcbReadOnly .rcbInputCell {
    color: #565a5c!important;
    background-color: #eeeeee!important;
    border: 0!important;
}

.lgn_cnr_bg .RadComboBox_Metro .rcbFocused .rcbReadOnly .rcbInput {
    color: #565a5c!important;
}

.lgn_cnr_bg .RadComboBox_Metro .rcbFocused .rcbArrowCell {
    color: #fff!important;
    background-color: #eeeeee!important;
    border: 0!important;
}

.lgn_cnr_bg #loginContainer .RadComboBox_Metro .rcbArrowCell {
    background-image: url(/../../images/dummy_img.png)!important;
    border: 0!important;
}

.lgn_cnr_bg .RadComboBox_Metro .rcbReadOnly .rcbInputCell, .lgn_cnr_bg .RadComboBox_Metro .rcbHovered .rcbInputCell, .lgn_cnr_bg .RadComboBox_Metro .rcbReadOnly .rcbInputCell, .lgn_cnr_bg .RadComboBox_Metro .rcbHovered .rcbReadOnly .rcbInputCell {
    border: 0!important;
    background-color: #eeeeee!important;
}

.lgn_cnr_bg .RadComboBoxDropDown_Metro {
    border-color: #cdcdcd;
    color: black;
    background: white;
    font: normal 12px "Segoe UI",Arial,Helvetica,sans-serif;
    line-height: 16px;
    width: 100px!important;
    margin-left: -18px!important;
    border: 0!important;
    border-top: 3px solid #c9c9ca!important;
    background-color: rgba(238,238,238,0.9)!important;
}

    .lgn_cnr_bg .RadComboBoxDropDown_Metro .rcbHovered {
        color: #fff!important;
        background: #c52034!important;
    }

#loginContainer input[type=text] {
    width: 64px!important;
    padding: 0 5px;
}

#loginContainer .RadComboBox {
    width: 50px!important;
}

#loginContainer table {
    width: 95px!important;
}

#langform .RadComboBoxDropDown, #langform .rcbSlide {
    width: 93px!important;
}

#loginContainer .RadComboBox_Metro .rcbArrowCell {
    background-image: url(lang_icon.png)!important;
}

.RadComboBox_Metro .rcbFocused .rcbReadOnly .rcbInputCell {
    border-color: #cdcdcd!important;
    color: #fff!important;
    background-color: #5C5D5E!important;
}

.RadComboBox_Metro .rcbFocused .rcbArrowCell {
    border-color: #cdcdcd!important;
    color: #fff!important;
    background-color: #a8353a!important;
}

.RadComboBox_Metro .rcbFocused .rcbReadOnly .rcbInput {
    color: #fff!important;
}

.RadComboBox_Metro .rcbReadOnly .rcbInputCell {
    border-color: #cdcdcd!important;
    color: #333!important;
    background-color: #5C5D5E;
    !important;
}

.RadComboBox_Metro .rcbArrowCell {
    border-color: #cdcdcd!important;
    color: #333!important;
    background-color: #f9f9f9!important;
}

.RadComboBox_Metro .rcbInput {
    font-size: 12px!important;
    font-family: Lato,sans-serif!important;
}

.map_container ul li:hover {
    opacity: .7;
}

.events_list_ser input[type=text] {
    width: 130px!important;
    height: 27px!important;
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.event_sty .RadComboBoxDropDown_Metro {
    width: 158px!important;
}

.sharing {
    margin-top: 15px;
    clear: both;
    display: inline-block;
}

.image_head {
    width: 100%!important;
}

.pagination_container {
    float: right;
    width: 100%;
    padding: 15px 0 15px;
    z-index: 999999999;
    position: relative;
    text-align: center;
}

    .pagination_container a {
        border: 1px solid #ccc;
        font-size: 16px;
        color: #58595b;
        text-align: center;
        padding: 8px 12px;
        margin-right: 4px;
        background: #f2f2f2;
        overflow: hidden;
        float: none;
        display: inline-block;
    }

        .pagination_container a:hover {
            background: #fff;
        }

    .pagination_container img {
        margin: -8px -12px;
    }

        .pagination_container img:hover {
            opacity: .6;
        }

    .pagination_container span {
        font-size: 16px;
        color: #58595b;
        margin: 10px 0 0;
        width: 100%;
        float: none;
    }

        .pagination_container span span {
            float: none;
            border: 1px solid #aa3238;
            font-size: 16px;
            color: #fff;
            text-align: center;
            margin: 0 4px 0 0;
            padding: 8px 12px;
            background-color: #aa3238;
            width: auto;
            display: inline-block;
        }

.aspNetDisabled {
    background-color: #d1d3d4!important;
    color: #58595b!important;
    border: 1px solid #d1d3d4!important;
}

.langselectordropdown {
    width: 92px!important;
}

img.cboxPhoto {
    width: 100%!important;
    height: 100%!important;
}

.s4-wpcell-plain table tr a {
}

    .s4-wpcell-plain table tr a:hover {
        color: #D96167;
    }

table.table {
    width: 100%;
}

    table.table tr td {
        padding: 0 5px;
    }

    table.table tr:first-child {
        background-color: #eee;
    }

.discovery-post h3 {
    color: #AB312A!important;
}

.publisher-anchor-color a {
    color: #AB312A!important;
}

.active .publisher-nav-color:after {
    background: none repeat scroll 0% 0% #AB312A!important;
}

.video_icon {
    width: auto!important;
    position: absolute;
    margin: 43px 0 0 59px;
    z-index: 999999999;
    width: 30px!important;
    height: 30px!important;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

.video_icon_h {
    width: 45px!important;
    height: 45px!important;
    position: absolute!important;
    margin: 75px 0 0 130px;
    z-index: 999999999!important;
}

.sections.wether_part {
    width: 27%;
}

.dispy_none {
    display: none;
}

.hightlighted {
    border: 2px solid #aa3238!important;
}

    .hightlighted .hotel_list_con_head {
        background-color: #aa3238!important;
    }

        .hightlighted .hotel_list_con_head a {
            color: #fff!important;
        }

            .hightlighted .hotel_list_con_head a:hover {
                color: #fff!important;
            }

.contact_form .rcbReadOnly input[type=text] {
    border: none!important;
    width: 183px!important;
}

#page {
    width: 480px;
    padding: 20px 40px 20px 40px;
    margin: 40px auto 40px auto;
    border: 1px solid #e1e1e1;
}

#toTop {
    display: block;
    position: fixed;
    bottom: 25px;
    right: 25px;
}

    #toTop img {
        width: 47px;
        height: 47px;
        opacity: .6;
    }

        #toTop img:hover {
            width: 47px;
            height: 47px;
            opacity: 10;
        }

.publisher-anchor-color a {
    color: #aa3238!important;
}

a.publisher-anchor-color {
    color: #aa3238!important;
}

.hglt {
    background-color: #eeeeee!important;
}

    .hglt .hotel_list_con_head {
        background-color: #4C4C4C;
    }

        .hglt .hotel_list_con_head a {
            color: #fff!important;
        }

.fist_section .sections ul {
    margin: 0!important;
}

.head {
    text-transform: uppercase!important;
}

#id-HC-Searchbox1 .hcw_searchButton {
    -webkit-appearance: none!important;
    border-radius: 0!important;
}

.RadUpload .ruInputs {
    width: 66%;
}

.RadUpload .ruFileWrap input[type="button"] {
    background-image: none!important;
    width: 93px!important;
    height: 34px!important;
}

.RadUpload .ruFileWrap input[type="text"] {
    width: 100%!important;
    box-sizing: border-box;
    background: url('http://visitabudhabi.ae/Style%20Library/VAD/assets/ico-upload.gif');
    background-position: 97%;
    background-repeat: no-repeat;
}

.RadUpload .ruFileWrap {
    height: 35px!important;
    width: 100%;
}

.image-link ul li a {
    font-size: 13px!important;
    color: #333333!important;
    line-height: 20px!important;
}

.image-link img {
    margin-bottom: 3px!important;
}

.int_head {
    display: block!important;
}

.personal_info_container .rcbReadOnly input[type="text"] {
    width: 194px!important;
}

.contactusdropdowncss {
    width: 209px!important;
}

.contact_form .RadComboBox {
    float: left;
}

.newsletterdropdowncss {
    width: 221px!important;
}

.personal_info_container_left .RadComboBox {
    float: left;
}

.wrap {
    width: 100%;
    height: auto;
    position: relative;
    clear: both;
}

.eventsdropdowncss {
    width: 157px!important;
}

.banner_hide_s {
    padding-bottom: 80px!important;
}

.comn_header_bg {
    width: 100%;
    float: left;
    background-color: #eeeeee;
}

.comn_header_cnr {
    margin: auto;
    max-width: 1100px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.web_names {
    float: left;
}

    .web_names li {
        float: left;
        padding: 0 10px;
    }

        .web_names li a {
            float: left;
            padding: 7px 0;
            font-size: 12px;
            color: #939596;
            text-transform: uppercase;
            border-bottom: 1px solid #eeeeee;
        }

            .web_names li a.selected, .web_names li a:hover {
                border-bottom: 1px solid #c30e2e;
                color: #717475;
                text-decoration: none;
            }

.comn_scl_liks {
    float: right;
}

    .comn_scl_liks li {
        float: left;
        padding: 1px 0px;
    }

        .comn_scl_liks li img {
            float: left;
            width: 28px;
        }

            .comn_scl_liks li img:hover {
                opacity: .7;
            }

.add_menutop_link {
    font-size: 13px;
    color: #5d5d5e;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    background-image: url(/../../images/dummy_img.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 7px 24px 7px 0px;
    background-size: 13px;
}

.drop-menutop-arrow {
    height: auto;
    cursor: pointer;
    float: left;
    position: relative;
}

    .drop-menutop-arrow:hover .sub-menutop-arrow {
    }

.sub-menutop-arrow {
    display: none;
    position: absolute;
    margin-right: 0;
    z-index: 999999999999;
    overflow-y: auto;
    top: 52px;
    min-height: 70px;
    width: 250px;
    padding-top: 7px;
}

    .sub-menutop-arrow ul {
        float: left;
        background: #edebeb;
        border-top: 3px solid #c9c9ca;
        padding: 8px 0;
    }

    .sub-menutop-arrow li {
        list-style-type: none;
        display: block;
        float: left!important;
        width: 100%!important;
        background-image: inherit!important;
        padding: 0!important;
    }

.inn_cnr_left .sub-menutop-arrow li {
    list-style-type: none;
    display: block;
    float: left!important;
    width: 100%!important;
    background-image: inherit!important;
    padding: 0!important;
}

.inn_cnr_left .sub-menutop-arrow {
    top: 30px;
}

.sub-menutop-arrow li a.ticket_link {
    color: #565a5c;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
}

    .sub-menutop-arrow li a.ticket_link.selected {
        background-color: #c52034;
        color: #fff;
    }

    .sub-menutop-arrow li a.ticket_link:hover {
        background-color: #c52034;
        color: #fff;
    }

.sub-menutop-arrow li section {
    float: left;
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
}

.sub-menutop-arrow li:last-child section {
    border-bottom: 0;
}

.sub-menutop-arrow.sub-calander-add {
    top: 23px;
}

.drop-menutop-arrow {
    display: none;
}

.searchbox {
    position: relative;
    width: 40px;
    height: 30px;
    float: left;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    outline: 0;
    width: 0;
    height: 30px;
    margin: 0;
    padding: 0!important;
    font-size: 13px!important;
    color: #565d67!important;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    float: left;
    font-family: 'Lato',sans-serif;
    position: absolute;
    background-color: #fff!important;
    border: 0!important;
    border-bottom: 1px solid #c30e2e!important;
}

    .searchbox-input::-webkit-input-placeholder {
        color: #565d67;
    }

    .searchbox-input:-moz-placeholder {
        color: #565d67;
    }

    .searchbox-input::-moz-placeholder {
        color: #565d67;
    }

    .searchbox-input:-ms-input-placeholder {
        color: #565d67;
    }

.searchbox-icon {
    width: 40px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    left: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    transition: opacity 0.2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-image: url(/../../images/dummy_img.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center;
    background-color: inherit;
}

    .searchbox-icon:hover {
        opacity: .5;
    }

.searchbox-submit {
    width: 40px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 13px!important;
    left: 0;
    padding: 0 5px!important;
    margin: 0;
    border: 0!important;
    outline: 0;
    text-align: center;
    cursor: pointer!important;
    color: #fff!important;
    background-color: inherit!important;
    font-weight: normal;
    text-transform: uppercase;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.searchbox-open {
    width: 185px;
}

    .searchbox-open .searchbox-input {
        left: 40px;
        width: 67%;
        padding: 0px 10px 0px 10px!important;
    }

.lang_drop_new {
}

.wether_part {
    float: right;
    color: #000;
    margin: 21px 10px 0 0;
}

    .wether_part h4 img {
        width: 30px;
        margin-top: -5px;
    }

    .wether_part h4 a {
        color: #616466;
        font-size: 16px;
    }

.cmn_footer_bg {
    width: 100%;
    float: left;
    width: 100%;
    background-color: #003b4d;
    position: relative;
}

    .cmn_footer_bg, .cmn_footer_bg a {
        color: #fff;
    }

.submit_ftr_btn:hover {
    background-color: #444;
    color: #fff;
}

.cmn_footer_sec1 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 60px 0;
    overflow: hidden;
}

    .cmn_footer_sec1 section {
        width: 25%;
        float: left;
    }

        .cmn_footer_sec1 section h4 {
            font-size: 25px;
            color: #fff;
            font-weight: 300;
            margin: 10px 0;
        }

        .cmn_footer_sec1 section ul.ftr_menu {
            margin-top: 10px;
        }

            .cmn_footer_sec1 section ul.ftr_menu li {
                padding: 5px 0;
                float: left;
                width: 100%;
            }

                .cmn_footer_sec1 section ul.ftr_menu li a {
                    color: #fff;
                    font-size: 14px;
                    background-image: url(footer_bullet.png);
                    background-repeat: no-repeat;
                    background-position: center left;
                    background-size: 6px;
                    padding: 0 0 0 13px;
                    transition: all 0.2s ease;
                    float: left;
                    width: 100%;
                    font-weight: 300;
                }

                    .cmn_footer_sec1 section ul.ftr_menu li a:hover {
                        color: #ddd;
                    }

    .cmn_footer_sec1 .footer_sec_prt2 {
        width: 25%;
    }

        .cmn_footer_sec1 .footer_sec_prt2 span {
            font-size: 13px;
            color: #fff;
            font-weight: 300;
        }

.map_footer {
    width: 100%;
    float: left;
    padding: 20px 0 0 0;
}

    .map_footer img {
        width: 100%;
        max-width: 265px;
    }

.cmn_footer_sec1 .footer_sec_prt3 span {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    float: left;
}

.footer_sec_prt3 .address_tbl {
    width: 75%;
    float: left;
    margin: 15px 0 20px 0;
}

    .footer_sec_prt3 .address_tbl tr td {
        color: #fff;
        font-size: 13px;
        font-weight: 300;
        padding: 0 10px 6px 0;
    }

.cmn_footer_sec1 .form_news {
    float: left;
    margin-top: 20px;
    background-color: #5e5f61;
    border-radius: 4px;
}

.footer_sec_prt3 input[type="button"], .footer_sec_prt3 input[type="submit"] {
    background-color: inherit;
    background-color: #5e5f61;
    width: 75%;
    height: 40px;
    color: #fff;
    padding: 0 50px 0 20px;
    font-size: 14px;
    float: left;
    background-image: url(subscribe_send_icn.png);
    background-repeat: no-repeat;
    background-position: 80% center;
    background-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
    margin-left: 0;
    font-family: Lato,sans-serif!important;
}

    .footer_sec_prt3 input[type="button"]:hover, .footer_sec_prt3 input[type="submit"]:hover {
        opacity: .7;
        background-color: inherit;
    }

.cmn_footer_sec1 .footer_sec_prt4 {
    width: 27%;
    float: right;
    min-width: 170px;
}

    .cmn_footer_sec1 .footer_sec_prt4 span {
        font-size: 13px;
        color: #fff;
        font-weight: 300;
    }

    .cmn_footer_sec1 .footer_sec_prt4 ul.scl_icn {
        float: left;
        margin: 10px 0 15px 0;
        width: 100%;
    }

        .cmn_footer_sec1 .footer_sec_prt4 ul.scl_icn li {
            float: left;
            width: 22px;
            margin-right: 10px;
        }

            .cmn_footer_sec1 .footer_sec_prt4 ul.scl_icn li img {
                width: 100%;
                height: auto;
                margin-right: 15px;
                transition: all 0.2s ease;
            }

                .cmn_footer_sec1 .footer_sec_prt4 ul.scl_icn li img:hover {
                    opacity: .7;
                }

    .cmn_footer_sec1 .footer_sec_prt4 .store_icn {
        float: left;
        width: 127px;
        margin-right: 10px;
        margin-bottom: 10px;
        transition: all 0.2s ease;
    }

        .cmn_footer_sec1 .footer_sec_prt4 .store_icn:hover {
            opacity: .7;
        }

    .cmn_footer_sec1 .footer_sec_prt4 .tca_logo_ftr {
        width: 170px;
        margin-top: 5px;
    }

.cmn_footer_sec2 {
    width: 100%;
    float: left;
    background-color: #034559;
}

.cmn_footer_sec1_ctr {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 15px 0;
}

    .cmn_footer_sec1_ctr span {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
    }

    .cmn_footer_sec1_ctr .ftr_last_menu {
        float: right;
    }

        .cmn_footer_sec1_ctr .ftr_last_menu li {
            float: left;
            font-size: 14px;
            color: #fff;
        }

            .cmn_footer_sec1_ctr .ftr_last_menu li a {
                color: #fff;
                border-right: 1px solid #888;
                padding: 0 8px;
                transition: all 0.2s ease;
                font-weight: 300;
            }

                .cmn_footer_sec1_ctr .ftr_last_menu li a:hover {
                    color: #bbb;
                }

            .cmn_footer_sec1_ctr .ftr_last_menu li:last-child a {
                padding-right: 0;
                border: 0;
            }

.fb_icn {
    width: 11px;
    margin-top: 2px;
}

.twtr_icn {
    width: 21px;
    margin-top: 5px;
}

.likdn_icn {
    width: 21px;
    margin-top: 1px;
}

.ytb_icn {
    width: 21px;
}

.intgm_icn {
    width: 21px;
    margin-top: 2px;
}

.email_field {
    background-image: url(newsletter_email_icn.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 29px;
}

.footer_cap_sty {
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: inherit!important;
}

    .footer_cap_sty strong {
        font-weight: 400;
    }

.trip_advsr_cnr {
    width: 100%;
    max-width: 234px;
    float: left;
    padding-top: 20px;
}

    .trip_advsr_cnr a {
        display: block;
        font-size: 14px;
    }

    .trip_advsr_cnr img {
        width: 150px;
        margin-bottom: 5px;
    }

    .trip_advsr_cnr span {
        float: left;
        width: 100%;
    }

section.footer_sec_prt1 {
    width: 18%;
}

.cmn_footer_sec1 .footer_sec_prt2 {
    width: 27%;
}

.ftr_s_mob {
    margin: 0 0 10px 0!important;
}

section.footer_sec_prt3 {
    width: 26%;
    font-size: 13px;
    line-height: 1.4;
}

.microsoft_icn {
    float: left;
    width: 127px;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .microsoft_icn:hover {
        opacity: .7;
    }

.lgn_cnr_bg {
    float: right;
}

.comn_header_bg #loginContainer {
    display: none;
}

.mob_menu_btn {
    float: right;
    margin-top: 15px;
    display: none;
}

    .mob_menu_btn img {
        width: 30px;
        margin-top: 5px;
    }

.popup_menu_cnr {
    z-index: 99999999999999;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    overflow-y: scroll;
}

.menu_pop_cnr {
    width: 100%;
    padding: 30px 0;
}

.search_close_btn {
    width: 28px;
    height: 28px;
    float: right;
    position: absolute;
    right: 30px;
    top: 30px;
}

.pop_wether_sec {
    width: 100%;
    float: left;
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
}

    .pop_wether_sec .wether_part {
        color: #fff;
        margin: 0 10px 0 0;
        float: left;
    }

        .pop_wether_sec .wether_part h4 a {
            color: #a6a6a7;
            font-size: 32px;
            font-weight: 400;
        }

        .pop_wether_sec .wether_part h4 img {
            width: 44px;
            margin-right: 7px;
        }

.pop_search_sec {
    width: 100%;
    float: left;
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
}

.pop_search_bg {
    width: 100%;
    height: 45px;
    background-color: #404042;
}

.pop_ser_sub_btn {
    background-image: url(/../../images/search_icn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    float: right;
    height: 45px;
    max-width: 85px;
    width: 18%;
    background-color: inherit;
}

.pop_ser_field {
    float: left;
    height: 45px;
    width: 68%;
    background-color: inherit;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 20px;
}

    .pop_ser_field ::-webkit-input-placeholder {
        color: #a6a6a7;
    }

    .pop_ser_field :-moz-placeholder {
        color: #a6a6a7;
    }

    .pop_ser_field ::-moz-placeholder {
        color: #a6a6a7;
    }

    .pop_ser_field :-ms-input-placeholder {
        color: #a6a6a7;
    }

.mob_menu_sty ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    background-color: rgba(256,256,256,.09);
}

    .mob_menu_sty ul li li {
        width: 100%;
        float: left;
        margin-bottom: 0;
        background-color: rgba(0,0,0,0.9);
    }

    .mob_menu_sty ul li a {
        width: 100%;
        font-size: 20px;
        color: #fff;
        padding: 5px 20px;
        text-transform: uppercase;
        box-sizing: border-box;
        display: inline-block;
    }

.mob_menu_sty ul ul {
    display: none;
    padding: 25px 0;
    box-sizing: border-box;
    float: left;
    background-color: rgba(0,0,0,0.9);
}

    .mob_menu_sty ul ul li a {
        padding: 12px 30px 12px 120px;
        font-size: 28px;
        font-weight: 300;
        text-transform: inherit;
        color: #9e9e9e;
    }

    .mob_menu_sty ul ul li h3 {
        text-transform: uppercase;
        color: #fff;
        background-image: url(menu_sub_pop_arw.png);
        background-repeat: no-repeat;
        background-position: 103px center;
        background-size: 11px;
    }

        .mob_menu_sty ul ul li h3 a {
            color: #fff;
        }

.mob_menu_sty ul li .menu_cmn_icn {
    float: left;
}

.mob_menu_sty ul li span {
    float: left;
    padding: 22px 15px 0 15px;
}

.fa-caret-down {
    background-image: url(pop_menu_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 30px;
    height: 40px;
    float: right;
    margin-top: 15px;
}

.fa-caret-left {
    background-image: url(pop_menu_arrow_s.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 30px;
    height: 40px;
    float: right;
    margin-top: 15px;
}

.explor_m_icn_menu {
    background-image: url(menu_pop_icn1.png);
}

.seedo_m_icn_menu {
    background-image: url(menu_pop_icn2.png);
}

.stay_m_icn_menu {
    background-image: url(/../../images/dummy_img.png);
}

.travel_m_icn_menu {
    background-image: url(menu_pop_icn3.png);
}

.menu_pop_cnr .menu_cmn_icn {
    width: 57px;
    height: 57px;
    background-size: 57px;
}

.follow_pop_menu {
    width: 94%;
    float: left;
    padding: 20px 0;
    border-top: 1px solid #3a3a3a;
    margin: 20px 3%;
}

    .follow_pop_menu h3 {
        font-size: 30px;
        color: #fff;
        font-weight: 400;
        text-align: center;
    }

.scl_m_pop {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0;
}

    .scl_m_pop img {
        display: inline-block;
        width: 65px;
    }

        .scl_m_pop img:hover {
            opacity: .7;
        }

.tab_icn_cnr1 {
    width: 23px;
    height: 23px;
    float: left;
    background-image: url(/../../images/dummy_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 8px 0 0;
}

.tab_icn_cnr2 {
    width: 23px;
    height: 23px;
    float: left;
    background-image: url(/../../images/dummy_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 8px 0 0;
}

.tab_icn_cnr3 {
    width: 23px;
    height: 23px;
    float: left;
    background-image: url(/../../images/dummy_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 8px 0 0;
}

#tabs_iframe {
    width: 100%;
    padding-right: 2px;
    margin-top: 50px;
    text-align: center;
}

a {
    cursor: pointer;
}

#tabs_iframe li {
    float: none;
    list-style: none;
    margin-right: 5px;
    outline: none;
    display: inline-block;
}

    #tabs_iframe li a {
        font-family: Arial,Helvetica,sans-serif;
        font-size: small;
        font-weight: bold;
        padding: 10px 25px;
        display: block;
        background: #c30e2e;
        text-decoration: none;
        outline: none;
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #c30e2e;
    }

        #tabs_iframe li a span {
            font-weight: bold;
            font-size: 30px;
            padding: 0 5px;
        }

        #tabs_iframe li a b {
            padding: 9px 0;
            display: inline-block;
        }

        #tabs_iframe li a.inactive {
            padding: 10px 25px;
            color: #4c4d4f;
            background: #fff;
            outline: none;
            text-transform: uppercase;
            border: 1px solid #dddede;
        }

        #tabs_iframe li a:hover, {
            color: #5685bc;
            outline: none;
        }

        #tabs_iframe li a.inactive:hover {
            background-color: #dddede;
        }

        #tabs_iframe li a:hover {
            background-color: #a90926;
        }

.tabs_iframe_container {
    clear: both;
    width: 100%;
    text-align: left;
}

.iframe_sub_cap {
    font-size: 14px;
    color: #4c4d4f;
    padding: 10px 0;
    text-align: center;
}

.bnr_vdo_link_cnr {
    float: left;
    position: absolute;
    bottom: -60px;
    font-size: 17px;
    right: 0;
    z-index: 999999999999999999;
}

    .bnr_vdo_link_cnr h3 a {
        padding: 12px 45px 12px 15px;
        background-color: #595051;
        color: #fff;
        font-weight: 300;
        font-size: 18px;
        background-image: url(/../../images/bnr_video_icn.png);
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 26px;
    }

        .bnr_vdo_link_cnr h3 a:hover {
            background-color: #333;
        }

.contact_info_cnr {
    width: 100%;
    float: left;
    background-color: #f9f9f9;
    padding: 15px 10px;
    box-sizing: border-box;
    margin-top: 20px;
}

    .contact_info_cnr h3 {
        font-size: 14px;
        color: #4c4d4f;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 6px;
    }

.contact_box_inn {
    width: 50%;
    float: left;
    padding: 5px 10px;
    box-sizing: border-box;
    border-right: 1px dashed #d3d4d5;
}

.contact_info_cnr span {
    font-size: 14px;
    color: #4c4d4f;
    line-height: 22px;
    float: left;
}

.info_box_inn {
    width: 50%;
    float: left;
    padding: 5px 20px;
    box-sizing: border-box;
}

.inn_scl_m_icn_c {
    width: 100%;
    float: left;
    margin-top: 4px;
}

    .inn_scl_m_icn_c img {
        width: 20px;
        margin-right: 4px;
    }

.book_now_btn {
    float: left;
    background-color: #c30e2e;
    padding: 6px 10px 6px 30px;
    color: #fff;
    font-size: 14px;
    background-image: url(book_now_icn.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 14px;
    margin-top: 5px;
}

.post_iframe_cnr {
    width: 100%;
    float: left;
    padding: 15px 0 0 0;
}

.post_iframe_div {
    width: 100%;
    float: left;
}

    .post_iframe_div iframe {
        width: 100%;
        height: 500px;
    }

.more_pst_cnr {
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

    .more_pst_cnr a {
        background-color: #c92642;
        font-size: 16px;
        color: #fff;
        padding: 10px 20px;
        display: inline-block;
        text-transform: uppercase;
    }

.map_cnr_ifram {
    width: 100%;
    float: left;
}

.full_width_s {
    width: 100%;
}

.sub-menutop-arrow.sub-calander-add:after {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.sub-menutop-arrow.sub-calander-add:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #bdbdbe transparent;
}

.viw_a_btn {
    float: right;
    font-size: 11px;
    color: #4c4d4f;
    background-color: #ededed;
    font-weight: 400;
    padding: 4px 7px;
    margin-top: 2px;
}

    .viw_a_btn:hover {
        color: #fff!important;
        background-color: #c92642;
    }

#video-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    clear: both;
}

.hdr_banner_text_cetr {
    background: #444!important;
    background: rgba(0,0,0,0.3)!important;
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%)!important;
    background: #fff!important;
    background: rgba(255,255,255,.7)!important;
    width: auto!important;
    padding: 25px 45px 25px 25px!important;
    position: absolute!important;
    right: 0!important;
}

.main_bnr_l_arow {
    width: 25px;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.4);
    right: 0;
    top: 0;
    background-image: url(/../../images/dummy_img.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}

.hdr_banner_text_c h3 span {
    color: #fff!important;
    color: #ba1a36!important;
}

.group {
    *zoom: 1;
}

    .group:before, .group:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .group:after {
        clear: both;
    }

@font-face {
    font-family: 'Slide-icons';
    src: url('Slide-icons.eot');
}

@font-face {
    font-family: 'Slide-icons';
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'),url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=) format('truetype');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'Slide-icons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.light-gallery {
    overflow: hidden!important;
}

#lg-gallery img {
    border: none!important;
}

#lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 1;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    -ms-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    background: #0d0d0d;
}

    #lg-outer .lg-slide {
        position: relative;
    }

#lg-gallery.opacity {
    opacity: 1;
    transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    -ms-transition: opacity 1s ease 0s;
}

    #lg-gallery.opacity .thumb-cont {
        opacity: 1;
    }

#lg-gallery.fade-m {
    opacity: 0;
    transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s;
}

#lg-gallery {
    height: 100%;
    opacity: 0;
    width: 100%;
    position: relative;
    transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    -ms-transition: opacity 1s ease 0s;
}

#lg-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    white-space: nowrap;
}

    #lg-slider .lg-slide {
        background: url(../img/loading.gif) no-repeat scroll center center transparent;
        display: inline-block;
        height: 100%;
        text-align: center;
        width: 100%;
    }

        #lg-slider .lg-slide.complete {
            background-image: none;
        }

#lg-gallery.show-after-load .lg-slide > * {
    opacity: 0;
}

#lg-gallery.show-after-load .lg-slide.complete > * {
    opacity: 1;
}

#lg-slider.slide .lg-slide, #lg-slider.use-left .lg-slide {
    position: absolute;
    opacity: 0.4;
}

#lg-slider.fade-m .lg-slide {
    position: absolute;
    left: 0;
    opacity: 0;
}

#lg-slider.animate .lg-slide {
    position: absolute;
    left: 0;
}

#lg-slider.fade-m .current {
    opacity: 1;
    z-index: 9;
}

#lg-slider .lg-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#lg-gallery.opacity .lg-slide .object {
    transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
}

.lg-slide .object {
    transform: scale3d(0.5,0.5,0.5);
    -moz-transform: scale3d(0.5,0.5,0.5);
    -ms-transform: scale3d(0.5,0.5,0.5);
    -webkit-transform: scale3d(0.5,0.5,0.5);
    -o-transform: scale3d(0.5,0.5,0.5);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity 0.5s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity 0.5s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity 0.5s ease 0s;
    -ms-transition: -ms-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity 0.5s ease 0s;
    transition: transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity 0.5s ease 0s;
}

#lg-gallery.fade-m .lg-slide .object {
    transform: scale3d(0.5,0.5,0.5);
    -moz-transform: scale3d(0.5,0.5,0.5);
    -ms-transform: scale3d(0.5,0.5,0.5);
    -webkit-transform: scale3d(0.5,0.5,0.5);
    -o-transform: scale3d(0.5,0.5,0.5);
}

#lg-slider.fade-m.on .current {
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s;
}

#lg-slider.fade-m .lg-slide {
    transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    -ms-transition: opacity 0.4s ease 0s;
}

#lg-slider.slide .lg-slide {
    transform: translate3d(100%,0px,0px);
    -moz-transform: translate3d(100%,0px,0px);
    -ms-transform: translate3d(100%,0px,0px);
    -webkit-transform: translate3d(100%,0px,0px);
    -o-transform: translate3d(100%,0px,0px);
}

#lg-slider.slide.on .lg-slide {
    opacity: 0;
}

#lg-slider.slide .lg-slide.current {
    opacity: 1!important;
    transform: translate3d(0px,0px,0px)!important;
    -moz-transform: translate3d(0px,0px,0px)!important;
    -ms-transform: translate3d(0px,0px,0px)!important;
    -webkit-transform: translate3d(0px,0px,0px)!important;
    -o-transform: translate3d(0px,0px,0px)!important;
}

#lg-slider.slide .lg-slide.prev-slide {
    opacity: 0;
    transform: translate3d(-100%,0px,0px);
    -moz-transform: translate3d(-100%,0px,0px);
    -ms-transform: translate3d(-100%,0px,0px);
    -webkit-transform: translate3d(-100%,0px,0px);
    -o-transform: translate3d(-100%,0px,0px);
}

#lg-slider.slide .lg-slide.next-slide {
    opacity: 0;
    transform: translate3d(100%,0px,0px);
    -moz-transform: translate3d(100%,0px,0px);
    -ms-transform: translate3d(100%,0px,0px);
    -webkit-transform: translate3d(100%,0px,0px);
    -o-transform: translate3d(100%,0px,0px);
}

#lg-slider.use-left .lg-slide {
    left: 100%;
}

#lg-slider.use-left.on .lg-slide {
    opacity: 0;
}

#lg-slider.use-left .lg-slide.current {
    opacity: 1!important;
    left: 0%!important;
}

#lg-slider.use-left .lg-slide.prev-slide {
    opacity: 0;
    left: -100%;
}

#lg-slider.use-left .lg-slide.next-slide {
    opacity: 0;
    left: 100%;
}

#lg-slider.slide.on .lg-slide, #lg-slider.slide.on .current, #lg-slider.slide.on .prev-slide, #lg-slider.slide.on .next-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity 1s ease 0s;
    -ms-transition: -ms-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity 1s ease 0s;
}

#lg-slider.speed .lg-slide, #lg-slider.speed .current, #lg-slider.speed .prev-slide, #lg-slider.speed .next-slide {
    transition-duration: inherit!important;
    -moz-transition-duration: inherit!important;
    -webkit-transition-duration: inherit!important;
    -o-transition-duration: inherit!important;
    -ms-transition-duration: inherit!important;
}

#lg-slider.timing .lg-slide, #lg-slider.timing .current, #lg-slider.timing .prev-slide, #lg-slider.timing .next-slide {
    transition-timing-function: inherit!important;
    -moz-transition-timing-function: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    -o-transition-timing-function: inherit!important;
    -ms-transition-timing-function: inherit!important;
}

#lg-slider .lg-slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    cursor: -moz-grabbing;
    cursor: grab;
    cursor: -webkit-grab;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#lg-gallery .thumb-cont .thumb-inner {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,0.25,1) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,0.25,1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,0.25,1) 0s;
    -ms-transition: -ms-transform 1s cubic-bezier(0,0,0.25,1) 0s;
    transition: transform 1s cubic-bezier(0,0,0.25,1) 0s;
}

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-slide .object.right-end {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lg-slide .object.left-end {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

img.video_icon_h {
    pointer-events: none;
}

#lg-action {
    bottom: 20px;
    position: fixed;
    width: 100%;
    top: 50%;
    z-index: 9;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
}

    #lg-action.has-thumb {
        margin-left: -46px;
    }

a#lg-prev {
    position: absolute!important;
    left: 15px!important;
    pointer-events: all;
}

a#lg-next {
    position: absolute!important;
    right: 15px!important;
    pointer-events: all;
}

#lg-action a {
    margin: 0 3px 0 0!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    display: inline-block!important;
    display: inline-block;
    vertical-align: middle;
    background-color: #000;
    background-color: rgba(256,256,256,.2);
    font-size: 27px;
    width: 40px;
    height: 50px;
    font-family: 'Slide-icons';
    color: #fff;
    cursor: pointer;
    font-weight: normal;
}

    #lg-action a.disabled {
        opacity: 0.6;
        filter: alpha(opacity=60);
        cursor: default;
        background-color: #000;
        background-color: rgba(0,0,0,0.65)!important;
    }

    #lg-action a:hover, #lg-action a:focus {
        background-color: #000;
        background-color: rgba(0,0,0,0.85);
    }

    #lg-action a#lg-prev:before, #lg-action a#lg-next:after {
        left: 5px;
        bottom: 9px;
        position: absolute;
    }

    #lg-action a#lg-prev:before {
        content: "\e01d";
    }

    #lg-action a#lg-next:after {
        content: "\e01b";
    }

    #lg-action a.cl-thumb:after {
        font-family: 'Slide-icons';
        content: "\e01c";
        left: 6px;
        bottom: 4px;
        font-size: 16px;
        position: absolute;
    }

#lg-counter {
    bottom: 52px;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 9;
    color: #FFFFFF;
}

#lg-gallery .thumb-cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000000;
    -webkit-transition: max-height 0.4s ease-in-out;
    -moz-transition: max-height 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out;
    -ms-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out;
    z-index: 9;
    max-height: 0;
    opacity: 0;
}

#lg-gallery.open .thumb-cont {
    max-height: 350px;
}

#lg-gallery .thumb-cont .thumb-inner {
    margin-left: -12px;
    padding: 12px;
    max-height: 290px;
    overflow-y: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#lg-gallery .thumb-cont .thumb-info {
    background-color: #333;
    padding: 7px 20px;
}

    #lg-gallery .thumb-cont .thumb-info .count {
        color: #ffffff;
        font-weight: bold;
        font-size: 12px;
    }

    #lg-gallery .thumb-cont .thumb-info .close {
        color: #FFFFFF;
        display: block;
        float: right!important;
        width: 28px;
        position: relative;
        height: 28px;
        border-radius: 2px;
        margin-top: -4px;
        background-color: #000;
        background-color: rgba(0,0,0,0.65);
        -webkit-transition: background-color 0.3s ease 0s;
        -moz-transition: background-color 0.3s ease 0s;
        -o-transition: background-color 0.3s ease 0s;
        -ms-transition: background-color 0.3s ease 0s;
        transition: background-color 0.3s ease 0s;
        z-index: 1090;
        cursor: pointer;
    }

        #lg-gallery .thumb-cont .thumb-info .close i:after {
            left: 6px;
            position: absolute;
            top: 4px;
        }

        #lg-gallery .thumb-cont .thumb-info .close i:after, #lg-close:after {
            content: "\e01a";
            font-family: 'Slide-icons';
            font-style: normal;
            font-size: 22px;
        }

        #lg-gallery .thumb-cont .thumb-info .close:hover {
            text-decoration: none;
            background-color: #000;
            background-color: rgba(0,0,0,1);
        }

#lg-gallery .thumb-cont .thumb {
    display: inline-block!important;
    vertical-align: middle;
    text-align: center;
    *display: inline;
    *zoom: 1;
    margin-bottom: 4px;
    height: 50px;
    width: 50px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    overflow: hidden;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: border-color linear .2s,opacity linear .2s;
    -moz-transition: border-color linear .2s,opacity linear .2s;
    -o-transition: border-color linear .2s,opacity linear .2s;
    -ms-transition: border-color linear .2s,opacity linear .2s;
    transition: border-color linear .2s,opacity linear .2s;
}

.mashup-body #map {
    border: none!important;
}

iframe#mapframe {
    width: 100%;
}

.map_container iframe#mapframe {
    height: 900px;
}

img[alt*="Sojern"], img[src*="sojern"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

@media (min-width: 800px) {
    #lg-gallery .thumb-cont .thumb {
        width: 94px;
        height: 94px;
    }
}

#lg-gallery .thumb-cont .thumb > img {
    height: auto;
    max-width: 100%;
}

#lg-gallery .thumb-cont .thumb.active, #lg-gallery .thumb-cont .thumb:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    border-color: #ffffff;
}

#lg-slider .video-cont {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#lg-slider .video-cont {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#lg-slider .video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

    #lg-slider .video .object {
        width: 100%!important;
        height: 100%!important;
        position: absolute;
        top: 0;
        left: 0;
    }

#lg-close {
    color: #fff;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    z-index: 1090;
    cursor: pointer;
    background-color: #000;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.65);
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-backface-visibility: hidden;
    background: none;
}

    #lg-close:after {
        position: absolute;
        right: 6px;
        top: 3px;
    }

    #lg-close:hover {
        text-decoration: none;
        background-color: #000;
    }

.lg-sub-html {
    background-color: rgba(0,0,0,0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

.lg-slide p {
    font-size: 14px;
    margin: 5px 0 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 20px;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,.2);
}

.custom-html {
    background: none repeat scroll 0 0 black;
    background: none repeat scroll 0 0 rgba(0,0,0,0.75);
    color: #fff;
    font-family: Arial,sans-serif;
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

    .custom-html p {
        font-size: 14px;
    }

    .custom-html > h4 {
        font-family: Arial,sans-serif;
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 15px;
    }

.mob_t_sty_rgt a {
    color: #fff;
}

.g-recaptcha iframe {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1208px) {
}

@media only screen and (max-width: 1060px) {
    .containar {
        width: 730px;
        padding: 0 5px;
    }

        .containar.continer_logopart {
            padding: 20px 20px;
            width: 100%;
            box-sizing: border-box;
        }

    .slide_cont_box img {
        width: 33%!important;
    }

    .form_containar {
        float: none!important;
        margin: 130px auto 0!important;
        position: static;
    }

    .sec_seven_description_box h2 {
        font-size: 46px;
    }

    .logo_part {
        width: 175px;
    }

        .logo_part img {
            width: 100%!important;
        }

    .menu_part ul li {
        padding: 12px 7px;
    }

    .menu_part {
        width: auto;
    }

    .sections {
        width: 48.3%;
    }

    .inner_container {
        width: 985px;
    }

    .head_area_new {
        width: 985px!important;
    }

    .map_s_a iframe {
        width: 100%;
    }

    .inner_left_side {
        width: 627px;
    }

    .slider6Content {
        height: 100%!important;
    }

    .next6 {
        top: 95px!important;
    }

    a.prev6 {
        top: 95px!important;
        right: 0!important;
        left: 0;
    }

    .seealso_links {
        float: left!important;
    }

    .adjest_ara {
        margin-left: 0!important;
    }

    .h_list_sele {
        width: 170px!important;
    }

    .hotel_list_form ul li input[type=text] {
        width: 183px;
    }

    .hotel_list_con img {
        width: 100%!important;
    }

    .hotel_list_con {
        width: 45%!important;
    }

    .hotel_list_con_head {
        width: 96%;
        padding: 10px 2%;
    }

    .slider6Content .item {
        height: 279px!important;
    }

    .message, .resp-tab-content iframe {
        height: 291px;
    }

    .gridder-list {
        width: 49%!important;
    }

    .sub_img li {
        width: 32%!important;
    }

    .contact_form ul, .currency_converter ul {
        width: 100%;
    }

    .weather_container ul {
        width: 28%;
        margin-bottom: 30px;
    }

    .sct1_wether h2 {
        font-size: 51px;
    }

    .sct1_wether {
        width: 33%;
        height: 161px;
    }

    .trip_left_sec {
        width: 98%;
    }

    .trip_right_sec {
        width: 98%;
        margin-top: 10px;
    }

    .trip_fst_section ul li {
        margin-bottom: 8px;
    }

    .trip_arrow_hide {
        width: 100%!important;
    }

    .img_thmp {
        width: 143px;
        height: 95px;
    }

    span.text-content {
        top: 95px;
        height: 33px;
    }

    ul.img-list li {
        height: 153px;
    }

    .img_thmp2 {
        width: 100%;
        height: auto;
    }

    .ctr_psn {
        width: 100%!important;
    }

    .menu_sec_fist {
        width: 180px!important;
    }

    .prayer_time_container {
        margin-top: 0;
    }

    .prayer_time_box {
        width: 135px;
        margin-bottom: 10px;
    }

    .trip_fst_section {
        width: 98%;
    }

    .hdr_banner_text_c h3 {
        text-align: center!important;
    }

    .line_style {
        font-size: 49px!important;
        margin: 0 0 0 10px!important;
    }

    #slide-2 {
        height: 620px!important;
    }

    .gallery figure {
        width: 33%!important;
    }

    .slider4 {
        height: 600px!important;
    }

    #slide-4 {
        min-height: 790px!important;
    }

    #slide-6 .bcg {
        height: 750px!important;
    }

    #slide-7 {
        padding-top: 50%!important;
    }

    #slide-9 {
        padding-top: 50%;
    }

    #slide-8 {
        padding-top: 0!important;
        height: 562px!important;
    }

        #slide-8 .bcg {
            background-position: center!important;
            background-size: 100%!important;
            height: 562px!important;
        }

    #slide-9 {
        padding-top: 50%!important;
    }

    .slider3 {
        height: 540px!important;
    }

    #menu {
        margin: 0 0 0 0!important;
        box-sizing: border-box;
        padding: 0!important;
    }

    a.next4, a.prev4 {
        margin-top: -120px!important;
    }

    #sidenav {
        margin-bottom: 0;
    }

    .sidenav-fixed {
        position: static;
        top: 0;
        margin: 0;
        float: none!important;
    }

    .name_details {
        top: 267px;
    }

    a.next2, a.prev2 {
        margin-top: -50px!important;
    }

    .name_box_inx {
        right: inherit;
    }

    .rcbReadOnly input[type=text] {
        width: 166px!important;
    }

    .RadComboBoxDropDown_Metro {
        width: 204px!important;
    }

    .event_sty .RadComboBox_Metro {
        width: 99%!important;
        margin-bottom: 7px!important;
    }

    .events_list_ser ul li {
        padding-left: 0;
        width: 100%!important;
    }

    .top_form_list {
        margin-bottom: 0!important;
    }

    .events_list_ser .RadComboBox_Metro {
        width: 99%!important;
        margin-bottom: 7px!important;
    }

    .video_icon_h {
        width: 45px!important;
        height: 45px!important;
        position: absolute!important;
        margin: 55px 0 0 90px;
        z-index: 999999999!important;
    }

    .gallery figure a img {
        height: 154px!important;
    }

    .download_container {
        float: none;
    }

    .imageOuter {
        display: inline-block;
        float: none;
    }

    #cboxContent, #cboxLoadedContent, #cboxWrapper, #colorbox {
    }

    .langselectordropdown {
        width: 92px!important;
    }

    .video_icon {
    }

    .inner_right_side {
        width: 268px;
    }

    .slider5 .sliderBullets {
        width: 163px;
    }

    .slider5Content {
        height: 265px;
    }

    a.prev5 {
        top: 224px;
        right: 227px;
    }

    .next5 {
        top: 224px;
        right: 185px;
    }

    .hcw_hotelCheckout_month, .hcw_hotelCheckin_month {
        width: 47.8%;
    }

    .contact_form .rcbReadOnly input[type=text] {
        width: 255px!important;
    }

    .newsletterdropdowncss {
        width: 220px!important;
    }

    .eventsdropdowncss {
        width: 425px!important;
    }

    .comn_header_bg {
        box-sizing: border-box;
    }

    .scroll-top-wrapper {
        bottom: 37px;
    }

    .cmn_footer_sec1_ctr {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1000px) {
    .sec_seven_description_box h2 {
        font-size: 38px;
    }

    .sec_eight h3 {
        font-size: 38px;
    }

    .footer h3 {
        font-size: 30px;
    }

    .sec_fifth h2 {
        font-size: 32px;
    }

    #showcase h2 {
        font-size: 46px!important;
    }

    .second_banner_text_c h3 span {
        font-size: 35px!important;
    }

    .second_banner_text_c h3 {
        font-size: 25px!important;
    }

    .head_area_new {
        width: 740px!important;
    }

    .head_area_new_cnr {
        width: 100%!important;
        width: 740px!important;
        text-align: center;
    }

    .map_s_a iframe {
        width: 100%;
    }

    .icn_bnr_div img {
        margin-top: -20px!important;
        margin-left: -20px!important;
        width: 40px;
    }

    .head_area_new_cnr {
        margin: 0 auto 0 auto!important;
        background-color: #fff;
    }

    .inner_container {
        width: 740px;
        padding: 20px 15px;
    }

    .inner_left_side {
        width: 430px;
        padding: 0 10px 0 0;
    }

    .inner_right_side {
        padding-left: 10px;
    }

    .head_area_new h2 {
        width: auto!important;
    }

    a.prev5 {
        right: 225px!important;
    }

    .next5 {
        right: 183px!important;
    }

    .banner_hide_s {
        padding-bottom: 0!important;
    }

    .detals_tab_hotel ul {
        text-align: left;
        padding: 0 10px 0 0;
        box-sizing: border-box;
    }

    .sharing {
        margin-bottom: 15px;
    }

    .breadcrumbs {
        margin: 15px 0 15px 0;
    }

    .web_names {
        display: none;
    }

    .drop-menutop-arrow {
        display: block;
    }

    .tab_p_cnr {
        float: none!important;
        display: inline-block;
        width: auto!important;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .mob_menu_sty ul ul {
        float: none;
    }

    #menu {
        display: none!important;
    }

    .arrow_bnner_move {
        display: none;
    }

    #video-bg {
        display: none;
    }

    .menu_part.menu_hide {
        display: none!important;
    }

    .wether_part {
        display: none;
    }

    .search_box {
        display: none;
    }

    .mob_menu_btn {
        display: block;
    }

    .pop_wether_sec .wether_part {
        display: block;
    }
}

@media only screen and (max-width: 790px) {
    .langselect {
        right: 5px!important;
        left: auto!important;
        width: 80px!important;
    }

    .arrow_bnner_move {
        display: none;
    }

    .inner_container {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    .inner_left_side {
        width: 419px;
        text-align: center;
        display: inline-block;
        float: none;
        padding: 0;
        height: auto!important;
    }

    #ticker dt {
        float: none!important;
        display: inline-block;
    }

    .prayer_time_box {
        width: 129px;
        margin-bottom: 10px;
    }

    .inner_right_side {
        width: 419px;
        padding: 0 10px;
        border: none!important;
        margin: 0 auto 25px;
        float: none!important;
        text-align: center;
    }

    .fist_section {
        overflow: hidden;
    }

    .header {
        position: relative;
    }

    .banner {
        width: 100%;
        margin: 0 auto!important;
    }

    .containar {
        width: 94%;
        padding: 0 3%;
    }

    .footer_sec1 {
        float: left;
        text-align: left!important;
        width: 100%!important;
    }

    .footer_app_last {
        padding-left: 0!important;
        text-align: center!important;
        width: 100%!important;
    }

    .app_img {
        width: auto!important;
        display: inline-block;
        float: none!important;
    }

        .app_img li img {
            width: 90%;
        }

        .app_img li {
            margin: 15px 0 0!important;
            float: left;
            border: none!important;
        }

            .app_img li a {
                border: 0!important;
                margin: 0!important;
            }

    .last_footer_right {
        margin-top: 25px;
        text-align: center;
        width: 100%!important;
    }

    .resp-tabs-container {
        width: 100%;
        overflow: hidden;
        padding: 10px 0 0!important;
        text-align: left;
    }

    .sliderBullets {
        width: 95%!important;
        right: 0!important;
        left: 0!important;
        bottom: 20px!important;
    }

    .slider5Content .item {
        background-color: #ddd;
    }

    .innere_r_img_box h4 {
        width: 96%;
    }

    .seedo_links li {
        width: 94%;
    }

        .seedo_links li a {
            min-width: 48%;
        }

    .second_section {
        height: auto;
        padding-bottom: 10px;
    }

    .menu_part {
        width: 100%;
        height: auto;
    }

    .search_part {
        width: auto;
    }

    .logo_part {
        width: auto;
        text-align: center;
        float: left;
    }

        .logo_part a img {
            text-align: center;
        }

        .logo_part img {
            width: 160px!important;
            text-align: center;
            margin: auto;
            float: none;
        }

    .mob_menu_btn {
        margin-top: 19px;
    }

        .mob_menu_btn img {
            width: 30px;
            margin-top: 0;
        }

    .inner_right_side {
        margin-bottom: 0px;
    }

    .footer {
        padding-bottom: 10px;
    }

    ul.resp-tabs-list3 {
        margin: 0!important;
    }

    .hotel_list_form ul li label {
        width: 100%;
    }

    .hotel_list_con {
        width: 197px!important;
    }

    .inner_left_side {
        padding-bottom: 0;
    }

    #horizontalTab1 {
        width: 300px!important;
        margin: auto!important;
        display: inline-block;
        float: none!important;
    }

    ul.resp-tabs-list3 {
        width: 100%!important;
        margin-bottom: 10px!important;
    }

    .currency_converter ul, .currency_converter ul li label, .personal_info_container_right {
        width: 100%;
    }

    .personal_info_container h6 {
        margin-top: 15px;
    }

    .weather_container ul {
        width: 13%;
    }

    .sct1_wether h2 {
        font-size: 80px;
    }

    .sct1_wether {
        width: 183px;
    }

    .map_container ul li {
        margin-bottom: 10px;
    }

    .remodal {
        width: 417px!important;
    }

    .close_btn_sub {
        margin: -27px 0 0 35%;
    }

    .retrive_sub_popup h6 {
        font-size: 11px;
    }

    .img_thmp {
        width: 218px;
        height: 145px;
    }

    .img_thmp2 {
        width: 100%;
        height: 131px;
    }

    .right {
        float: right!important;
        margin: 0 0 20px;
    }

    .ctr_psn, .menu_sec_conr {
        width: 100%!important;
    }

    ul.img-list {
        float: none!important;
        display: inline-block!important;
        width: 440px!important;
    }

        ul.img-list li {
            height: 194px;
        }

    span.text-content {
        top: inherit;
        height: 38px;
        padding: 7px 0;
    }

    .banner_box {
        margin: auto;
    }

    .banner_box_container {
        display: none!important;
    }

    #menu li {
        padding: 0 11px 4px!important;
        box-sizing: border-box;
    }

    .sliderContent {
        position: relative!important;
    }

    .resp-tabs-list1 li {
        padding: 8px 0!important;
    }

    .gallery {
        width: 397px!important;
        display: inline-block!important;
    }

        .gallery figure {
            width: 49%!important;
        }

    #slide-4 {
        min-height: 940px!important;
    }

    .slider4 {
        height: 770px!important;
    }

    #slide-5 {
        min-height: 922px!important;
    }

        #slide-5 iframe {
            margin: 25px!important;
        }

    #slide-6, #slide-7, #slide-9 {
        padding-top: 100%!important;
    }

    .second_banner_text_c {
        width: 100%!important;
    }

    .menu_part {
        display: block!important;
        opacity: .9!important;
    }

    #menu {
        width: auto!important;
    }

    .sections ul {
        float: none!important;
        display: inline-block;
    }

        .sections ul li {
            margin: 13px 0!important;
        }

    .sections {
        width: 100%;
        text-align: center;
        height: auto!important;
        display: none;
    }

    .sections_social {
        float: none!important;
        text-align: center;
        margin-bottom: 5px;
        width: 100%;
    }

        .sections_social a {
            display: inline-block;
        }

    .sections h4 span {
        float: none;
        margin-top: 6px;
        display: inline-block;
    }

    .sections h4 img {
        float: none;
        display: inline-block;
    }

    .sections h4 {
        font-size: 13px;
        color: #fff;
        font-weight: 400;
        float: none;
        padding-left: 0;
        margin-top: 5px;
        display: inline-block;
    }

    .menu_sec_fist {
        width: 93%!important;
        display: none;
    }

        .menu_sec_fist a {
            width: 50%!important;
        }

    .img_pon {
        width: 98%!important;
        height: auto!important;
        margin: 0 5px!important;
    }

    .dropdown_2columns {
        margin: 28px auto 0!important;
    }

    ul.main_index li {
        padding: 7px!important;
        font-size: 15px!important;
    }

    .slider_section_sep {
        float: left;
        width: 90%!important;
        height: auto!important;
        margin: 0 5%!important;
        padding: 5px 0;
    }

        .slider_section_sep img {
            width: 155px!important;
            -webkit-box-shadow: 0 0 2px 0 #666!important;
            box-shadow: 0 0 2px 0 #666!important;
            float: left!important;
            margin: 0 10px 10px 0;
        }

        .slider_section_sep h4 {
            margin: 0!important;
            text-align: left!important;
        }

        .slider_section_sep p {
            text-align: left!important;
        }

    a.next3, a.prev3 {
        margin-top: -206px!important;
    }

    #showcase h2 {
        font-size: 40px!important;
        margin: 0 0 16px!important;
        text-align: center!important;
    }

    .second_banner_details_container p {
        display: none;
    }

    .second_banner_text_c h3 {
        width: 100%!important;
        text-align: center!important;
        margin: 0!important;
    }

    .second_banner_details_container {
        width: 100%!important;
    }

    .second_banner_text_cetr {
        width: 60%!important;
    }

    .second_banner_details_container h5 {
        text-align: center!important;
    }

    .second_banner_text_c h3 span {
        font-size: 30px!important;
        line-height: 30px!important;
    }

    .line_style {
        display: none!important;
    }

    .more_btn {
        padding: 11px 26px!important;
        float: none!important;
        display: table!important;
        margin: auto;
    }

    .sec_seven_description_box h2 {
        font-size: 28px;
        text-align: center;
    }

    .sec_seven_description_box p {
        width: auto!important;
        font-size: 14px;
        text-align: center;
    }

    #slide-8 {
        display: none;
    }

    .footer h3 {
        font-size: 28px;
        margin: 0 5%;
    }

    .footer_full_w {
        width: 100%!important;
        text-align: center!important;
    }

    .last_footer_left {
        width: 100%;
        text-align: center!important;
    }

    .footer_fist_p {
        text-align: right!important;
    }

    .footer_sec1 ul {
        display: inline-block;
        text-align: center;
    }

        .footer_sec1 ul li {
            border-right: 1px solid #999;
            display: inline-block;
            margin-bottom: 8px;
        }

            .footer_sec1 ul li:last-child {
                border: none;
            }

            .footer_sec1 ul li a {
                float: left;
                margin: 0 5px;
                line-height: 14px!important;
            }

    a.next2, a.prev2 {
        margin-top: -130px!important;
    }

    .hdr_banner_text_c h3 {
        text-align: center!important;
        margin-bottom: 25px!important;
        background: rgba(255,255,255,.5)!important;
        font-size: 20px!important;
        float: none;
        padding: 10px 20px;
        white-space: normal!important;
        line-height: 26px!important;
        display: inline-block;
        max-width: 100%;
    }

        .hdr_banner_text_c h3 span {
            font-size: 30px!important;
            float: left;
            width: 100%;
            font-weight: 300;
            margin-top: 3px;
            line-height: 27px;
        }

    .shadow {
        display: none;
    }

    .sec_fifth h2 {
        padding: 16px 0;
        font-size: 33px;
    }

    .form_containar {
        margin: 100px auto 0!important;
    }

    .main_index {
        margin: 60px auto 30px!important;
    }

    .main_bnr_l_arow {
        display: none;
    }

    .hdr_banner_text_c {
        position: static!important;
    }

    .slider_section_sep p {
        font-size: 12px!important;
        line-height: 14px!important;
    }

    .slider5Content .item img {
        width: 100%;
    }

    .slider5 .sliderBullets {
        bottom: 0!important;
    }

    .search_list {
        width: 106%;
        margin: 0;
    }

    .pagination_container {
        float: none!important;
        width: auto!important;
        display: inline-block;
    }

    .hotel_list_con_head a {
        font-size: 12px;
    }

    .innere_slide_box {
        margin-top: 15px;
    }

    .box_link {
        font-size: 11px;
        padding: 10px 6px;
        display: inline-block;
        float: none;
    }

    .boxlinks_conr {
        float: none;
        display: inline-block;
    }

    .tripplaner_btn {
        font-size: 11px;
        padding: 10px 7px 10px 5px;
        margin-left: 0!important;
    }

    .slider5Content {
        height: 391px!important;
    }

    a.prev5 {
        top: 350px!important;
        right: 44px!important;
    }

    a.next5 {
        top: 350px!important;
        right: 1px!important;
    }

    .name_details {
        top: 107px;
    }

    .daining_inn_box {
        float: left;
        width: 94%;
    }

    .img_thmp3 img:hover {
        transition: inherit!important;
        transform: inherit!important;
        position: static;
    }

    .tab_description {
        display: none;
    }

    .rcbReadOnly input[type=text] {
        width: 165px!important;
    }

    .RadComboBoxDropDown_Metro {
        width: 203px!important;
    }

    #loginContainer {
        position: static!important;
    }

    #langform .RadComboBoxDropDown_Metro {
        min-width: 93px!important;
    }

    .slider_section_sep a {
        float: left;
    }

    .slider_section_sep p a {
        float: none;
    }

    .slider_section_sep h4 a {
        float: none;
        font-size: 14px;
    }

    #slide-2 {
        height: 750px!important;
    }

    .gallery figure a img {
        height: 130px!important;
    }

    #cboxTitle {
        font-size: 14px;
    }

    .langselectordropdown {
        width: 92px!important;
    }

    #cboxContent, #cboxLoadedContent, #cboxWrapper, #colorbox {
    }

    div#disqus_thread {
        display: none;
    }

    .next6 {
        background-size: 100%!important;
        width: 29px!important;
    }

    a.prev6 {
        background-size: 100%!important;
        width: 29px!important;
    }

    .video_icon {
    }

    .sections.wether_part {
        width: 100%;
        display: none;
    }

    .address img {
        width: 160px;
    }

    .video_icon_h {
        width: 35px!important;
        height: 35px!important;
        position: absolute!important;
        margin: 45px 0 0 80px;
        z-index: 999999999!important;
    }

    .seealso_links li {
        width: 93%;
    }

    .sliderBullets a {
        margin: 0 3px!important;
        width: 15px!important;
        height: 15px!important;
        background-image: none!important;
        background-color: #fff!important;
        border-radius: 100px!important;
    }

        .sliderBullets a.active {
            background-color: transparent!important;
            box-shadow: 0 0 0 3px #fff inset;
        }

    #menu li:last-child .drop {
        background-image: none;
        padding: 10px 0 10px 0;
    }

    .contact_form .rcbReadOnly input[type=text] {
        border: none!important;
        width: 244px!important;
    }

    .contactusdropdowncss {
        width: 273px!important;
    }

    .newsletterdropdowncss {
        width: 222px!important;
    }

    .eventsdropdowncss {
        width: 412px!important;
    }

    .menu_inn_s li {
        margin: 12px 0 0 0!important;
    }

    .breadcrumbs {
        display: none;
    }

    .trip_pop_plan {
        margin-top: -7px;
    }

    .trip_lft_srl1 ul li p {
        text-align: left;
    }

    .head_area_new {
        text-align: center;
        padding: 10px 15px!important;
    }

        .head_area_new h2 {
            float: none!important;
            display: block;
            font-size: 24px!important;
            margin-bottom: 5px;
            width: 100%!important;
            text-align: center!important;
            padding: 15px 0;
            box-sizing: border-box;
        }

    .tab_p_cnr {
        margin: 0;
        float: none!important;
        display: inline-block;
        width: auto!important;
    }

        .tab_p_cnr ul li a {
            width: 30px!important;
            height: 30px!important;
            padding-top: 1px!important;
            padding-right: 1px!important;
        }

            .tab_p_cnr ul li a img {
                width: 19px!important;
            }

    .head_area_new {
        width: 419px!important;
        width: 100%!important;
        min-height: auto!important;
    }

    .inner_container_experiences .head_area_new {
        width: 100%!important;
    }

    .inner_container_experiences.inner_container .head_area_new_cnr {
        margin: 0 auto!important;
    }

    .detals_tab_spa ul {
        width: 100%!important;
        text-align: left;
    }

    .comn_scl_liks {
        display: none;
    }

    .comn_header_bg #loginContainer {
        display: block;
        float: right;
        margin: 7px 0 0 0;
    }

    .lgn_cnr_bg #loginContainer {
        position: absolute!important;
        top: 5px;
        right: 5px;
        margin: 0;
        overflow: hidden;
    }

        .lgn_cnr_bg #loginContainer.newloginContainer {
            margin: 0;
            top: 0;
            overflow: visible;
        }

    .newloginContainer .newlangselect {
        padding: 6px;
    }

    .banner {
        position: static;
    }

    .containar.continer_logopart {
        float: left;
    }

    .cmn_footer_sec1 section ul.ftr_menu li {
        margin-right: 20px;
        width: auto;
    }

    section.footer_sec_prt1, section.footer_sec_prt2, section.footer_sec_prt3, section.footer_sec_prt4, .cmn_footer_sec1 .footer_sec_prt4 {
        width: 100%;
    }

    .footer_sec_prt4 a {
        display: block;
    }

    .tab_icn_cnr3, .tab_icn_cnr2, .tab_icn_cnr1 {
        display: none;
    }

    .contact_box_inn {
        width: 100%;
        text-align: center;
        border-right: 0;
        padding-bottom: 20px;
        border-bottom: 1px dashed #d3d4d5;
        margin-bottom: 10px;
    }

    .info_box_inn {
        width: 100%;
    }

    .contact_info_cnr span {
        width: 100%;
    }

    .book_now_btn {
        float: none;
        display: inline-block;
    }

    .hdr_banner_text_cetr {
        width: 100%!important;
        padding: 0!important;
        background: none!important;
        bottom: 10%;
    }

    .bnr_vdo_link_cnr .light-gallery {
        padding: 0;
        background-color: initial!important;
        margin-bottom: 27px!important;
    }

    .bnr_vdo_link_cnr {
        float: none;
        position: initial;
    }

        .bnr_vdo_link_cnr h3 a {
            padding: 0;
            width: 26px;
            height: 26px;
            background-color: inherit;
            font-size: 0;
            float: left;
        }

            .bnr_vdo_link_cnr h3 a:hover {
                background-color: inherit!important;
                opacity: .8;
            }
}

@media only screen and (max-width: 790px) {
    .head_area_new_cnr {
        width: 100%!important;
    }

    .cmn_footer_bg {
        text-align: center;
    }

    .cmn_footer_sec1 section ul.ftr_menu li {
        margin-right: 0;
        width: auto;
        padding: 8px;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        float: none;
    }

        .cmn_footer_sec1 section ul.ftr_menu li a {
            background-image: none;
            padding: 0;
        }

    .cmn_footer_sec1 .footer_sec_prt2 {
        width: 100%;
    }

    .cmn_footer_sec1 .footer_sec_prt3 {
        width: 100%;
    }

    .footer_sec_prt3 .address_tbl {
        float:;
    }

        .footer_sec_prt3 .address_tbl tr {
            width: 300px;
        }

            .footer_sec_prt3 .address_tbl tr td {
                display: inline-block;
            }

    .mob_t_sty_lft {
        text-align: right;
        padding-right: 10px;
    }

    .mob_t_sty_rgt {
        text-align: left;
        padding-left: 10px;
    }

        .mob_t_sty_rgt a {
            color: #fff;
        }

    .cmn_footer_sec1 .footer_sec_prt3 span {
        width: 100%;
        float: left;
    }

    .cmn_footer_sec1 .form_news {
        display: inline-block;
        margin-bottom: 20px;
        float: none;
    }

    .cmn_footer_sec1 .footer_sec_prt4 ul.scl_icn li img {
        margin-right: 0;
    }

    .cmn_footer_sec1 .footer_sec_prt4 .store_icn {
        margin-right: 0;
    }

    .cmn_footer_sec1 .footer_sec_prt4 ul.scl_icn {
        width: 100%;
    }

        .cmn_footer_sec1 .footer_sec_prt4 ul.scl_icn li {
            float: none!important;
            display: inline-block;
        }

    .cmn_footer_sec1 .footer_sec_prt4 .store_icn {
        float: none;
        display: inline-block;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .cmn_footer_sec1 .footer_sec_prt4 .microsoft_icn {
        float: none;
        display: inline-block;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .cmn_footer_sec1 .footer_sec_prt4 .tca_logo_ftr {
        float: none;
        display: inline-block;
        margin: 0 55px;
    }

    .cmn_footer_sec1_ctr .ftr_last_menu {
        float: none;
        display: inline-block;
        margin-top: 6px;
    }

    .cmn_footer_sec1_ctr {
        padding: 25px 20px;
        box-sizing: border-box;
    }

    .trip_advsr_cnr {
        width: 100%;
        max-width: inherit;
        float: none;
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-block;
    }

    .mob_menu_sty ul ul li a {
        padding: 12px 30px 12px 90px;
        font-size: 17px;
    }

    .mob_menu_sty ul ul li h3 {
        background-position: 74px center;
        background-size: 9px;
    }

    .fa-caret-left {
        width: 21px;
        height: 21px;
    }

    .follow_pop_menu h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 600px) {
    .g-recaptcha {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform-origin: 0 50%;
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        margin-bottom: 45px;
    }

    .experiences_overlay .exp_booking_btn {
        float: left!important;
        margin-bottom: 20px!important;
    }

    .head_area_new {
        position: relative!important;
        display: inline-block!important;
    }

    .scl_m_pop img {
        width: 45px;
    }

    .menu_pop_cnr .menu_cmn_icn {
        width: 40px;
        height: 40px;
        background-size: 38px;
    }

    .mob_menu_sty ul li span {
        padding: 10px 15px 0 15px;
    }

    .fa-caret-down {
        width: 21px;
        height: 28px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .name_details {
        top: 90px;
    }

    .head_area_new {
        width: 100%!important;
    }

    a.prev6 {
        top: 95px!important;
        left: -36px!important;
        height: 50px!important;
    }

    .slider5 .sliderBullets {
        width: 94%!important;
    }

    #cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
        width: 15px!important;
        height: 15px!important;
    }

    #cboxNext, #cboxPrevious {
        width: 15px!important;
        height: 43px!important;
        background-size: 100%!important;
    }

    .next6 {
        top: 95px!important;
        right: -36px!important;
        height: 50px!important;
    }

    .tripplaner_btn {
        padding: 10px 7px;
        background-image: none;
    }

    .banner {
        width: 100%;
    }

    .footer_sec1 {
        width: 100%;
        text-align: center;
    }

    .prayer_time_box {
        width: 100%;
        margin-right: 0;
    }

    .slider6Content {
        height: 229px!important;
    }

    .tab_description {
        width: 100%;
    }

    .inn_slider_tab {
        height: auto!important;
        padding-bottom: 8px;
    }

    ul.img-list li {
        width: 49%!important;
        height: 159px!important;
    }

    span.text-content {
        top: inherit;
        width: 100%;
    }

    .resp-tabs-list1 li {
        width: 95px!important;
    }

    .detals_tab_hotel ul {
        width: 100%;
    }

    .app_img li {
        margin: 15px .6% 0 0;
    }

    .footer_app_last {
        padding-left: 0!important;
    }

    .hotel_list_con {
        width: 167px!important;
        margin-left: 1px!important;
        margin-right: 1px!important;
    }

    .hotel_list_form ul {
        width: 100%;
    }

    .h_list_sele {
        width: 318px!important;
    }

    .hotel_list_form ul li input[type=text] {
        width: 320px;
    }

    a.next5, a.prev5 {
        top: 287px!important;
    }

    .slider6Content .item {
        height: 237px!important;
    }

    .message, .resp-tab-content iframe {
        height: 237px;
    }

    .events_list_ser ul li {
        margin-bottom: 10px;
    }

    .events_list_ser {
        padding: 0!important;
    }

    .currency_converter ul li input[type=text] {
        width: 330px;
    }

    .weather_container ul {
        width: 26%;
    }

    .sct1_wether {
        width: 102px;
        height: auto;
        padding-bottom: 15px;
    }

        .sct1_wether h2 {
            font-size: 37px;
        }

        .sct1_wether img {
            width: 100%;
        }

        .sct1_wether h3 {
            font-size: 14px;
        }

    .remodal {
        width: 360px!important;
    }

    .save_trip input[type=text] {
        width: 91%;
    }

    .save_trip input[type=button] {
        margin-top: 10px;
    }

    ul.img-list {
        width: 100%!important;
    }

    .img_thmp {
        width: 100%!important;
        height: 106px;
    }

    .img_thmp2 {
        height: 114px;
    }

    .right {
        float: left!important;
        margin: 0 0 20px!important;
    }

    .menu_sec_fist {
        width: 348px!important;
    }

    .menu_sec_second {
        width: 96%!important;
    }

    .tripplaner_btn {
        margin-left: 80px;
    }

    .gallery {
        width: 275px!important;
    }

    .tab_p_cnr {
        width: auto!important;
    }

    .slider4 {
        height: 555px!important;
    }

    #slide-4 {
        min-height: 715px!important;
    }

    #slide-6, #slide-7, #slide-9 {
        padding-top: 0!important;
        height: 500px!important;
    }

    .slider_section_sep img {
        margin: 0 10px 0 0!important;
    }

    .slider3 {
        height: 616px!important;
    }

    .app_img li {
        width: 28%;
        display: inline-block!important;
        float: none!important;
    }

    .inner_left_side, .inner_right_side {
        width: 343px;
        padding: 0;
    }

    .slider5Content {
        height: 328px!important;
    }

    .rcbReadOnly input[type=text] {
        width: 300px!important;
    }

    .RadComboBoxDropDown_Metro {
        width: 338px!important;
    }

    #loginContainer .RadComboBox {
        width: 94px!important;
    }

    #langform .RadComboBoxDropDown_Metro {
        min-width: 93px!important;
    }

    .gallery figure a img {
        height: 90px!important;
    }

    .langselectordropdown {
        width: 92px!important;
    }

    #cboxContent, #cboxLoadedContent, #cboxWrapper, #colorbox {
        max-width: 338px!important;
    }

    .video_icon {
    }

    .video_icon_h {
        width: 25px!important;
        height: 25px!important;
        position: absolute!important;
        margin: 33px 0 0 56px;
        z-index: 999999999!important;
    }

    .contact_form .rcbReadOnly input[type=text] {
        border: none!important;
        width: 196px!important;
    }

    .eventsdropdowncss {
        width: 337px!important;
    }

    .slider_section_sep p {
        display: none!important;
    }

    .slider_section_sep img {
        width: 200px!important;
    }

    .slider_section_sep a {
        float: none!important;
        display: inline-block!important;
    }

    .slider_section_sep h4 {
        text-align: center!important;
        padding-top: 10px!important;
    }

    .new_big_bnr {
        padding-bottom: 55%!important;
    }

    .banner_hide_s {
        padding-bottom: 0!important;
    }

    #tabs_iframe li a {
        padding: 10px 12px;
        font-size: 14px;
    }
}

#slide-6 .line_style {
    display: none!important;
}

.bcg {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.clear_filters {
    color: #ab312a;
}

.arrow_bnner_move {
    position: absolute;
    bottom: 80px;
    padding: 6px 4px 1px 4px;
    margin-left: 10px;
    left:250px;
    z-index: 9999999999;
    background: #fff;
    background: rgba(0,0,0,0.5);
    border-radius: 100%;
    font-size:50px;
    color:beige;
}

    .arrow_bnner_move:hover {
        background: rgba(0,0,0,0.1);
    }

.slider .sliderArrows {
    display: none;
}

.lifestyle {
    background-color: #009444;
}

.culture {
    background-color: #8a1f03;
}

.business {
    background-color: #2b3990;
}

.music {
    background-color: #23003f;
}

.sports {
    background-color: #f7941e;
}

.arts {
    background-color: #818054;
}

ul.resp-tabs-list {
    padding: 0;
    display: block;
    float: left;
    margin-right: 5px;
}

.main_index {
    margin: 83px auto 0;
    text-align: center!important;
    float: none!important;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    padding: 22px 34px;
    margin: 0 2px;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #58595b;
}

    .resp-tabs-list li img:hover {
        opacity: .5;
    }

.resp-tabs-container {
    padding: 60px 0 0;
    background: 0 0;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-active {
    border: 1px solid #58595b;
    margin-bottom: -1px!important;
    padding: 22px 38px!important;
    border-bottom: none;
    background-color: #983434!important;
    color: #fff;
}

.resp-accordion-active, .resp-content-active {
    display: block;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1!important;
    margin-bottom: 0!important;
    padding: 10px 15px!important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1!important;
    background: #00f;
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px!important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px!important;
    padding: 14px 15px 15px 14px!important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

h2.resp-tab-active {
    background: #DBDBDB!important;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1!important;
    }

.resp-jfit {
    width: 100%;
    margin: 0;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1!important;
}

@media only screen and (max-width: 310px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }

    .resp-accordion-closed {
        display: none!important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1!important;
    }
}

input#ctl00_m_g_9b0d2704_9e8f_42d8_93ba_ed9e88ee65d1_ctl00_rcbFacilities_Input {
    font-style: normal!important;
}

.app_store_links {
    overflow: hidden;
    display: block;
}

    .app_store_links a {
        display: block;
        margin: 10px;
        float: left;
    }

.trip_pop_plan ul li img {
    width: 60px!important;
}

.trip_lft_srl1 ul li input[type="image"] {
    float: right;
    width: 19px;
    top: 13px;
    position: absolute;
    right: 10px;
}

.trip_lft_srl1 ul li p {
    float: initial;
}

.trip_lft_srl1 ul li {
    padding: 1px 0;
    position: relative;
}

#trip_p_p #ticker-next {
    margin-top: -4px!important;
}

.reviewyourtrip_btn:visited {
    color: #fff!important;
}

#trip_p_p #ticker-previous {
    margin-bottom: 0!important;
}

.allcaps {
    text-transform: uppercase;
}

.para .tablewithimages .image {
    width: 45%;
}

.para .tablewithimages .ImageTD, .para .tablewithimages .imageTD, .para .tablewithimages .imagetd {
    width: 40%;
}

@media only screen and (max-width: 768px) {
    .para .tablewithimages td, .para .tablewithimages .image, .para .tablewithimages .ImageTD {
        display: block;
        width: 100%!important;
        padding: 10px 0 0 0;
        border: 0;
    }

    .para .tablewithimages img {
        margin-top: 30px;
    }
}

.ui-datepicker {
    z-index: 99999999999999999!important;
}

@media only screen and (max-width: 1024px) {
    #slide-5 {
        display: none;
    }
}

.RadUpload, .RadUploadProgressArea {
    width: auto!important;
}

.error-header {
    display: none;
}

.error-content {
    width: 100%;
    padding: 13% 5%;
    text-align: center;
    vertical-align: middle;
    background: url('http://visitabudhabi.ae/Style%20Library/VAD/assets/VAD-404-image.jpg');
    color: #fff;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    text-transform: uppercase;
}

    .error-content a {
        color: #fff;
        text-decoration: underline;
    }

    .error-content h1 {
        font-size: 150px;
    }

.partners a {
    display: block;
    width: 25%;
    float: left;
    margin: 0;
    box-sizing: border-box;
    padding: 7px;
}

    .partners a img {
        width: 100%;
        height: auto;
    }

@media only screen and (max-width: 996px) {
    .partners a {
        width: 33%;
    }
}

input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}

.appslist a {
    border: 0!important;
}

.appslist ul {
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.appslist li {
    width: 48.5%;
    display: inline-table;
    margin-bottom: 50px;
    vertical-align: top;
    padding-right: 1%;
}

.inner_left_side.equal .appslist .appitem {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
}

.para ul .appitem {
    margin: 10px 0;
}

.appslist img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    border: 1px solid #ccc;
    border-radius: 18px;
    overflow: hidden;
}

.appslist .appitem .image {
    width: 70px;
    height: 110px;
    float: left;
    margin-right: 10px;
    margin-top: 0;
}

.appslist p {
    padding-right: 10px;
    margin-bottom: 10px;
    text-align: initial;
}

.appslist .apptitle {
    font-size: 14px;
    margin-right: 10px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: bold;
}

.appslist .apptext {
    font-size: 14px;
    line-height: 22px;
    margin-left: 90px;
}

.appslist .stores {
    margin-left: 90px;
    width: auto;
    display: block;
}

.inner_left_side.equal .appslist .stores {
    width: 100%;
    text-align: initial;
}

.story .text .appslist .stores {
    margin-left: 130px;
}

.appslist .appitem li {
    display: inline-block;
    min-height: 0;
    margin-bottom: 0px;
    width: 125px;
    background-repeat: no-repeat;
    margin: 0;
}

    .appslist .appitem li a {
        display: block;
        padding-left: 33px;
        background-repeat: no-repeat;
        background-position: 5px center;
        color: rgba(51,51,51,1.00);
        background-color: rgba(255,255,255,0.00);
        border-radius: 3px;
        text-decoration: none;
        padding-right: 10px;
        line-height: 34px;
        font-size: 14px;
        background-size: auto 75%;
        white-space: nowrap;
    }

.stores .apple {
    background-image: url('http://visitabudhabi.ae/Style%20Library/VAD/assets/icon-apple.png');
}

.stores .android {
    background-image: url('http://visitabudhabi.ae/Style%20Library/VAD/assets/icon-android.png');
}

@media only screen and (max-width: 800px) {
    .appslist li {
        width: 100%;
    }

    .inner_left_side.equal .appslist .stores {
        width: auto;
    }
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    display: none!important;
}

.hdr_banner_text_c h3 {
    color: #414042!important;
}

.hdr_banner_text_c {
    max-width: 932px!important;
    left: 50%!important;
    margin-left: -466px!important;
}

.line_style {
    display: none!important;
}

.tsml {
    margin: 15px 25px;
    background-image: url(tsml_s1.png);
    background-repeat: no-repeat;
    background-position: left top;
    clear: both;
    overflow: hidden;
}

    .tsml p {
        font-style: italic;
        padding: 13px 22px;
        background-image: url(tsml_s2.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        margin: 0!important;
    }

        .tsml p span {
            font-style: normal;
            width: 100%;
            float: left;
        }

.new_big_bnr {
    width: 100%;
    margin: auto;
    padding-bottom: 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1700px;
    position: relative;
}

.inner_container .head_area_new_cnr {
    margin: 0 -28px!important;
}

.head_area_new_cnr {
    width: 100%;
    height: auto;
    margin: -80px auto 0 auto;
    bottom: 0;
    text-align: center;
}

.head_area_new {
    width: 1046px;
    margin: auto;
    position: relative;
    padding: 20px 30px;
    background-color: rgba(244,244,244,0.9);
    background-color: #fff;
    box-sizing: border-box;
    display: inline-block;
    z-index: 999999999;
    min-height: 80px;
}

    .head_area_new h2 {
        font-size: 30px;
        text-transform: uppercase;
        color: #383c3d;
        font-weight: normal;
        float: left;
        width: 612px;
        text-align: left;
    }

.top_cnr_s_c {
    width: 100%;
    padding: 0;
    float: left;
}

.tab_p_cnr {
    float: right;
}

    .tab_p_cnr ul {
        float: right;
    }

        .tab_p_cnr ul li {
            transform: scale(0);
            opacity: 0;
            transition: all 0.6s ease;
            float: left;
            background: none;
            position: relative;
        }

            .tab_p_cnr ul li a {
                float: left;
                background-color: #4a4e4e;
                width: 40px;
                height: 40px;
                text-align: center;
                padding-top: 7px;
                box-sizing: border-box;
                border-radius: 100%;
                margin-left: 8px;
            }

                .tab_p_cnr ul li a:hover {
                    background-color: #999;
                }

                .tab_p_cnr ul li a img {
                    width: 23px;
                }

.map_s_a {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
    width: 100%;
    background-image: url(shom_m_ar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    height: 11px;
    margin: 20px 0;
    clear: both;
    float: left;
    border-top: 1px dashed #eee;
    padding-top: 20px;
    position: relative;
}

.more_grad {
    position: absolute;
    width: 100%;
    margin-bottom: 2px;
    height: 150px;
    bottom: 100%;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 100%);
}

.less .more_grad {
    opacity: 0;
    pointer-events: none;
}

.morelink.less {
    background-image: url(shom_m_ar1.png);
    overflow: hidden;
}

.more_sty {
}

.slider_6 .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.icn_bnr_div {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    text-align: center;
    display: none;
}

.icn_bnr_div_experiences {
    display: block;
    background-color: rgba(0,0,0,0.5);
}

    .icn_bnr_div_experiences span {
        display: block;
        vertical-align: middle;
        color: #fff;
        padding: 14%;
        font-size: 50px;
        text-transform: uppercase;
    }

.icn_bnr_div img {
    top: 50%;
    position: absolute;
    margin-top: -73px;
    left: 50%;
    margin-left: -35px;
    transition: all 0.3s ease-out;
}

    .icn_bnr_div img:hover {
        opacity: .6;
    }

.banner_gradient .ms-webpartzone-cell {
    margin: auto auto 0;
}

#cboxContent button {
    min-width: auto;
    margin: -10px 0;
}

.deals {
    margin: 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    transition: opacity 0.3s;
}

    .deals p {
        margin: 10px 0;
    }

    .deals td {
        vertical-align: top;
        padding-right: 20px;
    }

        .deals td.image {
            width: 33%;
            padding-right: 0;
        }

    .deals h1 {
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        font-family: inherit;
        font-weight: bold;
        font-size: 28px;
        color: #222;
    }

    .deals .side {
    }

        .deals .side div {
            padding: 10px 0 0 0;
            font-weight: bold;
            font-size: 15px;
        }

        .deals .side span {
            color: #aa3238;
        }

    .deals h2 {
        font-size: 16px;
        margin: 10px 0;
        font-family: inherit;
        font-weight: bold;
    }

    .deals ul {
        margin: 10px 30px;
    }

    .deals li {
        list-style-type: square;
        margin: 3px 0;
    }

    .deals .button {
        display: inline-block;
        padding: 10px 15px;
        padding-right: 30px;
        background-color: #aa3238;
        color: #FFFFFF!important;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
        text-decoration: none;
        background-image: url(icon-external.png);
        background-position: right center;
        background-repeat: no-repeat;
        margin: 10px 0;
        margin-bottom: 0;
    }

        .deals .button:hover {
            background-color: #bd3c43;
        }

    .deals hr {
        border: 0;
        color: #EEE;
        background-color: #DDD;
        height: 1px;
        margin: 15px 0;
    }

    .deals .terms h2 {
        font-size: 12px;
    }

    .deals span.terms {
        font-size: 12px;
    }

    .deals .terms p, .deals .terms li {
        font-size: 12px;
    }

@media only screen and (max-width: 768px) {
    #cboxTitle {
        font-size: 15px;
        text-transform: initial;
    }

    .deals table {
        transform: scaleY(-1);
    }

    .deals td {
        transform: scaleY(-1);
        display: block;
        width: 100%;
        float: left;
        margin: 0;
    }

        .deals td.image {
            width: 100%;
            padding-top: 15px;
        }

    .po_icn_sty {
        width: 30px!important;
        height: 30px!important;
        padding-top: 3px!important;
    }

        .po_icn_sty img {
            width: 19px!important;
        }

    .click-nav ol li ol {
        top: 44px!important;
    }

    .arrow_se_d {
        right: 7px!important;
    }
}

.tab_p_cnr ul li a img:hover {
    opacity: inherit!important;
}

div#divTripAdvisorMain {
    background-color: #fff;
}

    div#divTripAdvisorMain iframe {
        width: 100%;
    }

.back_btn_c {
    float: left;
    width: 22px;
    height: 22px;
    background-image: url(back_arw_c.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-top: 8px;
    margin-right: 10px;
}

    .back_btn_c:hover {
        opacity: .8;
    }

.po_icn_sty {
    float: left;
    background-color: #4a4e4e;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 7px;
    box-sizing: border-box;
    border-radius: 100%;
    margin-left: 8px;
    cursor: pointer;
}

    .po_icn_sty img {
        width: 23px;
        position: static!important;
    }

.arrow_se_d {
    position: absolute!important;
    top: -9px!important;
    width: 18px;
    right: 12px;
    left: inherit!important;
}

.po_icn_sty:hover {
    background-color: #999;
}

.po_icn_sty img:hover {
    opacity: inherit!important;
}

.click-nav {
    float: left;
}

    .click-nav ol {
        font-weight: 900;
    }

.click-navol li {
    position: relative;
    list-style: none;
    cursor: pointer;
}

.click-nav ol li ol {
    position: absolute;
    left: inherit;
    right: 0;
    top: 55px;
    width: 200px;
}

    .click-nav ol li ol li {
        width: 100%;
        background-color: #ccc;
    }

.click-nav ol .clicker {
    color: #FFF;
    width: 20px;
    background: none!important;
}

    .click-nav ol .clicker:hover, .click-nav ol .active {
        background: #196F9A;
    }

.click-nav img {
    position: absolute;
    top: 9px;
    left: 12px;
}

.click-nav ol li a {
    transition: background-color 0.1s ease-in-out;
    -webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    display: block;
    padding: 8px 10px 8px 10px;
    background: #efefef;
    color: #333;
    text-decoration: none;
    width: 100%!important;
    border-radius: 0;
    margin: 1px 0 0 0;
    text-align: left;
    height: auto!important;
    font-size: 13px;
    font-weight: normal;
}

    .click-nav ol li a:hover {
        background: #aa3238;
        color: #fff;
    }

.click-nav .no-js ol {
    display: none;
}

.click-nav .no-js:hover ol {
    display: block;
}

a.tripplaner_btn p {
    background-color: #ddd;
}

.sections ul li:last-child a {
    background-image: none;
}

img#mapbutton {
    margin-bottom: 2px;
}

.hotel_details_tab .map_container {
    display: none;
}

.cmn_footer_sec1 section ul.ftr_menu li a {
    padding: 0 0 0 0;
    background: none;
}

.lang_drop_new .rcbWidth {
    max-width: 80px!important;
    width: 80px!important;
}

.lgn_cnr_bg .RadComboBox_Metro .rcbHovered .rcbReadOnly .rcbArrowCell {
    background-position: 5px 50%!important;
    background-size: 8px!important;
}

.lgn_cnr_bg .RadComboBox_Metro .rcbReadOnly .rcbArrowCell {
    background-position: 5px 50%!important;
    background-size: 8px!important;
}

h1, h2, h3, h4, h5, h6, .ms-h1, .ms-h2, .ms-h3, .ms-h4, .ms-h5, .ms-h6 {
    font-family: Lato,sans-serif!important;
}

.footer_cap_sty .footer_sec_prt1, .footer_cap_sty .footer_sec_prt2, .footer_cap_sty .footer_sec_prt3, .footer_cap_sty .footer_sec_prt4 {
    float: right;
}

.langselect {
    width: 82px!important;
}

#hc_r_content, .content-wrapper.settings-and-navs {
    margin-top: 150px!important;
}

.gallerylocation {
    display: block;
    margin: 10px 0;
    color: #919191;
    background-image: url(gallerylocation.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 2px 24px;
    font-size: 14px;
}

    .gallerylocation:hover {
        color: #aaa;
    }

.newlangselect {
    background: #eee;
    padding: 8px;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

    .newlangselect span {
        width: 1px;
        height: 12px;
        background: #cecece;
        display: inline-block;
        vertical-align: middle;
        margin: 0 8px;
    }

    .newlangselect img {
        pointer-events: none;
        height: auto;
        width: 17px;
        vertical-align: bottom;
    }

.langdrop {
    position: absolute;
    top: 45px;
    right: 0;
    width: 200px;
    background: #eee;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-align: initial;
    padding: 15px;
    box-sizing: border-box;
    z-index: 9999;
    border-top: 2px solid #b6b6b7;
    cursor: default;
    display: none;
}

    .langdrop:before {
        content: " ";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 6px solid #b6b6b7;
        position: absolute;
        top: -8px;
        right: 10px;
    }

    .langdrop i {
        display: block;
        text-transform: uppercase;
        font-style: normal;
        font-weight: 300;
        margin-bottom: 10px;
        color: #565a5c;
        font-size: 11px;
    }

    .langdrop select, .langdrop input {
        display: block;
        margin-bottom: 10px;
        cursor: pointer;
        width: 100%;
        height: 30px;
        line-height: 30px;
    }

    .langdrop input {
        background-color: #c30e2e;
        color: #FFF!important;
        text-transform: uppercase;
        margin: 0;
        margin-top: 20px;
    }

#VADSearchWidget input[type='text'], #VADSearchWidget select {
    padding: 0\9;
}

_:-ms-lang(x), #VADSearchWidget input[type='text'], #VADSearchWidget select {
    padding: 0;
}

@supports (-ms-ime-align:auto) {
    #VADSearchWidget input[type='text'],#VADSearchWidget select;

{
    padding: 0\9;
}

}

.experiences_filter {
    background: #eee;
    margin: -20px -30px 0 -30px;
    padding: 30px;
}

    .experiences_filter p {
        font-size: 17px;
        font-weight: 300;
        color: #777;
    }

    .experiences_filter input {
        padding: 10px;
        margin: 20px 10px 0 10px;
        width: 150px;
        border: 1px solid #cdcdcd;
        background-image: url(ico_exp_date_gray.png);
        background-position: center right 5px;
        background-repeat: no-repeat;
        background-size: 16px;
    }

.experiences_list {
}

.experiences_num {
    color: #ccc;
    font-style: italic;
    font-weight: 300;
    line-height: 24px;
}

    .experiences_num img {
        width: 24px;
        height: auto;
        margin-right: 5px;
        vertical-align: middle;
    }

.experiences_list_item {
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 20px 0;
    overflow: hidden;
}

.experiences_list_item_cnr {
    width: 60%;
    margin-top: 80px;
    margin-bottom: 80px;
    background: #111;
    background: rgba(0,0,0,0.8);
    padding: 25px 25px;
}

    .experiences_list_item_cnr h2 {
        color: #eee;
        font-weight: 300;
        font-size: 36px;
        border: 0;
        padding: 0;
        line-height: 1.2;
    }

    .experiences_list_item_cnr p {
        font-weight: 300;
        color: #eee;
        margin: 10px 0 20px 0;
        font-size: 14px;
    }

    .experiences_list_item_cnr .section_cnr {
        display: table;
        width: 100%;
    }

    .experiences_list_item_cnr section {
        font-weight: 300;
        color: #eee;
        width: 25%;
        height: 65px;
        vertical-align: middle;
        display: table-cell;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        border-left: 1px solid #666;
        padding: 0 10px;
    }

        .experiences_list_item_cnr section:first-child {
            border-left: 0;
            padding-left: 0;
        }

        .experiences_list_item_cnr section b {
            font-size: 32px;
        }

        .experiences_list_item_cnr section img {
            width: 30px;
            height: 30px;
            border: 1px solid #fff;
            border-radius: 100%;
            margin-top: 1px;
            position: absolute;
            left: 0;
        }

        .experiences_list_item_cnr section.italic {
            font-style: italic;
            padding-left: 40px;
            position: relative;
        }

        .experiences_list_item_cnr section.center {
            text-align: center;
        }

        .experiences_list_item_cnr section .btn {
            float: none;
            display: inline-block;
            font-size: 15px;
            padding: 5px 12px;
            padding-right: 50px;
            margin: 0!important;
            background-image: url(footer_bullet.png);
            background-size: 6px;
            background-repeat: no-repeat;
            background-position: right 15px center;
        }

.experiences_filter .btn {
    border: 0;
    float: none;
    display: inline-block;
    font-size: 14px;
    padding: 2px 15px;
    padding-right: 44px;
    margin: 20px 10px 0 10px!important;
    background-image: url(search_btn_pop.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    width: auto;
    font-weight: 300;
}

.para.experiences_inner {
    clear: both;
}

    .para.experiences_inner table.exp_tbl {
        margin-bottom: 25px;
    }

        .para.experiences_inner table.exp_tbl td {
            width: 50%;
            border: none;
            padding: 15px;
            vertical-align: top;
        }

    .para.experiences_inner table.exp_tbl_details td {
        padding: 15px;
        padding-left: 0;
        color: #777;
    }

    .para.experiences_inner ul li {
        list-style: none;
        background-image: url(exp-blt.png);
        background-position: left;
        margin-left: 0;
        padding-left: 15px;
        background-repeat: no-repeat;
        background-size: 8px;
    }

    .para.experiences_inner table.exp_tbl_details td.exp_tbl_title {
        width: 25%;
        color: #c30e2e;
        font-size: 19px;
        vertical-align: top!important;
        padding: 15px!important;
        text-align: initial;
        line-height: 1.4;
        border: none!important;
    }

    .para.experiences_inner table tr:hover td {
        background: transparent;
    }

.exp_host {
    font-style: italic;
    margin-bottom: 15px;
    vertical-align: baseline;
}

    .exp_host img {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        border: 1px solid #c30e2e;
        margin-right: 10px;
        vertical-align: middle;
    }

    .exp_host a {
        display: inline;
        vertical-align: baseline;
        color: #c30e2e;
    }

.exp_tbl p {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #777;
}

.exp_tbl section {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 10px 0;
    color: #777;
    text-align: initial;
}

    .exp_tbl section img {
        width: 22px;
        height: 22px;
        vertical-align: top;
        margin: 0 5px;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: bicubic;
    }

.exp_tbl .clear {
    margin-bottom: 20px;
}

.exp_tbl section .btn {
    text-align: initial;
    box-sizing: border-box;
    width: 100%;
    float: none;
    display: inline-block;
    font-size: 14px;
    padding: 10px 15px;
    padding-right: 50px;
    margin: 0!important;
    background-image: url(footer_bullet.png);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.exp_tbl section b {
    color: #c30e2e;
    font-size: 26px;
    vertical-align: baseline;
    font-weight: 600;
    display: inline-block;
    padding: 10px 0;
}

.exp_tbl section i {
    vertical-align: baseline;
    color: #999;
    font-weight: 300;
}

.experiences_overlay {
    padding: 25px;
    opacity: 0;
    transition: opacity 0.3s;
}

    .experiences_overlay td {
        vertical-align: top;
    }

    .experiences_overlay .hostinfotbl td {
        border-bottom: 1px solid #eee;
    }

        .experiences_overlay .hostinfotbl td.image {
            border-bottom: none;
        }

    .experiences_overlay h1 {
        color: #c30e2e;
        font-size: 26px;
        font-weight: 300;
    }

    .experiences_overlay h2 {
        font-size: 26px;
        font-weight: 500;
        margin: 15px 10px;
        margin-bottom: 5px;
        color: #444;
    }

        .experiences_overlay h2.hostoffers {
            font-size: 20px;
        }

    .experiences_overlay center {
        position: fixed;
        top: 50%;
        left: 0;
        margin-top: -60px;
        width: 100%;
        padding: 0 10px;
    }

        .experiences_overlay center h2.uppercase {
            font-size: 32px;
        }

        .experiences_overlay center p {
            color: #777;
            font-size: 18px;
        }

    .experiences_overlay h3 {
        font-size: 16px;
        font-weight: 400;
        margin: 15px 5px;
        margin-bottom: 5px;
    }

    .experiences_overlay p {
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
    }

.expdatetimeitem {
    padding: 10px 20px;
}

    .expdatetimeitem:hover {
        background: #f4f4f4;
    }

    .expdatetimeitem p {
        color: #777;
    }

.experiences_overlay hr {
    border: 0;
    color: #EEE;
    background-color: #EEE;
    height: 1px;
}

.experiences_overlay .image {
    width: 140px!important;
    height: 140px!important;
    text-align: initial!important;
    padding: 0 0 0 0;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    display: table-cell!important;
}

    .experiences_overlay .image img {
        box-sizing: border-box;
        width: 120px!important;
        height: 120px!important;
        border: 1px solid #c30e2e;
    }

.experiences_overlay .bookingdetailstable .image img {
    height: auto!important;
}

.experiences_overlay td section {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
}

    .experiences_overlay td section:last-child {
        width: 50%;
    }

.experiences_overlay .hostinfotbl td section {
    width: 33.33%;
}

.experiences_overlay td section a {
    text-decoration: none;
}

.experiences_overlay td section img {
    width: 22px;
    height: 22px;
    vertical-align: top;
    margin: 0 5px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: bicubic;
}

.experiences_overlay section {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    font-weight: 300;
    padding: 10px;
}

    .experiences_overlay section.gray-text {
        width: 25%;
    }

    .experiences_overlay section a {
        color: #444;
        text-decoration: none;
        line-height: 1.5;
        font-size: 14px;
    }

        .experiences_overlay section a img {
            width: 100%;
            height: auto;
            margin-bottom: 5px;
        }

        .experiences_overlay section a b {
            color: #c30e2e;
            font-weight: 500;
        }

.btn-choose-date {
    float: right;
    background: #999;
    text-decoration: none;
    margin: 0!important;
}

.experiences_overlay table {
    width: 100%;
}

.exp_bk_lbl {
    width: 1%;
    white-space: nowrap;
    padding: 5px;
    vertical-align: middle!important;
}

.exp_bk_ipt {
    width: 20%;
    padding: 5px;
    position: relative;
    padding-bottom: 40px;
}

    .exp_bk_ipt .errormsg {
        position: absolute;
    }

.exp_bk_acn {
    width: 1%;
    padding: 5px;
}

.exp_bk_ipt input {
    width: 100%;
    padding: 5px;
    min-height: 40px;
    background: #f9f9f9;
    border: 1px solid #eee;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
    padding: 7px 15px;
}

.exp_booking_price {
    text-align: right;
}

    .exp_booking_price .total {
        margin: 0 30px;
    }

    .exp_booking_price b {
        color: #c30e2e;
        font-size: 22px;
    }

.exp_booking_terms {
    float: left;
    font-size: 13px;
    padding: 20px 0;
    display: inline-block;
}

    .exp_booking_terms a {
        text-decoration: none;
    }

.exp_booking_btn {
    float: right;
    text-decoration: none;
    text-align: initial;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    padding: 10px 15px;
    padding-right: 50px;
    margin: 10px 0!important;
    background-image: url(footer_bullet.png);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    white-space: nowrap;
}

}



.experiences_filter .RadComboBox_Metro .rcbEmptyMessage {
    width: 120px!important;
    padding: 8px !important;
}

.experiences_filter .RadComboBox_Metro table {
    width: 150px !important;
}

.experiences_filter .RadComboBox_Metro {
    width: 150px !important;
    margin: 20px 10px 0 10px;
}

.experiences_filter .RadComboBox_Metro .rcbEmptyMessage {
	font-style: normal;
}

.experiences_overlay .RadGrid {
    margin-bottom: 20px;
    overflow-x: auto;
    width: 100% !important;
}

.experiences_overlay .RadGrid input[type=image] {
    padding: 10px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1000px) { 
	.icn_bnr_div_experiences span {
		font-size: 40px;
	}
	.para.experiences_inner table.exp_tbl td {
		width: 100%;
		display: block;
	}
	.experiences_filter {
	    margin: -40px -43px 0px -17px;
	}
}

.exp-responsive-image {
    width: 100%;
    height: 180px;
    position: absolute;
    background: inherit;
    display: none;
}

@media only screen and (max-width: 800px) {	
	.para.experiences_inner table.exp_tbl_details td.exp_tbl_title {
		width: 100%;
	    padding: 10px 0 !important;
	}
	/*
	.experiences_list_item {
	    background-size: 150%;
        background-position: top center;
	}
	*/
	.experiences_list_item_cnr p {
		margin: 10px 0;
	}
	.exp-responsive-image {
	    display: block;
	}
	.experiences_list_item_cnr {
        background: rgba(0,0,0,0.9);
	}
	.experiences_list_item_cnr h2 {
		font-size: 26px;
	}
	.icn_bnr_div_experiences span {
		font-size: 30px;
	}
	.experiences_overlay section.gray-text, .experiences_overlay td section:last-child, .exp_tbl section, .experiences_overlay td section, .experiences_overlay td section:last-child, .experiences_overlay .hostinfotbl td section, .experiences_overlay .hostinfotbl td section:last-child {
		width: 100%;
	}
	.para.experiences_inner table.exp_tbl_details td {
		width: 100%;
		display: block;
		border: none !important;
	}
	.exp_tbl_title {
		padding: 0 !important;
	}
	table.exp_tbl_details {
	    margin: 20px;
	    width: auto;
	}
	.para.experiences_inner table.exp_tbl_details td iframe {
		margin-bottom: 20px;
	}
	.experiences_overlay p.float-right {
		float: none !important;
	}
	.experiences_overlay .bookingdetailstable td {
		display: block;
		width: 100%;
	}
	.experiences_overlay .exp_bk_ipt {
		width: 100%;
		display: block;
	    box-sizing: border-box;
	    padding: 5px;
	}
	.experiences_overlay .exp_bk_acn {
	    margin-bottom: 20px;
	    vertical-align: bottom;
	    padding-bottom: 5px;
	}
	.exp_bk_ipt .errormsg {
	    font-size: 10px;
	    position: absolute;
	    padding: 2px;
	    background: #fff;
	    border: 1px solid #eee;
	    right: 5px;
	    top: 5px;
	    z-index: 1;
	    pointer-events: none;
	}
	.experiences_overlay .RadGrid {
	    margin: 20px 0;
    }
    .experiences_overlay > section {
	    width: 50%;
    }
	.hostinfotbl td {
		display: block;
		width: 100%;
	}
	.hostinfotbl td.image {
		text-align: center;
		width: 100%;
	}
	.hostinfotbl td.image img {
		width: 25%;
	}
	.experiences_list_item_cnr {
		width: auto;
	    margin-top: 180px;
	    margin-bottom: 0;
	}
	.experiences_list_item_cnr h2, .experiences_list_item_cnr p, .experiences_list_item_cnr section, .experiences_list_item_cnr section.center {
		text-align: initial;
	}
	.experiences_list_item_cnr section {
		width: 50%;
	    display: block;
	    float: left;
	    margin: 0;
	    padding: 0;
	    box-sizing: border-box;
        border-left: 0 !important;
        height: 55px;
	}
	.experiences_list_item_cnr {
		padding: 20px;
	}
}

@media only screen and (max-width: 790px) {
	.experiences_filter {
		margin: -20px 0 10px 0 !important;
	}
}

@media only screen and (max-width: 500px) {
		
	.experiences_overlay .rgMasterTable td {
	    display: block;
	}
	
	.experiences_overlay .rgMasterTable td:last-child {
	    display: table-cell;
	}
	
	.experiences_overlay {
		padding: 15px;
	}
	.expdatetimeitem {
        padding: 10px;
	}
	.btn-choose-date {
		display: none;
	}
	.experiences_overlay .image {
	    width: 100% !important;
	    height: auto !important;
	    display: block !important;
	    text-align: center !important;
	    margin-bottom: 10px !important;
	    padding: 0 !important;
	}
    .experiences_overlay .image img {
		width: 100px !important;
	    height: 100px !important;
	}
	.experiences_overlay .bookingdetailstable .image img {
	    width: 100% !important;
    }
}

@media only screen and (max-width: 479px) {
	.icn_bnr_div_experiences span {
		padding: 21% 0;
	}
}

@media only screen and (max-width: 400px) {
	.experiences_list_item_cnr section.italic {
	    min-height: 33px;
        padding-top: 7px;
	}
	.experiences_list_item_cnr section .btn {
		display: block;
	}
	.experiences_list_item_cnr section {
		width: 100%;
	    height: auto;
        margin: 5px 0px;
	}
	.experiences_list_item_cnr section img {
		float: none;
		top: 0;
	}
	.experiences_list_item_cnr section b {
		vertical-align: baseline;
	}
	.experiences_list_item_cnr section br {
		display: none;
	}
    .experiences_overlay > section {
	    width: 100%;
    }
	.hostinfotbl td.image img {
		width: 50%;
	}
}

.errormsg {
    color: #c30e2e;
    padding: 10px 0;
    display: block;
    font-size: 12px;
}

.experiences_overlay .errormsg {
	clear: both;
}

.experiences_filter .rcbReadOnly input[type=text], .experiences_filter .rcbReadOnly .rcbInput {
	width: 110px !important;
    padding: 8px;
}
.experiencecategorycss {
	min-width: 250px;
	max-width: 250px;
	right: 0;
}
.rcbSlide {
	z-index: 99999999999999 !important;
}

.portfolio{
    margin-bottom:30px;
}
.portfolio .portfolio-item{
    margin-bottom:30px;
}
.portfolio .portfolio-item h4{
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    color:#252525;
}
.portfolio .portfolio-item .pt-btn{
    background:#ffc038;
    padding:18px 40px;
    color:#464646;
    font-weight:bold;
    text-transform:uppercase;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    box-shadow:2px 2px 2px 0 rgba(0,0,0, .5);
    -webkit-box-shadow:2px 2px 2px 0 rgba(0,0,0, .5);
    -moz-box-shadow:2px 2px 2px 0 rgba(0,0,0, .5);
    -ms-box-shadow:2px 2px 2px 0 rgba(0,0,0, .5);
    -o-box-shadow:2px 2px 2px 0 rgba(0,0,0, .5);
}
.portfolio .portfolio-item .pt-btn:hover{
    background:#464646;
    color:#fff;
}


