﻿.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}



fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #e60000
}



.form-control:focus {
    border-color: #e60000;
    outline: 0;
    /* -webkit-box-shadow: inset 0 1px 1px #e60000,0 0 8px #e60000;
    box-shadow: inset 0 1px 1px #e60000,0 0 8px #e60000;*/
}

.form-control::-moz-placeholder {
    color: #e60000;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}



.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg>.form-control-static.form-control, .input-group-lg>.form-control-static.input-group-addon, .input-group-lg>.input-group-btn>.form-control-static.btn, .input-group-sm>.form-control-static.form-control, .input-group-sm>.form-control-static.input-group-addon, .input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px
}

.input-group-sm>.input-group-btn>select.btn, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon, select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm>.input-group-btn>select[multiple].btn, .input-group-sm>.input-group-btn>textarea.btn, .input-group-sm>select[multiple].form-control, .input-group-sm>select[multiple].input-group-addon, .input-group-sm>textarea.form-control, .input-group-sm>textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px
}

.input-group-lg>.input-group-btn>select.btn, .input-group-lg>select.form-control, .input-group-lg>select.input-group-addon, select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg>.input-group-btn>select[multiple].btn, .input-group-lg>.input-group-btn>textarea.btn, .input-group-lg>select[multiple].form-control, .input-group-lg>select[multiple].input-group-addon, .input-group-lg>textarea.form-control, .input-group-lg>textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 50px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-group-lg>.form-control+.form-control-feedback, .input-group-lg>.input-group-addon+.form-control-feedback, .input-group-lg>.input-group-btn>.btn+.form-control-feedback, .input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-group-sm>.form-control+.form-control-feedback, .input-group-sm>.input-group-addon+.form-control-feedback, .input-group-sm>.input-group-btn>.btn+.form-control-feedback, .input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #fff
}

.has-success .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff
}

.form-control#hotel-searcher-hotelname:focus {
    background-color: #fff;
}

.has-success .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #007f00
}

.has-success .form-control-feedback {
    color: #fff
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #fff
}

.has-error .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff
}

.has-error .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #c40000
}

.has-error .form-control-feedback {
    color: #fff
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px
}

.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.fade {
    /*    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear*/
}

.fade.in {
    opacity: 1
}

.popover.fade:not(.show) {
    opacity: 1;
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #e60000;
    white-space: nowrap
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #005391;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #afaeb1
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #999
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Arial, Verdana, Sans-Serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Arial, Verdana, Sans-Serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}



.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: iconI;
    src: url(icon/iconI/iconI.eot);
    src: url(icon/iconI/iconI.eot?#iefix) format("embedded-opentype"), url(icon/iconI/iconI.woff2) format("woff2"), url(icon/iconI/iconI.woff) format("woff"), url(icon/iconI/iconI.hxd) format("truetype"), url(icon/iconI/iconI.svg) format("svg")
}

.glyphicon {
    position: relative;
    display: inline-block;
    font-family: iconI;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-sm {
    font-size: 16px;
    line-height: 16px
}

.glyphicon-md {
    font-size: 26px;
    line-height: 26px
}

.glyphicon-lg {
    font-size: 48px;
    line-height: 48px
}

.squared-glyphicon {
    padding: 2px;
    border-radius: 0
}

.rounded-glyphicon {
    padding: 2px;
    border-radius: 100px
}

.rounded-glyphicon.glyphicon-sm, .squared-glyphicon.glyphicon-sm {
    font-size: 12px;
    line-height: 12px
}

.rounded-glyphicon.glyphicon-md, .squared-glyphicon.glyphicon-md {
    font-size: 22px;
    line-height: 22px
}

.rounded-glyphicon.glyphicon-lg, .squared-glyphicon.glyphicon-lg {
    font-size: 44px;
    line-height: 44px
}

.glyphicon-plus:before {
    content: "\e050"
}

.glyphicon-minus:before {
    content: "\e051"
}

.glyphicon-envelope:before {
    content: "\e266"
}

.glyphicon-star:before {
    content: "\e058"
}

.glyphicon-star-empty:before {
    content: "\e058";
    opacity: .4
}

.glyphicon-user:before {
    content: "\e070"
}

.glyphicon-ok:before {
    content: "\e057"
}

.glyphicon-remove:before {
    content: "\e052"
}

.glyphicon-trash:before {
    content: "\e250"
}

.glyphicon-home:before {
    content: "\e069"
}

.glyphicon-download-file:before {
    content: "\e271"
}

.glyphicon-map-marker:before {
    content: "\e273"
}

.glyphicon-chevron-left:before {
    content: "\e014"
}

.glyphicon-chevron-right:before {
    content: "\e013"
}

.glyphicon-remove-sign:before {
    content: "\e064"
}

.glyphicon-info-sign:before {
    content: "\e065"
}

.glyphicon-remove-circle:before {
    content: "\e064"
}

.glyphicon-arrow-left:before {
    content: "\e009"
}

.glyphicon-arrow-right:before {
    content: "\e008"
}

.glyphicon-arrow-up:before {
    content: "\e010"
}

.glyphicon-arrow-down:before {
    content: "\e011"
}

.glyphicon-calendar:before {
    content: "\e254"
}

.glyphicon-chevron-up:before {
    content: "\e015"
}

.glyphicon-chevron-down:before {
    content: "\e016"
}

.glyphicon-phone:before {
    content: "\e268"
}

.glyphicon-key:before {
    content: "\e060"
}

.glyphicon-triangle-right:before {
    content: "\e000"
}

.glyphicon-triangle-left:before {
    content: "\e001"
}

.glyphicon-triangle-bottom:before {
    content: "\e003"
}

.glyphicon-triangle-top:before {
    content: "\e002"
}

.glyphicon-menu-left:before {
    content: "\e005"
}

.glyphicon-menu-right:before {
    content: "\e004"
}

.glyphicon-menu-down:before {
    content: "\e007"
}

.glyphicon-menu-up:before {
    content: "\e006"
}

.glyphicon-circle-plus:before {
    content: "\e071"
}

.glyphicon-circle-minus:before {
    content: "\e072"
}

.glyphicon-newsletter:before {
    content: "\e266"
}

.glyphicon-check:before {
    content: "\e258"
}

.glyphicon-star-half:before {
    content: "\e059"
}

.glyphicon-key-half:before {
    content: "\e061"
}

.glyphicon-hotel:before {
    content: "\e151"
}

.glyphicon-hotel-search:before, .glyphicon-hotels:before {
    content: "\e150"
}

.glyphicon-home-search:before, .glyphicon-home:before, .glyphicon-homes-search:before, .glyphicon-homes:before {
    content: "\e069"
}

.glyphicon-flight-search:before, .glyphicon-flight:before, .glyphicon-flights:before {
    content: "\e152"
}

.glyphicon-flight-departure:before {
    content: "\e153"
}

.glyphicon-flight-return:before {
    content: "\e154"
}

.glyphicon-transfer-search:before, .glyphicon-transfers:before {
    content: "\e155"
}

.glyphicon-trip-search:before, .glyphicon-trips:before {
    content: "\e156"
}

.glyphicon-package-search:before, .glyphicon-packages:before {
    content: "\e157"
}

.glyphicon-tour-search:before {
    content: "\e158"
}

.glyphicon-service-search:before, .glyphicon-services:before {
    content: "\e159"
}

.glyphicon-car-search:before, .glyphicon-cars:before {
    content: "\e160"
}

.glyphicon-cars-airco:before {
    content: "\e205"
}

.glyphicon-cars-baggage:before {
    content: "\e156"
}

.glyphicon-cars-seats:before {
    content: "\e260"
}

.glyphicon-cars-door:before {
    content: "\e212"
}

.glyphicon-cars-fuel:before {
    content: "\e213"
}

.glyphicon-cars-transmission:before {
    content: "\e308"
}

.glyphicon-insurance-search:before, .glyphicon-insurances:before {
    content: "\e161"
}

.glyphicon-cruise-search:before, .glyphicon-cruises:before {
    content: "\e162"
}

.glyphicon-ski-search:before, .glyphicon-ski:before {
    content: "\e163"
}

.glyphicon-view-photo:before {
    content: "\e261"
}

.glyphicon-view-resumed:before {
    content: "\e262"
}

.glyphicon-view-extended:before {
    content: "\e263"
}

.glyphicon-view-map:before {
    content: "\e264"
}

.glyphicon-facebook:before {
    content: "\e269"
}

.glyphicon-twitter:before {
    content: "\e270"
}

.glyphicon-instagram:before {
    content: "\e293"
}

.glyphicon-youtube:before {
    content: "\e292"
}

.glyphicon-linkedin:before {
    content: "\e296"
}

.glyphicon-blog:before {
    content: "\e298"
}

.glyphicon-pinterest:before {
    content: "\e291"
}

.glyphicon-flickr:before {
    content: "\e297"
}

.glyphicon-google:before {
    content: "\e295"
}

.glyphicon-offer:before {
    content: "\e207"
}

.glyphicon-info:before {
    content: "\e053"
}

.glyphicon-supplement:before {
    content: "\e054"
}

.glyphicon-supplement-search:before {
    content: "\e054"
}

.glyphicon-exclamation:before {
    content: "\e055"
}

.glyphicon-question:before {
    content: "\e056"
}

.glyphicon-pay-hotel:before {
    content: "\e068"
}

.glyphicon-square:before {
    content: "\e101"
}

.glyphicon-calc:before {
    content: "\e253"
}

.glyphicon-shopping-basket:before {
    content: "\e256"
}

.glyphicon-edit:before {
    content: "\e259"
}

.glyphicon-card:before {
    content: "\e201"
}

.glyphicon-places:before {
    content: "\e203"
}

.glyphicon-lock:before {
    content: "\e303"
}

.glyphicon-magnifier:before, .msg-box--no-results:before {
    content: "\e305"
}

.glyphicon-quotation:before {
    content: "\e306"
}

.glyphicon-agent:before {
    content: "\e307"
}

.glyphicon-fullscreen:before {
    content: "\e274"
}

.glyphicon-filter:before, .msg-box--filters:before {
    content: "\e276"
}

.glyphicon-breakdown:before {
    content: "\e277"
}

.glyphicon-warning:before, .msg-box--error:before {
    content: "\e300"
}

.glyphicon-ok-circle:before {
    content: "\e301"
}

.glyphicon-duration:before {
    content: "\e304"
}

.glyphicon-broken-link:before, .msg-box--page:before {
    content: "\e299"
}

.glyphicon-address:before {
    content: "\e019"
}

.glyphicon-mail:before {
    content: "\e266"
}

.glyphicon-print:before {
    content: "\e252"
}

.glyphicon-link:before {
    content: "\e275"
}

.glyphicon-street-view:before {
    content: "\e280"
}


.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ccc9;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    right: 1px;
    width: 20px
}

.select2-container .selection {
    width: 100%
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2.select2-container.select2-container--default .select2-selection {
    color: #e60000;
    font-size: 14px;
    background: #fff;
    border-radius: 5px
}

.select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
    height: 46px
}

.select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    color: #000
}

.select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__choice {
    line-height: 28px
}

.select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow {
    height: 40px
}

.select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow b {
    border-color: #e60000 transparent transparent
}

.select2.select2-container.select2-container--default .select2-selection.select2-selection--multiple {
    min-height: 46px;
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.select2.select2-container.select2-container--default .select2-selection .select2-search__field {
    width: auto !important
}

.select2.select2-container.select2-container--default.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent#e60000
}

.select2.select2-container.select2-container--default.select2-container--disabled {
    opacity: .8 !important
}

.select2.select2-container.select2-container--default.select2-container--disabled .select2-selection__rendered {
    color: #80b1d5
}

.select2.select2-container.select2-container--default.select2-container--disabled .select2-selection__arrow b {
    border-color: #80b1d5 transparent transparent
}

.select2-dropdown {
    z-index: 1060
}

.select2--loading:before {
    position: absolute;
    right: 22px;
    top: 4px
}

.select2-results__option {
    text-align: left
}

.twitter-typeahead {
    width: 100%;
    display: block !important
}

.tt-hint {
    color: #999
}

.tt-menu {
    background-color: #fff;
    border: 1px solid #c4c2c2;
    border-radius: 0;
    margin: 6px 0;
    padding: 8px 0;
    width: auto
}

.tt-suggestion {
    white-space: nowrap;
    font-size: 12px;
    line-height: 120%;
    padding: 4px 10px
}

.tt-suggestion:hover {
    background-color: #c4c2c2;
    color: #c40000;
    cursor: pointer
}

.tt-suggestion.tt-cursor {
    background-color: #c4c2c2;
    color: #fff
}

.tt-suggestion p {
    margin: 0
}

/*!
* jQuery UI CSS Framework 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/
*/

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.availability__more-options-actions--loading:before, .details-card__availability-loading:before, .details-card__price-loading:before, .loading.loading-medium:before, .loading.loading-small:before, .result-option__cancel-policy-placeholder--loading:before, .result__more-options-actions--loading:before, .results-list__footer.is-loading:before, .searcher__counter-loading:before, .select2--loading:before, .zone-selector-is-loading .tt-menu.tt-open:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 auto
}


input[type=checkbox].error, input[type=radio].error {
    outline: 1px solid #c40000
}

.loading {
    display: inline-block
}

.loading-wrapper {
    text-align: center;
    background: rgba(0, 0, 0, .3)
}

.loading-wrapper .loading {
    background-color: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 0;
    padding: 32px
}

.preloader {
    height: 60px;
    width: 60px;
    text-align: initial;
    display: inline-block
}

.preloader__shadow, .preloader__spinner {
    position: absolute;
    height: 60px;
    width: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.preloader__shadow {
    border-radius: 50%;
    border: 7.5px solid #d3d1d1
}

.preloader__spinner {
    -webkit-animation: preloader-rotate-animation 1.5s linear infinite;
    animation: preloader-rotate-animation 1.5s linear infinite;
    clip: rect(0, 60px, 60px, 30px)
}

.preloader__spinner:after {
    -webkit-animation: preloader-rotate2-animation 1.5s linear infinite;
    animation: preloader-rotate2-animation 1.5s linear infinite;
    clip: rect(0, 60px, 60px, 30px);
    content: "";
    border-radius: 50%;
    height: 60px;
    width: 60px;
    position: absolute
}

.preloader__icon {
    color: #e60000;
    font-size: 32px;
    line-height: 60px;
    width: 100%;
    text-align: center
}

.preloader-container {
    display: block;
    overflow: hidden;
    padding: 76px 0;
    text-align: center
}

.preloader-container .preloader__shadow, .preloader-container .preloader__spinner {
    position: absolute
}

@-webkit-keyframes preloader-rotate-animation {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(220deg);
        -ms-transform: rotate(220deg);
        transform: rotate(220deg)
    }
}

@keyframes preloader-rotate-animation {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(220deg);
        -ms-transform: rotate(220deg);
        transform: rotate(220deg)
    }
}

@-webkit-keyframes preloader-rotate2-animation {
    0% {
        -webkit-box-shadow: inset#e60000 0 0 0 7.5px;
        box-shadow: inset#e60000 0 0 0 7.5px;
        -webkit-transform: rotate(-140deg);
        -ms-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    50% {
        -webkit-box-shadow: inset#e60000 0 0 0 7.5px;
        box-shadow: inset#e60000 0 0 0 7.5px
    }

    100% {
        -webkit-box-shadow: inset#e60000 0 0 0 7.5px;
        box-shadow: inset#e60000 0 0 0 7.5px;
        -webkit-transform: rotate(140deg);
        -ms-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

@keyframes preloader-rotate2-animation {
    0% {
        -webkit-box-shadow: inset#e60000 0 0 0 7.5px;
        box-shadow: inset#e60000 0 0 0 7.5px;
        -webkit-transform: rotate(-140deg);
        -ms-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    50% {
        -webkit-box-shadow: inset#e60000 0 0 0 7.5px;
        box-shadow: inset#e60000 0 0 0 7.5px
    }

    100% {
        -webkit-box-shadow: inset#e60000 0 0 0 7.5px;
        box-shadow: inset#e60000 0 0 0 7.5px;
        -webkit-transform: rotate(140deg);
        -ms-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

.loading-screen {
    border-radius: 10px;
    position: relative;
    background: #f9f9f9
}

.loading-screen__footer, .loading-screen__header {
    padding: 24px 40px
}

@media (max-width:767px) {
    .loading-screen__logo, .loading-screen__preloader {
        max-width: 100%
    }
}

.loading-screen__action {
    font-size: 26px
}

.loading-screen__action, .loading-screen__action-description {
    font-family: Arial, Verdana, Sans-Serif;
    color: #000
}

.loading-screen__action-details {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    color: #e60000
}

.loading-screen--withbanner__banner {
    background: #f9f9f9;
    max-width: 100%;
    overflow: hidden
}

@media (max-width:767px) {
    .loading-screen--withbanner__banner {
        display: none
    }
}

.preloader-screen {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 15px 30px;
    display: inline-block
}

.preloader-screen__text {
    margin-top: 10px
}

.searcher {
    padding: 10px 20px;
    border: 0 solid #f4f4f4;
    border-radius: 0;
    color: #000;
    font-family: Arial, Verdana, Sans-Serif
}

.searcher label.form-label {
    display: block;
    text-transform: uppercase;
    font-size: 9px
}

.searcher .form-label-filler, .searcher label.form-label {
    height: 9px;
    line-height: 9px;
    margin-bottom: 4px;
    max-width: 100%
}

.searcher .label {
    font-size: 12px;
    font-weight: 400
}

.searcher .btn {
    height: 40px
}

.searcher .searcher-button {
    color: #fff;
    background-color: #e60000;
    border-color: #e60000;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%
}

.searcher .searcher-button.focus, .searcher .searcher-button:focus {
    color: #fff;
    background-color: #004577;
    border-color: #00192b
}

.searcher .searcher-button:hover {
    color: #fff;
    background-color: #004577;
    border-color: #003f6d
}

.open>.searcher .searcher-button.dropdown-toggle, .searcher .searcher-button.active, .searcher .searcher-button:active {
    color: #fff;
    background-color: #004577;
    border-color: #003f6d
}

.open>.searcher .searcher-button.dropdown-toggle.focus, .open>.searcher .searcher-button.dropdown-toggle:focus, .open>.searcher .searcher-button.dropdown-toggle:hover, .searcher .searcher-button.active.focus, .searcher .searcher-button.active:focus, .searcher .searcher-button.active:hover, .searcher .searcher-button:active.focus, .searcher .searcher-button:active:focus, .searcher .searcher-button:active:hover {
    color: #fff;
    background-color: #003053;
    border-color: #00192b
}

.open>.searcher .searcher-button.dropdown-toggle, .searcher .searcher-button.active, .searcher .searcher-button:active {
    background-image: none
}

.searcher .searcher-button.disabled.focus, .searcher .searcher-button.disabled:focus, .searcher .searcher-button.disabled:hover, .searcher .searcher-button[disabled].focus, .searcher .searcher-button[disabled]:focus, .searcher .searcher-button[disabled]:hover, fieldset[disabled] .searcher .searcher-button.focus, fieldset[disabled] .searcher .searcher-button:focus, fieldset[disabled] .searcher .searcher-button:hover {
    background-color: #e60000;
    border-color: #e60000
}

.searcher .searcher-button .badge {
    color: #e60000;
    background-color: #fff
}

.searcher .searcher-button-fix {
    margin-top: 13px
}

.searcher .select2 {
    width: 100% !important
}

.searcher .select2-search__field {
    margin-top: 9px !important
}

.searcher.flight-searcher .multidestination-only {
    display: none
}

.searcher.flight-searcher.multidestination .multidestination-only {
    display: block !important
}

.searcher.flight-searcher.multidestination .singledestination-only {
    display: none !important
}

.searcher.master-searcher .master-selector {
    margin-left: -10px
}

.searcher.master-searcher .master-selector .radio-inline.master-selector-option {
    margin-left: 10px
}

.searcher.master-searcher .master-selector .label.more-master-selector-options {
    cursor: pointer;
    margin-left: 10px
}

.searcher .label.deeplink-toggle {
    background-color: orange !important;
    cursor: pointer;
    font-weight: 700;
    padding: 4px;
    position: absolute;
    top: -10px;
    right: 0;
    white-space: nowrap
}

.searcher .label.deeplink-toggle:hover {
    background-color: #ffbc40
}

.searcher.searcher-is-landscape .searcher-row {
    margin-bottom: 10px
}

@media (max-width:1199px) {
    .searcher.searcher-is-landscape .searcher-row .col-xs-12:not(:last-child), .searcher.searcher-is-landscape .searcher-row .col-xs-6+.col-xs-6:not(:last-child) {
        margin-bottom: 10px
    }
}

.searcher.searcher-is-landscape .form-control {
    width: 100%
}

.searcher.searcher-is-landscape .btn-more-options {
    background-color: transparent
}

.searcher.searcher-is-portrait .searcher-row:not(:last-child) {
    margin-bottom: 16px
}

@media (max-width:767px) {
    .searcher.searcher-is-portrait .searcher-row .col-xs-12:not(:last-child) {
        margin-bottom: 10px
    }
}

.searcher.searcher-is-portrait .date-selector .col.col-date {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.searcher.searcher-is-portrait .date-selector .col.col-hour {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.searcher.searcher-is-portrait .date-selector.with-end-date .col.col-hour:not(:last-child) {
    margin-bottom: 10px
}

.searcher.searcher-is-portrait .date-selector.with-length-selector .col.col-date {
    position: relative;
    float: left;
    width: 41.6666666667%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.searcher.searcher-is-portrait .date-selector.with-length-selector .col.col-hour {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.searcher.searcher-is-portrait .date-selector.with-length-selector .col.col-length {
    position: relative;
    float: left;
    width: 16.6666666667%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.searcher.searcher-is-portrait .searcher-button {
    margin-top: 12px
}

.searcher .radio-transfers {
    margin: 0
}

.searcher__tabs {
    background: #cfced0
}

.searcher__content {
    background-color: rgba(255, 255, 255, .7)
}

.searcher__product-fixed-toggle {
    background: 0 0
}

.searcher__fixed-product {
    display: none
}

.searcher--product-fixed .searcher__on-product-fixed-hidden {
    display: none
}

.searcher--product-fixed .searcher__fixed-product {
    display: block
}

.searcher__counter {
    color: #fab100
}

.searcher__counter-loading {
    opacity: .6
}

.searcher__counter-loading:before {
    margin: 0;
    display: inline-block
}

.searcher__counter, .searcher__counter-loading {
    line-height: 40px;
    vertical-align: middle
}

.searcher-wrapper {
    margin-bottom: 10px;
    padding: 0
}

.searcher-wrapper .searcher {
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
    border: none
}

@media (max-width:767px) {
    .transfer-searcher .with-hour {
        margin-bottom: 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .flight-searcher .sm__format {
        margin-top: 10px
    }
}


.room-selector {
    position: relative
}

.room-selector.disabled {
    opacity: .6
}

.room-selector.disabled:after {
    content: "";
    background: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 1
}

.room-selector .room-selector-button {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    line-height: 1.3;
    white-space: nowrap;
    border: 1px solid #c4c2c2;
    display: inline-block;
    padding: 2px 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    height: 40px;
    margin-top: 10px;
}

@media (max-width:991px) {
    .room-selector .room-selector-button {
        color: #000
    }
}

.room-selector .room-selector-button .glyphicon {
    margin-right: 5px;
    color: inherit
}

.room-selector .room-selector-button .counter {
    display: inline-block
}

.room-selector .room-selector-button .counter .amount {
    font-weight: 700
}

.room-selector .room-selector-button.error {
    border: 1px solid #c40000
}

.room-selector.error {
    border: none
}

.room-selector.error .room-selector-button {
    border-color: #c40000
}

.room-selector .popover.top>.arrow {
    border-top-color: #f4f4f4
}

.room-selector .popover.top>.arrow:after {
    border-top-color: #f4f4f4
}

.room-selector .popover.right>.arrow {
    border-right-color: #f4f4f4
}

.room-selector .popover.right>.arrow:after {
    border-right-color: #f4f4f4
}

.room-selector .popover.left>.arrow {
    border-left-color: #f4f4f4
}

.room-selector .popover.left>.arrow:after {
    border-left-color: #f4f4f4
}

.room-selector .popover.bottom>.arrow {
    border-bottom-color: #000
}

.room-selector .popover.bottom>.arrow:after {
    border-bottom-color: #f4f4f4
}

.room-selector .popover .popover-title {
    background: #f4f4f4;
    color: #000
}

@media (min-width:1200px) {
    .room-selector .popover {
        min-width: 510px
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .room-selector .popover {
        min-width: 412px
    }
}

@media (max-width:991px) and (min-width:768px) {
    .room-selector .popover {
        min-width: 478px;
        left: initial !important;
        right: 0
    }
}

@media (max-width:767px) {
    .room-selector .popover {
        min-width: 100%
    }
}

.room-selector .room-selector-box {
    color: #e60000;
    font-size: 9px
}

.room-selector .room-selector-box:after, .room-selector .room-selector-box:before {
    content: " ";
    display: table
}

.room-selector .room-selector-box:after {
    clear: both
}

.room-selector .room-selector-box label {
    display: block
}

.room-selector .room-selector-box .select2, .room-selector .room-selector-box select.form-control {
    width: 100% !important
}

.room-selector .room-selector-box .room {
    margin-bottom: 5px
}

.room-selector .room-selector-box .room:after, .room-selector .room-selector-box .room:before {
    content: " ";
    display: table
}

.room-selector .room-selector-box .room:after {
    clear: both
}

.room-selector .room-selector-box .nrooms-container, .room-selector .room-selector-box .room {
    margin-top: 5px
}

.room-selector .room-selector-box .adult-ages, .room-selector .room-selector-box .adults-container, .room-selector .room-selector-box .ages, .room-selector .room-selector-box .children-container, .room-selector .room-selector-box .nrooms-container, .room-selector .room-selector-box .rooms-container {
    float: left;
    margin-right: 8px;
    margin-bottom: 5px
}

.room-selector .room-selector-box .ages:after, .room-selector .room-selector-box .ages:before {
    content: " ";
    display: table
}

.room-selector .room-selector-box .ages:after {
    clear: both
}

.room-selector .room-selector-box .ages .age {
    float: left;
    margin-right: 10px
}

.zone-selector {
    position: relative;
    display: block
}

.zone-selector>.glyphicon-map-marker {
    position: absolute;
    z-index: 1;
    line-height: 45px;
    vertical-align: middle;
    margin-left: 5px;
    color: #e60000;
}

.zone-selector>.cancel-search {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    color: #000
}

.zone-selector>.loading {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    margin-right: 8px
}

.zone-selector>.loading:before {
    height: 40px !important;
    vertical-align: middle
}

.zone-selector input.typeahead {
    padding: 6px 30px 6px 10px
}

.zone-selector--with-icon input.typeahead {
    padding: 6px 30px
}

.zone-selector .tt-suggestion {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis
}

.zone-selector .tt-suggestion .country-flag {
    display: inline;
    margin-right: 3px;
    padding-top: 2px;
    vertical-align: top
}

.zone-selector .empty-message {
    color: #000;
    padding: 4px
}

.zone-selector .tt-menu {
    max-height: 350px;
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.zone-selector__complete-name-zone {
    color: #999
}

.zone-selector-is-loading .tt-menu.tt-open {
    display: block !important;
    overflow-y: none
}

.zone-selector-is-loading .tt-menu.tt-open:before {
    opacity: .9;
    background-color: #fff;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.zone-selector-category {
    padding: 2px 6px;
    border-radius: 2px;
    margin: 2px 8px 8px;
    background-color: #e60000;
    color: #fff;
    font-size: 14px
}

.zone-selector-category .glyphicon {
    margin-right: 4px;
    color: #fff
}

.zone-selector .tt-suggestion+.zone-selector-category {
    margin-top: 10px
}

.visible-b2b-block, .visible-b2b-inline, .visible-b2b-inline-block, .visible-b2c-block, .visible-b2c-inline, .visible-b2c-inline-block, .visible-mixed-block, .visible-mixed-inline, .visible-mixed-inline-block {
    display: none !important
}

.fancy-checkbox input[type=checkbox] {
    position: absolute;
    left: -9999px
}

.fancy-checkbox input[type=checkbox]+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

.fancy-checkbox input[type=checkbox]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    background: 0 0;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}

.fancy-checkbox input[type=checkbox]+label:after {
    font-family: iconI;
    content: "";
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 14px;
    color: #007f00
}

.fancy-checkbox input[type=checkbox]:checked+label:after {
    content: "\e057"
}

.fancy-checkbox input[type=checkbox]:disabled+label:after, .fancy-checkbox input[type=checkbox]:disabled+label:before {
    opacity: .6
}

.fancy-checkbox input[type=checkbox]:checked:focus {
    border: 1px dotted #00f
}