/* Minification failed. Returning unminified contents.
(11800,35): run-time error CSS1038: Expected hex color, found '#d8d8d8d'
 */
@import url(https://fonts.googleapis.com/css?family=Rubik:400,400i,500,500i);

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, td, th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: "";
        content: none
    }

a img {
    border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx),only screen and (min-resolution:200dpi) {
    html {
        -webkit-font-smoothing: subpixel-antialiased
    }
}

body {
    background-color: #f4f6f8;
    color: #333;
    font: normal 84.3%/1.1 Rubik,sans-serif;
    line-height: 1
}

*, :after, :before {
    -webkit-box-sizing: none;
    -moz-box-sizing: none;
    box-sizing: none;
    outline: 0;
    -webkit-font-smoothing: antialiased
}

*, .wrapper-snipe, :after, :before {
    -moz-osx-font-smoothing: grayscale
}

    .wrapper-snipe *, .wrapper-snipe :after, .wrapper-snipe :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: 0;
        font-family: Rubik,sans-serif;
        font-weight: 400
    }

    .wrapper-snipe ::-webkit-input-placeholder {
        color: #999;
        font-weight: 400
    }

    .wrapper-snipe ::-moz-placeholder {
        color: #999;
        font-weight: 400
    }

    .wrapper-snipe :-ms-input-placeholder {
        color: #999;
        font-weight: 400
    }

    .wrapper-snipe :-moz-placeholder {
        color: #999;
        font-weight: 400
    }

a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #666
}

    a.active, a:hover {
        color: #333
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0
}

ol, ul {
    list-style: none
}

img {
    -ms-interpolation-mode: bicubic
}

hr {
    border: none;
    height: 1px;
    *zoom: 1
}

    hr:after, hr:before {
        clear: both;
        content: " ";
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden
    }

.clearfix {
    *zoom: 1
}

li {
    list-style: none
}

.rs, .rs-symbol, .RupeeSign {
    font-family: WebRupee;
    font-style: normal;
    font-weight: 400
}

.fluid-section {
    *zoom: 1;
    position: relative;
    *z-index: 0
}

    .fluid-section:after, .fluid-section:before {
        display: table;
        line-height: 0;
        content: ""
    }

    .fluid-section:after {
        clear: both
    }

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    float: none
}

.row {
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .row:after, .row:before {
        clear: both;
        content: " ";
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden
    }

    .row:after {
        content: "";
        display: table;
        clear: both
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px
}

.caret-right {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid
}

.caret-bottom {
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.overflow-ellipses {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.fl {
    float: left
}

.fr {
    float: right
}

.hide, .theme-beetle .hide {
    display: none
}

.hide-imp, .theme-beetle .hide-imp {
    display: none !important
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

.no-border {
    border: none !important
}

.relative {
    position: relative
}

.handNone {
    cursor: default
}

.txt-ellipses {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 90%
}

.rubikReg {
    font-weight: 400
}

.rubikBold, .rubikReg {
    font-family: Rubik,sans-serif;
    font-style: normal
}

.rubikBold {
    font-weight: 500
}

.col-x-fluid {
    width: 100% !important
}

.abcde, .abcde *, .abcde :after, .abcde :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.sprite-booking-engine {
    display: inline-block;
    position: relative;
    background: transparent url(/content/fresco/snipe/dist/images/booking-engine.png?0597d1f053fcc7054b285430b792d73d) 0 0 no-repeat;
    content: " ";
    margin: 5px 7px;
    vertical-align: middle
}

.ico-be-flights {
    background-position: 0 -140px;
    height: 26px;
    width: 22px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-flights {
        background-position: 0 0;
        height: 26px;
        width: 22px
    }
}

.ico-be-hotels {
    background-position: -32px -140px;
    height: 26px;
    width: 35px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-hotels {
        background-position: -32px 0;
        height: 26px;
        width: 35px
    }
}

.ico-be-dyna {
    background-position: -183px -140px;
    height: 26px;
    width: 65px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-dyna {
        background-position: -183px 0;
        height: 26px;
        width: 65px
    }
}

.ico-be-holidays {
    background-position: -80px -140px;
    height: 26px;
    width: 25px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-holidays {
        background-position: -80px 0;
        height: 26px;
        width: 65px
    }
}

.ico-be-trains {
    background-position: -118px -140px;
    height: 26px;
    width: 18px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-trains {
        background-position: -118px 0;
        height: 26px;
        width: 18px
    }
}

.ico-be-buses {
    background-position: -150px -140px;
    height: 26px;
    width: 23px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-buses {
        background-position: -150px 0;
        height: 26px;
        width: 23px
    }
}

.ico-be-visa {
    background-position: -197px -175px;
    height: 26px;
    width: 26px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-visa {
        background-position: -82px 207px;
        height: 26px;
        width: 23px
    }
}

.ico-be-insurance {
    background-position: -116px -178px;
    height: 26px;
    width: 23px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-insurance {
        background-position: -116px -210px;
        height: 26px;
        width: 23px
    }
}

.ico-be-cars {
    background-position: -44px -176px;
    height: 26px;
    width: 30px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-cars {
        background-position: -44px -176px;
        height: 26px;
        width: 30px
    }
}

.ico-be-homestay {
    background-position: -150px -177px;
    height: 26px;
    width: 35px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-homestay {
        background-position: -32px 0;
        height: 26px;
        width: 35px
    }
}

.ico-be-radio {
    background-position: -32px -30px;
    height: 17px;
    width: 17px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-radio {
        background-position: -32px -30px;
        height: 17px;
        width: 17px
    }
}

.ico-be-origin {
    background-position: 0 -54px;
    height: 20px;
    width: 38px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-origin {
        background-position: 0 -54px;
        height: 20px;
        width: 38px
    }
}

.ico-be-destination {
    background-position: -63px -54px;
    height: 20px;
    width: 38px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-destination {
        background-position: -63px -54px;
        height: 20px;
        width: 38px
    }
}

.ico-be-calender {
    background-position: -128px -54px;
    height: 25px;
    width: 25px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-calender {
        background-position: -128px -54px;
        height: 25px;
        width: 25px
    }
}

.ico-be-calender-v2 {
    background-position: -176px -54px;
    height: 25px;
    width: 25px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-calender-v2 {
        background-position: -176px -54px;
        height: 25px;
        width: 25px
    }
}

.ico-be-calender-v3 {
    background-position: -198px -88px;
    height: 22px;
    width: 22px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-calender-v3 {
        background-position: -197px -90px;
        height: 22px;
        width: 22px
    }
}

.ico-be-arrow-down-grey {
    background-position: -161px -25px;
    height: 16px;
    width: 16px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-arrow-down-grey {
        background-position: -161px -25px;
        height: 16px;
        width: 16px
    }
}

.ico-be-arrow-down-grey-v2 {
    background-position: -231px -90px;
    height: 8px;
    width: 12px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-arrow-down-grey-v2 {
        background-position: -231px -98px;
        height: 8px;
        width: 12px
    }
}

.ico-be-arrow-down-white {
    background-position: -135px -30px;
    height: 16px;
    width: 16px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-arrow-down-white {
        background-position: -161px -25px;
        height: 16px;
        width: 16px
    }
}

.ico-be-arrow-down-white-v2 {
    background-position: -247px -90px;
    height: 5px;
    width: 8px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-arrow-down-white-v2 {
        background-position: -247px -90px;
        height: 5px;
        width: 8px
    }
}

.ico-be-sub-arrow {
    background-position: -189px -30px;
    height: 16px;
    width: 28px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-sub-arrow {
        background-position: -189px -30px;
        height: 16px;
        width: 28px
    }
}

.ico-be-sub-arrow-v2 {
    background-position: -225px -105px;
    height: 8px;
    width: 15px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-sub-arrow-v2 {
        background-position: -225px -105px;
        height: 8px;
        width: 15px
    }
}

.ico-be-dots {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-dots {
        background-position: -254px 0;
        height: 32px;
        width: 10px
    }
}

.ico-be-cancel-leg {
    background-position: -235px -30px;
    height: 13px;
    width: 13px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-cancel-leg {
        background-position: -230px -54px;
        height: 13px;
        width: 13px
    }
}

.ico-be-add {
    background-position: -212px -53px;
    height: 12px;
    width: 12px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-add {
        background-position: -212px -53px;
        height: 12px;
        width: 12px
    }
}

.ico-be-arrow-rgt {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-arrow-rgt {
        background-position: -135px -82px;
        height: 26px;
        width: 13px
    }
}

.ico-be-pop-close {
    background-position: -177px -36px;
    height: 12px;
    width: 12px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-pop-close {
        background-position: -177px -36px;
        height: 12px;
        width: 12px
    }
}

.ico-be-separator {
    background-position: -256px -90px;
    height: 7px;
    width: 1px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-separator {
        background-position: -256px -90px;
        height: 7px;
        width: 1px
    }
}

.ico-be-leftRightArow {
    background-position: -366px -6px;
    height: 14px;
    width: 17px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-leftRightArow {
        background-position: -368px -6px;
        height: 14px;
        width: 17px
    }
}

.ico-be-recent-search {
    background-position: -284px -3px;
    height: 13px;
    width: 13px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-recent-search {
        background-position: -256px -90px;
        height: 7px;
        width: 1px
    }
}

.ico-be-addGreenclr {
    background-position: -330px -34px;
    height: 26px;
    width: 26px
}

.ico-be-place {
    background-position: 0 -80px;
    height: 29px;
    width: 19px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-place {
        background-position: 0 -80px;
        height: 29px;
        width: 19px
    }
}

.ico-be-bus {
    background-position: -32px -82px;
    height: 25px;
    width: 20px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-bus {
        background-position: -32px -82px;
        height: 25px;
        width: 20px
    }
}

.ico-be-train {
    background-position: -63px -82px;
    height: 26px;
    width: 21px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-train {
        background-position: -63px -82px;
        height: 26px;
        width: 21px
    }
}

.ico-be-insurance-inside {
    background-position: -4px -235px;
    height: 28px;
    width: 21px
}

.ico-be-irctc {
    background-position: -99px -82px;
    height: 41px;
    width: 32px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-irctc {
        background-position: -99px -82px;
        height: 41px;
        width: 32px
    }
}

.ico-be-irctc-v2 {
    background-position: -7px -174px;
    height: 37px;
    width: 32px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-irctc-v2 {
        background-position: -99px -82px;
        height: 41px;
        width: 32px
    }
}

.ico-be-activity {
    background-position: -286px -144px;
    height: 26px;
    width: 32px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-activity {
        background-position: -4px -168px;
        height: 30px;
        width: 20px
    }
}

.ico-be-cruise {
    background-position: -255px -140px;
    height: 26px;
    width: 22px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-be-cruise {
        background-position: -255px -140px;
        height: 27px;
        width: 22px
    }
}

.font-icon {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

i.icon-inside.font-icon {
    font-size: 17px;
    top: 25px;
    right: 5px;
    color: #b1b5ba
}

button, input, label, textarea {
    white-space: normal
}

button, input, label, select, textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    background: none;
    line-height: 1
}

    input:focus {
        outline: 0
    }

input, textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

    button, input[type=button], input[type=checkbox], input[type=radio], input[type=reset], input[type=submit], select {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box
    }

::-webkit-search-decoration {
    display: none
}

button, input[type=button], input[type=reset], input[type=submit] {
    overflow: visible;
    width: auto
}

::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none
}

textarea {
    overflow: auto
}

select[multiple], textarea {
    vertical-align: top
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent
}

input[type=checkbox], input[type=radio] {
    display: none
}

    input[type=radio]:checked + label > i {
        background-position: -290px -98px
    }

    input[type=checkbox]:checked + label > i {
        background-position: -319px -98px
    }

input[type=file] {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.theme-snipe input[type=text] {
    background: #fff;
    padding: 12px 10px;
    width: 100%;
    font: normal 1.143em/20px Rubik,sans-serif;
    border: 1px solid transparent
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .theme-snipe input[type=text] {
        padding: 24px 15px
    }
}

.theme-snipe .icon-inside {
    position: absolute;
    top: 14px;
    right: 2px;
    cursor: pointer
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .theme-snipe .icon-inside {
        top: 23px
    }
}

.theme-snipe .input-mobile-no {
    display: inline-block;
    vertical-align: top;
    position: relative
}

    .theme-snipe .input-mobile-no .country-code {
        position: absolute;
        top: 12px;
        left: 10px
    }

    .theme-snipe .input-mobile-no input[type=tel] {
        padding: 10px 10px 10px 50px;
        border: 1px solid #c2c2c2;
        height: 40px;
        font-size: 1.07143em;
        letter-spacing: 1px;
        background: #fff
    }

input::-webkit-contacts-auto-fill-button, input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0
}

.yt-btn {
    display: inline-block;
    *display: inline;
    padding: 4px 6px 6px;
    margin-bottom: 0;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid transparent;
    *zoom: 1;
    -webkit-appearance: none;
    -moz-appearance: none
}

    .yt-btn:focus, .yt-btn:hover, .yt-btn[disabled] {
        color: #333;
        text-decoration: none;
        background-color: #3e4141;
        background-color: #fff\9;
        background-image: -moz-linear-gradient(top,#fff,#dfdfdf);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#dfdfdf));
        background-image: -webkit-linear-gradient(top,#fff,#dfdfdf);
        background-image: -o-linear-gradient(top,#fff,#dfdfdf);
        background-image: linear-gradient(180deg,#fff,#dfdfdf);
        background-repeat: repeat-x;
        border: 1px solid #bbb
    }

.yt-btn-orange {
    background-color: #ea2330;
    background-repeat: repeat-x;
    border-color: #ea2330;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

    .yt-btn-orange:focus, .yt-btn-orange:hover {
        background-repeat: repeat-x;
        background-image: linear-gradient(180deg,#ea2330,#f34f4f);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#ea2330),to(#f34f4f));
        background-image: -webkit-linear-gradient(top,#ea2330,#f34f4f);
        background-image: -o-linear-gradient(top,#ea2330,#f34f4f);
        transition: none 0s ease 0s
    }

    .yt-btn-blue, .yt-btn-orange:focus, .yt-btn-orange:hover {
        background-color: #f34f4f;
        border-color: #f34f4f;
        color: #fff
    }

        .yt-btn-blue:focus, .yt-btn-blue:hover {
            color: #fff;
            background-color: #f34f4f;
            background-image: -moz-linear-gradient(top,#ea2330,#f34f4f);
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#ea2330),to(#f34f4f));
            background-image: -webkit-linear-gradient(top,#ea2330,#f34f4f);
            background-image: -o-linear-gradient(top,#ea2330,#f34f4f);
            background-image: linear-gradient(180deg,#ea2330,#f34f4f);
            background-repeat: repeat-x;
            border-color: #ea2330 #f34f4f #f34f4f;
            transition: none;
            border-color: #033599
        }

.btn-block {
    display: block;
    width: 100%
}

strong {
    font-weight: 500
}

.ico {
    display: inline-block;
    position: relative;
    background: transparent url(/content/fresco/snipe/dist/images/sprite.png?ea5d19cb89b694f45a7b10056e649fbf) 0 0 no-repeat;
    content: " ";
    margin: 0 5px;
    vertical-align: middle
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico {
        background: transparent url(/content/fresco/snipe/dist/images/sprite-mobile.png?ec1e7f97e5f0640eab947375fb181b17) 0 0 no-repeat
    }
}

.ico-graph-home {
    background-position: 0 0;
    height: 80px;
    width: 142px
}

.ico-arrow-blue-right {
    background-position: -219px 0;
    height: 11px;
    width: 6px
}

.ico-arrow-black-left {
    background-position: -320px -86px;
    height: 20px;
    width: 12px
}

.ico-arrow-black-right {
    background-position: -281px -86px;
    height: 20px;
    width: 12px
}

.ico-rc-flights, .ico-rc-plane {
    background-position: 0 -83px;
    height: 24px;
    width: 24px
}

.ico-iti-flights {
    background-position: -50px -86px;
    height: 15px;
    width: 15px
}

.ico-iti-hotels {
    background-position: -71px -86px;
    height: 15px;
    width: 24px
}

.ico-iti-cars {
    background-position: -100px -86px;
    height: 15px;
    width: 24px
}

.ico-corner {
    background-position: -253px 0;
    height: 62px;
    width: 62px
}

.ico-dir-right {
    background-position: -126px -87px;
    height: 15px;
    width: 13px
}

.ico-dir-both {
    background-position: -146px -69px;
    height: 15px;
    width: 22px
}

.ico-checkbox {
    background-position: -220px -85px;
    height: 20px;
    width: 20px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-checkbox {
        background-position: -370px -44px;
        height: 20px;
        width: 20px
    }
}

.ico-checkbox-checked {
    background-position: -184px -85px;
    height: 20px;
    width: 20px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-checkbox-checked {
        background-position: -336px -44px;
        height: 20px;
        width: 20px
    }
}

.ico-two-dir-arrow {
    background-position: -24px -86px;
    height: 18px;
    width: 18px
}

.ico-two-dir-arrow-v2 {
    background-position: -207px -64px;
    height: 14px;
    width: 14px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-two-dir-arrow-v2 {
        background-position: -150px -44px;
        height: 14px;
        width: 14px
    }
}

.ico-sort-asc {
    background-position: -369px 3px;
    height: 17px;
    width: 13px
}

.ico-sort-desc {
    background-position: -369px -16px;
    height: 17px;
    width: 13px
}

.ico-yb-hotel {
    background-position: 0 -115px;
    height: 68px;
    width: 68px
}

.ico-yb-prize {
    background-position: -71px -115px;
    height: 68px;
    width: 68px
}

.ico-yb-happy {
    background-position: -142px -115px;
    height: 68px;
    width: 68px
}

.ico-yb-gaurantee {
    background-position: -213px -115px;
    height: 68px;
    width: 68px
}

.ico-yb-trust {
    background-position: -292px -504px;
    height: 68px;
    width: 68px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-yb-trust {
        background-position: -243px -319px;
        height: 68px;
        width: 68px
    }
}

.ico-blog-briefcase {
    background-position: -58px -404px;
    height: 12px;
    width: 14px
}

.ico-blog-calender {
    background-position: -85px -403px;
    height: 14px;
    width: 13px
}

.ico-app-google {
    background-position: 0 -193px;
    height: 39px;
    width: 130px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-app-google {
        background-position: 0 -193px;
        height: 39px;
        width: 130px
    }
}

.ico-app-apple {
    background-position: -133px -186px;
    height: 39px;
    width: 122px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-app-apple {
        background-position: -133px -186px;
        height: 39px;
        width: 122px
    }
}

.ico-app-win {
    background-position: -255px -188px;
    height: 39px;
    width: 146px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-app-win {
        background-position: -255px -188px;
        height: 39px;
        width: 146px
    }
}

.ico-nxt-arrow {
    background-position: -184px 0;
    height: 70px;
    width: 35px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-nxt-arrow {
        background-position: -180px 0;
        height: 35px;
        width: 32px
    }
}

.ico-prev-arrow {
    background-position: -148px 0;
    height: 70px;
    width: 35px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-prev-arrow {
        background-position: -150px 0;
        height: 35px;
        width: 32px
    }
}

.ico-offer-hotel {
    background-position: -285px -115px;
    height: 15px;
    width: 25px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-offer-hotel {
        background-position: -285px -115px;
        height: 15px;
        width: 25px
    }
}

.ico-offer-dyna {
    background-position: -285px -129px;
    height: 41px;
    width: 23px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-offer-dyna {
        background-position: -285px -129px;
        height: 41px;
        width: 23px
    }
}

.ico-book {
    background-position: 0 -241px;
    height: 68px;
    width: 68px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-book {
        background-position: 0 -241px;
        height: 68px;
        width: 68px
    }
}

.ico-print {
    background-position: -81px -241px;
    height: 68px;
    width: 68px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-print {
        background-position: -81px -241px;
        height: 68px;
        width: 68px
    }
}

.ico-cancel {
    background-position: -161px -241px;
    height: 68px;
    width: 68px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-cancel {
        background-position: -161px -241px;
        height: 68px;
        width: 68px
    }
}

.ico-ques {
    background-position: -240px -241px;
    height: 68px;
    width: 68px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-ques {
        background-position: -240px -241px;
        height: 68px;
        width: 68px
    }
}

.ico-know-more {
    background-position: -320px -161px;
    height: 15px;
    width: 11px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-know-more {
        background-position: -320px -161px;
        height: 15px;
        width: 11px
    }
}

.ico-buzz-logo {
    background-position: -320px -112px;
    height: 23px;
    width: 95px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-buzz-logo {
        background-position: -320px -112px;
        height: 23px;
        width: 95px
    }
}

.ico-rt-arrow {
    background-position: -26px -84px;
    height: 21px;
    width: 18px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-rt-arrow {
        background-position: -26px -84px;
        height: 21px;
        width: 18px
    }
}

.ico-rc-close {
    background-position: -382px -162px;
    height: 13px;
    width: 13px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-rc-close {
        background-position: -382px -162px;
        height: 13px;
        width: 13px
    }
}

.ico-collapse {
    background-position: -395px -160px;
    height: 22px;
    width: 22px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-collapse {
        background-position: -395px -160px;
        height: 22px;
        width: 22px
    }
}

.ico-one-dir-arrow-small {
    background-position: -394px -184px;
    height: 10px;
    width: 14px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-one-dir-arrow-small {
        background-position: -394px -184px;
        height: 10px;
        width: 14px
    }
}

.ico-holidays-blk {
    background-position: -320px -273px;
    height: 26px;
    width: 26px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-holidays-blk {
        background-position: -320px -273px;
        height: 26px;
        width: 26px
    }
}

.ico-rc-hotels {
    background-position: -320px -241px;
    height: 18px;
    width: 28px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-rc-hotels {
        background-position: -320px -241px;
        height: 18px;
        width: 28px
    }
}

.ico-rc-bus {
    background-position: -324px -312px;
    height: 25px;
    width: 25px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-rc-bus {
        background-position: -321px -346px;
        height: 25px;
        width: 25px
    }
}

.ico-hotels-blk {
    background-position: -320px -241px;
    height: 18px;
    width: 28px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-hotels-blk {
        background-position: -320px -241px;
        height: 18px;
        width: 28px
    }
}

.ico-bus-blk {
    background-position: -324px -312px;
    height: 25px;
    width: 25px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-bus-blk {
        background-position: -321px -346px;
        height: 25px;
        width: 25px
    }
}

.ico-events-blk {
    background-position: -379px -484px;
    height: 21px;
    width: 21px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-events-blk {
        background-position: -324px -312px;
        height: 25px;
        width: 25px
    }
}

.ico-tick {
    background-position: -417px -138px;
    height: 13px;
    width: 13px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-tick {
        background-position: -417px -138px;
        height: 13px;
        width: 13px
    }
}

.ico-print-b2b {
    background-position: 0 0;
    height: 21px;
    width: 29px
}

.ico-cancel-b2b {
    background-position: -38px 0;
    height: 21px;
    width: 29px
}

.ico-dyna-big {
    background-position: -321px -137px;
    height: 25px;
    width: 93px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-dyna-big {
        background-position: -321px -137px;
        height: 25px;
        width: 93px
    }
}

.ico-yb-hotel-b2b {
    background-position: -5px -434px;
    height: 62px;
    width: 62px
}

.ico-yb-flight-b2b {
    background-position: -75px -434px;
    height: 62px;
    width: 62px
}

.ico-yb-train-b2b {
    background-position: -5px -500px;
    height: 62px;
    width: 62px
}

.ico-yb-holiday-b2b {
    background-position: -140px -434px;
    height: 62px;
    width: 62px
}

.ico-yb-earn-b2b {
    background-position: -74px -500px;
    height: 62px;
    width: 62px
}

.ico-yb-flight-crp {
    background-position: -284px -428px;
    height: 68px;
    width: 68px
}

.ico-yb-approval-crp {
    background-position: -141px -498px;
    height: 68px;
    width: 68px
}

.ico-yb-car-crp {
    background-position: -211px -428px;
    height: 68px;
    width: 68px
}

.ico-yb-track-crp {
    background-position: -214px -498px;
    height: 68px;
    width: 68px
}

.ico-yb-hotel-crp {
    background-position: 0 -115px;
    height: 68px;
    width: 68px
}

.ico-toast-close {
    background-position: -52px -372px;
    height: 12px;
    width: 12px
}

.ico-graph-home-v2 {
    background-position: -382px -323px;
    height: 43px;
    width: 43px
}

.ico-tgStay-trust {
    background-position: -211px -330px;
    height: 43px;
    width: 43px
}

.ico-tgStay-app {
    background-position: -259px -330px;
    height: 43px;
    width: 43px
}

.ico-tgStay-appIco {
    background-position: -422px -430px;
    height: 46px;
    width: 43px
}

.ico-tgStay-iosIco {
    background-position: -420px -489px;
    height: 48px;
    width: 37px
}

.ico-wht-face {
    background-position: -328px -352px;
    height: 23px;
    width: 12px
}

.ico-wht-tweet {
    background-position: -322px -385px;
    height: 18px;
    width: 21px
}

.ico-wht-google {
    background-position: -285px -383px;
    height: 23px;
    width: 22px
}

.ico-wht-insta {
    background-position: -250px -384px;
    height: 21px;
    width: 21px
}

.ico-explore-lg {
    background-position: -443px 0;
    height: 86px;
    width: 87px
}

.ico-tgHomestayiOS {
    background-position: -579px -31px;
    height: 27px;
    width: 23px
}

.ico-tgHomestayApp {
    background-position: -579px 0;
    height: 27px;
    width: 23px
}

.ico-tgstayLocation {
    background-position: -540px -1px;
    height: 30px;
    width: 23px
}

.ico-tgstayGroup {
    background-position: -535px -35px;
    height: 30px;
    width: 37px
}

.ico-tgstayHome {
    background-position: -538px -70px;
    height: 30px;
    width: 33px
}

.wrapper-snipe .ac_results {
    text-align: left;
    padding: 0;
    border: 1px solid #cdcecf;
    border-bottom: 1px solid #cdcecf;
    background-color: #fff;
    overflow: hidden;
    box-shadow: none;
    font-family: Rubik;
    z-index: 1030;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

@media only screen and (max-width:320px) and (min-width:1px) {
    .wrapper-snipe .ac_results {
        width: 100% !important
    }
}

@media (min-width:360px) and (max-width:479px) {
    .wrapper-snipe .ac_results {
        width: 100% !important
    }
}

.wrapper-snipe .ac_results ul {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0
}

.wrapper-snipe .ac_results li {
    margin: 0;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    border-bottom: 1px solid #cacaca !important;
    padding: 10px 12px 10px 8px !important;
    cursor: pointer;
    letter-spacing: 1px
}

    .wrapper-snipe .ac_results li.heading {
        cursor: default
    }

    .wrapper-snipe .ac_results li strong {
        font-weight: 400 !important;
        color: #f34f4f !important
    }

    .wrapper-snipe .ac_results li.ac_over {
        background-color: #f4f4f4 !important
    }

.wrapper-snipe .ac_results .scrollable .vertical.scroll-bar {
    background: rgba(0,0,0,.15) !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 7px !important;
    position: absolute;
    right: 0;
    z-index: 9;
    cursor: pointer
}

.wrapper-snipe .ac_results ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background: hsla(0,3%,47%,.35) !important
}

.wrapper-snipe .ac_results ::-webkit-scrollbar {
    width: 7px;
    background: hsla(0,29%,97%,.34) !important
}

.wrapper-snipe .ac_results ::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.45) !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    min-height: 10px
}

.wrapper-snipe .ac_results .thumb {
    background: rgba(0,0,0,.45) !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    min-height: 10px
}

.wrapper-snipe .ac_loading {
    background: transparent url("//www.TripRally.com/content/fresco/default/images/ajax-loader-small.gif") no-repeat 96% !important
}

.wrapper-snipe .mac-scroll {
    overflow: hidden !important
}

.wrapper-snipe li .ac_airport {
    float: left;
    width: 72%
}

    .wrapper-snipe li .ac_airport .ac_cityname {
        margin: 0;
        font-size: 14px;
        position: relative;
        padding: 0 0 2px
    }

    .wrapper-snipe li .ac_airport .ac_airportname {
        margin: 0;
        font-size: 12px;
        color: #666
    }

    .wrapper-snipe li .ac_airport strong {
        font-weight: 400
    }

.wrapper-snipe li .ac_country {
    float: right;
    font-size: 13px;
    max-width: 28%;
    padding-right: 20px;
    position: relative;
    text-align: right;
    line-height: 1.2
}

    .wrapper-snipe li .ac_country .country-flg {
        margin: -7px 0 0;
        position: absolute;
        right: 0;
        top: 50%
    }

    .wrapper-snipe li .ac_country strong {
        font-weight: 400;
        color: inherit !important
    }

.snipe-cal {
    font-family: Proxima Regular;
    max-width: 350px;
    width: 350px;
    font-size: 12px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    overflow: hidden;
    z-index: 99999;
    position: absolute;
    background: #fff
}

@media only screen and (max-width:530px) and (min-width:1px) {
    .snipe-cal {
        max-width: 100%;
        width: 100%
    }
}

.snipe-cal .cal-head {
    color: #fff;
    line-height: 35px;
    font-size: 1em;
    padding: 0 0 0 10px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.snipe-cal .cal-body {
    overflow: hidden;
    clear: both
}

.snipe-cal .body-left, .snipe-cal .body-right {
    width: 100%;
    float: left;
    background-color: #f5f5f5
}

    .snipe-cal .body-right ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        border-radius: 10px;
        background: hsla(0,3%,47%,.35) !important
    }

    .snipe-cal .body-right ::-webkit-scrollbar {
        width: 7px;
        background: hsla(0,29%,97%,.34) !important
    }

    .snipe-cal .body-right ::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,.45) !important;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        width: 100%;
        min-height: 10px
    }

.snipe-cal .disabledMonth {
    background-color: #f5f5f5;
    color: #999
}

.snipe-cal .cheapestMonth {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px
}

    .snipe-cal .cheapestMonth a {
        color: #000;
        padding: 15px;
        display: block;
        text-align: center;
        border: 1px solid #e3e8ed;
        border-radius: 3px;
        background-color: #fff;
        cursor: pointer
    }

    .snipe-cal .cheapestMonth.active-month a {
        border: 1px solid #f34f4f;
        background-color: #f34f4f;
        color: #fff !important
    }

    .snipe-cal .cheapestMonth.active-month:hover {
        background-color: #ffd6d8;
        color: #000 !important
    }

.snipe-cal .message-strip {
    background-color: #e5e5e5;
    padding: 10px 25px;
    font-size: 13px
}

.snipe-cal .month-selection-wrapper {
    padding: 10px 10px 5px
}

.snipe-cal .cheapestMonth a.month-label:hover {
    background-color: #ffd6d8;
    color: #000 !important
}

.snipe-cal ul.month-list {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .snipe-cal ul.month-list li {
        line-height: 23px;
        background-color: #fff;
        position: relative;
        z-index: 3;
        width: 49% !important;
        float: left;
        border: 1px solid #e3e8ed;
        border-radius: 3px;
        margin-bottom: 5px;
        font-size: 14px
    }

        .snipe-cal ul.month-list li.active-month {
            border: 1px solid #f34f4f !important;
            background-color: #f34f4f
        }

            .snipe-cal ul.month-list li.active-month a {
                color: #fff !important
            }

        .snipe-cal ul.month-list li a {
            color: #000;
            padding: 10px;
            display: block;
            text-align: center;
            -webkit-transition: all .2s ease 0s;
            -moz-transition: all .2s ease 0s;
            -ms-transition: all .2s ease 0s;
            -o-transition: all .2s ease 0s;
            transition: all .2s ease 0s
        }

@media only screen and (max-width:610px) and (min-width:1px) {
    .snipe-cal ul.month-list li a {
        padding: 0 0 0 10px
    }
}

.snipe-cal ul.month-list li a:hover {
    background-color: #ffd6d8;
    color: #000 !important
}

.snipe-cal ul.month-list li small {
    color: #868686;
    font-size: 85%;
    margin-left: 10px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .snipe-cal ul.month-list li small {
        margin-left: 0
    }
}

.snipe-cal ul.month-list li.active-mark {
    background: #fff;
    border-left: 3px solid #ff9334;
    left: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    height: 28px;
    width: 100%
}

.snipe-cal .cal-view-toogle ul li {
    width: 31% !important;
    float: left;
    border-bottom: 3px solid transparent;
    margin-right: 15px;
    text-align: center;
    border-right: 0 !important
}

    .snipe-cal .cal-view-toogle ul li a, .snipe-cal .cal-view-toogle ul li span {
        display: block;
        font-size: 12px;
        cursor: pointer;
        color: #666;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none
    }

        .snipe-cal .cal-view-toogle ul li a i, .snipe-cal .cal-view-toogle ul li span i {
            display: inline-block;
            width: 20px;
            height: 20px;
            vertical-align: text-top
        }

    .snipe-cal .cal-view-toogle ul li i {
        opacity: .4
    }

    .snipe-cal .cal-view-toogle ul li .dateIco {
        background: transparent url(/content/fresco/snipe/dist/images/select_date.svg?cacc07679c6c93bdb03dec0fbd553d2c) no-repeat 0 0
    }

    .snipe-cal .cal-view-toogle ul li .monthIco {
        background: transparent url(/content/fresco/snipe/dist/images/select_month.svg?ad90764ab4a392d3299e7ab5328dc8e8) no-repeat 0 0
    }

    .snipe-cal .cal-view-toogle ul li.activeCal {
        border-bottom-color: #e34a4a !important
    }

        .snipe-cal .cal-view-toogle ul li.activeCal a {
            font-weight: 500
        }

        .snipe-cal .cal-view-toogle ul li.activeCal i {
            opacity: 1
        }

.snipe-cal .days-head {
    text-transform: uppercase;
    width: 98%;
    line-height: 25px;
    color: #333;
    margin-right: 24px;
    table-layout: fixed;
    border-collapse: collapse
}

    .snipe-cal .days-head td, .snipe-cal .days-head th {
        text-align: center;
        font-weight: 500;
        background-color: #f5f5f5;
        border: 1px solid #e4e8eb
    }

        .snipe-cal .days-head td :first-child, .snipe-cal .days-head th :first-child {
            border-left: none
        }

        .snipe-cal .days-head td :last-child, .snipe-cal .days-head th :last-child {
            border-right: 0
        }

.snipe-cal .month-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 302px
}

    .snipe-cal .month-wrapper .month-box {
        position: relative
    }

        .snipe-cal .month-wrapper .month-box .month-title {
            padding: 10px 15px;
            border-bottom: 0;
            font-size: 13px;
            top: 10px;
            left: 10px;
            z-index: 10;
            background-color: #e6e6e6
        }

            .snipe-cal .month-wrapper .month-box .month-title.activeMonth {
                display: none
            }

.snipe-cal .month-head {
    padding: 10px 15px;
    border-bottom: 0;
    font-size: 13px;
    top: 10px;
    left: 10px;
    z-index: 10;
    background-color: #e6e6e6;
    font-weight: 500;
    color: #333;
    overflow: hidden
}

    .snipe-cal .month-head .active-month-holder {
        float: left;
        font-weight: 400
    }

.snipe-cal .day-container-table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
    font-size: 13px;
    background-color: #f5f5f5;
    border-collapse: collapse
}

    .snipe-cal .day-container-table tr {
        height: 42px
    }

    .snipe-cal .day-container-table td {
        vertical-align: middle;
        position: relative;
        text-align: center;
        border: 1px solid #e4e8eb;
        background-color: #f5f5f5;
        color: #333;
        font-weight: 400 !important;
        cursor: pointer;
        background-clip: padding-box
    }

        .snipe-cal .day-container-table td a {
            display: block;
            height: 40px;
            color: inherit
        }

        .snipe-cal .day-container-table td .day-num {
            display: block;
            padding: 12px 0 4px
        }

        .snipe-cal .day-container-table td.mid-daybox {
            background-color: #fde8e8
        }

        .snipe-cal .day-container-table td .price {
            color: gray;
            font-size: 10px;
            display: block;
            line-height: 5px
        }

            .snipe-cal .day-container-table td .price.lowestPrice {
                color: #00a600
            }

            .snipe-cal .day-container-table td .price .RupeeSign {
                display: none
            }

        .snipe-cal .day-container-table td.weekend p.holiday-desc {
            right: 2px;
            left: auto
        }

            .snipe-cal .day-container-table td.weekend p.holiday-desc:after {
                right: 10px;
                left: auto
            }

        .snipe-cal .day-container-table td.weekend:first-child p.holiday-desc {
            right: auto;
            left: 40px
        }

            .snipe-cal .day-container-table td.weekend:first-child p.holiday-desc:after {
                right: auto;
                left: 10px
            }

        .snipe-cal .day-container-table td:hover {
            background-color: #ffd6d8
        }

            .snipe-cal .day-container-table td:hover p.holiday-desc {
                visibility: visible;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                top: 0
            }

            .snipe-cal .day-container-table td:hover p.rotate-toast {
                margin-top: 50px
            }

                .snipe-cal .day-container-table td:hover p.rotate-toast:after {
                    border-color: transparent transparent #333;
                    top: -19px
                }

        .snipe-cal .day-container-table td.disabled, .snipe-cal .day-container-table td.inActiveTD {
            background-color: transparent;
            color: #999;
            cursor: default
        }

            .snipe-cal .day-container-table td.disabled:hover, .snipe-cal .day-container-table td.inActiveTD:hover {
                background-color: #f5f5f5
            }

            .snipe-cal .day-container-table td.disabled .holiday-desc, .snipe-cal .day-container-table td.disabled .holiday-ico, .snipe-cal .day-container-table td.inActiveTD .holiday-desc, .snipe-cal .day-container-table td.inActiveTD .holiday-ico {
                display: none !important
            }

        .snipe-cal .day-container-table td.depart-daybox, .snipe-cal .day-container-table td.return-daybox {
            background-color: #f34f4f;
            color: #fff;
            border-radius: 2px
        }

            .snipe-cal .day-container-table td.depart-daybox .price, .snipe-cal .day-container-table td.return-daybox .price {
                color: #fff
            }

.snipe-cal .calViewMessage {
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 5;
    height: 35px;
    line-height: 35px;
    margin: 0;
    display: none !important;
    overflow: hidden
}

    .snipe-cal .calViewMessage a.close-cal {
        position: absolute;
        top: 10px;
        right: 5px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-position: -233px -52px;
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-transition: all .25s ease-in-out 0s;
        -moz-transition: all .25s ease-in-out 0s;
        -ms-transition: all .25s ease-in-out 0s;
        -o-transition: all .25s ease-in-out 0s;
        transition: all .25s ease-in-out 0s
    }

        .snipe-cal .calViewMessage a.close-cal:hover {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
        }

.snipe-cal .js-month-container {
    position: relative
}

.snipe-cal *, .snipe-cal :after, .snipe-cal :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.snipe-cal p.holiday-desc {
    display: block;
    visibility: hidden;
    background: #333;
    border: 1px solid #333;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.5);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    min-width: 100px;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    z-index: 100000;
    margin: -30px 0 0 -36px;
    top: -20px;
    left: 0;
    cursor: default;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03)
}

    .snipe-cal p.holiday-desc:after {
        border-color: #333 transparent transparent;
        border-style: solid;
        border-width: 10px;
        content: "";
        height: 0;
        left: 50px;
        position: absolute;
        top: 29px;
        width: 0
    }

.snipe-cal .indicator span {
    background: none repeat scroll 0 0 #00a400;
    color: #676767;
    float: left
}

.snipe-cal .holiday-ico {
    background: #f5951d;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 5px;
    right: 7px;
    top: 7px;
    width: 5px;
    position: absolute
}

.snipe-cal .pg-indicators {
    float: right
}

    .snipe-cal .pg-indicators .indicator {
        font-size: 10px;
        margin: 4px 0 0 10px !important;
        color: #666;
        float: right
    }

        .snipe-cal .pg-indicators .indicator span {
            margin: 2px 5px 0 0;
            border-radius: 50%;
            height: 6px;
            width: 6px
        }

    .snipe-cal .pg-indicators .holiday-ico {
        background: none repeat scroll 0 0 #f5951d;
        position: static
    }

@media (max-width:479px) {
    .snipe-cal .pg-indicators {
        display: none
    }
}

.snipe-cal.slide-helper {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block !important;
    opacity: 1 !important
}

@media (min-width:611px) and (max-width:1024px) {
    .snipe-cal {
        max-width: 100%;
        width: 100%
    }
}

.country-flg {
    height: 16px;
    width: 16px;
    float: left;
    line-height: 16px;
    background: url(/content/fresco/snipe/dist/images/country-flag.png?eb1797de3b3d76ffaf48e19ddb2d139f) no-repeat 0 0
}

.ad {
    background-position: 0 -352px
}

.ae {
    background-position: 0 -368px
}

.af {
    background-position: 0 -384px
}

.ag {
    background-position: 0 -400px
}

.ai {
    background-position: 0 -416px
}

.al {
    background-position: 0 -432px
}

.am {
    background-position: 0 -448px
}

.an {
    background-position: 0 -464px
}

.ao {
    background-position: 0 -480px
}

.aq {
    background-position: 0 -496px
}

.ar {
    background-position: 0 -512px
}

.as {
    background-position: 0 -528px
}

.at {
    background-position: 0 -544px
}

.au {
    background-position: 0 -560px
}

.aw {
    background-position: 0 -576px
}

.az {
    background-position: 0 -592px
}

.ba {
    background-position: 0 -608px
}

.bb {
    background-position: 0 -624px
}

.bd {
    background-position: 0 -640px
}

.be {
    background-position: 0 -656px
}

.bf {
    background-position: 0 -672px
}

.bg {
    background-position: 0 -688px
}

.bh {
    background-position: 0 -704px
}

.bi {
    background-position: 0 -720px
}

.bj {
    background-position: 0 -736px
}

.bm {
    background-position: 0 -752px
}

.bn {
    background-position: 0 -768px
}

.bo {
    background-position: 0 -784px
}

.br {
    background-position: 0 -800px
}

.bs {
    background-position: 0 -816px
}

.bt {
    background-position: 0 -832px
}

.bw {
    background-position: 0 -848px
}

.by {
    background-position: 0 -864px
}

.bz {
    background-position: 0 -880px
}

.ca {
    background-position: 0 -896px
}

.cg {
    background-position: 0 -912px
}

.cf {
    background-position: 0 -928px
}

.cd {
    background-position: 0 -944px
}

.ch {
    background-position: 0 -960px
}

.ci {
    background-position: 0 -976px
}

.ck {
    background-position: 0 -992px
}

.cl {
    background-position: 0 -1008px
}

.cm {
    background-position: 0 -1024px
}

.cn {
    background-position: 0 -1040px
}

.co {
    background-position: 0 -1056px
}

.cr {
    background-position: 0 -1072px
}

.cu {
    background-position: 0 -1088px
}

.cv {
    background-position: 0 -1104px
}

.cy {
    background-position: 0 -1120px
}

.cz {
    background-position: 0 -1136px
}

.de {
    background-position: 0 -1152px
}

.dj {
    background-position: 0 -1168px
}

.dk {
    background-position: 0 -1184px
}

.dm {
    background-position: 0 -1200px
}

.do {
    background-position: 0 -1216px
}

.dz {
    background-position: 0 -1232px
}

.ec {
    background-position: 0 -1248px
}

.ee {
    background-position: 0 -1264px
}

.eg {
    background-position: 0 -1280px
}

.eh {
    background-position: 0 -1296px
}

.er {
    background-position: 0 -1312px
}

.es {
    background-position: 0 -1328px
}

.et {
    background-position: 0 -1344px
}

.fi {
    background-position: 0 -1360px
}

.fj {
    background-position: 0 -1376px
}

.fm {
    background-position: 0 -1392px
}

.fo {
    background-position: 0 -1408px
}

.fr {
    background-position: 0 -1424px
}

.ga {
    background-position: 0 -1440px
}

.gb {
    background-position: 0 -1456px
}

.gd {
    background-position: 0 -1472px
}

.ge {
    background-position: 0 -1488px
}

.gg {
    background-position: 0 -1504px
}

.gh {
    background-position: 0 -1520px
}

.gi {
    background-position: 0 -1536px
}

.gl {
    background-position: 0 -1552px
}

.gm {
    background-position: 0 -1568px
}

.gn {
    background-position: 0 -1584px
}

.gp {
    background-position: 0 -1600px
}

.gq {
    background-position: 0 -1616px
}

.gr {
    background-position: 0 -1632px
}

.gt {
    background-position: 0 -1648px
}

.gu {
    background-position: 0 -1664px
}

.gw {
    background-position: 0 -1680px
}

.gy {
    background-position: 0 -1696px
}

.hk {
    background-position: 0 -1712px
}

.hn {
    background-position: 0 -1728px
}

.hr {
    background-position: 0 -1744px
}

.ht {
    background-position: 0 -1760px
}

.hu {
    background-position: 0 -1776px
}

.id, .mc {
    background-position: 0 -1792px
}

.ie {
    background-position: 0 -1808px
}

.il {
    background-position: 0 -1824px
}

.im {
    background-position: 0 -1840px
}

.in {
    background-position: 0 -1856px
}

.iq {
    background-position: 0 -1872px
}

.ir {
    background-position: 0 -1888px
}

.is {
    background-position: 0 -1904px
}

.it {
    background-position: 0 -1920px
}

.je {
    background-position: 0 -1936px
}

.jm {
    background-position: 0 -1952px
}

.jo {
    background-position: 0 -1968px
}

.jp {
    background-position: 0 -1984px
}

.ke {
    background-position: 0 -2000px
}

.kg {
    background-position: 0 -2016px
}

.kh {
    background-position: 0 -2032px
}

.ki {
    background-position: 0 -2048px
}

.km {
    background-position: 0 -2064px
}

.kn {
    background-position: 0 -2080px
}

.kp {
    background-position: 0 -2096px
}

.kr {
    background-position: 0 -2112px
}

.kw {
    background-position: 0 -2128px
}

.ky {
    background-position: 0 -2144px
}

.kz {
    background-position: 0 -2160px
}

.la {
    background-position: 0 -2176px
}

.lb {
    background-position: 0 -2192px
}

.lc {
    background-position: 0 -2208px
}

.li {
    background-position: 0 -2224px
}

.lk {
    background-position: 0 -2240px
}

.lr {
    background-position: 0 -2256px
}

.ls {
    background-position: 0 -2272px
}

.lt {
    background-position: 0 -2288px
}

.lu {
    background-position: 0 -2304px
}

.lv {
    background-position: 0 -2320px
}

.ly {
    background-position: 0 -2336px
}

.ma {
    background-position: 0 -2352px
}

.md {
    background-position: 0 -2368px
}

.me {
    background-position: 0 -2384px
}

.mg {
    background-position: 0 -2400px
}

.mh {
    background-position: 0 -2416px
}

.mk {
    background-position: 0 -2432px
}

.ml {
    background-position: 0 -2448px
}

.mm {
    background-position: 0 -2464px
}

.mn {
    background-position: 0 -2480px
}

.mo {
    background-position: 0 -2496px
}

.mq {
    background-position: 0 -2512px
}

.mr {
    background-position: 0 -2528px
}

.ms {
    background-position: 0 -2544px
}

.mt {
    background-position: 0 -2560px
}

.mu {
    background-position: 0 -2576px
}

.mv {
    background-position: 0 -2592px
}

.mw {
    background-position: 0 -2608px
}

.mx {
    background-position: 0 -2624px
}

.my {
    background-position: 0 -2640px
}

.mz {
    background-position: 0 -2656px
}

.na {
    background-position: 0 -2672px
}

.nc {
    background-position: 0 -2688px
}

.ne {
    background-position: 0 -2704px
}

.ng {
    background-position: 0 -2720px
}

.ni {
    background-position: 0 -2736px
}

.nl {
    background-position: 0 -2752px
}

.no {
    background-position: 0 -2768px
}

.np {
    background-position: 0 -2784px
}

.nr {
    background-position: 0 -2800px
}

.nz {
    background-position: 0 -2816px
}

.om {
    background-position: 0 -2832px
}

.pa {
    background-position: 0 -2848px
}

.pe {
    background-position: 0 -2864px
}

.pf {
    background-position: 0 -2880px
}

.pg {
    background-position: 0 -2896px
}

.ph {
    background-position: 0 -2912px
}

.pk {
    background-position: 0 -2928px
}

.pl {
    background-position: 0 -2944px
}

.pr {
    background-position: 0 -2960px
}

.ps {
    background-position: 0 -2976px
}

.pt {
    background-position: 0 -2992px
}

.pw {
    background-position: 0 -3008px
}

.py {
    background-position: 0 -3024px
}

.qa {
    background-position: 0 -3040px
}

.re {
    background-position: 0 -3056px
}

.ro {
    background-position: 0 -3072px
}

.rs {
    background-position: 0 -3088px
}

.ru {
    background-position: 0 -3104px
}

.rw {
    background-position: 0 -3120px
}

.sa {
    background-position: 0 -3136px
}

.sb {
    background-position: 0 -3152px
}

.sc {
    background-position: 0 -3168px
}

.sd {
    background-position: 0 -3184px
}

.se {
    background-position: 0 -3200px
}

.sg {
    background-position: 0 -3216px
}

.si {
    background-position: 0 -3232px
}

.sk {
    background-position: 0 -3248px
}

.sl {
    background-position: 0 -3264px
}

.sm {
    background-position: 0 -3280px
}

.sn {
    background-position: 0 -3296px
}

.so {
    background-position: 0 -3312px
}

.sr {
    background-position: 0 -3328px
}

.st {
    background-position: 0 -3344px
}

.sv {
    background-position: 0 -3360px
}

.sy {
    background-position: 0 -3376px
}

.sz {
    background-position: 0 -3392px
}

.tc {
    background-position: 0 -3408px
}

.td {
    background-position: 0 -3424px
}

.tg {
    background-position: 0 -3440px
}

.th {
    background-position: 0 -3456px
}

.tj {
    background-position: 0 -3472px
}

.tl {
    background-position: 0 -3488px
}

.tm {
    background-position: 0 -3504px
}

.tn {
    background-position: 0 -3520px
}

.to {
    background-position: 0 -3536px
}

.tr {
    background-position: 0 -3552px
}

.tt {
    background-position: 0 -3568px
}

.tv {
    background-position: 0 -3584px
}

.tw {
    background-position: 0 -3600px
}

.tz {
    background-position: 0 -3616px
}

.ua {
    background-position: 0 -3632px
}

.ug {
    background-position: 0 -3648px
}

.us {
    background-position: 0 -3664px
}

.uy {
    background-position: 0 -3680px
}

.uz {
    background-position: 0 -3696px
}

.va {
    background-position: 0 -3712px
}

.vc {
    background-position: 0 -3728px
}

.ve {
    background-position: 0 -3744px
}

.vg {
    background-position: 0 -3760px
}

.vi {
    background-position: 0 -3776px
}

.vn {
    background-position: 0 -3792px
}

.vu {
    background-position: 0 -3808px
}

.ws {
    background-position: 0 -3824px
}

.ye {
    background-position: 0 -3840px
}

.za {
    background-position: 0 -3856px
}

.zm, .zw {
    background-position: 0 -3872px
}

.be-holidays .borderRadius {
    -moz-border-radius: 5px;
    border-radius: 5px
}

.be-holidays .borderRadiusTp {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.be-holidays .borderRadiusBtm {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.be-holidays .ddcommon {
    position: relative;
    display: -moz-inline-stack;
    zoom: 1;
    display: inline-block;
    *display: inline;
    cursor: default
}

    .be-holidays .ddcommon ul {
        padding: 0;
        margin: 0
    }

        .be-holidays .ddcommon ul li {
            list-style-type: none
        }

.be-holidays .borderRadiusTp ul li:last-child {
    border-bottom: 0 none #c3c3c3
}

.be-holidays .borderRadiusBtm ul li:first-child {
    border-bottom: 1 solid #c3c3c3
}

.be-holidays #slctHlCity_msdd ul {
    padding: 0 !important
}

.be-holidays .ddcommon.disabledAll, .be-holidays .ddcommon .disabled img, .be-holidays .ddcommon .disabled span {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: .5;
    -moz-opacity: .5;
    color: #999
}

.be-holidays .cruise-tuples .ddcommon.disabledAll, .be-holidays .cruise-tuples .ddcommon .disabled img, .be-holidays .cruise-tuples .ddcommon .disabled span {
    opacity: .8;
    -ms-filter: "alpha(opacity=80)";
    filter: alpha(opacity=80);
    -khtml-opacity: .8;
    -moz-opacity: .8;
    color: #999;
    cursor: default
}

.be-holidays .ddcommon .clear {
    clear: both
}

.be-holidays .ddcommon .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888;
    -webkit-box-shadow: 5px 5px 5px -5px #888;
    box-shadow: 5px 5px 5px -5px #888
}

.be-holidays .ddcommon input.text {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 98%;
    left: 0;
    top: 0;
    border: none;
    font-size: 12px;
    color: #333;
    padding-left: 4px
}

.be-holidays .ddOutOfVision {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.be-holidays .borderRadius .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888;
    -webkit-box-shadow: 5px 5px 5px -5px #888;
    box-shadow: 5px 5px 5px -5px #888
}

.be-holidays .borderRadiusBtm .shadow {
    -moz-box-shadow: -5px -5px 5px -5px #888;
    -webkit-box-shadow: -5px -5px 5px -5px #888;
    box-shadow: -5px -5px 5px -5px #888
}

.be-holidays .borderRadiusBtm .border {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.be-holidays img.fnone {
    float: none !important
}

.be-holidays .ddcommon .divider {
    width: 0;
    height: 100%;
    position: absolute
}

.be-holidays .ddcommon .ddArrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4px
}

    .be-holidays .ddcommon .ddArrow:hover {
        background-position: 0 100%
    }

.be-holidays .ddcommon .ddTitle {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%
}

    .be-holidays .ddcommon .ddTitle .ddTitleText {
        display: block
    }

        .be-holidays .ddcommon .ddTitle .ddTitleText .ddTitleText {
            padding: 0
        }

    .be-holidays .ddcommon .ddTitle .description {
        display: block
    }

    .be-holidays .ddcommon .ddTitle .ddTitleText img {
        position: relative;
        vertical-align: middle;
        float: left
    }

.be-holidays .ddcommon .ddChild {
    position: absolute;
    display: none;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    zoom: 1;
    z-index: 9999;
    -webkit-overflow-scrolling: touch
}

    .be-holidays .ddcommon .ddChild li {
        clear: both
    }

        .be-holidays .ddcommon .ddChild li .description {
            display: block
        }

        .be-holidays .ddcommon .ddChild li img {
            border: 0 none;
            position: relative;
            vertical-align: middle;
            float: left
        }

        .be-holidays .ddcommon .ddChild li.optgroup {
            padding: 0
        }

            .be-holidays .ddcommon .ddChild li.optgroup .optgroupTitle {
                padding: 0 5px;
                font-weight: 700;
                font-style: italic
            }

            .be-holidays .ddcommon .ddChild li.optgroup ul li {
                padding: 5px 5px 5px 15px
            }

                .be-holidays .ddcommon .ddChild li.optgroup ul li:hover {
                    background-color: #2476bb;
                    color: #fff !important
                }

.be-holidays .ddcommon .noBorderTop {
    border-top: 0 none !important;
    padding: 0;
    margin: 0
}

.be-holidays .dd {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    color: #666;
    cursor: pointer;
    float: left;
    padding: 2px;
    position: relative;
    background-color: #fff;
    background-image: none !important
}

    .be-holidays .dd:focus {
        border: none
    }

    .be-holidays .dd .ddTitle .ddTitleText {
        padding: 5px 20px 5px 5px;
        z-index: 999999
    }

        .be-holidays .dd .ddTitle .ddTitleText .ddTitleText {
            padding: 0
        }

    .be-holidays .dd .ddTitle .description {
        color: #666
    }

    .be-holidays .dd .ddTitle .ddTitleText img {
        padding-right: 5px
    }

    .be-holidays .dd .ddChild {
        margin: 0;
        padding: 0;
        list-style: none;
        border: 1px solid #ccc;
        background-color: #fff;
        left: -1px
    }

        .be-holidays .dd .ddChild li {
            padding: 5px 0 5px 5px;
            background-color: #fff;
            display: block;
            width: 100%;
            margin-bottom: 1px
        }

.be-holidays .select-with-bg .dd .ddChild li {
    padding: 0 0 0 5px;
    line-height: 27px
}

.be-holidays .exploreNav .dd .ddChild li {
    *margin-bottom: -2px
}

.be-holidays .dd .ddChild li:hover {
    background-color: #f34f4f;
    color: #fff !important
}

.be-holidays .dd .ddChild li.optgroup:hover {
    background: none !important;
    color: #666 !important
}

.be-holidays .dd .ddChild li .description {
    color: #666
}

.be-holidays .dd .ddChild li img {
    padding: 0 6px 0 0
}

.be-holidays .dd .ddChild li.optgroup {
    padding: 0
}

    .be-holidays .dd .ddChild li.optgroup .optgroupTitle {
        padding: 5px;
        font-weight: 700;
        font-style: italic;
        display: block;
        border-bottom: 1px solid #e6e6e6;
        background: #e5e6e7
    }

    .be-holidays .dd .ddChild li.optgroup ul li {
        padding: 5px 5px 5px 15px
    }

.be-holidays .dd .ddChild li.selected {
    background-color: #f34f4f;
    color: #fff !important
}

.be-holidays #more_search_options .flLI .dd .ddChild {
    height: 138px !important
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.wrapper-snipe .theme-snipe .fr {
    float: right !important
}

.wrapper-snipe .theme-snipe .big-title, .wrapper-snipe .theme-snipe .main-title, .wrapper-snipe .theme-snipe .sub-title {
    text-align: center;
    display: inline-block;
    position: relative;
    background-color: #fff;
    background-image: -webkit-linear-gradient(left,#43264e,#0080ca);
    background-image: -moz-linear-gradient(left,#43264e,#0080ca);
    background-image: -ms-linear-gradient(left,#43264e,#0080ca);
    background-image: -o-linear-gradient(left,#43264e,#0080ca);
    background-image: linear-gradient(90deg,#43264e,#0080ca);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 30px;
    font-size: 1.57143em;
    text-transform: none
}

@media (-ms-high-contrast:none) {
    .wrapper-snipe .theme-snipe .big-title, .wrapper-snipe .theme-snipe .main-title, .wrapper-snipe .theme-snipe .sub-title {
        background-image: none !important;
        background-color: transparent !important
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .big-title, .wrapper-snipe .theme-snipe .main-title, .wrapper-snipe .theme-snipe .sub-title {
        font-size: 1.57143em;
        margin: 0 !important;
        background-image: linear-gradient(90deg,#43264e,#0080ca)
    }

        .wrapper-snipe .theme-snipe .big-title:after, .wrapper-snipe .theme-snipe .main-title:after, .wrapper-snipe .theme-snipe .sub-title:after {
            display: none !important
        }
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .big-title, .wrapper-snipe .theme-snipe .main-title, .wrapper-snipe .theme-snipe .sub-title {
        margin-bottom: .7em
    }
}

.wrapper-snipe .theme-snipe .big-title a, .wrapper-snipe .theme-snipe .big-title span, .wrapper-snipe .theme-snipe .main-title a, .wrapper-snipe .theme-snipe .main-title span, .wrapper-snipe .theme-snipe .sub-title a, .wrapper-snipe .theme-snipe .sub-title span {
    font: 1.71429em Rubik;
    text-transform: none
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .big-title a, .wrapper-snipe .theme-snipe .big-title span, .wrapper-snipe .theme-snipe .main-title a, .wrapper-snipe .theme-snipe .main-title span, .wrapper-snipe .theme-snipe .sub-title a, .wrapper-snipe .theme-snipe .sub-title span {
        font: 1.28571em Rubik
    }
}

.wrapper-snipe .theme-snipe .big-title.white-title, .wrapper-snipe .theme-snipe .main-title.white-title, .wrapper-snipe .theme-snipe .sub-title.white-title {
    background-image: none;
    color: #fff
}

@media (-ms-high-contrast:none) {
    .wrapper-snipe .theme-snipe .big-title.white-title, .wrapper-snipe .theme-snipe .main-title.white-title, .wrapper-snipe .theme-snipe .sub-title.white-title {
        background-color: transparent !important
    }
}

.wrapper-snipe .theme-snipe .sub-title {
    font: 1.14286em Rubik;
    text-align: center;
    display: block;
    margin-bottom: 30px
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .sub-title {
        font-size: .85714em
    }
}

.wrapper-snipe .theme-snipe .TripRally-mobile .box {
    background: #f8f8f8;
    padding: 10px 20px;
    margin: 0 0 2.8em;
    border: 1px solid #e5e5e5
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .TripRally-mobile .box {
        margin: 1.8em 0
    }
}

.wrapper-snipe .theme-snipe .TripRally-mobile .box .app-btn {
    text-align: center;
    padding: 15px;
    background: #000;
    margin: 15px 16px 15px 0;
    float: left
}

@media only screen and (max-width:900px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .TripRally-mobile .box .app-btn {
        width: 30%
    }
}

@media only screen and (max-width:550px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .TripRally-mobile .box .app-btn {
        width: 100%
    }
}

@media only screen and (max-width:900px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .TripRally-mobile .box .g-play {
        margin-left: 18%
    }
}

@media only screen and (max-width:550px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .TripRally-mobile .box .g-play {
        margin-left: 0
    }
}

.wrapper-snipe .theme-snipe .TripRally-mobile .box .mob-submit-btn {
    font-size: 1.14286em;
    text-align: center;
    width: 30%;
    padding: 0;
    line-height: 35px
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .TripRally-mobile .box .mob-submit-btn {
        width: 100%;
        margin: 25px 0
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .wrapper-snipe .theme-snipe .TripRally-mobile .box .mob-submit-btn {
        line-height: 36px
    }
}

.wrapper-snipe .theme-snipe .TripRally-mobile .box .input-mobile-no {
    margin-right: 7px;
    width: 66%
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .TripRally-mobile .box .input-mobile-no {
        width: 100%
    }
}

.wrapper-snipe .theme-snipe .TripRally-mobile .box .input-mobile-no input {
    width: 100%
}

.wrapper-snipe .theme-snipe .TripRally-mobile .box .rgt-block {
    display: table-cell;
    width: 46%
}

@media only screen and (max-width:900px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .TripRally-mobile .box .rgt-block {
        display: table;
        width: 100%;
        clear: both
    }
}

.wrapper-snipe .theme-snipe .TripRally-mobile .box .rgt-block li {
    margin: 5px 0 10px;
    width: 100%
}

.wrapper-snipe .theme-snipe .TripRally-mobile .box .pad_15_20 {
    padding: 15px 20px
}

.wrapper-snipe .theme-snipe .TripRally-mobile .box .assistance-no span {
    color: #666
}

.wrapper-snipe .theme-snipe .TripRally-mobile .box .or-seprate {
    font-size: 1.71429em;
    float: left;
    width: 32px;
    height: 105px;
    border-left: 1px solid #e5e5e5;
    position: relative;
    margin-left: 20px
}

@media only screen and (max-width:900px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .TripRally-mobile .box .or-seprate {
        margin-left: 49%
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .TripRally-mobile .box .or-seprate {
        height: 55px
    }
}

.wrapper-snipe .theme-snipe .TripRally-mobile .box .or-seprate span {
    position: absolute;
    left: -22px;
    top: 30px;
    background: #f8f8f8;
    padding: 5px 0;
    color: #8a8a8a
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .TripRally-mobile .box .or-seprate span {
        top: 10px
    }
}

.wrapper-snipe .theme-snipe .TripRally-mobile .learn-btn {
    font-size: 1.14286em;
    width: 330px;
    display: block;
    margin: 20px auto;
    padding: 15px 0;
    color: #666;
    text-align: center;
    border: 1px solid #333
}

@media only screen and (max-width:360px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .TripRally-mobile .learn-btn {
        width: 100%
    }
}

.wrapper-snipe .theme-snipe .TripRally-mobile .learn-btn:focus, .wrapper-snipe .theme-snipe .TripRally-mobile .learn-btn:hover {
    border: 1px solid #f34f4f
}

.wrapper-snipe .theme-snipe .TripRally-mobile .learn-btn.active, .wrapper-snipe .theme-snipe .TripRally-mobile .learn-btn:hover {
    color: #333;
    border: 1px solid #2476bb;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.wrapper-snipe .theme-snipe .TripRally-mobile .thanksDeals {
    vertical-align: middle;
    float: left;
    text-align: center;
    width: 50%;
    margin-top: 25px
}

    .wrapper-snipe .theme-snipe .TripRally-mobile .thanksDeals .smsSent {
        color: #333;
        font-size: 30px;
        text-align: center;
        display: block;
        margin-bottom: 10px
    }

    .wrapper-snipe .theme-snipe .TripRally-mobile .thanksDeals .smsCallNo {
        display: block
    }

.wrapper-snipe .theme-snipe .promotionDiv, .wrapper-snipe .theme-snipe .promotionDiv2 {
    margin: 0
}

    .wrapper-snipe .theme-snipe .promotionDiv2 .yt-CommonOffer .container, .wrapper-snipe .theme-snipe .promotionDiv .yt-CommonOffer .container {
        padding-top: 0;
        margin-top: -10px
    }

.wrapper-snipe .theme-snipe .AdverTxt {
    color: #999;
    text-align: right;
    font-size: .8em;
    max-width: 1024px;
    margin: 0 auto
}

.wrapper-snipe .theme-snipe .promotionDiv2 .AdverTxt {
    max-width: 728px;
    margin: 0 auto
}

.wrapper-snipe .theme-snipe .AdverBlock {
    margin: .3em 0 1.5em;
    overflow-y: hidden;
    text-align: center;
    width: 100%
}

    .wrapper-snipe .theme-snipe .AdverBlock iframe {
        width: 100%
    }

@media only screen and (max-width:610px) and (min-width:1px) {
    .wrapper-snipe .theme-snipe .yt-ani-s {
        display: none
    }
}

.container .titleBox {
    text-align: center
}

.VueCarousel-navigation-button {
    position: absolute;
    top: 55%;
    text-decoration: none;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px
}

.VueCarousel-navigation-next {
    margin-top: -77px;
    right: 10px;
    background: transparent url(/content/fresco/snipe/dist/images/Arrow.svg?b4137620975d59cfdc50af79211f10e6) no-repeat;
    background-color: #f4f6f8;
    background-position: 15px;
    border-radius: 5px 0 0 5px;
    height: 40px;
    padding: 20px
}

.VueCarousel-navigation-prev {
    margin-top: -77px;
    left: 9px;
    background: transparent url(/content/fresco/snipe/dist/images/Arrow1.svg?a80a3e23e9c21434c319cc39240fb89e) no-repeat;
    background-color: #f4f6f8;
    background-position: 15px;
    border-radius: 0 5px 5px 0;
    height: 40px;
    padding: 20px
}

.VueCarousel-navigation--disabled {
    display: none
}

.monument-wrapper {
    width: 100%;
    float: left;
    color: #666;
    background: #fff;
    min-height: 280px;
    position: relative;
    border-top: 1px solid #d9d9d9;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 2px 1px 0 #d9d9d9
}

@media (max-width:800px) {
    .monument-wrapper {
        min-height: 405px
    }
}

.monument-wrapper a {
    color: #666
}

.monument-wrapper .left-col {
    background-color: #f2f3f2;
    float: left;
    width: 12%;
    height: 100%;
    position: absolute
}

@media (max-width:720px) {
    .monument-wrapper .left-col {
        width: 18%
    }
}

.monument-wrapper .left-col ul li {
    line-height: 30px
}

    .monument-wrapper .left-col ul li a {
        display: block;
        background-color: #f2f3f2;
        border-left: 2px solid transparent;
        padding: 10px;
        font-size: 14px;
        cursor: pointer;
        color: #666
    }

        .monument-wrapper .left-col ul li a.activeCat {
            display: block;
            background-color: #fff;
            border-left: 2px solid #0080ca;
            color: #0080ca
        }

.monument-wrapper .right-col {
    float: left;
    padding: 20px;
    width: 88%;
    margin-left: 12%;
    margin-bottom: 40px
}

    .monument-wrapper .right-col .img-box {
        width: 174px;
        border: 1px solid transparent;
        position: relative;
        display: block;
        float: left;
        border-radius: 3px;
        border: 1px solid #fff;
        width: 100% !important
    }

        .monument-wrapper .right-col .img-box img {
            width: 100%
        }

        .monument-wrapper .right-col .img-box p {
            position: absolute;
            bottom: 2% !important;
            left: 0 !important;
            color: #fff;
            font-size: 15px;
            background: rgba(0,0,0,.4);
            width: 100%;
            padding: 5px
        }

            .monument-wrapper .right-col .img-box p span {
                display: block;
                width: 95%;
                text-overflow: ellipsis;
                white-space: nowrap;
                word-wrap: normal;
                overflow: hidden
            }

        .monument-wrapper .right-col .img-box .monumnet-content {
            float: left;
            width: 22%;
            margin-bottom: 15px;
            margin-left: 20px;
            position: relative;
            overflow: hidden
        }

.asi-cat-temp a.active-cat {
    display: block;
    background-color: #fff;
    border-left: 2px solid #0080ca;
    color: #0080ca
}

.asi-img-bx p span {
    display: block;
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden
}

.asi-img-bx img {
    width: 100%
}

.act-block {
    display: block !important
}

.monumnet-content {
    float: left;
    width: 22%;
    margin-bottom: 15px;
    margin-left: 20px;
    position: relative;
    overflow: hidden
}

.monument-explore-list {
    position: absolute;
    bottom: 18px;
    left: 42%;
    padding: 10px;
    width: 13%;
    background: #0080ca;
    font-size: 18px;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 0 #af1722;
    border-radius: 3px;
    font-size: 14px;
    text-transform: capitalize
}

    .monument-explore-list a {
        display: block
    }

.modal, .modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -ms-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -o-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    .modal-backdrop.in {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    *zoom: 1
}

    .modal-header:after, .modal-header:before {
        clear: both;
        content: " ";
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden
    }

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: normal
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    *zoom: 1
}

    .modal-footer:after, .modal-footer:before {
        clear: both;
        content: " ";
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:480px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        -ms-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        -o-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:550px) {
    .modal-lg {
        width: 900px
    }
}

.eCashBannerTemp .banner-close-button {
    position: absolute;
    top: 25%;
    left: 1%;
    cursor: pointer
}

    .eCashBannerTemp .banner-close-button i {
        font-weight: 700;
        font-size: 12px
    }

.eCashBannerTemp .bannerContent {
    float: left;
    font-size: 13px;
    display: block;
    padding: 1px 0;
    cursor: pointer;
    background-color: #ffc300;
    text-align: center;
    padding: 10px;
    width: 100%
}

.eCashBannerTemp .ecashmsg {
    background-color: #ec9b1b;
    padding: 5px;
    display: inline-block;
    border-radius: 2px;
    font-weight: 700
}

.eCashBannerTemp .userName {
    font-weight: 700
}

.eCashBannerTemp .bannerLogin {
    background-color: #ec9b1b;
    padding: 5px;
    display: inline-block;
    border-radius: 2px;
    font-weight: 700
}

.eCashBannerTemp .bannerSignUp {
    text-decoration: underline
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-ok:before {
    content: "\E800"
}

.icon-cancel-1:before {
    content: "\E801"
}

.icon-calendar:before {
    content: "\E802"
}

.icon-location:before {
    content: "\E803"
}

.icon-location-1:before {
    content: "\E804"
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package, .wrapper-snipe .theme-snipe .yt-CommonOffer .package {
    margin: 0 30px 15px 0;
    color: #fff;
    background-size: cover;
    background-position: 50%;
    float: left;
    cursor: pointer;
    background: none;
    border-radius: 0;
    transition: all .5s ease;
    border-bottom: 1px solid #e4e4e4
}

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package.super-offer, .wrapper-snipe .theme-snipe .yt-CommonOffer .package.super-offer {
        height: auto
    }

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package:hover, .wrapper-snipe .theme-snipe .yt-CommonOffer .package:hover {
        transform: scale(1.1);
        border-bottom: none;
        box-shadow: 0 5px 15px rgba(0,0,0,.1);
        border-radius: 6px 6px 0 0
    }

@media only screen and (max-width:480px) and (min-width:1px) {
    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package, .wrapper-snipe .theme-snipe .yt-CommonOffer .package {
        width: 100% !important
    }
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .image-holder, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .image-holder {
    min-height: 190px;
    height: 191px;
    background: #333;
    border-radius: 6px 6px 0 0;
    width: 100%;
    position: relative;
    overflow: hidden
}

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .image-holder.flight-holder, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .image-holder.flight-holder {
        line-height: 14;
        background-size: cover;
        background-repeat: no-repeat
    }

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .image-holder img, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .image-holder img {
        width: 100%;
        border-radius: 5px 5px 0 0
    }

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .image-holder span, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .image-holder span {
        position: absolute;
        left: 16px;
        bottom: -1px;
        text-transform: uppercase;
        padding: 12px 20px;
        background: #ff2a2a;
        font-size: 1em;
        font-weight: 500;
        border-radius: 3px 3px 0 0
    }

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content {
    padding: 15px;
    width: 100%;
    height: 100%;
    position: relative
}

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory {
        padding: 6px 8px 12px 16px;
        width: 100%;
        overflow: hidden;
        color: #333
    }

        .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details {
            width: 100%;
            min-height: 80px;
            float: left
        }

            .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details.txt-rgt, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details.txt-rgt {
                width: 30%;
                text-align: right
            }

            .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details h3, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details h3 {
                font-size: 1.21429em;
                line-height: 22px;
                padding-top: 12px;
                text-transform: capitalize;
                color: #333
            }

                .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details h3.dist-price, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details h3.dist-price {
                    font-weight: 500
                }

@media only screen and (max-width:480px) and (min-width:1px) {
    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details h3, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details h3 {
        font-size: 1.14286em
    }
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay.duration, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay.duration {
    display: block;
    line-height: 16px;
    padding-bottom: 5px;
    font-size: 1em;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay.duration.priceSubtitle, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay.duration.priceSubtitle {
        font-size: 1.28571em;
        font-weight: 500;
        color: #333
    }

        .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay.duration.priceSubtitle span, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay.duration.priceSubtitle span {
            font-size: 1.14286em;
            font-weight: 500;
            color: #333
        }

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details p, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details p {
    font-size: 1em;
    color: #999
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .date, .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .ico-corner, .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .date, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .ico-corner, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay {
    display: block !important
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .itinarary, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .itinarary {
    display: none !important
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .txtTransform, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .txtTransform {
    text-transform: capitalize
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content p, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content p {
    color: #999
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content h3, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content h3 {
    font-size: 1.14286em;
    overflow: hidden;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content .date, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content .date {
    font-size: .78571em
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content .ico-corner, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content .ico-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content .ico-corner, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content .ico-corner {
        display: none !important
    }
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content .date, .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content .ico-corner, .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content .stay, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content .date, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content .ico-corner, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content .stay {
        display: block
    }
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main {
    min-height: 400px;
    margin-top: -170px;
    z-index: 1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main.pop-in, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main.pop-in {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

@media only screen and (max-width:1024px) and (min-width:1px) {
    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main {
        margin-top: 0
    }
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main .container-for-one, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main .container-for-one {
    max-width: 440px !important
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main .container-for-two, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main .container-for-two {
    max-width: 760px !important
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main .container, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main .container {
    max-width: 1045px;
    margin-bottom: 20px;
    padding-top: 3em
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main .journeyOfferWrapper, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main .journeyOfferWrapper {
    display: block !important
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main .VueCarousel, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main .VueCarousel {
    margin: 0 5px 15px
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main .big-title.white-title, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main .big-title.white-title {
        background-image: linear-gradient(90deg,#43264e,#0080ca)
    }
}

@media only screen and (min-width:1025px) {
    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main.loginBarVisible, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main.loginBarVisible {
        margin-top: -150px
    }
}

@media only screen and (min-width:1201px) {
    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main.anniversaryBanner, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main.anniversaryBanner {
        margin-top: -20px
    }
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package, .wrapper-snipe .theme-snipe .yt-CommonOffer .package {
    width: 295px;
    margin-top: 15px
}

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package:last-child, .wrapper-snipe .theme-snipe .yt-CommonOffer .package:last-child {
        margin-right: 0 !important
    }

.discount-ico {
    position: relative
}

    .discount-ico:before {
        background: transparent url(/content/fresco/snipe/dist/images/sprite.png?ea5d19cb89b694f45a7b10056e649fbf) 0 0 no-repeat;
        content: " ";
        display: inline-block;
        height: 20px;
        width: 20px;
        position: relative;
        vertical-align: middle;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.discount-ico-bongo:before {
    background-position: -9px -8px
}

.discount-ico-congo:before {
    background-position: -14px -9px;
    height: 45px;
    width: 38px
}

.discount-color-green {
    color: #7db343
}

.discount-color-red {
    color: #f4581f
}

.discount-corp {
    top: 0;
    left: 0;
    z-index: 99999;
    overflow-x: hidden
}

    .discount-corp.scr {
        background: 0 none;
        position: relative
    }

    .discount-corp.error .red, .discount-corp.success .green {
        display: block !important
    }

    .discount-corp .discount-title {
        font-size: 1.429em
    }

@media only screen and (max-width:640px) {
    .discount-corp .discount-title {
        font-size: 1.071em
    }
}

.discount-corp .discount-sub-title-gray {
    color: #b0b0b0;
    font-size: .785em
}

.discount-corp .discount-sub-title {
    margin: 10px 0
}

    .discount-corp .discount-sub-title .discount-custom-checkbox {
        display: inline-block;
        text-align: left
    }

        .discount-corp .discount-sub-title .discount-custom-checkbox .discount-chk-box {
            margin-right: 10px
        }

            .discount-corp .discount-sub-title .discount-custom-checkbox .discount-chk-box input:checked + .check {
                background-position: -98px -312px
            }

            .discount-corp .discount-sub-title .discount-custom-checkbox .discount-chk-box .check {
                background-color: #64b5f6;
                background-position: 100px 100px;
                width: 18px;
                height: 17px
            }

.discount-corp .discount-col-12 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-ml2 {
        margin-left: 4%
    }
}

.discount-corp .discount-col-3 {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-col-3 {
        width: 100%
    }
}

.discount-corp .discount-col-9 {
    width: 75%;
    padding: 0 15px;
    box-sizing: border-box
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-col-9 {
        width: 100%
    }
}

.discount-corp .discount-col-8 {
    width: 66.66%;
    box-sizing: border-box;
    padding: 0 15px
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-col-8 {
        width: 100%
    }
}

.discount-corp .discount-col-6 {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-col-6 {
        width: 100%
    }
}

.discount-corp .discount-col-4 {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-col-4 {
        width: 100%
    }
}

.discount-corp .discount-popup, .discount-corp .discount-scr {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.5)
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-popup, .discount-corp .discount-scr {
        max-width: 100%
    }
}

.discount-corp .discount-scr {
    max-width: 700px;
    -moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.5);
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.5);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.5)
}

    .discount-corp .discount-scr .uName {
        text-transform: capitalize
    }

    .discount-corp .discount-scr .discount--title {
        font-size: 2em;
        color: #666;
        margin: 5px 0 15px
    }

        .discount-corp .discount-scr .discount--title.fs-20 {
            font-size: 1.429em;
            color: #333;
            margin: 5px 0 25px
        }

@media only screen and (max-width:768px) {
    .discount-corp .discount-scr .discount--title {
        font-size: 1.429em
    }
}

.discount-corp .discount-scr hr {
    margin: 15px -20px
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-scr hr {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
}

.discount-corp .discount-verify {
    position: absolute;
    right: 30px;
    top: 8px;
    font-size: 12px
}

@media only screen and (max-width:768px) {
    .discount-corp .discount-verify {
        top: -20px;
        right: 0
    }
}

.discount-corp .discount-verify > i {
    margin-right: 5px
}

.discount-corp .discount-custom-checkbox, .discount-corp .discount-custom-text {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    white-space: nowrap
}

.discount-corp .discount-custom-checkbox {
    cursor: pointer;
    -moz-user-select: none
}

    .discount-corp .discount-custom-checkbox.green, .discount-corp .discount-custom-checkbox.red {
        margin-top: 10px
    }

@media only screen and (max-width:640px) {
    .discount-corp .discount-custom-checkbox.green, .discount-corp .discount-custom-checkbox.red {
        margin-top: 0
    }
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-custom-checkbox {
        margin-left: 0
    }
}

.discount-corp .discount-form {
    padding-top: 10px;
    margin-bottom: 10px
}

    .discount-corp .discount-form.pt0 {
        padding-top: 0
    }

@media only screen and (max-width:640px) {
    .discount-corp .discount-form {
        padding-top: 0
    }
}

.discount-corp .discount-form .discount-form-control {
    border: 1px solid #e2e2e2;
    display: block;
    position: relative
}

    .discount-corp .discount-form .discount-form-control:disabled {
        background-color: #f4f4f4;
        color: #999;
        cursor: not-allowed
    }

.discount-corp .discount-form label.discount-form-label {
    text-align: left;
    float: left;
    padding: 8px 0;
    cursor: default;
    color: #666;
    font-size: 1.071em;
    white-space: nowrap
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-form label.discount-form-label {
        width: 100%;
        padding-left: 0;
        font-size: 12px
    }
}

.discount-corp .discount-form input.discount-form-control {
    border: 1px solid #e2e2e2;
    padding: 8px 10px;
    width: 100%;
    font-family: Rubik;
    box-sizing: border-box;
    line-height: 15px
}

    .discount-corp .discount-form input.discount-form-control:focus {
        border-color: #737373;
        outline: medium none
    }

.discount-corp .btn-primary {
    padding: 10px 14px;
    font-size: 1.214em;
    background-color: #ea2330;
    color: #fff;
    text-transform: capitalize;
    min-width: 140px;
    box-sizing: border-box
}

    .discount-corp .btn-primary.w100 {
        width: 100%
    }

@media only screen and (max-width:640px) {
    .discount-corp .btn-primary {
        width: 100%
    }

        .discount-corp .btn-primary + .btn {
            margin-top: 10px
        }
}

.discount-corp .discount-text-btn {
    line-height: 40px;
    vertical-align: middle
}

.discount-corp .res-pl {
    padding-left: 0
}

.discount-corp .discount-res-center {
    float: right
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-res-center {
        float: none;
        text-align: center
    }
}

@media only screen and (max-width:640px) {
    .discount-corp .res-mb10 {
        margin-bottom: 10px
    }

    .discount-corp .res-clearfix {
        clear: both
    }

    .discount-corp .res-center {
        text-align: center
    }

    .discount-corp .res-pl {
        padding-left: 15px
    }
}

.discount-corp .custom-radio {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    width: 25%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -spec-user-select: none;
    user-select: none
}

    .discount-corp .custom-radio.disabled {
        cursor: not-allowed;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: .5
    }

        .discount-corp .custom-radio.disabled input[type=radio]:checked + .check {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0
        }

    .discount-corp .custom-radio .radio-box {
        border-radius: 10px;
        border: 1px solid #666;
        display: inline-block;
        float: left;
        height: 16px;
        margin-right: 10px;
        position: relative;
        width: 16px
    }

        .discount-corp .custom-radio .radio-box input[type=radio]:checked + .discount-check {
            background-color: #000;
            border-radius: 10px;
            height: 10px;
            left: 2px;
            position: absolute;
            top: 2px;
            width: 10px
        }

    .discount-corp .custom-radio input[type=radio] {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0
    }

        .discount-corp .custom-radio input[type=radio]:checked + .check {
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1
        }

    .discount-corp .custom-radio .check {
        left: 2px;
        font-size: 12px;
        position: absolute;
        top: 1px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s
    }

.discount-corp .btn {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: normal 1.286em/normal Rubik;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

    .discount-corp .btn:hover {
        color: #fff
    }

    .discount-corp .btn.btn-primary {
        background-color: #ea2330
    }

        .discount-corp .btn.btn-primary.btn-blue {
            background-color: #0694b6
        }

            .discount-corp .btn.btn-primary.btn-blue:hover {
                background-color: #166c85
            }

        .discount-corp .btn.btn-primary:hover {
            color: #fff;
            background-color: #c00100;
            border-color: #2589cb
        }

        .discount-corp .btn.btn-primary.btn-orange {
            background-color: #f48131
        }

            .discount-corp .btn.btn-primary.btn-orange:hover {
                background-color: #ea6409;
                color: #fff
            }

    .discount-corp .btn.btn-sm {
        padding-bottom: 6px;
        padding-top: 6px
    }

    .discount-corp .btn.btn-block {
        padding: 10px 20px;
        width: 100%
    }

.discount-corp hr {
    background-color: #e2e2e2;
    border: none;
    height: 1px;
    margin: 20px -19px;
    clear: both
}

    .discount-corp hr:after, .discount-corp hr:before {
        clear: both;
        content: " ";
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden
    }

@media only screen and (max-width:640px) {
    .discount-corp hr {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}

.discount-corp .fl {
    float: left
}

.discount-corp .fr {
    float: right
}

.discount-corp .tr {
    text-align: right
}

.discount-corp .tl {
    text-align: left
}

.discount-corp .text-center {
    text-align: center
}

.discount-corp .capitalize {
    text-transform: capitalize
}

.discount-corp .pr {
    position: relative
}

.discount-corp .bold, .discount-corp strong {
    font-family: Rubik;
    font-weight: 500
}

.discount-corp .hide {
    display: none
}

.discount-corp .fs-12 {
    font-size: .857em
}

.discount-corp .fs-13 {
    font-size: .928em
}

.discount-corp .fs-15 {
    font-size: 1.071em
}

.discount-corp .fs-20 {
    font-size: 1.429em
}

.discount-corp .fs-24 {
    font-size: 1.714em
}

.discount-corp .mt8 {
    margin-top: 8px
}

.discount-corp .rs {
    font-family: RupeeSign
}

.discount-corp .lt-gray {
    color: #666
}

.discount-corp .ltr-gray {
    color: #999
}

.discount-corp .green {
    color: #7db343
}

.discount-corp .red {
    color: #f4581f
}

.discount-corp .bg-color-f6 {
    background-color: #f6f6f6
}

.discount-corp .ib {
    display: inline-block
}

.discount-corp .block {
    display: block
}

.discount-corp p {
    line-height: 18px
}

.discount-corp label {
    cursor: pointer
}

.discount-corp .clearfix {
    clear: both
}

    .discount-corp .clearfix:after, .discount-corp .clearfix:before {
        clear: both;
        content: " ";
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden
    }

.discount-corp .btn, .discount-corp .my-transition, .discount-corp a {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.discount-corp a {
    color: #2476bb !important;
    cursor: pointer;
    text-decoration: none
}

    .discount-corp a:hover {
        color: #ea2330 !important
    }

.discount-corp .discount-custom-close {
    position: absolute;
    top: 7px;
    right: 13px;
    cursor: pointer;
    height: 20px;
    width: 18px;
    opacity: .6
}

    .discount-corp .discount-custom-close:hover {
        opacity: 1
    }

    .discount-corp .discount-custom-close:after, .discount-corp .discount-custom-close:before {
        background-color: #999;
        content: "";
        height: 13px;
        left: 15px;
        position: absolute;
        width: 2px
    }

    .discount-corp .discount-custom-close:before {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .discount-corp .discount-custom-close:after {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .discount-corp .discount-custom-close .discount-close {
        display: none
    }

.discount-corp .discount-close-red {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 20px;
    width: 20px;
    background-color: #f4581f;
    border-radius: 50%
}

    .discount-corp .discount-close-red:before {
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50%;
        border-radius: 50% 50% 50% 50%;
        border: 1px dotted red;
        height: 25px;
        width: 25px;
        content: "";
        position: absolute;
        top: -3px;
        left: -3px
    }

    .discount-corp .discount-close-red .discount-custom-close {
        color: #fff;
        position: absolute;
        top: 3px;
        left: 5px
    }

.discount-corp .row {
    clear: both;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -15px
}

    .discount-corp .row:after, .discount-corp .row:before {
        clear: both;
        content: " ";
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden
    }

    .discount-corp .row + .row {
        margin-top: 10px
    }

@media only screen and (max-width:640px) {
    .discount-corp .row + .row {
        margin-top: 5px
    }
}

.discount-corp .pl5 {
    padding-left: 5px
}

.discount-corp .ml5 {
    margin-left: 5px
}

.discount-corp .pr5 {
    padding-right: 5px
}

.discount-corp .mr5 {
    margin-right: 5px
}

.discount-corp .pt5 {
    padding-top: 5px
}

.discount-corp .mt5 {
    margin-top: 5px
}

.discount-corp .pb5 {
    padding-bottom: 5px
}

.discount-corp .mb5 {
    margin-bottom: 5px
}

.discount-corp .pl7 {
    padding-left: 7px
}

.discount-corp .ml7 {
    margin-left: 7px
}

.discount-corp .pr7 {
    padding-right: 7px
}

.discount-corp .mr7 {
    margin-right: 7px
}

.discount-corp .pt7 {
    padding-top: 7px
}

.discount-corp .mt7 {
    margin-top: 7px
}

.discount-corp .pb7 {
    padding-bottom: 7px
}

.discount-corp .mb7 {
    margin-bottom: 7px
}

.discount-corp .pl10 {
    padding-left: 10px
}

.discount-corp .ml10 {
    margin-left: 10px
}

.discount-corp .pr10 {
    padding-right: 10px
}

.discount-corp .mr10 {
    margin-right: 10px
}

.discount-corp .pt10 {
    padding-top: 10px
}

.discount-corp .mt10 {
    margin-top: 10px
}

.discount-corp .pb10 {
    padding-bottom: 10px
}

.discount-corp .mb10 {
    margin-bottom: 10px
}

.discount-corp .pl15 {
    padding-left: 15px
}

.discount-corp .ml15 {
    margin-left: 15px
}

.discount-corp .pr15 {
    padding-right: 15px
}

.discount-corp .mr15 {
    margin-right: 15px
}

.discount-corp .pt15 {
    padding-top: 15px
}

.discount-corp .mt15 {
    margin-top: 15px
}

.discount-corp .pb15 {
    padding-bottom: 15px
}

.discount-corp .mb15 {
    margin-bottom: 15px
}

.discount-corp .pl20 {
    padding-left: 20px
}

.discount-corp .ml20 {
    margin-left: 20px
}

.discount-corp .pr20 {
    padding-right: 20px
}

.discount-corp .mr20 {
    margin-right: 20px
}

.discount-corp .pt20 {
    padding-top: 20px
}

.discount-corp .mt20 {
    margin-top: 20px
}

.discount-corp .pb20 {
    padding-bottom: 20px
}

.discount-corp .mb20 {
    margin-bottom: 20px
}

.discount-corp .pl25 {
    padding-left: 25px
}

.discount-corp .ml25 {
    margin-left: 25px
}

.discount-corp .pr25 {
    padding-right: 25px
}

.discount-corp .mr25 {
    margin-right: 25px
}

.discount-corp .pt25 {
    padding-top: 25px
}

.discount-corp .mt25 {
    margin-top: 25px
}

.discount-corp .pb25 {
    padding-bottom: 25px
}

.discount-corp .mb25 {
    margin-bottom: 25px
}

.discount-corp .pl30 {
    padding-left: 30px
}

.discount-corp .ml30 {
    margin-left: 30px
}

.discount-corp .pr30 {
    padding-right: 30px
}

.discount-corp .mr30 {
    margin-right: 30px
}

.discount-corp .pt30 {
    padding-top: 30px
}

.discount-corp .mt30 {
    margin-top: 30px
}

.discount-corp .pb30 {
    padding-bottom: 30px
}

.discount-corp .mb30 {
    margin-bottom: 30px
}

@-webkit-keyframes opacity {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes opacity {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.discount-loader-dot {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    -moz-animation-name: opacity;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

    .discount-loader-dot, .discount-loader-dot:after, .discount-loader-dot:before {
        display: inline-block;
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #0072bb
    }

        .discount-loader-dot:after, .discount-loader-dot:before {
            content: "";
            position: absolute;
            top: 0;
            -moz-animation-name: opacity;
            -webkit-animation-name: opacity;
            animation-name: opacity;
            -moz-animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -moz-animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite
        }

        .discount-loader-dot:before {
            right: 7px
        }

        .discount-loader-dot:after {
            left: 7px;
            -moz-animation-delay: .3s;
            -webkit-animation-delay: .3s;
            animation-delay: .3s
        }

        .discount-loader-dot i {
            -moz-animation-name: opacity;
            -webkit-animation-name: opacity;
            animation-name: opacity;
            -moz-animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -moz-animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite
        }

            .discount-loader-dot i:nth-child(2) {
                -moz-animation-delay: .1s;
                -webkit-animation-delay: .1s;
                animation-delay: .1s
            }

            .discount-loader-dot i:nth-child(3) {
                -moz-animation-delay: .3s;
                -webkit-animation-delay: .3s;
                animation-delay: .3s
            }

.discount-loaderDiv {
    background: #fff;
    margin: 5% auto;
    padding: 20px;
    max-width: 400px;
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.5);
    text-align: center
}

@media only screen and (max-width:640px) {
    .discount-loaderDiv {
        max-width: 100% !important;
        margin-top: 15%
    }
}

.discount-loaderDiv h2 {
    font-size: 15px
}

@media only screen and (max-width:640px) {
    .discount-res-anchorBtn {
        display: block;
        text-align: center
    }
}

.discount-under-link {
    position: relative
}

    .discount-under-link:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -1px;
        left: 0;
        background-color: #ea2330;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s
    }

    .discount-under-link:hover:after {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

.discount-underLine {
    text-decoration: underline !important
}

    .discount-underLine:hover {
        color: inherit !important
    }

.discount-logoutLbl {
    margin-top: -20px;
    margin-right: -18px;
    background-color: #feffc5;
    border: 1px solid #fcff8a
}

    .discount-logoutLbl p {
        padding: 0 2px;
        color: #666;
        font-size: .785em
    }

.discount-nextStepEligible {
    background: #e7e7e7;
    padding: 0 11px;
    margin: 0 !important;
    border: 1px solid #ccc
}

    .discount-nextStepEligible p {
        padding: 8px 0 0
    }

    .discount-nextStepEligible .discount-form-label {
        font-size: inherit !important
    }

    .discount-nextStepEligible #childPrgNametxt {
        border-color: #999 !important
    }

@font-face {
    font-family: RupeeSign;
    src: url(../fonts/WebRupee.V2.0.eot?30b42a0428fad208556f5e672717780b);
    src: url(../fonts/WebRupee.V2.0.eot?30b42a0428fad208556f5e672717780b?#iefix?corp=true) format("embedded-opentype"),url(../fonts/WebRupee.V2.0.woff?5bb128f740689bd22a816d8f6bcfaba3) format("woff"),url(../fonts/WebRupee.V2.0.ttf?388288fc6b37f7c46d4e23b19d31e8af) format("truetype"),url(/content/fresco/snipe/dist/images/WebRupee.V2.0.svg?115851616da5b623d29ff9818a3cfff5#RupeeSign?corp=true) format("svg");
    font-style: normal;
    font-weight: 400
}

.holiday-box {
    border: 1px solid #b9b9b9;
    width: 300px;
    min-height: 260px;
    margin: auto
}

    .holiday-box a {
        color: #333
    }

    .holiday-box figure {
        border-bottom: 1px solid #b9b9b9;
        overflow: hidden;
        height: 147px;
        background: url(//www.TripRally.com/content/fresco/default/images/AjaxLoader.gif) no-repeat 50%;
        position: relative
    }

    .holiday-box img {
        display: block;
        transition: all .3s ease 0s
    }

    .holiday-box h3 {
        color: #333;
        font-size: 25px;
        padding: 12px 20px;
        font-family: Rubik;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .holiday-box .destination-packages {
        padding: 0 0 12px 20px;
        list-style: none;
        overflow: hidden;
        font-size: 17px
    }

        .holiday-box .destination-packages li {
            float: left
        }

            .holiday-box .destination-packages li:first-child {
                border-right: 1px solid #333;
                width: 75px;
                margin-right: 22px
            }

            .holiday-box .destination-packages li small {
                display: block;
                font-size: 14px;
                line-height: 18px
            }

            .holiday-box .destination-packages li .txtBigBold {
                font-size: 15px;
                font-weight: 500
            }

    .holiday-box .strip-black {
        background: #333;
        color: #fff;
        font-size: 25px;
        text-align: center;
        line-height: 2.5
    }

img.icon-img-holidays {
    float: left;
    margin: -3px 5px 0 -4px;
    width: 35px !important
}

.sprite-footer {
    display: inline-block;
    position: relative;
    background: transparent url("../images/footer.png") 0 0 no-repeat;
    content: " ";
    margin: 0 5px;
    vertical-align: middle
}

.ico-arrow {
    background-position: -103px -3px;
    height: 6px;
    width: 9px
}

.ico-secured-sites {
    background-position: 0 -124px;
    height: 52px;
    width: 66px
}

.ico-verisign-secure {
    background-position: 0 -73px;
    height: 52px;
    width: 90px
}

.ico-play-store {
    background-position: -248px -387px;
    height: 48px;
    width: 120px
}

.ico-app-store {
    background-position: -248px -426px;
    height: 48px;
    width: 120px
}

.ico-visa-secure {
    background-position: 0 -210px;
    height: 30px;
    width: 40px
}

.ico-master-card {
    background-position: -43px -210px;
    height: 26px;
    width: 40px
}

.ico-american-secure {
    background-position: 0 -177px;
    height: 27px;
    width: 43px
}

.ico-diner-club {
    background-position: -85px -208px;
    height: 27px;
    width: 38px
}

.ico-emi-secure {
    background-position: 0 -15px;
    height: 26px;
    width: 89px
}

.ico-net-secure {
    background-position: 0 -46px;
    height: 26px;
    width: 91px
}

.ico-fresh-facebook {
    background-position: -117px -73px;
    height: 18px;
    width: 11px
}

.ico-fresh-twitter {
    background-position: -130px -73px;
    height: 18px;
    width: 16px
}

.ico-fresh-google {
    background-position: -192px -73px;
    height: 18px;
    width: 18px
}

.ico-fresh-youtube {
    background-position: -170px -73px;
    height: 18px;
    width: 19px
}

.ico-fresh-instagram {
    background-position: -151px -73px;
    height: 18px;
    width: 16px
}

.ico-fresh-android {
    background-position: 0 -337px;
    height: 38px;
    width: 38px
}

.ico-fresh-ios {
    background-position: -48px -337px;
    height: 38px;
    width: 38px
}

.ico-fresh-window {
    background-position: -96px -337px;
    height: 38px;
    width: 38px
}

.ico-country-Bangladesh {
    background-position: -27px 1px;
    height: 15px;
    width: 21px
}

.ico-country-us {
    background-position: -47px -2px;
    height: 13px;
    width: 21px
}

.ico-footer-service-mobile {
    background-position: -125px -15px;
    height: 58px;
    width: 53px
}

.ico-rupay {
    background-position: -125px -208px;
    height: 27px;
    width: 56px
}

.ico-yt-gray-logo {
    background-position: -76px -121px;
    height: 56px;
    width: 185px
}

.ico-tgFooter_family {
    background-position: -238px 0;
    height: 42px;
    width: 113px
}

.ico-adventureFooter_family {
    background-position: -238px -51px;
    height: 42px;
    width: 190px
}

.ico-ytExoticFooter_family {
    background-position: -238px -106px;
    height: 42px;
    width: 125px
}

.ico-tsiYTFooter_family {
    background-position: -238px -150px;
    height: 42px;
    width: 99px
}

.top-routes {
    font: normal 1em/18px Rubik,sans-serif;
    width: 49%;
    margin: 32px 0 30px 2%;
    float: left
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .top-routes {
        width: 100%;
        margin-left: 0
    }
}

.top-routes blockquote {
    text-align: center
}
.top-routes .new-seo-link {
    /* border: 1px solid #e5e5e5; */
    margin-top: 33px;
    background-color: #f4f6f8;
    height: auto !important;
    /* box-shadow: 0 2px 2px -2px #aaa; */
    /* border-radius: 4px; */
}
/*.top-routes .new-seo-link {
    border: 1px solid #e5e5e5;
    margin-top: 33px;
    background-color: #fff;
    height: auto !important;
    box-shadow: 0 2px 2px -2px #aaa;
    border-radius: 4px
}*/

    .top-routes .new-seo-link li a {
        color: #666;
        vertical-align: middle;
        display: table-cell
    }

        .top-routes .new-seo-link li a.active, .top-routes .new-seo-link li a:hover {
            color: #000
        }

@media only screen and (max-width:610px) and (min-width:1px) {
    .top-routes .new-seo-link {
        margin-top: 24px;
        height: 100% !important
    }
}
.top-routes .new-seo-link li {
    float: left;
    width: 32.32%;
    list-style-type: none;
    padding: 1.3em 10px;
    min-height: 75px;
    border-bottom: 1px solid #e5e5e5;
    display: table;
    border-radius: 9px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #43264e4d;
    margin: 1px;
    /* box-shadow: 0 2px 2px -2px #aaa; */
    background-image: -webkit-linear-gradient(left,#fdf7ff,#e1edf5);
    background-image: -moz-linear-gradient(left,#fdf7ff,#e1edf5);
    background-image: -ms-linear-gradient(left,#fdf7ff,#e1edf5);
    background-image: -o-linear-gradient(left,#fdf7ff,#e1edf5);
    background-image: linear-gradient(90deg,#fdf7ff,#e1edf5);
}
/*.top-routes .new-seo-link li {
    float: left;
    width: 33.32%;
    list-style-type: none;
    padding: 1.3em 10px;
    min-height: 75px;
    border-bottom: 1px solid #e5e5e5;
    display: table
}*/

@media only screen and (max-width:610px) and (min-width:1px) {
    .top-routes .new-seo-link li {
        min-height: 80px
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .top-routes .new-seo-link li {
        padding: .9em 10px;
        text-align: center;
        border-bottom: 1px solid #e5e5e5 !important
    }
}

.top-routes .new-seo-link li a {
    font: normal 1em/18px Rubik,sans-serif
}

.top-routes .new-seo-link li.borderNone {
    border: 0 none
}

.top-routes.BangladeshRoutes {
    margin-left: 0 !important
}

.top-routes.mtAdjust {
    margin: 60px 0 30px 2%
}

.TripRallyForBusiness_Module {
    background: #8c425d url(/content/fresco/snipe/dist/images/sme-bg.jpg?e8e4d0954c3ec7623f66d154e148ad1a) no-repeat 0 0;
    min-height: 200px;
    background-size: 100%;
    border-radius: 5px;
    margin-bottom: 2%;
    margin-top: 50px;
    padding: 20px 40px
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .TripRallyForBusiness_Module {
        background-size: auto;
        height: auto
    }
}

.TripRallyForBusiness_Module ul li {
    list-style: none
}

    .TripRallyForBusiness_Module ul li.childBusiness {
        display: table-cell;
        width: 31%;
        color: #fff0ff;
        vertical-align: top
    }

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRallyForBusiness_Module ul li.childBusiness {
        display: none
    }
}

.TripRallyForBusiness_Module ul li.childBusiness .businessmoduleTitle {
    font-size: 18px;
    text-transform: uppercase
}

.TripRallyForBusiness_Module ul li.childBusiness .titleWhatOffer {
    margin-top: 20px
}

    .TripRallyForBusiness_Module ul li.childBusiness .titleWhatOffer li {
        font-size: 14px;
        line-height: 28px;
        margin-left: -10px
    }

        .TripRallyForBusiness_Module ul li.childBusiness .titleWhatOffer li a {
            color: #fff0ff;
            margin-left: 12px;
            margin-top: 5px;
            line-height: 20px;
            display: inline-block;
            border-bottom: 1px solid #fff0ff
        }

.TripRallyForBusiness_Module ul li.childBusiness.TripRallyBusineslogoArea {
    width: 15%;
    vertical-align: middle
}

.TripRallyForBusiness_Module ul li.childBusiness .TripRallyBusineslogo {
    background: url(/content/fresco/snipe/dist/images/TripRally_for_business_logo.svg?2b780a40198f78434fe40b04f2fbe33b) no-repeat 0 0;
    width: 125px;
    height: 60px;
    float: left;
    position: relative;
    background-size: 125px 60px
}

.TripRallyForBusiness_Module ul li.TripRallyBusinesform {
    background: #fff;
    width: 37.5%;
    border-radius: 5px;
    height: 160px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRallyForBusiness_Module ul li.TripRallyBusinesform {
        display: inline-block;
        height: auto;
        width: 100%
    }
}

.TripRallyForBusiness_Module ul li.TripRallyBusinesform .TripRallyBusinesformTitle {
    color: #b8282e;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
    background-color: #eee;
    border-radius: 5px 5px 0 0;
    font-weight: 500
}

.TripRallyForBusiness_Module ul li.TripRallyBusinesform .formFillUp {
    padding: 10px 15px;
    display: inline-block
}

    .TripRallyForBusiness_Module ul li.TripRallyBusinesform .formFillUp li {
        float: left;
        width: 46%;
        margin-left: 20px;
        border-bottom: 1px solid #d8d8d8
    }

@media only screen and (max-width:800px) and (min-width:1px) {
    .TripRallyForBusiness_Module ul li.TripRallyBusinesform .formFillUp li {
        width: 100%;
        margin: 10px 0 0
    }
}

.TripRallyForBusiness_Module ul li.TripRallyBusinesform .formFillUp li:first-child {
    margin-left: 0
}

.TripRallyForBusiness_Module ul li.TripRallyBusinesform .formFillUp li.flR {
    float: right;
    border: 0 none;
    margin-left: 0;
    position: relative;
    left: -15px
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .TripRallyForBusiness_Module ul li.TripRallyBusinesform .formFillUp li.flR {
        left: auto
    }
}

.TripRallyForBusiness_Module ul li.TripRallyBusinesform .formFillUp li.flL {
    float: left
}

.TripRallyForBusiness_Module ul li.TripRallyBusinesform .formFillUp label {
    color: #6b6b6b;
    font-size: 12px
}

.TripRallyForBusiness_Module ul li.TripRallyBusinesform .formFillUp input[type=email], .TripRallyForBusiness_Module ul li.TripRallyBusinesform .formFillUp input[type=text] {
    padding: 10px 0;
    background-image: -webkit-linear-gradient(#333,#333);
    background-image: linear-gradient(#333,#333);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: bottom,50% calc(100% - 1px);
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
    border: 0 none;
    width: 100%;
    font: normal 1.143em/20px Rubik
}

    .TripRallyForBusiness_Module ul li.TripRallyBusinesform .formFillUp input[type=email]:focus, .TripRallyForBusiness_Module ul li.TripRallyBusinesform .formFillUp input[type=text]:focus {
        background-size: 100% 1px;
        border-color: #575757
    }

.TripRallyForBusiness_Module ul li.TripRallyBusinesform .formFillUp .ytBusinesformInputbtn {
    width: 120px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 15px;
    background-color: #ff2a2a;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    text-align: center
}

    .TripRallyForBusiness_Module ul li.TripRallyBusinesform .formFillUp .ytBusinesformInputbtn:hover {
        background-color: #f34f4f;
        background-repeat: repeat-x;
        background-image: linear-gradient(180deg,#ea2330,#f34f4f);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#ea2330),to(#f34f4f));
        background-image: -webkit-linear-gradient(top,#ea2330,#f34f4f);
        background-image: -o-linear-gradient(top,#ea2330,#f34f4f);
        border-color: #f34f4f;
        color: #fff;
        transition: none 0s ease 0s
    }

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-blog {
        display: none
    }
}

.TripRally-blog .VueCarousel {
    max-width: 1095px;
    margin: 0 auto 15px
}

    .TripRally-blog .VueCarousel .VueCarousel-wrapper {
        width: 100%;
        height: 495px !important;
        padding: 10px 0
    }

        .TripRally-blog .VueCarousel .VueCarousel-wrapper .VueCarousel-inner .VueCarousel-slide {
            width: auto
        }

.TripRally-blog .blog-item {
    max-width: 345px;
    min-width: 345px;
    margin-right: 30px;
    min-height: 475px;
    float: left
}

    .TripRally-blog .blog-item:nth-child(3) {
        margin-right: 0
    }

    .TripRally-blog .blog-item .blog-img {
        min-width: 345px;
        float: left;
        position: relative;
        width: 100%;
        height: 450px;
        border-radius: 3px;
        overflow: hidden
    }

.TripRally-blog .blog-wrapper:nth-child(3) {
    margin-right: 0
}

.TripRally-blog .blog-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: -moz-linear-gradient(top,hsla(0,0%,100%,0) 0,rgba(0,0,0,.68) 100%);
    background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),rgba(0,0,0,.68));
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,rgba(0,0,0,.68))
}

    .TripRally-blog .blog-desc p {
        display: block;
        float: left;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        padding: 10px 0 20px;
        clear: both;
        height: 125px;
        overflow: hidden
    }

        .TripRally-blog .blog-desc p a {
            color: #fff
        }

    .TripRally-blog .blog-desc .post-author {
        position: absolute;
        padding: 30px 25px;
        left: 0;
        bottom: 0
    }

        .TripRally-blog .blog-desc .post-author span {
            float: left;
            margin: 0 0 10px
        }

        .TripRally-blog .blog-desc .post-author img {
            width: 50px;
            height: 50px;
            overflow: hidden;
            border-radius: 50%;
            box-shadow: 0 5px 7px rgba(0,0,0,.2)
        }

        .TripRally-blog .blog-desc .post-author .author-desc {
            display: block;
            float: left;
            font-size: 18px;
            font-weight: 400;
            line-height: 30px;
            color: #fff;
            text-align: left;
            padding: 10px 0 20px;
            clear: both;
            height: 125px;
            overflow: hidden
        }

    .TripRally-blog .blog-desc .blog-extra .read-more {
        float: left;
        clear: both;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 20px
    }

        .TripRally-blog .blog-desc .blog-extra .read-more:after {
            content: "";
            float: left;
            width: 100%;
            clear: both;
            background: #fff;
            height: 1px
        }

.why-book {
    margin-bottom: 40px;
    min-height: 338px;
    background: transparent url(/content/fresco/snipe/dist/images/book-with-TripRally-img.jpg?c29b762e2ce90444154991229e3bfeed) 50% no-repeat;
    background-size: cover;
    color: #fff
}

    .why-book .big-title, .why-book .big-title span {
        color: #fff;
        border-bottom: none;
        background-color: #fff;
        background-image: none;
        display: block;
        margin: 2em 0 1.1em;
        text-align: center
    }

        .why-book .big-title:after, .why-book .big-title span:after {
            content: none
        }

@media only screen and (max-width:800px) and (min-width:1px) {
    .why-book .big-title, .why-book .big-title span {
        margin: .8em 0 4.1em
    }
}

.why-book li {
    float: left;
    list-style-type: none;
    text-align: center;
    width: 20%;
    line-height: 1.333
}

@media only screen and (max-width:900px) and (min-width:1px) {
    .why-book li {
        width: 50%;
        margin-bottom: 10px;
        min-height: 132px;
        padding: 0 25px
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .why-book li {
        width: 100%
    }
}

.why-book li .why-book-txt {
    display: block;
    margin-top: 15px;
    font-size: 1.14286em
}

.why-book li h2 {
    font-size: 1.28571em;
    margin-top: 15px
}

.why-book li a {
    font-size: 1.14286em;
    margin-top: 15px;
    color: #fff;
    display: block;
    padding: 18px 0;
    border-top: 1px solid #6d5b4d;
    width: 90%;
    margin: 20px auto
}

    .why-book li a:focus, .why-book li a:hover {
        text-decoration: underline
    }

.why-book-trains {
    background: transparent url(/content/fresco/snipe/dist/images/train-why-book-TripRally.jpg?0e7a67ce8e4f1ce971f14e5bc4bc77dc) 50% no-repeat;
    background-size: cover;
    margin: 5em 0 2em
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .why-book-trains {
        margin-top: 0 !important
    }
}

.why-book-trains li {
    width: 22.58065%;
    margin-left: 10px
}

    .why-book-trains li:first-child {
        margin-left: 0
    }

    .why-book-trains li .why-book-txt {
        font-size: 1.07143em
    }

@media only screen and (max-width:900px) and (min-width:1px) {
    .why-book-trains li {
        width: 47.98387%
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .why-book-trains li {
        width: 100%
    }
}

.perfect-holiday.gallery-grid {
    background-color: #fff
}

    .perfect-holiday.gallery-grid .container {
        max-width: 1065px
    }

    .perfect-holiday.gallery-grid .big-title {
        margin-left: 0
    }

    .perfect-holiday.gallery-grid h2 {
        padding: 2em 0 1em
    }

@media only screen and (max-width:480px) and (min-width:1px) {
    .perfect-holiday.gallery-grid h2 {
        padding-bottom: 0
    }
}

.perfect-holiday.gallery-grid .hover-item:focus .catg-title, .perfect-holiday.gallery-grid .hover-item:hover .catg-title {
    bottom: 30px;
    transition: all .5s ease
}

.perfect-holiday.gallery-grid .item {
    width: 210px
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .perfect-holiday.gallery-grid .item {
        display: block
    }
}

.perfect-holiday.gallery-grid .item .holidayImgWrpr {
    float: left;
    list-style: none;
    width: 100%;
    border-radius: 3px;
    height: 260px;
    background: #fff;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
    box-shadow: 0 0 0 rgba(0,0,0,.5)
}

.perfect-holiday.gallery-grid .item .backgroundColorAdd {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    background: -moz-linear-gradient(top,rgba(114,2,56,0) 40%,#720238 100%);
    background: -webkit-linear-gradient(top,rgba(114,2,56,0) 40%,#720238);
    background: linear-gradient(180deg,rgba(114,2,56,0) 40%,#720238)
}

.perfect-holiday.gallery-grid .item img {
    min-width: 100%;
    height: 100%
}

.perfect-holiday.gallery-grid .item .catg-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    background: -moz-linear-gradient(top,rgba(114,2,56,0) 40%,#720238 100%);
    background: -webkit-linear-gradient(top,rgba(114,2,56,0) 40%,#720238);
    background: linear-gradient(180deg,rgba(114,2,56,0) 40%,#720238)
}

.perfect-holiday.gallery-grid .item .catg-title {
    font-size: 1.14286em;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 15px;
    padding-left: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    transition: all .5s ease
}

    .perfect-holiday.gallery-grid .item .catg-title h3 {
        font-weight: 500;
        padding-bottom: 5px
    }

.perfect-holiday.gallery-grid .item .catg-price {
    font-size: .92857em;
    display: block;
    clear: both
}

.perfect-holiday.gallery-grid .hover-style {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,.5)
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .perfect-holiday.gallery-grid .hover-style {
        display: block
    }
}

.perfect-holiday.gallery-grid .hover-init:focus .hover-style, .perfect-holiday.gallery-grid .hover-init:hover .hover-style {
    display: block
}

.perfect-holiday.gallery-grid .break-pattern {
    display: none
}

@media only screen and (max-width:900px) and (min-width:1px) {
    .perfect-holiday.gallery-grid .break-pattern {
        display: inline
    }
}

.perfect-holiday.gallery-grid .VueCarousel .VueCarousel-navigation .VueCarousel-navigation-next, .perfect-holiday.gallery-grid .VueCarousel .VueCarousel-navigation .VueCarousel-navigation-prev {
    background-color: #fff
}

.perfect-holiday.gallery-grid .VueCarousel .VueCarousel-wrapper {
    padding: 9px 15px;
    height: 350px !important
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .top-bus-routes {
        display: none
    }
}

.top-bus-routes .table-module {
    font: normal 1em/18px Rubik,Arial;
    width: 100%;
    float: none;
    margin: 30px 0
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .top-bus-routes .table-module {
        font-size: .85714em
    }
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .top-bus-routes .table-module {
        width: 100%
    }
}

.top-bus-routes .table-module .options {
    background: #dce1e7;
    width: 100%;
    padding: 10px 2.4em;
    font-size: 1em;
    border-radius: 4px 4px 0 0
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .top-bus-routes .table-module .options {
        padding: 10px .5em !important
    }
}

.top-bus-routes .table-module .options label {
    margin: 0 20px 0 0;
    line-height: 44px
}

.top-bus-routes .table-module .options > li {
    list-style: none;
    margin-left: 5px;
    float: left;
    position: relative
}

@media (min-width:769px) and (max-width:1024px) {
    .top-bus-routes .table-module .options > li {
        min-height: 50px
    }
}

.top-bus-routes .table-module .options > li:first-child {
    margin-left: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .top-bus-routes .table-module .options > li:first-child a {
        width: 48% !important
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .top-bus-routes .table-module .options > li:first-child {
        width: 30%
    }
}

.top-bus-routes .table-module .options > li.font-18 {
    font-size: 1.28571em
}

.top-bus-routes .table-module .options .w30-perc {
    width: 30.5%
}

.top-bus-routes .table-module .options .w20-perc {
    width: 20%
}

.top-bus-routes .table-module .options .w28-perc {
    width: 28.5%
}

@media (min-width:801px) and (max-width:1024px) {
    .top-bus-routes .table-module .options .w28-perc {
        width: 71.5%
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .top-bus-routes .table-module .options .w28-perc {
        width: 60.5%
    }

        .top-bus-routes .table-module .options .w28-perc input {
            padding: 13px 15px !important
        }
}

.top-bus-routes .table-module .options .w28-perc.ext-budget {
    width: 26.5%
}

@media (min-width:801px) and (max-width:1024px) {
    .top-bus-routes .table-module .options .w28-perc.ext-budget {
        width: 45%;
        margin: 10px 0 0
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .top-bus-routes .table-module .options .w28-perc.ext-budget {
        width: 45%;
        margin: 10px 0 0
    }
}

@media only screen and (max-width:360px) and (min-width:1px) {
    .top-bus-routes .table-module .options .w28-perc.ext-budget .dd {
        min-height: 68px !important
    }
}

.top-bus-routes .table-module .options .w25-perc {
    width: 26%
}

@media (min-width:801px) and (max-width:1024px) {
    .top-bus-routes .table-module .options .w25-perc {
        width: 45%;
        margin-top: 10px
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .top-bus-routes .table-module .options .w25-perc {
        width: 45%;
        margin-top: 10px
    }
}

@media only screen and (max-width:360px) and (min-width:1px) {
    .top-bus-routes .table-module .options .w25-perc .dd {
        min-height: 68px !important
    }
}

.top-bus-routes .table-module .options .trip a {
    float: left;
    width: 33.33%;
    line-height: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    border: 1px solid #f5f4f4
}

    .top-bus-routes .table-module .options .trip a:first-child {
        border: none
    }

    .top-bus-routes .table-module .options .trip a.active, .top-bus-routes .table-module .options .trip a.tripSel {
        line-height: 37px;
        background: #f4f4f4;
        color: #333;
        border-top: 3px solid #2476bb
    }

        .top-bus-routes .table-module .options .trip a.active .ico-dir-right {
            background-position: -125px -101px
        }

        .top-bus-routes .table-module .options .trip a.active .ico-dir-both {
            background-position: -146px -87px
        }

.top-bus-routes .table-module .options.vertical {
    float: left;
    width: 33%;
    height: 334px
}

    .top-bus-routes .table-module .options.vertical .trip a {
        float: none;
        display: block;
        margin: 18px 0;
        width: 100%
    }

.top-bus-routes .table-module .options .select-city {
    width: 135px;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    color: #666;
    cursor: pointer;
    float: left;
    position: relative;
    background-color: #fff;
    background-image: none !important
}

    .top-bus-routes .table-module .options .select-city:focus {
        border: 1px solid #e5e5e5
    }

    .top-bus-routes .table-module .options .select-city .title {
        padding: 0;
        position: relative;
        display: inline-block;
        width: 100%
    }

        .top-bus-routes .table-module .options .select-city .title .divider {
            width: 0;
            height: 100%;
            position: absolute
        }

        .top-bus-routes .table-module .options .select-city .title .pointDwnPax {
            background: 0;
            content: "";
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            margin: 0;
            position: absolute;
            right: 8px;
            top: 44%;
            height: 6px;
            width: 6px;
            border-top: 6px solid #333;
            transform: rotate(0deg)
        }

        .top-bus-routes .table-module .options .select-city .title .titleText {
            padding: 12px 20px 12px 8px;
            z-index: 999999;
            display: block
        }

    .top-bus-routes .table-module .options .select-city .city-list {
        z-index: 9999;
        position: absolute;
        visibility: visible;
        height: 181px;
        top: 42px;
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        border: 1px solid #ccc;
        background-color: #fff;
        left: -1px;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        zoom: 1;
        -moz-box-shadow: 5px 5px 5px -5px #888;
        -webkit-box-shadow: 5px 5px 5px -5px #888;
        box-shadow: 5px 5px 5px -5px #888;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        .top-bus-routes .table-module .options .select-city .city-list .viewport {
            height: 181px;
            position: relative;
            overflow: hidden;
            width: 100%
        }

            .top-bus-routes .table-module .options .select-city .city-list .viewport .overview {
                top: 0;
                position: absolute;
                width: 100%
            }

                .top-bus-routes .table-module .options .select-city .city-list .viewport .overview ul {
                    padding: 0;
                    margin: 0
                }

                    .top-bus-routes .table-module .options .select-city .city-list .viewport .overview ul li {
                        padding: 5px 0 6px 5px;
                        background-color: #fff;
                        display: block;
                        width: 100%;
                        margin-bottom: 1px;
                        clear: both;
                        list-style-type: none
                    }

                        .top-bus-routes .table-module .options .select-city .city-list .viewport .overview ul li.selected, .top-bus-routes .table-module .options .select-city .city-list .viewport .overview ul li:hover {
                            background-color: #f34f4f;
                            color: #fff !important
                        }

.top-bus-routes .table-module .error-msg, .top-bus-routes .table-module .error-txt {
    color: red;
    padding: 5px 0;
    text-align: center;
    width: 100%
}

.top-bus-routes .table-module .main-table {
    border-top: 0;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px -2px #aaa;
    padding: 0 1.7em 20px;
    -moz-appearance: scrollbar-small;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .top-bus-routes .table-module .main-table {
        padding: 0
    }
}

.top-bus-routes .table-module .main-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.top-bus-routes .table-module .main-table .sorterHeads th {
    color: #666;
    cursor: pointer;
    padding: 12px 10px 15px 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    white-space: normal;
    position: relative;
    text-align: left
}

    .top-bus-routes .table-module .main-table .sorterHeads th .ico-sort-asc, .top-bus-routes .table-module .main-table .sorterHeads th .ico-sort-desc {
        position: absolute
    }

    .top-bus-routes .table-module .main-table .sorterHeads th:first-child {
        padding-left: 10px
    }

    .top-bus-routes .table-module .main-table .sorterHeads th.defaultSortedCol span.sorterArrow {
        visibility: hidden;
        background: transparent url(/content/fresco/snipe/dist/images/sprite.png?ea5d19cb89b694f45a7b10056e649fbf) -368px 0 no-repeat;
        width: 13px;
        height: 15px;
        margin-top: -7px;
        position: absolute;
        margin-left: 3px;
        top: 50%;
        left: auto
    }

    .top-bus-routes .table-module .main-table .sorterHeads th.defaultSortedCol.descSortedCol span.sorterArrow {
        background-position: -254px -20px;
        visibility: visible
    }

    .top-bus-routes .table-module .main-table .sorterHeads th.defaultSortedCol.ascSorterdCol span.sorterArrow {
        background-position: -254px 0;
        visibility: visible
    }

    .top-bus-routes .table-module .main-table .sorterHeads th.defaultSortedCol:hover {
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .top-bus-routes .table-module .main-table .sorterHeads th.ascSorterdCol, .top-bus-routes .table-module .main-table .sorterHeads th.descSortedCol, .top-bus-routes .table-module .main-table .sorterHeads th:focus, .top-bus-routes .table-module .main-table .sorterHeads th:hover {
        background: url(/content/fresco/snipe/dist/images/golden-line.jpg?cd8ac17ef1b50ed483329bcafca2888e) repeat-x bottom
    }

.top-bus-routes .table-module .main-table .scrollContainer {
    padding-right: 10px;
    padding-bottom: 6px
}

.top-bus-routes .table-module .main-table .scrollable {
    width: 100%;
    top: 0;
    position: relative
}

    .top-bus-routes .table-module .main-table .scrollable .viewport {
        width: 101% !important;
        position: relative;
        overflow: auto
    }

        .top-bus-routes .table-module .main-table .scrollable .viewport .overview {
            position: absolute;
            width: 100%
        }

.top-bus-routes .table-module .main-table .resultsScroll tr {
    border-top: 1px solid #e5e5e5
}

    .top-bus-routes .table-module .main-table .resultsScroll tr:focus, .top-bus-routes .table-module .main-table .resultsScroll tr:hover {
        background-color: #f5f4f4
    }

    .top-bus-routes .table-module .main-table .resultsScroll tr td {
        cursor: pointer;
        padding: 1em 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        white-space: normal;
        position: relative;
        color: #666;
        word-wrap: break-word !important;
        font-size: .92857em;
        vertical-align: middle
    }

@media only screen and (max-width:360px) and (min-width:1px) {
    .top-bus-routes .table-module .main-table .resultsScroll tr td {
        font-size: .78571em
    }
}

.top-bus-routes .table-module .main-table .resultsScroll tr td.price-right {
    font-size: 1.14286em
}

@media only screen and (max-width:550px) and (min-width:1px) {
    .top-bus-routes .table-module .main-table .resultsScroll tr td.price-right {
        text-align: left;
        font-size: 1em;
        padding-right: 5px
    }
}

.top-bus-routes .table-module .main-table .resultsScroll tr td.font-18 {
    font-size: 1.28571em
}

.top-bus-routes .table-module .main-table .resultsScroll tr td .spriteFltLogos {
    display: inline-block;
    vertical-align: middle
}

.top-bus-routes .table-module .main-table .resultsScroll tr td .wid80 {
    width: 80%
}

@media only screen and (max-width:550px) and (min-width:1px) {
    .top-bus-routes .table-module .main-table .resultsScroll tr td .wid80 {
        width: auto
    }
}

.top-bus-routes .table-module .main-table .resultsScroll tr td:focus td, .top-bus-routes .table-module .main-table .resultsScroll tr td:hover td {
    color: #333
}

.top-bus-routes .table-module .main-table .resultsScroll .faremessaging {
    border-top: 1px solid #e5e5e5
}

    .top-bus-routes .table-module .main-table .resultsScroll .faremessaging td {
        font: normal .857em/18px Rubik,Arial
    }

.top-bus-routes .table-module .main-table .scrollable .vertical.scroll-bar {
    background: rgba(0,0,0,.15) !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 7px !important;
    position: absolute;
    right: 0;
    z-index: 9;
    cursor: pointer
}

.top-bus-routes .table-module .main-table ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background: hsla(0,3%,47%,.35) !important
}

.top-bus-routes .table-module .main-table ::-webkit-scrollbar {
    width: 7px;
    background: hsla(0,29%,97%,.34) !important
}

.top-bus-routes .table-module .main-table ::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.45) !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    min-height: 10px
}

.top-bus-routes .table-module .main-table .thumb {
    background: rgba(0,0,0,.45) !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    min-height: 10px
}

.top-city-homestay h2 {
    padding: 2em 0 1em
}

.top-city-homestay .VueCarousel {
    max-width: 1095px;
    margin: 0 auto 15px;
    padding: 0;
    clear: both
}

    .top-city-homestay .VueCarousel .VueCarousel-navigation .VueCarousel-navigation-prev {
        left: 0
    }

    .top-city-homestay .VueCarousel .VueCarousel-navigation .VueCarousel-navigation-next {
        right: 0
    }

    .top-city-homestay .VueCarousel .VueCarousel-navigation .VueCarousel-navigation-button {
        top: 65%
    }

    .top-city-homestay .VueCarousel .VueCarousel-wrapper {
        width: 99%;
        overflow: hidden;
        position: relative;
        height: 251px !important;
        padding: 10px 0
    }

        .top-city-homestay .VueCarousel .VueCarousel-wrapper .VueCarousel-inner .VueCarousel-slide {
            width: auto
        }

        .top-city-homestay .VueCarousel .VueCarousel-wrapper .package {
            float: left;
            list-style: none;
            position: relative;
            width: 345px !important;
            margin-right: 30px;
            margin: 0 30px 0 0;
            color: #fff;
            background-size: cover;
            background-position: 50%;
            cursor: pointer;
            background: 0;
            border-radius: 0;
            transition: all .5s ease;
            border-bottom: 1px solid #e4e4e4
        }

@media only screen and (max-width:480px) {
    .top-city-homestay .VueCarousel .VueCarousel-wrapper .package {
        width: 270px !important
    }
}

.top-city-homestay .VueCarousel .VueCarousel-wrapper .package .image-holder {
    width: 100%;
    min-height: 180px;
    height: 180px;
    background: #333;
    border-radius: 6px 6px 0 0;
    position: relative;
    overflow: hidden
}

    .top-city-homestay .VueCarousel .VueCarousel-wrapper .package .image-holder img {
        width: 360px;
        height: 180px;
        border-radius: 5px 5px 0 0;
        display: block
    }

.top-city-homestay .VueCarousel .VueCarousel-wrapper .package .content {
    padding: 13px 8px 20px 16px;
    width: 100%;
    overflow: hidden;
    color: #333;
    height: 100%;
    position: relative
}

    .top-city-homestay .VueCarousel .VueCarousel-wrapper .package .content h3 {
        font-size: 1.14286em;
        overflow: hidden;
        padding-bottom: 5px;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.loginBar {
    top: -470px
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .loginBar {
        display: none
    }
}

.loginBar .container {
    max-width: 1060px;
    padding: 0
}

.loginBar .loginPannel {
    background: rgba(0,0,0,.6);
    display: inline-block;
    width: 100%;
    line-height: 30px;
    padding: 10px;
    vertical-align: middle;
    border-radius: 50px
}

    .loginBar .loginPannel .loginBannerText {
        display: inline !important
    }

    .loginBar .loginPannel .manageBooking {
        color: #fff;
        font-size: 16px
    }

        .loginBar .loginPannel .manageBooking, .loginBar .loginPannel .manageBooking span {
            display: inline-block;
            vertical-align: middle
        }

    .loginBar .loginPannel .listLoginView {
        display: inline-block;
        width: 61%;
        margin: 0 4% auto;
        text-align: center
    }

@media only screen and (max-width:1200px) and (min-width:1px) {
    .loginBar .loginPannel .listLoginView {
        margin: auto
    }
}

.loginBar .loginPannel .listLoginView li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px
}

    .loginBar .loginPannel .listLoginView li:before {
        content: "\2022";
        color: #db9f1f;
        display: inline-block;
        width: .7em;
        font-size: 28px;
        margin-top: -1px;
        vertical-align: middle
    }

    .loginBar .loginPannel .listLoginView li span {
        color: #db9f1f;
        font-size: 14px;
        vertical-align: middle;
        display: inline-block
    }

.loginBar .loginPannel .loginPBtn {
    font-size: 14px;
    color: #fff;
    position: relative;
    float: right;
    top: 2px;
    text-transform: uppercase
}

    .loginBar .loginPannel .loginPBtn:after {
        content: "";
        background: url(/content/fresco/snipe/dist/images/iconfinder-24.png?62888d78b0b30cbb74b05c11a5eff916) 50% no-repeat;
        width: 24px;
        height: 24px;
        display: inline-block;
        position: relative;
        top: -1px;
        vertical-align: middle
    }

.loginBar .walletIcon {
    display: inline-block;
    background: url(/content/fresco/snipe/dist/images/wallet.svg?5b373735b0e169dabe7213bb5a74eb54) 50% no-repeat;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 10px
}

.loginBar .arrowIcon {
    background: url(/content/fresco/snipe/dist/images/iconfinder-24.png?62888d78b0b30cbb74b05c11a5eff916) 50% no-repeat;
    width: 24px;
    height: 24px
}

@font-face {
    font-family: WebRupee;
    src: url(../fonts/WebRupee.V2.0.eot?30b42a0428fad208556f5e672717780b);
    src: url(../fonts/WebRupee.V2.0.eot?30b42a0428fad208556f5e672717780b?#iefix) format("embedded-opentype"),url(../fonts/WebRupee.V2.0.woff?5bb128f740689bd22a816d8f6bcfaba3) format("font-woff"),url(../fonts/WebRupee.V2.0.ttf?388288fc6b37f7c46d4e23b19d31e8af) format("truetype"),url(/content/fresco/snipe/dist/images/WebRupee.V2.0.svg?115851616da5b623d29ff9818a3cfff5#WebRupee) format("svg");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot?3aaf712e4ba2d43b368951cf6defe4f6);
    src: url(../fonts/fontello.eot?3aaf712e4ba2d43b368951cf6defe4f6?#iefix) format("embedded-opentype"),url(../fonts/fontello.woff?10b8f72ad0ed5a8995abfde3c457f155) format("font-woff"),url(../fonts/fontello.ttf?45aad7682b19b5a20c881023fd30b8ba) format("truetype"),url(/content/fresco/snipe/dist/images/fontello.svg?cc5e53722c58678bd7db85b778eb087c#fontello) format("svg");
    font-style: normal;
    font-weight: 400
}

.loginBar .arrowIcon, .sprite-header {
    display: inline-block;
    vertical-align: middle
}

.sprite-header {
    position: relative;
    background: transparent url("../images/header.png?v=20170907") 0 0 no-repeat;
    content: " ";
    margin: 0 5px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .sprite-header {
        background: transparent url("../images/header-mobile.png?v=20170907") 0 0 no-repeat
    }
}

.ico-logo {
    background-position: 0 -13px;
    height: 52px;
    width: 176px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-logo {
        background-position: 0 -4px;
        height: 23px;
        width: 31px
    }
}

.ico-logo-back {
    background-position: 0 -13px;
    height: 52px;
    width: 176px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-logo-back {
        background-position: -75px 0;
        height: 30px;
        width: 32px
    }
}

.ico-logo-arrow-back {
    background-position: -213px -42px;
    height: 16px;
    width: 18px
}

.ico-logo-v2 {
    background-position: 0 -162px;
    height: 57px;
    width: 198px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-logo-v2 {
        background-position: 0 0;
        height: 30px;
        width: 32px
    }
}

.ico-recent-search {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-recent-search {
        background-position: -44px 0;
        height: 25px;
        width: 25px
    }
}

.ico-header-arrow-down {
    background-position: 0 0;
    height: 7px;
    width: 10px
}

.ico-header-ecash {
    background-position: -13px 0;
    height: 12px;
    width: 39px
}

.ico-header-fb {
    background-position: -53px 0;
    height: 12px;
    width: 6px
}

.ico-header-sub-arrow {
    background-position: -121px 0;
    height: 10px;
    width: 20px
}

.ico-header-sub-arrow-v2 {
    background-position: -147px 0;
    height: 10px;
    width: 20px
}

.ico-header-sub-arrow-mob {
    background-position: -46px -383px;
    height: 11px;
    width: 20px
}

.ico-header-sub-arrow-grey {
    background-position: -62px 0;
    height: 10px;
    width: 20px
}

.ico-menu-flights {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-menu-flights {
        background-position: 0 -34px;
        height: 26px;
        width: 26px
    }
}

.ico-header-seperator {
    background-position: -250px -3px;
    height: 13px;
    width: 3px
}

.ico-header-mobileCat {
    background-position: -260px 0;
    height: 24px;
    width: 15px
}

.ico-header-mobile-android {
    background-position: -371px 0;
    height: 20px;
    width: 23px
}

.ico-header-mobile-ios {
    background-position: -394px -1px;
    height: 20px;
    width: 15px
}

.ico-header-visa {
    background-position: -289px -3px;
    height: 21px;
    width: 36px
}

.ico-header-visa-close {
    background-position: -330px -3px;
    height: 16px;
    width: 16px
}

.ico-header-sub-arrow-right {
    background-position: -352px -4px;
    height: 20px;
    width: 10px
}

.ico-header-category {
    background-position: -180px 0;
    height: 34px;
    width: 32px
}

.ico-header-lock {
    background-position: -401px -38px;
    height: 20px;
    width: 14px
}

.ico-header-unchecked {
    background-position: -476px -1px;
    height: 19px;
    width: 19px
}

.ico-header-card {
    background-position: -425px -43px;
    height: 14px;
    width: 19px
}

.ico-header-corporate {
    background-position: -449px -38px;
    height: 19px;
    width: 19px
}

.ico-header-armedforces {
    background-position: -474px -38px;
    height: 18px;
    width: 18px
}

.ico-header-sand-clock {
    background-position: -355px -40px;
    height: 17px;
    width: 13px
}

.ico-header-home {
    background-position: 0 -68px;
    height: 38px;
    width: 33px
}

.ico-header-others {
    background-position: 0 0;
    height: 38px;
    width: 0
}

.ico-header-flights {
    background-position: -47px -65px;
    height: 38px;
    width: 33px
}

.ico-header-hotels {
    background-position: -87px -62px;
    height: 38px;
    width: 33px
}

.ico-header-flight-s-hotel {
    background-position: -140px -68px;
    height: 38px;
    width: 33px
}

.ico-header-holidays {
    background-position: -185px -68px;
    height: 38px;
    width: 33px
}

.ico-header-trains {
    background-position: -231px -68px;
    height: 38px;
    width: 33px
}

.ico-header-offers {
    background-position: -318px -68px;
    height: 38px;
    width: 33px
}

.ico-header-things-to-do {
    background-position: -218px -37px;
    height: 30px;
    width: 28px
}

.ico-header-buses {
    background-position: -274px -68px;
    height: 38px;
    width: 33px
}

.ico-header-cruise {
    background-position: -403px -68px;
    height: 38px;
    width: 33px
}

.ico-header-activities {
    background-position: -284px -28px;
    height: 38px;
    width: 33px
}

.ico-header-homestays {
    background-position: -439px -215px;
    height: 38px;
    width: 33px
}

.ico-header-trade-fair-packages {
    background-position: -440px -60px;
    height: 38px;
    width: 33px
}

.ico-header-idginvestee {
    background-position: -475px -141px;
    height: 15px;
    width: 21px
}

.ico-header-flight-s-hotels {
    background-position: -140px -68px;
    height: 38px;
    width: 33px
}

.ico-header-offer {
    background-position: -98px -159px;
    height: 19px;
    width: 25px
}

.ico-header-blankUserImage {
    background-position: 0 -194px;
    height: 43px;
    width: 37px
}

.ico-catg-home {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-home {
        background-position: 0 -186px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-flights {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-flights {
        background-position: 0 -30px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-hotels {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-hotels {
        background-position: 0 -57px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-holidays {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-holidays {
        background-position: 0 -113px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-buses {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-buses {
        background-position: 0 -161px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-offers {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-offers {
        background-position: 0 -211px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-trains {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-trains {
        background-position: 0 -138px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-activities {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-activities {
        background-position: -50px -34px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-thigs-to-do {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-thigs-to-do {
        background-position: 0 -267px;
        height: 26px;
        width: 26px
    }
}

.ico-fl-cancellation {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-fl-cancellation {
        background-position: 0 -328px;
        height: 26px;
        width: 26px
    }
}

.ico-fl-rescheduling {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-fl-rescheduling {
        background-position: 0 -353px;
        height: 26px;
        width: 26px
    }
}

.TripRally-header {
    *zoom: 1;
    position: relative;
    *z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    color: #333;
    font-family: Rubik;
    font-size: 13px;
    line-height: 1
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header {
        height: 56px !important
    }
}

.TripRally-header:after, .TripRally-header:before {
    display: table;
    line-height: 0;
    content: ""
}

.TripRally-header:after {
    clear: both
}

.TripRally-header .platinum-label {
    background: transparent url(/content/fresco/snipe/dist/images/platinum-logo.svg?155701ab9fb3c494b235b7113962a653) 50% no-repeat;
    width: 100px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    background-size: 80px;
    position: absolute;
    bottom: 13px;
    right: -10px;
    margin: 0
}

.TripRally-header.service-header .platinum-label {
    right: -7px;
    bottom: 17px;
    background-size: 80px
}

.TripRally-header .ico-newHeaderLogo {
    height: 53.5px;
    width: 130px;
    display: inline-block;
    background: url("../images/logo.png") 50% no-repeat;
    background-size: 130px 53.5px
}

    .TripRally-header .ico-newHeaderLogo.smeHeaderLogo {
        background: url("../images/logo.png") 50% no-repeat;
        height: 58px;
        background-size: 130px 58px
    }

.TripRally-header .header-container {
    float: none;
    max-width: 1140px;
    margin: 0 auto
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .TripRally-header .header-container {
        padding: 0 20px
    }
}

.TripRally-header .scratch-notification {
    display: block;
    font-size: 1.14286em;
    padding: 20px;
    text-align: center
}

.TripRally-header a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all .5s ease
}

    .TripRally-header a.active, .TripRally-header a:hover {
        color: #fff
    }

    .TripRally-header a.logo img {
        height: 52px;
        width: auto
    }

.TripRally-header .backToPage {
    display: block;
    font-size: .85714em;
    margin-left: 20px;
    position: absolute;
    top: 11px
}

.TripRally-header .ico-header-mobile-android {
    border-right: 1px solid hsla(0,0%,100%,.4)
}

.TripRally-header .ico-header-mobile-ios {
    margin-left: 0
}

.TripRally-header .ico-header-arrow-down {
    background-position: -4px -140px
}

.TripRally-header .moreDdnMenu {
    display: none !important
}

.TripRally-header .top-nav {
    text-align: right;
    background: #e7e7e7;
    padding: 0
}

    .TripRally-header .top-nav .nav {
        padding: 0;
        margin: 0
    }

        .TripRally-header .top-nav .nav > li {
            display: inline-block;
            position: relative
        }

            .TripRally-header .top-nav .nav > li:first-child {
                border-left: 0
            }

            .TripRally-header .top-nav .nav > li.last a {
                margin: 0;
                padding: 0
            }

            .TripRally-header .top-nav .nav > li > a {
                color: #4b4b4b;
                font-size: .92857em
            }

                .TripRally-header .top-nav .nav > li > a:focus, .TripRally-header .top-nav .nav > li > a:hover {
                    color: #000
                }

                .TripRally-header .top-nav .nav > li > a.fb-login {
                    background: #44609d;
                    color: #fff;
                    padding: 2px 10px 4px
                }

            .TripRally-header .top-nav .nav > li .ico-header-seperator {
                margin: 0 10px;
                top: -1px
            }

            .TripRally-header .top-nav .nav > li .inner-nav {
                padding: 9px 0
            }

                .TripRally-header .top-nav .nav > li .inner-nav > li:first-child {
                    border-left: 0
                }

        .TripRally-header .top-nav .nav .support-box {
            padding: 10px 0
        }

            .TripRally-header .top-nav .nav .support-box a {
                padding: 0 15px
            }

            .TripRally-header .top-nav .nav .support-box .header-dropdown {
                background: #e7e7e7
            }

                .TripRally-header .top-nav .nav .support-box .header-dropdown .dropdown-menu li a {
                    padding: 5px 14px 7px
                }

.TripRally-header .rc-notify-pop {
    background: #6d7073 none repeat scroll 0 0;
    color: #fff;
    display: none;
    right: -15px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 44px;
    width: 210px;
    z-index: 100;
    border-radius: 5px;
    opacity: 0
}

.TripRally-header .rc-tooltip {
    border: solid;
    border-color: #6d7073 transparent;
    border-width: 0 10px 10px;
    top: -9px;
    left: 85%;
    position: absolute;
    z-index: 99
}

.TripRally-header .nitify {
    opacity: 1;
    -webkit-transition: opacity .9s ease-in;
    -moz-transition: opacity .9s ease-in;
    -ms-transition: opacity .9s ease-in;
    -o-transition: opacity .9s ease-in;
    transition: opacity .9s ease-in
}

@-webkit-keyframes notifier {
    0%,20% {
        -webkit-transform: translateY(.8);
        -moz-transform: translateY(.8);
        -ms-transform: translateY(.8);
        -o-transform: translateY(.8);
        transform: translateY(.8)
    }

    30% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4)
    }

    70% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes notifier {
    0%,20% {
        -webkit-transform: translateY(.8);
        -moz-transform: translateY(.8);
        -ms-transform: translateY(.8);
        -o-transform: translateY(.8);
        transform: translateY(.8)
    }

    30% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4)
    }

    70% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-down-slow {
    0% {
        -webkit-transform: perspective(1px) scaleY(.1);
        -moz-transform: perspective(1px) scaleY(.1);
        -ms-transform: perspective(1px) scaleY(.1);
        -o-transform: perspective(1px) scaleY(.1);
        transform: perspective(1px) scaleY(.1)
    }

    to {
        -webkit-transform: perspective(1px) scaleY(1);
        -moz-transform: perspective(1px) scaleY(1);
        -ms-transform: perspective(1px) scaleY(1);
        -o-transform: perspective(1px) scaleY(1);
        transform: perspective(1px) scaleY(1)
    }
}

@keyframes slide-down-slow {
    0% {
        -webkit-transform: perspective(1px) scaleY(.1);
        -moz-transform: perspective(1px) scaleY(.1);
        -ms-transform: perspective(1px) scaleY(.1);
        -o-transform: perspective(1px) scaleY(.1);
        transform: perspective(1px) scaleY(.1)
    }

    to {
        -webkit-transform: perspective(1px) scaleY(1);
        -moz-transform: perspective(1px) scaleY(1);
        -ms-transform: perspective(1px) scaleY(1);
        -o-transform: perspective(1px) scaleY(1);
        transform: perspective(1px) scaleY(1)
    }
}

@-webkit-keyframes spaceIn {
    0% {
        opacity: 0;
        transform-origin: 50% 0;
        transform: scale(.2)
    }

    to {
        opacity: 1;
        transform-origin: 50% 0;
        transform: scale(1)
    }
}

@keyframes spaceIn {
    0% {
        opacity: 0;
        transform-origin: 50% 0;
        transform: scale(.2)
    }

    to {
        opacity: 1;
        transform-origin: 50% 0;
        transform: scale(1)
    }
}

.TripRally-header .header-drop {
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0
}

    .TripRally-header .header-drop.elem-0 {
        -webkit-animation-name: slide-down-slow;
        -moz-animation-name: slide-down-slow;
        animation-name: slide-down-slow
    }

.TripRally-header .header-container {
    padding: 8px 0 0
}

    .TripRally-header .header-container .logo {
        float: left;
        padding-bottom: 5px;
        height: auto;
        margin: 0;
        width: auto;
        margin-left: 31px;
    }

    .TripRally-header .header-container .menu {
        width: 85%;
        float: right;
        position: relative;
        top: 4px
    }

@media only screen and (max-width:1024px) and (min-width:1px) {
    .TripRally-header .header-container .menu {
        width: 76%
    }
}

@media only screen and (max-width:900px) and (min-width:1px) {
    .TripRally-header .header-container .menu {
        width: 64%
    }
}

.TripRally-header .header-container .menu .justified-menu {
    position: relative;
    top: 0;
    height: 50px;
    float: left;
    margin: 0;
    margin-bottom: 0
}

    .TripRally-header .header-container .menu .justified-menu.desktop-navs.settings-content {
        height: 46px
    }

        .TripRally-header .header-container .menu .justified-menu.desktop-navs.settings-content .list-dropdown .tip-hover i {
            left: 81%
        }

@media (min-width:612px) and (max-width:870px) {
    .TripRally-header .header-container .menu .justified-menu.desktop-navs.settings-content .list-dropdown .tip-hover i {
        left: 75%
    }
}

.TripRally-header .header-container .menu .justified-menu.desktop-navs .list-dropdown .tip-hover i {
    left: 15%
}

.TripRally-header .header-container .menu .justified-menu:after {
    position: relative;
    display: inline-block;
    height: 0;
    line-height: 0;
    content: ""
}

.TripRally-header .header-container .menu .justified-menu li {
    display: inline-block;
    padding-bottom: 16px
}

    .TripRally-header .header-container .menu .justified-menu li.hide {
        display: none
    }

    .TripRally-header .header-container .menu .justified-menu li.hideImp {
        display: none !important
    }

    .TripRally-header .header-container .menu .justified-menu li .ico-header-category {
        display: none
    }

@media only screen and (max-width:900px) and (min-width:1px) {
    .TripRally-header .header-container .menu .justified-menu li.ytBusinessheader {
        display: none
    }
}

.TripRally-header .header-container .menu .justified-menu .header-dropdown {
    background: #fff;
    border-radius: 3px
}

.TripRally-header .header-container .menu .justified-menu .tip-hover {
    display: block
}

    .TripRally-header .header-container .menu .justified-menu .tip-hover i {
        position: relative;
        top: 3px
    }

.TripRally-header .header-container .menu .justified-menu .header-drop {
    position: absolute;
    min-width: 494px;
    top: 10px;
    margin-top: 20px;
    display: none;
    top: 20px
}

    .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn {
        left: auto !important;
        right: 50%;
        margin-right: 7px;
        min-width: 1px
    }

        .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn .tip-hover i {
            left: 90% !important
        }

        .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown {
            width: 430px
        }

            .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown .scratch-pad {
                background: #fff none repeat scroll 0 0;
                overflow: hidden;
                padding: 10px;
                text-align: center;
                display: none
            }

                .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown .scratch-pad a {
                    width: 36%;
                    margin: 10px auto;
                    padding: 8px 12px;
                    color: #fff;
                    display: block;
                    background-color: #ea2330;
                    border: 1px solid #f34f4f
                }

                    .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown .scratch-pad a:hover {
                        background-color: #f34f4f
                    }

            .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown .scratch-notification {
                display: block;
                font-size: 1.14286em;
                padding: 20px;
                text-align: center
            }

            .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown .recent-searches .lft-info {
                display: none
            }

    .TripRally-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn {
        padding: 10px 0 5px !important
    }

        .TripRally-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn li {
            float: left;
            line-height: 20px;
            padding-right: 11px;
            padding-left: 11px;
            margin: 7px 0;
            background: url("/images/header-separator.jpg") no-repeat 100%
        }

            .TripRally-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn li a {
                float: left;
                color: #666;
                padding: 0
            }

                .TripRally-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn li a i {
                    display: none
                }

        .TripRally-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn > ul > li:last-child {
            background: none;
            padding-left: 12px
        }

@media only screen and (max-width:1024px) and (min-width:1px) {
    .TripRally-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn > ul > li#menu_flight-hotels {
        display: none !important
    }
}

.TripRally-header .header-container .menu .justified-menu .header-drop.show-prompt .header-dropdown .userBlock .hideAuto {
    display: none !important
}

@media (-ms-high-contrast:none) {
    .TripRally-header .header-container .menu .justified-menu .header-drop {
        top: 10px;
        margin-top: 13px
    }

    .TripRally-header .header-container .menu .justified-menu * ::-ms-backdrop, .TripRally-header .header-container .menu .justified-menu .header-drop {
        top: 10px;
        margin-top: 20px
    }
}

.TripRally-header .header-container .menu .justified-menu .QRMobileBlock {
    display: inline-block;
    padding-left: 0 !important
}

.TripRally-header .header-container .menu .justified-menu .mobileQR {
    padding-bottom: 22px
}

    .TripRally-header .header-container .menu .justified-menu .mobileQR .header-drop {
        left: -44px;
        min-width: 164px;
        top: 20px
    }

        .TripRally-header .header-container .menu .justified-menu .mobileQR .header-drop .header-dropdown {
            margin-top: 1px
        }

.TripRally-header .header-container .settings {
    float: right !important;
    margin-right: 30px
}

    .TripRally-header .header-container .settings .setting-btn {
        padding: 12px 0 28px;
        display: none
    }

        .TripRally-header .header-container .settings .setting-btn:after {
            float: right;
            content: "";
            border-top: 4px solid #fff;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            margin: 5px 0 0 5px
        }

    .TripRally-header .header-container .settings .settings-content {
        position: relative;
        display: inline-block;
        padding-left: 0
    }

        .TripRally-header .header-container .settings .settings-content > .ico-header-sub-arrow {
            display: none
        }

        .TripRally-header .header-container .settings .settings-content .header-drop {
            min-width: 190px;
            border-top: none;
            right: 0;
            box-shadow: 0 0 16px 5px rgba(0,0,0,.2)
        }

            .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a {
                color: #636363;
                letter-spacing: 0 !important
            }

                .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a:before {
                    background: none;
                    content: "";
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    margin: 0;
                    position: absolute;
                    border-top: 5px solid #e4e4e4;
                    transform: rotate(0deg);
                    left: 0;
                    top: 12px;
                    transform: rotate(-90deg);
                    transition: all .5s ease
                }

                .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a:focus, .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a:hover {
                    padding-left: 25px;
                    transition: all .5s ease
                }

                    .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a:focus:before, .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a:hover:before {
                        left: 10px
                    }

                .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink {
                    padding: 0
                }

                    .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink:before {
                        content: none
                    }

                    .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink:focus, .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink:hover {
                        padding-left: 10px;
                        transition: all .5s ease
                    }

                        .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink:focus:before, .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink:hover:before {
                            left: 10px
                        }

            .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown.newUserLogin-dropdown ul.linkBlock li a:focus, .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown.newUserLogin-dropdown ul.linkBlock li a:hover {
                padding-left: 25px !important
            }

                .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown.newUserLogin-dropdown ul.linkBlock li a:focus:before, .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown.newUserLogin-dropdown ul.linkBlock li a:hover:before {
                    left: 10px;
                    transition: all .5s ease
                }

@media (min-width:612px) and (max-width:870px) {
    .TripRally-header .header-container .settings .setting-btn {
        display: inline-block
    }

    .TripRally-header .header-container .settings .settings-content {
        display: none;
        position: absolute;
        top: 58px;
        right: 0;
        background: #fff;
        width: 470px;
        z-index: 1;
        -webkit-box-shadow: 0 0 2px 0 #4d5357;
        -moz-box-shadow: 0 0 2px 0 #4d5357;
        -ms-box-shadow: 0 0 2px 0 #4d5357;
        -o-box-shadow: 0 0 2px 0 #4d5357;
        box-shadow: 0 0 2px 0 #4d5357
    }

        .TripRally-header .header-container .settings .settings-content > .ico-header-sub-arrow {
            display: inline-block;
            position: absolute;
            top: -10px;
            right: 30px
        }

        .TripRally-header .header-container .settings .settings-content a.dropdown-toggle {
            color: #666 !important;
            padding: 15px 15px 18px
        }

            .TripRally-header .header-container .settings .settings-content a.dropdown-toggle:after {
                border-top: 4px solid #62656a
            }

        .TripRally-header .header-container .settings .settings-content .ico-header-mobile-android {
            background-position: -477px -70px;
            border-right: 1px solid #333
        }

        .TripRally-header .header-container .settings .settings-content .ico-header-mobile-ios {
            background-position: -478px -114px
        }

    .TripRally-header .header-container .settings.active .settings-content, .TripRally-header .header-container .settings:hover .settings-content {
        display: block
    }
}

.TripRally-header .header-container .settings #userLoginBlock {
    /*float: left;*/
    margin-right: 3px
}

    .TripRally-header .header-container .settings #userLoginBlock .newUserLogin-dropdown {
        padding-top: 7px
    }

.TripRally-header .eCahseValue {
    position: relative;
    left: 5px
}

.TripRally-header .header-dropdown {
    width: 100%;
    padding: 0;
    opacity: 1;
    margin: 0;
    float: left;
    padding: 0 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2)
}

@media only screen and (max-width:900px) and (min-width:1px) {
    .TripRally-header .header-dropdown {
        width: 100%
    }
}

.TripRally-header .header-dropdown > i {
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px
}

.TripRally-header .header-dropdown ul {
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased
}

    .TripRally-header .header-dropdown ul li {
        padding-bottom: 0 !important
    }

        .TripRally-header .header-dropdown ul li a {
            padding: 9px 14px 10px;
            color: #666;
            display: block
        }

    .TripRally-header .header-dropdown ul.linkBlock, .TripRally-header .header-dropdown ul.userBlock {
        color: #333
    }

.TripRally-header .header-dropdown:before {
    float: right;
    content: "";
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 13px;
    top: -5px
}

.TripRally-header .header-dropdown.newUserLogin-dropdown {
    padding: 0 13px
}

    .TripRally-header .header-dropdown.newUserLogin-dropdown.borderRadsDown, .TripRally-header .header-dropdown.newUserLogin-dropdown:first-child {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .TripRally-header .header-dropdown.newUserLogin-dropdown:last-child {
        box-shadow: inset 0 3px 4px rgba(0,0,0,.2),0 5px 12px 1px rgba(0,0,0,.2);
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .TripRally-header .header-dropdown.newUserLogin-dropdown ul {
        display: inline-block;
        width: 100%
    }

        .TripRally-header .header-dropdown.newUserLogin-dropdown ul .login-li {
            float: left
        }

            .TripRally-header .header-dropdown.newUserLogin-dropdown ul .login-li .log-in.pgLogIn {
                width: 72px
            }

        .TripRally-header .header-dropdown.newUserLogin-dropdown ul li a {
            position: relative
        }

        .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .userBlockLogin {
            border: 1px solid #e2e2e2;
            border-radius: 50%;
            float: left;
            position: relative;
            top: 5px
        }

        .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR {
            float: right;
            width: 55%
        }

            .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a {
                position: relative;
                padding: 0 !important
            }

                .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:before {
                    left: -15px !important
                }

                .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:focus, .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:hover {
                    padding-left: 10px !important
                }

                    .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:focus:before, .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:hover:before {
                        left: -5px !important
                    }

    .TripRally-header .header-dropdown.newUserLogin-dropdown .log-out a:before {
        display: none
    }

    .TripRally-header .header-dropdown.newUserLogin-dropdown .switchToText {
        color: #999;
        font-size: .78571em
    }

    .TripRally-header .header-dropdown.newUserLogin-dropdown .simple-dropdown .userNameLetter {
        background-color: #e2e2e2;
        color: #fff;
        font-size: 1.42857em;
        border-radius: 50%;
        text-transform: uppercase;
        padding: 9px;
        width: 40px;
        height: 40px;
        display: inline-block;
        box-sizing: border-box
    }

    .TripRally-header .header-dropdown.newUserLogin-dropdown .txt-Cent {
        text-align: center;
        margin-bottom: 5px
    }

.TripRally-header li.simple-dropdown {
    position: relative
}

    .TripRally-header li.simple-dropdown a {
        display: block;
        padding: 10px 15px
    }

@media only screen and (max-width:1200px) and (min-width:1px) {
    .TripRally-header li.simple-dropdown a {
        padding: 10px 5px
    }
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .TripRally-header li.simple-dropdown a {
        padding: 10px 2.7em
    }
}

.TripRally-header li.simple-dropdown a.active, .TripRally-header li.simple-dropdown a:hover {
    border-bottom-color: #ff7d23
}

.TripRally-header .list-dropdown {
    position: relative;
    list-style-type: none
}

    .TripRally-header .list-dropdown > a {
        display: block;
        padding: 10px 15px 18px;
        position: relative
    }

        .TripRally-header .list-dropdown > a.active, .TripRally-header .list-dropdown > a:hover {
            border-bottom-color: #ff7d23
        }

        .TripRally-header .list-dropdown > a > span.rc-search {
            background: #ff7d23 none repeat scroll 0 0;
            border-radius: 50%;
            display: inline-block;
            padding: 2px 7px;
            text-align: center;
            display: none !important;
            margin-left: 2px;
            color: #fff
        }

        .TripRally-header .list-dropdown > a:after {
            content: "";
            border-top: 4px solid #fff;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            margin: 0;
            position: absolute;
            right: 0;
            top: 35%
        }

        .TripRally-header .list-dropdown > a.list-dropdownNull:after {
            content: normal
        }

    .TripRally-header .list-dropdown.customer-support-ddn .header-dropdown {
        min-width: 235px
    }

    .TripRally-header .list-dropdown .businessAcc {
        display: none;
        color: #c0c5c9;
        display: inline-block;
        float: left;
        font-size: .85714em;
        margin-left: 10px;
        margin-top: -20px;
        text-overflow: ellipsis;
        text-transform: capitalize;
        width: 85%
    }

    .TripRally-header .list-dropdown .hidden {
        display: none
    }

    .TripRally-header .list-dropdown .header-drop.scratch-ddn {
        left: auto !important;
        right: 50%;
        margin-right: 7px;
        min-width: 1px
    }

        .TripRally-header .list-dropdown .header-drop.scratch-ddn .tip-hover i {
            left: 90% !important
        }

        .TripRally-header .list-dropdown .header-drop.scratch-ddn .header-dropdown {
            width: 430px
        }

            .TripRally-header .list-dropdown .header-drop.scratch-ddn .header-dropdown .scratch-pad {
                background: #fff none repeat scroll 0 0;
                overflow: hidden;
                padding: 10px;
                text-align: center;
                display: none
            }

                .TripRally-header .list-dropdown .header-drop.scratch-ddn .header-dropdown .scratch-pad a {
                    width: 36%;
                    margin: 10px auto;
                    padding: 8px 12px;
                    color: #fff;
                    display: block;
                    background-color: #ea2330;
                    border: 1px solid #f34f4f
                }

                    .TripRally-header .list-dropdown .header-drop.scratch-ddn .header-dropdown .scratch-pad a:hover {
                        background-color: #f34f4f
                    }

            .TripRally-header .list-dropdown .header-drop.scratch-ddn .header-dropdown .scratch-notification {
                display: block;
                font-size: 1.14286em;
                padding: 20px;
                text-align: center
            }

            .TripRally-header .list-dropdown .header-drop.scratch-ddn .header-dropdown .recent-searches .lft-info {
                display: none
            }

    .TripRally-header .list-dropdown .header-drop .header-dropdown li {
        display: block !important
    }

        .TripRally-header .list-dropdown .header-drop .header-dropdown li a {
            padding: 1px 0 1px 15px;
            line-height: 28px
        }

    .TripRally-header .list-dropdown.active .header-drop, .TripRally-header .list-dropdown:focus .header-drop, .TripRally-header .list-dropdown:hover .header-drop {
        display: block !important
    }

    .TripRally-header .list-dropdown.active .dropdown-toggle, .TripRally-header .list-dropdown:focus .dropdown-toggle, .TripRally-header .list-dropdown:hover .dropdown-toggle {
        color: #fff
    }

    .TripRally-header .list-dropdown.active .simple-tab, .TripRally-header .list-dropdown:focus .simple-tab, .TripRally-header .list-dropdown:hover .simple-tab {
        border-bottom-color: #ff7d23
    }

.TripRally-header .category-ddn.header-dropdown:before {
    right: 75%
}

.TripRally-header .category-ddn ul li a {
    border-bottom: 2px solid #fff !important;
    padding: 2px 14px
}

    .TripRally-header .category-ddn ul li a .ico-header-buses, .TripRally-header .category-ddn ul li a .ico-header-cruise, .TripRally-header .category-ddn ul li a .ico-header-flight-s-hotel, .TripRally-header .category-ddn ul li a .ico-header-flights, .TripRally-header .category-ddn ul li a .ico-header-holidays, .TripRally-header .category-ddn ul li a .ico-header-home, .TripRally-header .category-ddn ul li a .ico-header-hotels, .TripRally-header .category-ddn ul li a .ico-header-offers, .TripRally-header .category-ddn ul li a .ico-header-things-to-do, .TripRally-header .category-ddn ul li a .ico-header-trains {
        top: 5px;
        margin-right: 10px;
        display: none
    }

    .TripRally-header .category-ddn ul li a .ico-header-hotels {
        top: 10px
    }

    .TripRally-header .category-ddn ul li a .ico-header-flight-s-hotel, .TripRally-header .category-ddn ul li a .ico-header-things-to-do {
        top: 1px !important
    }

.TripRally-header .category-ddn ul li .isNewCatIcon {
    font-size: .71429em;
    position: absolute;
    background: #ee7a32;
    padding: 1px 4px;
    color: #fff;
    top: -2px;
    border-radius: 2px;
    right: -10px;
    line-height: 10px
}

    .TripRally-header .category-ddn ul li .isNewCatIcon.active, .TripRally-header .category-ddn ul li .isNewCatIcon:hover {
        background: #ee7a32 !important;
        color: #fff !important
    }

.TripRally-header .category-ddn ul li.active > a, .TripRally-header .category-ddn ul li:hover > a {
    color: #333 !important;
    background: #fff !important;
    border-bottom: 2px solid #e96600 !important
}

.TripRally-header .login-li {
    padding: 14px 0 !important;
    padding-bottom: 14px !important
}

    .TripRally-header .login-li .log-in.pgLogIn {
        border: 1px solid #ea2330 !important;
        border-radius: 2px;
        width: 100%;
        cursor: pointer;
        color: #fff !important;
        font-size: 1em;
        line-height: 2.3 !important;
        padding: 0 !important;
        text-align: center;
        background-color: #ea2330;
        margin-bottom: 10px;
        height: auto
    }

        .TripRally-header .login-li .log-in.pgLogIn.active, .TripRally-header .login-li .log-in.pgLogIn:hover {
            background-color: #c7131f !important;
            padding-left: 0 !important
        }

        .TripRally-header .login-li .log-in.pgLogIn.pgSignUp {
            background-color: #fff;
            color: #ea2330 !important;
            margin-left: 15px
        }

            .TripRally-header .login-li .log-in.pgLogIn.pgSignUp.active, .TripRally-header .login-li .log-in.pgLogIn.pgSignUp:hover {
                background-color: #fff !important
            }

    .TripRally-header .login-li > a {
        padding: 0 !important;
        width: 72px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        color: #fff !important;
        border-bottom: none !important
    }

        .TripRally-header .login-li > a:before {
            display: none
        }

        .TripRally-header .login-li > a.sign-up {
            background: #0694b6;
            float: right
        }

        .TripRally-header .login-li > a.fb-login {
            background-color: #39579a;
            display: block;
            width: 100%;
            clear: both;
            margin-top: 44px;
            margin-bottom: 14px
        }

        .TripRally-header .login-li > a.log-in {
            background: #f48131;
            float: left
        }

    .TripRally-header .login-li span a:after, .TripRally-header .login-li span a:before {
        display: none
    }

    .TripRally-header .login-li.active > a.sign-up, .TripRally-header .login-li:hover > a.sign-up {
        background: #0694b6 !important;
        border-bottom: none !important
    }

    .TripRally-header .login-li.active > a.fb-login, .TripRally-header .login-li:hover > a.fb-login {
        background: #39579a !important;
        border-bottom: none !important
    }

    .TripRally-header .login-li span {
        font-size: .78571em;
        color: #a5a5a5;
        display: block;
        margin-bottom: 6px;
        overflow: hidden;
        width: 100%
    }

        .TripRally-header .login-li span a {
            color: #ef4639 !important;
            display: inline !important;
            padding: 0 2px !important;
            text-decoration: none;
            line-height: normal !important
        }

            .TripRally-header .login-li span a:hover {
                text-decoration: underline;
                background-color: #fff !important
            }

.TripRally-header #discount_list {
    overflow: visible;
    position: absolute;
    z-index: 9999;
    min-width: 270px;
    right: 0
}

.TripRally-header .mobile-only {
    display: none
}

.TripRally-header .desktop-only {
    display: block
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .mobile-only {
        display: block
    }

    .TripRally-header .desktop-only {
        display: none
    }
}

.TripRally-header .mobile-header {
    display: block;
    padding: 20px 8px
}

    .TripRally-header .mobile-header .ico-logo {
        float: left;
        margin-top: -8px;
        left: 0;
        position: relative
    }

    .TripRally-header .mobile-header .ico-recent-search {
        float: right;
        margin-top: -4px
    }

    .TripRally-header .mobile-header .page-title {
        font: normal 1.286em/18px Rubik,Arial;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        width: 83%
    }

@media only screen and (max-width:480px) and (min-width:1px) {
    .TripRally-header .mobile-header .page-title {
        width: 74%;
        color: #fff
    }
}

.TripRally-header .mobile-navs {
    background-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -moz-transform: translateX(-80%);
    -webkit-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    -moz-transition: transform .3s ease 0s,width .3s ease 0s;
    -webkit-transition: transform .3s ease 0s,width .3s ease 0s;
    -o-transition: transform .3s ease 0s,width .3s ease 0s;
    -ms-transition: transform .3s ease 0s,width .3s ease 0s;
    transition: transform .3s ease 0s,width .3s ease 0s;
    width: 0;
    z-index: 9999
}

.TripRally-header .nav-open {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 80%
}

.TripRally-header .slide {
    bottom: 0;
    left: 0 !important;
    position: absolute;
    top: 0;
    z-index: 999;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: 70%
}

.TripRally-header .slide-open {
    display: block !important;
    right: 0;
    -moz-transform: translateX(80%);
    -webkit-transform: translateX(80%);
    -o-transform: translateX(80%);
    -ms-transform: translateX(80%);
    transform: translateX(80%);
    -moz-transition: transform .3s ease 0s,width .3s ease 0s;
    -webkit-transition: transform .3s ease 0s,width .3s ease 0s;
    -o-transition: transform .3s ease 0s,width .3s ease 0s;
    -ms-transition: transform .3s ease 0s,width .3s ease 0s;
    transition: transform .3s ease 0s,width .3s ease 0s
}

.TripRally-header .mobile-navs .categories {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .TripRally-header .mobile-navs .categories li {
        padding: 0;
        margin: 0
    }

        .TripRally-header .mobile-navs .categories li a {
            display: block;
            padding: 18px 15px;
            color: #4b4b4b;
            border-left: 3px solid transparent;
            border-bottom: 1px solid #e5e5e5
        }

            .TripRally-header .mobile-navs .categories li a:focus, .TripRally-header .mobile-navs .categories li a:hover {
                color: #000
            }

            .TripRally-header .mobile-navs .categories li a.active, .TripRally-header .mobile-navs .categories li a:hover {
                border-left-color: #ff7d23
            }

            .TripRally-header .mobile-navs .categories li a.cur-def {
                cursor: default
            }

            .TripRally-header .mobile-navs .categories li a .mobile-signIn, .TripRally-header .mobile-navs .categories li a .mobile-signUp {
                color: #666;
                display: inline-block !important
            }

.TripRally-header .mobile-navs {
    overflow-y: scroll !important;
    max-height: 100%
}

    .TripRally-header .mobile-navs .scroll {
        height: 100%;
        overflow-x: hidden;
        width: 100%
    }

.TripRally-header .newMenuFresco .mobile-only {
    display: none
}

    .TripRally-header .newMenuFresco .mobile-only .mobileNavModal {
        position: absolute;
        top: 0;
        width: 100%;
        background: rgba(0,0,0,.1);
        height: 767px;
        z-index: 9999
    }

.TripRally-header .newMenuFresco .desktop-only {
    display: block
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .newMenuFresco .mobile-only {
        display: block
    }

        .TripRally-header .newMenuFresco .mobile-only .btnfloat {
            display: inline-block;
            float: left
        }

    .TripRally-header .newMenuFresco .desktop-only {
        display: none
    }
}

.TripRally-header .newMenuFresco .mobile-header {
    display: block;
    padding: 20px 8px
}

    .TripRally-header .newMenuFresco .mobile-header .ico-logo {
        float: left;
        margin-top: -10px;
        left: 0;
        position: relative
    }

    .TripRally-header .newMenuFresco .mobile-header .ico-recent-search {
        float: right;
        margin-top: -4px
    }

    .TripRally-header .newMenuFresco .mobile-header .page-title {
        font: normal 1.286em/18px Rubik,Arial;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        width: 83%
    }

@media only screen and (max-width:480px) and (min-width:1px) {
    .TripRally-header .newMenuFresco .mobile-header .page-title {
        width: 74%;
        color: #fff
    }
}

.TripRally-header .newMenuFresco .mobile-header .logo {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 83%;
    position: relative;
    top: -13px
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .TripRally-header .newMenuFresco .mobile-header .logo {
        width: 50%;
        float: right
    }
}

.TripRally-header .newMenuFresco .mobile-navs {
    background-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -moz-transform: translateX(-80%);
    -webkit-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    -moz-transition: transform .3s ease 0s,width .3s ease 0s;
    -webkit-transition: transform .3s ease 0s,width .3s ease 0s;
    -o-transition: transform .3s ease 0s,width .3s ease 0s;
    -ms-transition: transform .3s ease 0s,width .3s ease 0s;
    transition: transform .3s ease 0s,width .3s ease 0s;
    width: 0;
    z-index: 9999
}

.TripRally-header .newMenuFresco .nav-open {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 80%
}

.TripRally-header .newMenuFresco .slide {
    bottom: 0;
    left: 0 !important;
    position: absolute;
    top: 0;
    z-index: 999;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: 70%
}

.TripRally-header .newMenuFresco .slide-open {
    display: block !important;
    right: 0;
    -moz-transition: transform .3s ease 0s,width .3s ease 0s;
    -webkit-transition: transform .3s ease 0s,width .3s ease 0s;
    -o-transition: transform .3s ease 0s,width .3s ease 0s;
    -ms-transition: transform .3s ease 0s,width .3s ease 0s;
    transition: transform .3s ease 0s,width .3s ease 0s
}

.TripRally-header .newMenuFresco .mobile-navs .backclr {
    background-image: url("../images/logo.jpg");
    background-size: 100% 100%;
    height: 120px
}

.TripRally-header .newMenuFresco .mobile-navs .loginimage {
    padding: 20px
}

.TripRally-header .newMenuFresco .mobile-navs .categories {
    list-style-type: none;
    margin: 0
}

    .TripRally-header .newMenuFresco .mobile-navs .categories li {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

        .TripRally-header .newMenuFresco .mobile-navs .categories li a {
            display: block;
            padding: 9px 10px;
            color: #5c5c5c;
            border-left: none;
            border-bottom: none
        }

@media only screen and (max-width:360px) and (min-width:1px) {
    .TripRally-header .newMenuFresco .mobile-navs .categories li a {
        padding: 9px 2px
    }
}

.TripRally-header .newMenuFresco .mobile-navs .categories li a:focus, .TripRally-header .newMenuFresco .mobile-navs .categories li a:hover {
    color: #000
}

.TripRally-header .newMenuFresco .mobile-navs .categories li a.active, .TripRally-header .newMenuFresco .mobile-navs .categories li a:hover {
    border-left-color: #ff7d23
}

.TripRally-header .newMenuFresco .mobile-navs .categories li a.cur-def {
    cursor: default
}

.TripRally-header .newMenuFresco .mobile-navs .categories li a .mobile-signIn, .TripRally-header .newMenuFresco .mobile-navs .categories li a .mobile-signUp {
    color: #fff;
    height: 30px;
    text-align: center;
    width: 100px;
    line-height: 30px;
    margin-left: 20px;
    border-radius: 3px
}

@media only screen and (max-width:350px) and (min-width:1px) {
    .TripRally-header .newMenuFresco .mobile-navs .categories li a .mobile-signIn, .TripRally-header .newMenuFresco .mobile-navs .categories li a .mobile-signUp {
        width: 85px
    }
}

.TripRally-header .newMenuFresco .mobile-navs .categories li a .mobile-signIn {
    background-color: #f34f4f
}

.TripRally-header .newMenuFresco .mobile-navs .categories li a .mobile-signUp {
    background-color: #9393b7
}

.TripRally-header .newMenuFresco .mobile-navs .categories li .mobileUserName {
    color: #fff;
    font-family: Rubik;
    font-weight: 500;
    font-size: 16px;
    width: 130px;
    overflow: hidden;
    letter-spacing: .3px
}

.TripRally-header .newMenuFresco .mobile-navs .categories li.userNameBlockMenu {
    display: inline-block;
    color: #111;
    position: relative;
    top: 16px
}

    .TripRally-header .newMenuFresco .mobile-navs .categories li.userNameBlockMenu li {
        color: #121
    }

        .TripRally-header .newMenuFresco .mobile-navs .categories li.userNameBlockMenu li a {
            padding: 0 0 0 18px
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories li.userNameBlockMenu li .nameBlockMenu {
            color: #121
        }

.TripRally-header .newMenuFresco .mobile-navs .categories li .eCashBlockMenu {
    color: #bad2fe;
    margin-top: 5px;
    max-width: 132px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.TripRally-header .newMenuFresco .mobile-navs .categories li .eCash {
    color: #afcdf6;
    font: arial;
    font-size: 14px
}

.TripRally-header .newMenuFresco .mobile-navs .categories .marginLeft {
    margin-left: 100px
}

.TripRally-header .newMenuFresco .mobile-navs .categories .taga a {
    padding: 6px 0
}

.TripRally-header .newMenuFresco .mobile-navs .categories .userImage {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    float: left;
    overflow: hidden;
    position: relative
}

.TripRally-header .newMenuFresco .mobile-navs .categories .maincategory {
    font-size: 16px;
    overflow: hidden
}

    .TripRally-header .newMenuFresco .mobile-navs .categories .maincategory .subCategory {
        background-color: #f9f9f8;
        padding: 0 20px;
        font-size: .88em;
        height: 0;
        transition: all .3s ease-in
    }

        .TripRally-header .newMenuFresco .mobile-navs .categories .maincategory .subCategory li a {
            padding-left: 60px
        }

@media only screen and (max-width:360px) and (min-width:1px) {
    .TripRally-header .newMenuFresco .mobile-navs .categories .maincategory .subCategory li a {
        padding-left: 45px
    }
}

.TripRally-header .newMenuFresco .mobile-navs .categories .ico-user-image, .TripRally-header .newMenuFresco .mobile-navs .categories .maincategory i {
    -moz-transform: scale(.6);
    -o-transform: scale(.6);
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.TripRally-header .newMenuFresco .mobile-navs .categories .ico-user-image {
    width: 100px;
    height: 100px;
    background-position: -52px -204px;
    top: -6px;
    margin: 0;
    position: absolute;
    left: -13px
}

.TripRally-header .newMenuFresco .mobile-navs .categories .ico-custmsprt {
    width: 50px;
    height: 50px;
    background-position: -66px -85px
}

.TripRally-header .newMenuFresco .mobile-navs .categories .ico-myAcnt {
    width: 50px;
    height: 50px;
    background-position: -250px -150px
}

.TripRally-header .newMenuFresco .mobile-navs .categories .ico-memberArea {
    width: 50px;
    height: 50px;
    background-position: -66px -145px
}

.TripRally-header .newMenuFresco .mobile-navs .categories .ico-category {
    width: 50px;
    height: 50px;
    background-position: -188px -87px
}

.TripRally-header .newMenuFresco .mobile-navs .categories .ico-investorHm {
    width: 50px;
    height: 50px;
    background-position: -245px -259px
}

.TripRally-header .newMenuFresco .mobile-navs .categories .ico-plus {
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 5px;
    background-position: -72px -34px;
    -moz-transform: scale(.7);
    -o-transform: scale(.7);
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.TripRally-header .newMenuFresco .mobile-navs .categories .ico-logoutuser {
    width: 50px;
    height: 50px;
    background-position: -194px -148px
}

.TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .subCategory {
    display: block
}

.TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-plus {
    background-position: -112px -34px
}

.TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-category {
    background-position: -252px -86px
}

.TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-memberArea {
    background-position: -124px -146px
}

.TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-myAcnt {
    background-position: -250px -210px
}

.TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-custmsprt {
    background-position: -126px -88px
}

.TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-investorHm {
    background-position: -245px -305px
}

.TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .commonMain {
    color: #f34f4f
}

.TripRally-header .newMenuFresco .mobile-navs .categories.loginBlockCls li {
    position: relative;
    top: 50px;
    width: 100%
}

.TripRally-header .newMenuFresco .mobile-navs {
    overflow-y: scroll !important;
    max-height: 100%
}

    .TripRally-header .newMenuFresco .mobile-navs .scroll {
        height: 100%;
        overflow-x: hidden;
        width: 100%
    }

.TripRally-header .hide {
    display: none !important
}

.TripRally-header .middleTxtPay {
    color: #b8b8b8;
    float: left;
    font-weight: 600;
    font-size: 20px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 15px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .middleTxtPay {
        font-size: 14px
    }
}

.TripRally-header .payment-header .list-dropdown a {
    display: inline-block
}

    .TripRally-header .payment-header .list-dropdown a:after {
        content: normal
    }

.TripRally-header .payment-header .menu {
    width: 65% !important
}

.TripRally-header .payment-header .loginPanelClass {
    float: right
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .payment-header .loginPanelClass {
        display: none
    }
}

.TripRally-header .recent-searches {
    float: left;
    width: 100%;
    z-index: 5
}

    .TripRally-header .recent-searches .lft-info {
        display: none
    }

    .TripRally-header .recent-searches .recent-iternary-detail {
        float: left;
        width: 78%
    }

    .TripRally-header .recent-searches .recent-iternary-price {
        width: 22%;
        float: right
    }

    .TripRally-header .recent-searches .rcfltLogo {
        margin: 3px 2px 0 0;
        float: left
    }

    .TripRally-header .recent-searches .fl {
        float: left
    }

    .TripRally-header .recent-searches .lob-logo {
        float: left;
        margin: 12px 1% 0;
        width: 10%
    }

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .recent-searches .lob-logo {
        width: 14%;
        margin: 10px 0 0
    }
}

.TripRally-header .recent-searches .lob-logo-monuments {
    margin-right: 10px
}

.TripRally-header .recent-searches .ico:before {
    background: none
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .TripRally-header .recent-searches {
        float: left;
        width: 100%;
        margin: 20px 0;
        background: #f8f8f8;
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5
    }
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .TripRally-header .recent-searches {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0
    }
}

.TripRally-header .recent-searches .tabletHidden {
    width: 100%
}

    .TripRally-header .recent-searches .tabletHidden .relative {
        position: relative
    }

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .recent-searches .tabletHidden {
        display: block
    }
}

.TripRally-header .recent-searches .tabletOnly {
    display: none
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .recent-searches .tabletOnly {
        display: inline-block
    }
}

.TripRally-header .recent-searches .block {
    display: block
}

.TripRally-header .recent-searches .font10 {
    font-size: .71429em
}

.TripRally-header .recent-searches .ico-collapse {
    position: absolute;
    right: 7px;
    top: 55%;
    z-index: 2;
    cursor: pointer;
    display: none !important
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .recent-searches .ico-collapse {
        right: 12px;
        top: 10%
    }
}

.TripRally-header .recent-searches .lft-info {
    background: #e7e7e7 none repeat scroll 0 0;
    border-radius: 0 0 0 4px;
    float: left;
    height: 100px;
    max-width: 175px;
    padding: 15px;
    position: relative;
    width: 22.5%;
    text-align: center
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .TripRally-header .recent-searches .lft-info {
        max-width: 22.5%
    }
}

.TripRally-header .recent-searches .lft-info span {
    background: #ff7d23 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 22px;
    line-height: 20px;
    margin: 0 auto 5px;
    width: 22px
}

.TripRally-header .recent-searches .lft-info .caret {
    border-left-color: #e7e7e7;
    border-width: 10px;
    margin-top: -15px;
    position: absolute;
    right: -9px;
    top: 52%;
    z-index: 1
}

.TripRally-header .recent-searches .rgt-info {
    width: 100% !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 0 0 2px;
    float: left
}

    .TripRally-header .recent-searches .rgt-info .recent-review-tab {
        float: left;
        width: 100%;
        padding: 10px 0;
        height: auto;
        border-bottom: 1px solid #d9d9d9;
        background-color: #fff;
        box-sizing: border-box
    }

        .TripRally-header .recent-searches .rgt-info .recent-review-tab:first-child {
            box-shadow: none;
            border-top: none
        }

        .TripRally-header .recent-searches .rgt-info .recent-review-tab:hover {
            background-color: #fff
        }

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .recent-searches .rgt-info .recent-review-tab {
        padding: 8px 2px
    }
}

.TripRally-header .recent-searches .rotate-collapse {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.TripRally-header .recent-searches .toggle-rc {
    overflow: visible !important;
    height: auto
}

.TripRally-header .recent-searches .owWithFlight .ico-two-dir-arrow, .TripRally-header .recent-searches .owWithFlight .ico-two-dir-arrow-v2, .TripRally-header .recent-searches .owWithoutFlight .ico-two-dir-arrow, .TripRally-header .recent-searches .owWithoutFlight .ico-two-dir-arrow-v2 {
    background-position: -394px -184px;
    height: 9px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .recent-searches .owWithFlight .ico-two-dir-arrow, .TripRally-header .recent-searches .owWithFlight .ico-two-dir-arrow-v2, .TripRally-header .recent-searches .owWithoutFlight .ico-two-dir-arrow, .TripRally-header .recent-searches .owWithoutFlight .ico-two-dir-arrow-v2 {
        background-position: -170px -44px
    }
}

.TripRally-header .recent-searches .place {
    font-size: 1em;
    float: left;
    margin: 8px 2% 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .recent-searches .place {
        width: 82%
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .recent-searches .place .ico-two-dir-arrow {
        display: block
    }
}

.TripRally-header .recent-searches .recent-flight-detail, .TripRally-header .recent-searches .recent-hotel-detail {
    float: left;
    margin: 2px 0 1% 2%;
    width: 84%
}

.TripRally-header .recent-searches .recent-hotel-detail {
    width: 80%;
    margin: 8px 0 1% 2%
}

.TripRally-header .recent-searches .date {
    font-size: .85714em;
    color: #666;
    margin-left: 2.5%
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .TripRally-header .recent-searches .date {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.TripRally-header .recent-searches .price {
    font-size: 1.71429em;
    margin-left: 2.5%
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .recent-searches .price {
        display: block;
        margin-top: 10px
    }
}

.TripRally-header .recent-searches .dash {
    line-height: 10px;
    margin: 0 5px
}

.TripRally-header .recent-searches .recentRow {
    position: relative;
    height: 48px;
    cursor: pointer
}

    .TripRally-header .recent-searches .recentRow div .ico-rc-close {
        position: absolute;
        right: 0;
        top: -2px;
        cursor: pointer;
        display: none
    }

    .TripRally-header .recent-searches .recentRow div .ico-hotels-blk {
        height: 24px;
        top: 4px
    }

    .TripRally-header .recent-searches .recentRow:hover div .ico-rc-close {
        display: block
    }

    .TripRally-header .recent-searches .recentRow td {
        border-top: 1px solid #e1e1e1;
        vertical-align: middle;
        padding: 38px 0 37px
    }

    .TripRally-header .recent-searches .recentRow.owWithFlight td, .TripRally-header .recent-searches .recentRow.rtWithFlight td {
        padding: 29px 0 28px
    }

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .recent-searches .recentRow.owWithFlight td, .TripRally-header .recent-searches .recentRow.rtWithFlight td {
        padding: 8px
    }
}

.TripRally-header .recent-searches .recentRow.owWithFlight .withFlightPlace, .TripRally-header .recent-searches .recentRow.rtWithFlight .withFlightPlace {
    font-size: 12px;
    margin: 0 2%
}

.TripRally-header .recent-searches .timeColor {
    color: #777
}

.TripRally-header .recent-searches .padfirsttd {
    padding: 5px 5px 5px 13px !important;
    *padding: 5px 5px 5px 13px !important
}

.TripRally-header .recent-searches .padLastTd {
    padding-right: 16px !important
}

.TripRally-header .recent-searches .search tr:hover {
    background-color: #f9f9f9
}

.TripRally-header .recent-searches .mr5 {
    margin-right: 5px
}

.TripRally-header .recent-searches .txtXXXL {
    font-size: 24px
}

.TripRally-header .recent-searches .clrAllCros {
    background-position: -96px -407px;
    display: inline-block;
    height: 11px;
    *height: 13px;
    width: 12px !important
}

.TripRally-header .recent-searches .spiceIcon {
    background-position: -144px -318px;
    display: block;
    height: 28px;
    width: 25px !important
}

.TripRally-header .recent-searches .crossIcon {
    background-position: -95px -391px;
    display: none;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: -7px;
    right: 0;
    width: 17px !important
}

.TripRally-header .recent-searches .recentRow:hover .crossIcon {
    display: block !important
}

.TripRally-header .recent-searches .seeAllDwn {
    background-position: -92px -419px;
    display: inline-block;
    height: 10px;
    *height: 12px;
    width: 16px !important
}

.TripRally-header .recent-searches .seeAllUp {
    background-position: -77px -416px;
    display: inline-block;
    height: 10px;
    *height: 12px;
    width: 16px !important
}

.TripRally-header .recent-searches .SeeAll {
    padding: 6px;
    display: block;
    text-align: center;
    color: #2a91ae
}

.TripRally-header .recent-searches .padZero {
    padding: 0 !important
}

.TripRally-header .recent-searches .flightIcon {
    background-position: -92px -318px;
    float: left;
    height: 16px;
    width: 18px !important
}

.TripRally-header .recent-searches .txtFID {
    color: #7d8282;
    font-size: 11px
}

.TripRally-header .recent-searches .txtFRunner {
    color: #3e4141;
    vertical-align: top;
    font-size: 12px;
    width: 92px;
    overflow: hidden;
    margin-right: 5px
}

.TripRally-header .recent-searches .padSearch {
    padding: 4px 14px 6px !important
}

.TripRally-header .recent-searches ._w72 {
    *width: 75px !important
}

.TripRally-header .recent-searches .searchBtn {
    width: 73px;
    *width: 75px;
    font-size: 13px;
    font-weight: 500
}

.TripRally-header .recent-searches .recentDate {
    color: #777;
    text-transform: capitalize;
    margin-top: -3px;
    font-size: 1em
}

@media only screen and (max-width:550px) and (min-width:1px) {
    .TripRally-header .recent-searches .recentDate {
        font-size: .78571em
    }
}

.TripRally-header .recent-searches .mr3 {
    margin-right: 3px
}

.TripRally-header .recent-searches .mnthweek {
    display: inline-block
}

    .TripRally-header .recent-searches .mnthweek span {
        margin: 0
    }

@media only screen and (max-width:550px) and (min-width:1px) {
    .TripRally-header .recent-searches .mnthweek span {
        margin: 0
    }
}

.TripRally-header .recent-searches .mnthweek .mnth {
    display: block
}

.TripRally-header .recent-searches .search .hidertWithoutFlight {
    display: inline
}

.TripRally-header .recent-searches .search .rtWithoutFlight .hidertWithoutFlight {
    display: none
}

.TripRally-header .recent-searches .search .hideowWithFlight {
    display: inline
}

.TripRally-header .recent-searches .search .owWithFlight .hideowWithFlight, .TripRally-header .recent-searches .search .showowWithFlight {
    display: none
}

.TripRally-header .recent-searches .search .hideowWithoutFlight, .TripRally-header .recent-searches .search .owWithFlight .showowWithFlight {
    display: inline
}

.TripRally-header .recent-searches .search .owWithoutFlight .hideowWithoutFlight, .TripRally-header .recent-searches .search .showowWithoutFlightonly {
    display: none
}

.TripRally-header .recent-searches .search .owWithoutFlight .showowWithoutFlightonly {
    display: inline !important
}

.TripRally-header .recent-searches .withoutFlightsOnly {
    display: none
}

.TripRally-header .recent-searches .owWithoutFlight .withoutFlightsOnly, .TripRally-header .recent-searches .rtWithoutFlight .withoutFlightsOnly {
    display: block !important;
    margin-right: 10px;
    font-size: 13px
}

.TripRally-header .recent-searches .withFlightsOnly {
    display: none
}

.TripRally-header .recent-searches .owWithFlight .withFlightsOnly, .TripRally-header .recent-searches .rtWithFlight .withFlightsOnly {
    display: block !important;
    float: left;
    margin-right: 5px
}

.TripRally-header .recent-searches .reviewSrch {
    float: right;
    position: absolute;
    top: 13px;
    right: 0;
    font-weight: 500;
    font-size: 13px;
    text-align: right
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .recent-searches .reviewSrch {
        font-size: 10px
    }
}

.TripRally-header .recent-searches .searchPrice .reviewSrch {
    font-size: 11px
}

.TripRally-header .recent-searches .recentRow.owWithFlight .reviewSrch, .TripRally-header .recent-searches .recentRow.rtWithFlight .reviewSrch {
    top: 13px
}

.TripRally-header .recent-searches .reviewPrice:hover .reviewSrch {
    display: none
}

.TripRally-header .recent-searches .searchPrice:hover .reviewSrch {
    display: inline-block
}

.TripRally-header .recent-searches .srchBtn {
    float: right;
    font-weight: 500;
    font-size: 13px;
    padding: 4px 15px 6px
}

.TripRally-header .recent-searches .searchPrice:hover .srchBtn {
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #0898eb;
    background-image: -moz-linear-gradient(top,#0898eb,#077ecd);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0898eb),to(#077ecd));
    background-image: -webkit-linear-gradient(top,#0898eb,#077ecd);
    background-image: -o-linear-gradient(top,#0898eb,#077ecd);
    background-image: linear-gradient(180deg,#0898eb,#077ecd);
    background-repeat: repeat-x;
    border-color: #0898eb #0898eb #077ecd;
    box-shadow: inset 0 1px 1px 0 #fff
}

.TripRally-header .recent-searches .bookNow {
    display: none;
    min-width: 90px;
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 14px;
    font-weight: 500;
    background: #f34f4f;
    padding: 8px;
    border: 1px solid #f34f4f;
    color: #fff;
    border-radius: 4px;
    cursor: pointer
}

.TripRally-header .recent-searches .reviewPrice:hover .bookNow {
    display: inline-block !important
}

.TripRally-header .recent-searches .upIconWhite {
    background-position: -168px -352px;
    float: right;
    height: 20px;
    width: 17px !important;
    margin-top: 3px
}

.TripRally-header .recent-searches .upIconRed {
    background-position: -92px -374px;
    float: right;
    height: 18px;
    width: 17px !important;
    margin-top: 3px
}

.TripRally-header .recent-searches .recentRow .upIconWhite, .TripRally-header .recent-searches .recentRow:hover .upIconRed {
    display: none
}

.TripRally-header .recent-searches .recentRow:hover .upIconWhite {
    display: block !important
}

.TripRally-header .recent-searches .showRs {
    font-size: 1.5em;
    font-weight: 500;
    padding: 0 10px 0 0
}

.TripRally-header .recent-searches .reviewPrice .showRs, .TripRally-header .recent-searches .searchPrice .hideRs {
    display: block
}

.TripRally-header .recent-searches .reviewPrice .hideRs, .TripRally-header .recent-searches .searchPrice .showRs {
    display: none
}

.TripRally-header .recent-searches .recent_arrow_off .upIconRed, .TripRally-header .recent-searches .recent_arrow_off .upIconWhite, .TripRally-header .recent-searches .recent_arrow_off:hover .upIconRed, .TripRally-header .recent-searches .recent_arrow_off:hover .upIconWhite {
    display: none !important
}

.TripRally-header .recent-searches .rtWithFlight .typeArrow, .TripRally-header .recent-searches .rtWithoutFlight .typeArrow {
    background-position: -221px -30px;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 12px
}

.TripRally-header .recent-searches .owWithFlight .typeArrow, .TripRally-header .recent-searches .owWithoutFlight .typeArrow {
    background-position: -178px -335px;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px
}

.TripRally-header .recent-searches .singleArwIcon {
    background-position: -175px -345px;
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 13px !important
}

.TripRally-header .recent-searches .rchotelsIcon {
    width: 22px;
    height: 14px;
    display: inline-block;
    background-position: -86px -69px
}

.TripRally-header .recent-searches .rcholidaysIcon {
    width: 22px;
    height: 18px;
    display: inline-block;
    background-position: -90px -353px
}

.TripRally-header .recent-searches .showNameOnly {
    display: none
}

.TripRally-header .recent-searches .showDatesOnly {
    margin-left: 2%
}

.TripRally-header .recent-searches .hotelReviewed .showNameOnly {
    display: block !important;
    margin-right: 14px;
    color: #3e4141
}

@media only screen and (max-width:550px) and (min-width:1px) {
    .TripRally-header .recent-searches .hotelReviewed .showNameOnly {
        margin-right: 0
    }
}

.TripRally-header .recent-searches .hotelReviewed .showDatesOnly, .TripRally-header .recent-searches .hotelSearched .showDatesOnly {
    color: #3e4141;
    display: block !important;
    float: left;
    margin: -5px 0 5px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .recent-searches .hotelSearched .lob-logo {
        width: 15%
    }

    .TripRally-header .recent-searches .hotelSearched .place, .TripRally-header .recent-searches .hotelSearched .recent-hotel-detail {
        padding: 0 4px;
        width: 79%
    }
}

.TripRally-header .recent-searches .hotelSearched .lob-logo {
    margin: 12px 2% 0 1%
}

.TripRally-header .recent-searches .holidayReviewed .showNameOnly {
    display: block !important;
    margin-right: 14px;
    color: #3e4141
}

.TripRally-header .recent-searches .rcClearAll {
    position: absolute;
    top: 10px;
    right: 5px
}

.TripRally-header .recent-searches .owWithFlight .ico-two-dir-arrow-downward, .TripRally-header .recent-searches .owWithoutFlight .ico-two-dir-arrow-downward {
    background-position: -34px -402px
}

.TripRally-header .recent-searches .ico-two-dir-arrow-downward {
    background-position: 0 -398px;
    height: 18px;
    width: 18px
}

.TripRally-header .visa-card-wrapper .visa-card {
    color: #fff !important
}

.TripRally-header .hideService {
    display: none !important
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .TripRally-header #recentSearch-wrapper {
        display: none
    }
}

.TripRally-header .rs, .TripRally-header .rs-symbol, .TripRally-header .RupeeSign {
    font-family: WebRupee;
    font-style: normal;
    font-weight: 400
}

.TripRally-header.microsite-header {
    position: fixed !important;
    background: #fff;
    border-bottom: 1px solid #e5e5e5
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .TripRally-header.microsite-header {
        height: 4.8em !important
    }

        .TripRally-header.microsite-header .desktop-only {
            display: block !important
        }

            .TripRally-header.microsite-header .desktop-only .menu {
                display: none
            }
}

.TripRally-header.microsite-header .logo_imgFix {
    height: 52px;
    width: 176px;
    overflow: hidden;
    float: left
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header.microsite-header .logo_imgFix a {
        width: 100% !important
    }
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .TripRally-header.microsite-header .logo_imgFix {
        float: none;
        display: inline-block
    }
}

.TripRally-header.microsite-header .logo_imgFix img {
    width: 100%
}

.TripRally-header.microsite-header .menu {
    width: 75% !important;
    min-height: 62px !important
}

.TripRally-header.microsite-header .microsite-menu {
    margin-top: 20px;
    float: left
}

    .TripRally-header.microsite-header .microsite-menu ul li a {
        padding: 0 10px;
        padding-bottom: 19px;
        color: #2476bb
    }

        .TripRally-header.microsite-header .microsite-menu ul li a:hover {
            color: #f28510 !important
        }

        .TripRally-header.microsite-header .microsite-menu ul li a.active, .TripRally-header.microsite-header .microsite-menu ul li a:focus {
            border-bottom: 4px solid #f28510;
            color: #f28510 !important
        }

.TripRally-header.microsite-header .mobileLinkMicrosite .micrositeResMenu.active .dropBottom, .TripRally-header.microsite-header .mobileLinkMicrosite .micrositeResMenu:focus .dropBottom, .TripRally-header.microsite-header .mobileLinkMicrosite .micrositeResMenu:hover .dropBottom {
    display: block !important
}

.TripRally-header.microsite-header .mobileLinkMicrosite .dropBottom {
    display: none !important
}

    .TripRally-header.microsite-header .mobileLinkMicrosite .dropBottom ul li {
        color: #eee;
        display: list-item !important
    }

        .TripRally-header.microsite-header .mobileLinkMicrosite .dropBottom ul li a {
            color: #eee
        }

@media only screen and (max-width:800px) and (min-width:1px) {
    .TripRally-header.microsite-header .header-container {
        width: 100%;
        text-align: center
    }
}

.TripRally-header .mobile-header.pwaBGColor {
    background-color: #ea2330
}

.TripRally-header .platinum-headerBanner {
    background: transparent url(/content/fresco/snipe/dist/images/bg-plat.jpg?d6237fbe4965308e8ff712d2e304fe39) 50% no-repeat;
    max-width: 1920px;
    height: 66px;
    padding: 3px 0;
    width: 100%;
    display: inline-block
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .TripRally-header .platinum-headerBanner {
        padding: 3px 10px
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header .platinum-headerBanner {
        display: none
    }
}

.TripRally-header .platinum-headerBanner .left-platinum {
    color: #fff;
    float: left;
    font-size: 16px
}

    .TripRally-header .platinum-headerBanner .left-platinum .userNamePlat {
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 375px;
        height: 20px;
        white-space: nowrap
    }

    .TripRally-header .platinum-headerBanner .left-platinum .goldPlatinumTxt {
        display: inline-block;
        vertical-align: middle;
        margin-top: 4px
    }

.TripRally-header .platinum-headerBanner .right-platinum {
    color: #fff;
    float: right;
    font-size: 16px;
    width: 57%
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .TripRally-header .platinum-headerBanner .right-platinum {
        width: auto
    }
}

.TripRally-header .platinum-headerBanner .right-platinum .txtPlatinumtR {
    float: left;
    width: 100%
}

    .TripRally-header .platinum-headerBanner .right-platinum .txtPlatinumtR p {
        color: #c0a681
    }

@media only screen and (max-width:1024px) and (min-width:1px) {
    .TripRally-header .platinum-headerBanner .right-platinum .txtPlatinumtR p {
        display: none
    }
}

.TripRally-header .platinum-headerBanner .right-platinum .txtPlatinumtR ul {
    margin-left: 15px
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .TripRally-header .platinum-headerBanner .right-platinum .txtPlatinumtR ul {
        display: none
    }
}

.TripRally-header .platinum-headerBanner .right-platinum .txtPlatinumtR ul li {
    float: left;
    margin: 10px 0;
    font-size: 13px;
    margin-left: 30px;
    list-style: disc
}

    .TripRally-header .platinum-headerBanner .right-platinum .txtPlatinumtR ul li:first-child {
        margin-left: 0
    }

.TripRally-header .platinum-headerBanner .right-platinum .yt-btn {
    float: right;
    color: #333;
    padding: 9px 28px;
    margin-top: -10px;
    border-radius: 4px;
    font-size: 14px
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .TripRally-header .platinum-headerBanner .right-platinum .yt-btn {
        margin-top: 5px
    }
}

.TripRally-header .platinum-headerBanner .right-platinum .yt-btn:focus, .TripRally-header .platinum-headerBanner .right-platinum .yt-btn:hover {
    background-image: none;
    background-color: #fff
}

.TripRally-header .platinum-headerBanner .platinumImgText {
    background: transparent url(/content/fresco/snipe/dist/images/TripRally-platinum.png?619583333f6ca51dfcb0f01cee3672d5) 50% no-repeat;
    width: 118px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px
}

.TripRally-header .platinum-headerBanner {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-animation-name: spaceIn;
    -moz-animation-name: spaceIn;
    animation-name: spaceIn
}

.opened {
    overflow: hidden
}

.service-header {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    z-index: auto
}

    .service-header, .service-header .TripRally-header {
        position: relative
    }

        .service-header a {
            color: #666
        }

            .service-header a.active, .service-header a:hover {
                color: #333
            }

        .service-header .header-container .menu .justified-menu .header-drop {
            border-radius: 1px;
            z-index: 9999;
            box-shadow: 0 -6px 20px -4px rgba(0,0,0,.1)
        }

        .service-header .header-container .menu .justified-menu .tip-hover i {
            top: 2px;
            z-index: 101
        }

        .service-header .ico-header-arrow-down {
            background-position: 0 0
        }

        .service-header .ico-logo-v2 {
            background-position: 0 -13px;
            height: 52px;
            width: 176px
        }

        .service-header .ico-newHeaderLogo {
            height: 39.5px;
            width: 110px;
            display: inline-block;
            background: url("../images/newIcons/TripRally_logo.svg") 50% no-repeat;
            background-size: 110px 39.5px
        }

            .service-header .ico-newHeaderLogo.smeHeaderLogo {
                background: url("../images/newIcons/TripRally_bussines_red_logo.svg") 50% no-repeat;
                background-size: 110px 39.5px;
                height: 39.5px
            }

        .service-header .ico-header-mobile-android {
            background-position: -477px -70px;
            border-right: 1px solid #333
        }

        .service-header .ico-header-mobile-ios {
            background-position: -478px -114px
        }

        .service-header .list-dropdown > a {
            color: #333
        }

            .service-header .list-dropdown > a:after {
                border-top: 4px solid #333
            }

            .service-header .list-dropdown.active .dropdown-toggle, .service-header .list-dropdown:focus .dropdown-toggle, .service-header .list-dropdown:hover .dropdown-toggle, .service-header .list-dropdown > a:hover {
                color: #333
            }

        .service-header .main-nav .header-container .settings .setting-btn:after {
            border-top: 4px solid #62656a
        }

        .service-header .header-container .settings .setting-btn:after {
            border-top-color: #62656a
        }

        .service-header.secure-header .header-container .settings .setting-btn {
            display: none
        }

#menu_mobileQR .header-drop {
    display: none !important
}

.show-prompt {
    display: block !important
}

    .show-prompt .header-dropdown {
        max-height: 74px;
        overflow: hidden
    }

        .show-prompt .header-dropdown .userBlock {
            padding: 0
        }

            .show-prompt .header-dropdown .userBlock .login-li {
                display: block !important
            }

            .show-prompt .header-dropdown .userBlock .hideAuto, .show-prompt .hideAuto {
                display: none !important
            }

.tg-header .justified-menu {
    float: none !important
}

    .tg-header .justified-menu .category-ddn li {
        padding-left: 9px !important;
        padding-right: 9px !important
    }

.tg-header .menu {
    left: 30px
}

.tg-header #menu_tg_DomPackages {
    background: 0
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .tg-header .ico-logo {
        background-position: -117px -5px
    }
}

.TripRally-header-fixed {
    position: fixed;
    z-index: 100;
    box-shadow: 0 0 8px rgba(0,0,0,.3)
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .TripRally-header-fixed {
        position: relative
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .wrapper-snipe .TripRally-header, .wrapper-template .TripRally-header {
        height: 4em !important
    }

        .wrapper-snipe .TripRally-header .js-recent-search-ico, .wrapper-template .TripRally-header .js-recent-search-ico {
            background-image: url(/images/header-mobile.png?v=24112016);
            background-position: -143px 0;
            margin-left: 2%;
            margin-top: -8px;
            background-color: transparent;
            background-repeat: no-repeat;
            display: inline-block;
            background-image: url(/images/header.png?v=24112016);
            width: 34px;
            height: 34px;
            background-position: -217px -155px;
            float: right;
            margin-left: 3%;
            margin-top: -2px;
            display: none !important
        }

        .wrapper-snipe .TripRally-header .header-responsive-recent, .wrapper-template .TripRally-header .header-responsive-recent {
            width: 80%;
            position: relative;
            right: 267px;
            top: 43px;
            display: none;
            min-width: 300px
        }

            .wrapper-snipe .TripRally-header .header-responsive-recent .tip-hover, .wrapper-template .TripRally-header .header-responsive-recent .tip-hover {
                top: -14px;
                left: 88%;
                display: block;
                position: absolute
            }

        .wrapper-snipe .TripRally-header .ico-header-ecash, .wrapper-template .TripRally-header .ico-header-ecash {
            background-position: 0 -380px;
            height: 14px;
            width: 46px
        }

        .wrapper-snipe .TripRally-header .ico-header-sub-arrow, .wrapper-template .TripRally-header .ico-header-sub-arrow {
            background-position: -50px -380px
        }

        .wrapper-snipe .TripRally-header .ico-header-arrow-down, .wrapper-template .TripRally-header .ico-header-arrow-down {
            background-position: -4px -140px !important
        }

        .wrapper-snipe .TripRally-header .recent-searches .recent-iternary-detail, .wrapper-template .TripRally-header .recent-searches .recent-iternary-detail {
            width: 64%
        }

        .wrapper-snipe .TripRally-header .recent-searches .recent-iternary-price, .wrapper-template .TripRally-header .recent-searches .recent-iternary-price {
            width: 25%
        }

        .wrapper-snipe .TripRally-header .recent-searches .bookNow, .wrapper-template .TripRally-header .recent-searches .bookNow {
            left: -16px
        }

        .wrapper-snipe .TripRally-header .mobile-header .ico-logo, .wrapper-template .TripRally-header .mobile-header .ico-logo {
            background-position: -112px -4px
        }
}

.TripRally-header .visa-card-wrapper {
    float: left;
    list-style: none
}

    .TripRally-header .visa-card-wrapper .visa-card {
        color: #666;
        cursor: pointer;
        position: relative
    }

        .TripRally-header .visa-card-wrapper .visa-card .info {
            background: #989898;
            color: #fff;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            text-align: center;
            line-height: 14px;
            font-size: 12px;
            margin: 0 5px;
            display: inline-block
        }

        .TripRally-header .visa-card-wrapper .visa-card .info-box {
            cursor: default;
            position: absolute;
            margin-top: 60px;
            top: 0;
            padding: 0;
            z-index: 99999;
            right: -20px;
            display: none
        }

            .TripRally-header .visa-card-wrapper .visa-card .info-box.show-box {
                display: block
            }

            .TripRally-header .visa-card-wrapper .visa-card .info-box i.ico-header-sub-arrow {
                position: absolute;
                right: 26px;
                top: -11px
            }

            .TripRally-header .visa-card-wrapper .visa-card .info-box .info-content {
                -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
                -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
                -ms-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
                -o-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
                box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
                border: 1px solid #d1d1d1;
                background: #fff;
                width: 255px;
                color: #656565;
                margin-top: -2px;
                padding: 7px 15px;
                line-height: 1.35;
                font-size: 13px
            }

            .TripRally-header .visa-card-wrapper .visa-card .info-box.display-hover .info-content {
                width: 270px
            }

            .TripRally-header .visa-card-wrapper .visa-card .info-box h3 {
                line-height: 40px;
                color: #000;
                font-size: 16px;
                padding: 0 0 0 15px;
                border-bottom: 1px solid #e5e5e5;
                font-weight: 400
            }

                .TripRally-header .visa-card-wrapper .visa-card .info-box h3.green-head {
                    border-bottom: 0;
                    padding: 0;
                    color: #097d00;
                    text-align: center;
                    font-family: Rubik;
                    font-weight: 500
                }

                .TripRally-header .visa-card-wrapper .visa-card .info-box h3.oops-txt {
                    color: #c22425
                }

            .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper {
                padding: 20px 12px 0
            }

                .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper input[type=text] {
                    border: 1px solid #cdcdcd;
                    box-shadow: inset 0 1px 1px 0 #e3e3e3;
                    padding: 5px 10px;
                    font-size: 14px;
                    letter-spacing: 1px;
                    width: 100%
                }

                    .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper input[type=text].error {
                        border-color: red;
                        box-shadow: inset 0 0 1px 0 red
                    }

                    .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper input[type=text].disabled {
                        background-color: #f7f7f7 !important;
                        cursor: not-allowed
                    }

                .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper label {
                    font-size: 12px;
                    padding: 5px 0 0
                }

                    .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper label.visa-eligibilty-error {
                        margin-top: 8px;
                        color: #c22425;
                        display: none
                    }

                .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper input[type=submit] {
                    width: 100%;
                    margin: 20px 0;
                    padding: 7px 10px;
                    background-color: #1d8fb1;
                    color: #fff;
                    border: 0 none;
                    font: normal 1.143em/18px Rubik,Arial;
                    cursor: pointer;
                    -webkit-appearance: none;
                    border-radius: 1px
                }

                    .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper input[type=submit]:hover {
                        opacity: .85;
                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
                    }

                .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper a.underline-hover:hover {
                    color: #666;
                    border-bottom: 1px solid #666
                }

                .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper a.terms-link {
                    text-align: center;
                    margin: 0 0 8px;
                    color: #666;
                    display: inline-block
                }

                    .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper a.terms-link:hover {
                        text-decoration: none !important
                    }

                    .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper a.terms-link:after {
                        content: "";
                        height: 1px;
                        width: 0;
                        display: block;
                        margin: 0 auto;
                        -webkit-transition: all .3s ease 0s;
                        -moz-transition: all .3s ease 0s;
                        -ms-transition: all .3s ease 0s;
                        -o-transition: all .3s ease 0s;
                        transition: all .3s ease 0s
                    }

                    .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper a.terms-link:hover:after {
                        width: 100%;
                        background: #666
                    }

            .TripRally-header .visa-card-wrapper .visa-card .info-box.right-box {
                margin: 0;
                right: 100%
            }

                .TripRally-header .visa-card-wrapper .visa-card .info-box.right-box .info-content {
                    font-size: 12px
                }

        .TripRally-header .visa-card-wrapper .visa-card .ico-header-sub-arrow-right {
            position: absolute;
            right: -14px;
            top: 18px;
            z-index: 9
        }

        .TripRally-header .visa-card-wrapper .visa-card .ico-header-visa-close {
            position: absolute;
            right: -12px;
            top: -8px;
            z-index: 9;
            cursor: pointer;
            transition: none
        }

            .TripRally-header .visa-card-wrapper .visa-card .ico-header-visa-close:hover {
                opacity: .85;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
            }

        .TripRally-header .visa-card-wrapper .visa-card .eligibilty-box .info-content {
            width: 210px;
            padding: 0
        }

        .TripRally-header .visa-card-wrapper .visa-card .eligibilty-box i.ico-header-sub-arrow {
            right: 45%
        }

        .TripRally-header .visa-card-wrapper .visa-card .benefits-cont {
            padding: 12px 15px;
            margin: -20px 0 0
        }

            .TripRally-header .visa-card-wrapper .visa-card .benefits-cont .info-txt {
                margin: 5px 0 18px;
                line-height: 1.2;
                color: #333
            }

        .TripRally-header .visa-card-wrapper .visa-card:hover .info-box.display-hover {
            display: block
        }

    .TripRally-header .visa-card-wrapper .visa-card-txt {
        padding: 18px 10px
    }

        .TripRally-header .visa-card-wrapper .visa-card-txt.hide-deals {
            margin-right: -20px
        }

            .TripRally-header .visa-card-wrapper .visa-card-txt.hide-deals .fr_deals_hide {
                display: none
            }

    .TripRally-header .visa-card-wrapper .login-li {
        padding: 12px 0 0 !important;
        border: 0 !important;
        overflow: hidden
    }

        .TripRally-header .visa-card-wrapper .login-li .add-card {
            width: 90%;
            margin: 0 5% 25px
        }

        .TripRally-header .visa-card-wrapper .login-li a:hover {
            opacity: .85;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
        }

        .TripRally-header .visa-card-wrapper .login-li.prop-mar {
            margin: -10px 0 18px
        }

    .TripRally-header .visa-card-wrapper.show-eligibilty-box .info-box {
        display: none !important
    }

    .TripRally-header .visa-card-wrapper.show-eligibilty-box #eligibiltyCheckBox {
        display: block !important
    }

    .TripRally-header .visa-card-wrapper a.visa-another-card {
        font-size: 90%;
        position: absolute;
        right: 10px;
        bottom: 9px;
        color: #666
    }

        .TripRally-header .visa-card-wrapper a.visa-another-card:hover {
            color: #666;
            text-decoration: underline
        }

    .TripRally-header .visa-card-wrapper .visa-applicable-txt {
        display: block;
        font-size: 80%;
        margin: 3px -9px -5px 0;
        text-align: right
    }

    .TripRally-header .visa-card-wrapper *, .TripRally-header .visa-card-wrapper :after, .TripRally-header .visa-card-wrapper :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.TripRally-header .payment-visa-card-wrapper .visa-card-wrapper {
    float: right
}

.TripRally-header .js_prev_eligible {
    display: none
}

.TripRally-header .active.ico-header-lock {
    background-position: -378px -39px
}

.TripRally-header .active.ico-header-unchecked {
    background-position: -454px -3px;
    width: 15px;
    height: 12px
}

.TripRally-header .pending.ico-header-unchecked {
    background-position: -355px -34px;
    width: 13px;
    height: 25px
}

.page-srp .info-boxx.adjClasLockMsgTip {
    width: 213px !important
}

.page-srp .info-boxx.adjClasUnlockMsgTip {
    width: 203px !important
}

.wrapper-pegasus #discount_list {
    overflow: visible
}

.header-dropdown #saveBigDD .simple-dropdown a.simple-tab {
    color: #636363;
    border-bottom: 1px solid #e7e7e7;
    transition: none;
    padding: 0;
    line-height: 30px;
    transition: all .5s ease;
    letter-spacing: 1px
}

    .header-dropdown #saveBigDD .simple-dropdown a.simple-tab.active, .header-dropdown #saveBigDD .simple-dropdown a.simple-tab:focus, .header-dropdown #saveBigDD .simple-dropdown a.simple-tab:hover {
        padding-left: 10px;
        transition: all .5s ease;
        background: #fff
    }

    .header-dropdown #saveBigDD .simple-dropdown a.simple-tab:before {
        display: none
    }

    .header-dropdown #saveBigDD .simple-dropdown a.simple-tab:last-child {
        border-bottom: none
    }

    .header-dropdown #saveBigDD .simple-dropdown a.simple-tab .active.ico-header-unchecked {
        height: 15px;
        top: 7px;
        width: 17px
    }

.wrapper-pegasus #discountHdr #dicountCardTip .tncLink a {
    font-size: 10px;
    float: right;
    color: #2476bb
}

#discount_list {
    position: absolute;
    z-index: 9999;
    min-width: 270px;
    right: 0
}

    #discount_list .ico-header-sub-arrow {
        left: 88%;
        margin: auto;
        top: 2px
    }

#discountHdr #dicountCardTip {
    display: none;
    width: 241px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    border: 1px solid #d1d1d1;
    background: #fff;
    color: #656565;
    padding: 7px 14px 3px 11px;
    line-height: 1.35;
    font-size: 12px;
    position: absolute;
    right: 114px;
    top: 0;
    z-index: 100
}

.info-boxx.adjClasLockMsgTip {
    width: 240px !important
}

.info-boxx.adjClasUnlockMsgTip {
    width: 230px !important
}

#dicountCardTip .ico-header-sub-arrow-right {
    position: absolute;
    right: -15px;
    top: 16px
}

.info-boxx .ico-header-visa-close {
    position: absolute;
    right: -14px;
    top: -8px
}

#discountHdr #saveBigDD {
    position: relative
}

#discount_list #saveBigDD {
    padding: 0
}

#discountHdr #saveBigDD .simple-dropdown {
    position: relative;
    width: 100%
}

    #discountHdr #saveBigDD .simple-dropdown > .subText {
        position: absolute
    }

#discountHdr #dicountCardTip .tncLink {
    font-size: 10px;
    float: right
}

.footer-beetle-hide, .servicesFooterHide {
    display: none
}

.footer-beetle-new {
    clear: both
}

    .footer-beetle-new, .footer-beetle-new.about-seo {
        position: relative;
        z-index: 9
    }

        .footer-beetle-new h1, .footer-beetle-new h2, .footer-beetle-new h3, .footer-beetle-new h4, .footer-beetle-new h5, .footer-beetle-new h6, .footer-beetle-new ul {
            margin: 0;
            padding: 0
        }

        .footer-beetle-new li {
            list-style: none
        }

        .footer-beetle-new .hide {
            display: none
        }

@media only screen and (max-width:610px) and (min-width:1px) {
    .footer-beetle-new {
        z-index: 1
    }
}

.footer-beetle-new *, .footer-beetle-new :after, .footer-beetle-new :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

.footer-beetle-new .clearfix:after, .footer-beetle-new .clearfix:before {
    display: table;
    line-height: 0;
    content: ""
}

.footer-beetle-new .clearfix:after {
    clear: both
}

.footer-beetle-new .ytAboutFooter {
    clear: both;
    *zoom: 1;
    position: relative;
    *z-index: 0;
    background-color: #fff;
    color: #333;
    letter-spacing: .7px;
    font: normal 14px/18px Rubik,Arial;
    line-height: 1
}

    .footer-beetle-new .ytAboutFooter:after, .footer-beetle-new .ytAboutFooter:before {
        display: table;
        line-height: 0;
        content: ""
    }

    .footer-beetle-new .ytAboutFooter:after {
        clear: both
    }

    .footer-beetle-new .ytAboutFooter .aboutTripRallyContent p {
        line-height: 20px;
        padding-bottom: 20px;
        font-size: 12px;
        color: #8a8a8a
    }

    .footer-beetle-new .ytAboutFooter .ytAbt-track {
        position: relative
    }

        .footer-beetle-new .ytAboutFooter .ytAbt-track a {
            color: #333 !important
        }

    .footer-beetle-new .ytAboutFooter a {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none
    }

        .footer-beetle-new .ytAboutFooter a.active, .footer-beetle-new .ytAboutFooter a:hover {
            color: #333
        }

@media only screen and (max-width:867px) {
    .footer-beetle-new .ytAboutFooter .aboutTripRallyTab {
        display: none !important
    }
}

.footer-beetle-new .ytAboutFooter .footer-grey-country {
    position: absolute;
    top: 20px;
    right: 20px
}

    .footer-beetle-new .ytAboutFooter .footer-grey-country:focus li ul li, .footer-beetle-new .ytAboutFooter .footer-grey-country:hover li ul li {
        display: block
    }

    .footer-beetle-new .ytAboutFooter .footer-grey-country li {
        font-size: .857em
    }

        .footer-beetle-new .ytAboutFooter .footer-grey-country li ul {
            padding-top: 20px;
            background: none;
            border: none
        }

            .footer-beetle-new .ytAboutFooter .footer-grey-country li ul li {
                position: absolute;
                top: 20px;
                right: 0;
                display: none;
                border: 1px solid #d8d8d8d;
                background: #eee;
                width: 84px;
                z-index: 100
            }

                .footer-beetle-new .ytAboutFooter .footer-grey-country li ul li:hover {
                    background-color: #f8f8f8
                }

                .footer-beetle-new .ytAboutFooter .footer-grey-country li ul li a {
                    padding: 8px 5px !important;
                    display: block
                }

                    .footer-beetle-new .ytAboutFooter .footer-grey-country li ul li a:hover {
                        color: #000
                    }

.footer-beetle-new .ytAboutFooter .abtTxtFresco {
    display: inline-block;
    font-size: 16px;
    padding: 20px 0
}

    .footer-beetle-new .ytAboutFooter .abtTxtFresco.active .ico-arrow {
        background-position: -112px -3px
    }

.footer-beetle-new .ytAboutFooter .ico-country-Bangladesh {
    vertical-align: bottom;
    background-position: -27px 1px !important;
    width: 21px !important
}

.footer-beetle-new .ytAboutFooter .ico-country-us {
    margin-left: 3px
}

.footer-beetle-new .ytNormFooter {
    *zoom: 1;
    position: relative;
    *z-index: 0;
    background-color: #fff;
    color: #333;
    letter-spacing: .7px;
    font: normal 14px/18px Rubik,Arial;
    line-height: 1;
    border-top: 1px solid #e3e6ea
}

    .footer-beetle-new .ytNormFooter:after, .footer-beetle-new .ytNormFooter:before {
        display: table;
        line-height: 0;
        content: ""
    }

    .footer-beetle-new .ytNormFooter:after {
        clear: both
    }

    .footer-beetle-new .ytNormFooter a {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none;
        color: #666
    }

        .footer-beetle-new .ytNormFooter a.active, .footer-beetle-new .ytNormFooter a:hover {
            color: #333
        }

@media only screen and (max-width:867px) {
    .footer-beetle-new .ytNormFooter .footsec {
        display: none
    }
}

.footer-beetle-new .ytNormFooter .footsec .footerpages {
    height: 40px;
    z-index: 1
}

    .footer-beetle-new .ytNormFooter .footsec .footerpages.bgclr {
        position: relative;
        width: 100%;
        background: #fff;
        overflow: hidden;
        max-width: 1060px;
        margin: 0 auto;
        margin-top: 18px
    }

    .footer-beetle-new .ytNormFooter .footsec .footerpages li {
        float: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

        .footer-beetle-new .ytNormFooter .footsec .footerpages li a {
            display: block;
            color: #333;
            float: left;
            text-decoration: none;
            font-size: 13px;
            padding: 8px 25px 15px 10px;
            border-top: 4px solid transparent;
            position: relative
        }

            .footer-beetle-new .ytNormFooter .footsec .footerpages li a .ico-arrow {
                display: none
            }

            .footer-beetle-new .ytNormFooter .footsec .footerpages li a.active, .footer-beetle-new .ytNormFooter .footsec .footerpages li a:hover {
                color: #f34f4f
            }

                .footer-beetle-new .ytNormFooter .footsec .footerpages li a.active:before, .footer-beetle-new .ytNormFooter .footsec .footerpages li a:hover:before {
                    border-top-color: #f34f4f
                }

            .footer-beetle-new .ytNormFooter .footsec .footerpages li a.active {
                border-top: 4px solid #f34f4f;
                background: #f0f3f5
            }

                .footer-beetle-new .ytNormFooter .footsec .footerpages li a.active:before {
                    transform: rotate(180deg)
                }

            .footer-beetle-new .ytNormFooter .footsec .footerpages li a:before {
                background: none;
                content: "";
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                margin: 0;
                position: absolute;
                border-top: 4px solid #333;
                transform: rotate(0deg);
                right: 10px;
                top: 12px
            }

            .footer-beetle-new .ytNormFooter .footsec .footerpages li a.zerochild:before {
                display: none
            }

.footer-beetle-new .ytNormFooter .footsec .slapAdjust_4 .footerpages .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_4 .footerpages .parentLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_4 .TripRally-footsection .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_4 .TripRally-footsection .parentLI {
    width: 25%
}

.footer-beetle-new .ytNormFooter .footsec .slapAdjust_5 .footerpages .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_5 .footerpages .parentLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_5 .TripRally-footsection .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_5 .TripRally-footsection .parentLI {
    width: 20%
}

.footer-beetle-new .ytNormFooter .footsec .slapAdjust_6 .footerpages .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_6 .footerpages .parentLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_6 .TripRally-footsection .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_6 .TripRally-footsection .parentLI {
    width: 16.66667%
}

.footer-beetle-new .ytNormFooter .footsec .slapAdjust_7 .footerpages .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_7 .footerpages .parentLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_7 .TripRally-footsection .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_7 .TripRally-footsection .parentLI {
    width: 14.28571%
}

.footer-beetle-new .ytNormFooter .TripRally-footsection {
    background-color: #f0f3f5;
    border-radius: 5px;
    padding: 0 5px !important;
    overflow: hidden
}

    .footer-beetle-new .ytNormFooter .TripRally-footsection ul > li {
        float: left;
        margin-bottom: 17px;
        width: 20%;
        font-size: .92857em
    }

    .footer-beetle-new .ytNormFooter .TripRally-footsection ul.productOffering {
        column-count: 4;
        column-gap: 0
    }

        .footer-beetle-new .ytNormFooter .TripRally-footsection ul.productOffering li {
            display: inline-block;
            float: none;
            width: 100% !important
        }

    .footer-beetle-new .ytNormFooter .TripRally-footsection.nav-footer .ft-li {
        display: none;
        margin-top: 15px
    }

        .footer-beetle-new .ytNormFooter .TripRally-footsection.nav-footer .ft-li a:hover {
            color: #f34f4f
        }

        .footer-beetle-new .ytNormFooter .TripRally-footsection.nav-footer .ft-li .ytFooterDesc {
            padding: 0 23px 15px;
            margin: 0;
            font-size: 12px;
            line-height: 18px;
            color: #9399a1
        }

    .footer-beetle-new .ytNormFooter .TripRally-footsection .childLI a {
        padding: 8px 25px 15px 23px
    }

.footer-beetle-new .ytNormFooter .footCatg {
    float: left;
    width: 14.91228%;
    min-height: 110px;
    margin-left: 20px
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .footer-beetle-new .ytNormFooter .footCatg:last-child {
        width: 18%
    }
}

.footer-beetle-new .ytNormFooter .footCatg:first-child {
    margin-left: 0
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .footer-beetle-new .ytNormFooter .footCatg {
        width: 33%;
        margin-left: 0 !important;
        min-height: 237px
    }
}

.footer-beetle-new .ytNormFooter .footCatg ul li {
    float: none;
    line-height: 16px;
    padding-bottom: 3px;
    padding-right: 2px
}

    .footer-beetle-new .ytNormFooter .footCatg ul li h4 {
        margin-bottom: 10px;
        font-size: .93em;
        font-weight: 400
    }

    .footer-beetle-new .ytNormFooter .footCatg ul li a {
        color: #666;
        font-size: .79em;
        line-height: 1.5
    }

        .footer-beetle-new .ytNormFooter .footCatg ul li a.active:focus, .footer-beetle-new .ytNormFooter .footCatg ul li a.active:hover, .footer-beetle-new .ytNormFooter .footCatg ul li a:hover:focus, .footer-beetle-new .ytNormFooter .footCatg ul li a:hover:hover {
            text-decoration: underline;
            color: #f34f4f
        }

.footer-beetle-new .ytNormFooter .TripRallySecure {
    border-bottom: 1px solid #e4e2e3;
    border-top: 1px solid #e4e2e3;
    float: left;
    width: 100%;
    margin-top: 15px;
    padding: 0 45px;
    background: #f0f3f5;
    font-size: 1.14286em
}

    .footer-beetle-new .ytNormFooter .TripRallySecure *, .footer-beetle-new .ytNormFooter .TripRallySecure :after, .footer-beetle-new .ytNormFooter .TripRallySecure :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: 0
    }

@media only screen and (max-width:900px) and (min-width:1px) {
    .footer-beetle-new .ytNormFooter .TripRallySecure {
        padding: 0
    }
}

@media only screen and (max-width:867px) {
    .footer-beetle-new .ytNormFooter .TripRallySecure {
        display: none
    }
}

.footer-beetle-new .ytNormFooter .TripRallySecure ul {
    float: left;
    margin: 20px 0 0
}

@media only screen and (max-width:900px) and (min-width:1px) {
    .footer-beetle-new .ytNormFooter .TripRallySecure ul {
        width: 450px;
        margin: 20px auto 0;
        overflow: hidden
    }
}

.footer-beetle-new .ytNormFooter .TripRallySecure ul:first-child {
    float: left;
    margin: 5px 0;
    width: 235px
}

@media only screen and (max-width:900px) and (min-width:1px) {
    .footer-beetle-new .ytNormFooter .TripRallySecure ul:first-child {
        margin: 5px 0
    }
}

.footer-beetle-new .ytNormFooter .TripRallySecure ul:first-child li span {
    border-left: 1px solid #e3e6ea
}

.footer-beetle-new .ytNormFooter .TripRallySecure ul:first-child li:first-child span {
    border-left: medium none
}

.footer-beetle-new .ytNormFooter .TripRallySecure ul li {
    float: left;
    padding: 3px 0
}

    .footer-beetle-new .ytNormFooter .TripRallySecure ul li span {
        margin: 2px 5px;
        padding: 5px;
        color: #666
    }

.footer-beetle-new .ytNormFooter .TripRallySecure ul.mrt {
    margin: 8px 0 !important
}

.footer-beetle-new .ytNormFooter .TripRallySecure .ico-secured-sites {
    display: inline-block;
    vertical-align: middle
}

.footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer {
    margin: 10px 10px 0;
    margin: 5px 5px 0\9;
    margin-left: 2%
}

    .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li {
        float: none;
        font-size: 12px;
        text-align: center
    }

        .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span {
            padding: 0;
            margin: 0
        }

            .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span a {
                margin: 0 2px
            }

            .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:focus .ico-fresh-facebook, .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:hover .ico-fresh-facebook {
                background-position: -117px -96px
            }

            .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:focus .ico-fresh-twitter, .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:hover .ico-fresh-twitter {
                background-position: -130px -96px
            }

            .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:focus .ico-fresh-google, .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:hover .ico-fresh-google {
                background-position: -192px -96px
            }

            .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:focus .ico-fresh-youtube, .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:hover .ico-fresh-youtube {
                background-position: -170px -96px
            }

            .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:focus .ico-fresh-instagram, .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:hover .ico-fresh-instagram {
                background-position: -151px -96px
            }

@media only screen and (max-width:1200px) and (min-width:1px) {
    .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer {
        display: none
    }
}

.footer-beetle-new .ytNormFooter .TripRallySecure .ft-store {
    margin: 8px 10px !important
}

    .footer-beetle-new .ytNormFooter .TripRallySecure .ft-store li {
        float: none;
        font-size: 10px !important;
        color: #8e8f90
    }

        .footer-beetle-new .ytNormFooter .TripRallySecure .ft-store li:first-child {
            margin: 0 10px
        }

        .footer-beetle-new .ytNormFooter .TripRallySecure .ft-store li span {
            padding: 0;
            margin: 0 3px
        }

            .footer-beetle-new .ytNormFooter .TripRallySecure .ft-store li span a {
                margin: -10px 0
            }

@media only screen and (max-width:1040px) {
    .footer-beetle-new .ytNormFooter .TripRallySecure .ft-store {
        display: none
    }
}

.footer-beetle-new .ytNormFooter .TripRallySecure .borderJai {
    border: 1px solid #e3e6ea
}

.footer-beetle-new .ytNormFooter .TripRallySecure .footer-seperator {
    border-left: 1px solid #e3e6ea;
    padding-left: 20px
}

.footer-beetle-new .ytNormFooter .our-family {
    background-color: #f5f6f8;
    border-top: 1px solid #e3e6ea;
    border-bottom: 1px solid #e3e6ea;
    margin-bottom: 15px
}

@media only screen and (max-width:1000px) {
    .footer-beetle-new .ytNormFooter .our-family {
        display: none
    }
}

.footer-beetle-new .ytNormFooter .our-family .boxWidth_family {
    position: relative;
    text-align: center;
    min-width: 700px
}

.footer-beetle-new .ytNormFooter .our-family .lable_ourFamily {
    margin-top: 13px
}

    .footer-beetle-new .ytNormFooter .our-family .lable_ourFamily i {
        transform: rotate(270deg);
        opacity: .7;
        position: relative;
        top: -1px
    }

.footer-beetle-new .ytNormFooter .our-family ul {
    padding: 10px 0;
    display: inline-block
}

    .footer-beetle-new .ytNormFooter .our-family ul li {
        float: left
    }
        .footer-beetle-new .ytNormFooter .our-family ul li a {
            /*border: 1px solid #cdcdcd;*/
            padding: 0 5px;
            height: 50px;
            display: grid;
        }

        /*.footer-beetle-new .ytNormFooter .our-family ul li a {
            border-left: 1px solid #cdcdcd;
            padding: 0 20px
        }*/

        .footer-beetle-new .ytNormFooter .our-family ul li .borderNone {
            border: 0 none
        }

        .footer-beetle-new .ytNormFooter .our-family ul li:first-child {
            border: 0 none;
            padding-left: 0
        }

        .footer-beetle-new .ytNormFooter .our-family ul li:nth-child(2) {
            border: 0 none
        }

        .footer-beetle-new .ytNormFooter .our-family ul li:last-child {
            padding-right: 0
        }

        .footer-beetle-new .ytNormFooter .our-family ul li .ico-logo-footer {
            width: 120px;
            height: 40px;
            display: block
        }

        .footer-beetle-new .ytNormFooter .our-family ul li .ico-tgFooter_family:hover {
            background-position: -239px -196px
        }

        .footer-beetle-new .ytNormFooter .our-family ul li .ico-adventureFooter_family:hover {
            background-position: -240px -244px
        }

        .footer-beetle-new .ytNormFooter .our-family ul li .ico-ytExoticFooter_family:hover {
            background-position: -238px -300px
        }

        .footer-beetle-new .ytNormFooter .our-family ul li .ico-tsiYTFooter_family:hover {
            background-position: -238px -349px
        }

.footer-beetle-new .ytNormFooter .copyright {
    float: left;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    clear: both
}

    .footer-beetle-new .ytNormFooter .copyright h4 {
        font-size: 11px;
        font-style: italic;
        color: #81868d;
        font-weight: 400
    }

.footer-beetle-new .ytNormFooter.borderTopFooterHide {
    border-top: 1px solid #e4e2e3
}

    .footer-beetle-new .ytNormFooter.borderTopFooterHide .TripRallySecure {
        margin-top: 0
    }

.footer-beetle-new .footer-service-mobile {
    border-top: 1px solid #e3e6ea;
    line-height: 80px;
    text-align: center;
    display: none
}

@media only screen and (max-width:867px) {
    .footer-beetle-new .footer-service-mobile {
        display: block
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .footer-beetle-new .footer-service-mobile {
        line-height: 50px
    }

        .footer-beetle-new .footer-service-mobile .ico-footer-service-mobile {
            background-position: -182px -30px;
            height: 29px;
            width: 26px
        }
}

.footer-beetle-new .footer-service-mobile span {
    vertical-align: middle
}

.footer-beetle-new .footer-service-mobile .mobilecopyright-info {
    background-color: #f2f1f1;
    margin-top: 10px
}

.footer-beetle-new .ytSeoFooter {
    *zoom: 1;
    position: relative;
    *z-index: 0;
    background-color: #fff;
    color: #333;
    letter-spacing: .7px;
    font: normal 14px/18px Rubik,Arial;
    line-height: 1;
    background-color: #f0f3f5
}

    .footer-beetle-new .ytSeoFooter:after, .footer-beetle-new .ytSeoFooter:before {
        display: table;
        line-height: 0;
        content: ""
    }

    .footer-beetle-new .ytSeoFooter:after {
        clear: both
    }

    .footer-beetle-new .ytSeoFooter a {
        text-decoration: none
    }

@media only screen and (max-width:867px) {
    .footer-beetle-new .ytSeoFooter {
        display: none
    }
}

.footer-beetle-new .ytSeoFooter nav {
    display: block
}

.footer-beetle-new .ytSeoFooter .nav-footer-head {
    position: relative;
    width: 100%;
    background: #f0f3f5;
    border-top: 1px solid #e3e6ea;
    overflow: hidden
}

    .footer-beetle-new .ytSeoFooter .nav-footer-head li:first-child {
        margin-left: 0
    }

        .footer-beetle-new .ytSeoFooter .nav-footer-head li:first-child a {
            padding-left: 0
        }

@media (min-width:900px) and (max-width:1023px) {
    .footer-beetle-new .ytSeoFooter .nav-footer-head li:first-child a {
        padding: 20px 5px 19px
    }
}

.footer-beetle-new .ytSeoFooter .nav-footer-head li a {
    color: #333;
    float: left;
    text-decoration: none;
    font-size: 13px;
    padding: 20px 10px 19px
}

@media (-webkit-min-device-pixel-ratio:0) and (min-width:768px) and (max-width:899px) {
    .footer-beetle-new .ytSeoFooter .nav-footer-head li a {
        padding: 20px 15px 19px !important
    }
}

@media (-webkit-min-device-pixel-ratio:0) and (min-width:900px) and (max-width:1023px) {
    .footer-beetle-new .ytSeoFooter .nav-footer-head li a {
        padding: 20px 23px 19px !important
    }
}

@media (-webkit-min-device-pixel-ratio:0) and (min-width:1024px) and (max-width:1159px) {
    .footer-beetle-new .ytSeoFooter .nav-footer-head li a {
        padding: 20px 2px 19px !important
    }
}

@media (min-width:1160px) and (max-width:1279px) {
    .footer-beetle-new .ytSeoFooter .nav-footer-head li a {
        padding: 20px 9px 19px
    }
}

@media (min-width:1024px) and (max-width:1159px) {
    .footer-beetle-new .ytSeoFooter .nav-footer-head li a {
        padding: 20px 5px 19px 4px
    }
}

@media (min-width:900px) and (max-width:1023px) {
    .footer-beetle-new .ytSeoFooter .nav-footer-head li a {
        padding: 20px 27px 19px;
        text-align: center
    }
}

@media (min-width:868px) and (max-width:899px) {
    .footer-beetle-new .ytSeoFooter .nav-footer-head li a {
        padding: 20px 18px 19px;
        text-align: center
    }
}

.footer-beetle-new .ytSeoFooter .nav-footer-head li a .ico-arrow {
    display: inline-block;
    vertical-align: middle
}

@media (min-width:868px) and (max-width:1023px) {
    .footer-beetle-new .ytSeoFooter .nav-footer-head li a .ico-arrow {
        vertical-align: text-top
    }
}

@media (min-width:900px) and (max-width:1024px) {
    .footer-beetle-new .ytSeoFooter .nav-footer-head li a .ico-arrow {
        margin: 0 3px
    }
}

@media (min-width:868px) and (max-width:1023px) {
    .footer-beetle-new .ytSeoFooter .nav-footer-head li a .ico-arrow {
        display: none
    }
}

.footer-beetle-new .ytSeoFooter .nav-footer-head li a.active {
    color: #f34f4f
}

    .footer-beetle-new .ytSeoFooter .nav-footer-head li a.active .ico-arrow {
        background-position: -112px -3px
    }

.footer-beetle-new .ytSeoFooter .nav-footer-head li a span .seoFix {
    display: none
}

@media (min-width:868px) and (max-width:1023px) {
    .footer-beetle-new .ytSeoFooter .nav-footer-head li a span .seoFix {
        display: inline-block
    }
}

@media only screen and (max-width:867px) {
    .footer-beetle-new .ytSeoFooter .nav-footer-head {
        display: none
    }
}

.footer-beetle-new .ytSeoFooter .nav-footer-head ul > li {
    *float: left !important
}

.footer-beetle-new .ytSeoFooter .nav-footer:before {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.footer-beetle-new .ytSeoFooter .nav-footer li {
    display: none;
    list-style: none
}

    .footer-beetle-new .ytSeoFooter .nav-footer li ul {
        padding: 10px;
        display: inline-block
    }

@media only screen and (max-width:867px) {
    .footer-beetle-new .ytSeoFooter .nav-footer li ul {
        padding: 5px 10px 0 35px;
        display: none
    }
}

.footer-beetle-new .ytSeoFooter .nav-footer li ul li {
    display: inline-block;
    float: left;
    width: 20%
}

@media only screen and (max-width:867px) {
    .footer-beetle-new .ytSeoFooter .nav-footer li ul li {
        width: 33.333%;
        font-size: 1.143em;
        margin: 0
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .footer-beetle-new .ytSeoFooter .nav-footer li ul li {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .footer-beetle-new .ytSeoFooter .nav-footer li ul li {
        width: 100%
    }
}

.footer-beetle-new .ytSeoFooter .nav-footer li ul li a {
    display: inline-block;
    padding: 4px 0 !important;
    color: #666;
    font-size: 11px
}

@media only screen and (max-width:900px) and (min-width:1px) {
    .footer-beetle-new .ytSeoFooter .nav-footer li ul li a {
        padding: 5px 0
    }
}

@media only screen and (max-width:867px) {
    .footer-beetle-new .ytSeoFooter .nav-footer li ul li a {
        font-size: 11px;
        padding: 7px 0 !important;
        display: inline-block
    }
}

.footer-beetle-new .ytSeoFooter .nav-footer li ul li a:focus, .footer-beetle-new .ytSeoFooter .nav-footer li ul li a:hover {
    text-decoration: underline;
    color: #f34f4f
}

@media only screen and (max-width:867px) {
    .footer-beetle-new .ytSeoFooter .nav-footer li + li {
        margin-top: 20px
    }
}

.footer-beetle-new .ytSeoFooter .nav-footer li .hotelCount:after, .footer-beetle-new .ytSeoFooter .nav-footer li .hotelCount:before {
    display: inline
}

.footer-beetle-new .ytSeoFooter .nav-footer li .aboutTripRallyContent {
    padding: 10px;
    font-size: 11px;
    line-height: 18px;
    color: #9399a1
}

    .footer-beetle-new .ytSeoFooter .nav-footer li .aboutTripRallyContent p {
        margin: 0
    }

@media only screen and (max-width:867px) {
    .footer-beetle-new .ytSeoFooter .nav-footer > li {
        display: block;
        background-color: #fff;
        box-sizing: border-box
    }
}

.footer-beetle-new .ytSeoFooter .nav-footer .open-list :after, .footer-beetle-new .ytSeoFooter .nav-footer .open-list :before {
    clear: both;
    content: " ";
    display: block
}

.footer-beetle-new .ytSeoFooter .nav-footer .open-list ul {
    display: block
}

.footer-beetle-new .ytSeoFooter .nav-footer .open-list h3 {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px
}

    .footer-beetle-new .ytSeoFooter .nav-footer .open-list h3:after {
        -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

.footer-beetle-new .ytSeoFooter .hidden-lg {
    display: none !important
}

@media only screen and (max-width:867px) {
    .footer-beetle-new .ytSeoFooter .hidden-lg {
        display: block !important
    }
}

.footer-beetle-new .ytSeoFooter h3 {
    color: #666;
    cursor: pointer;
    display: block !important;
    font-size: 13px;
    font-weight: 500;
    font-family: Rubik;
    padding: 10px 10px 0 25px
}

.footer-beetle-new .ytSeoFooter .ico-arr-down-RESFotter {
    background: #fff none repeat scroll 0 0;
    position: relative
}

    .footer-beetle-new .ytSeoFooter .ico-arr-down-RESFotter:after {
        background: transparent url("../images/footer.png?v=20170122") -103px -3px no-repeat;
        height: 6px;
        width: 8px;
        left: 10px;
        position: absolute;
        top: 16px
    }

.footer-beetle-new .ytSeoFooter .ico-footerRES:after {
    left: 7px;
    content: " "
}

.footer-beetle-new .ytSeoFooter .copyrightResponsive {
    display: none
}

@media only screen and (max-width:867px) {
    .footer-beetle-new .ytSeoFooter .copyrightResponsive {
        display: none !important;
        color: #666;
        font-weight: 400;
        padding: 20px 0;
        text-align: center
    }
}

@media only screen and (max-width:867px) {
    .footer-beetle-new .ytSeoFooter.seoLinkFooter {
        display: block
    }
}

@media only screen and (max-width:867px) {
    .footer-beetle-new .ytSeoFooter .seoAboutYTHide {
        display: none !important
    }
}

.footer-beetle-new .footer-container {
    float: none;
    max-width: 1100px;
    margin: 0 auto
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .footer-beetle-new .footer-container {
        padding: 0 20px
    }
}

.footer-beetle-new .footer-container ul .mrt {
    margin: 8px 0 !important
}

.footer-beetle-new .footer-middle-content {
    *zoom: 1;
    position: relative;
    *z-index: 0;
    background-color: #fff;
    color: #333;
    letter-spacing: .7px;
    font: normal 14px/18px Rubik,Arial;
    line-height: 1
}

    .footer-beetle-new .footer-middle-content:after, .footer-beetle-new .footer-middle-content:before {
        display: table;
        line-height: 0;
        content: ""
    }

    .footer-beetle-new .footer-middle-content:after {
        clear: both
    }

@media only screen and (max-width:867px) {
    .footer-beetle-new .footer-middle-content {
        display: none
    }
}

.footer-beetle-new .footer-middle-content .footer-botm {
    margin-top: 20px;
    background-color: #f8f8f8;
    padding: 20px 0;
    width: 100%;
    border: 1px solid #e3e6ea;
    overflow: hidden
}

    .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod {
        margin-left: 8%;
        float: left
    }

@media (min-width:1024px) and (max-width:1160px) {
    .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod {
        margin-left: 4%
    }
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod {
        margin: 20px 0 0;
        width: 50%
    }
}

.footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod:first-child {
    *width: 35%;
    margin-left: 20px
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod:first-child {
        margin: 0;
        width: 100%
    }
}

.footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod:first-child input {
    *width: 50%
}

.footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod .footerTitle {
    font-size: 1.286em;
    color: #333
}

.footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li {
    line-height: 30px;
    padding-bottom: 10px;
    color: #8a8a8a;
    font-size: 1em;
    overflow: hidden
}

    .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li input {
        float: left;
        width: 54%;
        line-height: 1.3;
        padding: 9px;
        border: 1px solid #c2c2c2;
        font-style: italic;
        font-size: 1.143em;
        background: #fff
    }

    .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li button {
        float: left;
        width: 35%;
        font-size: 1.14286em;
        margin-left: 8px;
        line-height: 1.78;
        border-radius: 0
    }

    .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .yt-btn {
        display: inline-block;
        *display: inline;
        padding: 4px 6px;
        margin-bottom: 0;
        color: #333;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid transparent;
        *zoom: 1;
        -webkit-appearance: none;
        -moz-appearance: none
    }

        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .yt-btn:focus, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .yt-btn:hover, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .yt-btn[disabled] {
            color: #333;
            text-decoration: none;
            background-color: #3e4141;
            background-color: #fff\9;
            background-image: -moz-linear-gradient(top,#fff,#dfdfdf);
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#dfdfdf));
            background-image: -webkit-linear-gradient(top,#fff,#dfdfdf);
            background-image: -o-linear-gradient(top,#fff,#dfdfdf);
            background-image: linear-gradient(180deg,#fff,#dfdfdf);
            background-repeat: repeat-x;
            border: 1px solid #bbb
        }

    .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .yt-btn-orange {
        background-color: #ff7c00;
        background-image: linear-gradient(180deg,#ff7c00,#ff5600);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff7c00),to(#ff5600));
        background-image: -webkit-linear-gradient(top,#ff7c00,#ff5600);
        background-image: -o-linear-gradient(top,#ff7c00,#ff5600);
        background-repeat: repeat-x;
        border-color: #ff4c00;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25)
    }

        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .yt-btn-orange:focus, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .yt-btn-orange:hover {
            background-color: #ec4200;
            background-repeat: repeat-x;
            background-image: linear-gradient(180deg,#ec4200,#e32e00);
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#ec4200),to(#e32e00));
            background-image: -webkit-linear-gradient(top,#ec4200,#e32e00);
            background-image: -o-linear-gradient(top,#ec4200,#e32e00);
            border-color: #d12600;
            color: #fff;
            transition: none 0s ease 0s
        }

    .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .thanks {
        font-size: 18px;
        text-align: center
    }

    .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span {
        display: block;
        float: left
    }

        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span a {
            transition: none 0s ease 0s !important
        }

        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span .ico-fresh-android, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span .ico-fresh-facebook {
            margin: 0 5px 0 0
        }

        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-facebook, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-facebook {
            background-position: 0 -291px
        }

        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-twitter, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-twitter {
            background-position: -48px -291px
        }

        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-google, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-google {
            background-position: -96px -291px
        }

        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-youtube, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-youtube {
            background-position: -142px -291px
        }

        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-instagram, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-instagram {
            background-position: -190px -291px
        }

        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-android, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-android {
            background-position: 0 -387px
        }

        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-ios, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-ios {
            background-position: -48px -387px
        }

        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-window, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-window {
            background-position: -96px -387px
        }

        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span a .ico-fresh-android, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span a .ico-fresh-facebook {
            margin: 0
        }

.footer-beetle-new .weAcceptFooter {
    float: right !important;
    margin: 18px -20px !important
}

    .footer-beetle-new .weAcceptFooter li i {
        margin: 0 3px
    }

.footer-beetle-new .moreWrapper {
    margin-left: 0 !important;
    width: 100% !important;
    min-height: auto !important
}

    .footer-beetle-new .moreWrapper .moreWrapperUL {
        background: #f6f6f6 none repeat scroll 0 0;
        border-top: 1px solid #e4e2e3;
        border-bottom: 1px solid #e4e2e3;
        margin-top: 11px;
        padding: 10px 0
    }

        .footer-beetle-new .moreWrapper .moreWrapperUL .moreDivider {
            width: 100%
        }

            .footer-beetle-new .moreWrapper .moreWrapperUL .moreDivider li {
                float: left !important;
                width: 20%
            }

@media only screen and (max-width:1024px) and (min-width:1px) {
    .footer-beetle-new .moreWrapper .moreWrapperUL .moreDivider li {
        width: 33%
    }
}

.footer-beetle-new .monumentsFooter-logo {
    padding: 20px
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .footer-beetle-new .monumentsFooter-logo {
        display: none
    }
}

.footer-beetle-new .monumentsFooter-logo .footer-container {
    text-align: center
}

.footer-beetle-new .monumentsFooter-logo ul li {
    display: inline-block;
    padding: 0 20px;
    min-width: 179px
}

    .footer-beetle-new .monumentsFooter-logo ul li a i {
        height: 70px;
        display: inline-block;
        vertical-align: middle
    }

    .footer-beetle-new .monumentsFooter-logo ul li a .fr-asi-inc {
        background: transparent url(/content/fresco/snipe/dist/images/incredibleBangladesh.png?3c5be2def0637f90115aa6318e38cce0) 0 0 no-repeat;
        width: 156px
    }

    .footer-beetle-new .monumentsFooter-logo ul li a .fr-asi-logo {
        background: transparent url(/content/fresco/snipe/dist/images/asi-logo.png?2a9e32bc167d74f231afbf562a75d27c) 0 0 no-repeat;
        width: 65px
    }

    .footer-beetle-new .monumentsFooter-logo ul li a .fr-asi-culture {
        background: transparent url(/content/fresco/snipe/dist/images/mculture.png?860eb552a27b52e1c0cae080e8c47f51) 0 0 no-repeat;
        width: 180px
    }

#frescoFooter {
    clear: both
}

.agent .Connect-with-us-footer, .agent .weAcceptFooter, .corporate .Connect-with-us-footer, .corporate .weAcceptFooter, .footCountryDdn {
    display: none
}

.aboutTripRallyContent p {
    line-height: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #666
}

.borderNone {
    border: 0 none
}

#ProductOfferingTempChild {
    display: none
}

.aboutYt-new {
    float: none;
    max-width: 1100px;
    text-align: center;
    line-height: 35px;
    width: 65%;
    margin: 30px auto
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .aboutYt-new {
        width: 100%;
        padding: 0 20px
    }
}

.aboutYt-new .mainAboutHead {
    font-size: 22px;
    font-family: Rubik;
    font-weight: 500;
    margin-bottom: 20px;
    display: block
}

.aboutYt-new p {
    text-align: left
}

.aboutYt-new .showMoreYTContent {
    color: #2476bb;
    text-align: right
}

    .aboutYt-new .showMoreYTContent:focus, .aboutYt-new .showMoreYTContent:hover {
        color: #2476bb
    }

    .aboutYt-new .showMoreYTContent .showing-moreAboutYT {
        display: none
    }

    .aboutYt-new .showMoreYTContent .hiding-moreAboutYT, .aboutYt-new .showMoreYTContent.showingContent .showing-moreAboutYT {
        display: block
    }

    .aboutYt-new .showMoreYTContent.showingContent .hiding-moreAboutYT {
        display: none
    }

.yt-booking-engine-snipe {
    *zoom: 1;
    color: #333;
    font: normal 1em/18px Rubik,sans-serif;
    line-height: 1
}

    .yt-booking-engine-snipe:after, .yt-booking-engine-snipe:before {
        clear: both;
        display: table;
        line-height: 0;
        content: ""
    }

    .yt-booking-engine-snipe li, .yt-booking-engine-snipe ul {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

    .yt-booking-engine-snipe .show {
        display: block !important
    }

    .yt-booking-engine-snipe .hide {
        display: none
    }

    .yt-booking-engine-snipe a {
        color: #fff;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .yt-booking-engine-snipe .banner-image-overlay {
        position: absolute;
        background: rgba(0,0,0,.4);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

    .yt-booking-engine-snipe li.modifyList {
        width: 22% !important
    }

        .yt-booking-engine-snipe li.modifyList.hotel_date {
            width: 18% !important
        }

    .yt-booking-engine-snipe .be-container-snipe {
        float: none;
        max-width: 1060px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        top: 148px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }

        .yt-booking-engine-snipe .be-container-snipe .main-heading {
            left: 0;
            right: 0;
            font-size: 1.85714em;
            padding: 0 0 28px;
            text-align: center;
            color: #fff
        }

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .main-heading {
        padding: 0 0 15px
    }
}

.yt-booking-engine-snipe .be-container-snipe .calendarComponent {
    width: 100%
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe {
        top: 75px
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe {
    background: rgba(0, 128, 202, 0.30);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe {
        width: 90%;
        margin: 10px auto 0
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li {
    float: left
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li {
        width: 16.6%;
        margin: 0
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li {
        width: 25%
    }
}

section#todayspic_banners {
    background-color: #032F4A;
}
.yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a {
    font-size: 1em;
    transition: none !important;
    display: block;
    padding: 17px 15px;
    font-weight: 500;
    background: none;
    border-top: none !important;
    color: #fff
}

    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a span {
        font-weight: 400;
        text-transform: uppercase
    }

    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a:hover {
        background: #0080ca;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a.active-tab {
        background-color: #00a2ff;
    }

        .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a.active-tab .betaBookingEngine {
            color: #fff !important
        }

    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a#booking_engine_xplore {
        position: relative
    }

@media only screen and (max-width:900px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a i {
        display: block;
        margin: 0 auto
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a {
        width: 100%;
        border-left: none
    }

        .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a i {
            margin: 0 auto
        }
}

@media only screen and (max-width:570px) {
    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a {
        min-height: auto
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a {
        border-bottom: 1px solid transparent;
        min-height: 50px;
        border-right: none;
        color: #fff;
        text-align: center
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a .ico-be-buses, .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a .ico-be-dyna {
    top: -2px
}

.yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a .ico-be-holidays, .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a .ico-be-trains {
    top: -3px
}

.yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a .ico-be-hotels {
    top: -1px
}

.yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a .ico-be-cruise {
    top: -4px
}

.yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li {
    width: 100%
}

    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li a {
        font-size: 1.42857em;
        border: none;
        color: #333 !important;
        border-bottom: 1px solid #e5e5e5;
        text-align: left !important
    }

        .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li a i {
            display: inline-block
        }

            .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li a i.ico-be-arrow-rgt {
                float: right
            }

            .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li a i.ico-be-holidays {
                width: 25px
            }

        .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li a.active-tab, .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li a:focus, .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li a:hover {
            color: #333;
            border-top: 0;
            background: none
        }

.yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .more-be .popover-title {
    padding: 20px 0
}

.yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .ico-pop-close {
    top: 8px
}

.yt-booking-engine-snipe .be-container-snipe .betaBookingEngine {
    font-size: 9px;
    position: absolute;
    background: #f34f4f;
    padding: 1px 4px;
    color: #fff;
    top: -5px;
    border-radius: 2px;
    right: 1px;
    line-height: 10px
}

.yt-booking-engine-snipe .be-container-snipe .smallNewFooter {
    font-size: 8px;
    position: absolute;
    padding: 2px 4px;
    top: 3px;
    right: 0;
    color: #fff;
    background-color: #f34f4f
}

.yt-booking-engine-snipe .be-container-snipe .be-modules-snipe {
    border-radius: 3px;
    padding: 0;
    position: relative;
    background: none !important;
    min-height: auto;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe {
        width: 90%;
        margin: 0 auto
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .trip-type.mor-option {
    width: 100%;
    display: none;
    background-color: transparent;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    padding: 0;
    line-height: 16px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .trip-type.mor-option {
        width: 100%;
        padding: 20px 0 0
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .trip-type.mor-option a {
    font-size: .78571em;
    background: rgba(0,0,0,.3);
    border-radius: 2px
}

    .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .trip-type.mor-option a .ico-be-radio {
        display: none
    }

    .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .trip-type.mor-option a.type-active {
        background-color: #000;
        color: #f34f4f
    }

        .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .trip-type.mor-option a.type-active .ico-be-radio {
            background-position: 0 -24px
        }

.yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .childageselect {
    width: 25%;
    margin: 9px;
    float: left
}

    .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .childageselect .dd {
        width: 58px !important;
        border-radius: 3px !important;
        border: 1px solid #e5e5e5 !important
    }

        .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .childageselect .dd .pointDwnPax {
            transform: scale(.7);
            top: 9px !important;
            right: 0 !important
        }

        .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .childageselect .dd .ddTitle .ddTitleText {
            display: block !important
        }

.yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .dd {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    color: #666;
    cursor: pointer;
    float: left;
    padding: 2px;
    position: relative;
    background-color: #fff;
    background-image: none !important
}

.yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .ddcommon .ddTitle .ddTitleText {
    display: block;
    z-index: 999999
}

.yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .ddcommon .ddTitle .ddTitleText-h {
    display: block;
    padding: 5px 20px 5px 5px;
    z-index: 999999
}

.yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .recent-srch {
    width: 14%;
    float: left;
    margin-bottom: 6px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .recent-srch {
        display: none
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .recent-srch.active a, .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .recent-srch.active i, .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .recent-srch:hover a, .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .recent-srch:hover i {
    background-color: #212223
}

.yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .recent-srch a {
    padding: 3px 5px !important;
    background-color: #45494b;
    border: 1px solid #525557;
    transition: none !important;
    display: block;
    float: left
}

.yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .recent-srch .ico-be-recent-search {
    background-color: #45494b;
    background-position: -279px 1px;
    border: 1px solid #525557;
    height: auto;
    margin: 0 0 0 -2px;
    padding: 6px 12px 0;
    cursor: pointer;
    display: block;
    float: left
}

.yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .class-qs .search-flights-btn {
    padding: 13px 10px
}

.yt-booking-engine-snipe .be-container-snipe .be-modules-snipe h1 {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    font-size: 1.85714em;
    padding: 0 0 28px;
    text-align: center;
    color: #fff
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe h1 {
        top: -120px;
        height: 60px
    }
}

.yt-booking-engine-snipe .be-container-snipe .icon-inside {
    position: absolute !important;
    top: 22px;
    right: 5px;
    cursor: pointer
}

.yt-booking-engine-snipe .be-container-snipe .ico-clear-returnDate {
    display: inline;
    position: absolute;
    top: 25px;
    right: 12px;
    cursor: pointer;
    z-index: 1;
    font: inherit;
    font-size: 100%
}

.yt-booking-engine-snipe .be-container-snipe .journey-details {
    width: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    border-radius: 0 0 3px 3px;
    background: transparent
}

@media (min-width:611px) and (max-width:1024px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details {
        box-shadow: none !important;
        background: none !important
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details {
        position: relative
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details.journey-detailsShadowNone {
    box-shadow: none
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip {
    float: left;
    width: 68%
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.modifyList, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.modifyList {
        width: 72%
    }

@media only screen and (max-width:1200px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.modifyList, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.modifyList {
        width: 68%
    }
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.modifyList, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.modifyList {
        width: 100%
    }
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip {
        width: 68%
    }
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip {
        width: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li {
    border-right: 1px solid #ccc;
    float: left;
    position: relative;
    width: 28%
}

@media (min-width:611px) and (max-width:1024px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li {
        margin-top: 13px !important
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li.initial-tab, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li.initial-tab {
    border-radius: 3px 0 0 3px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li.initial-tab, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li.initial-tab {
        border-radius: 0
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li.initial-tab input, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li.initial-tab input {
    border-radius: 0 0 0 3px
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li:focus, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li:focus {
    border: 1px solid #2476bb
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li {
        border: 1px solid silver;
        float: none;
        width: 100%;
        border-top: 0 none
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li first-child, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li first-child {
            border-top: 1px solid silver
        }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li .ico-be-place, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li .ico-be-place {
    top: 5px !important
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li .ico-be-place, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li .ico-be-place {
        top: 4px !important
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li input[type=text], .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li input[type=text] {
    background-color: #fff !important;
    padding: 23px 15px;
    max-height: 64px;
    min-height: 64px;
    color: #333;
    font-size: 1.14286em
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li input[type=text], .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li input[type=text] {
        padding: 20px 5px
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li input[type=text].opacity3, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li input[type=text].opacity4, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li input[type=text].opacity3, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li input[type=text].opacity4 {
    background-color: #f3f3f3 !important;
    opacity: 1
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li input[type=text].paddingCal, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li input[type=text].paddingCal {
    padding-left: 7px
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li .homestays_destInput, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li .hotel_destInput, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li .homestays_destInput, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li .hotel_destInput {
    padding-right: 30px !important
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li .ico-be-calender, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li .ico-be-calender {
    top: 8px
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li .ico-be-destination, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li .ico-be-origin, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li .ico-be-destination, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li .ico-be-origin {
    cursor: default
}

@media only screen and (min-width:1025px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li.w170, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li.w170 {
        width: 22%
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li.w170.modifyList, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li.w170.modifyList {
            width: 18% !important
        }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul .payByHourWrapper, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul .payByHourWrapper {
    position: absolute;
    background: #fff;
    width: 100%;
    margin: 0;
    z-index: 999
}

@media (min-width:611px) and (max-width:1024px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul .payByHourWrapper, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul .payByHourWrapper {
        width: 40%;
        left: 33%
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul .payByHourWrapper li, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul .payByHourWrapper li {
    padding: 6px;
    text-align: center;
    overflow: hidden;
    line-height: 16px;
    cursor: pointer
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul .payByHourWrapper li.active, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul .payByHourWrapper li:hover, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul .payByHourWrapper li.active, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul .payByHourWrapper li:hover {
        background-color: #f34f4f !important;
        color: #fff
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul .payByHourWrapper li.disabled, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul .payByHourWrapper li.disabled {
        opacity: .5;
        cursor: not-allowed
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul .payByHourWrapper li.disabled:hover, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul .payByHourWrapper li.disabled:hover {
            background-color: #fff !important;
            color: #333
        }

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul .payByHourWrapper .timeFormat, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul .payByHourWrapper .timeFormat {
    display: inline-block;
    width: 50%;
    background: #f4f4f4;
    float: left;
    padding: 8px
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li {
    border-right: 1px solid #ccc;
    float: left;
    position: relative
}

@media (min-width:611px) and (max-width:1024px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li {
        margin-top: 13px !important
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li.initial-tab, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li.initial-tab {
    border-radius: 3px 0 0 3px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li.initial-tab, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li.initial-tab {
        border-radius: 0
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li.initial-tab input, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li.initial-tab input {
    border-radius: 0 0 0 3px
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li:focus, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li:focus {
    border: 1px solid #2476bb
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li {
        border: 1px solid silver;
        float: none;
        width: 100%;
        border-top: 0 none
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li first-child, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li first-child {
            border-top: 1px solid silver
        }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li .ico-be-place, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li .ico-be-place {
    top: 5px !important
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li .ico-be-place, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li .ico-be-place {
        top: 4px !important
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li input[type=text], .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li input[type=text] {
    background-color: #fff !important;
    padding: 23px 15px;
    max-height: 64px;
    min-height: 64px;
    color: #333;
    font-size: 1.14286em
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li input[type=text], .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li input[type=text] {
        padding: 20px 5px
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li input[type=text].opacity3, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li input[type=text].opacity4, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li input[type=text].opacity3, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li input[type=text].opacity4 {
    background-color: #f3f3f3 !important;
    opacity: 1
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li .homestays_destInput, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li .hotel_destInput, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li .homestays_destInput, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li .hotel_destInput {
    padding-right: 30px !important
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li .ico-be-calender, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li .ico-be-calender {
    top: 8px
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li .ico-be-destination, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li .ico-be-origin, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li .ico-be-destination, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li .ico-be-origin {
    cursor: default
}

@media only screen and (min-width:1025px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li.w170, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li.w170 {
        width: 22%
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip {
        float: none;
        width: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .beSwapCity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .beSwapCity {
    display: none
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap {
    position: relative;
    clear: both
}

@media only screen and (min-width:1025px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap li .cityPadLeft, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap li .cityPadLeft {
        padding-left: 23px
    }
}

@media only screen and (min-width:1025px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap li .cityPadRight, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap li .cityPadRight {
        padding-right: 23px
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap li .cityPadRight.ac_loading, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap li .cityPadRight.ac_loading {
    background-position: 92% !important
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap li.w50, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap li.w225, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap li.w315, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap li.w50, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap li.w225, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap li.w315 {
    background-color: #fff
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity {
    position: absolute;
    border: 1px solid #e3e6ea;
    right: -8%;
    top: 19px;
    height: 30px;
    padding: 6px;
    width: 30px;
    display: block;
    border-radius: 50%;
    z-index: 1;
    background-color: #fff
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity {
        right: 50%;
        top: 36px;
        display: none;
        transform: rotate(90deg) !important
    }
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity {
        right: -6%
    }
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity {
        right: -6.8%
    }
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity {
        right: -8.5%
    }
}

@media screen and (max-width:1024px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity {
        left: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity.jsRotateClass, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity.jsRotateClass {
    transform: rotate(180deg)
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity.jsRotateClass .ico-be-leftRightArow, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity.jsRotateClass .ico-be-leftRightArow {
        transform: rotate(-180deg)
    }

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity .ico-be-leftRightArow, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity .ico-be-leftRightArow {
    margin: 0;
    background: url(/content/fresco/snipe/dist/images/swipe.svg?e341848dbd38ba926518e6e2b18dda56) 50% no-repeat;
    opacity: 1
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity.swapCityDisable, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity.swapCityDisable {
    pointer-events: none;
    opacity: 1
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity.swapCityDisable .ico-be-leftRightArow, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity.swapCityDisable .ico-be-leftRightArow {
        background: url(/content/fresco/snipe/dist/images/swipe.svg?e341848dbd38ba926518e6e2b18dda56) 50% no-repeat;
        opacity: .5
    }

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .add-mc-leg, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .add-mc-leg {
    right: -18%
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .multicity-leg .beSwapCity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .multicity-leg .beSwapCity {
    right: -5.2%
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity-leg {
    margin-bottom: 2px
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity-leg .ico-be-cancel-leg {
        cursor: pointer;
        position: absolute;
        right: -30px;
        top: 23px;
        display: block
    }

.yt-booking-engine-snipe .be-container-snipe .journey-details .add-mc-leg {
    font-size: .85714em;
    position: absolute;
    right: 15%;
    bottom: 27px
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .add-mc-leg .ico-be-add {
        margin: 0
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .add-mc-leg a {
        padding: 5px 10px;
        font-size: 13px;
        border: 1px solid
    }

@media only screen and (max-width:1024px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .add-mc-leg {
        bottom: auto
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details input {
    background-color: #fff !important;
    padding: 22px 5px;
    color: #38404a;
    padding: 12px 10px\9;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 1em;
    border: none
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details input {
        padding: 20px
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details input::-ms-clear {
    width: 0;
    height: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details input {
        padding: 24px 15px
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details input {
        padding: 18px 15px
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .icon-inside.ico-be-arrow-down-grey-v2 {
    top: 27px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .icon-inside.ico-be-arrow-down-grey-v2 {
        top: 20px
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .icon-inside.mic-icon {
        right: -18px
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .w225 {
    width: 30%
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .w225 {
        float: none;
        width: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .w66 {
    width: 56% !important
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .w66.modifyList {
        width: 28% !important
    }

@media only screen and (max-width:720px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .w66.modifyList {
        width: 100% !important
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .w66.modifyList {
        width: 100% !important
    }
}

@media only screen and (max-width:720px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .w66 {
        width: 100% !important
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .w66 {
        width: 100% !important
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .w170 {
    width: 20%
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .w170.modifyList {
        width: 18% !important
    }

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .w170.modifyList {
        float: none;
        width: 100% !important
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .w170 {
        float: none;
        width: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .w315 {
    width: 40%
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .multicity-leg .w315 {
    width: 39%
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity-leg .w315 {
        width: 36%
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .w450 {
    width: 60%
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .w450 {
        float: none;
        width: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .w80 {
    width: 80%;
    margin-bottom: 12px
}

@media only screen and (max-width:900px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .w80 {
        float: left;
        width: 68% !important
    }
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .w80 {
        float: none;
        width: 100% !important
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown {
    text-align: left;
    position: absolute;
    border: 1px solid #d1d1d1;
    background: #fff;
    top: 70px;
    left: 0;
    padding: 12px 15px;
    z-index: 1;
    width: 100%;
    border-radius: 3px;
    transition: visibility 0s linear .3s,opacity .3s linear;
    box-shadow: 0 6px 8px rgba(0,0,0,.15)
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .room-no {
        margin-bottom: 10px;
        font-weight: 500
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown:before {
        float: left;
        content: "";
        border-bottom: 8px solid #f7f7f7;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        margin: -18px 0 0 15px
    }

.yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer {
    text-transform: uppercase;
    padding: 10px 0 5px;
    overflow: hidden;
    width: 100%
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .cancel, .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .done {
        font-size: .857em;
        cursor: pointer
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .cancel {
        float: left;
        padding: 5px 15px;
        margin-left: -15px
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .cancel:focus, .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .cancel:hover {
            color: #000
        }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .done {
        float: right;
        background: #ea2330;
        padding: 9px;
        text-align: center;
        color: #fff;
        border-radius: 4px
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .done:focus, .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .done:hover {
            background-color: #c00100
        }

.yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date {
    width: 100%;
    clear: both;
    margin: 10px 0
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date .custom-check {
        color: #333;
        font-size: 13px
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date .custom-check:before {
            content: " ";
            float: left;
            width: 1em;
            height: 1em;
            background: #fff;
            border: 1px solid #d7dce1;
            margin: 2px -7px 0 0;
            border-radius: 3px
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date .custom-check.be-v2-active:before {
            background-color: #f34f4f !important;
            border: 1px solid #f34f4f;
            background: url(/content/fresco/snipe/dist/images/checked.svg?3965dbb7c2e207cba40d0846da9787c1) 50% no-repeat;
            background-size: 10px 10px;
            border-radius: 3px
        }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date .ico-checkbox {
        display: none
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date input[type=text] {
        border: 1px solid #999
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date ul {
        width: 100%;
        float: left;
        margin: 10px 0
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date ul li {
            width: 50%;
            float: left;
            position: relative
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date ul li input[type=text] {
                width: 100%;
                float: left;
                padding: 10px !important
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date ul li:first-child input[type=text] {
                border-right: 0 !important
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date ul li .icon-inside {
                right: 0 !important
            }

.yt-booking-engine-snipe .be-container-snipe .journey-details .add-del-room {
    clear: both;
    margin: 20px 0;
    float: left
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .add-del-room a {
        color: #666;
        font-size: .85714em;
        border: 1px solid #e3e6ea;
        border-radius: 3px;
        padding: 10px
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .add-del-room a.active, .yt-booking-engine-snipe .be-container-snipe .journey-details .add-del-room a:hover {
            color: #f34f4f;
            border: 1px solid #ea2330;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .add-del-room a.homestayaddRoom:hover, .yt-booking-engine-snipe .be-container-snipe .journey-details .add-del-room a.hoteladdRoom:hover {
            background-color: #ea2330;
            color: #fff
        }

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details {
    background: #fff;
    box-sizing: border-box;
    color: #333;
    float: left;
    font-size: 1.14286em;
    padding: 25.5px 10px 23px;
    position: relative;
    width: 20%;
    cursor: pointer;
    max-height: 64px;
    min-height: 64px
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details.modifyList {
        width: 16%
    }

@media (min-width:311px) and (max-width:610px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details.modifyList {
        width: 100%
    }
}

@media (-ms-high-contrast:none) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details {
        padding: 25.5px 10px 23px;
        min-height: 0
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details {
        float: none;
        width: 100%;
        border-right: 1px solid #e5e5e5;
        padding: 20px 8px;
        margin-top: 0;
        max-height: unset;
        min-height: unset
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .ico-be-sub-arrow-v2 {
    position: absolute;
    right: 5px;
    top: -16px
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .ico-be-sub-arrow {
    position: absolute;
    right: 5px;
    top: -16px;
    display: none
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 70px;
    transition: visibility 0s linear .3s,opacity .3s linear 0s;
    width: 100%;
    z-index: 2
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown {
        top: 55px
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown.w300 {
    min-width: 270px;
    padding-bottom: 0;
    padding-right: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown.w300 {
        padding-bottom: 10px;
        left: 0 !important;
        border-radius: 3px;
        top: 55px
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type {
    width: 90%;
    float: left;
    padding-top: 10px
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type .dd {
        border: none;
        background-color: #fff
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type .dd .ddTitle {
            display: none !important
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type .dd .ddChild {
            position: relative !important;
            border: medium none;
            box-shadow: none;
            display: block !important;
            height: auto !important;
            background-color: #fff
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type .dd .ddChild li {
                display: block;
                width: 100%;
                background-color: #fff;
                padding: 5px 0
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type .dd .ddChild li span {
                    margin-left: 10px;
                    font-size: .92857em
                }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type .dd .ddChild li:before {
                    content: " ";
                    float: left;
                    width: 16px;
                    height: 16px;
                    background: #fff;
                    border: 1px solid #d7dce1;
                    margin: -2px -3px 0 0;
                    border-radius: 50%
                }

@media (-ms-high-contrast:none) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type .dd .ddChild li:before {
        margin: -1px -3px 0 0 !important
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type .dd .ddChild li:before ::-ms-backdrop {
            margin: -1px -3px 0 0
        }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type .dd .ddChild li.selected, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type .dd .ddChild li:hover {
    color: #000 !important
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type .dd .ddChild li.selected:before {
        background: #fff;
        border: 1px solid #f34f4f
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type .dd .ddChild li.selected:after {
        content: "";
        float: left;
        width: 10px;
        height: 10px;
        background-color: #f34f4f;
        margin: -14px 0 0 3px;
        border-radius: 50%
    }

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type .custom-radio-baggage_sprite {
    background: url("//ns.TripRallycdn.com/common/images/fresco/custom-radio-2.png") no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type .active-radio {
    background-position: -9px -16px
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .flight-class-type label.selected .active-radio {
    background-position: -43px -17px !important
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .pax-limit {
        margin-bottom: 1.5em
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .pax-limit:last-child {
            margin-bottom: 0
        }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .pax-limit .pax-title {
    float: left;
    font-size: .92857em
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .pax-limit .pax-title .light-grey {
        color: #8a8a8a;
        display: block;
        font-size: .786em
    }

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .pax-limit .select-child-ages .dd {
    margin-right: 25px
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .pax-limit .dd {
    float: right
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .pax-limit .dd {
        margin-right: 20px
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .ico-be-sub-arrow, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .be-dropdown .ico-be-sub-arrow-v2 {
    position: absolute;
    top: -16px;
    right: 5px
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown {
    border-radius: 3px
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown.w300, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown.w300, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown.w300, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown.w300 {
        padding: 12px
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .verticalSepr, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .verticalSepr, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .verticalSepr, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .verticalSepr {
        clear: both;
        height: 1px;
        background: #d9d9d9;
        margin-bottom: 10px
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit {
        border-top: none;
        padding: 10px 0;
        clear: both
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit.select-child-ages, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit.select-child-ages, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit.select-child-ages, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit.select-child-ages {
            border-top: none;
            padding: 0
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .pax-title, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit .pax-title, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .pax-title, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .pax-title {
            float: left !important;
            font-size: 1em;
            margin-top: 5px
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .pax-title .light-grey, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit .pax-title .light-grey, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .pax-title .light-grey, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .pax-title .light-grey {
                display: inline;
                margin-left: 10px
            }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .dd, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit .dd, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .dd, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .dd {
            float: right !important;
            margin: 0;
            clear: both
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .dd .ddTitle {
                top: -15px
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus {
                    left: -65px;
                    border-bottom-left-radius: 3px;
                    border-top-left-radius: 3px;
                    width: 30px;
                    top: -15px
                }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus {
                    right: 2px;
                    border-bottom-right-radius: 3px;
                    border-top-right-radius: 3px;
                    width: 30px;
                    top: -15px
                }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus {
                    background-color: #fff
                }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddTitleText, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddTitleText, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddTitleText, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddTitleText {
                    display: none
                }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .childageselect .ageoptions:hover, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit .childageselect .ageoptions:hover, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .childageselect .ageoptions:hover, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .childageselect .ageoptions:hover {
            background-color: #f34f4f;
            color: #fff !important
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .childageselect .agedropdown, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit .childageselect .agedropdown, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .childageselect .agedropdown, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .childageselect .agedropdown {
            width: 58px !important;
            border-radius: 3px !important;
            border: 1px solid #e5e5e5;
            color: #666;
            cursor: pointer !important;
            float: left;
            padding: 2px;
            position: relative;
            background-color: #fff;
            background-image: none !important
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .childageselect .agedropdown .agepointer, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit .childageselect .agedropdown .agepointer, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .childageselect .agedropdown .agepointer, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .childageselect .agedropdown .agepointer {
                border-top: 4px solid #333;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .childageselect .agedropdown .ageselect, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit .childageselect .agedropdown .ageselect, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .childageselect .agedropdown .ageselect, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .childageselect .agedropdown .ageselect {
                width: 100%;
                padding: 6px;
                cursor: pointer !important
            }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .childageselect .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit .childageselect .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .childageselect .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .childageselect .dd .ddTitle {
            top: 0
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit {
            border-top: 1px solid #d9d9d9 !important;
            padding: 10px 0;
            clear: both
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit.select-child-ages, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit.select-child-ages, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit.select-child-ages, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit.select-child-ages {
                border-top: none !important;
                padding: 0
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .pax-title, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .pax-title, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .pax-title, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .pax-title {
                float: left !important;
                font-size: 1em;
                margin-top: 5px
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .pax-title .light-grey, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .pax-title .light-grey, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .pax-title .light-grey, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .pax-title .light-grey {
                    display: inline;
                    margin-left: 10px
                }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd {
                float: right !important;
                margin: 0;
                clear: both
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle {
                    top: -15px
                }

                    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerMinus {
                        left: -65px;
                        border-bottom-left-radius: 3px;
                        border-top-left-radius: 3px;
                        width: 30px;
                        top: -15px
                    }

                    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerPlus {
                        right: 2px;
                        border-bottom-right-radius: 3px;
                        border-top-right-radius: 3px;
                        width: 30px;
                        top: -15px
                    }

                    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddTitleText, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddTitleText, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddTitleText, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddTitleText {
                        display: none
                    }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .childageselect .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .childageselect .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .childageselect .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .childageselect .dd .ddTitle {
                top: 0
            }

.yt-booking-engine-snipe .be-container-snipe .journey-details .search-btn {
    background-color: #0080ca !important;
    border-radius: 3px;
    float: right;
    margin: 12px 10px 0 0;
    padding: 13px 5px;
    width: 110px;
    /* box-shadow: 0 4px 0 #074468; */
    min-height: 40px;
    color: #fff;
    font-size: 1.14286em;
    font-weight: 500;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details .search-btn:hover {
        background-color: #00a2ff !important;
        /* box-shadow: 0 4px 0 #074468; */
    }

@media only screen and (max-width:1024px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .search-btn {
        width: 100%;
        margin-top: 15px;
        border-radius: 0
    }
}

@media (min-width:611px) and (max-width:1024px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .search-btn {
        padding: 23px 5px;
        margin: 15px 0
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .search-btn {
        float: none;
        width: 100%;
        padding: 24px 15px;
        margin-top: 0;
        text-indent: 0;
        font: normal 1.143em/18px Rubik,sans-serif;
        background-image: none
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .search-btn {
        padding: 18px 15px
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .oneWayType, .yt-booking-engine-snipe .be-container-snipe .journey-details .opacity3 {
    opacity: .8 !important;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    cursor: pointer
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .inactiveElem {
    opacity: .9;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    cursor: default
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .w300 {
    min-width: 300px;
    padding-right: 0
}

@media only screen and (max-width:360px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .w300 {
        min-width: 282px
    }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .w100 {
    width: 82px;
    margin-right: 15px;
    float: left
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .mr0 {
    margin-right: 0
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .pax-limit .dd {
    float: left !important;
    margin: 10px 0
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown {
    /*left: 1% !important*/
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown {
        left: 0 !important
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .ico-be-sub-arrow, .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .ico-be-sub-arrow-v2 {
            left: 5px
        }
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .pax-title {
    float: none !important
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .childageselect .dd {
    margin-right: 10px !important
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .fixHidemoreOption {
    margin-bottom: 18px
}

.yt-booking-engine-snipe .be-container-snipe .journey-details .custom-check .ico-checkbox {
    color: #f34f4f
}

.yt-booking-engine-snipe .be-container-snipe .mor-option {
    width: 100%;
    padding: 10px 5px;
    float: left;
    clear: both;
    background: rgba(0, 128, 202, 0.30);
    border-radius: 0 0 10px 10px;
    margin-bottom: -28px;
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .mor-option {
        width: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options {
    float: left
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options.prefer {
        float: left
    }
}

.yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options.prefer li {
    margin-right: 10px
}

    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options.prefer li:last-child {
        margin-right: 0
    }

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options.prefer li {
        width: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options li {
    float: left
}

    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options li .ico-be-separator {
        top: 5px;
        margin: 0 5px;
        float: left
    }

.yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options a {
    font-size: 1em;
    color: #fcfcfc;
    padding: 0;
    display: block;
    margin: 0;
    float: left;
    transition: none !important
}

    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options a.lff-map-search {
        color: #e79d05;
        background-color: transparent
    }

.yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow {
    width: 100px;
    margin-right: 5px
}

    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd {
        background: none;
        border: none;
        color: #fff;
        padding: 1px;
        top: 0;
        line-height: 5px
    }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd:hover {
            color: #ffaa1f;
            border-radius: 3px
        }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd .ddTitle .ddTitleText {
            font-size: .85714em;
            padding: 5px
        }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd .ddTitle .pointDwnPax {
            width: 7px;
            background-position: -247px -90px;
            height: 4px;
            top: 6px;
            right: -10px
        }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd .ddChild {
            font-size: .85714em
        }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd .ddChild.scrollable .vertical.scroll-bar {
                width: 6px !important
            }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd .ddChild li {
                color: #333;
                width: 100% !important;
                line-height: 12px
            }

                .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd .ddChild li.selected, .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd .ddChild li:hover {
                    color: #fff !important
                }

.yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip {
    position: relative
}

    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip:hover .baggage-terms {
        display: block
    }

    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms {
        display: none;
        background: #fff;
        border: 1px solid #c3c3c3;
        border-radius: 6px;
        box-shadow: 0 1px 5px 1px #5f5f5f;
        color: #666;
        font-size: .92857em;
        left: -120px;
        line-height: 1.3;
        padding: 12px 15px 15px 10px;
        position: absolute;
        text-align: left;
        bottom: 30px;
        width: 400px;
        z-index: 9
    }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms .note-list {
            margin-top: -3px
        }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms .note-list > p strong {
                margin-left: 1px
            }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms .note-list strong {
                font-size: 1.1em;
                color: #333
            }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms ul.terms-list li {
            overflow: hidden;
            margin: 8px 0 0;
            float: none
        }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms ul.terms-list li i.bullet-ico {
                background: url(/content/fresco/snipe/dist/images/booking-engine.png?0597d1f053fcc7054b285430b792d73d) no-repeat -139px -93px;
                display: inline-block;
                height: 8px;
                margin: 6px 5px 0 0;
                vertical-align: top;
                width: 8px;
                float: left
            }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms ul.terms-list li span {
                display: inline-block;
                width: 95%;
                float: left
            }

                .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms ul.terms-list li span b {
                    font-weight: 500
                }

    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .arrow-dwn-tooltip {
        display: block;
        position: absolute;
        bottom: -19px;
        left: 42%;
        background: url(/content/fresco/snipe/dist/images/booking-engine.png?0597d1f053fcc7054b285430b792d73d) no-repeat -162px -91px;
        width: 30px;
        height: 19px
    }

.yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li .overlay-hider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 1
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li .ico-be-separator {
        display: none
    }
}

.yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li.disabled-state {
    position: relative
}

    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li.disabled-state a {
        opacity: .4;
        filter: alpha(opacity=60);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        cursor: default
    }

    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li.disabled-state .overlay-hider {
        display: block
    }

@media only screen and (max-width:1024px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li {
        margin-left: 15px
    }
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li#specialFareContainer {
        margin-left: 0
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li {
        margin: 5px 15px 10px 0 !important
    }
}

@media only screen and (max-width:320px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li {
        margin: 5px 5px 5px 0 !important
    }
}

.yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li.no-border {
    margin-top: 0
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li#specialFareContainer {
        margin-bottom: 0 !important
    }
}

.yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .tab-head {
    font: normal .857em/18px Rubik,sans-serif;
    color: #fff;
    padding-bottom: 3px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .tab-head {
        color: #333
    }
}

.yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .tab-head .ico-be-arrow-down-white {
    top: 3px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .tab-head .ico-be-arrow-down-white {
        top: -3px
    }
}

.yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .be-dropdown {
    top: 40px;
    padding: 0
}

    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .be-dropdown .ico-be-sub-arrow, .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .be-dropdown .ico-be-sub-arrow-v2 {
        position: absolute;
        top: -16px;
        right: 5px
    }

.yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-class li {
    font-size: .857em;
    padding: 5px 14px 7px;
    cursor: pointer
}

    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-class li.active, .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-class li:focus, .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-class li:hover {
        background: #666;
        color: #fff
    }

.yt-booking-engine-snipe .be-container-snipe .mor-option.multicityMoreOption {
    width: 68%
}

.yt-booking-engine-snipe .be-container-snipe .pointDwnPax {
    background: none;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin: 0;
    position: absolute;
    border-top: 6px solid #333;
    transform: rotate(0deg);
    right: 8px;
    top: 44%
}

.yt-booking-engine-snipe .be-container-snipe .nudge-arrow-x {
    display: none;
    position: absolute;
    right: 10px;
    top: 16px;
    font-size: 32px;
    color: #090909;
    z-index: -1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 6;
    -moz-animation-iteration-count: 6;
    animation-iteration-count: 6;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-animation-name: nudge-dir-x;
    -moz-animation-name: nudge-dir-x;
    animation-name: nudge-dir-x;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear
}

    .yt-booking-engine-snipe .be-container-snipe .nudge-arrow-x:after {
        content: ""
    }

.yt-booking-engine-snipe .be-container-snipe .multicity-stay {
    margin-top: 22px
}

    .yt-booking-engine-snipe .be-container-snipe .multicity-stay .w80 {
        width: 80%;
        margin-top: 15px
    }

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .multicity-stay .w80 {
        width: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .hotelremoveRoom {
    margin-left: 5px
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results .flR {
    float: right
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results li.heading i {
    background: transparent url(/content/fresco/snipe/dist/images/booking-engine.png?0597d1f053fcc7054b285430b792d73d) no-repeat scroll -215px -335px
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results li.heading .iconImage.hotels {
    background-position: -29px -121px;
    float: right;
    padding-left: 10px;
    width: 19px;
    margin-right: 5px
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results li.heading .iconImage.activities {
    background-position: -195px -119px;
    float: right;
    padding-left: 10px;
    width: 15px;
    margin-right: 5px
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results li.heading .iconImage.cities {
    background-position: -4px -121px;
    float: right;
    padding-left: 10px;
    width: 15px;
    margin-right: 5px
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results li.heading .iconImage.locations {
    background-position: -55px -120px;
    float: right;
    padding-left: 10px;
    width: 10px;
    margin-right: 5px
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results li.heading .iconImage.Chain.Hotels {
    background-position: -73px -120px;
    float: right;
    padding-left: 10px;
    width: 10px;
    margin-right: 5px
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results li.heading .iconImage.homestay {
    background-position: -146px -117px;
    float: right;
    padding-left: 10px;
    width: 19px;
    margin-right: 5px
}

@media (min-width:613px) and (max-width:1024px) {
    .yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results {
        width: 46.3% !important
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-bus .journey-details .oneway-roundtrip ul > li {
    width: 33.33333%
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-bus .journey-details .oneway-roundtrip ul > li {
        width: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-bus .journey-details .CitySwap .beSwapCity {
    right: -5.2%
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-bus .journey-details .CitySwap .beSwapCity {
        right: -6.2%
    }
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-bus .journey-details .CitySwap .beSwapCity {
        right: -8%
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-bus .journey-details .CitySwap .beSwapCity {
        right: 50%;
        top: 36px;
        transform: rotate(90deg) !important
    }
}

@media screen and (max-width:1024px) {
    .yt-booking-engine-snipe .be-container-snipe .be-bus .journey-details .CitySwap .beSwapCity {
        left: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .bus-pax-select {
    padding: 10px !important
}

    .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .dd {
        background-color: #fff
    }

    .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain {
        width: 100% !important
    }

        .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddTitle .ddTitleText {
            width: auto;
            float: left;
            line-height: 46px;
            border: none;
            background-color: #fff !important;
            margin-left: 10px
        }

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddTitle .ddTitleText {
        margin-left: 0
    }
}

@media all\0 {
    .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddTitle .ddTitleText {
        line-height: 41px
    }
}

.yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddSpinnerPlus {
    height: 26px;
    top: 9px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #cdcecf;
    width: 30px
}

.yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddSpinnerMinus {
    left: auto;
    right: 40px;
    background-position: -21px -22px
}

    .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddSpinnerMinus.disabled {
        background-position: 11px -22px !important;
        cursor: default
    }

.yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddSpinnerPlus {
    right: 12px;
    background-position: 11px 9px
}

    .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddSpinnerPlus.disabled {
        background-position: -21px 9px !important;
        cursor: default
    }

.yt-booking-engine-snipe .be-container-snipe .be-trains .oneway-roundtrip .w50 {
    width: 36%
}

    .yt-booking-engine-snipe .be-container-snipe .be-trains .oneway-roundtrip .w50 .irctcPadLeft {
        padding-left: 60px
    }

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-trains .oneway-roundtrip .w50 {
        float: none;
        width: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-trains .train-depart {
    border: none !important
}

.yt-booking-engine-snipe .be-container-snipe .be-trains .irctc-blk {
    display: inline-block;
    padding: 0;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 6px
}

    .yt-booking-engine-snipe .be-container-snipe .be-trains .irctc-blk .ico-be-irctc {
        background-position: -99px -83px;
        height: 37px
    }

.yt-booking-engine-snipe .be-container-snipe .be-trains .journey-details {
    width: 100%;
    float: right;
    position: relative
}

    .yt-booking-engine-snipe .be-container-snipe .be-trains .journey-details .multicity, .yt-booking-engine-snipe .be-container-snipe .be-trains .journey-details .oneway-roundtrip {
        width: 87.1%
    }

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-trains .journey-details .multicity, .yt-booking-engine-snipe .be-container-snipe .be-trains .journey-details .oneway-roundtrip {
        width: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-trains .journey-details .ripple-parent {
    width: 12.9%
}

.yt-booking-engine-snipe .be-container-snipe .be-trains .journey-details .CitySwap .beSwapCity {
    right: -4.4%
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-trains .journey-details .CitySwap .beSwapCity {
        left: 100%
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-trains .journey-details .CitySwap .beSwapCity {
        right: 50%;
        top: 36px;
        transform: rotate(90deg) !important
    }
}

@media screen and (max-width:1024px) {
    .yt-booking-engine-snipe .be-container-snipe .be-trains .journey-details .CitySwap .beSwapCity {
        left: 100%
    }
}

@media screen and (max-width:1024px) {
    .yt-booking-engine-snipe .be-container-snipe .be-trains .search-btn {
        margin-top: 0
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays {
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .yt-booking-engine-snipe .be-container-snipe .be-holidays ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        border-radius: 10px;
        background: hsla(0,3%,47%,.35) !important
    }

    .yt-booking-engine-snipe .be-container-snipe .be-holidays ::-webkit-scrollbar {
        width: 9px;
        cursor: pointer;
        background: none !important
    }

    .yt-booking-engine-snipe .be-container-snipe .be-holidays ::-webkit-scrollbar-thumb {
        background-color: hsla(0,3%,47%,.35) !important;
        opacity: .4;
        border-radius: 3px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px
    }

    .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg {
        padding: 0;
        border-right: 0 none !important
    }

        .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .defaultStructure {
            width: 100%;
            background-color: #fff;
            padding: 17.5px
        }

        .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd {
            border: none;
            line-height: 30px;
            background: #fff;
            padding: 12px 10px
        }

@media all\0 {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd {
        line-height: 30px
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd .ddlabel {
    font-size: 1.14286em
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd .ddChild {
    border-radius: 0;
    top: 58px !important;
    background-color: #fff;
    z-index: 9999;
    display: block;
    position: absolute;
    visibility: visible;
    height: 192px
}

    .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd .ddChild li {
        border: none !important;
        background-color: #fff;
        width: 100%;
        box-shadow: none
    }

        .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd .ddChild li.selected, .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd .ddChild li:focus, .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd .ddChild li:hover {
            background: #f34f4f;
            color: #fff
        }

    .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd .ddChild .viewport {
        height: 192px;
        position: relative;
        overflow: hidden;
        width: 100%
    }

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg {
        float: none;
        width: 100%;
        border-right: 1px solid #e5e5e5;
        padding: 0;
        margin-top: 0
    }
}

@media only screen and (max-width:900px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .m-top {
        margin-top: 15px
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .m-top {
        margin-top: 0
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .mt20 {
    margin-top: 20px
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .holiday-more > li:first-child {
    margin-left: 0;
    width: 200px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .holiday-more > li:first-child {
        width: 48%
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .holiday-origin {
    margin-top: 22px
}

    .yt-booking-engine-snipe .be-container-snipe .be-holidays .holiday-origin > li {
        position: relative;
        float: left;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-right: 1px solid #fbfbfb;
        width: 52%
    }

        .yt-booking-engine-snipe .be-container-snipe .be-holidays .holiday-origin > li:focus {
            border: 1px solid #2476bb
        }

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .holiday-origin > li {
        margin-bottom: 22px;
        border-right: 1px solid #e5e5e5;
        width: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .holiday-origin > li .ico-be-place {
    top: 7px !important
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .explore {
    font-size: 1.5em;
    color: #fff
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .explore {
        color: #333
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .explore > li {
    float: left
}

    .yt-booking-engine-snipe .be-container-snipe .be-holidays .explore > li:first-child {
        margin-right: 15px
    }

@media only screen and (max-width:1024px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .explore > li:first-child {
        display: block;
        float: none;
        margin-bottom: 22px
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .explore > li span {
    display: inline-block
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .explore > li .days-counter {
        display: block
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .explore > li .days-counter span {
    background: #fff;
    color: #333;
    padding: 5px;
    text-align: center;
    width: 25px;
    float: left;
    position: relative;
    top: 8px;
    border-right: 1px solid #e5e5e5
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .explore > li .days-counter span {
        background: #333;
        color: #fff
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .explore > li .explore-btn {
    font-size: 1em;
    float: left;
    text-align: center
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .explore > li .explore-btn {
        width: 200px
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .explore > li .explore-btn {
        width: 100%
    }
}

@media (min-width:611px) and (max-width:3000px) {
    .yt-booking-engine-snipe .be-container-snipe .in-one-line .multicity-stay {
        float: left;
        margin: 20px 0 14px 40px
    }
}

.yt-booking-engine-snipe .be-container-snipe .in-one-line + .oneway-roundtrip {
    margin-top: 15px
}

.yt-booking-engine-snipe .be-container-snipe .select-with-arrow .ico-be-sub-arrow-v2 {
    position: absolute;
    top: 20px;
    right: 2px
}

.yt-booking-engine-snipe .be-container-snipe .select-with-arrow .ico-be-sub-arrow {
    position: absolute;
    top: 18px;
    right: 0
}

.yt-booking-engine-snipe .be-container-snipe .select-with-arrow .ddcommon .ddChild {
    top: 27px !important;
    border: 1px solid #d1d1d1 !important
}

.yt-booking-engine-snipe .be-container-snipe .separate .wp1 {
    width: 80%;
    padding: 11px 10px
}

.yt-booking-engine-snipe .be-container-snipe .separate .nlpInput input {
    float: left;
    border: 1px solid #e5e5e5;
    border-right: 1px solid #fbfbfb;
    background: #fff;
    padding: 12px 50px 12px 10px;
    padding: 12px 10px\9;
    text-overflow: ellipsis;
    width: 100%;
    font: normal 1.143em/20px Rubik,sans-serif;
    border: none
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .separate .nlpInput input {
        padding: 12px 10px
    }
}

.yt-booking-engine-snipe .be-container-snipe .separate .nlpInput input::-ms-clear {
    width: 0;
    height: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .separate .nlpInput input {
        padding: 24px 15px
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .separate .nlpInput input {
        padding: 18px 15px
    }
}

.yt-booking-engine-snipe .be-container-snipe .separate .nlpInput input:focus {
    border: 1px solid #2476bb
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .separate .nlpInput input {
        border: 1px solid #e5e5e5
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .separate .nlpInput {
        float: none;
        width: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .separate .wp2 {
    width: 16.5%;
    padding: 12px 10px;
    margin-top: 0;
    margin-left: -2px;
    background-color: #ff7d23;
    color: #fff;
    border: 1px solid #ff7d23;
    font: normal 1.571em/18px Rubik,sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

    .yt-booking-engine-snipe .be-container-snipe .separate .wp2:focus, .yt-booking-engine-snipe .be-container-snipe .separate .wp2:hover {
        background-color: #e96600
    }

@media only screen and (max-width:1024px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .separate .wp2 {
        width: 30%;
        margin-top: 15px
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .separate .wp2 {
        float: none;
        width: 100%;
        margin-top: 22px;
        padding: 24px 15px;
        position: relative
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .separate .wp2 {
        padding: 18px 15px
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .w80 {
    width: 60%
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .w80 {
        margin-bottom: 22px
    }
}

@media only screen and (max-width:900px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .w80 {
        float: left;
        width: 60% !important
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .w80 {
        float: none;
        width: 100% !important
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .w170 {
    width: 40%
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .w170 {
        float: none;
        width: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .beTitle {
    color: #fff;
    font-size: 1.286em;
    padding: 0 0 10px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .beTitle {
        color: #333
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .search-flights-btn {
        float: none;
        width: 100%;
        padding: 12px 8px;
        bottom: 0
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .multicity, .yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip {
    float: left;
    width: 88%
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .multicity, .yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip {
        width: 100%
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .multicity, .yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip {
        float: none;
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays input {
        padding: 18px 30px 18px 15px
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip > ul > li {
    width: 33.5%
}

    .yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip > ul > li.destination-city {
        width: 33%
    }

    .yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip > ul > li.select-with-bg .dd {
        width: 100% !important
    }

        .yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip > ul > li.select-with-bg .dd .pointDwnPax {
            background-position: -161px -27px
        }

    .yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip > ul > li input {
        padding-right: 10px
    }

.yt-booking-engine-snipe .be-container-snipe .be-holidays.only-leaving .oneway-roundtrip > ul > li {
    width: 35%
}

    .yt-booking-engine-snipe .be-container-snipe .be-holidays.only-leaving .oneway-roundtrip > ul > li.destination-city {
        width: 65%
    }

.yt-booking-engine-snipe .be-container-snipe .be-cruise .beTitle {
    color: #fff;
    font-size: 1.286em;
    padding: 5px 0 10px
}

.yt-booking-engine-snipe .be-container-snipe .be-cruise .oneway-roundtrip {
    width: 88%
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-cruise .oneway-roundtrip {
        width: 100%
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples {
    background: #fff
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples {
        background: none
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li {
    width: 33.333% !important;
    padding: 0
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li {
        float: left !important;
        padding: 0 !important
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    line-height: normal;
    padding: 11px;
    width: 100% !important
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd {
        padding: 11.5px 5px
    }
}

@media (-ms-high-contrast:none) {
    .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd {
        padding: 9px
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd .ddChild {
    border-radius: 0;
    top: 38px !important;
    left: 0
}

    .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd .ddChild li {
        border: none !important;
        width: 100%
    }

        .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd .ddChild li.selected, .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd .ddChild li:focus, .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd .ddChild li:hover {
            background: #f34f4f;
            color: #fff
        }

.yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd .pointDwnPax {
    background-position: -161px -26px;
    top: 10x
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li {
        float: none;
        width: 100%;
        border-right: 1px solid #e5e5e5;
        padding: 10px 15px;
        margin-top: 0
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples .scrollable .viewport {
    width: 100%
}

@media screen and (max-width:1024px) {
    .yt-booking-engine-snipe .be-container-snipe .be-cruise .search-btn {
        margin-top: 0
    }
}

.yt-booking-engine-snipe .be-container-snipe .be-activities .activity-list {
    position: relative;
    padding-left: 30px !important
}

.yt-booking-engine-snipe .be-container-snipe .be-activities .act-logo {
    background: transparent url(/content/fresco/snipe/dist/images/booking-engine.png?0597d1f053fcc7054b285430b792d73d) no-repeat scroll;
    position: absolute;
    left: 5px
}

    .yt-booking-engine-snipe .be-container-snipe .be-activities .act-logo.activities {
        background-position: -195px -119px;
        float: right;
        padding-left: 10px;
        width: 15px;
        margin-right: 5px
    }

    .yt-booking-engine-snipe .be-container-snipe .be-activities .act-logo.cities {
        background-position: -4px -121px;
        float: right;
        padding-left: 10px;
        width: 15px;
        margin-right: 5px
    }

    .yt-booking-engine-snipe .be-container-snipe .be-activities .act-logo.monument {
        background-position: -273px -91px;
        float: right;
        padding-left: 10px;
        width: 15px;
        margin-right: 5px
    }

.yt-booking-engine-snipe .be-container-snipe .be-activities .journey-details .oneway-roundtrip {
    width: 88%
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .be-activities .journey-details .oneway-roundtrip {
        width: 100%
    }

        .yt-booking-engine-snipe .be-container-snipe .be-activities .journey-details .oneway-roundtrip .sprite-booking-engine.ico-be-place.icon-inside {
            display: none
        }
}

.yt-booking-engine-snipe .be-container-snipe .be-activities .journey-details .oneway-roundtrip .activities-tuple li {
    width: 100%;
    border-right: 0 none
}

@media screen and (max-width:1024px) {
    .yt-booking-engine-snipe .be-container-snipe .be-activities .search-btn {
        margin-top: 0
    }
}

.yt-booking-engine-snipe .be-container-snipe .ico-be-radio {
    background: url(/content/fresco/snipe/dist/images/radio-unchecked.png?ac6fcad87896c0f518a892469e3bca26) no-repeat;
    background-position: 0 -25px;
    height: 12px;
    width: 12px
}

.yt-booking-engine-snipe .be-container-snipe .ico-checkbox, .yt-booking-engine-snipe .be-container-snipe .ico-checkbox-checked {
    background-image: url(/content/fresco/snipe/dist/images/ico-pg-customcheckBox.png?0d18682175ccb7f815106bef50347cb2);
    background-repeat: no-repeat;
    display: inline-block;
    margin: -1px 5px 0;
    width: 15px;
    height: 15px;
    position: relative;
    vertical-align: middle
}

.yt-booking-engine-snipe .be-container-snipe .ico-checkbox {
    background-position: 0 -15px
}

.yt-booking-engine-snipe .be-container-snipe .ico-checkbox-checked {
    background-position: 0 0
}

@media only screen and (max-width:1024px) {
    .yt-booking-engine-snipe .be-container-snipe ul.be-tabs-snipe #booking_engine_flight_hotels {
        display: none
    }
}

@media only screen and (max-width:960px) {
    .yt-booking-engine-snipe .be-container-snipe ul.be-tabs-snipe {
        overflow-x: scroll;
        white-space: nowrap
    }

        .yt-booking-engine-snipe .be-container-snipe ul.be-tabs-snipe li {
            display: inline;
            float: none
        }

            .yt-booking-engine-snipe .be-container-snipe ul.be-tabs-snipe li a {
                display: inline-block;
                width: auto
            }

    .yt-booking-engine-snipe .be-container-snipe .betaBookingEngine {
        top: 0
    }

    .yt-booking-engine-snipe .be-container-snipe .nudge-arrow-x:after {
        content: "\AB"
    }
}

@media only screen and (max-width:480px) {
    .yt-booking-engine-snipe .be-container-snipe .nudge-arrow-x {
        top: 13px
    }
}

@media (min-width:611px) and (max-width:1024px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .w170, .yt-booking-engine-snipe .be-container-snipe .journey-details .w225 {
        width: 45.5% !important;
        margin: 0 13px !important
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .w170.modifyList, .yt-booking-engine-snipe .be-container-snipe .journey-details .w225 {
            width: 45.5% !important
        }

    .yt-booking-engine-snipe .be-container-snipe .ac_results {
        width: 100% !important
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details {
        width: 45.5% !important;
        margin: 15px 13px 0
    }

    .yt-booking-engine-snipe .be-container-snipe .ripple-parent {
        width: 45.5% !important;
        margin: 0 13px !important
    }

    .yt-booking-engine-snipe .be-container-snipe .w66 {
        width: 96% !important;
        margin: 0 0 5px 13px
    }

    .yt-booking-engine-snipe .be-container-snipe .be-cruise .oneway-roundtrip > ul > li, .yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip > ul > li {
        width: 29% !important;
        margin: 0 13px
    }

    .yt-booking-engine-snipe .be-container-snipe .be-trains .oneway-roundtrip > ul > li {
        width: 29% !important;
        margin: 0 13px;
        padding: 0
    }

    .yt-booking-engine-snipe .be-container-snipe .be-activities .oneway-roundtrip, .yt-booking-engine-snipe .be-container-snipe .be-cruise .oneway-roundtrip, .yt-booking-engine-snipe .be-container-snipe .be-trains .oneway-roundtrip {
        margin-bottom: 10px;
        width: 100% !important
    }

    .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples {
        background: none
    }

    .yt-booking-engine-snipe .be-container-snipe .be-activities .journey-details .oneway-roundtrip .activities-tuple li {
        margin-left: 10px;
        width: 97%
    }

    .yt-booking-engine-snipe .be-container-snipe .be-activities .ripple-parent, .yt-booking-engine-snipe .be-container-snipe .be-cruise .ripple-parent, .yt-booking-engine-snipe .be-container-snipe .be-holidays .ripple-parent, .yt-booking-engine-snipe .be-container-snipe .be-trains .ripple-parent, .yt-booking-engine-snipe .be-container-snipe .textSearchBar .ripple-parent {
        width: 46.5% !important;
        margin: 0 auto !important;
        float: none;
        border-radius: 2px
    }

    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .desktop-only {
        display: none
    }

    .yt-booking-engine-snipe .be-container-snipe .separate .nlpInput {
        width: 100% !important
    }
}

@media (min-width:840px) and (max-width:1024px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .w66, .yt-booking-engine-snipe .be-container-snipe .journey-details .w66.modifyList {
        width: 94% !important;
        margin: 0 0 5px 12px
    }
}

@media (min-width:760px) and (max-width:840px) {
    .yt-booking-engine-snipe .be-container-snipe .journey-details .w66 {
        width: 95.7% !important;
        margin: 0 0 5px 10px
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .w66.modifyList {
            width: 95.7% !important;
            margin: 0 0 5px 12px
        }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .desktop-only {
        display: none
    }

    .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples {
        background: none
    }

        .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li {
            width: 100% !important;
            float: left !important;
            padding: 0
        }

    .yt-booking-engine-snipe .be-container-snipe .separate .nlpInput {
        width: 100% !important
    }
}

@media only screen and (max-width:650px) {
    .yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip > ul > li {
        width: 100% !important
    }
}

.yt-booking-engine-snipe .search-height {
    max-height: 64px
}

.yt-booking-engine-snipe .ripple-parent {
    overflow: hidden;
    background-color: #fff;
    position: relative;
    width: 12%;
    height: 66px;
    border-radius: 0 0 3px 0;
    float: left
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-booking-engine-snipe .ripple-parent {
        width: 100% !important;
        height: auto
    }
}

@media (min-width:611px) and (max-width:1024px) {
    .yt-booking-engine-snipe .ripple-parent {
        background: none;
        max-height: none;
        height: auto
    }
}

.yt-booking-engine-snipe .ripple {
    display: block;
    position: absolute;
    background: #b8e0e0;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

    .yt-booking-engine-snipe .ripple.animate {
        -webkit-animation: ripple .65s linear 0s 1 normal none running;
        -moz-animation: ripple .65s linear 0s 1 normal none running;
        -ms-animation: ripple .65s linear 0s 1 normal none running;
        -o-animation: ripple .65s linear 0s 1 normal none running;
        animation: ripple .65s linear 0s 1 normal none running
    }

@-webkit-keyframes ripple {
    to {
        opacity: 0;
        transform: scale(2.5)
    }
}

@keyframes ripple {
    to {
        opacity: 0;
        transform: scale(2.5)
    }
}

.goToRight {
    -moz-animation: goingRight .3s 1 ease-in-out;
    -webkit-animation: goingRight .3s 1 ease-in-out;
    -o-animation: goingRight .3s 1 ease-in-out;
    -ms-animation: goingRight .3s 1 ease-in-out;
    animation: goingRight .3s 1 ease-in-out
}

@-moz-keyframes goingRight {
    0% {
        -moz-transform: translateX(0);
        border-right-color: transparent
    }

    60% {
        -moz-transform: translateX(60%);
        opacity: 0;
        border-right-color: transparent
    }

    to {
        -moz-transform: translateX(0);
        opacity: 1;
        border-right-color: transparent
    }
}

@-webkit-keyframes goingRight {
    0% {
        -webkit-transform: translateX(0);
        border-right-color: transparent
    }

    60% {
        -webkit-transform: translateX(60%);
        opacity: 0;
        border-right-color: transparent
    }

    to {
        -webkit-transform: translateX(0);
        opacity: 1;
        border-right-color: transparent
    }
}

.goToLeft {
    -moz-animation: goingLeft .3s 1 ease-in-out;
    -webkit-animation: goingLeft .3s 1 ease-in-out;
    -o-animation: goingLeft .3s 1 ease-in-out;
    -ms-animation: goingLeft .3s 1 ease-in-out;
    animation: goingLeft .3s 1 ease-in-out
}

@-moz-keyframes goingLeft {
    0% {
        -moz-transform: translateX(0)
    }

    60% {
        -moz-transform: translateX(-60%);
        opacity: 0
    }

    to {
        -moz-transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes goingLeft {
    0% {
        -webkit-transform: translateX(0)
    }

    60% {
        -webkit-transform: translateX(-60%);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

#BE_byop_passengerBox h3 {
    text-transform: uppercase;
    color: #999;
    font-size: .9em;
    font-family: Rubik;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    float: left;
    width: 94%
}

#BE_byop_passengerBox .flight-class-type {
    border-top: none !important;
    border-bottom: 1px solid #c3c4c4;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 0;
    width: 95%
}

#BE_byop_passengerBox .pax-limit.w100 {
    margin-right: 15px !important;
    margin-left: 5px !important
}

#BE_byop_passengerBox .childageselect .ddcommon {
    margin-right: 18px !important;
    margin-left: 5px !important
}

#BE_byop_passengerBox .maxCountPax {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: red;
    display: block
}

#BE_byop_passengerBox .pax-title {
    color: #333
}

#BE_byop_passengerBox .room-no {
    text-transform: uppercase
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s
}

.fade-enter, .fade-leave-to {
    opacity: 0
}

.smooth-banner-transition {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.homestay-padding-top {
    padding-top: 16px
}

.betaBookingEngine {
    top: 2px !important;
    background: none !important;
    color: #fab915 !important;
    font-weight: 500;
    right: 11px !important;
    position: absolute;
    font-size: 9px
}

a#booking_engine_homestays span sup {
    position: relative;
    top: -5px
}

.gradient-back {
    overflow: hidden;
    background-color: #422d2e
}

.gradient-content {
    display: block;
    width: 67%;
    float: left;
    margin-left: 10px
}

    .gradient-content span {
        display: block
    }

    .gradient-content i {
        float: left
    }

.calender-extra-content.calendar-style {
    position: absolute;
    width: 100%;
    bottom: -38px;
    opacity: .9
}

.calender-extra-content .info-tab {
    padding: 10px 5px;
    color: #fff;
    line-height: 18px;
    border-top: 2px solid hsla(0,0%,100%,.1);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #422d2e
}

.animation-handler.snipe-cal {
    overflow: visible
}

.animation-handler.gradient-back {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate
}

@keyframes bounce {
    0% {
        transform: scale(.9)
    }

    to {
        transform: scale(1.1)
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: scale(.9)
    }

    to {
        transform: scale(1.1)
    }
}

.toggle-box {
    display: block;
    width: 29%;
    position: relative;
    float: left;
    top: 2%
}

    .toggle-box.active-state .ico-toggle {
        background-image: url(/content/fresco/snipe/dist/images/toggle-background.png?5972ec1b70a5869dd62d36c7177d5460)
    }

    .toggle-box.active-state .ico-toggle-buttons {
        left: 11px
    }

    .toggle-box .ico-toggle {
        background-image: url(/content/fresco/snipe/dist/images/toggle-background-off.png?7d14108f6191b6aa939451759c789639);
        width: 35px;
        height: 15px;
        position: relative;
        top: 2px
    }

    .toggle-box .ico-toggle, .toggle-box .ico-toggle-buttons {
        background-repeat: no-repeat;
        display: inline-block;
        margin: -1px 5px 0;
        vertical-align: middle;
        float: right
    }

    .toggle-box .ico-toggle-buttons {
        background-image: url(/content/fresco/snipe/dist/images/toggle-button.png?109b256caf6acd486544ecc1f682aa97);
        height: 21px;
        position: absolute;
        left: -14px;
        top: -3px;
        width: 100%;
        cursor: pointer
    }

.ico-watch {
    background-image: url(/content/fresco/snipe/dist/images/watch-logo.svg?76da0b536e69333eee5c9e53eb6896f8);
    background-repeat: no-repeat;
    display: inline-block;
    margin: -1px 5px 0;
    height: 21px;
    position: relative;
    vertical-align: middle;
    width: 24px;
    top: 3px
}

.gradient-animation {
    background: linear-gradient(-45deg,#9a2454,#333,#9a243e,#333);
    background-size: 400% 400%;
    -webkit-animation: Gradient 4s ease infinite;
    -moz-animation: Gradient 4s ease infinite;
    animation: Gradient 4s ease infinite
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.smeToggle {
    clear: both;
    top: 175px;
    right: 10px;
    position: absolute
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .smeToggle {
        top: auto
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .smeToggle {
        right: 35px
    }
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .smeToggle {
        margin-top: -8px
    }
}

@media only screen and (max-width:360px) and (min-width:1px) {
    .smeToggle .toggleText {
        width: 9px;
        overflow: hidden;
        vertical-align: middle;
        display: inline-block
    }
}

.smeToggle.smeBG {
    background: rgba(0,0,0,.6);
    border-radius: 3px 3px 0 0;
    top: 163px;
    right: 0;
    padding: 12px 10px;
    text-align: right;
    width: 100%
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .smeToggle.smeBG {
        top: auto
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .smeToggle.smeBG {
        right: 5%;
        width: 90%
    }
}

.smeToggle .ico-toggle {
    float: none;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.smeToggle .toggle-box {
    display: inline;
    float: none;
    vertical-align: middle
}

    .smeToggle .toggle-box.active-state .ico-toggle-buttons {
        left: 15px
    }

    .smeToggle .toggle-box .ico-toggle-buttons {
        background-size: 40%;
        margin: 3px 5px 0;
        left: -5px;
        -webkit-transition: .4s;
        transition: .4s
    }

.smeToggle .smeLoginTooltip {
    position: absolute;
    width: 315px;
    border: 1px solid #c3c3c3;
    background: #fff;
    border-radius: 6px;
    top: 40px;
    z-index: 2;
    left: -50px;
    padding: 10px 15px 15px
}

    .smeToggle .smeLoginTooltip .tooltipContent p {
        font-size: .85714em;
        margin-bottom: 10px
    }

    .smeToggle .smeLoginTooltip .tooltipContent span {
        display: block;
        line-height: 1.2
    }

    .smeToggle .smeLoginTooltip:before {
        background: none;
        content: "";
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        margin: 0;
        position: absolute;
        border-top: 15px solid #fff;
        transform: rotate(0deg);
        left: 140px;
        top: -15px;
        transform: rotate(180deg)
    }

.smeToggle .logIn.loginBtn {
    border: 1px solid #ea2330;
    border-radius: 2px;
    color: #fff;
    font-size: 1em;
    line-height: 2;
    padding: 0;
    text-align: center;
    background-color: #ea2330;
    margin-bottom: 10px;
    height: auto;
    display: inline-block;
    width: 100px
}

    .smeToggle .logIn.loginBtn.active, .smeToggle .logIn.loginBtn:hover {
        background-color: #c7131f !important;
        padding-left: 0 !important
    }

    .smeToggle .logIn.loginBtn.signUpBtn {
        float: right;
        background-color: #fff;
        color: #ea2330 !important;
        margin-left: 15px
    }

        .smeToggle .logIn.loginBtn.signUpBtn.active, .smeToggle .logIn.loginBtn.signUpBtn:hover {
            background-color: #fff !important
        }

html {
    font-size: 16px
}

body {
    margin: 0 !important;
    -webkit-text-size-adjust: none !important;
    -ms-text-size-adjust: none !important;
    -moz-text-size-adjust: none !important
}

.wrapper-snipe .ac_results.act-look li {
    position: relative;
    padding-left: 30px !important
}

    .wrapper-snipe .ac_results.act-look li.heading {
        display: none !important
    }

.wrapper-snipe button:focus, .wrapper-snipe input:focus, .wrapper-snipe select:focus, .wrapper-snipe textarea:focus {
    outline: none !important;
    outline-style: none !important
}

.wrapper-snipe input {
    outline: none !important
}

.wrapper-snipe .placeholderColor {
    color: #62676d
}

.wrapper-snipe .toasterHolder {
    cursor: pointer;
    font-size: 12px;
    max-width: 400px
}

.wrapper-snipe .ico-be-separator {
    background-position: -256px -90px;
    height: 7px;
    width: 1px
}

.wrapper-snipe .ico-be-arrow-down-grey-v2 {
    background-position: -231px -90px;
    height: 8px;
    width: 12px
}

.wrapper-snipe .ddSpinnerMain {
    padding: 0 !important;
    width: auto !important;
    border: 0 !important
}

    .wrapper-snipe .ddSpinnerMain .ddSpinnerMinus, .wrapper-snipe .ddSpinnerMain .ddSpinnerPlus {
        cursor: pointer;
        top: 0;
        width: 22px;
        height: 30px;
        position: absolute;
        background: url(/content/fresco/snipe/dist/images/spinner-arrows.png?eccb7e2226a25eb9af78e30262da1350) no-repeat -21px -21px #fff;
        border: 1px solid #cdcecf
    }

        .wrapper-snipe .ddSpinnerMain .ddSpinnerMinus.disabled, .wrapper-snipe .ddSpinnerMain .ddSpinnerPlus.disabled {
            background-position: -22px 11px;
            cursor: default
        }

    .wrapper-snipe .ddSpinnerMain .ddSpinnerPlus {
        background-position: 10px 11px
    }

    .wrapper-snipe .ddSpinnerMain .ddSpinnerMinus.disabled {
        background-position: 11px -21px;
        cursor: default
    }

    .wrapper-snipe .ddSpinnerMain * {
        box-sizing: content-box !important
    }

.wrapper-snipe .ddcommon {
    position: relative;
    display: -moz-inline-stack;
    cursor: default
}

    .wrapper-snipe .ddcommon .ddTitle {
        padding: 0;
        position: relative;
        display: inline-block;
        width: 100%
    }

        .wrapper-snipe .ddcommon .ddTitle .ddTitleText {
            text-align: center;
            padding: 0;
            line-height: 30px;
            background: #fff !important;
            width: 67px;
            border: 1px solid #cdcecf;
            border-left-width: 0;
            border-right-width: 0;
            border-radius: 0 !important
        }

    .wrapper-snipe .ddcommon .divider {
        width: 0;
        height: 100%;
        position: absolute
    }

.wrapper-snipe .VueCarousel-navigation {
    display: none
}

    .wrapper-snipe .VueCarousel-navigation:hover {
        display: inline-block
    }

.wrapper-snipe .anniversary-banner {
    text-align: center;
    margin-top: -190px
}

@media only screen and (max-width:1200px) {
    .wrapper-snipe .anniversary-banner {
        display: none
    }
}

.wrapper-snipe .anniversary-banner .container {
    max-width: 1060px;
    padding: 0
}

.wrapper-snipe .anniversary-banner .anniversaryBannerText {
    display: inline !important
}

.ico-be-radio, .ico-checkbox, .ico-checkbox-checked {
    display: inline-block;
    margin: -1px 5px 0;
    position: relative;
    vertical-align: middle
}

#BE_flight_baggage_wrapper {
    display: none !important
}

.custom-check {
    line-height: 1.45;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

.clearfix:after, .clearfix:before {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.discount-form-control {
    border: 1px solid #d9d9d9
}

.yt-banner-section_1 {
    min-height: 552px;
    max-height: 554px;
    overflow: hidden
}

    .yt-banner-section_1 img {
        width: 100%
    }

@media only screen and (max-width:610px) and (min-width:1px) {
    .yt-banner-section_1 {
        min-height: 600px;
        max-height: 700px
    }

        .yt-banner-section_1 img {
            min-height: 650px;
            width: auto
        }
}

@media only screen and (max-width:1251px) and (min-width:611px) {
    .yt-banner-section_1 img {
        width: auto
    }
}

.promotionDivLeft {
    left: 45px
}

@media only screen and (max-width:1280px) and (min-width:611px) {
    .promotionDivLeft {
        left: 15px
    }
}

.promotionDivRight {
    right: 45px
}

@media only screen and (max-width:1280px) and (min-width:611px) {
    .promotionDivRight {
        right: 15px
    }
}

.promotionDivLeft, .promotionDivRight {
    position: absolute;
    z-index: 1;
    width: 120px;
    margin-top: 10px
}

@media only screen and (max-width:1251px) {
    .promotionDivLeft, .promotionDivRight {
        display: none
    }
}

@media only screen and (max-width:1280px) and (min-width:611px) {
    .promotionDivLeft, .promotionDivRight {
        margin-top: 0
    }
}

.promotionDivLeft .addBanner .AdverTxt, .promotionDivRight .addBanner .AdverTxt {
    display: none
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.lob-logo[data-v-6f0ab159] {
    height: 17px
}

.ico-rc-monuments[data-v-6f0ab159] {
    width: 37px !important;
    height: 25px !important;
    background-position: -536px -109px !important;
    background-repeat: no-repeat !important
}

.VueCarousel {
    max-width: 1005px;
    position: relative;
    margin: 0 25px 15px;
    padding: 0;
    clear: both
}

.VueCarousel-wrapper {
    width: 99%;
    position: relative;
    overflow: hidden;
    padding: 9px 25px;
    height: 350px !important;
    display: inline-block
}

    .VueCarousel-wrapper:hover + .VueCarousel-navigation {
        display: inline
    }

.VueCarousel-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    backface-visibility: hidden
}

.VueCarousel-slide {
    flex-grow: 0;
    flex-shrink: 0;
    user-select: none;
    float: left;
    list-style: none;
    position: relative;
    width: 295px;
    margin-right: 30px
}

.toasterHolder[data-v-359935f2] {
    min-width: 200px;
    background: #333;
    padding: 10px;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 9999;
    position: absolute
}

.toasterHolder .toasterContent[data-v-359935f2] {
    text-align: center;
    color: #fff
}

.chat-dialog-cross {
    position: relative;
    left: -5px;
    padding: 0px 5px;
    border-radius: 50%;
    background: rgba(134, 123, 123, 0.83);
    color: #ffffff;
    top: -6px;
    cursor: pointer;
    font-size: 14px;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 14px;
}

.beta-tag {
    position: absolute;
    top: 4px;
    right: -11px;
    background: #4A4A48;
    color: #fff;
    font-size: 11px;
    padding: 3px 5px;
    border-radius: 10px;
}

#yt-chat-container #chat-voice-recorder {
    position: absolute;
    top: -30px;
    right: 0;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    padding: 10px 21px;
    transform: scale(0.9);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
}

#yt-chat-container .chat-dialog-caret {
    position: absolute;
    border-width: 15px;
    top: -30px;
    right: 15px;
    border-style: solid;
    border-color: transparent transparent rgb(83, 32, 48) transparent;
}

.chat-dialog {
    position: absolute;
    width: 340px;
    background: linear-gradient(56deg,rgba(15,69,99,0.8), rgba(97, 22, 37, 0.8));
    min-height: 50px;
    border-radius: 7px;
    z-index: 999;
    right: 6px;
    top: 54px;
    height: auto;
}

::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chat-noanimation {
    fill: black !important;
    -webkit-animation: none !important;
    animation: none !important;
}

#yt-chat-container .chat-dialog-content {
    margin: 10px;
    margin-top: 0px;
}

#chat-bot-input {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 6px;
    padding: 7px;
    padding-bottom: 0;
    width: 100%;
    background: none;
    border: none;
    color: #E8E8E8;
    font-size: 14px;
    overflow: hidden;
    font-family: sans-serif;
    line-height: 1.2;
    resize: none;
    font-weight: normal;
}

#chat-bot-input:focus {
    outline: none;
}

#chat-bot-span, #chat-dialog-queue-span {
    color: #E8E8E8;
    font-size: 14px;
    line-height: 1;
    display: block;
}

#chat-bot-span {
    color: hsla(219, 39%, 63%, 1);
    margin-left: 7px;
    line-height: 1.2;
}

#chat-dialog-queue-span {
    margin-bottom: 15px;
}

    #chat-dialog-queue-span i {
        font-size: 28px;
        font-family: sans-serif;
        position: relative;
        line-height: 0.5;
        top: 5px;
    }

.chat-dialog {
    position: absolute;
    width: 340px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 7px;
    z-index: 999;
    right: 6px;
    top: 54px;
}

.sound-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sound-wave {
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    margin-bottom: 10px;
}

    .sound-wave .barr {
        display: block;
        width: 2px;
        margin-right: 1px;
        height: 90px;
        background: #b0bfdb;
        animation: sound 0ms -800ms linear infinite alternate;
        transition: height 0.8s;
    }

@keyframes sound {
    0% {
        opacity: 0.35;
        height: 6px;
    }

    100% {
        opacity: 1;
        height: 46px;
    }
}

.barr:nth-child(1) {
    height: 2px;
    animation-duration: 474ms;
}

.barr:nth-child(2) {
    height: 10px;
    animation-duration: 433ms;
}

.barr:nth-child(3) {
    height: 18px;
    animation-duration: 407ms;
}

.barr:nth-child(4) {
    height: 26px;
    animation-duration: 458ms;
}

.barr:nth-child(5) {
    height: 30px;
    animation-duration: 400ms;
}

.barr:nth-child(6) {
    height: 32px;
    animation-duration: 427ms;
}

.barr:nth-child(7) {
    height: 34px;
    animation-duration: 441ms;
}

.barr:nth-child(8) {
    height: 36px;
    animation-duration: 419ms;
}

.barr:nth-child(9) {
    height: 40px;
    animation-duration: 487ms;
}

.barr:nth-child(10) {
    height: 46px;
    animation-duration: 442ms;
}

.barr:nth-child(11) {
    height: 2px;
    animation-duration: 474ms;
}

.barr:nth-child(12) {
    height: 10px;
    animation-duration: 433ms;
}

.barr:nth-child(13) {
    height: 18px;
    animation-duration: 407ms;
}

.barr:nth-child(14) {
    height: 26px;
    animation-duration: 458ms;
}

.barr:nth-child(15) {
    height: 30px;
    animation-duration: 400ms;
}

.barr:nth-child(16) {
    height: 32px;
    animation-duration: 427ms;
}

.barr:nth-child(17) {
    height: 34px;
    animation-duration: 441ms;
}

.barr:nth-child(18) {
    height: 36px;
    animation-duration: 419ms;
}

.barr:nth-child(19) {
    height: 40px;
    animation-duration: 487ms;
}

.barr:nth-child(20) {
    height: 46px;
    animation-duration: 442ms;
}

.sound-noanimation .barr {
    height: 2px !important;
    animation-iteration-count: 1 !important;
    animation-fill-mode: backwards !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b0bfdb;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #b0bfdb;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #b0bfdb;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #b0bfdb;
}




.cb-static-text {
    color: #fff;
    text-align: center;
    display: block;
    padding: 4px 0 4px;
    font-style: italic;
    font-size: 11px;
    letter-spacing: 0.2px;
}

@media (max-width: 760px) {
    #yt-chat-container {
        display: none
    }
}

@media (min-width: 760px) and (max-width: 1240px) {
    #yt-chat-container {
        position: absolute;
        top: -47px;
        right: 41px;
    }
}

@media (min-width: 1241px) {
    #yt-chat-container {
        position: absolute;
        top: 134px;
        right: -75px;
    }
}

#clear-session {
    color: #34434F;
    border-radius: 10px;
    padding: 3px 7px;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    margin: 5px 5px 10px 5px;
    background: #E8E8E8;
    font-size: 10px;
}

.chat-bot-onboard {
    width: 320px;
    height: auto;
    background: #4B2D52;
    opacity: 0.9;
    border-radius: 5px;
    color: #fff;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
    position: relative;
    right: 6px;
    top: 48px;
}

.chat-bot-onboard-caret {
    position: absolute;
    top: -13px;
    right: 15px;
    border-bottom: 14px solid #4B2D52;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.chat-bot-onboard-heading {
    color: #FDC2FF;
    text-align: center;
    margin-bottom: 15px;
    font-size: 13px;
}


.cb-onboard-quote-div:before {
    content: "\201C";
    font-size: 1.8em;
    color: #FDC2FF;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    line-height: 0.9;
    font-weight: bold;
}

.cb-onboard-quote-div:after {
    content: "\201D";
    font-size: 1.8em;
    color: #FDC2FF;
    line-height: 0.9;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
}

.cb-onboard-quote-div {
    position: relative;
    width: 80%;
    margin: auto;
    font-size: 14px;
}

.cb-onboard-quote-div-two {
    margin: 8px 0px;
    font-size: 14px;
    text-align: center;
    color: #FDC2FF
}


.cb-onboard-quote-div-three {
    margin-bottom: 10px;
}


/* key frames for pulse type movement of chat bot icon */

.pulse-chatbot-icon {
    animation: pulseChatbot 0.8s linear infinite alternate;
}

@keyframes pulseChatbot {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
    }
}

.disableContent {
    pointer-events: none;
}

.cbHideContent {
    display: none;
}


