@font-face {
    font-family: 'open_sansregular';
    src: url(../fonts/OpenSans-Regular.eot);
    src: url(../fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Regular.woff) format("woff"), url(../fonts/OpenSans-Regular.ttf) format("truetype"), url(../fonts/OpenSans-Regular.svg#open_sansregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url(../fonts/OpenSans-Semibold.eot);
    src: url(../fonts/OpenSans-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Semibold.woff) format("woff"), url(../fonts/OpenSans-Semibold.ttf) format("truetype"), url(../fonts/OpenSans-Semibold.svg#open_sanssemibold) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url(../fonts/OpenSans-Bold.eot);
    src: url(../fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Bold.woff) format("woff"), url(../fonts/OpenSans-Bold.ttf) format("truetype"), url(../fonts/OpenSans-Bold.svg#open_sansbold) format("svg");
    font-weight: 400;
    font-style: normal;
}

body {
    color: #000;
    font-family: 'open_sansregular', sans-serif;
    font-size: 14px;
    line-height: 1.78em;
    font-weight: 400;
}

p:empty {
    display: none;
}

a, .highlight-txt {
    color: #ee3524;
}

    a:hover {
        text-decoration: none;
    }

.block {
    display: block;
}

.full-size {
    width: 100%;
}

.quote {
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    color: #7f7f7f;
    margin-bottom: 20px;
}

.emphasize {
    font-size: 14px;
    font-family: 'open_sansregular', sans-serif;
    font-style: italic;
}

.strong {
    font-weight: 700;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-margin-all {
    margin: 0;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-right {
    margin-right: 0;
}

.mtb10 {
    margin: 10px 0;
}

.mtb5 {
    margin: 5px 0;
}

.row-left {
    margin-left: -15px;
    overflow: hidden;
}

.container-fluid {
    padding: 0;
}

a:focus {
    outline: none;
}

.big-txt {
    font-size: 16px;
}

.bigger-txt {
    font-size: 18px;
}

.fixed {
    position: fixed !important;
}

.gap {
    clear: both;
    display: block;
    margin: 30px 0;
    position: relative;
}

.gap-small {
    margin: 15px 0;
}

.gap-mini {
    margin: 10px 0;
}

.gap-big {
    margin: 60px 0;
}

.gap-large {
    margin: 90px 0;
}

.gap-top {
    margin-bottom: 0;
}

.gap-bottom {
    margin-top: 0;
}

.gap-border {
    border: 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #fff;
}

p {
    color: #4C4C4C;
    font-size: 14px;
}

    p.para {
        color: #4c4c4c;
        font-family: 'open_sansregular', sans-serif;
        font-size: 13px;
        line-height: 20px;
    }

.pos-static {
    position: relative;
}

.ribbon-bg {
    background: url(../images/ribbon-bg.jpg);
    background-repeat: repeat-x;
    height: 31px;
    width: 100%;
    float: left;
    margin-top: 15px;
}

.custom-group {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

    .custom-group .btn {
        padding: 0;
        background: #FEF3F2;
        border: #efaca6 solid 1px;
        border-radius: 0;
        margin-right: 5px;
        box-shadow: #ffa1a1 0 0 8px inset;
        color: #d18381;
    }

    .custom-group a.btn {
        padding: 4px 10px;
    }

    .custom-group .btn:focus, .custom-group .btn:hover {
        outline: none;
        background: #fed8d7;
        color: #c75e5b;
        border-color: #efaca6;
    }

    .custom-group .btn.active {
        background: #ee3524;
        color: #fff;
        box-shadow: none;
        border-color: #EE3524;
    }

    .custom-group .checkbox {
        margin: 0;
        overflow: hidden;
    }

        .custom-group .checkbox input[type="radio"] {
            position: absolute;
            left: -50%;
        }

        .custom-group .checkbox label {
            padding: 5px 10px;
            font-weight: 700;
        }

.container {
    width: 1100px;
}

.navbar-static-top .navbar-collapse.container {
    padding: 0 15px;
}

header {
    z-index: 1001;
    width: 100%;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    position: relative;
    background: #fff;
    background-size: 270px;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.46);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.46);
    box-shadow: 0 0 7px rgba(0,0,0,0.46);
}

.ms.lang header {
    height: 72px;
}

header:before {
    position: absolute;
    content: "";
    width: 37%;
    height: 100%;
    background: #DC2925;
    z-index: -1;
}

header .container {
    height: 71px;
}

#NavigationDropDown #DropDown {
    overflow: visible;
    position: relative;
}

#DropDown ul a {
    color: #9da6bb;
    font-weight: 400;
    background: none;
    padding: 8px 10px;
}

#DropDown ul .hover > a {
    width: 100%;
}

.navbar-inverse .navbar-nav > li {
    height: 50px;
}

.notification-bar {
    position: fixed;
    width: 300px;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 16px;
    z-index: 3000;
    background: rgba(0,165,70,0.9);
}

    .notification-bar.btm-right {
        bottom: -300px;
        right: 20px;
    }

.notify-success.btm-right {
    bottom: 20px;
}

.notification-bar.top-right {
    top: -300px;
    right: 20px;
}

.notify-success.top-right {
    top: 20px;
}

.close-notify {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    color: rgba(3,110,3,1);
}

    .close-notify:hover {
        color: rgba(3,110,3,0.8);
    }

.navbar {
    margin-bottom: 0;
}

.navi {
    left: 0;
    margin: 0 auto;
    right: 0;
    background-color: #dc2925;
    top: 10px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

    .navi.main-menu, .navi.inner-menu {
        margin-bottom: 10px;
    }

    .navi.fixed, .navi.main-menu {
        top: 70px;
        z-index: 100;
    }

    .navi.pos-static {
        position: relative;
        margin-bottom: 10px;
    }

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-nav {
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 0;
    width: 100%;
    border-left: #BD1E1A solid 1px;
	margin-left:-15px;
}

.inner-menu .navbar-nav > li {
    width: 20%;
    border-right: #BD1E1A solid 1px;
}

    .inner-menu .navbar-nav > li a {
        color: #fff;
        text-align: center;
        font-size: 13px;
    }

    .inner-menu .navbar-nav > li.open a {
        background: none;
    }

    .inner-menu .navbar-nav > li:hover a {
        color: #fff;
        background: #BD1E1A;
    }

    .inner-menu .navbar-nav > li.open:hover li a, .inner-menu .navbar-nav > li.open:focus li a, .inner-menu .navbar-nav > li.open:active li a, .inner-menu .navbar-nav > li.open li a {
        color: #484848;
        background: #fff;
    }

        .inner-menu .navbar-nav > li.open li a:hover {
            color: #fff;
            background: #BD1E1A;
        }

#DropDown li {
    width: 20%;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
    font-size: 13px;
    line-height: 1.54em;
    padding: 18px 35px;
    text-align: center;
    font-family: 'open_sansregular', sans-serif;
    text-transform: uppercase;
    height: 50px;
}

.navbar-inverse .navbar-nav > li:last-child > a {
    padding-right: 38px;
}

.navbar-inverse .navbar-nav > li.active > a:after {
    border: transparent 8px solid;
    border-top-color: #ee3524;
    content: "";
    position: absolute;
    bottom: -16px;
    left: 10px;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #FFF;
}

.navi .navbar-nav > li:first-child, .navbar-inverse .navbar-nav > .active:first-child > a {
    border-radius: 0;
}

.navbar-inverse .navbar-nav > .active:last-child > a, .navbar-inverse .navbar-nav > li:last-child:hover, .navbar-inverse .navbar-nav > .open:last-child > a, .navbar-inverse .navbar-nav > .open:last-child > a:focus, .navbar-inverse .navbar-nav > .open:last-child > a:hover {
    border-radius: 0 0 5px 0;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > li:hover, .navbar-inverse .navbar-nav > li:focus, .navbar-inverse .navbar-nav > li:active {
    background-color: #dc2925;
    color: #fff;
}

.navi .dropdown-menu {
    padding: 0;
    font-size: 13px;
    min-width: 120px;
    background-color: #f2f2f2;
    border: none;
    border-top: 2px solid #ee3524;
    width: 200px;
}

    .navi .dropdown-menu > li > a:focus, .navi .dropdown-menu > li > a:hover {
        background-color: #DC2925;
        color: #fff;
    }

    .navi .dropdown-menu > li > a {
        padding: .28em 1.8em .38em .9em;
        white-space: initial;
        text-align: left;
    }

    .navi .dropdown-menu > li.active > a.active {
        background: #dc2925;
        color: #fff;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #ee3524;
}

.dropdown-menu.language > .active > a, .dropdown-menu.language > .active > a:focus, .dropdown-menu.language > .active > a:hover {
    background-color: #EEE;
    color: #333;
}

.nav-tabs.main-page-tabs {
    border: none;
    border-left: #BD1E1A solid 1px;
}

    .nav-tabs.main-page-tabs > li {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 0;
        border-right: #BD1E1A solid 1px;
        width: 25%;
    }

        .nav-tabs.main-page-tabs > li > a {
            margin: 0;
            border: none;
            color: #fff;
            padding: 15px 20px;
        }

            .nav-tabs.main-page-tabs > li > a:hover {
                background: #BD1E1A;
                color: #fff;
            }

.nav > li > a:focus, .nav > li > a:hover {
    background: #BD1E1A;
}

.nav-tabs.main-page-tabs > li.active > a, .nav-tabs.main-page-tabs > li.active > a:focus, .nav-tabs.main-page-tabs > li.active > a:hover {
    background: #BD1E1A;
    border: none;
    color: #fff;
}

    .nav-tabs.main-page-tabs > li.active > a:after {
        content: "";
        position: absolute;
        border: transparent solid 7px;
        border-top-color: #BD1E1A;
        bottom: -14px;
        left: 30px;
    }

.nav-tabs.main-page-tabs > li > a em {
    padding-right: 5px;
    position: relative;
    top: 1px;
}

.floating {
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 1000;
}

.nav-tabs > li > a {
    border-radius: 0;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.booking-form {
    width: 100%;
}

    .booking-form .tab-content {
        background: #f2f2f2;
        border-radius: 0 0 10px 10px;
        padding: 0 15px 15px;
        border-width: 0 1px 1px;
        box-shadow: rgba(0,0,0,0.29) 1px 1px 1px;
    }

.modal-content.booking-form .tab-content, .update-city.booking-form .tab-content {
    box-shadow: none;
    background: none;
    padding: 0;
}

.booking-form .tab-pane {
    padding-top: 15px;
}

    .booking-form .tab-pane.no-padding {
        padding-top: 0;
    }

.booking-form .nav-tabs > li {
    width: auto;
    min-width: 100px;
    float: left;
    margin-bottom: 0;
}

.modal-content.booking-form .nav-tabs > li, .update-city.booking-form .nav-tabs > li {
    width: 20%;
}

.booking-form .nav-tabs > li.active a {
    color: #000;
    font-weight: 700;
}

.booking-form .nav-tabs > li a img {
    margin-right: 8px;
    margin-left: -5px;
    float: left;
}

.booking-form .nav-tabs > li:last-child a {
    border-right: none;
}

.booking-form .nav-tabs > li a {
    font-size: 13px;
    color: #fff;
    border-right: 1px solid #BD1E1A;
    background: #dc2925;
    margin-right: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'open_sansregular', sans-serif;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .booking-form .nav-tabs > li a .icon {
        font-size: 14px;
        position: relative;
        top: 1px;
    }

.modal-content.booking-form .nav-tabs > li a .icon, .update-city.booking-form .nav-tabs > li a .icon {
    font-size: 18px;
    margin-right: 0;
}

.modal-content.booking-form .nav-tabs > li a span, .update-city.booking-form .nav-tabs > li a span {
    display: none;
}

.booking-form .nav-tabs > li.active a:hover, .booking-form .nav-tabs > li.active a:focus, .booking-form .nav-tabs > li.active a {
    background: #F2F2F2;
    border-color: transparent;
    color: #DC2925;
}

.booking-form .nav-tabs {
    border-bottom: medium none;
    margin-bottom: 0;
    background: #dc2925;
}

    .booking-form .nav-tabs > li > a:hover {
        border-left-color: #A81511;
        border-top-color: transparent;
        border-bottom-color: transparent;
        background: #BD1E1A;
        color: #FFF;
    }

.form-control {
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    border-radius: 3px;
    background: #FFF;
    color: #555;
    border: 1px solid #FFF;
    box-shadow: 0 1px 1px rgba(0,0,0,0.21);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-font-feature-settings: normal;
    -webkit-font-feature-settings: normal;
}

    .form-control.disabled {
        color: #EEE;
        border: #EEE solid 1px;
    }

.clm0, .clm1, .clm2, .clm3 {
    float: left;
    position: relative;
    width: 100%;
}

    .clm1 .form-group {
        width: 100%;
        float: left;
    }

    .clm2 .form-group {
        width: 50%;
        float: left;
    }

.modal-content.booking-form .clm2 .form-group, .update-city.booking-form .clm2 .form-group {
    width: 100%;
}

.clm3 .form-group {
    float: left;
    width: 33.3%;
}

.booking-form .select select {
    line-height: 23px;
    background-position-x: 72%;
}

select#currency {
    line-height: 21px;
    border: none;
    text-align: left;
    padding-left: 3px;
}

.booking-form .custom-dropdown {
    position: absolute;
    background-color: #F1F1F1;
    padding: 15px;
    width: 465px;
    right: 120px;
    box-shadow: rgba(0,0,0,0.6) 0 1px 11px;
    top: 46px;
    border-radius: 5px;
    z-index: 10;
    display: none;
}

    .booking-form .custom-dropdown:before {
        position: absolute;
        content: '';
        border: transparent solid 10px;
        border-bottom-color: #F1F1F1;
        top: -20px;
        right: 17px;
    }

.modal-content.booking-form .custom-dropdown, .update-city.booking-form .custom-dropdown {
    max-width: 329px;
}

.booking-form .custom-dropdown .row {
    margin: 0 -5px 15px;
}

    .booking-form .custom-dropdown .row.last {
        margin-bottom: 0;
    }

.booking-form .custom-dropdown .custom-group {
    box-shadow: none;
    margin-bottom: 0;
}

.modal-content.booking-form .custom-dropdown .custom-group, .update-city.booking-form .custom-dropdown .custom-group {
    margin-bottom: 5px;
}

.booking-form .label-input .icon {
    display: block;
    position: absolute;
    right: 7px;
    top: 24px;
    padding: 0;
    color: #BD1E1A;
    font-size: 21px;
    z-index: 2;
    background: #fff;
}

.room-title {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

    .room-title span {
        font-size: 14px;
        color: #EE3524;
        margin-bottom: 10px;
        display: inline-block;
        font-weight: 700;
    }

    .room-title .label {
        float: right;
        color: #fff;
        line-height: 12px;
        cursor: pointer;
    }

.label-primary {
    background-color: #949494;
}

.fake-drop {
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.21);
    background-color: #fff;
    min-height: 34px;
}

    .fake-drop select {
        width: 125%;
        line-height: 30px;
    }

        .fake-drop select.form-control:focus {
            outline: none;
            border: none;
        }

.booking-form .custom-dropdown .btn {
    font-family: 'open_sansbold';
    font-size: 13px;
    padding: 6px 10px;
    text-transform: uppercase;
}

    .booking-form .custom-dropdown .btn .icon {
        font-weight: 400;
    }

.booking-form .custom-dropdown .custom-group .form-control {
    font-size: 14px;
}

.booking-form .custom-dropdown .input-group {
    padding: 6px;
    background-color: #fff;
    border-radius: 6px;
}

    .booking-form .custom-dropdown .input-group .form-control {
        border: none;
        box-shadow: none;
        padding: 22px 15px;
    }

    .booking-form .custom-dropdown .input-group .btn {
        padding: 11px 20px;
        font-size: 16px;
        text-transform: uppercase;
    }

        .booking-form .custom-dropdown .input-group .btn:hover {
            border: none;
            z-index: 0;
        }

.booking-form .custom-padding {
    padding: 0 0 0 12px;
}

    .booking-form .custom-padding.last {
        padding: 0 12px;
    }

.booking-form .custom-group {
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
    margin-bottom: 17px;
    float: left;
    width: 100%;
    position: relative;
}

    .booking-form .custom-group label {
        font-weight: 400;
        color: #666;
        margin: 0;
        text-transform: uppercase;
        font-family: 'open_sansregular', sans-serif;
        font-size: 11px;
        position: relative;
        z-index: 10;
        line-height: 18px;
    }

    .booking-form .custom-group.has-error {
        box-shadow: red 0 0 10px inset;
        background: #FBE5E6;
    }

        .booking-form .custom-group.has-error input {
            background: #FBE5E6;
        }

.booking-form .row {
    margin: 0;
}

.booking-form [class*="col-"] {
    padding: 0 5px;
}

.modal-content.booking-form [class*="col-"], .update-city.booking-form [class*="col-"] {
    padding: 0 5px;
}

.booking-form label, .sub-tab label {
    font-size: 13px;
    font-weight: 400;
}

.booking-form .form-txt {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    margin: 7px 7px 0;
}

.booking-form label small {
    font-size: 8px;
}

.booking-form .radio-group label input[type="radio"] {
    margin-right: 3px;
    margin-top: 5px;
}

.booking-form .radio-group label, .booking-form .radio-group a {
    font-weight: 400;
    margin-right: 10px;
    padding: 3px 0 5px;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    color: #7a7a7a;
}

    .booking-form .radio-group label.checked {
        color: #EE3524;
    }

    .booking-form .radio-group a img {
        margin-right: 3px;
        margin-top: -3px;
    }

.booking-form .radio-group .icon, .icon.icon-radio {
    display: block;
    width: 13px;
    height: 13px;
    background-color: #FFF;
    margin: 0 auto;
    border: 1px solid #a09d9d;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 8px;
}

.icon.icon-radio {
    position: relative;
    float: left;
    top: 0;
    margin-right: 6px;
}

    .booking-form .radio-group .icon:after, .icon.icon-radio:after {
        content: "";
        background-color: #ee3524;
        width: 0;
        height: 0;
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 50%;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
        right: 0;
        margin: 0 auto;
    }

.booking-form .radio-group label.checked .icon:after, .checked .icon.icon-radio:after {
    content: "";
    background-color: #ee3524;
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-left: auto;
    margin-top: -5px;
    margin-right: auto;
    right: 0;
}

.booking-form .radio-group label:hover, .booking-form .radio-group a:hover {
    color: #EE3524;
}
/*---Select2 Dropdown style---*/
.booking-form .form-group .select2-container .selection .select2-selection {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    border-radius: 3px;
    background: #FFF;
    color: #555;
    border: 1px solid #FFF;
    box-shadow: 0 1px 1px rgba(0,0,0,0.21);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-font-feature-settings: normal;
    -webkit-font-feature-settings: normal;
}

.booking-form .select2-container .selection .select2-selection .select2-selection__rendered {
    line-height: normal;
    padding: 0;
}

.booking-form .form-control.filter-dropdown.has-error + .select2-container .selection .select2-selection {
    border: red solid 1px !important;
    box-shadow: red 0 0 5px inset !important;
}

.select2-dropdown.select2-dropdown--below {
    border-color: #ddd;
    min-width: 250px;
    margin-top: 3px;
    padding: 5px;
}

    .select2-dropdown.select2-dropdown--below .select2-search--dropdown .select2-search__field {
        outline: none;
        border-color: #ddd;
    }

.select2-container--default .select2-results .select2-results__options {
    max-height: 310px !important;
}

.select2-results ul li span {
    display: inline-block;
    width: 100%;
    line-height: normal;
    color: #000;
}

.select2-results ul li small {
    display: inline-block;
    width: 100%;
    line-height: normal;
    color: #7d7d7d;
}

.select2-results ul li.select2-results__option {
    padding: 4px 6px;
}

    .select2-results ul li.select2-results__option span {
        padding: 1px 5px;
        color: #000;
        font-size: 12px;
    }

.select2-results ul li.select2-results__option--highlighted {
    background: #dc2925 !important;
}

    .select2-results ul li.select2-results__option--highlighted span, .select2-results ul li.select2-results__option--highlighted small {
        color: #fff;
    }  
/*---Select2 Dropdown style---*/
sup {
    color: red;
    font-size: 14px;
    font-style: normal;
    margin-left: -4px;
    top: -.3em;
}

.note {
    padding: 15px 10px 0;
    color: #EE3524;
}

.dnarw-icon {
    background: url(../images/down-arw.png) no-repeat 95% center #fff;
}

.date-icon {
    background: url(../images/cal-icon.png) no-repeat 95% center #fff;
    background-size: 16px;
}

.per-icon {
    background: url(../images/down-arw.png) no-repeat 95% center #fff;
}

.booking-form .form-group {
    position: relative;
    padding: 0 10px 0 0;
    margin: 0;
}

.modal-content.booking-form .form-group, .modal-content.booking-form .form-group:last-child, .update-city.booking-form .form-group, .update-city.booking-form .form-group:last-child {
    padding: 0;
    margin-bottom: 10px;
}

.booking-form .form-group:last-child {
    padding: 0;
    margin: 0;
}

.booking-form .form-control[readonly] {
    background-color: #fff;
}

.form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.btn-text-group .btn {
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 10px 7px;
    background-color: #fff;
    border: #cdcdcd solid 1px;
}

    .btn-text-group .btn:last-child {
        border-radius: 0;
    }

.input-group.btn-text-group {
    margin-top: 10px;
    width: 100%;
}

    .input-group.btn-text-group .input-group-btn {
        width: 65%;
    }

        .input-group.btn-text-group .input-group-btn .btn {
            width: 50%;
            text-align: left;
            border: none;
            background: none;
            padding: 5px 0;
        }

            .input-group.btn-text-group .input-group-btn .btn:focus {
                outline: none;
            }

.btn-text-group .form-control {
    border: #cdcdcd solid 1px;
    box-shadow: #A7A7A7 0 0 2px inset;
    border-radius: 0 3px 3px 0;
}

.pt5 {
    padding-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.pt15 {
    padding-top: 15px !important;
}

.booking-form form {
    line-height: 10px;
    font-family: 'open_sansregular', sans-serif;
}

.booking-form .btn-primary {
    min-width: 100%;
}

.btn-default {
    background: #DC2925;
    padding: 7px 30px;
    color: #fff;
    font-size: 15px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

    .btn-default:focus, .btn-default:hover, .btn-default:active {
        background: #DC2925;
        text-decoration: none;
        outline: none;
        color: #fff;
    }

    .btn-default img {
        margin-right: -18px;
        margin-left: 9px;
        max-height: 21px;
        margin-top: -4px;
    }

.btn-primary {
    background: #DC2925;
    padding: 7px 30px;
    color: #fff;
    font-size: 15px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

    .btn-primary:focus, .btn-primary:hover, .btn-primary:active {
        background: #CE100C;
        text-decoration: none;
        outline: none;
    }

    .btn-primary:focus {
        border-color: red;
    }

    .btn-primary img {
        margin-right: -18px;
        margin-left: 9px;
        max-height: 21px;
        margin-top: -4px;
    }

.banner-action img {
    width: 100%;
}

.banner-action {
    text-align: center;
    display: block;
}

.main-banner .carousel-control {
    width: 8%;
}

.main-banner .carousel-indicators {
    margin-left: 0;
    left: 80%;
    width: 20%;
}

    .main-banner .carousel-indicators li {
        box-shadow: inset 2px 2px 0 0 rgba(91,91,91,0.3);
        background: #eee;
        border-color: #eee;
        height: 13px;
        width: 13px;
    }

    .main-banner .carousel-indicators .active {
        background-color: #cf1b21;
        border-color: #cf1b21;
        height: 13px;
        margin: 0;
        width: 13px;
    }

.subCarousel {
    border-radius: 15px;
}

    .subCarousel .carousel-indicators {
        margin-left: 0;
        left: 70%;
        width: 30%;
    }

        .subCarousel .carousel-indicators li, .subCarousel .carousel-indicators .active {
            height: 11px;
            width: 11px;
        }

    .subCarousel .carousel-inner.auto-hide, .subCarousel img {
        min-height: 216px;
    }

    .subCarousel .carousel-control {
        width: 50px;
        display: none;
    }

    .subCarousel:hover .carousel-control {
        display: block;
    }

    .subCarousel .carousel-control .icon {
        font-size: 35px;
        top: 27%;
        position: absolute;
        color: rgba(0,0,0,0.49);
        text-shadow: none;
    }

    .subCarousel .carousel-control.right {
        text-align: left;
        margin: 0;
    }

.form-add, .featureBlock, .loopSection {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sub-tab .tab-content {
    background: #F0FFFF repeat-x scroll 50% top;
    background: #f6fcff;
    background: -moz-linear-gradient(top, #f6fcff 0%, #d3f0ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6fcff), color-stop(100%, #d3f0ff));
    background: -webkit-linear-gradient(top, #f6fcff 0%, #d3f0ff 100%);
    background: -o-linear-gradient(top, #f6fcff 0%, #d3f0ff 100%);
    background: -ms-linear-gradient(top, #f6fcff 0%, #d3f0ff 100%);
    background: linear-gradient(to bottom, #f6fcff 0%, #d3f0ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6fcff', endColorstr='#d3f0ff', GradientType=0);
    border-width: 0 1px 0 0;
    border-color: #adbace;
    font-size: 14px;
    font-family: 'open_sansregular', sans-serif;
    border-radius: 0 0 10px 10px;
    padding: 10px 20px;
}

.sub-tab .nav-tabs li {
    height: 43px;
    width: 33.3%;
    font-size: 14px;
    font-family: 'open_sanssemibold', sans-serif;
    text-align: center;
    white-space: nowrap;
    background: #f6fcff;
    background: -moz-linear-gradient(top, #f6fcff 0%, #d3f0ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6fcff), color-stop(100%, #d3f0ff));
    background: -webkit-linear-gradient(top, #f6fcff 0%, #d3f0ff 100%);
    background: -o-linear-gradient(top, #f6fcff 0%, #d3f0ff 100%);
    background: -ms-linear-gradient(top, #f6fcff 0%, #d3f0ff 100%);
    background: linear-gradient(to bottom, #f6fcff 0%, #d3f0ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6fcff', endColorstr='#d3f0ff', GradientType=0);
    border-right: 2px solid #91acc3;
    border-top: 1px solid #b8d7ff;
}

    .sub-tab .nav-tabs li:last-child {
        border-right: none;
    }

    .sub-tab .nav-tabs li a:hover, .sub-tab .nav-tabs li a:focus {
        background-color: transparent;
    }

    .sub-tab .nav-tabs li.active a {
        border-color: transparent;
        background: #e9f7fe;
        background: -moz-linear-gradient(top, #e9f7fe 0%, #feffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9f7fe), color-stop(100%, #feffff));
        background: -webkit-linear-gradient(top, #e9f7fe 0%, #feffff 100%);
        background: -o-linear-gradient(top, #e9f7fe 0%, #feffff 100%);
        background: -ms-linear-gradient(top, #e9f7fe 0%, #feffff 100%);
        background: linear-gradient(to bottom, #e9f7fe 0%, #feffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f7fe', endColorstr='#feffff', GradientType=0);
    }

p.special-info {
    font-size: 10px;
}

.col5 {
    font-size: 11px;
    color: #ee3524;
    text-align: center;
    width: 20%;
    float: left;
    padding: 0 3px;
    background: -moz-linear-gradient(top, #fefefe 0%, #fcfcfc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #fcfcfc));
    background: -webkit-linear-gradient(top, #fefefe 0%, #fcfcfc 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #fcfcfc 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #fcfcfc 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #fcfcfc 100%);
}

.featureBlock1 {
    background: url(../images/planeFeaturesBG.png);
}

    .featureBlock1:hover {
        background-image: url(../images/planeFeaturesBGHover.png);
    }

.featureBlock2 {
    background-image: url(../images/planeFeaturesBG2.png);
}

    .featureBlock2:hover {
        background-image: url(../images/planeFeaturesBG2Hover.png);
    }

.featureBlock3 {
    background-image: url(../images/planeFeaturesBG3.png);
}

    .featureBlock3:hover {
        background-image: url(../images/planeFeaturesBG3Hover.png);
    }

.featureBlock4 {
    background-image: url(../images/planeFeaturesBG4.png);
}

    .featureBlock4:hover {
        background-image: url(../images/planeFeaturesBG4Hover.png);
    }

.featureBlock5 {
    background-image: url(../images/planeFeaturesBG5.png);
}

    .featureBlock5:hover {
        background-image: url(../images/planeFeaturesBG5Hover.png);
    }

.featureBlock6 {
    background-image: url(../images/planeFeaturesBG6.png);
}

    .featureBlock6:hover {
        background-image: url(../images/planeFeaturesBG6Hover.png);
    }

.featureBlock1, .featureBlock2, .featureBlock3, .featureBlock4, .featureBlock5, .featureBlock6 {
    -webkit-border-bottom-left-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    -moz-border-bottom-left-radius: 1em;
    -moz-border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 311px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    margin: 15px 0;
    float: left;
}

    .featureBlock1:hover, .featureBlock2:hover, .featureBlock3:hover, .featureBlock4:hover, .featureBlock5:hover, .featureBlock6:hover {
        background-position: center top;
        cursor: pointer;
    }

.col5 strong {
    font-size: 11px;
    color: #ee3524;
    display: block;
    margin-bottom: 10px;
}

.col5 small {
    font-family: 'open_sansregular', sans-serif;
    font-size: 10px;
    color: #3f3f3f;
    font-weight: 400;
}

.featureBlock1 p, .featureBlock2 p, .featureBlock3 p, .featureBlock4 p, .featureBlock5 p, .featureBlock6 p {
    padding-top: 190px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 14px;
}

.loopSection .carousel-control.left, .carousel-control.right {
    margin-left: 15px;
    background-image: none;
}

.loopSection .thumbnail {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.loopSection .carousel-control {
    width: 3%;
}

    .loopSection .carousel-control .glyphicon-chevron-left {
        left: 17%;
    }

    .loopSection .carousel-control .glyphicon-chevron-right {
        right: 70%;
    }

    .loopSection .carousel-control .glyphicon-chevron-left, .loopSection .carousel-control .glyphicon-chevron-right {
        margin-top: 0;
        font-size: 17px;
        text-shadow: none;
        color: #000;
    }

.loopSection .well {
    background-color: #dadada;
    border-radius: 0;
    margin-bottom: 10px;
}

.social-logoSection img {
    margin-left: 10px;
}

.topmenu {
    float: left;
    font-size: 13px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .topmenu li {
        float: left;
    }

        .topmenu li a {
            padding: 7px 8px;
            display: block;
            color: #484848;
            text-transform: uppercase;
            font-family: 'open_sansbold';
        }

            .topmenu li a:hover {
                color: #ee3524;
            }

ul.language {
    padding: 0;
    border-radius: 0;
}

    ul.language li {
        list-style: none;
        float: left;
        width: 25px;
        height: 25px;
        line-height: 25px;
        cursor: pointer;
        border-radius: 30px;
        text-align: center;
        font-size: 13px;
        margin-left: 5px;
    }

        ul.language li.active, ul.language li:hover {
            color: #fff;
        }

ul.header-link, .logo {
    float: left;
}

.right-header {
    float: right;
}

.logo {
    float: left;
    height: 71px;
    width: 50%;
}

    .logo img {
        width: 530px;
        margin-left: 11px;
        height: 71px;
    }

.fixed .logo img {
    min-height: 71px;
}

.ms.lang .logo img {
    min-height: 72px;
}

ul.header-link {
    padding-left: 0;
    margin: 9px 0 0;
    display: block;
    float: right;
    clear: both;
}

    ul.header-link li {
        list-style: none;
        display: inline-block;
        font-size: 13px;
        font-family: 'open_sansregular', sans-serif;
    }

        ul.header-link li a {
            padding: 6px 8px;
            color: #484848;
        }

        ul.header-link li:hover a {
            color: #ee3524;
            text-decoration: none;
            border: none;
        }

.header-link span {
    margin-left: 5px;
    margin-right: 5px;
}

.title1 {
    font-size: 20px;
    font-family: 'open_sansregular', sans-serif;
    color: #595959;
    margin: 10px 0 6px;
    display: block;
}

.title2 {
    background: #99c9ff;
    background: -moz-linear-gradient(left, #99c9ff 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #99c9ff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, #99c9ff 0%, #fff 100%);
    background: -o-linear-gradient(left, #99c9ff 0%, #fff 100%);
    background: -ms-linear-gradient(left, #99c9ff 0%, #fff 100%);
    background: linear-gradient(to right, #99c9ff 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99c9ff', endColorstr='#ffffff', GradientType=1);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 1.5em;
}

.title1 em {
    font-size: 13px;
    font-family: 'open_sansregular', sans-serif;
    color: #ee3524;
}

.thumbnail {
    padding: 0;
    border: none;
}

    .thumbnail.caption-thumbnail {
        overflow: hidden;
        margin-bottom: 15px;
    }

        .thumbnail.caption-thumbnail img {
            width: 100%;
        }

    .thumbnail.fixed-height {
        height: 280px;
    }

    .thumbnail .caption {
        font-family: 'open_sansregular', sans-serif;
        padding: 0;
        float: left;
        width: 100%;
    }

    .thumbnail.caption-thumbnail .caption {
        background: #fafafa;
        padding: 0 10px 5px;
        min-height: 103px;
        overflow: hidden;
        text-align: left;
    }

        .thumbnail.caption-thumbnail .caption h4 {
            font-size: 14px;
            font-family: 'open_sanssemibold', sans-serif;
            letter-spacing: 0;
        }

    .thumbnail .caption h4.add-border, .thumbnail .caption h2.add-border {
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .thumbnail.caption-thumbnail .caption p {
        line-height: 20px;
    }

.sbs-img-content {
    background: #f0f1f1;
    border-radius: 0 0 10px 0;
}

    .sbs-img-content img {
        width: 100%;
    }

    .sbs-img-content [class*="col-"] {
        padding: 0;
    }

.sbs-content {
    padding: 10px 15px;
}

    .sbs-content p {
        margin: 0;
        line-height: 20px;
    }

.btn-icon {
    padding-right: 25px;
    background: url(../images/btn-icon.png);
    background-repeat: no-repeat;
    background-position: right 0;
    color: #333;
    font-size: 13px;
}

    .btn-icon:hover {
        background-color: #EE3524;
        text-decoration: none;
        color: #fff;
    }

.thumbnail .caption p {
    font-size: 13px;
}

nav {
    background: #f2f2f2;
    font-family: 'open_sansregular', sans-serif;
}

    nav h4 {
        font-size: 20px;
        padding: 15px;
        margin-bottom: 0;
    }

.sectionLink {
    font-size: 13px;
    border-top: 1px solid #ddd;
    padding: 0 0 10px;
}

    .sectionLink ul {
        padding-left: 0;
        list-style: none;
        margin: 0;
    }

        .sectionLink ul li {
            padding-left: 15px;
        }

        .sectionLink ul.single-list li {
            border-bottom: #dcdcdc solid 1px;
            padding: 9px 10px;
            padding: 11px 10px;
            font-family: 'open_sansregular', sans-serif;
        }

        .sectionLink ul li a {
            color: #848484;
        }

            .sectionLink ul li a:hover, .sectionLink ul li.active a {
                color: #EE3524;
            }

    .sectionLink .list-link, .sectionLink span {
        font-weight: 700;
        padding: 0 15px;
        display: block;
        margin: 7px 0 3px;
    }

.thumbbg-cover {
    background-color: #f2f2f2;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    line-height: 18px;
    margin-top: 2px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    padding: 10px 20px;
    font-family: 'open_sansregular', sans-serif;
}

    .thumbbg-cover h3 {
        margin-top: 10px;
    }

    .thumbbg-cover .thumbnail {
        background-color: transparent;
        margin-bottom: 20px;
    }

        .thumbbg-cover .thumbnail img {
            width: 100%;
        }

    .thumbbg-cover .row [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

.add-image img:hover {
    opacity: .8;
}

.add-image img {
    margin-bottom: 25px;
}

.clear {
    clear: both;
}

.video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
    }

video {
    max-width: 100%;
    height: auto !important;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner, .carousel-fade .carousel-inner .item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#fadeCarousel.carousel-fade .carousel-inner .item img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.news-content a {
    color: #323131;
}

.news-content li {
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

.news-content a.newstittle {
    color: #323131;
    font-family: 'open_sansregular', sans-serif;
    margin-bottom: 15px;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
    font-size: 1.5em;
}

.common-form form {
    background: #f2f2f2;
    padding: 10px 20px;
    margin-top: 10px;
    float: left;
}

.common-form .form-group {
    padding-right: 10px;
}

.common-form {
    font-family: 'open_sansregular', sans-serif;
}

    .common-form h2 {
        font-size: 1.5em;
        margin-top: 10px;
    }

    .common-form label {
        font-size: 13px;
        font-weight: 400;
    }

    .common-form .form-control {
        background: #fff;
        box-shadow: #dcdcdc 0 0 5px inset;
        border: #dcdcdc solid 1px;
    }

    .common-form form hr {
        border-color: #ddd;
    }

.bagage-table {
    float: left;
    font-family: 'open_sansregular', sans-serif;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    border-bottom: #A8B4C2 solid 1px;
}

    .bagage-table:before, .bagage-table:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 20px;
        left: 5px;
        width: 50%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 17px 8px #636363;
        -moz-box-shadow: 0 17px 8px #636363;
        box-shadow: 0 17px 8px #636363;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .bagage-table:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

    .bagage-table [class*="col-"] {
        padding: 0;
        text-align: center;
    }

        .bagage-table [class*="col-"]:first-child {
            text-align: left;
            border-left: none;
        }

    .bagage-table strong, .bagage-table ul {
        padding: 10px;
        display: block;
        border-left: 2px solid #a8b4c2;
    }

    .bagage-table [class*="col-"]:first-child strong, .bagage-table [class*="col-"]:first-child ul {
        border-left: none;
    }

    .bagage-table strong {
        background: #d3ecff;
        background: -moz-linear-gradient(top, #d3ecff 0%, #b3d6fe 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3ecff), color-stop(100%, #b3d6fe));
        background: -webkit-linear-gradient(top, #d3ecff 0%, #b3d6fe 100%);
        background: -o-linear-gradient(top, #d3ecff 0%, #b3d6fe 100%);
        background: -ms-linear-gradient(top, #d3ecff 0%, #b3d6fe 100%);
        background: linear-gradient(to bottom, #d3ecff 0%, #b3d6fe 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3ecff', endColorstr='#b3d6fe', GradientType=0);
        text-transform: uppercase;
    }

    .bagage-table ul {
        font-size: 13px;
        list-style-type: none;
        line-height: 30px;
        margin-bottom: 0;
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0%, #d7e9ff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #d7e9ff));
        background: -webkit-linear-gradient(top, #fff 0%, #d7e9ff 100%);
        background: -o-linear-gradient(top, #fff 0%, #d7e9ff 100%);
        background: -ms-linear-gradient(top, #fff 0%, #d7e9ff 100%);
        background: linear-gradient(to bottom, #fff 0%, #d7e9ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7e9ff', GradientType=0);
    }

        .bagage-table ul li span {
            color: red;
        }

.notes {
    font-size: 13px;
    line-height: 1.5;
    font-family: 'open_sansregular', sans-serif;
    color: #7f7f7f;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.bgandText {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    font-family: 'open_sansregular', sans-serif;
    margin-bottom: 20px;
    position: relative;
}

    .bgandText h2 {
        font-size: 20px;
        color: #5b5b5b;
    }

    .bgandText p {
        font-size: 13px;
        line-height: 20px;
    }

.rounded {
    border-radius: 7px;
}

.borderRadiusBottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.borderRadiusLeft {
    border-bottom-left-radius: 10px;
}

.borderRadiusRight {
    border-bottom-right-radius: 10px;
}

.onboard-thumb, .onboard-thumb-small {
    font-family: 'open_sansregular', sans-serif;
    float: left;
}

.onboard-thumb {
    font-size: 13px;
    margin-bottom: 35px;
}

.onboard-thumb-small {
    font-size: 13px;
    margin-bottom: 10px;
}

.onboard-thumb p {
    line-height: 18px;
}

.equal-padding [class*='col-']:not(:first-child):not(:last-child) {
    padding-right: 0;
}

.equal-padding [class*='col-']:first-child {
    padding-left: 0;
}

.equal-padding [class*='col-']:last-child {
    padding-right: 0;
}

.caption.meals strong {
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

.blue-color {
    color: #548dd4;
}

.red-color {
    color: #DC2925;
}

.dark-yellow {
    color: #938953;
}

.gray-color {
    color: #676767;
}

.violet-color {
    color: #912D8D;
}

.caption.meals p {
    font-size: 11px;
    font-style: italic;
}

.box-bg {
    background-color: #f2f2f2;
    float: left;
    font-family: 'open_sansregular', sans-serif;
    padding: 10px 15px;
    width: 100%;
}

    .box-bg p {
        color: #595959;
    }

.grad-border {
    background: url(../images/line.jpg);
    background-repeat: no-repeat;
    height: 2px;
    display: block;
}

form.form-horizontal {
    width: 100%;
}

    form.form-horizontal .radio-inline {
        display: block;
        margin-left: 0;
    }

.web-checkin {
    background: #f2f2f2;
    float: left;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 15px;
    border: 1px solid #B5B5B5;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'open_sansregular', sans-serif;
}

    .web-checkin form {
        background: #fff;
        float: left;
        margin-bottom: 10px;
        padding: 10px 20px;
        border-radius: 15px;
    }

    .web-checkin ul {
        padding-left: 0;
        list-style-type: none;
        margin-top: 30px;
    }

        .web-checkin ul li {
            display: inline-block;
            padding-left: 20px;
        }

.box-bg strong {
    color: #595959;
}

.box-bg ul {
    padding-left: 0;
    list-style-type: none;
}

    .box-bg ul.bullet-list {
        padding-left: 20px;
        list-style-type: disc;
    }

.box-bg li a {
    color: #7f7f7f;
    font-size: 13px;
    line-height: 18px;
}

.label-danger {
    border-radius: 4px;
    background: red;
}

.benefit.table {
    font-size: 13px;
    border: none;
    color: #6D6D6D;
}

.benefit tr th.td_heading {
    background: #AA110D;
    border-color: #AA110D;
    border-right-color: #7D0B08;
    color: #fff;
}

.benefit tr th.colAmount {
    background: #404040;
    border-color: #404040;
    border-right-color: #121212;
    color: #fff;
}

.itemval {
    display: block;
    line-height: 20px;
}

.benefit tr th.noborder {
    border: none;
}

.benefit tr:nth-child(odd) td {
    background: #f5f5f5;
}

    .benefit tr:nth-child(odd) td.striped, .benefit tr .striped {
        background: #DC2925;
        border-color: #DC2925;
        color: #fff;
    }

.footer {
    background-color: #db2615;
    box-shadow: 0 34px 0 -7px #F0F1F1 inset;
    color: #fff;
    font-size: 13px;
    padding: 2px 20px 5px;
    font-family: 'open_sansregular', sans-serif;
    text-align: center;
    text-decoration: none;
}

    .footer ul {
        padding-left: 0;
        margin-bottom: 0;
        color: #ccc;
    }

    .footer p {
        margin-bottom: 0;
        color: #fff;
    }

h1, h2, h3, h4, h5, h6 {
    color: #4f4f4f;
    font-family: 'open_sansbold';
}

.footer li {
    display: inline-block;
    line-height: 25px;
}

.footer a {
    color: #484848;
    list-style: outside none none;
    text-decoration: none;
}

.arial-text {
    font-family: arial;
}

.brd-title {
    font-family: 'open_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-bottom: #dcdcdc solid 1px;
    padding: 10px 0;
}

.sm-title {
    margin-bottom: 10px;
    font-family: 'open_sansregular', sans-serif;
}

.caption-img {
    position: relative;
}

.caption-img-right {
    float: right;
}

.caption-txt {
    position: absolute;
    top: 0;
    width: 42%;
    left: 15px;
    margin-top: 10px;
}

    .caption-txt.caption-right {
        right: 15px;
        left: auto;
        padding: 0 15px;
    }

.bullet-list {
    font-size: 13px;
    line-height: 23px;
    color: #7f7f7f;
    padding-left: 28px;
    margin-bottom: 15px;
}

.num-list {
    font-size: 13px;
    color: #4C4C4C;
}

    .num-list li {
        padding-bottom: 10px;
    }

input[data-validation="required"].has-error, .error-field, select[data-validation="required"].has-error, textarea[data-validation="required"].has-error {
    border: red solid 1px !important;
    box-shadow: red 0 0 5px inset !important;
}

input[data-validation="required"].has-success, .success-field {
    border: green solid 1px;
    box-shadow: green 0 0 5px inset;
}

.loader-bar, .loader-bar:hover {
    background-color: #E42B1A;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

    .loader-bar.btn[disabled] {
        background-color: #E42B1A;
        border-color: #E42B1A;
    }

.fareTable {
    font-family: 'open_sansregular', sans-serif;
}

.fareTable-title {
    background: #f13313;
    color: #fff;
    font-size: 16px;
    padding: 8px 12px;
}

.fareTable .row {
    font-size: 13px;
    line-height: 18px;
    font-family: 'open_sansbold';
    color: #030303;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #ddd;
    border-top: none;
}

.fareTable-rowBG {
    background: #DEDEDE;
}

.fareTable .row [class*="col-"] {
    padding: 8px;
}

    .fareTable .row [class*="col-"] strong {
        font-size: 13px;
    }

.fareTable .row .btn-link {
    font-weight: 700;
    color: red;
    margin-left: -20px;
    margin-top: -4px;
}

    .fareTable .row .btn-link:hover, .fareTable .row .btn-link:focus {
        color: #b81814;
        background-color: transparent;
    }

.fareTable-subtitle {
    background: #afd3ff;
    color: #3f3f3f;
    padding: 5px 10px;
    font-family: 'open_sanssemibold', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}

    .fareTable-subtitle a {
        color: #3f3f3f;
        text-transform: capitalize;
        line-height: 24px;
    }

        .fareTable-subtitle a:hover, .fareTable-subtitle a:focus {
            text-decoration: none;
        }

.fareTable .row [class*="col-"]:last-child {
    border-bottom: none;
}

.career a {
    color: #7f7f7f;
}

    .career a:hover, .career a:focus {
        text-decoration: none;
    }

.career li {
    font-size: 14px;
    font-weight: 700;
    font-family: 'open_sansregular', sans-serif;
    line-height: 35px;
}

    .career li a {
        font-size: 14px;
        list-style-type: disc;
        font-weight: 700;
    }

    .career li ul li {
        display: list-item;
        text-align: -webkit-match-parent;
        font-size: 13px;
        font-family: 'open_sansregular', sans-serif;
        color: #7f7f7f;
    }

.normal-em {
    font-size: 13px;
    font-family: 'open_sansregular', sans-serif;
    color: #595959;
}

.collapseClick {
    padding-right: 27px;
    background-image: url(../images/expand.png);
    background-position: right;
    background-repeat: no-repeat;
}

    .collapseClick.open {
        background-position: right;
        background-image: url(../images/collapse.png);
        background-repeat: no-repeat;
    }

.fournotfour {
    margin-bottom: 120px;
    margin-top: 120px;
    font-family: 'open_sansregular', sans-serif;
}

    .fournotfour h1 {
        color: #000;
        font-size: 62px;
        margin-top: 40px;
        padding-bottom: 20px;
    }

    .fournotfour p {
        font-size: 18px;
        margin: 20px 0;
    }

.highlight {
    padding: 1px 4px;
    margin: 0 -4px;
    background-color: rgba(255,243,77,0.54);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.custom-modal-sm {
    width: 353px;
    margin-left: auto;
    margin-right: auto;
}

.search-box {
    padding: 7px;
    background-color: #dcdcdc;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.27) 1px 1px 3px inset;
    margin: 20px 0 0;
}

    .search-box .form-control {
        background: #fff;
    }

.cd-top {
    display: inline-block;
    height: 38px;
    width: 38px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/top.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    border: none;
    -webkit-transition: opacity .3s 0s, visibility 0 .3s;
    -moz-transition: opacity .3s 0s, visibility 0 .3s;
    transition: opacity .3s 0s, visibility 0 .3s;
    outline: inherit !important;
    z-index: 1000;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0 0;
        -moz-transition: opacity .3s 0s, visibility 0 0;
        transition: opacity .3s 0s, visibility 0 0;
    }

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        opacity: .3;
    }

.no-touch .cd-top:hover {
    opacity: 1;
}

.overlay-btn {
    position: relative;
    z-index: 10;
}

    .overlay-btn.right-mid {
        float: right;
        margin-top: -9px;
    }

    .overlay-btn.right-btm {
        float: right;
        margin-top: -58px;
    }

.top-border {
    float: left;
    width: 100%;
    height: 2px;
    background: #000;
    margin-top: 12px;
    position: relative;
}

    .top-border:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50px;
        background-color: #F13313;
    }

ul.imggal {
    padding: 0;
    margin: 0;
}

    ul.imggal li {
        list-style: none;
        margin-bottom: 6px;
    }

        ul.imggal li img {
            cursor: pointer;
        }

.row.imggal [class*="col-"] {
    padding-left: 3px;
    padding-right: 3px;
}

.modal-content {
    border-radius: 0;
}

.modal-dialog img {
    text-align: center;
    margin: 0 auto;
}

.modal-content.booking-form, .update-city.booking-form {
    padding: 10px 10px 15px;
    background-color: #f1f1f1;
}

.update-city.booking-form {
    padding: 10px 10px 15px;
    max-width: 352px;
    float: right;
}

    .update-city.booking-form .radio-group {
        clear: both;
        padding: 5px 0;
    }

    .modal-content.booking-form [class*="col-"], .update-city.booking-form [class*="col-"] {
        width: 100%;
    }

.controls {
    width: 50px;
    display: block;
    font-size: 11px;
    padding-top: 8px;
    font-weight: 700;
}

.next {
    float: right;
    text-align: right;
}

.thumb-gallery li {
    float: left;
    width: 33%;
    padding-left: 5px;
}

    .thumb-gallery li img {
        height: 130px;
        width: 100%;
        display: block;
    }

.social-net {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .social-net li {
        list-style: none;
        margin-right: 2px;
        border: none;
        padding: 0;
        display: inline-block;
    }

        .social-net li a {
            display: inline-block;
        }

        .social-net li img {
            width: 150px;
        }

.dark-brd {
    border-top: #757575 solid 1px;
}

.blog-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.blog-info {
    margin-bottom: 12px;
}

.blog-author {
    color: #6F6F6F;
}

.blog-date {
    padding-right: 10px;
    margin-right: 10px;
    border-right: #dcdcdc solid 1px;
    line-height: 19px;
    color: #B1B1B1;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #CE0009;
    border-color: #CE0009;
}

.pagination > li > a, .pagination > li > span {
    color: #323131;
}

.collapseTogle {
    cursor: pointer;
}

.CommentsList blockquote {
    padding: 12px 15px;
    margin: 0 0 20px;
    font-size: 17.5px;
    background: #eee;
    border-radius: 5px;
}

    .CommentsList blockquote p {
        margin: 0;
    }

.tile-promo .item [class*="col-"] {
    padding-right: 0;
}

.tile-promo .item .last[class*="col-"] {
    padding-right: 15px;
}

.tile-promo .carousel-indicators {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    margin: 10px auto 0;
    bottom: 0;
}

    .tile-promo .carousel-indicators .active {
        background-color: #808d8b;
        margin: 1px;
    }

    .tile-promo .carousel-indicators li {
        background-color: #b4bab9;
        height: 12px;
        width: 12px;
        border: none;
    }

.tiles {
    background-color: #1981c0;
    border-radius: 4px;
    color: #fff;
    padding: 10px 15px;
    font-family: 'open_sansregular', sans-serif;
    height: 133px;
}

.tile-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

    .tile-title small {
        display: block;
        font-size: 13px;
        text-transform: capitalize;
        letter-spacing: .7px;
        font-weight: 100;
    }

.tile-price {
    margin-top: 5px;
    float: right;
}

.tile-cur {
    font-size: 24px;
    display: block;
    float: left;
    width: auto;
    text-align: right;
}

.tile-promo {
    margin: 20px 0 0;
}

.tile-cur small {
    display: block;
    font-size: 14px;
    text-align: right;
    letter-spacing: .8px;
}

.tile-amt {
    font-size: 50px;
    float: left;
    display: block;
    line-height: 48px;
    margin-left: 10px;
}

.tiles label {
    display: block;
    width: 100%;
    font-weight: 400;
    float: left;
    text-align: right;
    font-size: 13px;
    letter-spacing: .77px;
}

.info-msg {
    padding: 10px;
    color: #dc2925;
    background-color: #E7E0F3;
    border-radius: 3px;
}

.not-visible {
    visibility: hidden;
}

.table.linktable th {
    background: #f1f1f1;
    text-align: center;
}

.table.linktable td img {
    position: relative;
    top: -1px;
    margin: 0 4px;
}

.table.linktable td strong {
    color: #646464;
}

.proclaim header {
    background: #000;
    top: 0;
}

    .proclaim header:before {
        background: none;
    }

.proclaim .footer {
    background-color: #000;
}

.proclaim ul.language li {
    color: #fff;
}

    .proclaim ul.language li.active, .proclaim ul.language li:hover {
        background: #FFF;
        color: #000;
    }

.proclaim section {
    margin-top: 12px;
}

.has-news .floating {
    top: 110px;
}

.news-widget {
    background: #d5d5d5;
    height: 39px;
    padding: 11px 0;
    float: left;
    width: 100%;
}

    .news-widget .container {
        position: relative;
    }

    .news-widget span {
        float: left;
        color: #333;
        font-size: 12px;
        line-height: 17px;
    }

    .news-widget ul {
        list-style: none;
        height: 19px !important;
        padding: 0;
        padding-left: 5px;
        margin: 0;
    }

    .news-widget li {
        font-size: 12px;
        color: #333;
        line-height: 22px;
        white-space: nowrap;
        line-height: 17px;
    }

    .news-widget ul.newsfeed + a, .news-widget ul.newsfeed + a:focus {
        position: absolute;
        right: 0;
        top: -3px;
        font-size: 12px;
        color: #fff;
        font-weight: 400;
        padding: 3px 6px 3px 10px;
        background: #DC2925;
        border-color: #DC2925;
    }

    .news-widget li a.btn-danger {
        border: none !important;
    }

    .news-widget li a {
        padding-left: 5px;
        display: inline-block;
        color: #333;
        font-family: 'open_sanssemibold', sans-serif;
        font-size: 13px;
    }

.ms.lang .topmenu {
    font-size: 10px;
}

.ms.lang ul.header-link li, .ms.lang nav-tabs.main-page-tabs > li {
    font-size: 11px;
}

.ms.lang .nav-tabs.main-page-tabs > li {
    font-size: 12px;
}

.ms.lang .inner-menu .navbar-nav > li a {
    font-size: 11px;
    padding: 15px 2px;
}

.ms.lang .inner-menu .navbar-nav > li.open li a {
    padding: 15px 10px;
}

ul.language li {
    float: none;
    width: auto;
    height: inherit;
    border-radius: 0;
    text-align: left;
    line-height: inherit;
    font-size: inherit;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

    ul.language li:last-child {
        border-bottom: none;
    }

    ul.language li a, .lang-slt .dropdown-toggle {
        text-decoration: none;
        color: #333;
        padding: 8px 10px;
    }

.lang-slt.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.lang-slt .dropdown-toggle span {
    padding: 0 12px;
}

.btn-group.lang-slt {
    float: right;
    margin: 7px 0;
}

.langswitcher {
    position: absolute;
    top: 35px;
    right: 11%;
}

.topbg .home-header.fixed {
    top: 0;
}

.topbg .floating {
    top: 0;
    z-index: 9;
}

.webstore {
    background: url(../images/appstore/web-storebg.jpg) no-repeat;
    height: 100%;
    padding-top: 30px;
    background-attachment: fixed;
    background-position: 0 100%;
    background-size: cover;
}

    .webstore img {
        margin: 0 auto;
    }

    .webstore ul {
        padding: 0 10px;
        margin: 35px 0 30px;
    }

        .webstore ul li {
            float: left;
            list-style: none;
            width: 50%;
            padding: 0 7px;
        }

.mobile-screen {
    overflow: hidden;
    height: 64vh;
    padding: 0 10px;
}

#mobile-popup .modal-dialog {
    margin: 0;
}

.flagstrap {
    display: inline-block;
    position: relative;
    width: 100%;
}

.flagstrap-icon {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(flags.png) no-repeat;
}

.flagstrap-placeholder, .flagstrap-placeholder i {
    display: none;
}

.flagstrap-icon.flagstrap-ad {
    background-position: -16px 0;
}

.flagstrap-icon.flagstrap-ae {
    background-position: -32px 0;
}

.flagstrap-icon.flagstrap-af {
    background-position: -48px 0;
}

.flagstrap-icon.flagstrap-ag {
    background-position: -64px 0;
}

.flagstrap-icon.flagstrap-ai {
    background-position: -80px 0;
}

.flagstrap-icon.flagstrap-al {
    background-position: -96px 0;
}

.flagstrap-icon.flagstrap-am {
    background-position: -112px 0;
}

.flagstrap-icon.flagstrap-an {
    background-position: -128px 0;
}

.flagstrap-icon.flagstrap-ao {
    background-position: -144px 0;
}

.flagstrap-icon.flagstrap-ar {
    background-position: -160px 0;
}

.flagstrap-icon.flagstrap-as {
    background-position: -176px 0;
}

.flagstrap-icon.flagstrap-at {
    background-position: -192px 0;
}

.flagstrap-icon.flagstrap-au {
    background-position: -208px 0;
}

.flagstrap-icon.flagstrap-aw {
    background-position: -224px 0;
}

.flagstrap-icon.flagstrap-az {
    background-position: -240px 0;
}

.flagstrap-icon.flagstrap-ba {
    background-position: 0 -11px;
}

.flagstrap-icon.flagstrap-bb {
    background-position: -16px -11px;
}

.flagstrap-icon.flagstrap-bd {
    background-position: -32px -11px;
}

.flagstrap-icon.flagstrap-be {
    background-position: -48px -11px;
}

.flagstrap-icon.flagstrap-bf {
    background-position: -64px -11px;
}

.flagstrap-icon.flagstrap-bg {
    background-position: -80px -11px;
}

.flagstrap-icon.flagstrap-bh {
    background-position: -96px -11px;
}

.flagstrap-icon.flagstrap-bi {
    background-position: -112px -11px;
}

.flagstrap-icon.flagstrap-bj {
    background-position: -128px -11px;
}

.flagstrap-icon.flagstrap-bm {
    background-position: -144px -11px;
}

.flagstrap-icon.flagstrap-bn {
    background-position: -160px -11px;
}

.flagstrap-icon.flagstrap-bo {
    background-position: -176px -11px;
}

.flagstrap-icon.flagstrap-br {
    background-position: -192px -11px;
}

.flagstrap-icon.flagstrap-bs {
    background-position: -208px -11px;
}

.flagstrap-icon.flagstrap-bt {
    background-position: -224px -11px;
}

.flagstrap-icon.flagstrap-bv {
    background-position: -240px -11px;
}

.flagstrap-icon.flagstrap-bw {
    background-position: 0 -22px;
}

.flagstrap-icon.flagstrap-by {
    background-position: -16px -22px;
}

.flagstrap-icon.flagstrap-bz {
    background-position: -32px -22px;
}

.flagstrap-icon.flagstrap-ca {
    background-position: -48px -22px;
}

.flagstrap-icon.flagstrap-catalonia {
    background-position: -64px -22px;
}

.flagstrap-icon.flagstrap-cd {
    background-position: -80px -22px;
}

.flagstrap-icon.flagstrap-cf {
    background-position: -96px -22px;
}

.flagstrap-icon.flagstrap-cg {
    background-position: -112px -22px;
}

.flagstrap-icon.flagstrap-ch {
    background-position: -128px -22px;
}

.flagstrap-icon.flagstrap-ci {
    background-position: -144px -22px;
}

.flagstrap-icon.flagstrap-ck {
    background-position: -160px -22px;
}

.flagstrap-icon.flagstrap-cl {
    background-position: -176px -22px;
}

.flagstrap-icon.flagstrap-cm {
    background-position: -192px -22px;
}

.flagstrap-icon.flagstrap-cn {
    background-position: -208px -22px;
}

.flagstrap-icon.flagstrap-co {
    background-position: -224px -22px;
}

.flagstrap-icon.flagstrap-cr {
    background-position: -240px -22px;
}

.flagstrap-icon.flagstrap-cu {
    background-position: 0 -33px;
}

.flagstrap-icon.flagstrap-cv {
    background-position: -16px -33px;
}

.flagstrap-icon.flagstrap-cw {
    background-position: -32px -33px;
}

.flagstrap-icon.flagstrap-cy {
    background-position: -48px -33px;
}

.flagstrap-icon.flagstrap-cz {
    background-position: -64px -33px;
}

.flagstrap-icon.flagstrap-de {
    background-position: -80px -33px;
}

.flagstrap-icon.flagstrap-dj {
    background-position: -96px -33px;
}

.flagstrap-icon.flagstrap-dk {
    background-position: -112px -33px;
}

.flagstrap-icon.flagstrap-dm {
    background-position: -128px -33px;
}

.flagstrap-icon.flagstrap-do {
    background-position: -144px -33px;
}

.flagstrap-icon.flagstrap-dz {
    background-position: -160px -33px;
}

.flagstrap-icon.flagstrap-ec {
    background-position: -176px -33px;
}

.flagstrap-icon.flagstrap-ee {
    background-position: -192px -33px;
}

.flagstrap-icon.flagstrap-eg {
    background-position: -208px -33px;
}

.flagstrap-icon.flagstrap-eh {
    background-position: -224px -33px;
}

.flagstrap-icon.flagstrap-england {
    background-position: -240px -33px;
}

.flagstrap-icon.flagstrap-er {
    background-position: 0 -44px;
}

.flagstrap-icon.flagstrap-es {
    background-position: -16px -44px;
}

.flagstrap-icon.flagstrap-et {
    background-position: -32px -44px;
}

.flagstrap-icon.flagstrap-eu {
    background-position: -48px -44px;
}

.flagstrap-icon.flagstrap-fi {
    background-position: -64px -44px;
}

.flagstrap-icon.flagstrap-fj {
    background-position: -80px -44px;
}

.flagstrap-icon.flagstrap-fk {
    background-position: -96px -44px;
}

.flagstrap-icon.flagstrap-fm {
    background-position: -112px -44px;
}

.flagstrap-icon.flagstrap-fo {
    background-position: -128px -44px;
}

.flagstrap-icon.flagstrap-fr {
    background-position: -144px -44px;
}

.flagstrap-icon.flagstrap-ga {
    background-position: -160px -44px;
}

.flagstrap-icon.flagstrap-gb {
    background-position: -176px -44px;
}

.flagstrap-icon.flagstrap-gd {
    background-position: -192px -44px;
}

.flagstrap-icon.flagstrap-ge {
    background-position: -208px -44px;
}

.flagstrap-icon.flagstrap-gf {
    background-position: -224px -44px;
}

.flagstrap-icon.flagstrap-gg {
    background-position: -240px -44px;
}

.flagstrap-icon.flagstrap-gh {
    background-position: 0 -55px;
}

.flagstrap-icon.flagstrap-gi {
    background-position: -16px -55px;
}

.flagstrap-icon.flagstrap-gl {
    background-position: -32px -55px;
}

.flagstrap-icon.flagstrap-gm {
    background-position: -48px -55px;
}

.flagstrap-icon.flagstrap-gn {
    background-position: -64px -55px;
}

.flagstrap-icon.flagstrap-gp {
    background-position: -80px -55px;
}

.flagstrap-icon.flagstrap-gq {
    background-position: -96px -55px;
}

.flagstrap-icon.flagstrap-gr {
    background-position: -112px -55px;
}

.flagstrap-icon.flagstrap-gs {
    background-position: -128px -55px;
}

.flagstrap-icon.flagstrap-gt {
    background-position: -144px -55px;
}

.flagstrap-icon.flagstrap-gu {
    background-position: -160px -55px;
}

.flagstrap-icon.flagstrap-gw {
    background-position: -176px -55px;
}

.flagstrap-icon.flagstrap-gy {
    background-position: -192px -55px;
}

.flagstrap-icon.flagstrap-hk {
    background-position: -208px -55px;
}

.flagstrap-icon.flagstrap-hm {
    background-position: -224px -55px;
}

.flagstrap-icon.flagstrap-hn {
    background-position: -240px -55px;
}

.flagstrap-icon.flagstrap-hr {
    background-position: 0 -66px;
}

.flagstrap-icon.flagstrap-ht {
    background-position: -16px -66px;
}

.flagstrap-icon.flagstrap-hu {
    background-position: -32px -66px;
}

.flagstrap-icon.flagstrap-ic {
    background-position: -48px -66px;
}

.flagstrap-icon.flagstrap-id {
    background-position: -64px -66px;
}

.flagstrap-icon.flagstrap-ie {
    background-position: -80px -66px;
}

.flagstrap-icon.flagstrap-il {
    background-position: -96px -66px;
}

.flagstrap-icon.flagstrap-im {
    background-position: -112px -66px;
}

.flagstrap-icon.flagstrap-in {
    background-position: -128px -66px;
}

.flagstrap-icon.flagstrap-io {
    background-position: -144px -66px;
}

.flagstrap-icon.flagstrap-iq {
    background-position: -160px -66px;
}

.flagstrap-icon.flagstrap-ir {
    background-position: -176px -66px;
}

.flagstrap-icon.flagstrap-is {
    background-position: -192px -66px;
}

.flagstrap-icon.flagstrap-it {
    background-position: -208px -66px;
}

.flagstrap-icon.flagstrap-je {
    background-position: -224px -66px;
}

.flagstrap-icon.flagstrap-jm {
    background-position: -240px -66px;
}

.flagstrap-icon.flagstrap-jo {
    background-position: 0 -77px;
}

.flagstrap-icon.flagstrap-jp {
    background-position: -16px -77px;
}

.flagstrap-icon.flagstrap-ke {
    background-position: -32px -77px;
}

.flagstrap-icon.flagstrap-kg {
    background-position: -48px -77px;
}

.flagstrap-icon.flagstrap-kh {
    background-position: -64px -77px;
}

.flagstrap-icon.flagstrap-ki {
    background-position: -80px -77px;
}

.flagstrap-icon.flagstrap-km {
    background-position: -96px -77px;
}

.flagstrap-icon.flagstrap-kn {
    background-position: -112px -77px;
}

.flagstrap-icon.flagstrap-kp {
    background-position: -128px -77px;
}

.flagstrap-icon.flagstrap-kr {
    background-position: -144px -77px;
}

.flagstrap-icon.flagstrap-kurdistan {
    background-position: -160px -77px;
}

.flagstrap-icon.flagstrap-kw {
    background-position: -176px -77px;
}

.flagstrap-icon.flagstrap-ky {
    background-position: -192px -77px;
}

.flagstrap-icon.flagstrap-kz {
    background-position: -208px -77px;
}

.flagstrap-icon.flagstrap-la {
    background-position: -224px -77px;
}

.flagstrap-icon.flagstrap-lb {
    background-position: -240px -77px;
}

.flagstrap-icon.flagstrap-lc {
    background-position: 0 -88px;
}

.flagstrap-icon.flagstrap-li {
    background-position: -16px -88px;
}

.flagstrap-icon.flagstrap-lk {
    background-position: -32px -88px;
}

.flagstrap-icon.flagstrap-lr {
    background-position: -48px -88px;
}

.flagstrap-icon.flagstrap-ls {
    background-position: -64px -88px;
}

.flagstrap-icon.flagstrap-lt {
    background-position: -80px -88px;
}

.flagstrap-icon.flagstrap-lu {
    background-position: -96px -88px;
}

.flagstrap-icon.flagstrap-lv {
    background-position: -112px -88px;
}

.flagstrap-icon.flagstrap-ly {
    background-position: -128px -88px;
}

.flagstrap-icon.flagstrap-ma {
    background-position: -144px -88px;
}

.flagstrap-icon.flagstrap-mc {
    background-position: -160px -88px;
}

.flagstrap-icon.flagstrap-md {
    background-position: -176px -88px;
}

.flagstrap-icon.flagstrap-me {
    background-position: -192px -88px;
}

.flagstrap-icon.flagstrap-mg {
    background-position: -208px -88px;
}

.flagstrap-icon.flagstrap-mh {
    background-position: -224px -88px;
}

.flagstrap-icon.flagstrap-mk {
    background-position: -240px -88px;
}

.flagstrap-icon.flagstrap-ml {
    background-position: 0 -99px;
}

.flagstrap-icon.flagstrap-mm {
    background-position: -16px -99px;
}

.flagstrap-icon.flagstrap-mn {
    background-position: -32px -99px;
}

.flagstrap-icon.flagstrap-mo {
    background-position: -48px -99px;
}

.flagstrap-icon.flagstrap-mp {
    background-position: -64px -99px;
}

.flagstrap-icon.flagstrap-mq {
    background-position: -80px -99px;
}

.flagstrap-icon.flagstrap-mr {
    background-position: -96px -99px;
}

.flagstrap-icon.flagstrap-ms {
    background-position: -112px -99px;
}

.flagstrap-icon.flagstrap-mt {
    background-position: -128px -99px;
}

.flagstrap-icon.flagstrap-mu {
    background-position: -144px -99px;
}

.flagstrap-icon.flagstrap-mv {
    background-position: -160px -99px;
}

.flagstrap-icon.flagstrap-mw {
    background-position: -176px -99px;
}

.flagstrap-icon.flagstrap-mx {
    background-position: -192px -99px;
}

.flagstrap-icon.flagstrap-my {
    background-position: -208px -99px;
}

.flagstrap-icon.flagstrap-mz {
    background-position: -224px -99px;
}

.flagstrap-icon.flagstrap-na {
    background-position: -240px -99px;
}

.flagstrap-icon.flagstrap-nc {
    background-position: 0 -110px;
}

.flagstrap-icon.flagstrap-ne {
    background-position: -16px -110px;
}

.flagstrap-icon.flagstrap-nf {
    background-position: -32px -110px;
}

.flagstrap-icon.flagstrap-ng {
    background-position: -48px -110px;
}

.flagstrap-icon.flagstrap-ni {
    background-position: -64px -110px;
}

.flagstrap-icon.flagstrap-nl {
    background-position: -80px -110px;
}

.flagstrap-icon.flagstrap-no {
    background-position: -96px -110px;
}

.flagstrap-icon.flagstrap-np {
    background-position: -112px -110px;
}

.flagstrap-icon.flagstrap-nr {
    background-position: -128px -110px;
}

.flagstrap-icon.flagstrap-nu {
    background-position: -144px -110px;
}

.flagstrap-icon.flagstrap-nz {
    background-position: -160px -110px;
}

.flagstrap-icon.flagstrap-om {
    background-position: -176px -110px;
}

.flagstrap-icon.flagstrap-pa {
    background-position: -192px -110px;
}

.flagstrap-icon.flagstrap-pe {
    background-position: -208px -110px;
}

.flagstrap-icon.flagstrap-pf {
    background-position: -224px -110px;
}

.flagstrap-icon.flagstrap-pg {
    background-position: -240px -110px;
}

.flagstrap-icon.flagstrap-ph {
    background-position: 0 -121px;
}

.flagstrap-icon.flagstrap-pk {
    background-position: -16px -121px;
}

.flagstrap-icon.flagstrap-pl {
    background-position: -32px -121px;
}

.flagstrap-icon.flagstrap-pm {
    background-position: -48px -121px;
}

.flagstrap-icon.flagstrap-pn {
    background-position: -64px -121px;
}

.flagstrap-icon.flagstrap-pr {
    background-position: -80px -121px;
}

.flagstrap-icon.flagstrap-ps {
    background-position: -96px -121px;
}

.flagstrap-icon.flagstrap-pt {
    background-position: -112px -121px;
}

.flagstrap-icon.flagstrap-pw {
    background-position: -128px -121px;
}

.flagstrap-icon.flagstrap-py {
    background-position: -144px -121px;
}

.flagstrap-icon.flagstrap-qa {
    background-position: -160px -121px;
}

.flagstrap-icon.flagstrap-re {
    background-position: -176px -121px;
}

.flagstrap-icon.flagstrap-ro {
    background-position: -192px -121px;
}

.flagstrap-icon.flagstrap-rs {
    background-position: -208px -121px;
}

.flagstrap-icon.flagstrap-ru {
    background-position: -224px -121px;
}

.flagstrap-icon.flagstrap-rw {
    background-position: -240px -121px;
}

.flagstrap-icon.flagstrap-sa {
    background-position: 0 -132px;
}

.flagstrap-icon.flagstrap-sb {
    background-position: -16px -132px;
}

.flagstrap-icon.flagstrap-sc {
    background-position: -32px -132px;
}

.flagstrap-icon.flagstrap-scotland {
    background-position: -48px -132px;
}

.flagstrap-icon.flagstrap-sd {
    background-position: -64px -132px;
}

.flagstrap-icon.flagstrap-se {
    background-position: -80px -132px;
}

.flagstrap-icon.flagstrap-sg {
    background-position: -96px -132px;
}

.flagstrap-icon.flagstrap-sh {
    background-position: -112px -132px;
}

.flagstrap-icon.flagstrap-si {
    background-position: -128px -132px;
}

.flagstrap-icon.flagstrap-sk {
    background-position: -144px -132px;
}

.flagstrap-icon.flagstrap-sl {
    background-position: -160px -132px;
}

.flagstrap-icon.flagstrap-sm {
    background-position: -176px -132px;
}

.flagstrap-icon.flagstrap-sn {
    background-position: -192px -132px;
}

.flagstrap-icon.flagstrap-so {
    background-position: -208px -132px;
}

.flagstrap-icon.flagstrap-somaliland {
    background-position: -224px -132px;
}

.flagstrap-icon.flagstrap-sr {
    background-position: -240px -132px;
}

.flagstrap-icon.flagstrap-ss {
    background-position: 0 -143px;
}

.flagstrap-icon.flagstrap-st {
    background-position: -16px -143px;
}

.flagstrap-icon.flagstrap-sv {
    background-position: -32px -143px;
}

.flagstrap-icon.flagstrap-sx {
    background-position: -48px -143px;
}

.flagstrap-icon.flagstrap-sy {
    background-position: -64px -143px;
}

.flagstrap-icon.flagstrap-sz {
    background-position: -80px -143px;
}

.flagstrap-icon.flagstrap-tc {
    background-position: -96px -143px;
}

.flagstrap-icon.flagstrap-td {
    background-position: -112px -143px;
}

.flagstrap-icon.flagstrap-tf {
    background-position: -128px -143px;
}

.flagstrap-icon.flagstrap-tg {
    background-position: -144px -143px;
}

.flagstrap-icon.flagstrap-th {
    background-position: -160px -143px;
}

.flagstrap-icon.flagstrap-tj {
    background-position: -176px -143px;
}

.flagstrap-icon.flagstrap-tk {
    background-position: -192px -143px;
}

.flagstrap-icon.flagstrap-tl {
    background-position: -208px -143px;
}

.flagstrap-icon.flagstrap-tm {
    background-position: -224px -143px;
}

.flagstrap-icon.flagstrap-tn {
    background-position: -240px -143px;
}

.flagstrap-icon.flagstrap-to {
    background-position: 0 -154px;
}

.flagstrap-icon.flagstrap-tr {
    background-position: -16px -154px;
}

.flagstrap-icon.flagstrap-tt {
    background-position: -32px -154px;
}

.flagstrap-icon.flagstrap-tv {
    background-position: -48px -154px;
}

.flagstrap-icon.flagstrap-tw {
    background-position: -64px -154px;
}

.flagstrap-icon.flagstrap-tz {
    background-position: -80px -154px;
}

.flagstrap-icon.flagstrap-ua {
    background-position: -96px -154px;
}

.flagstrap-icon.flagstrap-ug {
    background-position: -112px -154px;
}

.flagstrap-icon.flagstrap-um {
    background-position: -128px -154px;
}

.flagstrap-icon.flagstrap-us {
    background-position: -144px -154px;
}

.flagstrap-icon.flagstrap-uy {
    background-position: -160px -154px;
}

.flagstrap-icon.flagstrap-uz {
    background-position: -176px -154px;
}

.flagstrap-icon.flagstrap-va {
    background-position: -192px -154px;
}

.flagstrap-icon.flagstrap-vc {
    background-position: -208px -154px;
}

.flagstrap-icon.flagstrap-ve {
    background-position: -224px -154px;
}

.flagstrap-icon.flagstrap-vg {
    background-position: -240px -154px;
}

.flagstrap-icon.flagstrap-vi {
    background-position: 0 -165px;
}

.flagstrap-icon.flagstrap-vn {
    background-position: -16px -165px;
}

.flagstrap-icon.flagstrap-vu {
    background-position: -32px -165px;
}

.flagstrap-icon.flagstrap-wales {
    background-position: -48px -165px;
}

.flagstrap-icon.flagstrap-wf {
    background-position: -64px -165px;
}

.flagstrap-icon.flagstrap-ws {
    background-position: -80px -165px;
}

.flagstrap-icon.flagstrap-ye {
    background-position: -96px -165px;
}

.flagstrap-icon.flagstrap-yt {
    background-position: -112px -165px;
}

.flagstrap-icon.flagstrap-za {
    background-position: -128px -165px;
}

.flagstrap-icon.flagstrap-zanzibar {
    background-position: -144px -165px;
}

.flagstrap-icon.flagstrap-zm {
    background-position: -160px -165px;
}

.flagstrap-icon.flagstrap-zw {
    background-position: -176px -165px;
}

.hide {
    display: none !important;
}

.no-result {
    padding: 10px;
    color: #909090;
}

.filter-list {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    min-width: 940px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.3) 0 0 10px;
    top: -17px;
    left: -13px;
    z-index: 1002;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .filter-list .search {
        box-shadow: rgba(0,0,0,0.5) 0 0 5px inset;
        padding: 8px 10px;
        width: auto;
        min-width: 250px;
        font-size: 14px;
        float: left;
    }

.list-header {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 7px;
    background-color: #dcdcdc;
    border-radius: 5px;
}

    .list-header p {
        display: block;
        float: right;
        padding: 0 15px;
        margin: 0 25px 0 0;
        font-size: 20px;
        line-height: 34px;
    }

.list-container {
    float: left;
    width: 100%;
}

.modal .list-container {
    height: 340px;
    float: left;
    width: 100%;
    overflow: auto;
    padding-bottom: 90px;
}

.modal .filter-list {
    overflow: hidden;
}

.filter-list .city-list {
    float: left;
    width: 20%;
}

.filter-list ul {
    list-style: none;
    padding: 0;
    line-height: 21px;
    font-size: 12px;
    float: left;
    width: 100%;
    margin-bottom: 2px;
    font-family: Arial, Helvetica, sans-serif;
}

    .filter-list ul.empty-list {
        display: none;
    }

    .filter-list ul li {
        padding: 0 10px;
    }

        .filter-list ul li:hover {
            background: #f4f4f4;
            cursor: pointer;
        }

        .filter-list ul li.focus {
            background: #D6D6D6;
        }

        .filter-list ul li.country {
            font-family: 'Bitter', serif;
            color: #E52713;
            font-size: 14px;
        }

            .filter-list ul li.country:hover {
                background: none;
                cursor: default;
            }

.close-filter {
    position: absolute;
    right: 19px;
    top: 19px;
    font-size: 20px;
    cursor: pointer;
    padding: 6px;
    border-radius: 50%;
    background-color: rgba(238,53,36,0.87);
    color: #fff;
    height: 27px;
    width: 27px;
    line-height: 16px;
    text-align: center;
}

    .close-filter:hover {
        background-color: #ee3524;
    }

    .close-filter .icon {
        border-radius: 0;
        border: none;
        background: none;
        position: relative;
        padding: 0;
        font-size: 17px;
    }

.modal .filter-list {
    max-width: 353px;
    min-width: auto;
    max-height: 320px;
}

.modal .close-filter {
    right: 14px;
    top: 24px;
    height: 20px;
    width: 20px;
    line-height: 10px;
}

    .modal .close-filter .icon {
        font-size: 12px;
    }

.modal .list-header p {
    padding: 0 15px 0 0;
    font-size: 13px;
    line-height: 22px;
    float: left;
    display: none;
}

.modal .filter-list .city-list {
    float: left;
    width: 100%;
}

.modal .filter-list .search {
    min-width: 1px;
}

.update-city .filter-list {
    min-width: 320px;
    overflow: auto;
    max-height: 347px;
}

.update-city .list-header p {
    font-size: 14px;
    text-align: left;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 17px;
    display: none;
}

.update-city .close-filter {
    height: 20px;
    width: 20px;
    line-height: 10px;
}

    .update-city .close-filter .icon {
        font-size: 12px;
    }

.update-city .filter-list .city-list {
    width: 100%;
}

.update-city .filter-list .search {
    min-width: 240px;
}

.ac_results {
    padding: 0;
    border: 1px solid #fff;
    background-color: #fff;
    overflow: hidden;
    z-index: 99999;
    box-shadow: #666 0 0 10px;
}

    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ac_results li {
        margin: 0;
        padding: 2px 5px;
        cursor: default;
        display: block;
        text-align: left;
        font: menu;
        font-size: 14px;
        line-height: 16px;
        overflow: hidden;
        padding: 10px;
        cursor: pointer;
        border-bottom: #dcdcdc dotted 1px;
        background: #fff;
    }

.ac_loading {
    background: #fff url(indicator.gif) right center no-repeat;
}

.ac_results li:hover {
    background: #912D8D;
    color: #FFF;
}

.ac_results li strong {
    color: #ed1c24;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #D6D6D6;
}

.cal-header {
    display: block;
    text-align: center;
    text-transform: uppercase;
    background-color: #dc2926;
    color: #fff;
    padding: 5px 0;
    display: none;
}

.ui-datepicker {
    width: auto !important;
    padding: .2em .2em 0;
    display: none;
    background-color: #fff;
    border-radius: 5px;
  /*  box-shadow: rgba(0,0,0,0.35) 1px 1px 7px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;*/
}

    .ui-datepicker:before, .ui-datepicker:after {
        position: absolute;
        content: "";
        top: -20px;
        border: transparent solid 10px;
        border-bottom-color: #fff;
        left: 10px;
    }

    .ui-datepicker:after {
        top: -22px;
        border-bottom-color: #CECECE;
        z-index: -1;
        border-width: 11px;
        left: 9px;
    }

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 0 0 15px;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
        color: #1981C0;
        cursor: pointer;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

        .ui-datepicker .ui-datepicker-prev span .icon, .ui-datepicker .ui-datepicker-next span .icon {
            position: relative;
            font-size: 18px;
            border-radius: 2px;
        }

        .ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
            color: #E2E2E2;
            cursor: default;
        }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

        .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
            display: block;
            position: relative;
            left: 0;
            margin-left: 0;
            top: 0;
            margin-top: 0;
            width: 100%;
            height: 100%;
            line-height: 27px;
            text-align: center;
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
        max-height: 25px;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 0;
            border: #dcdcdc solid 1px;
            height: auto;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: 14px;
        border-collapse: collapse;
        margin: 0 0 .4em;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
    }

    .ui-datepicker th {
        padding: 5px .3em;
        text-align: center;
        border: #dcdcdc solid 1px;
        background-color: #EFEFEF;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 11px;
    }

    .ui-datepicker td {
        border: #dcdcdc solid 1px;
    }

        .ui-datepicker td.ui-datepicker-today.ui-state-disabled {
            background-color: #F1F1F1;
        }

        .ui-datepicker td.ui-datepicker-today a {
            color: #545454;
            background-color: #F5F5F5;
            border-radius: 0;
        }

        .ui-datepicker td.ui-state-disabled span {
            color: #C1C1C1;
        }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: center;
            text-decoration: none;
            color: #505050;
            padding: 6px 10px;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        display: none;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker td a.ui-state-active {
        background-color: #dc2926;
        color: #fff;
        border-radius: 0;
    }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
    padding: 10px;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-corner-right .cal-header {
    display: none;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-datepicker-cover {
    display: none;
    display: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}
#milesDropdown .dropdown-menu {
    background: #F1F1F1;
    min-width: 300px;
    left: inherit;
    right: 0;
}

    #milesDropdown .dropdown-menu li {
        padding: 8px;
    }

#milesDropdown .dropdown-toggle {
    border: 1px solid #DC2925;
    background: none;
    color: #DC2925;
}
    #onlineaddon p {
        font-size:12px;
    }
#onlineaddon .forminfotxt {
    margin:0;
    color:#000;
}
#onlineaddon .btn {
    margin-bottom:10px;
}
.fabmenu {
    position: absolute;
    right: 1.5%;
    top: 0;
    z-index: 21;
}

    .fabmenu.open {
        z-index: 1122;
    }

        .fabmenu.open:before {
            content: "";
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.43);
            z-index: 1122;
        }

.servBtn {
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 1;
    width: 142px;
    height: 142px;
    background: rgba(0,0,0,0.18);
    border-radius: 150px;
    padding-top: 12px;
    padding-left: 7px;
}

    .servBtn img {
        width: 114px;
    }

.fabmenu ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .fabmenu ul li {
        list-style: none;
        height: 75px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border-bottom: 1px solid #414143;
        background: #333335;
        background: -moz-linear-gradient(top,#333335 0%,#2e2e30 100%);
        background: -webkit-linear-gradient(top,#333335 0%,#2e2e30 100%);
        background: linear-gradient(to bottom,#333335 0%,#2e2e30 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333335',endColorstr='#2e2e30',GradientType=0);
    }

        .fabmenu ul li:not(.drop-title):after, .fabmenu ul li:not(.drop-head):after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            background: rgba(0,0,0,0.07);
            width: 0;
            height: 100%;
            transition: all .3s ease-in-out;
        }

        .fabmenu ul li:not(.drop-title):hover:after {
            width: 100%;
            z-index: 10;
        }

        .fabmenu ul li a {
            padding: 0;
            display: inline-block;
            width: 100%;
            text-align: center;
            position: relative;
            z-index: 11;
        }

        .fabmenu ul li img {
            width: 200px;
        }

.fabmenu-area {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.fabmenu.open ul li img {
    width: 200px;
}

.fabmenu .dropdown-menu {
    position: fixed;
    z-index: 1123;
    left: inherit;
    right: -100%;
    top: 95px;
    display: block;
    min-width: 324px;
    box-shadow: none;
    border: none;
    background: #000;
    margin: 0;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: -4px 0 20px rgba(0,0,0,0.25);
}

.fabmenu.open .dropdown-menu {
    right: 0;
    top: 95px;
    margin-left: -324px;
}

.fabmenu .dropdown-menu .fab-close {
    background: #d84758;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 3px;
    z-index: 99999;
    border-radius: 20px;
    text-align: center;
    line-height: 18px;
    font-weight: 700;
    cursor: pointer;
}

.fabmenu ul li.drop-title {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    height: 60px;
}

    .fabmenu ul li.drop-title a {
        cursor: default;
    }

.fabmenu ul li.drop-head {
    height: auto;
    background: rgba(255,255,255,0.25);
    font-weight: 700;
    color: #b3b3b3;
}

@media screen and (max-width: 1377px) {
    header:before {
        width: 25%;
    }

    .servBtn {
        width: 95px;
        height: 95px;
        padding-top: 10px;
        padding-left: 6px;
    }

        .servBtn img {
            width: 74px;
        }
}

@media screen and (max-width: 1285px) {
    .fabmenu {
        right: 0;
    }

    .servBtn {
        right: 12px;
        top: 139px;
    }
}

@media screen and (max-width: 1280px) {
    ul.language {
        left: -108px;
    }
}

@media screen and (max-width:1250px) {
    .filter-list {
        min-width: 820px;
    }

        .filter-list .city-list {
            width: 25%;
        }
}

@media screen and (max-width: 1190px) {
    .container {
        width: 1024px;
    }

    .booking-form .btn-primary {
        width: 100%;
        padding: 7px 10px;
    }

    .floating {
        left: 0;
        margin: 0 auto;
        right: 0;
    }

    .booking-form .nav-tabs > li a .icon {
        display: none;
    }

    .inner-menu .navbar-nav > li {
        width: auto;
    }
}

@media screen and (max-width:1100px) {
    .filter-list {
        min-width: 600px;
        position: fixed;
        width: 80%;
        margin: 0 auto;
        max-height: 491px;
        overflow: hidden;
        margin-bottom: 350px;
        z-index: 1001;
        top: 80px;
        left: 0;
        right: 0;
    }

    .list-container {
        height: 340px;
        overflow: auto;
    }

    .filter-list .city-list {
        width: 50%;
    }
}

@media screen and (max-width: 1050px) {
    .container {
        width: 940px;
    }

    .floating {
        position: relative;
        top: 0;
    }

        .floating .container {
            width: 100%;
            padding: 0;
        }

    .booking-form .tab-content {
        border-radius: 0;
        padding: 5px 0 20px;
    }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li:last-child > a {
        padding: 18px 23px;
    }

    .main-banner .carousel-inner, .main-banner .carousel-inner .item, .main-banner .carousel-inner .item.active {
        height: 100%;
        background-position: center;
        background-size: cover;
    }

    .main-banner .carousel-inner {
        height: 100%;
        background-position: center;
        background-size: cover;
    }

    .subCarousel.carousel img, .loopCarousel.carousel img {
        width: 100%;
    }

    .booking-form .btn-primary {
        margin-top: 0;
    }

    .servBtn {
        top: 17px;
    }
}

@media screen and (max-width: 990px) {
    .container {
        width: auto;
    }

    #fadeCarousel.carousel-fade {
        margin-top: 10px;
    }

    .logo {
        padding: 5px 0;
    }

        .logo img {
            max-height: 50px;
        }

    .navbar-inverse .navbar-nav > li > a {
        padding: 18px 30px;
    }

    .navi {
        margin: 0 auto;
        position: relative;
        min-height: 1px;
        top: 0;
    }

        .navi.fixed, .navi.main-menu {
            top: 60px;
            z-index: 100;
        }

    ul.header-link {
        display: block;
        padding-left: 0;
        float: right;
        margin: 0 0 10px;
    }

    .booking-form .form-group {
        margin-bottom: 15px;
    }

    .booking-form .nav-tabs > li a .icon {
        display: none;
    }

    .update-city.booking-form {
        float: left;
    }

    .modal-content.booking-form .nav-tabs > li a .icon, .booking-form.update-city .nav-tabs > li a .icon {
        display: block;
    }

    .booking-form .custom-dropdown:before {
        right: auto;
    }

    .booking-form .custom-dropdown {
        left: 0;
    }

    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .no-padding-right {
        padding-right: 15px;
    }

    .no-padding-left {
        padding-left: 15px;
    }

    .sbs-img-content {
        margin-bottom: 15px;
        margin-right: -15px;
    }

    .nav-tabs.main-page-tabs > li > a i {
        display: none;
    }

    .tile-promo .item [class*="col-"] {
        padding: 0 15px;
    }

    .booking-form .btn-primary {
        width: auto;
        min-width: 251px;
    }

    .booking-form .form-txt {
        min-height: 40px;
    }

    .input-group.btn-text-group {
        margin: 0 0 10px;
    }
}

@media screen and (max-width:940px) {
    .filter-list {
        position: fixed;
        top: 99px;
        width: 80%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 935px) {
    .container {
        width: auto;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 15px 25px;
    }

    .navbar-inverse .navbar-nav > li:last-child > a {
        padding-right: 30px;
    }

    .booking-form .nav-tabs > li a {
        font-size: 13px;
    }

    .nav-tabs.main-page-tabs > li > a {
        font-size: 13px;
    }

    .has-news .floating {
        top: 0;
    }
}

@media screen and (max-width: 843px) {
    ul.header-link {
        display: block;
        float: left;
        background-color: #d0e9ff;
        clear: both;
        padding: 0 15px;
        line-height: 27px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        margin: 0 -15px;
    }

    .navi.home-tabs.fixed, .navi.home-tabs.main-menu {
        top: 107px;
    }

    .navi.fixed, .navi.main-menu {
        top: 97px;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 15px 20px;
    }

    .topmenu {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    header {
        min-height: 45px;
        margin-bottom: 29px;
    }

    .container > .navbar-header {
        margin: 0;
        position: absolute;
        right: 0;
        top: 14px;
        width: auto;
    }

    .navbar-header, .logo {
        width: 75%;
        float: left;
        padding: 0;
    }

    .input-group.input-group.btn-text-group .form-control, .input-group.btn-text-group {
        display: block;
        float: left;
    }

        .input-group.btn-text-group .input-group-btn {
            width: 100%;
            display: block;
        }

    .thumbnail.caption-thumbnail .caption {
        min-height: 1px;
    }

    .booking-form .form-txt {
        min-height: 1px;
        margin: 0;
    }

    .navi.inner-menu {
        background: none;
        position: absolute;
        z-index: 100;
        top: 109px;
        background: #DC2925;
        border-radius: 0 0 5px 5px;
    }

    .navbar-inverse .navbar-collapse {
        border-color: #dc2925;
        background-color: #dc2925;
    }

    .navbar-header {
        float: right;
    }

        .navbar-header button {
            margin-right: 10px;
        }

    .home-header .navbar-header button {
        display: none;
    }

    ul.header-link {
        margin-top: -33px;
    }

    header.home-header ul.language, header.home-header.fixed ul.language {
        top: 23px;
    }

    header.home-header.fixed a.dropdown-toggle {
        color: #333;
    }

    header.home-header ul.language li.active, header.home-header ul.language li:hover {
        background: #fff;
        color: #DC2925;
    }

    .booking-form .form-group:last-child {
        margin-bottom: 15px;
    }

    .booking-form .nav-tabs > li a .icon {
        display: inline-block;
        margin: 0;
        font-size: 20px;
    }

    .nav-tabs.main-page-tabs > li > a i {
        display: inline-block;
    }

    .nav-tabs.main-page-tabs > li > a span {
        display: none;
    }

    ul.header-link li {
        font-size: 10px;
    }

    .logo img {
        max-height: inherit;
        width: 300px;
        padding: 10px 0;
    }

    .navbar-toggle {
        background: #FFF;
        margin-right: 0;
        margin-top: 4px;
    }

        .navbar-toggle span {
            background: #DC2925;
        }

    .right-header {
        width: 100%;
        background: #d0e9ff;
        padding: 0 15px;
        margin: 0 -15px;
        box-sizing: content-box;
        float: left;
    }

    .navbar-nav {
        margin: 0;
        border-top: 0;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 15px;
        text-align: center;
        background: none;
        color: #FFF;
    }

    .navbar-inverse .navbar-nav > li .dropdown-menu li {
        background-color: #912D8D;
        text-align: center;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
        background: #EE3524;
    }

    .navi .dropdown.open .dropdown-menu > li > a:focus, .navi .dropdown.open .dropdown-menu > li > a:hover, .navi .dropdown.open .dropdown-menu > li > a:hover {
        background: #ee3524;
    }

    .navi .dropdown-menu {
        border: none;
        width: 100%;
    }

    .inner-menu .navbar-nav > li {
        border: none;
    }

    .no-padding-right {
        padding-right: 15px;
    }

    .no-padding-left {
        padding-left: 15px;
    }

    .subCarousel, .col5 {
        margin: 10px 0;
    }

    .col5 {
        width: 33.33%;
    }

    .featureBlock1, .featureBlock2, .featureBlock3, .featureBlock4, .featureBlock5 {
        background-position: center top 15px;
        background-repeat: no-repeat;
        height: 335px;
        box-shadow: 2px 3px 2px 2px rgba(0,0,0,0.2);
        border-radius: 1em;
    }

        .featureBlock1:hover, .featureBlock2:hover, .featureBlock3:hover, .featureBlock4:hover, .featureBlock5:hover {
            background-position: center top 15px;
        }

        .featureBlock1 p, .featureBlock2 p, .featureBlock3 p, .featureBlock4 p, .featureBlock5 p {
            padding-top: 210px;
        }

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-left: 0;
        margin-top: 0;
    }

    .main-banner .carousel-control.left, .main-banner .carousel-control.right, .main-banner .carousel-indicators {
        display: none;
    }

    .loopSection .thumbnail {
        margin-bottom: 10px;
        background: #dadada;
    }

    .navi.pos-static {
        position: absolute;
    }

    .thumbnail.fixed-height {
        height: auto;
    }

    .web-checkin ul {
        margin-left: -15px;
        margin-top: 0;
    }

    .routeMap .box-bg [class*="col-"] {
        width: 50%;
    }

    .fareTable .row [class*="col-"] {
        border-bottom: 1px solid #efefef;
    }

    .fareTable .row .btn-link {
        display: block;
        margin-left: 0;
        text-align: right;
    }

    .fournotfour h1 {
        font-size: 65px;
    }

    .nav-tabs.main-page-tabs > li > a .icon {
        display: block;
        font-size: 21px;
    }

    .booking-form .nav-tabs > li {
        width: auto;
        min-width: 12%;
    }

    header:before {
        width: 100%;
    }

    .news-widget {
        height: 34px;
        padding: 4px 0;
    }

        .news-widget ul {
            height: 28px !important;
            width: 87%;
            float: right;
        }

        .news-widget li {
            white-space: initial;
            line-height: 13px;
            margin-bottom: 3px;
        }

            .news-widget li a {
                font-size: 12px;
            }

        .news-widget ul.newsfeed + a {
            display: none;
        }

    .has-news .floating {
        top: 0;
    }

    .news-widget .col-md-12 {
        padding: 0;
    }
}

@media screen and (max-width:640px) {
    .filter-list {
        min-width: 430px;
        top: 130px;
    }

    .list-header p {
        display: none;
    }

    .filter-list .close-filter {
        top: 4px;
        width: 25px;
        height: 25px;
        right: 4px;
        padding: 3px;
    }

        .filter-list .close-filter .icon {
            font-size: 14px;
            line-height: 20px;
        }

    .filter-list .search {
        width: 100%;
    }
}
@media screen and (max-width: 580px) {
    .list-visible.topbg .floating {
        z-index: 1002;
    }
    .booking-form .nav-tabs > li a span {
        display:none;
    }
    .booking-form .nav-tabs > li {
        width:25%;
    }
    .filter-list {
        top: 0;
        max-height: inherit;
        height: 100%;
    }
    .list-container {
        height: 80vh;
        padding-bottom: 100px;
    }
    .ui-datepicker.ui-datepicker-multi {
        width: 100% !important;
        height: 100vh;
        overflow-y: auto;
        padding-bottom: 60px;
        top:0 !important;
    }
}
@media screen and (max-width: 540px) {
    .booking-form .nav-tabs > li:first-child a {
        border-radius: 0 0 0 0;
    }

    .input-group.btn-text-group .input-group-btn .btn {
        width: 100%;
        display: block;
    }

    .modal-content.booking-form .nav-tabs > li:first-child a, .update-city.booking-form .nav-tabs > li:first-child a {
        border-radius: 0;
    }

    .booking-form .custom-dropdown {
        width: auto;
    }

    .navi.fixed, .navi.main-menu {
        top: 109px;
    }

    .inner-menu .navbar-nav > li {
        border-right: none;
    }

    .navi.inner-menu {
        top: 109px;
    }

    .main-banner {
        display: none;
    }

    .news-widget {
        height: 33px;
        padding: 4px 0;
    }

        .news-widget .col-md-12 {
            padding: 0;
        }

        .news-widget ul {
            height: 28px !important;
            overflow: visible !important;
            width: 100%;
        }

        .news-widget li {
            white-space: initial;
            line-height: 13px;
            font-size: 12px;
        }

        .news-widget ul.newsfeed + a, .news-widget span {
            display: none;
        }

    .fabmenu {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .news-widget {
        height: 46px;
    }

        .news-widget ul {
            height: 30px !important;
        }

        .news-widget li {
            height: 45px;
        }

    .fixed ul.header-link {
        display: none;
    }

    .booking-form .custom-dropdown {
        width: 100%;
        position: relative;
        bottom: 0;
        top: auto;
        border-radius: 0;
        background-color: #FFB1AF;
        padding-bottom: 30px;
        max-height: 82%;
        overflow: auto;
        box-shadow: none;
        margin-bottom: 15px;
    }

        .booking-form .custom-dropdown:before {
            border-bottom-color: #B4B4B4;
        }

    .booking-form .custom-group label {
        color: #1E1E1E;
    }
    
    #milesDropdown .dropdown-menu {
        width:100%;
    }
    .col5 {
        width: 100%;
    }

    .booking-form {
        width: 100%;
    }

        .booking-form .custom-padding.last {
            padding: 8px 2px 0;
        }

    .floating .container {
        padding-left: 0;
        padding-right: 0;
    }

    .booking-form .nav-tabs > li a .icon {
        font-size: 16px;
    }

    .well {
        padding: 6px;
    }

    .loopSection .row [class*="col-"] {
        margin-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .loopSection .carousel-control .glyphicon-chevron-left, .loopSection .carousel-control .glyphicon-chevron-right {
        top: 40%;
        background: #fff;
        padding: 10px;
    }

    .loopSection .carousel-control.left, .carousel-control.right {
        margin-left: 0;
    }

    .loopSection .thumbnail img {
        width: 100%;
    }

    .booking-form a img.mt5 {
        width: 100%;
    }

    .nav > li > a, .sub-tab .tab-content {
        padding: 10px 8px;
    }

    .home-header .lang-slt {
        margin-top: -50px !important;
    }

        .home-header .lang-slt .dropdown-toggle {
            color: #FFF !important;
        }

    .home-header ul.header-link {
        margin: 0;
        width: 100%;
        text-align: center;
        padding: 0 5px;
    }

        .home-header ul.header-link a {
            font-size: 12px;
        }

    .logo img, .navbar-toggle {
        margin-top: 0;
        width: auto;
        height: 32px;
    }

    header .logo img {
        width: 265px;
        padding: 18px 0;
        height: auto;
        max-height: inherit;
    }

    header.fixed .logo img {
        min-height: initial;
        position: relative;
        left: -18px;
    }

    .navbar-toggle {
        margin-top: 5px;
    }

    .navbar-collapse {
        border-top: transparent;
        padding-left: 0;
        padding-right: 0;
    }

    .navi .navbar-nav > li:first-child, .navbar-inverse .navbar-nav > .active:first-child > a {
        border-radius: 0;
    }

    .navi .navbar-nav > li, .navbar-inverse .navbar-nav > .active > a {
        border-radius: 0;
    }

    ul.header-link {
        padding: 0 5px;
    }

        ul.header-link li a {
            padding: 0;
            font-size: 9px;
            text-transform: capitalize;
        }

    .featureBlock1 p, .featureBlock2 p, .featureBlock3 p, .featureBlock4 p, .featureBlock5 p {
        padding-top: 232px;
    }

    .social-logoSection a {
        display: block;
        text-align: center;
    }

    .sub-tab .nav-tabs li {
        font-size: 10px;
        height: 37px;
    }

    .eightyper {
        float: none;
        width: 100%;
    }

    .floating {
        left: 0;
        right: 0;
    }

    .bagage-table strong span {
        display: none;
    }

    .bagage-table [class*="col-"]:first-child ul {
        font-size: 10px;
    }

    ul.header-link li a {
        padding: 0;
        text-transform: capitalize;
    }

    ul.header-link li:hover a {
        background: none;
        color: #636363;
    }

    .mob-no-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .mob-add-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bagage-table strong, .bagage-table ul {
        border-left: none;
        text-align: center;
    }

    .bagage-table ul {
        border-bottom: 1px solid #a8b4c2;
    }

    .bagage-table [class*="col-"]:last-child ul {
        border-bottom: none;
    }

    .custom-modal-sm {
        width: 320px;
    }

    .caption-txt {
        position: relative;
        float: left;
        width: 100%;
        left: 0;
        margin-top: 0;
        padding: 10px;
    }

        .caption-txt.caption-right {
            padding-left: 30px;
        }

    .thumbnail .caption {
        text-align: center;
    }

    .blog-title {
        font-size: 14px;
        line-height: 20px;
    }

    .navi.home-tabs.fixed, .home-tabs.navi.main-menu {
        top: 70px;
    }

    .navi.fixed, .navi.main-menu {
        top: 109px;
    }

    .booking-form .btn-primary {
        width: 100%;
    }

    .subCarousel img {
        min-height: 1px;
    }

    .footer {
        box-shadow: none;
    }

        .footer a {
            color: #fff;
            font-size: 12px;
        }

        .footer p {
            font-size: 12px;
        }

    header ul.language {
        right: 0;
        box-shadow: 3px 2px 8px rgba(123,118,118,0.8);
    }

    header.home-header ul.language {
        top: 23px;
        right: 8px;
        box-shadow: none;
    }

        header.home-header ul.language li.active, header.home-header ul.language li:hover {
            background: #fff;
            color: #DC2925;
        }

    header .language li {
        border-radius: 0;
        width: 100%;
        margin: 0;
        background: #fff;
    }

    .filter-list.hide {
        left: -100%;
    }

    .filter-list {
        /*min-width: 300px;
        top: 170px;
        width: 100%;
        border-radius: 0;
        height: 80vh;
        left: 0;
        padding: 0;*/
        min-width: 300px;
        top: 0;
        width: 100%;
        border-radius: 0;
        height: 100%;
        left: 0;
        padding: 0;
        max-height: inherit;
    }

    .list-header {
        border-radius: 0;
        padding: 10px;
    }

    .list-container {
        height: 80vh;
        padding-bottom: 100px;
    }

    .filter-list .city-list {
        width: 100%;
        position: relative;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
    }

    .filter-list.hide .city-list {
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
    }

    .filter-list.visible .city-list {
        left: 0;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
    }

    .list-header p {
        text-align: left;
        padding: 0;
        font-size: 16px;
        display: block;
        width: 100%;
        margin: 0 0 3px;
        line-height: 20px;
        font-weight: 700;
    }

    .filter-list ul li {
        padding: 11px 10px;
        border-bottom: #dcdcdc solid 1px;
        font-size: 14px;
    }

    .list-visible {
        overflow: hidden;
    }

    .ui-datepicker.ui-datepicker-multi {
        width: 100% !important;
        height: 100vh;
        overflow-y: auto;
        padding-bottom: 60px;
        top:0 !important;
    }

    .ui-datepicker {
        position: fixed !important;
        top: 30px !important;
        left: 0 !important;
        width: 100% !important;
        border-radius: 0;
        background-color: #fff;
    }

    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100%;
        padding-bottom: 0;
    }

        .ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-first {
            padding-top: 35px;
        }

    .ui-datepicker td.ui-datepicker-today a {
        background-color: rgba(96,66,151,0.07);
        color: #545454;
    }

    .ui-datepicker .ui-datepicker-buttonpane {
        display: block;
        position: absolute;
        top: -17px;
        width: 88px;
        height: 35px;
        right: -6px;
    }

        .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
            display: none;
        }

        .ui-datepicker .ui-datepicker-buttonpane button.ui-priority-primary {
            background-color: red;
            border: none;
            color: #fff;
        }

    .ui-datepicker .ui-datepicker-title select {
        border-radius: 2px;
        color: #000;
        font-size: 12px;
        padding: 3px;
    }

    .ui-datepicker .ui-datepicker-title {
        color: #505050;
        padding: 5px 0;
    }

    .ui-datepicker .ui-datepicker-prev span .icon, .ui-datepicker .ui-datepicker-next span .icon {
        color: #fff;
    }

    .ui-datepicker .ui-datepicker-prev.ui-state-disabled .icon, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
        color: #dc2926;
    }

    .ui-datepicker td.ui-state-disabled span {
        color: #C7C7C7;
    }

    .ui-datepicker td span, .ui-datepicker td a {
        color: #737373;
        padding: 10px 5px;
    }

    .ui-datepicker td.ui-datepicker-today.ui-state-disabled {
        background-color: #F1F1F1;
    }

    .ui-datepicker .ui-datepicker-header {
        position: static;
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        background-color: rgba(238,53,36,0);
    }

    .ui-datepicker .ui-datepicker-next {
        top: 41px;
        right: 17px;
    }

    .ui-datepicker .ui-datepicker-prev {
        top: 41px;
        left: 19px;
    }

        .ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
            background-color: rgba(90,54,144,0);
        }

    .cal-header {
        display: block;
    }
}

@media screen and (max-width: 380px) {
    .clm2 .form-group {
        width: 100%;
        padding: 0;
    }

    .social-net li {
        width: 52px;
        margin-right: 8px;
        overflow: hidden;
    }

        .social-net li a {
            float: left;
            width: 52px;
        }

        .social-net li img {
            width: auto;
            margin-left: -6px;
        }
}
