a.logo {
    display: block;
    padding-top: 2%;
}
a.logo img {
        
        height: auto;
    }
    a.logo.ui-headerBox {
        width: 81.3%;
    }
a.logo.ui-headerBox img {
        width: 100%;
        height: auto;
    }

.navbar-nav > li > a { line-height:30px !important;
}

ul.topNav {
    float: left;
    padding-top: 1%;
    padding-left: 34%!important;
    margin-bottom: 0.5%;
}

    ul.topNav li {
        display: inline;
        float: left;
        list-style-type: none;
        padding: 0 5px;
        padding-top: 2%;
    }

        ul.topNav li:nth-last-child(2) {
            position: relative;
        }

        ul.topNav li:last-child {
            padding-right: 0;
            width: 215px;
            padding-top: 0;
            color: #5c5c5c !Important;
            font-size: 90% !important;
            margin-left: 1%;
            float:right;
        }

        ul.topNav li a {
            color: #333;
            font-size: 110%;
        }

.fa-caret-right:before {
    font-size: 14px;
    padding-right: 3px;
    padding-left: 8px;
    color: #056b9b;
}

ul.topNav li:nth-child(2n) {
    position: relative;
    padding-right: 0 !important;
}
/*ul.topNav li i.fa-phone{float: left;transform:rotate(19deg); -webkit-transform:rotate(19deg); -moz-transform:rotate(19deg);-o-transform:rotate(19deg); -ms-transform:rotate(19deg);-webkit-transform: rotate(19deg); color:#9e0b0f}*/
ul.topNav li small.callUs {
    display: block;
    font-size: 11px;
    color: #5c5c5c;
    word-spacing: 110%;
}

ul.topNav li span.number {
    display: block;
    font-size: 185%;
    font-weight: bold;
    color: #9e0b0f;
    line-height: 21px;
}

ul.topNav li span.PhoneIcon {
    float: left;
    display: block;
    padding-top: 10px;
    width: 37px;
}

ul.topNav li a.link {
    color: #056b9b;
}

.navBg {
    background: rgba(46,143,209,1);
    height: 33px;
    /*background: -moz-linear-gradient(top, rgba(46,143,209,1) 0%, rgba(4,112,162,1) 100%);
    background: -webkit-linear-gradient(top, rgba(46,143,209,1) 0%, rgba(4,112,162,1) 100%);
    background: -o-linear-gradient(top, rgba(46,143,209,1) 0%, rgba(4,112,162,1) 100%);
    background: -ms-linear-gradient(top, rgba(46,143,209,1) 0%, rgba(4,112,162,1) 100%);
    background: linear-gradient(top, rgba(46,143,209,1) 0%, rgba(4,112,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e7e7e7', GradientType=0 );*/
    background:#004765;
}

ul.mainMenu {
    float: left;
    margin-bottom: 0;
    border-top: 1px solid #004765;
    border-left: 1px solid #004765;
    border-right: 1px solid #004765;
    border-bottom: 1px solid #004765;
}

    ul.mainMenu li {
        display: inline;
        font-family: 'Open Sans';
        float: left;
        list-style-type: none;
        line-height: 30px;
    }

        ul.mainMenu li:last-child {
            padding-right: 0;
        }

        ul.mainMenu li a.lastMenu {
            background-image: none!important;
            line-height: 30px;
        }

.navBg .container ul.mainMenu li a {
    color: #fff!important;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(/travelresources/Images/newhomepage/menuSeprator.png) no-repeat right;
    padding: 0 24px;
    display: block;
}
/*ul.mainMenu > li.arrow{background:url(../images/arrow.png) no-repeat center 26px red; height: 28px; color:#000}*/
.fa-angle-down:before {
    font-weight: bold;
    font-size: 17px;
    padding-left: 8px;
}

ul.mainMenu > li.dropdown > ul.dropdown-menu {
    padding: 0;
}

    ul.mainMenu > li.dropdown > ul.dropdown-menu > li {
        width: 100%;
        border-bottom: 1px solid #0090cf;
        border-left: 4px solid #0090cf;
        background: #f1f9fc;
    }

        ul.mainMenu > li.dropdown > ul.dropdown-menu > li > a {
            background: none;
            color: #1a5974 !important;
            font-weight: normal;
            left: 51%;
            line-height: 32px;
            margin: 0;
            padding: 0 12px;
            font-size: 90%;
        }

ul.mainMenu li.active {
    color: red;
    border-bottom: solid 1px #36adef !important;
    position: relative;
    display: block;
    background: rgba(46,143,209,1);
    background: -moz-linear-gradient(top, rgba(85,184,249,1) 0%, rgba(8,155,222,1) 100%);
    background: -webkit-linear-gradient(top, rgba(85,184,249,1) 0%, rgba(8,155,222,1) 100%);
    background: -o-linear-gradient(top, rgba(85,184,249,1) 0%, rgba(8,155,222,1) 100%);
    background: -ms-linear-gradient(top, rgba(85,184,249,1) 0%, rgba(8,155,222,1) 100%);
    background: linear-gradient(top, rgba(85,184,249,1) 0%, rgba(8,155,222,1) 100%);
}

    ul.mainMenu li.active a {
        background: none!important;
    }

a:hover, a:active, a:focus {
    outline: 0;
}

ul.mainMenu li.active:after {
    display: block;
    position: absolute;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #33adee;
    content: ''; /*left: 100%;*/
    height: 0;
    left: 46%;
    bottom: -18px;
    width: 0;
}

.navbar-nav > li > a {
    line-height: 30px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgba(46,143,209,1)!important;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar {
    margin-bottom: 0;
    min-height:auto;
}

#menuTogglediv {
    width: auto;
    background: #fff;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.top-marg {
    margin-top: 1% !important;
}

i.fa-angle-double-right {
    font-size: 12px!important;
}

/*  -------------------------------------------------------- Currency ----------------------------------------- */
.PriceDisplayed {
    border: solid 1px #b6b6b6;
    font-size: 12px;
    margin-top: 13px;
    color: #949494;
    clear: both;
    width: 174px;
    float: right; /*height:25px; overflow:hidden;*/
}

.pricedis {
    text-align: right !important;
    font-size: 12px !Important;
    color: #949494;
    display: block;
    float: left;
    padding-left: 5px;
    line-height: 20px;
}

.doller {
    background: #00507a;
    color: #fff !important;
    text-align: center;
    font-size: 12px !important;
    line-height: 20px;
    padding: 0 5px;
    display: block;
    float: right;
}

.CurrencyDropdownBg {
    width: 37px;
    display: block;
    line-height: 17px;
    margin-top: 2px;
    float: right;
    padding: 0 5px;
    text-align: left;
    color: #333;
    background: url("/travelresources/Images/homepage/CurrencyDropdown.jpg") no-repeat 26px 7px #eee;
    text-decoration: none;
}

    .CurrencyDropdownBg:visited,
    .CurrencyDropdownBg:hover,
    .CurrencyDropdownBg:link {
        color: #333;
        text-decoration: none;
    }

.Currency_amount {
    margin-right: 5px;
}

.currencyToggle {
    width: 119px;
    position: absolute;
    z-index: 9;
    top: 34px;
    right: 0;
}

#CurrencyIconDrop {
    width: 100%;
    border: solid 1px #b6b6b6;
    padding: 10px;
    background: #fff;
}

    #CurrencyIconDrop ul {
        list-style-type: none;
        outline: none;
        margin-bottom: 0;
        padding-left: 0;
        margin-left: 0;
    }

        #CurrencyIconDrop ul li {
            display: block;
            float: none !Important;
        }

            #CurrencyIconDrop ul li:hover {
                border-bottom: solid 1px #0007d3;
            }

            #CurrencyIconDrop ul li a:hover {
                text-decoration: none;
            }

            #CurrencyIconDrop ul li:last-child {
                width: 100%;
                padding-left: 0;
            }

.Currency_img {
    height: 16px;
}

    .Currency_img img {
        margin-bottom: 1px;
    }

.Currency_info {
    border: solid 1px #004b6b;
    line-height: 16px;
    display: inline-block;
    padding: 0 2%;
}

.Currency_symbol {
    background: #004b6b;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    width: 25px !important;
}

    .Currency_symbol:hover,
    .Currency_info:hover,
    .Currency_img :hover {
        text-decoration: none;
    }
.caret {
    border-top: 4px solid !important;
}

/*  -------------------------------------------------------- Currency close ----------------------------------------- */
/* Responsive Header*/
@media only screen and (min-width:240px) and (max-width:767px) {
    a.logo img {
        width: 100%;
    }

    ul.topNav {
        display: none;
    }

    .navBg {
        position: absolute;
        right: 0;
        top: 0;
        background: none;
    }

    .navbar-default {
        border: 0 none;
        background: none;
    }

        .navbar-default .navbar-toggle {
            border: 0 none;
            border-radius: 0;
        }

            .navbar-default .navbar-toggle .icon-bar {
                background-color: #0674a9;
                height: 3px;
                width: 25px;
            }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 2px;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent!important;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 8px;
    }

    ul.mainMenu {
        background: #0575a7;
        height: 100%;
        margin-bottom: 20px;
    }

        ul.mainMenu li {
            float: none;
            width: 100%;
        }

            ul.mainMenu li a {
                padding: 0;
                text-align: center;
                background: none;
            }

    .navbar-nav {
        margin: 0!important;
    }

    .navbar-collapse {
        width: 150%;
        position: absolute;
        right: 0;
        height: 100%;
        position: fixed;
        right: 0;
        width: 80%;
        z-index: 1000;
        top: -1px;
    }

    ul.mainMenu li.active:after {
        border-top: 10px solid transparent;
        border: 0!important;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #33adee; /*left: 100%;*/
        height: 0;
        left: 46%;
        bottom: -18px;
        width: 0;
    }

    .btnCallbg {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 120, 0, 1) 0%, rgba(247, 87, 0, 1) 100%) repeat scroll 0 0 !important;
        border: 1px solid #e07004;
        border-radius: 0 !important;
        padding: 0 17px;
        color: #fff;
        margin-top: 13px;
        cursor: pointer;
    }

    .navbar-nav > li > a {
        border-bottom: 1px solid #176689;
        line-height: 42px;
        padding-left: 16px !important;
        text-align: left !important;
        font-size: 100% !important;
    }

    ul.mainMenu li a.lastMenu {
        line-height: 42px!important;
    }

    a#close {
        display: block;
        padding: 8px 14px 8px 0;
        text-align: right;
        background: #176689;
    }

    i.fa-times-circle {
        color: #fff;
        font-size: 1.3em;
    }

    #menuToggle {
        cursor: pointer;
    }

    a#close span {
        color: #fff;
        font-size: 170%;
        font-weight: bold;
        line-height: 33px;
        padding-right: 52%;
    }

    ul.mainMenu > li.dropdown > ul.dropdown-menu {
        float: none;
        min-width: 255px;
    }

        ul.mainMenu > li.dropdown > ul.dropdown-menu > li {
            float: left!important;
        }

            ul.mainMenu > li.dropdown > ul.dropdown-menu > li > a {
                text-align: left;
            }

            ul.mainMenu > li.dropdown > ul.dropdown-menu > li:hover {
                background: #fff;
                width: 100%;
                border-bottom-color: #c9c9c9;
                border-left-color: #c9c9c9;
                color: #0090cd;
            }
}

@media only screen and (min-width:240px) and (max-width:767px) {
}


@media only screen and (min-width:501px) and (max-width:1024px) {

    ul.topNav li {
        padding: 0 3px;
    }

        ul.topNav li a {
            font-size: 83%;
        }

        ul.topNav li i.fa-phone {
            font-size: 3em;
        }

        ul.topNav li small.callUs {
            font-size: 86%;
        }

        ul.topNav li span.number {
            font-size: 141%;
        }

    .navBg .container ul.mainMenu li a {
        font-size: 78%;
        padding: 0 9px;
    }

    a.logo img {
        width: 100%;
    }
}

@media only screen and (min-width:901px) and (max-width:991px) {
    .navBg .container ul.mainMenu li a {
        padding: 0 16px;
    }

    ul.topNav {
        padding-left: 22% !important;
    }
}

@media only screen and (min-width:992px) {
    .navBg .container ul.mainMenu li a {
        padding: 0 21px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
    .navBg .container ul.mainMenu li a {
        padding: 0 12px;
    }

    ul.topNav li {
        padding: 0 2px;
    }

        ul.topNav li small.callUs {
            font-size: 99%;
        }

        ul.topNav li span.number {
            font-size: 165%;
        }
}
@media only screen and (min-width:1200px) {
    .navBg .container ul.mainMenu li a {
        padding: 0 26px;
    }
    
    .only-safari  .navBg .container ul.mainMenu li a {
        padding: 0 18px !important;
    }
    @-moz-document url-prefix() {
         .navBg .container ul.mainMenu li a{
             padding: 0 20px;
        }
    }
    .gt-ie9.is-safari .navBg .container ul.mainMenu li a {
        padding: 0 18px;
    }

    .hidden-md {
        display: none!important;
    }

    ul.topNav {
        padding-left: 41% !important;
    }
}

@media only screen and (mix-width:1025px) and (max-width:1199px) {
    ul.topNav {
        padding-left: 9% !important;
    }
}

@media only screen and (max-width:1024px) {
    .ul.topNav {padding-left: 41% !important;}
    ul.topNav li span.PhoneIcon { padding-top:5px;}
}

@media only screen and (min-width:768px) {
    a#close {
        display: none;
    }

    ul.mainMenu > li.open > ul.dropdown-menu > li:hover, ul.mainMenu > li.open > ul.dropdown-menu > li:focus {
        background: #fff;
        width: 100%;
        border-bottom-color: #c9c9c9;
        border-left-color: #c9c9c9;
        color: #0090cd;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: rgba(46,143,209,1)!important;
    }
}

@media only screen and (min-width:768px) {
    ul.topNav li small.callUs {
        word-spacing: 0;
    }
}

@media only screen and ( max-width:900px) {
    ul.topNav li:last-child {
        margin-left: 1%;
        width: 28%;
    }

    ul.topNav li:last-child {
        width: 32%;
    }

    ul.topNav {
        padding-left: 13% !important;
    }
}

@media only screen and ( max-width:800px) {
    ul.topNav {
        padding-left: 9% !important;
    }
}


/* for ie10 and ie11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .navBg .container ul.mainMenu li a {
        padding: 0 24px;
    }
}
